/**
 *
 * Theme Name: changemaker
 * Theme URI: 
 * Version: 2.49
 * Author: Michael Ranner
 * Author URI: http://www.azedo.at/
*/

@import url('//fonts.googleapis.com/css?family=Roboto:100,300');
@font-face { font-family: 'Socicon';
	src:  url('fonts/Socicon.eot?87visu');
	src:  url('fonts/Socicon.eot?87visu#iefix') format('embedded-opentype'),url('fonts/Socicon.woff2?87visu') format('woff2'),url('fonts/Socicon.ttf?87visu') format('truetype'),url('fonts/Socicon.woff?87visu') format('woff'),url('fonts/Socicon.svg?87visu#Socicon') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
*:focus,
*:active {
	outline: 0px; 
}

body { 
	background-color: #fff;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #4b4046;
	text-align: center; 
	background-repeat: repeat;
	margin: 0;
}

img {
	border: 0;
	vertical-align: top;
	padding: 1px;
}

.logo {
	border: 0;
	vertical-align: top;
	padding: 0;	
}

@media only screen and (max-width: 520px) {
	.logo {
		width: 90%;
	}
}

/* Headings */

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #0a263c;
	line-height: 1.35;
	margin: 0 0 5px; 
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #0a263c;
	line-height: 1.35;
	margin: 0 0 5px; 
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #0a263c;
	line-height: 1.35;
	margin: 0 0 5px; 
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #0a263c;
	line-height: 1.35;
	margin: 0 0 5px; 
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #0a263c;
	line-height: 1.35;
	margin: 0 0 5px; 
}

h6 {
	font-size: 11px;
	font-weight: bold;
	color: #0a263c;
	line-height: 1.35;
	margin: 0 0 5px; 
}

a {
	color: #4b4046;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Table */
table         { border:0 !important; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { border:0 !important; vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin: 1.5em 0 1.5em; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size: 10px; }
big           { font-size:1em; }

textarea, input[type="text"], input[type="password"], input[type="email"],
input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
}

iframe[name="google_conversion_frame"] {
	display:block; 
	height:0;
}

@media only screen and (max-width: 782px) {
	#wp-toolbar > ul > li {
		display: inline-block !important;
	}
	#wpadminbar * {
		font: inherit !important;
	}
	#wpadminbar .quicklinks>ul>li>a {
		padding: 0 8px 0 7px !important;
	}
	#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
		right: 0 !important;
		left: auto !important;
	}	
	#wpadminbar #wp-admin-bar-site-name a.ab-item {
		display: none;
	}
	#wpadminbar .quicklinks>ul>li>a {
		height: 20px !important;
		line-height: 20px !important;
	}
}

#wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.wrapper {	
	height: 100%;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

@media only screen and (max-width: 1220px) {
	#wrapper,
	.wrapper {
		width: 96%;
	}
}

#header {
	background-color: #fff;
	border-bottom: 1px solid #aaa;
	display: inline-block;
	height: 100px;
	width: 100%; 
	padding-top: 17px;
	margin-bottom: 30px;
	text-align: right;
	font-size: 130%;
}
@media (max-width: 1024px) {
	#header {
		margin-bottom: 0;
	}
}

/* Header Content Logo, Cart and Search */

a.nodec {
	text-decoration: none;	
	color: #68002a;
	font-family: 'Roboto', sans-serif;
}
a.nodec.left {
	float: left;
}
@media screen and (max-width: 520px) {
	a.nodec.left {
		margin-left: 0;
		width: 100%;
	}	
}

.header-frm {
	padding: 4px 8px 5px 6px;
}

.header-frm:after {
	clear: both;
	content: "";
	display: block;
}

.productsearch-container {
	display: inline-block;	
	width: 100%;
    text-align: right;
	background-color: #ddd;
	border-radius: 5px;
}

.search-frm fieldset {
	width: 100%;
	margin: 0;
	border: 0;
}

.search-frm .text {
	display: inline-block;
	background: none repeat scroll 0 0 transparent;
	border: 0;
	height: 30px;
	padding: 2px 5px;
	background-color: #fff;
	width: calc(100% - 60px);
}

@media only screen and (min-width: 561px) and (max-width: 1013px) {
	.main-nav ul li:first-child {
		width: 86%;
	}
}

.search-frm .btn-submit {
	display: inline-block;
	border: 0;
	border-radius: 0;
	background-image: url(images/icons/icon_lupe_2020.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 35px;
	width: 35px;
	border-radius: 50% !important;
}

#search_mini_form {
	margin-top: 1px;
	width: 100%;
}

#search_mini_form input {
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ddd;
}

#search_mini_form input.btn-submit {
	padding: 13px;
	cursor: pointer;
	float: right;
}

.ajax-search {
	color: #68002a;
	font-weight: 100;
	font-family: "roboto", sans-serif;
	font-size: 16px;
}

.ajax-search::placeholder {
	color: #68002a;
	opacity: 1;
}

.ajax-search:-ms-input-placeholder {
	color: #68002a;
}

.ajax-search::-ms-input-placeholder {
	color: #68002a;
}

.searchwp-live-search-results {
	z-index: 210000 !important;
}
.autocomplete-suggestions {
	width: 285px !important;
	margin-top: 5px;
	margin-left: 10px;
	text-transform: none;
}

.autocomplete-suggestion {
	padding-left: 5px !important;
}

.header-left {
	float: left;
	width: calc(33% - 40px); 
	height:100%;
	margin: 0;
	text-align: left;
}
.header-right {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;	
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;	
	-ms-flex-line-pack: justify;
	-webkit-align-content: space-between;
	align-content: space-between;	
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 66%; 
	height: auto;
}
.header-left a {
	width: 85%;	
	height: 100%;
	background-image: url("images/changemaker_ethik_kuesst_aesthetik_logo.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-top: 0;
	margin-left: 52px;
}
.changemaker-mini-cart {
	order: 3;
	display: inline-block;
	height: 43px;	
	width: 50px;
	color: #fff;
}
.changemaker-mini-cart .amount {
	display: inline-block;
	margin-top: 11px;
	text-decoration: none;
}
.changemaker-mini-cart a {	
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}
.changemaker-search {
	order: 5;
	display: inline-block;
	vertical-align: top;	
	padding-right: 0;
	margin-bottom: 18px;
	width: 390px;
	width: 100%;
}
.mein-konto {
	order: 1;
	display: inline-block;
	margin-top: 10px;
	width: 50px;
}
.mein-konto img {
	margin-top: -10px;
}
.cart-icon-text {
	float: left;
	border-radius: 10px;
	background-color: red;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	top: -6px;
	right: -72%;
	font-family: Helvetica;
	letter-spacing: -1px;
	text-align: center;
	width: auto;
	min-width: 12px;
	padding: 2px 4px;
	margin-right: -16px;
}
.cart-fragment {
	display: inline-block;
	min-width: 212px;
}

.search-frm .text,
.search-frm .text:focus {
	font-size: 16px;
}
.show-mobile-only {
	display: none;
}
.header-icons {
	display: inline-block;
	position: relative;
	top: 0;
}
.login-check {
	float: left;
	border-radius: 10px;
	background-color: red;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	height: 16px;
	line-height: 16px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	top: -16px;
	left: 30px;
	font-family: Helvetica;
	letter-spacing: -1px;
	text-align: center;
	width: auto;
	min-width: 12px;
	padding: 2px 5px 2px 3px;
	margin-right: -16px;
}
@media (max-width: 1024px) {
	.mein-konto {
		order: 1;
		padding-right: 0;
	}

	.changemaker-mini-cart {
		margin-right: 0;
	}
}
.hide {
	display: none;
}
@media (min-width: 1025px) {
	.login-check {
		left: 76%;
	}

	.mein-konto img {
		margin-right: 0;
	}

	.changemaker-mini-cart img {
		margin-right: 0;
	}

	.productsearch-container {
		width: 50%;
	}
}
@media (max-width: 1024px) {
	#header {
		height: auto;
		text-align: center;
		font-size: 116%
	}
	.header-right {
		width: 100%;
		margin-top: 10px;		
		-webkit-box-lines: single;
		-moz-box-lines: single;
		-ms-flex-wrap: none;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.header-right.top {
		margin-top: 0;
		width: 50%;
		text-align: right;
	}
	.header-left {
		background-position: center left;
		width: 50%;
		margin-top: 0;
	}
	.header-left a {
		width: 100%;
		top: 0;
		height: 40px;
		margin-left: 0;
	}
	.hide-mobile {
		display: none;
	}
	.show-mobile-only {
		display: inline-block;
		position:relative;
		top: -1px;
	}
	.mein-konto {
		order: 1;
		padding-right: 0;
		width: auto;
		margin-bottom: 0;
	}
	.changemaker-search {
		order: 1;
		margin-bottom: 6px;
		margin-left: 16px;
		flex-grow: 1;
	}	
	.mobile-menu-only {
		order: 0;
		width: 30px;
		display: inline-block;
	}
	.changemaker-mini-cart {
		margin-right: 0;
	}
	/* .cart-icon-text {
		border-radius: 3px;
		color: #fff;
	    display: inline-block;
	    float: right;
	    font-size: 14px;
	    height: 16px;
	    line-height: 16px;
	    margin: 0 auto;
	    width: 16px; 
	    z-index: 2;
	    position: relative;
	    top: 5px;
	    right: 25px;
	    font-family: Helvetica;
		letter-spacing:  -1px;
		text-align: center
	} */
}

@media (min-width: 561px) and (max-width: 598px) {
	/* .cart-icon-text {
		top: -32px;
    	right: 16px;
	} */
}

@media (max-width: 560px) {
	.header-left {
		height: 70%;
    	margin-top: 10px;
	}
	.header-left a {
		background-image: url("https://changemaker.dev.azedo.at/wp-content/themes/changemaker/images/changemaker_logo.svg");
		background-size: contain;
		margin-top: 0;
		margin-left: 52px;
	}
	.changemaker-search {
		width: calc(100% - 113px);
		padding-right: 6px;
		margin-left: 6px;
	}
	.changemaker-mini-cart {
		padding-right: 0;
		width: 37px;
		margin-right: 10px;
	}
	.mein-konto {
		margin-bottom: 0;
		padding-right: 6px;
		width: 37px;
	}
	
	.login-check {
		top: -41px;
		left: 25px;
	}
	.cart-icon-text {
		top: -41px;
	} 
}

/* content Main */

#content {
	width: 100%;
	display: inline-block;
	min-height: 500px;
	height: auto;
	padding-top: 10px;
	text-align: left;
}

.article {
	min-height: 500px;
	overflow: hidden;
	background-color: #fff;
	padding: 25px 0;
	font-size: 14px;
	line-height: 1.5em;
	float: right;
	width: calc(100% - 290px); 
}

@media only screen and (max-width: 1024px) {
	.article {
		width: calc(100% - 80px);
	}
}

@media only screen and (max-width: 540px) {
	.article {
		width: calc(100% - 20px);
		padding: 25px 10px;
	}
}

.clear-all {
	clear: both;
}

.blog .article img {
	width: 100%;
	height: auto;
}

.article h1, .sheet h1 {
	font-family: 'Roboto',sans-serif;
	font-size: 32px;
	font-weight: 100;
	color: #E30044;
	letter-spacing: 1px;
	margin: 0 0 17px;
	text-transform: uppercase;
}

.article h2, .sheet h2,
.article .caldera-grid h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 100;
	color: #E30044;
	letter-spacing: 1px;
	margin: 0 0 17px;
	text-transform: uppercase;
}

@media only screen and (max-width: 540px) {
	.article h1, .sheet h1 {
		font-size: 26px;
	}
	.article h2, .sheet h2,
	.article .caldera-grid h2 {
		font-size: 20px;
	}
}

.article h2 a {
	color: #E30044 ;
	text-decoration: none;
}

