@charset "utf-8";

/* ------------------------------------------------------ Reset default browser CSS --- */
html, body, div, span, applet, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
    		box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
       -moz-box-sizing: inherit;
    		box-sizing: inherit;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}
figure {
    line-height: 0;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    -webkit-hyphens: none;
       -moz-hyphens: none;
        -ms-hyphens: none;
    		hyphens: none;
    quotes: none;
}
:focus {
    outline: transparent;
}
a {
    background-color: transparent;
}
a:hover, a:active {
    outline: 0;
}
a img {
    border: 0;
}
/* ---------------------------------------------------------------------------- Global --- */
html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}
.site-main {
    margin-bottom: 40px;
    min-height: 500px;
    margin-top: 30px;
}
#breadcrumbs {
    margin: 30px auto 0 auto;
}
.page #breadcrumbs {
    margin: 30px auto 40px auto;
}
#breadcrumbs a {
    color: #666666;
    text-decoration: underline;
    text-decoration-color: #75c7d1;
}
#breadcrumbs a:hover {
    color: #000;
}
/*  ---------------------------------------------------------------------- Block Size --- */
.size-1370, .size-1360, .size-1120, .size-960, #highlights {
    position: relative;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}
.size-1370 {
    max-width: 1370px;
    padding-right: 15px;
    padding-left: 15px;
}
.size-1360 {
    max-width: 1360px;
}
#highlights {
    max-width: 1380px;
}
#main > #highlights {
    margin-top: 30px;
}
.size-1120 {
    max-width: 1120px;
}
.size-960 {
    max-width: 960px;
}
@media only screen and (min-width: 600px) {
	.size-1360, .size-1120, .size-960 {
		padding-right: 30px;
		padding-left: 30px;
	}	
	.size-1370 {
		padding-right: 25px;
		padding-left: 25px;
	}
}
@media only screen and (min-width: 1370px) {
	.size-1370 {
		padding-right: 30px;
		padding-left: 30px;
	}
}
/*  ----------------------------------------------------------------------- Typo --- */
/* titillium-web-regular - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../../fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../../fonts/titillium-web-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* titillium-web-600 - latin */
  @font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    src: local(''),
         url('../../fonts/titillium-web-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../../fonts/titillium-web-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body, button, input, select, textarea, p {
	text-rendering: optimizeLegibility;
	font-style: normal;   
	-webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
	
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Titillium Web', sans-serif;
	
	font-weight: 400;

    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.03rem;
}
p {
    word-wrap: break-word;
    padding-bottom: 10px;
}
b, strong, .bold {
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.01rem;
}
em {
    font-style: oblique;
}
h1, h2, h3, h4, h5, h6 {
	/*font-weight: 700;*/
	font-style: normal;
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 + h3 {
   border: 0 none; 
}
h1, h2 {
	padding-top: 20px;
    padding-bottom: 15px;
}
h1:first-of-type {
    padding-top: 0;
}
h1 {
	/*  flexible font size: min font-size px + (max font size - min font-size) * ((100vw - min screen-size px) / (max screen-size - min screen-size)))   */
    font-size: calc(26px + (40 - 26) * ((100vw - 400px) / (1360 - 400)));
    
    line-height: 1.2;
}
@media only screen and (min-width: 1370px) {
	h1 {
		font-size: 40px;
		/*font-size: 4rem;*/
	}
}
header h1.entry-title {
    padding-top: 0;
}
h2, 
.woocommerce-MyAccount-content h2 {
    font-size: 24px;
    /*font-size: 2.4rem;*/
}
header h2 {
    font-size: 26px;
    padding-top: 0;
}
h3 {
    font-size: 20px;
    /*font-size: 2rem;*/
}
h4 {
    font-size: 17px;
    /*font-size: 1.7rem;*/
}
h5 {
    font-size: 17px;
    /*font-size: 1.7rem;*/
}
h6 {
    font-size: 17px;
    /*font-size: 1.7rem;*/
}
/* -------------------------------------------------------------------------- Colors  --- */
html {
    /*background-color: #f5f5f5;*/
    background-color: #e7e5e3;
}
body {
    background-color: #fff;
}
body, button, input, select, textarea, p, #content li a {
    color: #292929;
}
h1, h2, h3, h4, h5, h6 {
    color: #464646;
}
#header {
    background-color: #fff;
}
#topimage {
    background-color: transparent;
}
.mint {
    color: #00c2cd;
}
a {
    color: #666666;
    text-decoration-color: #75c7d1;
    /*text-underline-position: under;*/
	cursor: pointer;
}
a:hover {
    color: #000;
}
/* --------------------------------------------------------------------------- Images --- */
img, a.img {
    max-width: 100%;
    height: auto;
    width: auto; /* IE8 */
	min-width:1px; /* IE11 */
    border-radius: 0;
}
/* ------------------------------------------------------------------------------ Icons --- */
.basket {
    display: block;
    position: absolute;
    right: 20px;
    top: 12px;
}
.icon-basket {
    width: 36px;
    height: 36px;
    display: block;
}
.my-kto {
    position: absolute;
    right: 80px;
    top: 18px;
    font-weight: 700;
}
svg circle.social.bg, svg path.social.bg {
    fill: #555;
}
svg path.social.fg, svg polygon.social.fg { 
	fill: #fff; 
}
svg.icon-back, svg.icon-top {
    stroke: #464543;
    stroke-width: 30px;
    stroke-linecap: round;
    fill: none;
}
svg.icon-back {
    width: 30px;
    height: 30px;
}
svg.icon-back:hover, svg.icon-top:hover { 
    stroke: #000; 
}
svg.icon-phone { 
	fill: #4e4e4e; 
}
svg.icon-phone:hover { 
	fill: #000; 
}
/* -------------------------------------------------------------------------- Buttons --- */
a.back {
    clear: both;
    display: inline-block;
    text-decoration: none;
    padding: 0 0 70px 0;
}
a.read-more {
    display: block;
    text-align: left;
}
a.button {
    text-align: center;
    padding: 9px 30px;
    display: block;
    margin: 20px 0 0 0;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
    width: 100%;
}
a.button.back-to-shop {
    max-width: 320px;
    display: inline-block;
    margin: 0 0 0 30px;
    font-size: 20px;
    padding: 9px 20px;
    vertical-align: text-bottom;
}
a.button.config {
    max-width: 300px;
}
a.button,
input.wpcf7-submit,
.pb-text-and-image.bg a.button {
    color: #fff;
    background-color: #75c7d1;
    transition: background-color 100ms, color 300ms;
}
a.button:hover,
.pb-text-and-image.bg a.button:hover,
input.wpcf7-submit:hover {
	background-color: #faa435;
    color: #000;
}
/* ------------------------------------------------------------------- fade-in topimage --- */
@-webkit-keyframes fadeinhead {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes fadeinhead {
    0% { opacity:0; }
    100% { opacity:1; }
}
@keyframes fadeinhead {
    0% { opacity:0; }
    100% { opacity:1; }
}
#topimage {
    -webkit-animation: 2s ease 0s normal forwards 1 fadeinhead;
       -moz-animation: 2s ease 0s normal forwards 1 fadeinhead;
            animation: 2s ease 0s normal forwards 1 fadeinhead;
}

/* ------------------------------------------------------------- Flexbox --- */
.flex, #topnavi ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
    
    -webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    		flex-wrap: wrap;
    
    -webkit-justify-content: flex-start;
    		justify-content: flex-start;
}
.flex-vcenter {
        -ms-flex-align: center;
	-webkit-align-items: center;
    -webkit-box-align: center;
            align-items: center;
}
.flex-hcenter {
    -webkit-justify-content: center;
    		justify-content: center;
}
.flex-around {
    -webkit-justify-content: space-around;
    		justify-content: space-around;
}
.flex-end {
    -webkit-justify-content: flex-end;
    		justify-content: flex-end;
}
.flex-between, #topnavi ul {
    -webkit-justify-content: space-between;
    		justify-content: space-between;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
    		flex-wrap: wrap;
}
/* ------------------------------------------------------------ Topimage --- */
#topimage {
    position: relative;
    width: 100%;
}
/*#topimage img {
    margin-top: 0;
    transition: margin .3s;
}
@media only screen and (min-width: 1050px) {
    #topimage img {
        margin-top: 120px;
    }
}*/
/*#topimage .topimage {
    width: 100%;
}
#topimage .topimage img {
    height: auto;
    width: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	align-self: center;
}
@media only screen and (min-width: 1360px) {
    #topimage .topimage img {
        width: 1920px;
    }
}*/
#topimage .size-content { /* --- from ACF topimage width --- */
    max-width: 1300px;
    margin: 0 auto;
}
#topimage figure, #swiper figure {
    position: relative;
    overflow: hidden;

    -webkit-flex-wrap: nowrap;
       -moz-flex-wrap: nowrap;
    	-ms-flex-wrap: nowrap;
    		flex-wrap: nowrap;
}
/* ---------------------------------------------------- Topimage fade-in --- */
@-webkit-keyframes fadeinhead {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes fadeinhead {
    0% { opacity:0; }
    100% { opacity:1; }
}
@keyframes fadeinhead {
    0% { opacity:0; }
    100% { opacity:1; }
}
#topimage {
    -webkit-animation: 2s ease 0s normal forwards 1 fadeinhead;
       -moz-animation: 2s ease 0s normal forwards 1 fadeinhead;
            animation: 2s ease 0s normal forwards 1 fadeinhead;
}
.swiper-pagination-bullet {
    background: #676767;
    opacity: 1;
}
/*--------------------------------------------------------------------------- kenburns ---*/
@-webkit-keyframes kenburns {
    0% { transform:  scale(1, 1); }
    50% { transform: scale(1.1, 1.1); }
    100% { transform: scale(1, 1); }
}
@-moz-keyframes kenburns {
    0% { transform:  scale(1, 1); }
    50% { transform: scale(1.1, 1.1); }
    100% { transform: scale(1, 1); }
}
@keyframes kenburns {
    0% { transform: scale(1, 1); }
    50% { transform: scale(1.1, 1.1); }
    100% { transform: scale(1, 1); }
}
.topimage img, .slider img, .kenburns {
    transform-origin: 50% 50% 0px;
    -webkit-animation: 40s linear 0s normal forwards 1 kenburns;
       -moz-animation: 40s linear 0s normal forwards 1 kenburns;
            animation: 40s linear 0s normal forwards 1 kenburns;
}
/* -------------------------------------------------------------------------- 404 Page --- */
#error-site {
    text-align: center;
    background-image: url(../../images/oops-wBG.svg);
    /*background-image: url(images/oops-sBG.svg);*/
    background-repeat: no-repeat;
    background-position: top center;
    margin: 200px 0 100px 0;
}
#error-site .error-404-headline {
    font-size: 30px;
    font-weight: bold;
    line-height: inherit;
    margin: 0;
    color: #949494;
}
#error-site .error-404-headline strong {
    display: block;
    font-size: 100px;
    color: #717171;
    height: 123px;
}
#error-site .error-404-subline {
    font-weight: 400;
    color: #000;
    padding: 20px 0 80px 0;
    margin: 0;
}
/* -------------------------------------------------- iFrames responsive --- */
.res-iframe, .res-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.res-iframe {
    padding-bottom: 56.25%;
}
.res-video {
    padding-bottom: 56.25%;
}
.res-iframe iframe, .res-video video {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
/* -------------------------------------------------------------------------- Header --- */
#header {
    /*position: fixed;*/ /* for header animation on scroll */
    position: absolute; /* for header fixed on top */
    width: 100%;
    max-width: 1920px;
    z-index: 3;
	top: 0;
	-webkit-transition: top 0.5s ease-in-out;
       -moz-transition: top 0.5s ease-in-out;
        -ms-transition: top 0.5s ease-in-out;
         -o-transition: top 0.5s ease-in-out;
            transition: top 0.5s ease-in-out;   
}
/*  ----------------------------- Header Height--- */
#header, .site-branding {
    height: 80px;
}
.site-branding .logo img, .jetzt-kaufen img {
    width: 100%;
}
#header.nav-up {
    top: -80px;
}
#menu-open.show, #menu-open.hide, .nav-up #topnavi {
	top: 80px;
}
#topimage {
    margin-top: 80px;
}
#primary #main, .storefront-breadcrumb + #main {
    margin-top: 110px;
}
#topimage + #primary #main {
    margin-top: 0;
}
@media only screen and (min-width: 620px) {
	#header, #head, .site-branding {
		height: 80px;
	}
	#header.nav-up {
		top: -80px;
	}
	#menu-open.show, #menu-open.hide {
		top: 82px;
	}
	#topimage {
		margin-top: 80px;
	}
}
@media only screen and (min-width: 1200px) {
    #primary #main {
        margin-top: 200px;
    }
}
/*  --------------------------------------------- */
#head {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.site-branding {
	position: relative;
	width: 100%;
}
.site-branding a {
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    	transform: translateY(-50%);
}
/*.site-branding h1, .site-branding h2 {
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
            transition: all 0.5s ease;
}*/
.site-branding h1 {
    padding-top: 12px;
	padding-bottom: 0;
    font-size: 25px;
    font-size: 2.5rem;
}
.site-branding h2 {
    font-size: 14px;
	font-size: 1.4rem;
    letter-spacing: 0;
}
.site-branding .logo  {
    width: 250px;
}
.hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    margin: 0;
}
/*.logo  {
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
    		transition: all 0.5s ease;
}*/
@media only screen and (max-width: 320px) {
	.site-branding .logo  {
		width: 215px;
	}
	.site-branding h2 {
		max-width: 200px;
		line-height: 1.3;
	}
}
@media only screen and (min-width: 500px) {
    .site-branding .logo  {
        width: 320px;
    }
    .site-branding h1 {
        font-size: 36px;
        font-size: 3.6rem;
    }
	.site-branding h2 {
		font-size: 20px;
		font-size: 2rem;
	}
}
/* --------------------------------------------------------- Header Social --- */
.social-top {
    display: none;  
}
#topnavi-mobile .social-top {
    position: relative;
    display: block;
    top: 18px;
    right: 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
