/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Theme for xxxx by Southvision
Version:            1.0
Author:             Southvision
Author URI:         https://southvision.de/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

/* fira-sans-300 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/fira-sans-v10-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans Light'), local('FiraSans-Light'),
       url('../fonts/fira-sans-v10-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fira-sans-v10-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fira-sans-v10-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fira-sans-v10-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fira-sans-v10-latin-300.svg#FiraSans') format('svg'); /* Legacy iOS */
}

/* fira-sans-500 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/fira-sans-v10-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans Medium'), local('FiraSans-Medium'),
       url('../fonts/fira-sans-v10-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fira-sans-v10-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fira-sans-v10-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fira-sans-v10-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fira-sans-v10-latin-500.svg#FiraSans') format('svg'); /* Legacy iOS */
}

/* playfair-display-regular - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/playfair-display-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/playfair-display-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/playfair-display-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/playfair-display-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/playfair-display-v20-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}



/* ALLGEMEIN */

*:focus {
	outline: none;
}

a {
    color: #907B67;
}

body {
	overflow-x: hidden;
}

img {
	width: 100%;
	height: auto;
}

iframe {
	width: 100%;
}

.flexRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: -15px;
    margin-left: -15px;
}

.disFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.justCenter {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.alignItemsCenter {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.alignItemsEnd {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.padTo3 {
	padding-top: 3rem;
}

.maBo3 {
	margin-bottom: 3rem;
}

.maTo3 {
	margin-top: 3rem;
}

.maTo6 {
	margin-top: 6rem;
}

@media (min-width: 1200px){
	.col-lg-oneFifth {
		width: 20%;
	}
}

@media (max-width: 1199px){	
	.maToMD3 {
		margin-top: 3rem;
	}	
	
	.maToMD6 {
		margin-top: 6rem;
	}	
}

@media (max-width: 991px){	
	.maToSM3 {
		margin-top: 3rem;
	}	
	
	.maToSM6 {
		margin-top: 6rem;
	}	
	
}

@media (max-width: 767px){
	.maToXS3 {
		margin-top: 3rem;
	}	
	
	.maToXS6 {
		margin-top: 6rem;
	}	
}


h1, h2, h3, h4, h5, body {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	font-size: 1.8rem;
	margin-top: 0;
	color: #604749;
}

.h1, .h2, .h3, .h4, .h5 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	color: #907B67;
}

.h1 {
	font-size: 6rem;
}

.h1.hero {
	font-size: 7.2rem;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}

.h2 {
	font-size: 4rem;
	margin-bottom: 2.2rem;
}

.h3 {
	font-size: 3rem;
	margin-bottom: 2.2rem;
}

.h4 {
	font-size: 2.4rem;
	margin-bottom: 2.2rem;
}

.h5 {
	font-size: 2rem;
	margin-bottom: 2.2rem;
}

p.small {
	font-size: 1.5rem;
}

p.xsmall {
	font-size: 1.25rem;
}
/* 
section {
	position: relative;
	z-index: 19;
}

section.st5-sliderHoverSection {
	position: relative;
	z-index: 18;
}
 */
.ctaBtn {
	display: inline-block;
	padding: 1rem 5rem 1rem 3rem;
	position: relative;
	background: #B39B8D;
	border: 1px solid #B39B8D;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease; 
	font-weight: 500;
	color: #fff;
}

.ctaBtn:after  {
	content: '';
    position: absolute;
    right: 2rem;
    top: 0;
    display: block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    top: 50%;
    margin-top: -0.7rem;
}

.ctaBtn:hover {
	background: transparent;
	color: #B39B8D;
}

.ctaBtn:hover:after {
	border-color: #B39B8D;
}

@media(max-width: 991px){
	html{
		font-size: 9px;
	}
}

@media(max-width: 767px){
	html{
		font-size: 8px;
	}
}

.woocommerce ul.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

/* HEADER */

.headerInnerWrap {
	position: relative;
}

.home header, .home header a{
	color: #fff;
}

.home header:before{
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	display: block;
	height: 22.5rem;
	opacity: 0.3;
	background: rgba(19,14,15,0.9);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,14,15,0.9)), color-stop(15%, rgba(31,23,24,1)), color-stop(100%, rgba(96,71,73,0)));
	background: -o-linear-gradient(top, rgba(19,14,15,0.9) 0%, rgba(31,23,24,1) 15%, rgba(96,71,73,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(19,14,15,0.9)), color-stop(15%, rgba(31,23,24,1)), to(rgba(96,71,73,0)));
	background: linear-gradient(to bottom, rgba(19,14,15,0.9) 0%, rgba(31,23,24,1) 15%, rgba(96,71,73,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#130e0f', endColorstr='#604749', GradientType=0 );
}

/* Top Header */

.returnText {
	font-size: 1.6rem;
}

.returnText strong{
	font-size: 1.5rem;
}

.topHeader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.topHeader p{
	margin-bottom: 0;
}

.topHeader > div {
    float: left;
}

.topHeader img {
	width: 1.8rem;
	margin-right: 2rem;
}

.topHeader .cartWrap img {
	margin-right: 0;
}

.topHeader .swissQualityWrap img {
	width: 16.5rem;
	margin-right: 0;
}

.swissQualityWrap {
	margin-right: 6rem;
}

.returnText {
	margin-right: 3rem;
}

.cartWrap {
	position: relative;
}

.numCartItems {
	background: #604749;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    font-weight: 400;
    position: absolute;
    right: -1.4rem;
    bottom: -1rem;
    font-size: 14px;
}





@media (max-width: 991px) {

	.home header, .home header a, body header, body header li a{
		color: #fff;
	}
	
	.navbar-toggle {
		margin-top: 22px;
	}
	
	.navbar-toggle .icon-bar {
		width: 26px;
		height: 3px;
	} 
	
	.navbar-toggle .icon-bar {
		background: #4c4b4b;
	}
	
	.home .navbar-toggle .icon-bar {
		background: #fff;
	}

	/* Animation Burgermenü */
	
	.navbar-toggle > span {
		margin-bottom: 4px;
		-webkit-transition: top 0.5s ease, -webkit-transform 0.5s ease;
		transition: top 0.5s ease, -webkit-transform 0.5s ease;
		-o-transition: transform 0.5s ease, top 0.5s ease;
		transition: transform 0.5s ease, top 0.5s ease;
		transition: transform 0.5s ease, top 0.5s ease, -webkit-transform 0.5s ease;
	}

	.navbar-toggle > span:first-of-type, .navbar-toggle > span:last-of-type{
		margin-bottom: 0px;
	}

	.navbar-toggle span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		top: 9px;
		position: relative;
	}

	.navbar-toggle span:nth-child(3) {
		opacity: 0;
		/* width: 0; */
		/* height: 0; */
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

	.navbar-toggle span:nth-child(4) {
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		top: -5px;
		position: relative;
	}
	.navbar-toggle.collapsed span {
		opacity: 1;
		-webkit-transform: unset;
		    -ms-transform: unset;
		        transform: unset;
		top: 0;
	}
}

/* Main Header Home */

header, header a{
	color: #604749;
}

.home header {
	position: absolute;
	width: 100%;
	top: 0;
}

.navbar-brand {
	background: rgba(70, 69, 69, 0.95);
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.16);
	padding-top: 3.5rem;
	padding-bottom: 2rem;
	position: absolute;
	top: -4rem; /* TopHeader Höhe */
	z-index: 1;
}