.article h3 {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 22px;
	color: #e00045;
	margin: 10px 0 10px;
	letter-spacing: 0.5px;
}

.article h4 {
	font-size: 14px;
	line-height: 22px;
	color: #e00045;
	margin: 0 0 1px;
	letter-spacing: 0.5px;
}

.article ul {
	list-style-type: none;
}

.article p {
	margin: 1.5em 0 1.5em;
}

p:empty {
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	line-height: 0;
}

.article .highlight {
	color: #e00045;
}

.article .post h2 {
	margin: 0 0 5px;
}

.article .post p {
	margin-bottom: 15px;
}

.article .author {
	font-size: 12px;
	padding-bottom: 5px;
}

.article .article-image {
	padding-top: 0;
	padding-right: 15px;
	float: left;
}
@media only screen and (max-width: 600px) {
	.article .article-image,
	.article .article-image img {
		float: none;
		display: block;
	}
}

.article .more {
	font-size: 12px;
}

.post .category {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.post hr {
	margin-top: 15px;
	margin-bottom: 10px;
}

.post a img {
	max-width: 100%;
	height: auto;
}

.article hr {
	margin-top: 25px;
	margin-bottom: 25px;
	border: none;
	border-top: 1px dotted #666;
}

.article .navigation {
	width: 100%;
	margin-bottom: 10px;
	font-size: 12px;
}

.article .navigation .prev {
	width: 50%;
	float: left;
}

.article .navigation .next {
	width: 50%;
	float: right;
	text-align: right;
}

#footer{
	overflow:hidden;
	background: #790033;
	color: #ffffff;
	padding: 17px 0 30px;
	text-align: center;
	width: 100%;
}
#footer div {
	min-height: 104px;
}
#footer .title{
	display: block;
	text-transform: uppercase;
	margin: 0 0 6px;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer ul li{
	width:100%;
	float:left;
	padding:0 0 1px;
}
#footer ul li a{
	text-decoration:none;
	color: #ffffff;
}
#footer ul li a:hover{
	color:#ffffff;
	font-weight: bold;
	cursor: pointer;
}

#footer #wrapper {
    padding: 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100% !important;
    max-width: 1200px;
}

#footer .f-info,
#footer .f-contact,
#footer .f-payment,
#footer .f-changemaker,
#footer .f-follow,
#footer .f-company,
#footer .f-shops {
	text-align: left;
	padding-left: 40px;
	height: 170px;
	width: calc(24.8% - 40px);
}

#footer ul#menu-standorte-2-spalte {
	padding-top: 20px;
}

#footer i.pf {
	font-size: 22px;
}

[class^="socicon-"], [class*=" socicon-"] {
	font-family: 'Socicon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.5rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.socicon-facebook:before {
	content: "\e028";
}
.socicon-instagram:before {
	content: "\e044";
}
.socicon-twitter:before {
  content: "\e08d";
}
.socicon-xing:before {
  content: "\e09f";
}
.socicon-internet:before {
  content: "\e957";
}
.socicon-mail:before {
  content: "\e050";
}
.socicon-youtube:before {
  content: "\e0a5";
}
.socicon-pinterest:before {
  content: "\e063";
}

#footer ul li.social-menu-item {
	padding-top: 2px;
	width: 30px;
}

@media screen and (max-width: 768px) {
	#footer .f-info,
	#footer .f-contact,
	#footer .f-payment,
	#footer .f-changemaker,
	#footer .f-follow,
	#footer .f-company,
	#footer .f-shops {
		width: calc(48.8% - 40px);
		height: 160px;
	}
}

@media screen and (max-width: 560px) {
	#footer .f-info,
	#footer .f-contact,
	#footer .f-payment,
	#footer .f-changemaker,
	#footer .f-follow,
	#footer .f-company,
	#footer .f-shops {
		width: calc(100% - 40px);
		height: auto;
		padding-bottom: 12px;
	}
	#footer ul#menu-standorte-2-spalte {
		padding-top: 0;
	}
	#footer .f-shops {
		padding-bottom: 0;
	}
	#footer div {
		min-height: auto;
	}
}

#facebook {
	text-align: left;
	float: left;
	padding-left: 10px;
	margin: 10px 210px 10px;
}
@media only screen and (max-width: 768px) {
	#facebook {
		margin: 10px 0 10px;
	}
}

/* Main menue */
.widgettitle {
	display: none;
}

.main-nav {
	width: 100%;
	float: right;
}
.main-nav ul li {
	text-transform:uppercase;
}


@media only screen and (max-width: 1014px) {
	.main-nav {
		float: none;
		width: 100%;
	}
}

/* Mega Menu */

.main-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu {
    width: 100%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    flex-basis: 100%;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-flyout.mega-align-bottom-right:last-of-type li.mega-menu-item a.mega-menu-link {		
	text-align: left !important;
}
@media (min-width: 1025px) and (max-width: 1067px) {
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
		font-size: 16px !important;
	}
}
@media screen and (min-width: 1025px) {
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after,
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after,
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item-has-children > a.mega-menu-link:after {
		display: none !important;
	}	
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:first-of-type > a.mega-menu-link {
		padding-left: 0;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:last-of-type > a.mega-menu-link {
		padding-right: 0;
	}	
}
@media screen and (max-width: 1024px) {
	.main-nav #mega-menu-wrap-primary-menu #mega-menu-primary-menu {
		display: none;
	}
	#mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1:before {
		font-size: 36px !important;
		position: relative !important;
		top: -32px !important;
		left: -14px !important;
		color: #68002a;
	}
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu {
		box-shadow: none !important;
	}
}

/* right navigation */

.navi {
	padding-top: 10px;
	float: left;
	width: 100%;
}

.navi a {
	text-decoration: none;
}

.navi ul li {
	list-style-type: none;
	margin-left: 10px;
}

.navi ul li a {
	color: #790033;    
	padding-left: 10px;
	display: block;
}

.navi ul li ul {
	margin-bottom: 15px;
}

.navi ul li ul li {
	margin-left: -10px;
	font-size: 12px;
	line-height: 1.75em;
}

.navi ul li h2 {
	text-transform: uppercase;
	color: #790033;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 0;
}

.navi ul li.widget_archive {
	text-transform: uppercase;
	color: #790033;
	font-weight: bold;
}

.navi ul li ul li.menu-item {
	text-transform: uppercase;
	color: #790033;
	font-weight: bold;
}

.navi ul li.widget_archive ul li {
	text-transform: none;
	list-style-type: none;
	font-weight: normal;
}

.navi ul li ul li.cat-item {
	font-size: 12px;
	text-transform: none;
	list-style-type: none;
	font-weight: normal;
}

.navi ul li ul li.menu-item ul li {
	text-transform: none;
	list-style-type: none;
	font-weight: normal;
}

.navi ul li.widget_archive ul li a {
	color: #4B4046;
}

.navi ul li ul li.cat-item a {
	color: #4B4046;    
}

.navi ul li ul li.menu-item ul li a {
	color: #4B4046;
}

.navi ul li.widget .dcjq-accordion ul li ul li a {
	color: #4B4046;
}

.navi ul li.widget_archive ul li:hover {
	background-color: rgba(234,220,221,0.5);
}

.navi ul li ul li.cat-item:hover {
	background-color: rgba(234,220,221,0.5);
}

.navi ul li ul li ul li.menu-item:hover {
	background-color: rgba(234,220,221,0.5);
}

.navi ul li.widget_archive ul li:hover a,.navi ul li ul li.cat-item:hover a,
.navi ul li ul li ul li.menu-item:hover a,.navi ul li.archiv ul li:hover a  {
	color: #790033;
}

/* */
.navi ul li.categories, .navi ul li.archiv  {
	color: #790033;
	font-weight: bold;
	font-size: 14px;
}

.navi ul li.archiv ul li a{
	font-size: 12px;
	text-transform: capitalize;
	color: #4B4046;
	font-weight: normal;
}

.navi ul li.archiv ul li:hover {
	background-color:rgba(234,220,221,0.5);
}

/* left navigation */

ul.navigation {
	list-style-type: none;
}

.left-navi {
	margin-right: 15px;
	padding-top: 5px;
	float: left;
	width: 125px;	
}

.left-navi a {
	text-decoration: none;
}

.left-navi li a { 
	color: #790033;
	font-weight: bold;
	text-transform: uppercase;
}

.left-navi li ul li a {
	color: #4B4046;
	font-weight: normal;
	text-transform: none;
	display: block;
}

.left-navi li ul li a:hover {
	background: none repeat scroll 0 0 #4B4046 !important;
	color: #FFFFFF !important;
}

.left-navi ul li {
	list-style-type: none;
	padding: 0 0 2px 0;
}

.left-navi ul li a {
	color: #790033;
}

.left-navi ul li ul {
	margin-bottom: 15px;
}

.left-navi ul li h2 {
	text-transform: uppercase;
	color: #790033;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 0;
}

.left-navi ul li.widget_archive {
	text-transform: uppercase;
	color: #790033;
	font-weight: bold;
}

.left-navi ul li ul li.menu-item {
	text-transform: uppercase;
	color: #790033;
	font-weight: bold;
}

.left-navi ul li.widget_archive ul li {
	text-transform: none;
	list-style-type: none;
	font-weight: normal;
}

.left-navi ul li ul li.cat-item {
	text-transform: none;
	list-style-type: none;
	font-weight: normal;
}

.left-navi ul li ul li.menu-item ul li {
	text-transform: none;
	list-style-type: none;
	font-weight: normal;
}

.left-navi ul li.widget_archive ul li a {
	color: #4B4046;
}

.left-navi ul li ul li.cat-item a {
	color: #4B4046;
}

.left-navi ul li ul li.menu-item ul li a {
	color: #4B4046;
}

.left-navi ul li.widget .dcjq-accordion ul li ul li a {
	color: #4B4046;
}

.left-navi ul li.widget_archive ul li:hover {
	background-color: #4B4046;
}

.left-navi ul li ul li.cat-item:hover {
	background-color: #4B4046;
}

.left-navi ul li ul li ul li.menu-item:hover {
	background-color: #4B4046;
}

.left-navi ul li.widget_archive ul li:hover a {
	color: #ffffff;
}

.left-navi ul li ul li.cat-item:hover a {
	color: #ffffff;
}

.left-navi ul li ul li ul li.menu-item:hover a {
	color: #ffffff;
}

.left-navi .sub-menu li a {
	color: #4B4046;
}

ul.sub-menu, .shop-navi ul {
	list-style-type: none;
	margin: 0;
	clear: both;
}

#menu-navigation_left li {
	list-style-type: none;
}

/* XXX loeschen */
ul.marken-list {
	display: none;
}

/*footer menue */
.footer ul {
	list-style-type: none;
}

.onecolumn {
	width: 100%;
}

/* Über Changemaker - Menü */

.subnav {
	font-size: 10px;
	text-align: center;
	height: 20px;
	margin-top: -40px;
	padding-bottom: 40px;
	width: 880px;
}
.subnav a {
	padding-right: 15px; 
	text-decoration: none;
}
.subnav a:hover {
	color: #E00045;
}

.subnav_active {
	color: #E00045;
}

/* Unsere Produkte */
.sheet {
	padding-right: -51px;
}

.two-columns {
	overflow: hidden;
	padding: 0 0 25px;
	width: 100%
}
.two-columns .column {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	width: calc(50% - 20px);
}

@media only screen and (max-width: 960px) {
	.two-columns .column {
		width: 100%;
		margin: 0;
	}
}

.two-columns .list {
	padding-top: 10px;
}

.two-columns .list li {
	height: 1%;
	margin: 10px 0 0;
	overflow: hidden;
	padding: 6px 0 0 43px;
	vertical-align: top;
}

.two-columns .list.no-icons li {
	padding: 6px 0 0 0;
}