#topnavi-mobile .my-kto {
    position: relative;
    right: inherit;
    top: -8px;
}
#topnavi-mobile .basket {
    position: relative;
    right: inherit;
    top: 5px;
}
#topnavi-mobile .social-top-icons {
    display: inline-block;
}
@media only screen and (min-width: 1090px) {
    .social-top {
        display: block;
        position: absolute;
        right: 90px;
        top: 28px;
    }
    #topnavi-mobile .social-top-icons {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .social-top {
        right: 24px;
    }
}
.social-top a {
    display: inline-block;
    padding: 0 5px;
}
.social-top a.social svg {
    width: 30px;
    height: 30px;
}
.social-top svg {
    /*fill: #ffbc66;*/
    fill: #00BBD1;
    transition: fill 300ms;
}
.social-top a:hover svg {
    fill: #1E1E1E;
}
/* ------------------------------------------------------ Header Testchair --- */
#topnavi-mobile a.button-testchair {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-top: 18px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    background-color: #75c7d1;
    color: #fff;
}
#topnavi-mobile a.button-testchair:hover {
    background-color: #faa435;
}
@media only screen and (min-width: 865px) {
    #topnavi-mobile a.button-testchair {
        display: none;
    }
}
/* ---------------------------------------------------------- Header Phone --- */
.header-phone, .header-phone-wrap {
	display: none;
}
@media only screen and (min-width: 865px) {
	.header-phone-1 {
		display: block;
		position: absolute;
		right: 92px;
        top: 28px;
		text-align: right;
		line-height: 1;
	}
    .header-phone-1 a.button-testchair {
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        font-weight: 700;
        /* background-color: var(--ga-green); */
        background-color: #fff;
        padding: 7px 25px;
        transition: background-color 100ms, color 300ms;
        color: #004149;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        border-radius: 4px;
        box-shadow: 4px 4px 8px #41414136;
        border: 1px solid #5cbcc8;
    }
    .header-phone-1 a.button-testchair:hover {
        background-color: #faa435;
        border: 1px solid #cb7f1b;
    }
}
@media only screen and (min-width: 1090px) {
    .header-phone-1 {
		right: 320px;
	}
}
@media only screen and (min-width: 1200px) {
    .header-phone-1 {
		right: 270px;
	}
}
/*@media only screen and (min-width: 1180px) {
	.header-phone-2 {
		display: block;
	}
	.header-phone-2 .wrap {
		display: inline-block;
		background-color: #64d5e3;
		padding: 10px 20px;
		-ms-transform: translateY(0);
		transform: translateY(0);
		position: absolute;
		right: 30px;
		top: 0;
		z-index: 1;
	}
	.header-phone-2 a:nth-of-type(1) {
		text-decoration: none;
		display: block;
		font-weight: 700;
	}
	.header-phone-2 a:nth-of-type(2) {
		font-size: 175%;
		text-decoration: none;
		color: #2cb8ca;
		font-weight: 700;
	}
	.header-phone a {
		color: #000;
	}
}*/
/*-------------------------------------------------------- Slider content ---*/
.slider-content.fade.outside {
    display: block;
}
.slider-content.fade {
    display: none;
}
.fade .swiper-slide .slider-content {
    opacity: 0;
}
.fade .swiper-slide.swiper-slide-active .slider-content {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 1000ms;
}
.slider-content {
    background-color: #ededed;
    padding: 20px;
}
@media only screen and (min-width: 600px) {
    .slider-content {
        padding: 30px;
    }
}
.slider-content a {
    text-decoration: none;
}
.slider-content h1 {
    font-size: 42px;
    line-height: 1.1;
    padding-top: 0;
}
.slider-content p {
    font-size: 20px;
}
.slider-content .readmore {
    font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.slider-content .readmore span {
	font-weight: normal;
}
.slider-content-arrows {
	top: 40%;
}
@media only screen and (min-width: 800px) {
    .slider-content.fade.outside {
        display: none;
    }
    .slider-content.fade {
        display: block;
    }
    .slider-content {
        display: block;
		position: absolute;
		max-width: 440px;
		left: 0;
		bottom: 80px;
		padding: 20px 30px 10px 80px;
	}
    .slider-content h1 {
		font-size: 52px;
	}
	.slider-content-arrows {
		top: 50%;
	}
}
/*@media only screen and (min-width: 1360px) {
	.slider-content {
		background-color: transparent!important;
	}
}*/
/* --------------------------------------------------------------- Topnavi --- */

#topnavi {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 90px;
    display: none;
    background-color: #fff;
    height: 60px;
    /*box-shadow: 0 0 8px 3px rgb(0 0 0 / 10%);*/

    &>ul {
        max-width: calc(100% - 200px);
        height: 100%;

        position: relative;

        li {
            cursor: pointer;
            height: 100%;

            position: relative;

            a {
                display: inline-block;
                width: fit-content;
                height: 100%;
                padding: 5px 20px;
                text-transform: uppercase;
                text-decoration: none;
                font-size: 16px;
                letter-spacing: 0.05rem;
                color: #23a8b8;
                font-weight: 700;
                line-height: 1.3;

                &::after {
                    content: "";
                    border-bottom: 3px solid #73cdd9;
                    width: 30px;
                    display: block;
                    /*
                    -webkit-transition: width 0.2s ease;
                    -moz-transition: width 0.2s ease;

                    */
                    transition: width 0.2s ease;
                }

                &:hover,
                &:focus,
                &:active {
                    &::after {
                        width: 100%;
                        border-bottom: 3px solid #3DB9C9;
                    }

                }

                span {
                    color: #000;
                    font-weight: 700;
                    white-space: nowrap;
                }

            }

            &.current-menu-item {
                a::after {
                    border-bottom: 3px solid #3DB9C9;
                    width: 100%;
                }
            }

            &.red a {
                color: red;
                font-weight: 700;
            }

            &.menu-sale a {
                color: #cc0000;
            }

            /* -------------------------------------------------------- Topnavi Submenu --- */

            &.menu-item-has-children {

                ul.sub-menu {
                    display: block;
                    position: absolute;
                    top: 60px;
                    padding: 10px 0 0;
                    margin-left: 0;


                    li {
                        overflow: hidden;
                        height: 0;
                        transition: height 300ms ease-in;

                        background-color: #fff;

                        a {
                            width: fit-content;
                            display: inline-block;
                            padding: 7px 20px;
                            text-transform: none;

                            &::after {
                                border-width: 2px;
                            }
                        }

                        &.menu-bs-testen {
                            background-color: #75c7d1;

                            a {
                                padding-top: 10px;
                                color: #fff;

                                &::after {
                                    border-color: white;
                                }
                            }
                        }

                        &:first-of-type {
                            a {
                                padding-top: 15px;
                            }
                        }
                    }
                }

                &:hover,
                &.open-sub-menu {

                    ul.sub-menu {

                        li {
                            /*  max-height: 65px;  */
                            height: 60px;

                            &:first-of-type {
                                height: 70px;
                            }

                            &:last-of-type {
                                height: 65px;
                            }

                            a {
                                opacity: 1;
                            }
                        }
                    }
                }

            }
        }
    }
}