.navbar-collapse.collapse {
	text-transform: uppercase;
	font-size: 2rem;
}

.navbar-collapse {
	text-transform: uppercase!important;
}

.home .navbar-nav ul.dropdown-menu li > a {
    color: #604749;
}

@media (min-width: 992px){
	.navbar-collapse.collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		padding-right: 0;
	}
	
	.navbar-collapse.collapse ul > li:last-of-type a{
		padding-right: 0;
	}
}


/* Header NOT Home */

.topHeader {
	position: relative;
	z-index: 1;
}

.topHeader:before {
	content: '';
	position: absolute;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	top: 0;
	height: 100%;
	background: #F0EDED;
	display: block;
	z-index: -1;
}

header {
	background: #fff;
}

.swissQualityWrap{
	display: none;
}

.returnText {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.home .returnText {
	padding-top: 0;
	padding-bottom: 0;
}

.home .swissQualityWrap{
	display: block;
}

.home header {
	background: transparent;
}

.home .topHeader:before {
	display: none;
}

.home .topHeader {
	position: static;
}


@media (max-width: 991px){
	.home .swissQualityWrap, .returnText {
		display: none;
	}
	
	.headerInnerWrap {
		padding-top: 1rem;
	}
	
	.navbar-toggle {
		margin-right: 0;
		padding-right: 0;
	}
		
	.navbar-collapse {
		margin-top: 3rem;
	}
	
	.navbar-brand > img {
		width: 18rem;
	}
	
	.topHeader{
		padding: 1.5rem 0;
	}
	
	.headerInnerWrap {
		padding-top: 0;
	}
	
	.navbar-collapse {
		background: rgba(0, 0, 0, 0.6);
		position: absolute;
		width: 100%;
		z-index: 9999;
	}

}

/* Herosection */

.heroSection {
	background-size: cover;
}

.heroTextWrap h1,.heroTextWrap h2, .heroTextWrap h3, .heroTextWrap h4, .heroTextWrap h5, .heroTextWrap .h1, .heroTextWrap .h2, .heroTextWrap .h3, .heroTextWrap .h4, .heroTextWrap .h5, .heroTextWrap p {
	color: #fff;
}

.heroTextWrap {
	margin-top: 6rem;
	margin-bottom: 6rem;
}

.home .heroTextWrap {
	margin-top: 6rem;
	margin-bottom: 11rem;
}

.heroInnerWrap {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.heroSubline {
	font-size: 3.6rem;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}

.heroTextOutWrap {
	width: 100%;
}


/* STOCKWERKE */


/* St-1 Bild mit Text Horizontal */

.st1-picTextHorSection .textWrap {
	background: #37073B;
	padding: 2rem 8.33333333333% 2rem 3rem;
	font-size: 1.8rem;
	color: #fff;
	position: relative;
	z-index: 2;
}


.st1-picTextHorSection .textWrap.whiteBack {
	background: #fff;
	padding-right: 8.33333333333%;
	padding-bottom: 5.5rem;
	color: #2D2926;
}

.st1-picTextHorSection .textWrap.whiteBack .ghostButton {
	border-color: #2D2926;
	color: #37073B;
}

.st1-picTextHorSection .textWrap.whiteBack .ghostButton:hover {
	border-color: #fff;
	color: #fff;
	background: #37073B;
}

.st1-picTextHorSection .flexRow, .picTextVerSection .flexRow {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.st1-picTextHorSection .picWrap {
	position: relative;
	z-index: 1;
}

@media (min-width: 992px){
	.st1-picTextHorSection .pullMeLeft {
		margin-left: -8.33333333333333%;
	}
	.st1-picTextHorSection .textWrap {
		margin-top: 3rem;
	}
}

@media (max-width: 991px){
	.st1-picTextHorSection .picWrap {
		margin-top: -5.5rem;
		padding: 0;
	}
}

@media (max-width: 550px){
	.st1-picTextHorSection .textWrap {
		padding-right: 2rem;
	}
}

/* St-2 Qualitätsmerkmale */

.qualityWrap {
	padding: 3.5rem 4rem 5rem;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: transparent;
}

.qualityWrap:hover {
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
}

.qualityWrap {
	padding: 3.5rem 4rem 5rem;
}

.qualityWrap img{
	width: 12.7rem;
	display: block;
	margin: 0 auto;
}

.qualityWrap .textWrap{
	margin-top: 3rem;
}

@media (max-width: 991px){
	.qualityWrap {
		background: #fff;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
	}	
}

/* St-3 Mehrere Bilder mit Text */

.st3-multImgTextSection .imgCol {
	padding-left: 0;
	padding-right: 0;
}

.st3-multImgTextSection .disFlex {
	height: 100%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.st3-multImgTextSection .imgCol .disFlex {
	padding-top: 0;
	padding-bottom: 0;
}

@media(min-width: 992px){
	.st3-multImgTextSection .order2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	
	.st3-multImgTextSection .textWrap {
		max-width: 50rem;
	}
	
	.textLeft .textWrap{
		width: 345px;
		max-width: unset;
	}
	
	.textLeft {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}

@media(min-width: 992px){
	.textLeft .textWrap{
		width: 455px;
	}
}

@media(min-width: 1200px){
	.textLeft .textWrap{
		width: 555px;
	}
}

/* ST-4 Freier Text */

.st4-freeTextSection .ctaBtn {
	background: transparent;
	border-color: #fff;
	color: #fff!important;
}

.st4-freeTextSection .ctaBtn:hover {
	background: #fff;
	border-color: #fff;
	color: unset!important;
}

/* St-5 Slider mit Hover */

.st5-sliderHoverSection .textInnerWrap{
	padding: 2rem 1.5rem;
}

.st5-sliderHoverSection .sliderHoverInnerWrap{
	padding: 0 15px;
}

@media (min-width: 992px){
	.st5-sliderHoverSection .sliderHoverInnerWrap{
		position: relative;
	}
	
	.st5-sliderHoverSection .sliderHoverInnerWrap:hover .textWrap{
		opacity: 1;
		visibility: visible;
	}
	
	.st5-sliderHoverSection .sliderHover{
		overflow-x: hidden;
		padding-top: 30rem;
		margin-top: -30rem;
		padding-bottom: 30px;
	}
	
	.st5-sliderHoverSection .textWrap{
		opacity: 0;
		visibility: hidden;
		position: absolute;
		-webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
		-webkit-transform: translate(0, -100%);
		    -ms-transform: translate(0, -100%);
		        transform: translate(0, -100%);
		top: 0;
		-webkit-transition: opacity 0.4s ease;
		-o-transition: opacity 0.4s ease;
		transition: opacity 0.4s ease;
		margin-top: -1.5rem;
		z-index: 20;
		width: 24rem;
		left: 50%;
		margin-left: -12rem;
	}
	
	.st5-sliderHoverSection .textInnerWrap{
		background: #fff;
	}
	
	.st5-sliderHoverSection .textWrap:after{
		content: '';
		position: absolute;
		bottom: -20px;
		left: 50%;
		margin-left: -15px;
		width: 20px;
		height: 20px;
		background: #fff;
		-webkit-transform: translateY(-10px) rotate(45deg);
		    -ms-transform: translateY(-10px) rotate(45deg);
		        transform: translateY(-10px) rotate(45deg);
		z-index: -1;
		-webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
	}
	
	.st5-sliderHoverSection .slick-current .textWrap{
		left: 100%;
	}
	
	.st5-sliderHoverSection .slick-current .textWrap:after{
		left: 7%;
		margin-left: 0;
	}
	
	.st5-sliderHoverSection .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .textWrap {
		right: 20%;
		left: unset;
	}
	
	.st5-sliderHoverSection .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .textWrap:after{
		right: 20%;
		margin-left: 0;
		left: unset;
	}
	
	.sliderHover .slick-list{
		overflow: visible;;
	}
}

@media (min-width: 1200px){
	.sliderHover {
		margin: 0 22rem;
	}
}


/* St-6 Bilderreihe */

.st6-imgRowSection .imgWrap {
	position: relative;
}

.st6-imgRowSection .hoverWrap {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 15px;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 0;
	left: 0;
}

.st6-imgRowSection .hoverWrap:after {
	height: 10px;
    background: #B39B8D;
    width: 100%;
    bottom: -10px;
    content: '';
    position: absolute;
    left: 0px;
}

.st6-imgRowSection .hoverWrap:hover {
	opacity: 1;
}

.st6-imgRowSection .textWrap {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	width: 100%;
	font-size: 2.5rem;
	font-weight: 500;
}

.st6-imgRowSection .linkWrap {
	width: 100%;
    position: absolute;
    bottom: 8px;
    left: 0;
}

.st6-imgRowSection .linkWrap a {
    position: relative;
	display: inline-block;
	color: #B39B8D;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 500;
	padding-right: 2.5rem;

}

.st6-imgRowSection .linkWrap a:after {
	content: '';
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 10px;
    background: url('../images/linkArrow.png');
    top: 50%;
    margin-top: -0.5rem;

}

@media (max-width: 991px){
	.st6-imgRowSection .hoverWrap {
		opacity: 1;
	}	
}

/* St-7 Kundenmeinungen */

.testimonialTextWrap {
	font-size: 2rem;
	position: relative;
}

.testimonialTextWrap:before {
	content: '';
	position: absolute;
	background: url('../images/quoteStart.png');
	top: -8px;
    left: -12px;
    width: 4.8rem;
    height: 3.7rem;
    z-index: -1;
	background-size: contain;
}

.testimonialTextWrap:after {
	content: '';
	position: absolute;
	background: url('../images/quoteEnd.png');
	width: 4.8rem;
	height: 3.7rem;
	background-size: contain;
	margin-left: -2rem;
    z-index: -1;
}

.testimonialWrap .textWrap {
	padding: 1.5rem;
}

.testimonialTextWrap p {
	display: inline;
}

.testimonialName {
	font-size: 1.5rem;
	text-align: right;
}

.testimonialWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.st7-testimonialSection .order2 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.st7-testimonialSection .slick-dots li button:before {
	content: '';
	background: #B39B8D;
    margin-top: 2rem;
	height: 8px;
}

@media(max-width: 767px){
	.testimonialTextCol {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}

/* St-9 Cta */

.st9-ctaSection .imgCol {
	padding-left: 0;
	padding-right: 0;
}

.st9-ctaSection .h2 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
}

.st9-ctaSection .h2 strong{
	font-weight: 400;
}

/* St-10 Beratungs-Cta */

.st10-consultCtaSection .consultText {
	font-size: 3.2rem;
}

.st10-consultCtaSection .consultName {
	width: 100%;
}

.st10-consultCtaSection .consultLink {
	margin-top: 7rem;
}

.st10-consultCtaSection .textWrap {
	height: 100%;
	-ms-flex-line-pack: center;
	    align-content: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.st10-consultCtaSection .imgWrap {
	height: 100%;
	-ms-flex-line-pack: end;
	    align-content: flex-end;
}

.st10-consultCtaSection .imgWrap img{
	margin-top: -2rem;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.st10-consultCtaSection, .st10-consultCtaSection a {
	color: #fff;
}

/* St-11 Freier Text zweispaltig */


.st11-freeTextTwoColSection ul  {
	padding-left: 0;
}

.st11-freeTextTwoColSection ul li {
	list-style: none;
	padding-left: 3rem;
	position: relative;
	margin-bottom: 0.7rem;
}

.st11-freeTextTwoColSection ul li:before {
	content: '';
	background-image: url('../images/check-mark.png');
	width: 1.6rem;
	height: 1.2rem;
	position: absolute;
	background-size: contain;
	left: 0;
	top: 0.5rem;
}

.st11-freeTextTwoColSection img{
	width: initial;
}

/* St-12 Produkte */

.st12-productSection .productWrap h2 {
	font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #604749;
	padding: .5em 0;
    margin: 0;
}

.st12-productSection .productWrap img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.st12-productSection .productWrap .description {
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
    color: #604749;
    margin-top: 1rem;
}

.st12-productSection .productWrap .price {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    color: #B39B8D;
    margin-top: 2rem;
	display: block;
	margin-bottom: .5em;
}

.st12-productSection .productWrap .woocommerce-price-suffix {
    font-weight: 300;
    font-size: 1.3rem;
}

.st12-productSection .productWrap .woocommerce-Price-currencySymbol {
    padding-right: 0.5rem;
}



/* St-13 Accordion */

.st13-accordionSection .accordionMainHeadline {
	background: #9EB0BD;
	padding: 2rem 1.6rem;
}

.st13-accordionSection .accordionMainHeadline p{
	color: #fff;
	font-size: 3.6rem; 
	margin-bottom: 0;
	line-height: 1;
	font-weight: 700;
}


.st13-accordionSection .accordionHeadline p, .st13-accordionSection .accordionHeadline h1, .st13-accordionSection .accordionHeadline h2, .st13-accordionSection .accordionHeadline h3, .st13-accordionSection .accordionHeadline h4{
	font-size: 20px;
	padding: 9px 16px;
	line-height: 1.3;
	font-weight: 400;
	margin: 0;
}

.st13-accordionSection .faqWrap {
	margin-bottom: 3rem;
}

.st13-accordionSection .accordion-title {
	margin: 0;
	padding: 9px 40px 9px 16px;
}

.st13-accordionSection .accordion-content {
	padding: 16px 16px 10px;
}

.st13-accordionSection .accordion-title a{
	position: relative;
	color: #7b6062;
	font-weight: 700;
	display: block;
}

.st13-accordionSection .accordion-title a:after{
	position: absolute;
	content: '';
	background-image: url('../images/arrow.png');
	width: 12px;
	height: 7px;
	background-size: cover;
	background-repeat: no-repeat;
	top: 50%;
	right: -10px;
}

.st13-accordionSection .accordion-title a.collapsed:after{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}



/* SHOP */


.theme-southvision .woocommerce-message, .theme-southvision .woocommerce-info {
	border-top-color: #907B67;
}

.theme-southvision .woocommerce-message::before, .theme-southvision .woocommerce-info::before {
    color: #907B67;
}

.theme-southvision .woocommerce #respond input#submit, .theme-southvision .woocommerce a.button, .theme-southvision .woocommerce button.button, .theme-southvision .woocommerce input.button, .theme-southvision.woocommerce #respond input#submit, .theme-southvision.woocommerce a.button, .theme-southvision.woocommerce button.button, .theme-southvision.woocommerce input.button {
	color: #fff;
	background-color: #907B67;
}

.theme-southvision .woocommerce #respond input#submit:hover, .theme-southvision .woocommerce a.button:hover, .theme-southvision .woocommerce button.button:hover, .theme-southvision .woocommerce input.button:hover, .theme-southvision.woocommerce #respond input#submit:hover, .theme-southvision.woocommerce a.button:hover, .theme-southvision.woocommerce button.button:hover, .theme-southvision.woocommerce input.button:hover {
	color: #fff;
	background-color: rgba(144, 123, 103, 0.7);
}

.theme-southvision .woocommerce-notices-wrapper .woocommerce-message{
	display: flex;
    flex-wrap: wrap;
}


@media (max-width: 767px){
	.theme-southvision .woocommerce-notices-wrapper .woocommerce-message a.button{
		margin-bottom: 1rem;
		margin-right: 1rem;
	}	
}

/* Breadcrums */

.breadCrumbs  {
	margin-top: 2.5rem;
	margin-bottom: 3rem;
}

.breadCrumbs a {
	color: #B39B8D;
	font-size: 1.5rem;
}

.breadCrumbs a:after {
	color: #B39B8D;
	content: '/';
	padding-left: 0.4rem;
	padding-right: 0.2rem;
}

.breadCrumbs a:last-of-type:after {
	display: none;
}

/* Sidebar */

.sidebarWrap {
	color: #fff;
}

.widget_product_categories, .sidebarWrap .subcategories-list {
	position: relative;
}
/* 
.widget_product_categories:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 4rem;
	background: #fff;
	bottom: -4rem;
	left: 0;
} */

.widget_product_categories > ul, , .sidebarWrap .subcategories-list {
	padding-left: 0;
	list-style-type: none;
}

.widget_product_categories > ul ul{
	padding-left: 2rem;
	list-style-type: none;
}

.widget_product_categories a, .sidebarWrap .subcategories-list a {
	color: #B39B8D;
	font-weight: 400;
	font-size: 1.8rem;
	display: inline-block;
	font-weight: 400;
}

.widget_product_categories > ul > li > a,  .widget_product_categories > ul > li > ul > li > a, .sidebarWrap .subcategories-list li{
	margin-right: 2rem;
}

.widget_product_categories > ul > li , .sidebarWrap .subcategories-list li {
	margin-bottom: 2rem;
}


.widget_product_categories li.cat-parent > ul.children {
	display: none;
}

.widget_product_categories ul.product-categories:before, .widget_product_categories ul.product-categories:after, .sidebarWrap .subcategories-list:before, .sidebarWrap .subcategories-list:after {
	display: table;
    content: " ";
}

.widget_product_categories ul.product-categories > li, .sidebarWrap .subcategories-list li{
	float: left;
}

.widget_product_categories ul.product-categories > li.current-cat a{
	font-weight: 700;
}

ul.subcategories-list, ul.product-categories {
	padding-left: 0;
}

/* Shop Landing Page */

.archive.woocommerce ul.products li.product, .archive.woocommerce-page ul.products li.product {
	width: unset;
	float: none;
	margin: 0;
}

.productWrap   {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}



.productWrap:hover a.ctaLink, .productWrap:hover .ctaLinkWrap   {
	opacity: 1;
}

.productWrap a.ctaLink  {
    position: relative;
    display: inline-block;
    color: #B39B8D;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
    padding-right: 2.5rem;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	-o-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.productWrap a.ctaLink:after {
    content: '';
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 10px;
    background: url(../images/linkArrow.png);
    top: 50%;
    margin-top: -0.5rem;
}

.woocommerce-loop-product__title {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
    color: #604749;
}

.archive .type-product .woocommerce-loop-product__link > div {
	font-size: 1.8rem;
	font-weight: 300;
	text-align: center;
    color: #604749;
	margin-top: 1rem;
	display: none;
}

.archive .type-product .woocommerce-loop-product__link > div.customShortDesc {
	display: block;
}

.archive.woocommerce ul.products li.product .price {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
    color: #B39B8D;
	margin-top: 2rem;
}

.archive .productWrap .wc-gzd-additional-info {
	display: none;
}

.woocommerce.archive span.onsale {
	text-transform: uppercase;
	font-weight: 400;
	width: 5rem;
	height: 5rem;
}


@media (min-width: 992px){
	.productWrap:hover   {
		background: #fff;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.16);
	}
	
	.ctaLinkWrap /* auskommentieren damit keine Überlappung ist */{
		opacity: 0;
	}

	.productWrap:hover:after   {
		position: absolute;
		content: '';
		width: 100%;
		height: 0.3rem;
		background: #B39B8D;
		bottom: 0;
		left: 0;
	}
}

@media(max-width: 991px){
	.productWrap a.ctaLink, .productWrap .ctaLinkWrap   {
		opacity: 1;
	}
	/* 
	
	.sidebarWrap {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-top: 3rem;
	}
 */
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: unset!important;
    float: none!important;
    margin: 0!important;
}

/* Kategorieseiten */

.categoryHero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.categoryHero .rightPart {
	background: #8DA5B3;
}

.categoryHero .rightPart, .categoryHero h1 {
	color: #fff;
	padding-top: 3rem;
	padding-bottom: 2rem;
}

.categoryHero .leftPart {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 20rem;
}

@media (min-width: 768px){
	.categoryHero{
		min-height: 32rem;
	}
}

/* Produktseite */

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 1.5rem!important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	padding-right: 1rem!important;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-of-type {
	padding-right: 0!important;
}

.single-product header, .woocommerce-cart header, .woocommerce-checkout header , .woocommerce-account header, .woocommerce-checkout header {
	margin-bottom: 10rem;
}

.woocommerce.theme-southvision span.onsale {
	text-transform: uppercase;
	font-weight: 400;
	width: 5rem;
	height: 5rem;
	top: 5rem;
}

.single-product .variations .label {
	display: block; 
    padding: 0;
    font-size: 1.8rem; 
    color: #604749;
	text-align: left; 
}

.single-product .variations .label label{
	font-weight: 400;
}

.woocommerce.theme-southvision div.product form.cart .variations select {
	border: none;
	border-bottom: 1px solid #E5E0DF;
	 -moz-appearance:none; 
    -webkit-appearance:none; 
    appearance:none;
	position: relative;
    background-image: url('../images/dropdown-arrow.png');
    background-repeat: no-repeat;
    background-position: right 12px center;
	height: 3.8rem;
}

.single-product h1 {
	font-size: 3rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.woocommerce.theme-southvision div.product p.price, .woocommerce.theme-southvision div.product span.price {
	color: #604749;
	font-weight: 400;
	font-size: 2.2rem;
}

.woocommerce.theme-southvision div.product .woocommerce-product-details__short-description {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.woocommerce.theme-southvision div.product form.cart table.variations tr{
	border-bottom: 2rem solid transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.woocommerce.theme-southvision div.product form.cart table.variations tbody tr:first-of-type{
	border-top: 1rem solid transparent;
}

.woocommerce.theme-southvision div.product form.cart .reset_variations {
	display: inline-block;
    margin-top: 1rem;
    color: #604749;
    font-weight: 400;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #604749!important;
}

.woocommerce.theme-southvision div.product form.cart .woocommerce-variation-price span.price {
	margin-bottom: 1.5rem;
	display: inline-block;
}

.woocommerce.theme-southvision div.product form.cart .woocommerce-variation-price span.price .woocommerce-Price-amount {
	margin-right: 1rem;
	display: inline-block;
}

.woocommerce.theme-southvision div.product form.cart .variations {
	margin-bottom: 0;
}

.woocommerce.theme-southvision div.product .product_meta span.sku_wrapper {
	display: block;
	margin-bottom: 1rem;
	font-weight: 400;
}

.woocommerce.theme-southvision div.product  .product_meta span.sku_wrapper span {
	font-weight: 300;
}

.woocommerce.theme-southvision div.product .product_meta span.posted_in {
	display: block;
	margin-bottom: 1rem;
	font-weight: 400;
}

.woocommerce.theme-southvision div.product  .product_meta span.posted_in a {
	font-weight: 300;
	color: #604749;
}

.woocommerce.theme-southvision div.product form.cart .variations label {
	vertical-align: top;
    line-height: 2em;
    font-size: 75%;
}

.woocommerce.theme-southvision div.product form.cart .variations td.label{
	border-bottom: 1px solid #E5E0DF;
    height: 3.8rem;
    border-radius: 0;
	padding-right: 0;
}

.woocommerce .woocommerce-price-suffix {
	font-weight: 300;
	font-size: 1.3rem;
}

.woocommerce .woocommerce-Price-currencySymbol {
	padding-right: 0.5rem;
}

.woocommerce.theme-southvision div.product form.cart .woocommerce-variation-price span.price del .woocommerce-Price-amount {
	text-decoration: line-through;
}

.productQuest {
	position: relative;
	padding-left: 2.8rem;
	margin-top: 1.5rem;
	font-size: 1.5rem;
	font-weight: 400;
}

.productQuest a{
	color: #B39B8D;
}

.productQuest:before {
	position: absolute;
	content: '';
	width: 18px;
	height: 20px;
	background-size: cover;
	left: 0;
	background-image: url('../images/productquest.png');
}

@media (max-width: 700px){
	.single-product.woocommerce div.woocommerce-product-gallery.images {
		width: 100%;
	}
	
	ol.flex-control-nav.flex-control-thumbs img {
		max-width: 100px;
	}
	
	.single-product.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
		clear: none;
	}
	
	.single-product.woocommerce div.product div.images .flex-control-thumbs li {
		width: unset;
		margin-right: 15px;
		margin-top: 15px;
	}
	
	.single-product.woocommerce div.summary.entry-summary {
		width: 100%;
	}
	
	.single-product.woocommerce div.summary.entry-summary table.variations{
		max-width: 250px;
	}
	
	.woocommerce.theme-southvision div.product form.cart .variations label {
		margin-right: 10px;
	}
	
}


@media(max-width: 700px){
	body.single-product .summary.entry-summary > h1.product_title{
		display: none;
	}
	
}
@media(min-width: 701px){
	body.single-product  h1.mobileTitle{
		display: none;
	}
	
}


.artikelbeschreibungWrap .materialImgWrap > img {
	max-width: 110px;
}


/* Input-button styling */

html .woocommerce.theme-southvision div.product form.cart input[type="button"], .woocommerce.theme-southvision .quantity .qty, .woocommerce-cart.theme-southvision .quantity .qty, .woocommerce-cart.theme-southvision form.woocommerce-cart-form input[type="button"] {
	background: transparent;
    border: 1px solid #F0EDED;
    height: 4.2rem;
    width: 4.2rem;
	padding: 1px 6px;
	color: #604749;
}

.woocommerce.theme-southvision .quantity .qty {
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}

html .woocommerce.theme-southvision div.product form.cart input[type="button"], html .woocommerce-cart.theme-southvision form.woocommerce-cart-form input[type="button"] {
    font-size: 2.2rem;
    font-weight: 400;
}

html .woocommerce.theme-southvision div.product form.cart input[type="button"].qty_button.minus, html .woocommerce-cart.theme-southvision form.woocommerce-cart-form input[type="button"].qty_button.minus {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

html .woocommerce.theme-southvision div.product form.cart input[type="button"].qty_button.plus, html .woocommerce-cart.theme-southvision form.woocommerce-cart-form input[type="button"].qty_button.plus {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* Tabstyling */

.pflegehinweisWrap img {
	width: initial;
}

.artikelbeschreibungWrap {
	
}

.woocommerce.theme-southvision div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0;
}

.woocommerce.theme-southvision div.product .woocommerce-tabs .panel {
	position: relative;
	background: transparent;
	padding-top: 10rem;
	padding-bottom: 7rem;
}

.woocommerce.theme-southvision div.product .woocommerce-tabs .panel:before {
	position: absolute;
	content: '';
	display: block;
	height: 100%;
	left: 50%;
	margin-left: -50vw;
	width: 100vw;
	background: #F8F8F8;
	top: 0;
	z-index: -1;
}

.woocommerce.theme-southvision div.product .woocommerce-tabs ul.tabs {
	padding-left: 2px;
}

.woocommerce.theme-southvision div.product .woocommerce-tabs ul.tabs li:first-of-type{
	margin-left: 0;
}

.woocommerce.theme-southvision div.product .woocommerce-tabs ul.tabs li {
	border: none;
	border-bottom: 2px solid #B39B8D;
	border-bottom: 2px solid transparent;
	background-color: transparent;
	font-weight: 300;
	margin: 0;
}

.woocommerce.theme-southvision div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom: 2px solid #B39B8D;
	background-color: transparent;
	font-weight: 400;
}

.woocommerce.theme-southvision div.product .woocommerce-tabs ul.tabs li::after, .woocommerce.theme-southvision div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce.theme-southvision div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.woocommerce.theme-southvision div.product .woocommerce-tabs ul.tabs li{
	padding: 0;
	margin: 0 1.8rem;
}

.productIconWrap img {
	width: 6.2rem;
	margin-right: 1rem;
	margin-top: 1rem;
}

.materialText {
	font-weight: 400;
	margin-bottom: 0;
}

.materialImgWrap img {
	max-width: 400px;
	border-radius: 100%!important;
}

/* Dashboard */

.theme-southvision .woocommerce-MyAccount-navigation ul{
	padding-left: 0;
}

.theme-southvision .woocommerce-MyAccount-navigation ul li{
	list-style: none;
	font-weight: 400;
	margin-bottom: 0.5rem;
}

/* Kasse */

.wc_payment_method.payment_method_paypal img {
	width: auto;
}

.checkout.woocommerce-checkout h3 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	color: #907B67;
	margin-top: 2.5rem;
    margin-bottom: 2rem;
}

#order_review .legal label.woocommerce-form__label-for-checkbox{
	display: flex;
	margin-top: 0;
}

#order_review .legal label.woocommerce-form__label-for-checkbox input.woocommerce-form__input{
	display: block;
    margin: 0;
    margin-right: 1rem;
    margin-top: 1rem;
	position: relative;
}

.woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox input#ship-to-different-address-checkbox {
	position: relative;
	margin-left: 0;
}

.theme-southvision .woocommerce ul.order_details li {
	margin-top: 0.7rem;
	margin-bottom: 0.7rem;
}

.theme-southvision .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
	margin-top: 3rem;
}

dl.variation dt.variation-Produktinformationen, .kasse ul.wc-item-meta > li .wc-item-meta-label {
	width: 100%;
}


/* FOOTER */

 /* TopFooter */
 
 .topFooterWrap {
	 padding-top: 6rem;
	 padding-bottom: 5rem;
 }
 
 .topFooterWrap, .topFooterWrap a {
	 color: #fff;
 }
 
 .topFooterWrap strong {
	 font-weight: 500;
	 text-transform: uppercase;
	 margin-bottom: 3.5rem;
 }
 
 .mainFooterWrap {
	 padding-top: 6rem;
	 padding-bottom: 0.5rem;
 }
 
 .mainFooterWrap, .mainFooterWrap a {
	 color: #604749;
 }
 
 .mainFooterWrap strong {
	 font-weight: 400;
	 margin-bottom: 3.5rem;
 }
 
 .topFooterHeadline {
	 margin-bottom: 6rem;
 }
 
 img.footerLogo {
	 width: initial;
	 margin-right: 2rem;
	 max-width: 55px;
 }
 
 .bottomFooter {
	 font-size: 13px;
 }
 
 .footerLogosRight {
	 -webkit-box-pack: end;
	     -ms-flex-pack: end;
	         justify-content: flex-end;
 }
 
 .footerLogosLeft img, .footerLogosRight img {
	 margin-top: 2rem;
 }
 
 .copyRight {
	 float: left;
 }
 
 .bottomFooterLinks {
	 float: right;
 }
 
 .copyRight,  .bottomFooterLinks a{
	 margin-top: 1rem;
 }
 
 .bottomFooterLinks a{
	 display: inline-block;
	 margin-right: 1.5rem;
 } 
 
.footer-info.vat-info {
	margin-bottom: 0;
	background: #e5e0df;
}

.multipleSocialImgWrap img {
    width: 4rem;
    margin-right: 2rem;
    display: inline;
    margin-bottom: 2rem;
}
 
 @media(max-width: 767px){
	 .footerLogosRight{
		 margin-top: 2rem;
		 -webkit-box-pack: start;
		     -ms-flex-pack: start;
		         justify-content: flex-start;
	 }
 }

#coupon_code {
	min-width: 150px;
}


/* BLOG */

.topbarWrap > p{
	float: left;
	margin-right: 3rem;
	margin-bottom: 0;
	margin-top: 2rem;
}

.topbarWrap > p a{
	background: #fff;
	color: #B39B8D;
	border: 1px solid #B39B8D;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 1.5rem 2.5rem;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
}

.topbarWrap  a:hover, .topbarWrap p.active a{
	color: #fff;
	background: #B39B8D;
	cursor: pointer;
}

.topbarWrap > p a:hover, .topbarWrap p.active a{
	color: #fff;
}


.singleNewsWrap .category a{
	color: #B39B8D;
	margin-bottom: 1rem;
}

.singleNewsWrap .date {
	color: #B39B8D;
	font-size: 1.6rem;
	margin-bottom: 2rem;
}


.singlePostBefore {
	font-size: 1.4rem;
}

.singlePostBefore > p:first-of-type {
	border-right: 1px solid #333;
	padding-right: 1.5rem;
	margin-right: 1.5rem;
}

.singlePostAfter a{
	background: #F4F5F9;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 1.5rem 2.5rem;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
}

.singlePostAfter p:first-of-type{
	margin-right: 1.5rem;
}

.relatedArticles {
	margin-top: 6rem;
	border-top: 1px solid #184193;
	padding-top: 5rem;
	margin-bottom: 4rem;
}

.blogArchiveSection {
	margin-top: 11rem;
	margin-bottom: 8rem;
}

.blogOverviweHeadline {
	text-align: center;
    text-transform: uppercase;
    color: #604749;
	font-weight: 500;
	margin-top: 2rem;
}

/* Newsletter */

.nl2go-widget .checkbox-inline > div:first-of-type {
	display: none!important;
}

.nl2go-widget .checkbox-inline > div:nth-child(2) {
	width: 100%!important;
}

.nl2go-widget .checkbox-inline > div:nth-child(2) label {
	font-weight: 300!important;
}


@media (max-width: 767px){
	#order_review .legal label.woocommerce-form__label-for-checkbox input.woocommerce-form__input {
		min-width: 13px;
		min-height: 13px;
	}
}


@media(max-width: 767px){
	.artikelbeschreibungWrap table   {
		width: 100%!important;
	}
	
	.artikelbeschreibungWrap table tbody tr > td:first-of-type {
		width: 55%;
	}

	.artikelbeschreibungWrap table tbody tr > td:nth-child(2) {
		width: 20%;
	}

	.artikelbeschreibungWrap table tbody tr > td:last-of-type {
		width: 25%;
	}
}