.two-columns .list .title {
	color: #E30044;
	display: block;
	font-size: 15px;
	font-weight: normal;
}

.two-columns .list li.organic {
	background: url("images/icons/organic.png") no-repeat scroll 0 0 transparent;
}
.two-columns .list li.handmade {
	background: url("images/icons/handmade.png") no-repeat scroll 0 0 transparent;
}
.two-columns .list li.social {
	background: url("images/icons/fair-social.png") no-repeat scroll 0 0 transparent;
}
.two-columns .list li.eco-friendly {
	background: url("images/icons/eco-friendly.png") no-repeat scroll 0 0 transparent;
}
.two-columns .list li.recucled {
	background: url("images/icons/recycling.png") no-repeat scroll 0 0 transparent;
}
.two-columns .list li.energy {
	background: url("images/icons/energy-efficient.png") no-repeat scroll 0 0 transparent;
}

.two-columns .list li.swiss {
	background: url("images/icons/swiss-made.png") no-repeat scroll 0 0 transparent;
}

.cm-cta {
	background: #68002a;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 10px;
	text-decoration: none;
	text-transform: none;
	width: auto;   
}

/* Marken */

#marken-uebersicht {
	list-style-type: none;
	width: 100%;
	display: flex;
	-ms-flex-pack: justify;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

#marken-uebersicht li {
	background: #fff;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	list-style-type: none;
	width: 24%;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media only screen and (max-width: 960px) {
	#marken-uebersicht li {
		width: 48%;
	}
}

@media only screen and (max-width: 540px) {
	#marken-uebersicht li {
		width: 100%;
	}
}

#marken-uebersicht li > div {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	height: 12rem;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#marken-uebersicht li > div img {
	width: 100%;
}

#marken-uebersicht li.last {
	margin-right: 0px;
}

#marken-uebersicht a.button {
	background-color: #780032;
	border-radius: 7px 7px 7px 7px;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	padding: 7px 10px;
	text-decoration: none;
	width: 202px;
	margin: 10px;
}

#markenbeschreibung {
	width: 100%;
}

#markenbeschreibung td.marke-bild {
	font-size: 12px;
	padding-bottom: 15px;
	padding-right: 15px;
	text-align: center;
}

#markenbeschreibung td.marke-links p, #markenbeschreibung td.marke-rechts p {
	padding: 0;
}


#markenbeschreibung td.marke-links {
	font-size: 12px;
	padding-bottom: 15px;
	padding-right: 20px;
	width: 322px;
}

#markenbeschreibung td.marke-rechts {
	font-size: 12px;
	padding-bottom: 15px;
	width: 322px;
}

#markenbeschreibung td.marke-rechts img {
}

#markenbeschreibung td.marke-rechts.maker img {
	margin-top: 10px;
}

#markenbeschreibung table.details,
.cm-marken table.details {
	font-size: 12px;
	margin-top: 15px;
}
#markenbeschreibung td.label,
.cm-marken  td.label {
	padding-bottom: 5px;
	width: 80px;
}
#markenbeschreibung td.detail,
.cm-marken td.detail {
	padding-bottom: 5px;
}

#markenbeschreibung p,
.cm-marken p {
	font-size: 12px;
	padding: 5px;
}

#markenbeschreibung .title,
.cm-marken .title {
	color: #E30044;
}

#markenbeschreibung ul.icons, 
.brand-description .production ul.icons,
.cm-marken ul.icons {
	list-style-type: none;
	padding-top: 20px;
	width: 320px;
}

#markenbeschreibung li.icon, 
.brand-description .production li.icon,
.cm-marken  li.icon{
	float: left;
}

#markenbeschreibung img.produkt,
.cm-marken img.produkt {
	margin-left: 5px;
	margin-right: 5px;
}

.shop-content.cm-marken {
		padding: 25px 0;
}

.cm-marken .images {
	float: left;
	width: 48%;
	text-align: center;
}

.cm-marken  .icons .icon img {
	height: 50px;
}

.cm-marken .product-change-maker {
	margin-top: 20px;
}

@media only screen and (max-width: 700px) {
	.cm-marken .images {
		display: block;
		width: 100%;
	}
}

.brand-description .info {
	width: 100%;
	float: left;
	padding-right: 15px;
	margin-bottom: 30px;
}

.brand-description .info .origin {
	margin-bottom: 10px;
}

.brand-description .production {
	width: 47%;
	float: left;
	padding-left: 15px;
}

.brand-change-maker .change,
.brand-change-maker .maker {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 2em;
}

.brand-change-maker .change {
	width: 48%;
	float: left;
	padding-right: 10px;
}

.brand-change-maker .change img {
	margin-bottom: 10px;
}

.brand-change-maker .maker {
	width: 48%;
	float: left;
	padding-left: 10px;
}

.brand-change-maker .maker img {
	margin-bottom: 10px;
}
.brand-change-maker .production {
	width: 100%;
	float: left;
	padding-left: 15px;
	position: relative;
	top: -20px;
	padding-left: 0;
}
.brand-change-maker .production ul.icons {
	list-style-type: none;
	padding-top: 0px;
	width: 320px;
}

.brand-change-maker .production li.icon {
	float: left;
}
.flip {
	transform: rotate(-180deg);
}
.toggle-image {
	-moz-transition: transform 1s;
	-webkit-transition: transform 1s;
	transition: transform 1s;
}

.toggle-change-maker {
	display: block;		
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%,
	rgba(255,255,255,1) 70%,
	rgba(104, 0, 42, 1) 72%,
	rgba(255,255,255,0) 0%);
	text-align: center;
	width: 100%;
	height: 40px;
	cursor: pointer;
	position: relative;
	top: -20px;
	left: 100%;
	width: 100%;
	margin-left: -100%;
	padding-right: 1px;
	padding-top: 20px;
}

.brand-change-maker {
	display: block;
	width: 100%;
	height: 130px;
	overflow:hidden;
}


.term-description {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.5em;
	font-size: 14px;  
}

#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions > li {
	margin-left: 0px !important;
}

#wpadminbar {
	-moz-box-shadow:    0 1px 2px 1px rgba(75,75,75,1);
	-webkit-box-shadow: 0 1px 2px 1px rgba(75,75,75,1);
	box-shadow:         0 1px 2px 1px rgba(75,75,75,1);
}

/*
* Teaser - Slider
*/
@media screen and (min-width: 601px) {
	.mobile-slider {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.desktop-slider {
		display: none;
	}
	.mobile-slider {
		display: block;
		text-align: center;
	}
}
.metaslider .flexslider .flex-control-paging {
	margin: 16px 20px !important;
}

.metaslider .caption-wrap {
	width: 75% !important;
	background: rgba(255, 255, 255, 0) !important;
}
.metaslider .caption {
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: 2px;
	text-transform: uppercase;
}
@media screen and (max-width: 600px) {
	.metaslider .caption {
		font-size: 20px;
		padding: 0 !important;
	}
	.metaslider .caption-wrap {
		width: 96%;
		margin-bottom: 6px !important;
		margin-right: 6px !important;
	}
	.metaslider.mobile-no-dots ol.flex-control-paging {
		display: none;
	}
}

/*
 * WooCommerce
 */

.woocommerce-MyAccount-navigation {
	display: inline-block;
}

.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	display: inline-block;
}

li.woocommerce-MyAccount-navigation-link {
	float: left;
	padding: 0 10px;
}

li.woocommerce-MyAccount-navigation-link:first-child {
	padding-left: 0;
}

li.woocommerce-MyAccount-navigation-link a {
	text-decoration: none;
}
li.woocommerce-MyAccount-navigation-link a:hover,
li.woocommerce-MyAccount-navigation-link.is-active a {
	color: #E00045;
}

/* button grau */
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
	background-color: #ddd !important;
	background: #ddd !important;
	opacity: 1 !important;
	padding: 6px !important;
}

.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover {
	background-color: #ddd !important;	
	background: #ddd !important;
	opacity: 1 !important;
	padding: 6px !important;
}

div.woocommerce-message {
	margin-bottom: 45px;
}

nav.woocommerce-breadcrumb {
	font-size: 13px;
	color: #780032;
	background-color: #fff;
	background-color: rgba(255,255,255,0.4);
	padding: 5px 5px 5px 0;
	margin-bottom: 10px;
	clear: both;
}

nav.woocommerce-breadcrumb.fixed {
	font: 400 13px/32px "Open Sans", sans-serif;
	color: #eee;
	background-color: transparent;
	position: fixed;
	top: 0;
	padding: 0 20px;
	z-index: 100000;
}

nav.woocommerce-breadcrumb.fixed a {
	color: #eee;
	display: inline-block;
	height: 32px;
	margin: 0;
	padding: 0 4px 0 4px;
}

nav.woocommerce-breadcrumb.fixed a:hover {
	color: #2ea2cc;
	background-color: #333;
}

.woocommerce ul#shipping_method li {
	margin-bottom: 0;
}

.shop-wrapper {
	min-height: 500px;
	display: inline-block;
	width: 100%;
	float: right;
}

.shop-content {
	min-height: 500px;
	overflow: hidden;
	background-color: #fff;
	font-size: 12px;
	padding: 0 0 25px 0;
}

.shop-content.page {
	font-size: 14px;
	line-height: 1.5em;    
}

.shop-content.product {
	padding: 25px 40px 0 40px;
}

@media only screen and (max-width: 540px) {
	.shop-content {
		width: calc(100% - 20px);
		margin: 0 auto;
		padding: 25px 10px 25px 10px;
	}
	.shop-content.product {
		padding: 25px 10px 0 10px;
	}
}

.shop-teaser {
	margin: 0;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-pack: justify;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-line-pack: start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	margin-top: 0;
	width: 100%;
}

.shop-teaser img {
	padding: 0px;
	width: 100%;
	height: auto;
}

.shop-teaser li {
	list-style-type: none;
	width: 24%;
	padding-bottom: 7px;
} 

@media only screen and (max-width: 960px) {
	.shop-teaser li {
		width: 48%;
	}
}

@media only screen and (max-width: 540px) {
	.shop-teaser {
		display: none;
	}
}

.shop-teaser li.last {
	padding-right: 0px;
}

div.category.teaser {
	position: relative;
	background-color: #fff;
}

div.category.teaser p {
	margin-bottom: 0;
	margin-top: 1.1em;
}

div.teaser-image {
	overflow: hidden;
}

div.teaser-title a {
	color: #780032;
	text-decoration: none;
}

a.teaser-title {
	display: block;
	position: absolute;
	height: 51px;
	bottom: 0;
	left: 0;
	color: #780032;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	padding-left: 4px;
	padding-right: 5px;
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
	width: calc(100% - 9px);
	background-color: rgba(255,255,255,0.38);
}

.shop-navi {
	float: left;
	min-height: 380px;
	width: 200px;
	background-color: #f3f2ee;
	background-color: rgba(255,255,255,0.4);
	margin-right: 10px;
}

.sticky-wrapper {
	display: inline-block;
	width: 210px;
}

@media only screen and (max-width: 1024px) {
	.shop-navi,
	.sticky-wrapper {
		display: none;
	}
}

.shop-navi.fixed {
	position: fixed;
	top: 39px;
	z-index: 99;
}

.shop-navi .navigation li {
	width: 200px;
}

.shop-navi .navigation li a {
	display: block;
	text-decoration: none;
	line-height: 37px;
	font-size: 14px;
	color: #780032;    
}

.shop-navi .navigation li .sub-menu li a {
	line-height: 25px;
}

.shop-navi li.categories>a {
	background-image: url('images/icons/kategorien.png');
	background-repeat: no-repeat;
	background-position: 6px 7px;
	padding-left: 47px;
}

.shop-navi li.categories a:hover {
	background-color: #eadcdd;
	background-color: rgba(234,220,221,0.5);
}

.shop-navi li.widget_text li {
	list-style-type: none;
}