/* ----------------------------------------------------------- Navi Mobile --- */
#topnavi-mobile, #topnavi-mobile .wrap {
    position: relative;
    width: 100%;
    padding: 0;
}
#menu-open {
    /*background: #abe7ef;*/
    background: #fff;
}
#menu-open ul li a {
    color: #353535;
}
#menu-open ul li a:hover {
    color: #000000;
}
/*------------------------------------------------ Overlay ---*/
a#nav-overlay {
    background: #000;
    position: absolute;
    font-size: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin: auto;
    min-height: 100%;
    height: auto!important;
    height: 100%;
    width: 100%;
    overflow: hidden!important;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
       -moz-transition: opacity 0.5s, visibility 0.5s;
            transition: opacity 0.5s, visibility 0.5s;
}
a#nav-overlay.hide {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s;
       -moz-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s;
            transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s;
}
/*------------------------------------------------- Icons ---*/
#menuIconShow, #menuIconHide {
    position: absolute; 
    cursor: pointer;
	z-index: 5;
    
    height: 30px; 
    width: 30px;
	
    top: 27px;
	right: 27px;
    
	/*top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/

/*	-webkit-transition: all 0.7s;
       -moz-transition: all 0.7s;
            transition: all 0.7s;*/
}
#menuIconShow.hide, #menuIconHide.hide {
    height: 0;
    width: 0;
}
svg.icon-menu {
    stroke: #424242;
}
svg.icon-close {
    stroke: #424242; 
}
svg.icon-menu, svg.icon-close {
    stroke-width: 22px;
    stroke-linecap: round;
    transition: transform .2s,opacity .2s!important;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
svg.icon-menu:hover, svg.icon-close:hover {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*------------------------------------------------- Menu ---*/
.nav-to-top {
    display: block;
}
#menu-open {
    position: absolute;
    z-index: 4;
    right: 0;
	width: 100%;
}
#menu-open.hide {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.7s;
       -moz-transition: max-height 0.7s;
            transition: max-height 0.7s;
}
#menu-open.show {
    max-height: 1200px;
    overflow: hidden;
    -webkit-transition: max-height 1.2s;
       -moz-transition: max-height 1.2s;
            transition: max-height 1.2s;
}
#menu-open .nav-head {
    display: block;
    padding: 30px 0 0 0;
    font-size: 22px;
    font-size: 2.2rem;
    width: 100%;
    color: #fff;
}
#menu-open ul {
    padding: 20px 20px 20px;
}
#menu-open ul li {
    position: relative;
    border: 0 none;
    float: none;
    padding: 0;
    width: 100%;
	border-bottom: 1px solid #cacaca;
}
#menu-open ul li:last-of-type {
	border-bottom: 0 none;
}
#menu-open ul li a {
    display: block;
    padding: 10px 0 10px 10px;
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 700;
    color: #23a8b8;
}
#menu-open ul li a span {
    color: #000;
}
#menu-open ul li a:hover span {
    color: #23a8b8;
}
@media only screen and (min-width: 620px) {
    #menu-open {
        width: 400px;
    }
	#menuIconShow, #menuIconHide {
		right: 37px; 
	}
}
@media only screen and (min-width: 770px) {
    #menu-open {
        right: 10px;
    }
}
@media only screen and (min-width: 1320px) {
	#menu-open {
        right: 50px;
	}
}
/* -------------------------------------------- Submenu Mobile --- */
#menu-open ul ul.sub-menu {
    padding: 0 0 10px 10px;
    display: none;
    margin: 0;
}
#menu-open ul.sub-menu li.menu-item,
#menu-open ul li.menu-item-has-children ul.sub-menu li:last-of-type a {
    border-bottom: none;
}
#menu-open ul.sub-menu li.menu-item {
    border-top: 1px solid #cacaca;
}
#menu-open span.sub-menu-button {
    border-left: 1px solid #cacaca;
}
#menu-open span.sub-menu-button {
    position: absolute;
    display: block;
    width: 45px;
    height: 50px;
    right: 0;
    top: 5px;
    cursor: pointer;
    padding: 15px 10px 0;
}
#menu-open span.sub-menu-button svg.icon-down {
    fill: #5d5d5d;
}
#topnavi-top {
    display: none;
}
/* -------------------------------------------- Toggle Topnavi and Mobile --- */
@media only screen and (min-width: 1200px) {
	#topnavi, #topnavi-top {
		display: block;
	}	
	#menuIconShow, #menuIconHide {
		display: none;
	}
}
/*	---------------------------------------------------------------  Call back buttons --- */
#call-back .button {
    width: 100%;
}
@media only screen and (min-width: 750px) {
	#call-back .button {
		width: 49%;
	}
}
/* ------------------------------------------------------------------------- CF7 Forms --- */
/*textarea, input {
    border: 0 none;
    padding: 5px;
}
textarea, input, select {
    -webkit-appearance: none;
       -moz-appearance: none;
			appearance: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}*/
input::placeholder, textarea::placeholder {
    color: #828282;
}
.wpcf7 {
    width: 100%;
}
.wpcf7-form textarea, .wpcf7-form input {
    border: 1px solid #ccc;
    padding: 8px 15px;
    margin: 8px 0;
    width: 100%;
    color: #000;
}
.wpcf7-form label {
    position: relative;
    width: 100%;
    display: block;
}
.wpcf7-form-control-wrap {
    display: block;
}
input.wpcf7-submit {
    width: 100%;
    padding: 9px 0;
    cursor: pointer;
    font-size: 20px;
    font-size: 2rem;
    border: 0 none;
}
.wpcf7-form .acceptance {
    margin: 30px 0;
}
.wpcf7-form .acceptance a {
    text-decoration: underline;
}
input.wpcf7-form-control.wpcf7-acceptance {
    width: 30px;
}
.acceptance .wpcf7-list-item-label {
    display: none;
}
.name-block .wpcf7-form-control.wpcf7-select {
    padding: 5px 5px;
    margin: 8px 0 0 0;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    margin: 0 0 10px 0;
}
.quiz {
    border-top: 1px solid #ccc;
    width: 100%;
	padding-top: 10px;
}
@media only screen and (min-width: 500px) {
	.quiz {
		border: 1px solid #ccc;
		max-width: 430px;
		padding: 10px 20px;
	}
}
.security-quiz {
    display: inline-block;
}
.quiz-text {
    display: inline-block;
    padding: 10px 10px 10px 0;
}
.wpcf7-quiz-label {
    font-size: 18px;
    font-size: 1.8rem;
}
input.wpcf7-quiz {
    width: 60px;
    text-align: center;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f70000;
}
div.wpcf7-response-output {
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    font-weight: 700;
    margin: 20px 0;
}
div.wpcf7 .ajax-loader {
    display: none;
}
.wpcf7-checkbox {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    display: block;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    padding-bottom: 15px;
    padding-right: 20px;
}
span.wpcf7-list-item-label {
    position: relative;
	display: inline-block;
    padding-left: 45px;
    cursor: pointer;
	padding-top: 2px;
}
/*input[type=checkbox] {
    position: relative;
    visibility: hidden;
    display: none;
}
input[type=checkbox] + span::before {
    display: block;
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    background: #fff;
    border: 2px solid #ccc;
    cursor: pointer;
}
.dsgvo-acceptance input[type=checkbox] + span::before {
    border: 3px solid #80d6e0;
}
input[type=checkbox] + span::after {
    display: block;
    position: absolute;
    content: 'X';
    height: 30px;
    width: 30px;
    top: 3px;
    left: 0;
    visibility: hidden;
    font-size: 25px;
	font-size: 2.5rem;
    color: #444;
    line-height: 1;
    text-align: center;
}
input[type=checkbox]:checked + span::after {
   visibility: visible;
}*/
/*select {
    -webkit-appearance: none;
       -moz-appearance: none;
			appearance: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}*/
select option {
    position: relative;
    cursor: pointer;
}
.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 8px 5px;
    border: 1px solid #ccc;
    margin: 10px 0 10px 0;
}
.select .wpcf7-form-control-wrap::before {   /* --- Arrow Select Box --- */
    content: '';
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #777;
    position: absolute;
	z-index: -1;
    right: 20px;
    top: 30px;
}
/* ------------------------------------------------------------------ Custom Forms --- */
#custom-form {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#custom-form .wrap,
#custom-form .wrap > div,
#custom-form .select {
    width: 100%;
}
#custom-form .wrap.options, 
#custom-form .testing-provisions {
    margin-bottom: 20px;
}
#custom-form .wrap.options {
    background-color: #f5f3f1;
	padding: 10px 10px 0 15px;
    margin-top: 10px;
}
#custom-form .wrap.options > div {
    width: 100%;
}
#custom-form .wrap.options h3 {
    width: 100%;
    padding-bottom: 20px;
}
#custom-form .wrap.options > div {
	border-bottom: 1px solid #d2d0cf;
	margin-bottom: 15px;
}
#custom-form .uploads {
    padding-top: 20px;
    padding-bottom: 20px;
}
#custom-form div.gender {
    width: calc((100% - 30px) / 2);
}
@media only screen and (min-width: 500px) {
	#custom-form .wrap.options {
		padding: 10px 20px;
	}	
	#custom-form .wrap.options > div {
		border: 1px solid #d2d0cf;
		padding: 10px 10px 0 10px;
		margin-bottom: 10px;
	}
	#custom-form .testing-provisions,
	#custom-form .data-privacy {
		padding: 10px 20px 0 20px;
		border: 1px solid #ccc;
	}
	#custom-form .data-privacy {
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 740px) {
	#custom-form .wrap > div,
	#custom-form .wrap.options > div,
	#custom-form div.gender.select {
		width: calc((100% - 30px) / 2);
	}
}
.pb-form-homeoffice h2 {
    padding-top: 0;
}
#custom-form.homeoffice img {
    border: 1px solid #ccc;
}
#custom-form.homeoffice .pb-gallery-items.gallery {
    width: 100%;
}
#custom-form.homeoffice span.wpcf7-list-item.gallery-item {
    padding: 0 0 40px 0;
	overflow: visible;
}
#custom-form.homeoffice .checkbox::before {
    top: 10px;
    left: 15px;
}
#custom-form.homeoffice .checkbox::after {
    top: 13px;
    left: 15.5px;
}
#custom-form.homeoffice .gallery .wpcf7-checkbox {
	padding: 0;
}
#custom-form.homeoffice .gallery-item a figure img,
#custom-form.homeoffice .gallery-item:hover a figure img {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
#custom-form.homeoffice .wpcf7-form-control-wrap.colors {
    display: inline-block;
}
#custom-form.homeoffice .wpcf7-form-control-wrap.working-hours input {
    width: 80px;
}
#custom-form.homeoffice .tab-headline {
    padding-left: 5px;
	padding-bottom: 5px;
}
#custom-form.homeoffice .tabs-label {
	order: 1;
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin-right: 0;
	margin-top: 5px;
    cursor: pointer;
    background: #d1cfcd;
    font-weight: bold;
    transition: background ease 0.2s;
}
#custom-form.homeoffice .tabs .tab {
	order: 99;
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
}
#custom-form.homeoffice .tabs input[type="radio"] {
	display: none;
}
#custom-form.homeoffice .tabs input[type="radio"]:checked + label {
	background: #fff;
}
#custom-form.homeoffice .tabs input[type="radio"]:checked + label + .tab {
	display: block;
}
@media only screen and (min-width: 520px) {
	#custom-form.homeoffice .tabs-label {
		width: inherit;
		margin-right: 10px;
	}
}
@media only screen and (min-width: 785px) {
	#custom-form.homeoffice .tab-headline {
		display: none;
	}
}
/* --------------------------------------------------------------------------- Footer --- */
#footer {
	position: relative;
    /*background-color: #464543;*/
    background-color: #275c63;
    width: 100%;
	margin-top: 5px;
    padding: 0;
}
#footer-content {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #ccc;
}
#footer-content .box {
    text-align: left;
    padding-bottom: 20px;
    width: 100%;
}
#footer-content .footer-navi-1 {
    margin-right: 10px;
}
#footer-content .footer-logo.box {
    width: 100px;
}
#footer-content .company {
    padding-bottom: 40px;
}
#footer-content .company li {
    border: 0 none;
}
#footer-content .company ul li a {
    color: #ccc;
    text-decoration: none;
    padding-top: 10px;
    display: block;
	text-indent: 0;
    padding-left: 0;
}
#footer-content .company ul li a:hover {
	color: #fff;
}
#footer-content .company-fax {
    padding: 4px 0;
}
#footer-content .company svg.company-icon {
	fill: #ccc;
    height: 20px;
    width: 20px;
    padding-right: 5px;
	padding-top: 5px;
}
#footer-content .company .company-name {
    font-size: 150%;
	color: #fff;
	padding-bottom: 5px;
}
#footer-content .company .company-subline {
	padding-bottom: 10px;
	color: #fff;
}
#footer-content .nav-topline {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    /*font-size: 2rem;*/
    padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#footer-content .company-open-hours {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#footer-content .company-open-hours .nav-topline {
    padding-top: 15px;
}

#footer-content .company-open-hours p:nth-of-type(2) {
    color: #ccc;
    padding-top: 8px;
}
#footer-content .company-open-hours span {
    width: 70px;
    display: inline-block;
}

#footer-content .revocation{
    margin-top: 15px;

    .nav-topline {
        border: 0;
    }

    a{
        display: flex;

        width: calc(100% + 30px);
        height: fit-content;
        padding: 5px 15px;
        margin: 0 0 0 -15px;

        text-decoration: none;
        white-space: nowrap;

        &:link,
        &:visited {
            color: white;
            background-color: rgba(255,255,255,0.15);
        }
        &:hover,
        &:active,
        &:focus,
        &:focus-visible{
            color: var(--ga-green-darkest);
            background-color: rgba(255,255,255,1);
        }
    }
}

#footer-content .box.navi li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
#footer-content .box.navi li a {
    color: #ccc;
    text-decoration: none;
    display: inline-table;
    padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
}
#footer-content .box.navi li:hover a {
    color: #FFF;
}
#footer-content .box.navi li.current-menu-item a {
    color: #fff;
	letter-spacing: 0.05rem;
}
/*#footer-content .box.navi ul li a:before {
    content: url(icons/caret-right.svg);
    display: inline-block;
    width: 6px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}*/
@media only screen and (min-width: 380px) {
	#footer-content .box {
		width: inherit;
	}
	#footer-content .footer-navi-1 {
		margin-right: 0;
	}
}
@media only screen and (min-width: 480px) {
	#footer-content .box {
		text-align: left;
		padding-right: 40px;
	}
}
@media only screen and (min-width: 600px) {
    #footer-content {
		padding-right: 80px;
	}
	#footer-content .footer-logo.box {
		width: 160px;
	}
	#footer-content .footer-navi-2.box {
		padding-right: 0;
	}
	#footer .social a {
        margin: 0 5px;
    }
}
@media only screen and (min-width: 920px) {
	#footer-content .nav-wrap {
		width: 100%;
	}
	#footer-content .nav-wrap .box {
		width: calc(100% / 3);
	}
}
@media only screen and (min-width: 1280px) {
	#footer-content .nav-wrap,
	#footer-content .nav-wrap .box {
		width: inherit;
	}
}
/*--------------------------------------------------------- Go to Top ---*/
#footer-content a.top {
    display: block;
    width: 50px;
    height: 50px;
    top: -20px;
    position: absolute;
    padding: 0;
    right: 20px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #275c63;
}
@media only screen and (min-width: 600px) {
	#footer-content a.top {
		right: 30px;
	}
}
/*----------------------------------------------------------- Social ---*/
#social-box {
    position: relative;
    margin: 0 auto;
}
#social-box a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 5px;
}
@media only screen and (min-width: 600px) {
	#social-box {
		position: absolute;
		top: 50px;
		right: 26px;
	}
	#social-box a {
		display: block;
		width: 50px;
		margin-bottom: 10px;
	}
}
.social-bg {
    fill: #204c4f;
}
.social-fg {
    fill: #ccc;
}
/*a.social:hover .social-fg { ????
    fill: #fff;
}*/
/*--------------------------------------------------------------------------- Copyright ---*/
.copyright {
    padding: 10px 30px 20px;
    width: 100%;
    text-align: center;
    line-height: 1.2;
	background-color: #000000;
}
.copyright a {
    font-size: 80%;
    text-decoration: none;
    color: #656565;
}
/*  --------------------------------------------------------------------------- DSGVO --- */
.dsgvo-mark {
    background: #4b4c4e;
    padding: 0 20px;
    margin: 10px 0 0 0;
}
.dsgvo-copy, .dsgvo-copy a {
    color: #767676;
    text-decoration: none;
    font-size: 90%;
}
/* ----------------------------------------------------------------- Impressum debleu --- */
h2.company {
    font-size: 32px;
    padding: 0 0 10px 0;
}
h3.company-sub {
    font-size: 18px;
    padding: 0 0 15px 0;
    border: 0 none;
}
#debleu-imprint {
    margin: 0 0 40px 0;
}
#debleu-imprint a {
    text-decoration: none;
}
.debleu-logo {
    display: block;
    height: 120px;
    background-image: url(../../images/debleu-Agentur-Kommunikation-Design-wBG.svg);
    background-repeat: no-repeat;
}
.debleu-head {
    margin: 0 0 5px 0;
    border: 0 none;
    padding: 0;
}
.debleu-head a {
    font-size: 22px;
    color: #fff;
}
.debleu-logo-content {
    max-width: 400px;
    padding: 90px 0;
    margin: 30px;
}
/* ------------------------------------------------------------------ debleu Page Builder --- */
/* ------------------------------------------------------------------------------------------ */
#debleu-pb {
    padding-bottom: 60px;
}
.pb-row {
    padding-top: 30px;
	/*padding-bottom: 45px;*/
	padding-bottom: 15px;
    margin: 4px 0;
}
.pb-row + .pb-row {
    margin-top: -4px;
    margin-bottom: -4px;
}
.pb-row.pb-text + .pb-text {
    padding-top: 0;
}
.pb-row.pb-text.bg-color {
    padding-top: 30px;
    padding-bottom: 45px;
}
.pb-row + .pb-img {
    margin-top: -4px;
    margin-bottom: -4px;
}
.pb-img + .pb-headline {
    padding-top: 40px;
}
#row-1.pb-row.pb-quota h1 {
    padding-bottom: 20px;
    padding-top: 0;
}
.pb-headline .sub h1 {
    padding-bottom: 5px;
}
.pb-headline .sub h2 {
    padding-bottom: 30px;
}
.pb-teaser-text-3-col h1 {
    padding-bottom: 20px;
}
.pb-1-image {
    margin-top: 4px;
    margin-bottom: 4px;
}
.entry-header {
    position: relative;
}
.pb-row.pb-headline {
    padding-bottom: 0;
}
.pb-headline h2 {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}
.block-text h2 + h3 {
    padding-top: 0;
}
.block-text ul + h2 {
    padding-top: 0;
}
.block-text ul + h3 {
    padding-top: 0;
}
.pb-teaser h2 {
    padding-top: 0;
}
.pb-teaser-text-wrap h2, .pb-teaser-text-wrap-color h2, .pb-news h2 {
    font-size: 22px;
    font-size: 2.2rem;
    color: #252525;
    padding: 0 0 10px 0;
}
.pb-teaser-text-wrap h2 {
    padding-top: 15px;
}
.block-text-col3 h2 + h3 {
    padding: 0 0 10px 0;
}
@media only screen and (min-width: 800px) {
	.block-text-col3 h2:first-of-type {
		padding-top: 0;
	}
	.block-text-col3 .gallery + h2:first-of-type {
		padding-top: 20px;
	}
	.pb-text-2-col header h2 + .content .block-text h2 {
		padding-bottom: 0;
		margin-bottom: -10px;
	}
	/*.block-text h2:first-of-type, .block-text h3:first-of-type, .pb-text .col2 h3:first-of-type {
		padding-top: 0;
	}*/	
}
/*--------------------------------------------------------------------------------- Texte ---*/
.pb-headline h1, #debleu-pb header h1, .pb-teaser-text-3-col h1 {
	/*  flexible font size: min font-size px + (max font size - min font-size) * ((100vw - min screen-size px) / (max screen-size - min screen-size)))   */
	font-size: calc(30px + (40 - 30) * ((100vw - 400px) / (1370 - 400)));
}
.pb-row .block-text-col3 {
    padding-bottom: 20px;
}
@media only screen and (min-width: 980px) {
	.pb-row .block-text-col3 {
        width: calc((100% - 80px) / 3);
		margin-right: 40px;
		padding-bottom: 0;
    }
	.pb-row .block-text-col3:nth-child(3n+3) {
		margin-right: 0;
    }
}
@media only screen and (min-width: 1370px) {
	.pb-headline h1, #debleu-pb header h1, .pb-teaser-text-3-col h1 {
		font-size: 40px;
		/*font-size: 3.6rem;*/
	}
}
/*----------------------------------------------------------------------------- Text Colors ---*/
.text-color-light h2, .text-color-light p, .text-color-light li {
    color: #fff;
}
.text-color-light a {
    color: #fff;
	text-decoration-color: #87B4E9;
}
.text-color-light a:hover {
    color: #fff;
}
.pb-row .content.text-color-light li:before {
    content: "»";
    color: #fff;
}
/*----------------------------------------------------------------------- Automatic Columns ---*/
.pb-columns {
    column-gap: 30px;
    column-width: 420px;
}
.pb-columns p {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.gallery-fabrics-text.pb-columns p {
    -webkit-column-break-inside: auto;
    page-break-inside: auto;
    break-inside: auto;
}
.gallery-fabrics-text {
    padding-bottom: 30px;
}
/* ------------------------------------------------------------------------ Content Lists --- */
.pb-row .content ul {
    padding: 0 0 10px 30px;
    list-style-position: outside;
}
.pb-row .content ul li {
    padding: 0 0 8px 0;
	list-style: none;
}
.pb-row .content ul li:before {
    content: "»";
    color: #75c7d1;
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
	line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 8px;
    margin-left: -20px;
    width: 20px;
}
/*------------------------------------------------------------------------------- Quota ---*/
.pb-quota {
	padding-top: 0;
    padding-bottom: 0;
}
.pb-quota h1 {
    max-width: 790px;
	line-height: 1.2;

	/*flexible font size: min font-size px + (max font size - min font-size) * ((100vw - min screen-size px) / (max screen-size - min screen-size)))*/   
    /*font-size: calc(34px + (50 - 34) * ((100vw - 400px) / (1360 - 400)));
    
	line-height: 1.2;*/
    text-transform: uppercase;
	
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
}
@media only screen and (min-width: 1370px) {
	.pb-quota h1 {
		font-size: 50px;
		font-size: 5rem;
	    margin-left: -2px;
	}
}
.pb-quota p {
    font-size: 20px;
    font-size: 2rem;
    color: #000000;

	-webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
    	 -o-transition: all 0.3s ease;
    	-ms-transition: all 0.3s ease;
    		transition: all 0.3s ease;
}
/*------------------------------------------------------------------ Image & Text ---*/
.pb-text-and-image {
    padding-bottom: 30px;
}
.pb-row .block-text,
.pb-row .block-img {
    width: 100%;
}
.pb-row .block-img {
    padding-bottom: 30px;
}
.order-first {
	order: 1;
}
.order-second {
    order: 2;
}
.block-img.order-second {
	order: 1;
}
.block-text.order-first {
	order: 2;
}
@media only screen and (min-width: 800px) {
    .pb-row .block-text,
    .pb-row .block-img {
        width: calc((100% - 30px) / 2);
    }
	.pb-row .block-img {
		padding-bottom: 0;
	}
	.block-img.order-second {
		order: 2;
	}
	.block-text.order-first {
		order: 1;
	}
}
.pb-teaser-img {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;    
    display: flex;
    
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    
    -webkit-justify-content: center;
            justify-content: center;
 
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
            align-items: center;

    position: relative;
    overflow: hidden!important;
}
/*------------------------------------------------------------------------ 1 Image ---*/
.pb-1-image figure, .pb-teaser-img figure {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;

    display: flex;
    
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
            align-items: center;

    justify-content: space-around;
	
	position: relative;
    overflow: hidden;
}
.pb-1-image figure {
    max-height: 640px;
}
/*------------------------------------------------------------------- PDF Download ---*/
.pdf-download-pdf {
    width: 300px;
	margin: 0 auto;
	order: 2;
}
.pdf-download-text {
    width: 100%;
	order: 1;
	padding-bottom: 15px;
}
.pdf-download-pdf a.button {
    margin-top: 0;
	font-size: 100%;
    max-width: 300px;
	background-color: #dfddd7;
	display: flex;
    align-items: center;
	justify-content: center;
}
.pdf-download-pdf a.button:hover {
	background-color: #94918d;
	color: #fff;
}
.pb-video + .pb-pdf-download {
    padding-top: 0;
    margin-top: -30px;
}
svg.icon-pdf {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}
@media only screen and (min-width: 700px) {
	.pdf-download-pdf {
		width: 300px;
		margin-right: 30px;
		order: 1;
	}
	.pdf-download-text {
		width: calc(100% - 330px);
		order: 2;
		padding-bottom: 0;
	}
}
/*--------------------------------------------------------------------- Nav Teaser ---*/
.pb-teaser-text-3-col {
    padding-top: 0;
    padding-bottom: 0;
}
.pb-teaser {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 5px solid transparent;
}
@media only screen and (min-width: 700px) {
    .pb-teaser {
        width: 50%;
    }
}
@media only screen and (min-width: 980px) {
	.pb-row .block-text-col3 {
        width: calc((100% - 80px) / 3);
		margin-right: 40px;
    }
	.pb-row .block-text-col3:nth-child(3n+3) {
		margin-right: 0;
    }
	.pb-teaser {
        width: calc(100% / 3);
    }
}
.pb-teaser a {
    text-decoration: none;
}
.pb-teaser figure img, .pb-news-block figure img {
    transition: all 0.5s 0s;
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
            transform: scale(1, 1);
}
.pb-teaser:hover figure img, .pb-news-block:hover figure img {
    transition: all 0.5s 0s;
    -webkit-transform: scale(1.1, 1.1);
       -moz-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
}
.pb-teaser-text-wrap {
    padding: 0 20px 20px 0;
}
.pb-teaser-text-wrap-color {
    padding: 0 20px 20px 20px;
}
.pb-teaser-text-wrap a, .pb-teaser-text-wrap-color a {
    text-decoration: none;
}
/*--------------------------------------------------------------- Nav Teaser Black ---*/
.pb-teaser.black-teaser .titel {
    position: absolute;
    padding: 0 20px;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.pb-teaser.black-teaser .wrap {
    width: 100%;
    position: relative;
}
.pb-teaser.black-teaser:hover a .titel {
    opacity: 1;
}
.pb-teaser.black-teaser h2 {
    font-size: 22px;
    font-size: 2.2rem;
    color: #FFF;
}
.pb-teaser.black-teaser h2 span {
    position: relative;
    text-align: center;
    display: block;
    font-size: 60px;
    font-size: 6rem;
}
.pb-teaser.black-teaser h3 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #FFF;
}
.pb-teaser.black-teaser .darken {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #333331;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
.pb-teaser.black-teaser:hover .darken {
    opacity: 0.8;
    transition: opacity 1s ease;
}
/* --------------------------------------------------------------------------- Gallery --- */
article header + #debleu-pb #row-1.pb-gallery {
    padding-top: 50px;
}
.pb-gallery + .pb-gallery h2 {
    padding-top: 40px;
}
.gallery-item {
    font-size: 0;
    overflow: hidden;
	border: 5px solid transparent;
}
.gallery-item.col2 {
    width: 50%;
}
.gallery-item.col3 {
    width: 100%;
}
.gallery-item.col5, 
.gallery-item.col7 {
	width: calc(100% / 3);
}
.gallery-item.col5.has-caption, 
.gallery-item.col7.has-caption {
	width: 100%;
}
.gallery-item.col11 {
	width: calc(100% / 5);
}
.gallery-item .wrap {
    height: 100%;
	background-color: #f1f1f1;
}
.gallery-item a {
    display: block;
	text-decoration: none;
	cursor: zoom-in;
}
.gallery-item figure {
    overflow: hidden;
}
.gallery-item figure.img-sw img {
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
	
	-webkit-filter: saturate(10%);
	filter: saturate(10%);
}
.gallery-item a figure img {
    transition: all 0.5s 0s;
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
    		transform: scale(1, 1);
}
.gallery-item:hover a figure img {
    transition: all 0.5s 0s;
    -webkit-transform: scale(1.1, 1.1);
       -moz-transform: scale(1.1, 1.1);
    		transform: scale(1.1, 1.1);
	-webkit-filter: none;
			filter: none;
}
.gallery-item .wp-caption {
    margin: 0;
    padding: 10px;
}
/*  -------------------------------------------------------- Fabrics --- */
.pb-gallery-fabrics {
    padding-bottom: 40px;
}
.pb-gallery-fabrics .gallery-item:hover a figure img,
.pb-gallery-fabrics .gallery-item a figure img {
    -webkit-transition: none;
	   -moz-transition: none;
    	 -o-transition: color 0 ease-in;
    		transition: none;
	-webkit-transform: none;
       -moz-transform: none;
    		transform: none;
	border: 1px solid #ccc;
}
.pb-gallery-fabrics .wrap {
    max-width: 800px;
}
.gallery-fabrics-text {
    padding-bottom: 30px;
}
.gallery-fabrics-pdf a.button {
    font-size: 100%;
	background-color: #dfddd7;
	padding: 9px 20px;
    display: flex;
    align-items: center;
	justify-content: center;
}
.gallery-fabrics-pdf a.button:hover {
	background-color: #94918d;
}
.pb-gallery-fabrics .flex {
    align-items: flex-end;
}
.pb-gallery-fabrics .gallery-item {
    display: none;
    overflow: visible;
}
.pb-gallery-fabrics .item-1,
.pb-gallery-fabrics .item-2,
.pb-gallery-fabrics .item-3,
.pb-gallery-fabrics .item-4,
.pb-gallery-fabrics .item-5,
.pb-gallery-fabrics .item-6 {
    display: block;
}
.show-all-fabrics {
	cursor: pointer;
	padding: 10px 0 0 5px;
}
.pb-gallery-fabrics .pb-gallery-items.show .gallery-item {
    display: block;
}
.pb-gallery-fabrics .item-4.col11, .pb-gallery-fabrics .item-5.col11, .pb-gallery-fabrics .item-6.col11 {
    width: 30px;
}
.pb-gallery-items.show .item-4.col11, .pb-gallery-items.show .item-5.col11, .pb-gallery-items.show .item-6.col11 {
	width: calc(100% / 5);
}
.pb-gallery-items.show .show-all-fabrics {
	display: none;
}
@media only screen and (min-width: 600px) {
	.gallery-item.col11, .pb-gallery-items.show .item-4.col11, .pb-gallery-items.show .item-5.col11, .pb-gallery-items.show .item-6.col11 {
		width: calc(100% / 7);
	}
	.show-all-fabrics {
		cursor: pointer;
		padding: 0 0 2px 20px;
	}
	.gallery-fabrics-pdf a.button {
		width: 50%;
		max-width: 347px;
	}
}
@media only screen and (min-width: 930px) {
	.gallery-item.col11, .pb-gallery-items.show .item-4.col11, .pb-gallery-items.show .item-5.col11, .pb-gallery-items.show .item-6.col11 {
		width: calc(100% / 11);
	}
}
a.tooltip {
  position: relative;
  text-decoration: none;
}
a.tooltip:after {
  content: attr(data-tooltip);
  position: absolute;
  z-index: 1000;
  bottom: 60%;
  left: 20%;
  background: #ffcb66;
  padding: 5px 15px;
  color: black;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition : all 0.4s ease;
  transition : all 0.4s ease;
}
a.tooltip:hover:after {
  bottom: 60%;
}
/*a.tooltip:before {
  content: "";
  position: absolute;
  z-index: 1000;
  width: 0;
  height: 0;
  border-top: 10px solid #ffcb66;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition : all 0.4s ease;
  transition : all 0.4s ease;
  opacity: 0;
  left: 30%;
  bottom: 45%;
}
a.tooltip:hover:before {
  bottom: 45%;
}*/
a.tooltip:hover:after, a:hover:before {
  opacity: 1;
}
/*  ------------------------------------------------------------------- */
@media only screen and (min-width: 600px) {
	.gallery-item.col3 {
        width: 50%;
    }
	.gallery-item.col5 {
		width: 20%;
	}
    .gallery-item.col7 {
		width: 25%;
    }
	.gallery-item.col5.has-caption, 
	.gallery-item.col7.has-caption {
		width: calc(100% / 2);
	}
	.gallery-item.col11 {
		width: calc(100% / 7);
	}
}
@media only screen and (min-width: 800px) {
	.gallery-item.col3 {
		width: calc(100% / 3);
    }
	.gallery-item.col5.has-caption, 
	.gallery-item.col7.has-caption {
		width: calc(100% / 3);
	}
}
@media only screen and (min-width: 930px) {
    .gallery-item.col2 {
        width: 50%;
    }
    .gallery-item.col7 {
        width: calc(100% / 7);
    }
	.gallery-item.col5.has-caption, 
	.gallery-item.col7.has-caption {
		width: calc(100% / 5);
	}
	.gallery-item.col11 {
		width: calc(100% / 11);
	}
}
@media only screen and (min-width: 1370px) {
	.pb-gallery.size-1370, #teaser.size-1370 {
		padding-right: 30px;
		padding-left: 30px;
	}
	.gallery-item.col7.has-caption {
		width: calc(100% / 7);
	}
}
/*	-----------------------------------------------------------------------  News Archive --- */
.archive-news .box {
    margin-bottom: 30px;
	width: 100%;
	border: 5px solid transparent;
}
.archive-news .box h2 {
    padding: 10px 0 20px 0;
}
.archive-news .box a.link {
    text-decoration: none;
}
.archive-news .box a.read-more {
    margin-top: 0;
}
@media only screen and (min-width: 830px) {
	.archive-news .box {
		width: calc(100% / 3);
	}
}
/*	------------------------------------------------------------------------- News Home --- */
a.news-archive-link {
    text-align: center;
    display: table;
    border: 1px solid #ccc;
	background-color: #d8d7d0;
    margin: auto;
    padding: 10px 0;
    width: calc(100% / 3);
	/*text-transform: uppercase;
    letter-spacing: 0.08rem;*/
}
a.news-archive-link:hover {
    background-color: #ddb560;
    color: #fff;
    border: 1px solid #ddb560;
}
/*	----------------------------------------------------------------------- News Single --- */
.pb_news_article .col-2 {
    width: 100%;
}
@media only screen and (min-width: 830px) {
	.pb_news_article .col-2 {
		width: calc((100% - 30px) / 2);
	}
	.pb_news_article h2 {
		padding-top: 0;
	}
}
.pb-news {
    padding-top: 25px;
    padding-bottom: 30px;
}
.pb-news + .pb-1-image {
    padding-top: 0;
    margin-top: -30px;
}
@media only screen and (min-width: 1000px) {
	.pb-news .pb-news-block {
		width: calc(100% / 3);
	}
}
/*	----------------------------------------------------------------------- Slideshow --- */
.pb-slideshow {
    overflow: hidden!important;
    position: relative;
}
.pb-slideshow header h2 {
    font-size: 22px;
    font-size: 2.2rem;
	padding-bottom: 30px;
}
.swiper-slide .wrap {
	cursor: grab;
}
.pb-slideshow .swiper-slide-prev, 
.pb-slideshow .swiper-slide-next {
	opacity: 0.2;
}
.pb-slideshow .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -20px;
}
.slide-copy {
    padding-bottom: 15px;
}
.slide-copy, .slide-img {
	width: 100%;
}
.slide-img {
    text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.slide-img a {
    cursor: zoom-in;
}
.slide-img img {
	max-width: 280px;
}
.swiper-button-next, .swiper-button-prev {
    color: #75c7d1;
}
.swiper-pagination-bullet-active {
    background-color: #75c7d1;
}
.swiper-pagination {
    position: relative;
}
.swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-pagination-bullet-active {
    background-color: #868686;
}
.pb-slideshow-images .swiper-container.size-1360 {
    max-width: 1300px;
    padding-right: 0;
    padding-left: 0;
}
.pb-slideshow-images .swiper-button-next, 
.pb-slideshow-images .swiper-button-prev {
    /*color: #15818e;
    background-color: rgb(255, 255, 255);
    padding: 0 20px;
    height: 60px;*/
	color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: none;
    z-index: 0;
    left: 0;
    right: 0;
}
.slide-wrap p {
    position: absolute;
    background-color: #75c7d1;
    bottom: 0;
    right: 0;
	
	/*  flexible font size: min font-size px + (max font size - min font-size) * ((100vw - min screen-size px) / (max screen-size - min screen-size)))   */
    font-size: calc(14px + (32 - 14) * ((100vw - 400px) / (1360 - 400)));
	
    padding: 0 10px 2px 10px;
    color: #fff;
}
@media only screen and (min-width: 500px) {
	.swiper-button-next,
	.swiper-button-prev {
		display: block;
	}
}
@media only screen and (min-width: 700px) {
	.slide-wrap p {
		padding: 0 20px 4px 20px;
	}

}
@media only screen and (min-width: 730px) {
	.swiper-slide .wrap {
		padding: 0 30px;
	}
	.pb-slideshow header h2 {
    	padding-left: 30px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	.slide-copy {
		width: calc(100% - 320px);
		padding-bottom: 0;
	}
	.slide-img {
		background-color: transparent;
		text-align: right;
	    width: inherit;
	}
}
@media only screen and (min-width: 980px) {
	.slide-wrap p {
		bottom: 40px;
		right: 40px;
		padding: 0 20px 4px 20px;
	}
}
@media only screen and (min-width: 1370px) {
	.slide-wrap p {
		font-size: 32px;
		font-size: 3.2rem;
	}
}
@media only screen and (min-width: 1920px) {
	.pb-slideshow-images .size-1920 .swiper-button-next {
		right: 10px;
	}
	.pb-slideshow-images .size-1920 .swiper-button-prev {
		left: 10px;
	}
}
/*	---------------------------------------------------------------  Call back buttons --- */
#call-back .button {
    width: 100%;
}
@media only screen and (min-width: 750px) {
	#call-back .button {
		width: 49%;
	}
}
/* ---------------------------------------------------------------------- tweaks --- */
.pb-headline + .pb-text, 
.pb-hilites + .pb-text {
    padding-top: 0;
}
.pb-hilites {
    padding-bottom: 0;
}
/*.storefront-breadcrumb {
    padding: 30px 0;
    margin: 0;
}*/
.storefront-breadcrumb {
    display: none;
}
/* ------------------------------------------------------------------ HighLights --- */
#highlights h1, .highlightOverview h1, h1.conf-headline {
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.01rem;
    padding-top: 0;
}
#highlights .wrap{
    margin:30px 0 0 0;
}
@media only screen and (min-width: 600px) {
        #highlights h1.no-badge, #highlights .badge h1 {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 600px) {
	#highlights {
        padding: 10px;
    }
    .highlight {
        flex-grow:1;
        flex-shrink:1;
        flex-basis: 250px;
        border: 20px solid transparent;
    }
}
.highlight img{
    max-height:420px;
}
.conf-badge-text {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 290px;
}
.config-badge, .config-badge-home {
    margin: 0 auto;
}
.config-badge.config-badge-home {
    width: 100%;
}
.config-badge a {
    width: 130px;
    display: block;
    margin-left: auto;
}
.config-badge img {
    transform: rotate(10deg);
    transition: transform .5s;
}
.config-badge a:hover img {
    transform: rotate(5deg) scale3d(1.2, 1.2, 1.2);
}
@media only screen and (min-width: 500px) {
    #highlights .badge h1 {
        max-width: calc(100% - 160px);
    }
}
@media only screen and (min-width: 600px) {
    .config-badge.config-badge-home {
        margin: 0 0 0 20px;
        width: inherit;
    }
    .config-badge {
        margin: 0 0 0 20px;
    }
}
@media only screen and (min-width: 800px) {
    .config-badge.config-badge-home {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .config-badge.config-badge-home {
        width: inherit;
    }
}
a.db-shipping-costs {
    text-decoration: underline;
    text-decoration-color: #75c7d1;
}
#db-shipping-modal {
    position: absolute;
    left: -2000px;
    top: -2000px;
}
#db-shipping-modal.show {
    background: rgba(0,0,0,0.50);
    position: absolute;
    font-size: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    margin: auto;
    min-height: 100%;
    height: auto!important;
    height: 100%;
    overflow: hidden!important;
    width: 100%;
}
#db-shipping-modal.show .wrap {
    max-width: 500px;
    position: fixed;
    background-color: #fff;
    padding: 0 30px 20px;
    border: 1px solid #ccc;
    top: 20%;
    cursor: pointer;
}
.modal-hide {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
}
/* ---------------------------------------------------------------- Konfigurator --- */
/* ---------------------------------------------------------------- ------------ --- */
/* ---------------------------------------------------------------- ------------ --- */
/* ---------------------------------------------------------------- ------------ --- */
/* ---------------------------------------------------------------- ------------ --- */
.absolute{
	position:absolute;
	top:0;
	left:0;
}
#configurator{
    position: relative;
}
h1.conf-headline.inner {
    display: none;
}
h1.conf-headline.top {
    display: block;
}
span.confSelectSubline {
    padding: 4px;
    display: block;
    line-height: 1.3;
}
#confIconMobile {
    margin-top: 20px;
    margin-bottom: 10px;
}
#confIconMobile .confIcon {
    width: 60px;
    height: 60px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(255,255,255,1);
    border: 1px solid #ccc;
    margin: 10px;
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
                0 2px 2px rgba(0,0,0,0.12), 
                0 4px 4px rgba(0,0,0,0.12), 
                0 8px 8px rgba(0,0,0,0.12),
                0 16px 16px rgba(0,0,0,0.12);*/
}
#confIconMobile .confIcon:hover, #confIconArray .confIcon:hover {
    border: 3px solid #00c2cd;
    cursor:pointer;
}
.confSelectOption {
    width:calc(48% + 6px);
    height:auto;
    padding:0;
    margin:0 -3px 10px -3px;
    background:transparent;
    border-radius:0;
}
.confSelectButton {
    display: block;
    width:100%;
    height:auto;
    border:3px solid transparent;
    border-radius:0;
    padding:0;
    transition: border .5s;
}
.confSelectButton:hover, 
.confSelectButton:active, 
.confSelectButton:focus{ 
    background:transparent; 
    border: 3px solid #68ccd8;
}
.confSelectButton.activeSelection {
    border:3px solid rgba(100,210,210,1);
}
@-webkit-keyframes fadeinhead {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes fadeinselect {
    0% { opacity:0; }
    100% { opacity:1; }
}
@keyframes fadeinselect {
    0% { opacity:0; }
    100% { opacity:1; }
}
.confGreyBox {
    -webkit-animation: 1s ease 0s normal forwards 1 fadeinselect;
       -moz-animation: 1s ease 0s normal forwards 1 fadeinselect;
            animation: 1s ease 0s normal forwards 1 fadeinselect;
}
.accordion {
    display: block;
    text-align: left;
    width: 100%;
    background-color: #e4e1dc;
    position: relative;
    padding: 5px 15px;
    font-size: 17px;
}
.accordion img {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 10px;
    top: 9px;
}
.tip-box {
    margin-bottom: 10px; 
}
svg.icon-tip {
    width: 36px;
}
p.tip-text {
    width: calc(100% - 36px);
    padding-left: 10px;
    padding-bottom: 0;
}
p.return-to-shop {
    max-width: 380px;
}
.highlightOverview{
    width:100%;
    height:auto;
}
.confOverview{
    width:100%;
    height:auto;
    padding-bottom: 20px;
}
.highlightOverview h1, #conf h1{
    margin-bottom:50px;
}
.highlightOverview h2, .confOverview h2{
    font-size: 32px;
    line-height:1;
    padding:0;
    margin:0;
    border:0;
}
.highlightOverview h3, .confOverview h3, .price{
    font-size: 20px;
    padding:0 0 5px 0;
    margin:0;
    border:0;
}
.price,
ul.products li.product .price {
    color:rgba(0,110,110,1);
}
.price-info p {
    font-size: 14px;
    line-height:1.4;
    color:rgba(0,0,0,0.55);
}
.price-info p.right { 
    text-align: right;
}
.price-info p.right.shipping { 
    width: 100%;
}
p.right.shipping span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(100,210,210,1);
    line-height: 0.7;
    margin-right: 5px;
}
.confFront {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
form.rollsConfig {
    border-top: 1px solid #9dedf8;
    border-bottom: 1px solid #9dedf8;
    padding: 8px 0;
    margin: 0 0 20px 0;
}
form.rollsConfig p {
    padding: 0;
}
form.rollsConfig label {
    margin: 0 6px 0 0;
} 
form.rollsConfig input {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}
form.rollsConfig span.radio-input {
    display: inline-block;
    width: 16px;
}
form.rollsConfig input:checked + .radio-control {
    background-color: #9dedf8;
}
form.rollsConfig .radio-control {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #00c2cd;
    transform: translateY(2px);
}

.jetzt-kaufen{
    display:block;
    width:250px;
    height:55px;
    padding:0;
    margin: 10px 0 20px 0;
    background-color:transparent;
}
.jetzt-kaufen:hover { 
    background-color:transparent; 
}
.confNav {
    padding-top: 10px;
    -webkit-justify-content: space-between;
    		justify-content: space-between;
    align-items: center;
}
.confNav.flex button {
    width: calc((100% - 10px) / 2);
}
.confNav.flex button.last {
    width: calc( 30% - 5px );
    color: rgba(0,0,0,0.8);
    font-weight: 400;
    background-color: rgba(238,237,233,1);

    &:hover,
    &:active,
    &:focus{
        color: white;
        background-color: #75c7d1;
    }
}
.confNav.flex button.jetzt-kaufen-last {
    width: calc( 70% - 5px );
/*    height: 50px;  */
}

.confNav button, .weiter.start, #von-vorn, .anpassen {
    display:block;
    width:100%;
    padding:6px;
    margin:0;
    font-weight: 700;
    font-size: 110%;
    color: #fff;
    background-color: #75c7d1;
    transition: background-color 100ms, color 300ms;
}
.confNav button:hover, .weiter.start:hover, #von-vorn:hover, .anpassen:hover {
    background-color: #faa435;
    color: #000;
}
.weiter.start {
    margin: 0 0 15px 0;
}
.anpassen {
    /*background-color: #cdc9c6;*/
    background-color: #75c7d1;
    margin: 10px 0 5px 0;
    border-top: 0 none;
    text-align: center;
}
.anpassen:hover {
    background-color: #faa435;
    color: #000;
    border-top: 0 none;
}