.shop-navi li.widget_text li a {
	text-decoration: none;
	color: #780032;
	font-size: 14px;
	display: block;
	line-height: 37px;
	padding: 5px 0px 5px 5px;
}

.shop-navi li.widget_text li a:hover {
	background-color: #eadcdd;
	background-color: rgba(234,220,221,0.5);
}

.shop-navi li.widget_text li a span {
	margin-left: 5px;
	display: inline-block;
}

.bereiche {
	display: inline-block;
	font-size: 14px;
	padding-bottom: 20px;
}

ul.product-categories li a {
	text-decoration: none;
	color: #790033;
	font-weight: bold;
	text-transform: uppercase;
}

ul.product-categories li ul.children li a {
	color: #4B4046;
	font-weight: normal;
	text-transform: capitalize;
}

ul.product-categories li a:hover {
	background-color: transparent !important;
}

ul.children {
	margin-bottom: 15px;
}

div.brands {
	padding-left: 5px;
}

div.brands p {
	color: #790033;
	text-transform: uppercase;
	font-weight:bold;
	margin-bottom: 0px;
}

div.brands ul li {
	list-style-type: none;
}

div.brands ul li a {
	color: #4B4046;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;
}

/* jquery accordion menu */

div.dcjq-accordion {
	padding-bottom: 20px;
}

div.dcjq-accordion ul li a {
	color: #790033;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

div.dcjq-accordion ul li ul.sub-menu li a {
	color: #4B4046;
	font-weight: normal;
	text-transform: capitalize;
}

/* widget shopping-cart */

li.widget_shopping_cart {
	font-size: 11px;
}

li.widget_shopping_cart h2.widgettitle {
	display: inherit;
	list-style-type: none;
	color: #790033;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

/* single-product */

.article .product {
	line-height: normal;
	font-size: 12px;
}

.article .product h1 {
	color: #000;
	text-transform: capitalize;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
}

div.product-short-description {
	font-size: 14px;
}

div.product-brand {
	font-style: italic;
}

.product-info, .shipping-info {
	font-size: 11px;
	margin-bottom: 10px;
}

.product-info, .gift-certificates ul {
	list-style: none;
	font-size: 11px;
}

.product a {
	color: #68002a;
}

div.product-meta {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.summary form {
	display: block;
}

div.summary p {
	margin-bottom: 0;
	line-height: 1.75em;
}

div.summary .sku {
	font-size: 10px;
}

div.summary .herkunft {
	font-size: 10px;
}

div.summary .produktion {
	font-size: 10px;
}

div.product-attributes {
	margin-top: 15px;
	margin-bottom: 15px;
}

p.stock {
	color: #E30044 !important;
	padding-bottom: 10px;
}

.product-change-maker .change {
	float: left;
	width: 48%;
	margin-right: 20px;
	line-height: 1.75em;
}

.flex-active-slide > a {
	display: inline-block;
}

.product-change-maker .maker {
	width: 48%;
	float: left;
	line-height: 1.75em;
}

@media only screen and (max-width: 768px) {
	.product-change-maker .change,
	.product-change-maker .maker,
	.brand-change-maker .change,
	.brand-change-maker .maker {
		width: 100%;
	}
	
	.brand-change-maker .maker {
		padding-left: 0;
	}
	.brand-change-maker {
		height: 114px;
	}
	.brand-description .info {
		padding-top: 0;
	}
	.brand-change-maker .production {
		top: 0;
		margin-bottom: 20px;
	}
	.brand-description .info {
		width: 100%;
		float: left;
		padding-top: 10px;
		padding-right: 15px;
	}
	.brand-description .info .origin,
	.brand-description .info .products {
		vertical-align: top;
		margin-bottom: 4px;
	}
	.brand-change-maker .maker img {
		margin-bottom: 0;
	}
	.brand-change-maker .change img {
		margin-bottom: -5px;
	}

	.brand-change-maker .change, .brand-change-maker .maker {
		margin-bottom: 0;
		margin-top: 0;
	}
}

.product-change-maker .change img {
	margin-bottom: 9px;
}

.product-change-maker .maker img {
	margin: 7px 0 0;
}

div.thumbnails img {
	margin-top: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin:auto;
}

/* product overview */

.shop-wrapper .page-title,
.shop-content h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-weight: 100;
	color: #E30044;
	letter-spacing: 1px;
	margin: 0 0 17px;
	text-transform: uppercase;
}

@media only screen and (max-width: 540px) {
	.shop-content h1 {
		font-size: 26px;
	}
}

.shop-content.teaser h1 {
	margin: 25px 0 17px;
}

ul.products {
	line-height: 18px;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-pack: justify;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content:  flex-start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	width: 100%;
}

columns-4 {
	width: 100%;
}

ul.products a {
	color: #203548;
}

li.product p {
	margin: 0px !important;
}

li.product a div.product-short-description {
	font-size: 10px;
}

div.product-sku {
	font-size: 8px;
	color: #a0a0a0;
}

div.related h2,
section.related h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 100;
	color: #E30044;
	margin-bottom: 15px;
	margin-top: 15px;
	text-transform: uppercase;
}

.woocommerce-pagination {
	clear: both;
}

.woocommerce-pagination .page-numbers {
	clear: both;
	padding-top: 10px;
	margin-bottom: 35px;
}

.woocommerce-pagination ul li {
	list-style: none;
	float: left;
	margin: 0px 2px 0px 2px;
}

.woocommerce-pagination ul li a:link, .woocommerce-pagination ul li a:visited {
	background: none repeat scroll 0 0 #eeeeee !important;
	border: 1px solid #dddddd !important;
	border-radius: 2px 2px 2px 2px;
	color: #666666 !important;
	display: inline !important;
	padding: 3px 7px !important;
	text-decoration: none !important;
}

.woocommerce-pagination ul li .current, .woocommerce-pagination ul li .on, .woocommerce-pagination ul li a:hover {
	background: none repeat scroll 0 0 #dddddd !important;
	border: 1px solid #bbbbbb !important;
	border-radius: 2px 2px 2px 2px;
	padding: 3px 7px !important;
}

mark.order-number, mark.order-date, mark.order-status {
	font-weight: bold;
	background-color: #FFBBCC; 
}

.cart_item .variation dt,
.cart_item .variation dd {
	font-weight:normal !important;
	float: none !important;
	font-size: 10px;
	margin: 0;
}

.cart_item .variation {
	line-height : 0.1em;
}

.cart td .gift-wrapping {
	font-size: 10px;
	margin-top: 5px;
}

@media only screen and (max-width: 540px) {
	table.cart td .gift-wrapping {
		display: none;
	}
}

.billing_form_info small {
	display: inline-block;
	color: #777777;
	font-size: 10px;
	line-height: 1.5em;
}

.widget {
	padding-left: 5px;
}

.widget_text {
	padding-left: 0;
}

.shailan-dropdown-menu-widget {
	padding-left: 0;    
}

.funnel-container {
	display:flex;
	justify-content:space-evenly;
	border-bottom: 2px solid #ddd;
	margin: 40px 0;
}

.funnel-container a {
	text-decoration: none;
}

.funnel-cart,
.funnel-checkout,
.funnel-finalized,
.funnel-next {
	display: inline-flex;
	width: calc(20% - 10px);
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 20px;
}

.funnel-container a {
	display: inline-flex;
	width: 20%;
	justify-content: center;
	align-items: flex-end;
}

.funnel-cart::before {
	content: '\e01d';
	font-family: Woocommerce;
	font-size: 30px;
}
.funnel-checkout::before {
	content: '\e01e';
	font-family: Woocommerce;
	font-size: 30px;
}
.funnel-finalized::before {
	content: '\e019';
	font-family: Woocommerce;
	font-size: 30px;
}
.funnel-next::before {
	content: '\e900';
	font-family: Woocommerce;
	font-size: 30px;
}

.funnel-cart::after,
.funnel-checkout::after,
.funnel-finalized::after,
.funnel-next::after
{
	content: ' ';
	display: flex;
	width: 0; 
	height: 0; 
	border: 8px solid #ddd;
	border-radius: 53%;
	position: relative;
	top: 29px;
	left: -24px
}

.funnel-active::after {	
	display: flex;
	width: 0; 
	height: 0; 
	border: 8px solid #E30044;
	border-radius: 53%;
	position: relative;
	top: 29px;
	left: -24px
}

.funnel-next.tostore:hover::before {
	color: #E30044;
}

/* Checkout */
.packaging-message {
	margin: 20px 0;
	text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .art-article .aligncenter img, .aligncenter img.art-article, .aligncenter img, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.alignright img, img.alignright
{
	margin: 1em;
	margin-right: 0;
}

.alignleft img, img.alignleft
{
	margin: 1em;
	margin-left: 0;
}

.wp-caption
{
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-caption, .wp-caption p
{
	text-align: center;
}

.newsletter-frm {
	float: left;
}

.newsletter-frm .text {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #4B4046;
	border-color: #E4E8E4;
	border-style: solid;
	border-width: 0 1px 0 0;
	color: #FFFFFF;
	float: left;
	height: 14px;
	padding: 3px 7px;
	width: 160px;
}

.newsletter-frm .btn-submit {
	background: url("images/btn-submit.gif") no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	float: left;
	font-size: 0;
	height: 20px;
	line-height: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 27px;
}

#page-nav {
	font-size: 10px;
	height: 20px;
	margin-top: -30px;
	padding-bottom: 30px;
	width: 100%;
	text-align: center;
}

#page-nav ul:not(#menu-unternehmen) {
	display: inline-block;
	width: 380px;
	margin: 0 auto;
	margin-top: 5px;
}
ul#menu-unternehmen {
	display: inline-block;
	width: 380px;
}
ul#menu-unternehmen li {
	padding-left: 9px;
	padding-right: 9px;
}

#page-nav ul li {
	float: left;
	text-align: center;
}

#page-nav ul li a {
	text-decoration: none;
}

#page-nav ul li a:hover {
	color: #E00045; 
	cursor: pointer;
}

#page-nav ul li.current-menu-item a {
	color: #E00045; 
}

@media screen and (max-width: 500px) {
	#page-nav ul:not(#menu-unternehmen),
	ul#menu-unternehmen {
		width: 100%;
	}
	ul#menu-unternehmen li {
		padding-left: 6px;
		padding-right: 6px;
	}
}

#currentsubscriptionsform table thead td {
	padding: 8px !important;
}

#currentsubscriptionsform table tbody td {
	padding: 8px !important;
}

div#search {
}

div.search {
	margin-top: 6px;
	float: left;
}

.wpml form {
	width: 50%;
}

.wpml form table tr td {
	padding-right: 10px;
}