#confChair{
    scroll-margin-top: 150px;

    @media screen and (min-width: 1024px) {
        scroll-margin-top: 0;
    }
}

#confChairFront {
    width: 52.94%;
    padding: 0 0 100% 0;
    position: relative;
    margin: 0 auto;
}
.confSelectText > div {
    width: 100%;
}
.confSelectText {
    padding: 8px 10px 15px 12px;
    background-color: rgba(238,237,233,1);
    flex-wrap: wrap;
}
.confSelectText span.elemPrice {
    margin-left: auto;
    display: inline-block;
}
.confSelectText span.elemText {
    margin-right: auto;
    display: inline-block;
    flex-basis: 200px;
}
.confWhiteBox{
    margin: 10px 0 0 0;
    background-color:transparent;
}
.confGreyBox{
    margin-bottom: 3px;
}
.highlightBox{
    width:100%;
    margin: 10px 0 60px 0;
}
.confSelectText li {
    list-style: none;
    font-size: 14px;
    border-bottom: 1px solid #dbdad6;
    padding-bottom: 2px;
    margin-bottom: 1px;
}
.confSelectText li:nth-of-type(6),
.confSelectText li:nth-of-type(8) {
    padding-left: 10px;
}
.ga-color-1{
    color:rgba(0,180,180,1);
}
.confSelectActive{
    display:block;
}
.confSelectPassive{
    display:none;
}
.confFabricBtn {
    background-color: #d6d2cc;
    width: calc((100% - 10px) / 2);
    margin-bottom: 6px;
    font-size: 110%;
    padding: 4px 0;
    border: 3px solid transparent;
    transition: border .3s, background-color .3s;
}
.confFabricBtn:hover {
    color: #fff;
    background-color: #68ccd8;
    border-color: #68ccd8;
}

.fabricHarmonization{
    background-color: #d6d2cc;
    width: 100%;

    margin: 5px 0 0;
    padding: 8px 0;

    font-size: 100%;
    text-align: center;
    color: black;

    &:hover,
    &:focus-visible{
        color: #fff;
        background-color: #68ccd8;
    }

    &.inactive{
        opacity: 0.5;
        pointer-events: none;

    }
}



.fabric_sample{
    width:100%;
    padding:4px 0;
    line-height:1.1;
}
.fabric_sample_figure{
    display:inline-block;
    width:40px;
    height:40px;
    margin-right:15px;
}
.confFabricBtn.activeSelection{
    border:3px solid #68ccd8;
    background-color: #9dedf8;
}
.confFabricBtn.activeSelection:hover, 
.confFabricBtn.activeSelection:active, 
.confFabricBtn.activeSelection:focus{ 
    border: 3px solid #68ccd8;
    background-color: #68ccd8;
    color: #fff;
}
span.fabric_sample_name {
    padding-top: 6px;
    display: block;
}
#confBG {
    line-height: 0;
}
.confFabricDot {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    margin: 12px;
    border: 1px solid #ccc;
}
.confFabricSP, .confFabricRL {
    margin: 15px 0;
    background-color: #fff;
    padding: 10px 10px 14px 10px;
}
.confFabricDescriptions div{
	display:none;
}
.confFabricDescriptions p {
    padding-block: 10px;
}
.confFabricDescriptions p span {
    display: inline-block;
    padding-bottom: 5px;
}
.confFabricDescriptions .activeDescription{
	display:block;
}
#confCircleGround, #confChairRear, #confIcons, #confCode, #confIconArray {
    display: none;
}