.wpml input.ui-button, .wpml a.ui-button {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #DDD;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#ececec));
	background: -moz-linear-gradient(#FFFFFF, #ececec);
	background: linear-gradient(#FFFFFF, #ececec);
	-pie-background: linear-gradient(#FFFFFF, #ececec);
	text-align: center;
	text-decoration: none !important;
	color: #666;
	font-size: 12px !important;
	border: 1px solid #D3D3D3;
	cursor: pointer;
	padding: 5px !important;
}

table.shopgallery {
	margin-top: 15px;
}

@media only screen and (max-width: 960px) {
	table.shopgallery,
	table.shopgallery tbody,
	table:not(.shop_table),
	table.openhours{
		display: flex;
		flex-wrap: wrap;
	}	
	
	table:not(.shopgallery) {
		margin-top: 20px;
	}
	
	table.openhours {
		margin-top: 0;
	}
	
	table.shopgallery tr,
	table:not(.shop_table) tr {
		width: 100%;
	}

	.no-show-mobile {
		display: none;
	}
	
	table.openhours tr:not(:first-child) {
		display: inherit;
	}
	
	table.shopgallery tr img {
		max-width: 100%;
		height: auto;
	}
	
	iframe {
		width: 100%;
	}
}

.shopgallery img {
	padding: 2px;
}

.caldera-grid label {
	font-size: 12px;
}

.caldera-grid .form-control {
	border-radius: 5px !important;
	border: 1px solid #aaa !important;
}

@media only screen and (max-width: 540px) {
	
	table.openhours {
		margin-top: 20px;
	}
	
	table.shopgallery tr,
	table.shopgallery tbody tr,
	table:not(.shop_table) tr,
	table.openhours tr {
		display: flex;
		flex-wrap: wrap;
	}
	
}


/* Checkout */

#payment ul.payment_methods li input[type=radio] {
	height: auto;
}

#payment ul.payment_methods li input[type=text],
.postfinancecw-payment-form input[type=text] {
	width: 180px;
}

#payment .postfinancecw-card-cvc input,
.postfinancecw-payment-form .postfinancecw-card-cvc input {
	width: 50px !important;
}

.postfinancecw-payment-form input[type=submit] {
	height: 31px;
	width: 192px;
}

.postfinancecw-multi-control .postfinancecw-select-field select {
	  margin-left: 20px;
}

#payment ul.payment_methods li input:focus,
.postfinancecw-multi-control .postfinancecw-select-field select:focus {
	outline: none;
}

.postfinancecw-payment-form fieldset {
	border: 0;
	background: -webkit-linear-gradient(#ebe9eb,#dfdbdf);
	padding: 1em 2%;
	margin: 1em 0 1em 0;
	border-radius: 4px;
	line-height: 1.5em;
	color: #5e5e5e;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.postfinancecw-payment-form fieldset .postfinancecw-help-block {
	margin-left: 150px;
}

@media only screen and (max-width: 540px) {
	.woocommerce-checkout-review-order-table {
		font-size: 80%;
	}
	.woocommerce form.checkout_coupon .form-row-first, 
	.woocommerce form.checkout_coupon .form-row-last {
		width: 100%;
	}
}

/* Suche */

.searchwp-live-search-result a {
	text-decoration: none;
}
.searchwp-live-search-result a:hover,
.searchwp-live-search-result > p:hover {
	background-color: #ededed;
}

/* WooCommerce 2.3 Adaptierung */

.changemaker-shop .woocommerce #content .quantity, 
.changemaker-shop .woocommerce .quantity,
.changemaker-shop .woocommerce-page #content .quantity, 
.changemaker-shop .woocommerce-page .quantity,
.changemaker-shop .product .quantity {

	width: 80px;
	height: 32px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.changemaker-shop .woocommerce .quantity {
	width: 64px;
}
.changemaker-shop .woocommerce .quantity input.qty,
.changemaker-shop .woocommerce-page .quantity input.qty,
.changemaker-shop input[type="number"],
.changemaker-shop .woocommerce .quantity .minus, 
.changemaker-shop .woocommerce .quantity .plus,
.changemaker-shop .woocommerce-page .quantity .minus, 
.changemaker-shop .woocommerce-page .quantity .plus,
.changemaker-shop input[type="button"].plus,
.changemaker-shop input[type="button"].minus {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	left: 24px;
	height: 100%;
	position: absolute;
	width: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0;
	text-align: center !important;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}
.changemaker-shop .woocommerce .quantity input.qty,
.changemaker-shop .woocommerce-page .quantity input.qty,
.changemaker-shop input[type="number"] {
	width: 32px;
}
.changemaker-shop input[type=number]::-webkit-inner-spin-button,
.changemaker-shop input[type=number]::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
.changemaker-shop .woocommerce .quantity .minus, 
.changemaker-shop .woocommerce .quantity .plus, 
.changemaker-shop .woocommerce-page .quantity .minus, 
.changemaker-shop .woocommerce-page .quantity .plus,
.changemaker-shop input[type=button].plus,
.changemaker-shop input[type=button].minus {
	display: block;
	margin: 0;
	vertical-align: text-top;
	font-size: 16px !important;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	width: 25px;
	height: 100%;
	overflow: visible;
	text-decoration: none;
	cursor: pointer;
	line-height: 13px;
	background-color: #eee;    
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.changemaker-shop .woocommerce .quantity .plus, 
.changemaker-shop .woocommerce-page .quantity .plus,
.changemaker-shop input[type=button].plus {
	left: auto !important;    
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.quantity.hidden input[type=button].plus ,
.quantity.hidden input[type=button].minus {
	display: none;
}

/* Listendarstellung */

.changemaker-shop .woocommerce-result-count {
	text-align: right;
}
@media screen and (min-width: 370px) {
	.changemaker-shop .woocommerce-result-count {
		margin-top: -28px;
	}
}

.changemaker-shop .woocommerce-ordering {
	text-align: right;
	padding-bottom: 10px;
}
.changemaker-shop ul.products,
.changemaker-shop .woocommerce ul.products, {
	list-style-type: none;
	padding: 0;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;    
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;	
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;	
	width: 100% !important;
	max-width: 1200px;
}
.changemaker-shop ul.products li.product,
.changemaker-shop .woocommerce ul.products li.product,
.changemaker-shop .woocommerce-page.columns-3 ul.products li.product,
.changemaker-shop .woocommerce.columns-3 ul.products li.product {	
	width: 24.9%;
	padding-left: 0;
	margin: 0 0 24px 0;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;	
	display: flex;	
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	
}

@media only screen and (max-width: 960px) {
	.changemaker-shop ul.products li.product,
	.changemaker-shop .woocommerce ul.products li.product,
	.changemaker-shop .woocommerce-page.columns-3 ul.products li.product,
	.changemaker-shop .woocommerce.columns-3 ul.products li.product {	
		width: 48%;
	}
}

@media only screen and (max-width: 540px) {
	.changemaker-shop ul.products li.product,
	.changemaker-shop .woocommerce ul.products li.product,
	.changemaker-shop .woocommerce-page.columns-3 ul.products li.product,
	.changemaker-shop .woocommerce.columns-3 ul.products li.product {	
		width: 100%;
	}
}

@media only screen and (max-width: 540px) {
	.woocommerce ul.products li.product:nth-child(2n), 
	.woocommerce-page ul.products li.product:nth-child(2n), 
	.woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), 
	.woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
		float: none !important;
	}
}
@media only screen and (max-width: 540px) {
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product, 
	.woocommerce-page[class*=columns-] ul.products li.product, 
	.woocommerce[class*=columns-] ul.products li.product {
		width: 100% !important;
		margin: 0 auto 20px auto !important;
	}
}


.changemaker-shop h3,
.changemaker-shop .woocommerce ul.products li.product h3,
section.related h2.woocommerce-loop-product__title {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	color: #333;
	text-transform: none;
}
.changemaker-shop .product-short-description {
	font-size: 10px;
}
.changemaker-shop ul.products li.product a {
	text-decoration: none;
	text-align: center;
	margin: 10px;
}
.changemaker-shop ul.products li.product a.button {
	display: block;
	width: 70%;
	max-width: 160px;
	margin: 0 auto;
}
.changemaker-shop .thumbnail-wrapper,
.changemaker-shop .product-catalog-thumbnail {   
	height: 200px;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;	
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;	
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	/* width: 100%; */
	flex-direction: column;
}
.changemaker-shop .thumbnail-wrapper {
	margin-bottom: 10px;
}

.changemaker-shop .woocommerce ul.products li.product a img,
.product-catalog-thumbnail img {
	width: auto;
	max-height: 177px;
}

.changemaker-shop a.button,
.changemaker-shop a.shipping-calculator-button,
.changemaker-shop button.button,
.changemaker-shop input.button,
.changemaker-shop #respond input#submit,
.changemaker-shop #content input.button,
.changemaker-shop .woocommerce a.button,
.changemaker-shop .woocommerce a.shipping-calculator-button,
.changemaker-shop .woocommerce button.button,
.changemaker-shop .woocommerce #respond input#submit, 
.changemaker-shop .woocommerce a.button,
.changemaker-shop .woocommerce input.button,
.changemaker-shop .woocommerce input.button.alt,
.changemaker-shop .woocommerce #respond input#submit.alt,
.changemaker-shop .woocommerce a.button.alt, 
.changemaker-shop .woocommerce button.button.alt,
.caldera-grid input[type=submit] {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	cursor: pointer;
	position: relative;
	overflow: visible;
	padding: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	left: auto;
	color:#fff !important;
	border: none;
	background: #aaa;
	-webkit-font-smoothing: auto;
}

table.cart td.actions .checkout-button.wc-forward {
	max-width: calc(100% - 12px);
	text-align: center;
}
.changemaker-shop a.button:hover,
.changemaker-shop a.shipping-calculator-button:hover,
.changemaker-shop button.button:hover,
.changemaker-shop input.button:hover,
.changemaker-shop #respond input#submit:hover,
.changemaker-shop #content input.button:hover,
.changemaker-shop .woocommerce a.button:hover,
.changemaker-shop .woocommerce a.shipping-calculator-button:hover,
.changemaker-shop .woocommerce button.button:hover,
.changemaker-shop .woocommerce #respond input#submit:hover, 
.changemaker-shop .woocommerce a.button:hover,
.changemaker-shop .woocommerce input.button:hover,
.changemaker-shop .woocommerce input.button.alt:hover,
.changemaker-shop .woocommerce #respond input#submit.alt:hover,
.changemaker-shop .woocommerce a.button.alt:hover, 
.changemaker-shop .woocommerce button.button.alt:hover,
.caldera-grid input[type=submit]:hover {
	background: #525252;
	cursor: pointer;
}
.changemaker-shop a.shipping-calculator-button,
.changemaker-shop .woocommerce a.shipping-calculator-button {	
	height: 19px;
	padding: 8px 6px 4px 6px;/* Link für Versandkosten berechnen Warenkorb */
	float: right;
}
.changemaker-shop button.button,
.changemaker-shop .woocommerce button.button {
	height: 31px;
}
.changemaker-shop .product {
	position: relative;
}
.changemaker-shop ul.products .product a.button {
	/*background: #790033;*/
}
.changemaker-shop .type-product button[type=submit] {
    background: #790033;
}

.changemaker-shop li.product .onsale,
.woocommerce ul.products li.product .onsale {
	top: 0;
	right: 12%; 
	left: auto;
	margin: 10px 5px 0 0 !important;
}
.changemaker-shop .product .onsale {
	top: 0;
	right: 54%;
	left: auto;
	margin: -6px 5px 0 0;
}
.changemaker-shop span.onsale,
.woocommerce span.onsale {
	background-color: #fff;
	background-image: url("images/icons/icon-sale.svg");
	background-size: cover;
	min-height: 42px !important;
	min-width: 42px !important;
	padding: 4px !important;
	font-size: 20px !important;
	font-weight: normal !important;
	position: absolute !important;
	z-index: 10 !important;
	text-align: center !important;
	line-height: 42px !important;
	top: 6px;
	left: 6px;
	margin: 0;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2) !important;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2) !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2) !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 50% !important;
}

.changemaker-shop .exclusive-sale,
.woocommerce .exclusive-sale {
	top: 54px !important;
}

.changemaker-shop li.product .exclusive,
.woocommerce ul.products li.product .exclusive {
	top: 0;
	right: 12%; 
	left: auto;
	margin: 10px 5px 0 0;
}
.changemaker-shop .product .exclusive {
	top: 0;
	right: 54%;
	left: auto;
	margin: -6px 5px 0 0;
}

.changemaker-shop span.exclusive,
.woocommerce span.exclusive {
	background-image: url("images/icons/icon-exclusive.svg");
	background-size: cover;	
	min-height: 42px;
	min-width: 42px;
	padding: 4px;
	position: absolute;
	z-index: 10;
	text-align: center;
	line-height: 42px;
	margin: 0;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2) !important;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2) !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.2) !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 50%;
}