#confCode img{
	width:100%;
	height:auto;
}
#confCode {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 120px;
    left: 25px;
    font-size: 12px;
    color: #646464;
    background-color: #fff;
    padding: 4px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}
#confCode:hover {
    transform: scale(1.2);
    transform-origin: center;
}
/* ------------------------------------------------------- Konfigurator 768 px --- */
@media only screen and (min-width: 768px) {
    #confCode {
        top: 40px;
        right: 30px;
        left: inherit;
    }
    #confCircleGround {
        display: block;
    }
    .fullSize{
        width:100%;
        height:100%;
    }
    .confWrap {
        position: absolute;
        width: 100%;
    }
    #confBG{
        width:141%;
        height:100%;
        position:absolute;
        top:0;
        left:50%;
        transform:translateX(-50%);
        background-image:url(../images/konfigurator/ui/gesund-arbeiten-konfigurator-hintergrund004.jpg);
        background-repeat:no-repeat;
        background-position:top center;
        background-size:cover;
    }
    #conf{
        width:100%;
        max-width:1360px;
        padding:0 0 77.1% 0;
        margin:0 auto;
        position:relative;
        z-index: 1;
    }
    #confContent {
        position: relative;
        margin-top: 20px;
    }
    #confSelector{
        width:100%;
    }
    #confChairFront {			
        margin: 0 auto;
    }
    .confRear{
        width:100%;
        height:100%;
        position:absolute;
        left:0;
        top:0;
    }
/*	--------------------------------------------------------------------  icons  */
/*    #confIcons {			
        width:157.35%;
        position:absolute;
        left:-32%;			
        top:-14.67%;	
    }*/

    #confCircle4Icons {		/*	fullsize 1070×1070  */
        width:100%;
        padding:0 0 100% 0;
        position:relative;
    }
    #confCircle4IconsCut {	/*	fullsize 1070×955  */
        width:100%;
        padding:0 0 89.25% 0;
        position:relative;
        opacity:0.25;
    }
    #confCircle4IconsCut img{
        width:100%;
        height:auto;
    }
    #confIconArray .confIcon {
        width:80px;
        height:80px;
        display:none;
        position:absolute;
        left:0;
        top:0;
        border-radius:50%;
        box-shadow:0 0 5px 3px rgba(0,0,0,0.08);
        background-color:rgba(255,255,255,1);
        border:0;
        z-index: 2;
        cursor: pointer;
    }
    .activeBorder { 
        width:83px;
        height:83px;
        border:3px solid rgba(0,210,210,1); 
    }
    #confFabrics{
        width:100%;
        height:auto;
        position:absolute;
        top:0;
        left:0;
    }
    /*#confFabricSP, #confFabricRL{
        display:none;
    }*/

    #panel {
        position: relative;
        z-index: 2;
        width: 300px;
        padding: 10px;
        background-color: #fff;
        border: 1px solid #ccc;
        -webkit-transition: 1s width;
             -o-transition: 1s width;
                transition: 1s width;
    }
    #confRight {
        width: 60%;
        /*height: 100%;*/
        position: absolute;
        left: 47%;
        top: 15%;
        display: flex;
        flex-flow: row;
        align-items: flex-start;
    }
    #confCircleGround {
        width: 111.0%;
        padding: 0 0 58.85% 0;
        position: absolute;
        left: -8.5%;
        top: 40.4%;
    }
    #confChairFront {
        width: 52.94%;
        padding: 0 0 100% 0;
        position: relative;
    }
    #confIconMobile {
        margin-top: 0;
        margin-bottom: 10px;
        width: 80px;
        position: absolute;
        top: -1px;
        left: 298px;
        z-index: 2;
        background-color: #ffffff;
        border: 1px solid #ccc;
        padding: 10px 10px 3px 10px;
    }
    #confIconMobile .confIcon {
        margin: 0 0 8px 0;
    }

} /* --- End mediaQuery 768 px --- */

/* --------------------------------------------------------- mediaQuery 880 px --- */
@media only screen and (min-width: 880px) {
    #confRight {
        width: 50%;
        left: 47%;
        top: 16%;
    }
    #confChairRear { /*	fullsize 216×408  */
        display: block;
        width: 31.76%;
        padding: 0 0 60% 0;
        margin: 10% 0 0 0;
        position: relative;
    }
    
    
    
}
/* --------------------------------------------------------- mediaQuery 992 px --- */
@media only screen and (min-width: 992px) {
	h1.conf-headline.inner, #confIcons, #confIconArray {
        display: block;
    }
    h1.conf-headline.top, #confIconMobile {
        display: none;
    }
    h1.conf-headline.inner {
        padding-top: 30px;
    }
    .confFabricSP, .confFabricRL {
        margin: 0;
        background-color: transparent;
        padding: 0;
    }
    #confIcons {  /* Circle for icons */
        width: 146%;
        position: absolute;
        left: -30%;
        top: -10%;
    }
    .confOverview {
        width: 100%;
        height: auto;
        padding: 5px 10px 10px 10px;
    }
    #confCircleGround {	/*	fullsize 755×190  */
        width:111.0%;
        padding:0 0 58.85% 0;
        position:absolute;
        left: -12.5%;
        top: 45.4%;
    }
    #confChairFront {
        width: 52.94%;
        padding: 0 0 100% 0;
        position: relative;
        margin: 0;
    }
    #confChairRear { /*	fullsize 216×408  */
        width:31.76%;
        padding:0 0 60% 0;
        margin:10% 0 0 0;
        position:relative;
    }
    #panel{
        width: 340px;
        -webkit-transition: 1s width;
             -o-transition: 1s width;
                transition: 1s width;
    }
/*    #confFabricsArray #confFabricSPALC-S,#confFabricsArray #confFabricSPAQU-S,#confFabricsArray #confFabricSPBLA-S,#confFabricsArray #confFabricSPLED-S,#confFabricsArray #confFabricSPXTR-S, #confFabricsArray #confFabricRLALC-R,#confFabricsArray #confFabricRLAQU-R,#confFabricsArray #confFabricRLBLA-R,#confFabricsArray #confFabricRLLED-R,#confFabricsArray #confFabricRLXTR-R {
        display: none;
    }*/
    .confFabricDot:hover, .confFabricDot.activeSelection, .confFabricDot.activeSelection:hover, .confFabricDot.activeSelection:active, .confFabricDot.activeSelection:focus {
        margin: 0;
    }
    .confFabricDot{
        width:26px;
        height:26px;
        position:absolute;
        border:3px solid white;
        border-radius:13px;
        outline:0;
        font-size:0;
        cursor:pointer;
        display: block;
        margin: 0;
        z-index: 3;

        &[data-fabric="NET-R"]{
            visibility: hidden;
        }

    }
    .confFabricDot:hover,
    .confFabricDot.activeSelection, 
    .confFabricDot.activeSelection:hover, 
    .confFabricDot.activeSelection:active, 
    .confFabricDot.activeSelection:focus{ 
        width: 30px;
        height: 30px;
        border: 5px solid rgba(10,210,210,1);  
        border-radius: 50%;
        margin: -2px 0 0 -2px;
    }
}
/* ------------------------------------------------------- mediaQuery 1100 px --- */
@media only screen and (min-width:1100px){
    #panel{
        width: 380px;
        -webkit-transition: 1s width;
        -o-transition: 1s width;
        transition: 1s width;
    }
    /*#confRight {
        width: 50%;
        left: 50%;
        top: 15%;
    }*/
}
/* ------------------------------------------------------- mediaQuery 1360 px --- */
@media only screen and (min-width:1360px){
    #panel{
        width: 420px;
        -webkit-transition: 1s width;
        -o-transition: 1s width;
        transition: 1s width;
    }
	#confBG{
		width:1920px;
		height:1050px;
		background-position:top center;
		background-size:cover;
	}
    #conf{
		width:1360px;
		height:1050px;
		padding:0 0 0 0;
	}
}
/* ------------------------------------------------------------------ Storefront --- */

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline-color: transparent;
}
blockquote+h2, blockquote+h3, blockquote+h4, blockquote+header h2, form+h2, form+h3, form+h4, form+header h2, ol+h2, ol+h3, ol+h4, ol+header h2, p+h2, p+h3, p+h4, p+header h2, table+h2, table+h3, table+h4, table+header h2, ul+h2, ul+h3, ul+h4, ul+header h2 {
    margin-top: 0;
}
.edit-link, #post-458 .entry-header /* home */ {
    display: none;
}
.page-template-template-homepage .type-page {
    padding-top: 0;
    padding-bottom: 0;
}
.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 0;
}
@media (min-width: 768px) {
    .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content .woocommerce-products-header {
        text-align: left;
        padding: 0 0 0;
    }
    .header-phone + .storefront-breadcrumb {
        margin: 0;
    }
    .storefront-breadcrumb .col-full {
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 30px;
        box-sizing: content-box;
    }
}
/*	----------------------------------------------------------- details summary --- */
details .details-content {
    padding-top: 10px;
}
details summary {
    cursor: pointer;
}
.home .block-text.text-2 {
    margin-top: 30px;
}
@media (min-width: 800px) {
   .home .block-text.text-2 {
        margin-top: 0;
    }
}
/*	--------------------------------------------------------------- WooCommerce --- */