.changemaker-shop ul.products .price,
.changemaker-shop .product p.price,
.changemaker-shop .woocommerce ul.products li.product .price {
	color: #525252; 
	display: inline-block;
	font-size: 18px;
	margin-top: 0.5em;
}
.changemaker-shop ul.products .price del,
.changemaker-shop .product p.price del {
	font-size: 10px;
	display: inline-block !important;
	color: #777 !important;
	-webkit-text-fill-color:  #777; 
	margin: -2px 0 0 0;
}
ins {
	text-decoration: none;
	color: #E00045;
}
.woocommerce ul.products li.product .price ins {
	font-weight: normal !important
}

/* Produktdetailseiten */

.changemaker-shop .product .images {
	float: left;
	margin-bottom: 2em;
	width: 47%;
	text-align: center;
	margin-right: 10px;
	height: 370px;
}
.changemaker-shop .summary {
	float: left;
	width: 48%;
	margin-bottom: 2em;
	padding-left: 20px;
}
@media only screen and (max-width: 768px) {
	.changemaker-shop .summary {
		width: 100%;
		float: none;
		padding-left: 0;
	}
}

@media only screen and (max-width: 768px) and (min-width: 601px) {
	.changemaker-shop .product .images {
		margin-right: 36px;
	}
}

@media only screen and (max-width: 768px) {
	.changemaker-shop .product .images {
		width: 100%;
		height: auto;
		overflow:hidden;
	}
	.changemaker-shop .summary {
		padding-left: 0;
	}
	.changemaker-shop .product .onsale,
	.changemaker-shop .product span.exclusive,
	.woocommerce .product span.exclusive {
		right: 10%;
	}
}

.changemaker-shop .product p.price {
	font-size: 20px;
	color: #525252; 
	margin-top: 0;
	margin-bottom: 0;
}
.changemaker-shop .product p.price del {
	font-size: 12px;
}
.changemaker-shop .product .cart .button {
	float: left;
	width: 200px;
}
@media only screen and (max-width: 768px) {
	.changemaker-shop .product .cart .button {
		width: 120px;
	}
}

woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
	background-color: #ddd !important;
	background: #ddd !important;
	opacity: 1 !important;
}

.changemaker-shop .product .gift-wrapping {
	margin-top: 0;
}

.changemaker-shop .product-icons {
	display: inline-block;
	margin-top: 1.5em;
	width: 100%;
}

.changemaker-shop .product-icons span {
	color: #790033;
}
.changemaker-shop .product .icons {
	display: block;
}
.changemaker-shop .product .icons li {
	list-style-type: none;
	float: left;
}
.changemaker-shop .product .icons li a {
	display: inline-block;
}
.changemaker-shop .product .icons:after {
	content:'';
	display:block;
	clear:both;
}
.changemaker-shop .product .icons .icon img {
	height: 42px; 
	margin-right: 6px;
}
.changemaker-shop .product .icons .icon:last-child img,
.cm-marken .icons .icon:last-child img {
	margin-right: 0;
}
.cm-marken .icons .icon img,
.changemaker-shop .icons .icon img {
	height: 60px;
	margin-right: 10px;
}
.changemaker-shop .variations label {
	font-weight: bold;
	padding: 8px 5px 5px 5px;
}
.changemaker-shop .variations select {
	width: 100%;
	float: left;
}
.changemaker-shop a.reset_variations {
	font-size: 10px;
	margin-top: 4px;
}
.changemaker-shop .product-short-description {
	font-size: 14px;
}
.changemaker-shop p.tax {
	font-size: 10px;
}

/* WooCommerce 3.0 Gallery */
 
.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 3em
}

.flex-control-thumbs {
	display: inline-block;
}

.woocommerce-product-gallery figure {
	margin: 0
}
 
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	float: left;
	cursor: pointer
}

.woocommerce-product-gallery img {
	display: block;
}
 
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	border: 1px solid #D3D3D3;
	width: 65px;
	height: 65px;
	float: right;
	margin-left: 5px;
	position: relative;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	/*width: 63px;*/
	max-height: 63px;
}

.woocommerce-product-gallery__trigger {
	display: block;
	cursor: pointer;
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 15px;
	right: 68px;
	z-index: 50;
}

a.woocommerce-product-gallery__trigger {
	text-decoration: none;
	font-size: 24px;
}

.pswp__bg {
	opacity: 0.7 !important;
}
.pswp__img {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	border-radius: 5px !important;
}

.woocommerce-product-gallery__image > a {
	display: inline-block;
}

@media screen and (max-width: 420px) {
	.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
		width: 60px;
		height: 60px;
		margin-left: 4px;
	}
}
@media screen and (max-width: 361px) {
	.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
		width: 50px;
		height: 50px;
	}
	.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
		max-width: 45px;
		max-height: 45px;
		padding: 0;
	}
	.woocommerce-product-gallery__image.flex-active-slide  img {
		width: auto;
		max-width: 100%;
	}
}

/* Messages */

.changemaker-shop .woocommerce-message, 
.changemaker-shop .woocommerce-error, 
.changemaker-shop .woocommerce-info,
.changemaker-shop .woocommerce-account-info {
	padding: 1em 2em 1em 3.5em!important;
	margin: 0 0 2em!important;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;
	list-style: none!important;
	width: auto;
}
.woocommerce-info {
	border-top: 3px solid #780032 !important;
}
.changemaker-shop .woocommerce .woocommerce-message,
.changemaker-shop .woocommerce-message {
	border-top: 3px solid #059883;
}
.changemaker-shop .woocommerce .woocommerce-error {
	border-top: 3px solid #e42240;
}
.changemaker-shop .woocommerce-message::before,
.changemaker-shop .woocommerce-error::before,
.changemaker-shop .woocommerce-info::before,
.changemaker-shop .woocommerce-account-info::before {
	font-family: WooCommerce;
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em;
}
.changemaker-shop .woocommerce-message:before,
.changemaker-shop .woocommerce .woocommerce-message:before {
	color: #059883;
	content: "\e015";
}
.changemaker-shop .woocommerce-info:before,
.changemaker-shop .woocommerce .woocommerce-info:before {
	color: #780032;
	content: "\e016";
}
.changemaker-shop .woocommerce-error:before,
.changemaker-shop .woocommerce .woocommerce-error:before {
	color: #e42240;
	content: "\e602";
	font-weight: bold;
}

.changemaker-shop .woocommerce-message:after,
.changemaker-shop .woocommerce-error:after,
.changemaker-shop .woocommerce-info:after {
	content: "";
	display: block;
	clear: both;
}
.changemaker-shop .woocommerce-message .button,
.changemaker-shop .woocommerce-error .button,
.changemaker-shop .woocommerce-info .button {
	float: right;
}
.changemaker-shop .woocommerce-message a {
	width: 180px;
	display: block;
	text-align: center;
}
.woocommerce-notices-wrapper .changemaker-cart-message {
	display: none;
}
.woocommerce-account-info::before {
	color: #790033;
	content: "\e03a";
} 
.woocommerce-account-info {
	border-top: 0 solid #780032;
}
/* end */

/* Warenkorb */

.changemaker-shop .woocommerce .cart-collaterals .cart_totals,
.changemaker-shop .woocommerce .cart-collaterals .cart_totals {
	display: block;
	text-align: right;
	float: none;
	width: 100%;
}
.woocommerce .shop_table td {
	border-top: 1px solid rgba(0,0,0,0.1) !important;
	padding: 6px !important;
}
.woocommerce .shop_table .product-thumbnail {
	text-align: center;
}
.changemaker-shop .cart_totals table {
	width: 75%;
	margin-left: 25% !important;
	display: table;
}
.changemaker-shop .cart_totals th {
	padding: 6px;
}

.changemaker-shop .cart_totals .order-total th {
	font-weight: bold;
}
.changemaker-shop .shop_table td.product-subtotal,
.changemaker-shop .shop_table th.product-subtotal {
	text-align: right;
}

@media only screen and (max-width: 400px) {
	.changemaker-shop .shop_table th.product-subtotal {
		max-width: 60px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}
.changemaker-shop .cart_totals td {
	margin: auto;
	text-align: right;
	padding: 6px 12px 6px 6px;
}
.changemaker-shop .woocommerce a.remove {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	color: #780032 !important;
	font-size: 13px;
	border-radius: 50%;
}
.changemaker-shop .woocommerce a.remove:hover {
	background-color: #780032 !important;
	color: #fff !important;
}
.changemaker-shop .cart img {
	max-width: 64px;
	height: auto;
}
.changemaker-shop .actions input {
  height: 31px !important;
}
.changemaker-shop .coupon .input-text {
	width: 150px !important;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 1px solid #dfdbdf;
	padding: 6px 6px 5px;
	margin: 0 4px 0 0;
	outline: 0;
	line-height: 1em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.changemaker-shop input[type=submit] {
	min-width: 160px;
}

.changemaker-shop .woocommerce-shipping-calculator p {
	text-align: right;
	padding-right: 12px;
}

@media only screen and (max-width: 768px) {
	.cart {
		font-size: 80%;
	}
	.changemaker-shop a.checkout-button.button.alt {
		margin-top: 6px;
	}
}

@media only screen and (max-width: 600px) {
	.product-price {
		display: none;
	}
}
@media only screen and (max-width: 540px) {	
	.onecolumn {
		width: calc(100% - 20px);
	}
	.woocommerce table.shop_table th {
		padding: 6px 0 !important;
	}
	.woocommerce #content table.cart td.actions .button, 
	.woocommerce #content table.cart td.actions .input-text, 
	.woocommerce #content table.cart td.actions input, 
	.woocommerce table.cart td.actions .button,  
	.woocommerce table.cart td.actions input, 
	.woocommerce-page #content table.cart td.actions .button, 
	.woocommerce-page #content table.cart td.actions .input-text, 
	.woocommerce-page #content table.cart td.actions input, 
	.woocommerce-page table.cart td.actions .button, 
	.woocommerce-page table.cart td.actions .input-text, 
	.woocommerce-page table.cart td.actions input {
		width: 100% !important;
	}	
	.woocommerce table.cart td.actions .input-text {
	   width: 100% !important;
	   margin-bottom: 6px;
	}	
	.changemaker-shop .cart_totals table {
		margin-left: 0;
		width: 100%;
	}
	.woocommerce .shop_table td {
		padding: 6px 0 !important;
	}
	.changemaker-shop .woocommerce a.remove {
		font-size: 19px;
		width: 26px;
		height: 26px;
		align-items: baseline;
    padding: 5px 3px 0 3px;
	}
	.woocommerce td.product-quantity {
		min-width: 0 !important;
	}
}

/* Bezahlvorgang */

.changemaker-shop .place-order input[type=submit] {
	width: 188px;
	height: 31px;
}
.changemaker-shop .woocommerce .woocommerce-checkout h3 {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 22px;
	color: #e00045;
	margin: 10px 0 10px;
	letter-spacing: 0.5px;
	font-weight: normal;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
	clear: both;
}
.changemaker-shop .woocommerce form .form-row input.input-text, 
.changemaker-shop .woocommerce form .form-row textarea,
.product .nyp input.nyp-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 26px;
	border: 1px solid #aaaaaa;
	padding: 0 5px;
}
.changemaker-shop .woocommerce form .form-row textarea {
	height: 70px;
}
.changemaker-shop .woocommerce #payment .terms,
.changemaker-shop .woocommerce-page #payment .terms {
	text-align: left;
	font-size: 12px;
}
.changemaker-shop .shipping-calculator-form {
	width: 48%;
	text-align: right;
	margin: 20px 0 0 0;
	clear: right;
	float: right;
}
.changemaker-shop .woocommerce form .form-row.woocommerce-validated .select2-container, 
.changemaker-shop .woocommerce form .form-row.woocommerce-validated input.input-text, 
.changemaker-shop .woocommerce form .form-row.woocommerce-validated select {
	border-color: #059883;
}
.changemaker-shop .woocommerce form .form-row.woocommerce-invalid .select2-container, 
.changemaker-shop .woocommerce form .form-row.woocommerce-invalid input.input-text, 
.changemaker-shop .woocommerce form .form-row.woocommerce-invalid select {
	border-color: #e42240;
}