/*	------------------------------------------------------------ single product --- */
.db-product-image {
	max-width:430px;
	padding:0 50px;
	margin:30px 90px 0 0;
}
/*Wo bei Konfigurator Seiten verwendet?*/

/*.storefront-full-width-content.single-product div.product .summary{
	width:auto;
	float:none;
}*/
/*h1.product_title.entry-title{
	margin:90px 0 0 0;
	line-height:0.7;
}*/
h1 span.product_title_sku {
	font-size:30%;
	padding:0 0 0 4px;
	letter-spacing:1px;
}
.product .summary ul {
	margin:20px 0 20px 30px;
}

.product .summary li {
	padding-top: 3px;
    display: block;
    margin-top: 3px;
    border-top: 1px solid #ececec;
}
/*Homeschooling bzw. Standard Produkte*/
.single-product div.product table.variations .label {
    padding-bottom: 5px;
}
.single-product .summary .woo-paypalplus-checkout-button {
        max-width: 257px;
    }

/*	-------------------------------------------------------- product cat overview --- */
#primary {
    float: none;
}
.storefront-sorting .woocommerce-ordering{
    display: none;
}
.tax-product_cat #main {
    max-width: 1360px;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
}
.products li.product h2.woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 1.3;
    padding: 0;
}
.products li.product span.woocommerce-Price-amount.amount {
    font-size: 20px;
    /*font-weight: 400;*/
}
.pswp__bg {
    opacity: 0.75!important;
}
a.reset_variations {
    margin-left: 0;
    margin-top: 1em;
}
@media (min-width: 416px) {
    a.reset_variations {
        margin-left: 1em;
        margin-top: 0;
    }
}
/*	------------------------------------------------------------------- new cart --- */
.woocommerce-message .button, 
.woocommerce-info .button, 
.woocommerce-error .button, 
.woocommerce-noreviews .button, 
p.no-comments .button {
    text-align: left;
    margin: 0 0 0 1em;
}
p.return-to-shop {
    display: none;
}
#form-wrp{
	width:100%;
}
#cartWrp{
	flex-grow:1;
	flex-shrink:1;
	
	background-color:rgba(0,0,0,0.05);
}
#chairImg{
	flex-grow:1;
	flex-shrink:1;
	max-width:360px;
	height:auto;
	margin:-50px 0 0 40px;
	background-color:rgba(0,0,0,0.05);
}
#temp-cartSeparator{
	margin:300px 0 30px 0;
}
.cart_item .product-image img {
    max-height: 320px;
    margin: 0 auto;
}
tr.woocommerce-cart-form__cart-item.cart_item {
    border-top: 1px solid #ccc;
    border-collapse: collapse;
}
.woocommerce-cart-form table thead tr th {
    background-color: inherit;
    padding: 10px 0;
}
.woocommerce-cart-form table tbody h2 {
    font-size: 20px;
    padding-top: 10px;
}
.woocommerce-message {
    background-color: #66b7c1;
}
.woocommerce-cart-form table.cart td.actions {
    background-color: inherit;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}
.wc-forward:after, .woocommerce-Button--next:after {
    vertical-align: middle;
}
#order_review .legal {
    padding: 0 1em 20px 0;
}
.woocommerce-checkout .shop_table th.product-total {
    text-align: right;
}
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend,
table:not( .has-background ) tbody td {
    background-color: transparent;
    padding: 10px 0;
}
table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th {
    text-align: right;
    /*padding: 10px 20px 10px 0px;*/
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
}
table.shop_table_responsive tbody tr th,
tr.woocommerce-cart-form__cart-item.cart_item td {
    text-align: left;
}
tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity,
tr.woocommerce-cart-form__cart-item.cart_item td.product-subtotal {
    text-align: center;
}
.shop_table td.product-price,
.shop_table td.product-quantity,
.shop_table td.product-subtotal {
    padding-top: 25px!important;
}
th.product-image {
    display: none;
}
.woocommerce-info {
    background-color: #c7f4f9;
    color: #000;
}
.woocommerce-info a {
    color: #000;
}
.woocommerce-info:before {
    color: #000;
}
table.shop_table.woocommerce-checkout-review-order-table tr {
    border-bottom: 1px solid #dadada;
}
.woocommerce-checkout .place-order {
    padding: 20px 0 0 0!important;
}
.woocommerce-checkout .shop_table th,.woocommerce-checkout .shop_table td {
    background-color: transparent;
    padding: 10px 0;
}
.shop_table .cart_item .product-name {
    font-size: 18px;
    padding: 10px 10px 10px 0;
    border-bottom: 0;
}
/*----------------------------------------*/
.shop_table .cart_item .product-name li {
    padding-top: 3px;
    margin-top: 3px;
    border-top: 1px solid #ececec;
    align-content: space-between;
    font-size: 14px;
    font-weight: 400;
}
.shop_table .cart_item .product-name li:nth-of-type(6) .cart-options, 
.shop_table .cart_item .product-name li:nth-of-type(8) .cart-options {
    padding-left: 10px;
}
.shop_table .cart_item .product-name .cart-options, 
.shop_table .cart_item .product-name .cart-options-price {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}
.shop_table .cart_item .product-name .cart-options {
    width: 70%;
}
@media (min-width: 992px) { 
    .shop_table .cart_item .product-name .cart-options {
        width: 80%;
    }
}
.shop_table .cart_item .product-name .cart-options-price {
    margin-left: auto;
    padding-left: 10px;
}
/*----------------------------------------*/

span.woocommerce-Price-amount.amount {
    margin-left: 20px;
    font-weight: 700;
}
@media (min-width: 768px) { 
    span.woocommerce-Price-amount.amount {
        margin-left: 0;
    }
}
table.woocommerce-checkout-review-order-table th {
    padding: 6px 10px 6px 0;
    vertical-align: middle;
}
table.woocommerce-checkout-review-order-table .product-name {
    width: 65%;
}
td.product-total, .woocommerce-checkout-review-order-table .db-price, ul#shipping_method, tr.order-tax td {
    text-align: right;
}
td.product-total, td.product-name {
    font-weight: 700;
}
td.db-item-img img {
    margin: 0 auto;
    max-height: 350px;
}
td.product-name, td.product-total, tr.cart-subtotal, tr.woocommerce-shipping-totals.shipping {
    background-color: transparent!important;
    border-bottom: 1px solid #ececec;
}
td.dhl-preferred-service-content {
    padding: 10px 10px 0 0;
}
select#billing_title, select#shipping_title {
    padding: 5px;
    border: 1px solid #ececec;
}
.woocommerce-shipping-fields {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}
tr.order-total {
    border-bottom: 1px solid #ccc;
}
.input-text, input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    background-color: #f5f5f5;
    color: #000000;
    box-shadow: none;
}
#order_review .legal label {
    display: inline;
    padding-left: 0;
}
.added_to_cart, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, input[type=button], input[type=reset], input[type=submit] {
    padding: 10px 20px;
}
a.checkout-button.alt, .place-order button.alt {
    background-color: #53a7b3;
    padding: 5px 30px;
    margin-top: 20px;
}
a.checkout-button.alt:hover, .place-order button.alt:hover {
    background-color: #37909C;
}
a.checkout-button.button.alt.wc-forward {
    padding: 12px 20px;
    font-size: 1.387em;
}
.order-total td.db-price {
    font-size: 18px;
}

table.cart td.product-reconfigLink {
	margin-bottom:1rem;
	text-align: left;
	font-size:14px;
}

@media (min-width: 768px) { 
    .col2-set {
        width: 51%;
        float: left;
        margin-right: 0;
    }
    #order_review, #order_review_heading {
        width: 45%;
        float: right;
        margin-right: 0;
        clear: right;
    }
    .col2-set .form-row-first, .col2-set .form-row-last {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    table.cart td.product-remove {
        padding: 23px 10px;
    }
}
/* --------------------------------------------------- Seite Bestellung erhalten --- */
.woocommerce-table--order-details .product-total {
    text-align: left;
}
.woocommerce-order-details {
    order: 1;
}
.order_details {
    background-color: transparent;
}
.db-order-details {
    order: 2;
    width: 100%;
}
.woocommerce-customer-details {
    order: 3;
    width: 100%;
}
@media (min-width: 940px) { 
    .db-order-details {
        margin-left: 50px;
        width: inherit;
    }
    .woocommerce-bacs-bank-details {
        margin-right: 40px;
    }
}
ul.wc-bacs-bank-details.order_details.bacs_details {
    margin: 0;
}
ul.order_details li {
    padding: 10px 0;
}
.db-order-details ul.order_details {
    margin: 0;
}
.db-quantity-width{
	display:inline-block;
	width:30px;
}
.db-sku-small{
	font-size:70%;
	color:rgba(0,0,0,0.5);
	padding:0 0 0 30px;
}
.woocommerce-table--order-details .product-total {
    text-align: right;
}
.order_details:before, .order_details:after, 
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    background: transparent;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr {
    border-bottom: 1px solid #ececec;
}
h2.woocommerce-column__title, h2.woocommerce-order-details__title, .woocommerce-MyAccount-content h2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content table:not( .has-background ) th {
    background-color: transparent;
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
}
.woocommerce-order-details .order_details {
    background-color: transparent;
}
/* ----------------------------------------- Geschenkgutschein --- */
#pwgc-redeem-gift-card-number {
    min-width: 200px;
}
#pwgc-redeem-gift-card-container label {
    padding-bottom: 10px;
    display: inline-block;
}
tr.cart-discount td {
    text-align: right;
}
#pwgc-email-gift-card-table {
    border-width: 0;
    border-radius: 0;
}
/* ------------------------------------------------------- Sale --- */
.term-sale h1.woocommerce-products-header__title.page-title {
    color: #cc0000;
    padding-bottom: 0;
}

.term-sale .woocommerce-products-header .term-description p {
	padding-bottom: 20px;
	font-size: 1.8rem;
	letter-spacing: .005rem;
	color: #000;
}

.term-sale ul.products {
    display: flex;
    flex-wrap: wrap;
}
.term-sale ul.products li.product .delivery-time-info {
    margin-bottom: 60px!important;
}
.term-sale ul.products li.product .button {
    position: absolute;
    bottom: 0;
}
.term-sale p.right.shipping,
.term-sale span.onsale,
p.wc-gzd-cart-info.delivery-time-info {
    display: none;
}
#pwgc-redeem-gift-card-container {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 30px;
}
#pwgc-redeem-gift-card-container label {
    font-weight: 700;
}
ul.products li.product .wc-gzd-additional-info {
    font-size: 15px!important;
}

#payment .payment_methods>.woocommerce-PaymentMethod>label, #payment .payment_methods>.wc_payment_method>label {
    display: flex;
    vertical-align: middle;
}
#payment .payment_methods>.woocommerce-PaymentMethod>label::before, 
#payment .payment_methods>.wc_payment_method>label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #75c7d1;
}
#payment .payment_methods li.woocommerce-PaymentMethod>input[type=radio]:first-child:checked+label::before, 
#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #75c7d1;
    background-color: #00499f;
}