/* Team Page */
img.team-image {
	float: left;
	border: 1px solid black;
	margin: 5px 15px 5px 2px;
}
@media only screen and (max-width: 540px) {
	img.team-image {
		float: none;
		display: block;
	}
}

/* Mailpoet */

#wysija-subscriptions th {
	padding-top: 20px;
}

#wysija-subscriptions td {
	padding-top: 16px;
}

.wysija-input,
#wysija-subscriptions input[type=text] {
	display: block;
	width: 50%;
	height: 24px;
	padding: 3px 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-radius: 5px;
	border: 1px solid #aaa;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media screen and (max-width: 768px) {
	.wysija-input {
		width: 96%;
	}
}

.wysija-submit,
.wysija-submit:hover,
.button-primary.wysija,
.button-primary.wysija:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	cursor: pointer;
	position: relative;
	overflow: visible;
	padding: 6px;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	left: auto;
	color:#fff !important;
	border: none;
	background: #780032;
	-webkit-font-smoothing: auto;    
}

.mailpoet_paragraph .mailpoet_text {
	width: 50%;
	height: 22px;
	padding: 6px 12px;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	display: block;
}

.mailpoet_paragraph .mailpoet_select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-ms-appearance: none !important;
	-o-appearance: none !important;
	appearance: none !important;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMjQgMTEuMzA1bC03Ljk5NyAxMS4zOUw4IDExLjMwNXoiLz48L3N2Zz4='), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .2em top 50%, 0 0;
	background-size: 20px auto, 100%;
	vertical-align: middle;
	width: 52.2%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	display: block;
}

.mailpoet_submit {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	cursor: pointer;
	position: relative;
	overflow: visible;
	padding: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	left: auto;
	color: #fff !important;
	border: none;
	background: #aaa;
	-webkit-font-smoothing: auto;
}

.mailpoet_submit:hover {
	background: #525252;
}

label.mailpoet_checkbox_label {
	display: block;
}
@media (max-width: 768px) {
	.mailpoet_paragraph .mailpoet_text {
		width: 90%;
	}
	.mailpoet_paragraph .mailpoet_select {
		width: 94%;
	}
}


/* XXX to be removed as soon as translated */
.changemaker-shop .woocommerce .woocommerce-checkout #mailpoet_subscription_section h3 {
	display: none;
}

.team-list {
	width: 100%;
}

.team {
	width: 100%;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.team .team-item {
	width: 24.27%;
	height: 446px;
	margin-bottom: 80px;
	margin-right: 0.9%;
	text-align: left;
}
.team div.team-item:nth-of-type(4n) {
	margin-right: 0;
}
.team-item h3 a {
	text-decoration: none;
}

.team .team-item .team-image {
	width: 100%;
	height: 330px;
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: center top;
}

.team .team-item > a,
.team .team-item > a:hover,
.standort-item a:first-of-type {
	text-decoration: none;
}
.team .team-item > a.more {
	text-decoration: underline;
}
.team-item p {
	-webkit-margin-before: 0px;
	margin-top: 0;
}
.teamtext {
	display: none;
}
.position {
	
}
.smaller {
	font-size: 90%;
}
.portrait {
	display: inline-block;
	width: 300px;
}
.team-single {
	display: inline-block;
	margin: 0 24px 24px 0;
}
.team-single-img {
	max-height: 350px !important;
	width: auto !important;
}

picture.team-single-img img {
	display: inline-block;
	max-height: 350px !important;
	width: auto !important;
}

.all-team {
	padding-top: 60px;
}
.team-content {
	display: inline-block;
	padding-top: 94px;
	vertical-align: top;
	width: calc(100% - 400px);
}
.no-p-topmargin p:first-of-type {
	margin-top: 0;
}

@media screen and (max-width: 1200px) {
	.team .team-item {
		width: 32%;
	}
	.team .team-item:nth-of-type(4n) {
		margin-right: 0.9% !important;
	}
	.team .team-item:nth-of-type(3n) {
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 960px) {
	.team .team-item {
		width: 49%;
		margin-bottom: 80px;
		margin-right: 0.9%;
	}
	.team .team-item:nth-of-type(4n) {
		margin-right: 0.9% !important;
	}
	.team .team-item:nth-of-type(3n) {
		margin-right: 0.9% !important;
	}
	.team .team-item:nth-of-type(2n) {
		margin-right: 0%;
	}
	.team-content {
		width: 100%;
		padding-top: 40px;
	}
}

@media screen and (max-width: 500px) {
	.team .team-item {
		width: 100%;
		margin-bottom: 12px;
		margin-right: 0;
	}
	.team .team-item:nth-child(3n) {
		margin-right: 0;
	}
	.team-single,
	.team-single-img {
		float: none;
		display: block;
		margin-right: 0;
	}
}

td.weekday {
	width: 52px;
	font-size: 12px;
	text-align: left;
}
td.opening-hours {
	width: 100px;
	font-size: 12px;
	text-align: right;
}
td.remark {
	width: 120px;
	font-size: 10px;
	color: #e00045;
	line-height: 10px;
	text-align: right;
	vertical-align: middle;
}
.hours-detail table {
	width: 100%;
}
.hours-detail td.weekday {	
	width: 60px;
	font-size: 14px;
}
.hours-detail td.opening-hours {	
	width: 128px;
	font-size: 14px;	
}
.hours-detail td.remark {
	padding-left: 10px;
	width: auto;
	vertical-align: middle;
}

.standorte-uebersicht {
	width: 100%;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.standorte-uebersicht .standort-item {
	width: 24.27%;
	height: auto;
	margin-bottom: 80px;
	margin-right: 0.9%;
}

.standorte-uebersicht .standort-item:nth-of-type(4n) {
	margin-right: 0%;
}

.standorte-uebersicht .standort-item .standort-image {
	width: 100%;
	height: auto;
	min-height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.standorte-container {
	display: inline-block;
	width: 100%;
}

h3.standorte-titel {
	display: inline-block;
}

.standort-single-image {
	padding-top: 20px;
	display: inline;
	overflow: hidden;
}
.standort-single-image img {
	width: 100%;
	height: auto;
}
.single-shop-featured-image {
	max-width: 100%;
	height: auto;
}
.shop-detail-content {
	display: inline-block;
	width: 100%;
}
.shop-detail-info {
	display: inline-block;
	width: 864px;
}

@media screen and (max-width: 1200px) {
	.standorte-uebersicht .standort-item {
		width: 32%;
	}
	.standorte-uebersicht .standort-item:nth-of-type(4n) {
		margin-right: 0.9%;
	}
	.standorte-uebersicht .standort-item:nth-of-type(3n) {
		margin-right: 0%;
	}
}

@media screen and (max-width: 960px) {
	.shop-detail-info {
		width: 100%;
	}
	.standorte-uebersicht .standort-item {
		width: 49%;
	}
	.standorte-uebersicht .standort-item:nth-of-type(3n) {
		margin-right: 0.9%;
	}
	.standorte-uebersicht .standort-item:nth-of-type(2n) {
		margin-right: 0%;
	}	
}

@media screen and (max-width: 800px) {
	.hours-detail td.remark {
		width: 400px;
		text-align: left;
	}
}

@media screen and (max-width: 630px) {
	.standorte-uebersicht .standort-item {
		width: 100%;
		margin-right: 0;
	}
	.hours-detail td.remark {
		width: auto;
	}
}

@media only screen and (max-width: 540px) {
	.shop-detail-content {
		font-size: 92%;
	}
}

/* Login Form */
@media screen and (max-width: 500px) {
	.login label.inline {
		display: block !important;
	}
}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}
@media only screen and (max-width: 800px) {
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
}

/*
* PopUps
*/


.pum-theme-changemaker-layer .pum-title,
.pum-theme-changemaker-mit-formular .pum-title {
	font-weight: 100;
}
.pum-content .container-right {
	width: 40%;
	height: 370px;
	padding-top: 30px;
	display: inline-block;
	position: relative;
	left: 60%;
}

.button-anmeldung-red {
	display: inline-block !important;
	background-color: #e30044 !important;
	color: #fff !important;
	font-family: Roboto, sans-serif !important;
	text-transform: uppercase !important;
	font-size: 16px !important;
	font-weight: 100 !important;
	text-align: center !important;
	padding: 6px 0 !important;
	letter-spacing: 0.2em !important;
	text-decoration: none !important;
	width: 100% !important;
	border-radius: 0 !important;
}
.cm-close {
	border: 0;
	background-color: #fff;
	color: #e30044;
	font-size: 14px;
	width: 100%;
	text-align: center;
	padding: 6px 0;
	position: relative;
	top: 20px;
}
.cm-close:after {
	content: " x ";
	float: right;
	padding-right: 4px;
	font-family: Roboto, sans-serif !important;
    font-weight: 100;
	-webkit-transform:scale(1.36,1); /* Safari and Chrome */
    -moz-transform:scale(1.36,1); /* Firefox */
    -ms-transform:scale(1.36,1); /* IE 9 */
    -o-transform:scale(1.36,1); /* Opera */
    transform:scale(1.36,1); 
}
.pum-theme-changemaker-layer .pum-content + .pum-close,
.pum-theme-changemaker-mit-formular .pum-content + .pum-close,
.pum-theme-changemaker-layer .pum-content + .pum-close:hover,
.pum-theme-changemaker-mit-formular .pum-content + .pum-close:hover {
	font-size: 32px !important;
    font-weight: 100;
    font-family: Roboto, sans-serif !important;
	-webkit-transform:scale(1.36,1); /* Safari and Chrome */
    -moz-transform:scale(1.36,1); /* Firefox */
    -ms-transform:scale(1.36,1); /* IE 9 */
    -o-transform:scale(1.36,1); /* Opera */
    transform:scale(1.36,1); 
}
.pum-theme-changemaker-layer .pum-content,
.pum-theme-changemaker-mit-formular .pum-content {
	font-weight: 100;
	font-size: 24px;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
	padding-right: 0 !important;
}

.pum-content .pum-container-form {
	width: 100%;
	height: 370px;
	display: inline-block;
	position: relative;
	left: 0;
}
.pum-content .form-right {	
	float: left;
	width: 48%;
	height: 100%;
}
.pum-content .form-left {
	float: left;
	width: calc(48% - 30px);
	height: 100%;
	padding-right: 30px;
}
.pum-content .form-left .pum-title {
	text-align: right;	
}
.pum-form {
	display: inline-block;
	position: relative;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	padding: 16px 20px;
	margin-top: 20px;
}
.cm-popup label {	
	display: inline-block !important;
	width: 28% !important;
	font-family: Roboto, sans-serif;
	font-size: 22px;
	font-weight: 100 !important;
	color: #790033 !important;
}
.cm-popup .field_required {
	color: #790033 !important;
}
.cm-popup > div {
	display: inline-block !important;
	width: 70% !important;
}
.cm-popup .form-control {
	border: 1px solid #fff !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
@media only screen and (min-width: 1221px) and (max-width: 1280px) {
	.pum-container.pum-responsive.pum-responsive-xlarge {
		width: 1200px !important;
		margin-left: -49.5% !important;
	}
}
@media only screen and (max-width: 1220px) {
	.pum-container.pum-responsive.pum-responsive-xlarge {
		width: 97% !important;
		margin-left: -48.5% !important;
	}
}

@media only screen and (max-width: 1120px) {
	.cm-popup label {		
		font-size: 18px;
	}
	.pum-content .form-right {
		font-size: 90%;
	}
}


@media only screen and (max-width: 960px) {
	.pum-content .form-right {	
		width: 56%;
	}
	.pum-content .form-left {	
		width: calc(40% - 30px);
	}
	.pum-content .container-right {
		width: 80%;
		left: 10%;
		padding: 40px;
		background-color: rgba(255,255,255,0.8);
	}
	.cm-popup label {		
		font-size: 16px;
		width: 36% !important;
	}
	.cm-popup > div {
		width: 60% !important;
	}
	.pum-form .cm-popup:last-of-type {
		margin-bottom: 0 !important;
	}
}

/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

@font-face {
	font-family: 'flexslider-icon';
	src: url('fonts/flexslider-icon.eot');
	src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ====================================================================================================================
  * RESETS
  * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.changemaker-shop ul.products.slides,
.changemaker-shop .woocommerce ul.products.slides {
	-webkit-box-pack:  start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 200% !important; 
	max-width: 200%;
}

@media (max-width: 960px) {
	.changemaker-shop ul.products.slides,
	.changemaker-shop .woocommerce ul.products.slides {
		width: 400% !important; 
		max-width: 400%;
	}
}

@media (max-width: 540px) {
	.changemaker-shop ul.products.slides,
	.changemaker-shop .woocommerce ul.products.slides {
		width: 800% !important; 
		max-width: 800%;
	}
}

.changemaker-shop ul.products.slides li.product,
.changemaker-shop .woocommerce ul.products.slides li.product,
.changemaker-shop .woocommerce-page.columns-3 ul.products.slides li.product,
.changemaker-shop .woocommerce.columns-3 ul.products.slides li.product {
	display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -moz-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
}

/* ====================================================================================================================
  * BASE STYLES
  * ====================================================================================================================*/

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	display: block;
}

.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .flexslider .slides {
	display: flex;
}

html[xmlns] .flexslider.flexslider-related .slides {
	display: flex;
	height: 320px;
}

* html .flexslider .slides {
	height: 1%;
}

.no-js .flexslider .slides>li:first-child {
	display: block;
}

/* ====================================================================================================================
  * DEFAULT THEME
  * ====================================================================================================================*/

.flexslider {
	margin: 0 0 60px;
	background: #fff;
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides img {
	height: auto;
	width: 100%;
	-moz-user-select: none;
}

.flex-viewport {
	max-height: 360px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 30px;
	display: inline-block;
	line-height: 30px;
	content: '\f001';
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
	content: '\f002';
}

.flex-direction-nav .flex-prev {
	left: 10px;
	opacity: .8;
}

.flex-direction-nav .flex-next {
	right: 10px;
	opacity: .8;
	text-align: right;
}



.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: '\f003';
}

/* ====================================================================================================================
  * RESPONSIVE
  * ====================================================================================================================*/

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}


div.product-recommendation {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.socialshare a {
	align-items: center;
	border: none;
	border-radius: 30px;
	background: rgb(121,121,121);
	background-color: rgb(121,121,121);	
	color: #fff;
	display: inline-flex;
	justify-content: center;
	line-height: 26px;
	margin: 10px 10px 0 0;
	min-height: 36px;
	min-width: 36px;
	text-decoration: none;
}

.socialshare .fa {
	font-size: 18px;
}

.socialshare a img {
	padding: 6px 14px 0 6px;
}
.socialshare a:hover {
	cursor: pointer;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.socialfollow {
	margin: 24px 0;
	color: #780032;
}
.socialfollow a {
	align-items: center;
	background: #780032;
	background-color: #780032;
	border: none;	
	border-radius: 30px;	
	color: #fff;
	display: inline-flex;
	justify-content: center;
	line-height: 55px;
	margin: 10px 10px 0 0;
	min-height: 36px;
	min-width: 36px;
	text-decoration: none;
}

.socialfollow a img {
	padding: 6px 14px 0 6px;
}
.socialfollow a:hover {
	cursor: pointer;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* Teaser - Grid homepage start */
.teaser-grid {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;	
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;	
	justify-content: space-between;
}

.grid-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.grid-item h3 {
	font-family: Roboto, sans-serif;
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
}

.grid-item h4 {
	font-family: Roboto, sans-serif;
	color: #000;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
}

.grid-item picture,
.grid-item img {
	width: 100%;
	min-width: 100%;	
	height: 100%;
	object-fit: contain; 
	border: 0;
	padding: 0;
	transition: transform .4s;
}

.grid-item img:hover {
	transform: scale(1.05); 
}

.col-2-1 {
	flex-basis: 100%;
	width: 100%;
	margin: 4px 0;
}

.col-1-1 {
	flex-basis: calc(50% - 4px);
	width: calc(50% - 4px);
	margin: 4px 0;
}

.col-1-1.no {
	flex-direction: column;
	align-items: stretch;
}

.text-no-overlay {
	width: calc(100% - 42px);
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	justify-content: flex-end;
	padding: 40px 20px;
	text-align: center;
	z-index: 3;
}

.col-1-1.no img {
	height: auto;
}

.grid-overlay {
	background-color: rgba(255, 255, 255, 0.9);
	width: 80%;
	height:auto;
	display: inline-block;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 12px 45px;
	text-align: center;
	z-index: 3;
}

.col-1-1 .grid-overlay {
	width: 66.7%;
	padding: 14px 29px;
}

.button-wrapper {
	margin: 20px 0 0 0;
	text-align: center;
}
.grid-item button {
	width: 220px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 16px;
	cursor: pointer;
	padding: 6px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	color: #fff;
	border: 0;
	background: #790033;
	-webkit-font-smoothing: auto;
}

.home-teaser-button .mailpoet_submit {
	width: 180px !important;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 16px;
	cursor: pointer;
	padding: 8px 6px 6px 6px !important;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	color: #fff;
	border: 0;
	background: #790033;
	-webkit-font-smoothing: auto;
}

.fullwidth,
.fullwidth .products ul,
.fullwidth .woocommerce ul.products {
	width: 100%;
}

@media (max-width: 768px) {
	.col-1-1 {
		flex: 100%;
		width: 100%;
	}
}

@media (max-width: 600px) {
	.grid-item h4 {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.grid-item h3 {
		font-size: 18px;
	}
	.grid-item h4 {
		font-size: 12px;
	}
	.grid-item.col-2-1 img {
		height: auto;
	}
	.col-1-1 .grid-overlay {
		height: auto;
		bottom: 80px;
		margin-bottom: -70px;
		width: calc(100% - 40px);
		padding: 12px 20px;
	}
	.col-2-1.yes {
		overflow: visible;
		display: flex;
		flex-direction: column;
		flex: 1 1 auto;
		justify-content: flex-end;
		
	}
	.col-2-1 .grid-overlay {
		position: relative;
		height: auto;
		bottom: 0;
		margin-bottom: 0;
		width: calc(100% - 40px);
		padding: 12px 20px;
	}
}

.product .nyp label,
.wcopc .product-item .nyp label {
	display: inline-block !important;
	margin-right: 10px !important;
}
/* Teaser - Grid homepage end */

/*wishlist Start */
.my-wishlist {
	order: 2;
	display: inline-block;
	margin-top: 10px;
	width: auto;
	width: 50px;
}

.my-wishlist img {
	margin-top: -10px;
}

.yith-wcwl-items-count {
	float: left;
	border-radius: 10px;
	background-color: red;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	top: -16px;
	right: -72%;
	font-family: Helvetica;
	letter-spacing: -1px;
	text-align: center;
	width: auto;
	min-width: 14px;
	padding: 2px 3px;
	margin-right: -16px;
}

.yith-wcwl-items-count.noshow {
	display: none;
}

.yith-wcwl-wishlist-search-form #wishlist_search,
.yith-wcwl-wishlist-search-form {
	text-align: left;
}	
.yith-wcwl-wishlist-search-form input,
.hidden-title-form input,
.yith-wcwl-wishlist-search-form #wishlist_search input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 34px;
	border: 1px solid #aaaaaa;
	padding: 0 5px;
	width: 300px;
}

.wishlist-title:after {
	content: url('images/icons/icon-wishlist.svg');
	display: inline-block;
	height: 28px;
	width: 28px;
	margin-left: 10px;
}

.wishlist-name .wishlist-title:after {
	content: '';
	display: none;
	height: 0;
	width: 0;
	margin: 0;
}

span.wishlist {
	display: inline-block;
	height: 0;
}

.yith-wcwl-add-button {
	position: relative;
	background-image: url(/wp-content/themes/changemaker/images/icons/icon-add-to-wishlist.svg);
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	top: -190px;
	right: -28%;
	z-index: 900;
}

.shop-content.product span.wishlist {
	float: none;
	position: relative;
	height: 31px;
	width: 31px;
	right: -6px;
}

.shop-content.product .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

.shop-content.product .yith-wcwl-add-button,
.shop-content.product .yith-wcwl-add-to-wishlist.exists a {
	position: relative;
	background: url(/wp-content/themes/changemaker/images/icons/icon-add-to-wishlist-single.svg), #790033;
	width: 31px;
	height: 31px;
	border-radius: 3px;
	display: inline-block;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 900;
	top: 0;
	left: 0;
}

.yith-wcwl-add-button a span {
	display: inline-block;
	height: 100%;
	width: 100%;
	margin-left: -11px;
	color: transparent;
}

.yith-wcwl-wishlistaddedbrowse {
	position: relative;
	display: inline-block;
	left: 28%;
}

.shop-content.product .yith-wcwl-wishlistaddedbrowse {
	position: relative;
	display: inline-block;
	left: 0;
}

.yith-wcwl-add-to-wishlist.exists span.feedback,
.yith-wcwl-wishlistaddedbrowse span.feedback {
	display: none;
}

.yith-wcwl-add-to-wishlist.exists a {
	position: relative;
	color: transparent;
	background-image: url(/wp-content/themes/changemaker/images/icons/icon-added-to-wishlist.svg);
	width: 30px;
	height: 30px;
	display: inline-block;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	top: -190px;
	z-index: 900;
	margin: 0 !important;
}

.shop-content.product .yith-wcwl-add-to-wishlist.exists a {
	background-image: url(/wp-content/themes/changemaker/images/icons/icon-added-to-wishlist-single.svg);
}

.yith-wcwl-wishlistexistsbrowse span.feedback+a {
	left: 28%;
}

.shop-content.product .yith-wcwl-add-button a {
	height: 100%;
	width: 100%;
	display: inline-block;
}

.shop-content.product .yith-wcwl-add-button a span {
	margin-left: 35px;
	margin-top: 11px;
	color: #222;
	display: none;
}

.flexslider .wishlist {
	display: none;
	visibility: hidden;
}

@media only screen and (max-width: 960px) {
	.yith-wcwl-add-button {
		right: -32%;
	}

	.yith-wcwl-wishlistexistsbrowse span.feedback+a {
		left: 33%;
	}

	.yith-wcwl-wishlistaddedbrowse {
		left: 32%;
	}
}

@media (max-width: 560px) {
	.my-wishlist {
		width: 35px;
		margin-right: 8px;
	}
	
	
}

/* line between brand images when <picture> */
.images a {
	color: rgba(0,0,0,0);
}

/*
 * Cookie Consent
 */

#cookie-notice .cn-button.cm-cookie{
	font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: .25px;
	line-height: 20px;
	margin: 0 0 0 10px;
	text-align: center;
	text-transform: none;
	display: inline-block;
	cursor: pointer;
	touch-action: manipulation;
	white-space: nowrap;
	outline: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	padding: 8.5px 10px;
	line-height: 1;
	background-color: #22bb22;
	color: #fff;
}

#cookie-notice .cn-set-cookie.cn-button.cm-cookie {
	background-color: #22bb22;
	color: #fff;
}

#cookie-notice .cn-more-info.cn-button.cm-cookie {
	background-color: #ededed;
	color: #000;
}
