@charset "utf-8";
/* CSS Document */

 :root{
	--blau: #859fb8;		        /* var(--blau) */
	--menubutt: #477584 ;		        /* var(--menubutt) */
	--menubutt2: #15aabf ;		    /* var(--menubutt2) */
	--himmelmenubutt: #83b8c0 ;		/* var(--himmelmenubutt) */
	--hellblau: #b5c8ce ;	        /* var(--hellblau) */
	--grau: #aebecc ;		        /* var(--grau) */
    --extrahelllila: #E7E5FB;
	--helllila: #B1AEDF ; 	        
    --menubutt: #2e1f46;
    --lila: #615e88;
}	
.modal {    	z-index: 3000 !important; }

.grau {         color: var(--grau); }

.hellgrau {     color: var(--hellgrau);}

.bg-info a, footer a,
footer a h2 {      color: white; }

.bg-info a:hover, footer a:hover,
.bg-info a:active, footer a:active { color: #C3C3C3; }

.bg-grau {      background-color: var(--grau);    }

.bg-hellgrau {  background-color: var(--hellgrau);    }

.bg-halfwhite{  background-color: rgba(255,255,255,0.5);}

.bg-halfblack{  background-color: rgba(0,0,0,0.5);}


/* Schlafstil-Styles */
.border-white { border: 5px solid white; }

.nav-tabs .nav-link.active {      
                background-color: rgba(177,174,223,.25);}
.nav-tabs .nav-link.active {      
                background-color: rgba(255,255,255,0.00);}
.bg-helllila {  
                background-color: rgba(177,174,223,.25);}
.helllila {     color: var(--helllila); }
.lila {         color: var(--menubutt); }
.bg-lila, .grad-lila {        
    background-image: -webkit-linear-gradient(150deg, #615e88 64%, rgba(97,94,136,.6) 100%);
    background-image: -o-linear-gradient(150deg, #615e88 64%, rgba(97,94,136,.6) 100%);
    background-image: linear-gradient(240deg, #615e88 64%, rgba(97,94,136,.6) 100%);
}
.grad-lila-border {    
    background-image: -webkit-linear-gradient(150deg, #615e88 64%, rgba(97,94,136,.6) 100%);
    background-image: -o-linear-gradient(150deg, #615e88 64%, rgba(97,94,136,.6) 100%);
    background-image: linear-gradient(240deg, #615e88 64%, rgba(97,94,136,.6) 100%);
    border-radius: 0 25px;
    color:white;
}
.grad-lila2 {    background-image: linear-gradient(240deg,rgba(255,255,255,0) 50%,rgba(97,94,136,.6) 100%);}

.row.bg-light { border-radius: 0 25px 0 0 ; }
.bg-head {      background-image: url("../../pix/st/head.jpg");
                min-height: 80vh;
                background-repeat: no-repeat;
                background-size: cover;
                position: relative;
}
.bg-head>p {    font-family: "Barlow",Sans-serif;
                font-size: 68px;
                text-transform: uppercase;
                color: #fff;
                font-weight: bold;
                position: absolute;
                display: inline;
                top: 560px;
                left: -21px;
                /* margin-left: -7px; */
                line-height: 0.8;
                background-color: rgba(177,174,223,.25);
}
.stbox {        background-color: transparent;
                background-image: linear-gradient(40deg,#615e88 0%,rgba(97,94,136,.66) 49%); 
                padding: 10%;
                color:#fff;
                position: relative;
                bottom:30px;
}
.startbox {     background-color: transparent;
                background-image: linear-gradient(40deg,#615e88 0%,rgba(97,94,136,.66) 49%); 
                padding: 20px;
                color:#fff;
                display: inline-block;
                position: relative;
                top: -130px;
                width: 750px;
}
h1.grad-lila {  font-size: 46px;
}
.startbox h1, .startbox h2, h1.grad-lila {
                color: white;
}
.stbox p{       font-family: "Vollkorn",Sans-serif;
                font-weight: 400;
}
.stbox h2{      font-family: "Barlow",Sans-serif;
                font-size: 38px;
                font-weight: 100;
                text-transform: uppercase;
                color: white;
}

.logobox{       background-color: var(--menubutt);
            
}
.stbuttonwhite{
                font-family: "Barlow Condensed",Sans-serif;
                font-weight: 100;
                text-transform: uppercase;
                fill: #fff;
                color: #fff;
                background-color: rgba(168,168,168,0);
                border-radius: 0;  
                border: 2px solid #fff;
                font-size: 15px;
                padding: 12px 24px;
                text-decoration: none;
}
.stbuttonwhite:hover{
                color: #fff;
                background-color: #615e88;
                border-color: #fff;
}
.stbutton{
                font-family: "Barlow Condensed",Sans-serif;
                text-transform: uppercase;
                fill: var(--menubutt);
                color: #fff;
                background-color: #615e88;  
                border: 2px solid var(--menubutt);
                font-size: 18px;
                padding: 12px;
                text-decoration: none;
}
.stbutton:hover{
                color: #fff;
                background-color: var(--menubutt);
                border-color: #615e88;
}

/* Auswahlbox */
td {
    width: 120px;
    height: 70px;
}

/* Navi neu */
.sidenav .submenu {    display: none; }
.dropdown-menu {
position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.nav-item {            position: relative; }
.dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    left: 150px;
    top: 20px;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


.nav-warenkorb {
    font-weight: 300;
    font-size: 31px;
}
#ajaxcurrentparts {
    font-weight: bold;
    font-size: 24px;
}
.anzbestmenge3 i {
    position: absolute;
    left: 0px;
    top: -5px;
}










input[type="search"]::-webkit-search-cancel-button {
  /*
  -webkit-appearance: none;
  */
  margin-right: 30px;
}
/*
#searchtext + button {
  visibility: hidden;
}
#searchtext:placeholder-shown + button {
  visibility: visible;
}

@-moz-document url-prefix() {
	#searchtext + button {
	  visibility: visible !important;
	}
	
}
*/
/* Text Number-Fields */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

.agbbox {
	padding-top: 15px;
	padding-bottom:15px;
}
.agbbox label {
    display: block;
    font-weight: bold;
    flex-direction: column;
    text-align: left;
    margin-top: 0;
}
#lieferzeitbox div { 
	min-height:56px;
}

.number-spinner button{
    border-radius: 0;
}

.bodyframe {
    margin-top:182px;
}

html, body{
	box-sizing: border-box;
    height:100%;
    padding: 0; 
    margin: 0;
}
/* vollkorn-regular - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 400;
  src: url('/inc/st/fonts/vollkorn-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Vollkorn Regular'), local('Vollkorn-Regular'),
       url('/inc/st/fonts/vollkorn-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/inc/st/fonts/vollkorn-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/inc/st/fonts/vollkorn-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/inc/st/fonts/vollkorn-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/inc/st/fonts/vollkorn-v10-latin-regular.svg#Vollkorn') format('svg'); /* Legacy iOS */
}
/* vollkorn-italic - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: italic;
  font-weight: 400;
  src: url('/inc/st/fonts/vollkorn-v10-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Vollkorn Italic'), local('Vollkorn-Italic'),
       url('/inc/st/fonts/vollkorn-v10-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/inc/st/fonts/vollkorn-v10-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/inc/st/fonts/vollkorn-v10-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/inc/st/fonts/vollkorn-v10-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/inc/st/fonts/vollkorn-v10-latin-italic.svg#Vollkorn') format('svg'); /* Legacy iOS */
}
/* barlow-condensed-100 - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 100;
  src: url('/inc/st/fonts/barlow-condensed-v4-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Barlow Condensed Thin'), local('BarlowCondensed-Thin'),
       url('/inc/st/fonts/barlow-condensed-v4-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/inc/st/fonts/barlow-condensed-v4-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/inc/st/fonts/barlow-condensed-v4-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/inc/st/fonts/barlow-condensed-v4-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/inc/st/fonts/barlow-condensed-v4-latin-100.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-condensed-300 - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/inc/st/fonts/barlow-condensed-v4-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Barlow Condensed Light'), local('BarlowCondensed-Light'),
       url('/inc/st/fonts/barlow-condensed-v4-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/inc/st/fonts/barlow-condensed-v4-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/inc/st/fonts/barlow-condensed-v4-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/inc/st/fonts/barlow-condensed-v4-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/inc/st/fonts/barlow-condensed-v4-latin-300.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-condensed-regular - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/inc/st/fonts/barlow-condensed-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Barlow Condensed Regular'), local('BarlowCondensed-Regular'),
       url('/inc/st/fonts/barlow-condensed-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/inc/st/fonts/barlow-condensed-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/inc/st/fonts/barlow-condensed-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/inc/st/fonts/barlow-condensed-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/inc/st/fonts/barlow-condensed-v4-latin-regular.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-100 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 100;
  src: url('/inc/st/fonts/barlow-v4-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Barlow Thin'), local('Barlow-Thin'),
       url('/inc/st/fonts/barlow-v4-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/inc/st/fonts/barlow-v4-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/inc/st/fonts/barlow-v4-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/inc/st/fonts/barlow-v4-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/inc/st/fonts/barlow-v4-latin-100.svg#Barlow') format('svg'); /* Legacy iOS */
}
/* barlow-regular - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('/inc/st/fonts/barlow-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Barlow Regular'), local('Barlow-Regular'),
       url('/inc/st/fonts/barlow-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/inc/st/fonts/barlow-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/inc/st/fonts/barlow-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/inc/st/fonts/barlow-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/inc/st/fonts/barlow-v4-latin-regular.svg#Barlow') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/assistant-v3-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Assistant'), local('Assistant-Regular'),
       url('../fonts/assistant-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/assistant-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/assistant-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/assistant-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/assistant-v3-latin-regular.svg#Assistant') format('svg'); /* Legacy iOS */
}
/* assistant-300 - latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/assistant-v3-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Assistant Light'), local('Assistant-Light'),
       url('../fonts/assistant-v3-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/assistant-v3-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/assistant-v3-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/assistant-v3-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/assistant-v3-latin-300.svg#Assistant') format('svg'); /* Legacy iOS */
}
/* assistant-700 - latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/assistant-v3-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Assistant Bold'), local('Assistant-Bold'),
       url('../fonts/assistant-v3-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/assistant-v3-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/assistant-v3-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/assistant-v3-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/assistant-v3-latin-700.svg#Assistant') format('svg'); /* Legacy iOS */
}
/* assistant-600 - latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/assistant-v4-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Assistant SemiBold'), local('Assistant-SemiBold'),
       url('../fonts/assistant-v4-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/assistant-v4-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/assistant-v4-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/assistant-v4-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/assistant-v4-latin-600.svg#Assistant') format('svg'); /* Legacy iOS */
}
/* assistant-800 - latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/assistant-v4-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Assistant ExtraBold'), local('Assistant-ExtraBold'),
       url('../fonts/assistant-v4-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/assistant-v4-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/assistant-v4-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/assistant-v4-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/assistant-v4-latin-800.svg#Assistant') format('svg'); /* Legacy iOS */
}
/* niconne-regular - latin */
@font-face {
  font-family: 'Niconne';
  font-style: normal;
  font-weight: 400;
  src: url('/inc/fonts/niconne-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Niconne'), local('Niconne-Regular'),
       url('/inc/fonts/niconne-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/inc/fonts/niconne-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/inc/fonts/niconne-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/inc/fonts/niconne-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/inc/fonts/niconne-v9-latin-regular.svg#Niconne') format('svg'); /* Legacy iOS */
}  
body {
    font-family: 'Assistant';
	color: #6d7680;
    font-size: 16px;
    line-height: 1.7;    
    background-color: #f8f9fa!important;
}

/* blue glow aus bei bootstrap-input... */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  /*border-color: rgba(126, 239, 104, 0.8);*/
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);*/
  border-color: rgba(71, 117, 132, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(71, 117, 132, 0.6);
  /*outline: 0 none;*/
}

label {
    margin-bottom: 0rem; /*0.3rem;*/
    /* margin-top: 0.8rem; 0.5rem; */
}

.jumptologin {
	display: none; /* Default, wird per Skript überschrieben wenn Loginbox sichtbar */
}

.form-checkbox {
	margin-left:23px;
}
.form-checkbox input[type="checkbox"] {
	margin-left:-23px;
}

.form-checkbox label {
	display:inline;
	padding-left:5px;
}

.form-check label {
	display: inherit; /* fixed bootstrap-quark */
}
a {
    color: #565656;
}
a:hover{
    text-decoration: none;
}
.alert, .lineh1{
    line-height: 1;
}
.dropdown-container a {
    line-height: 0.9; /* 1.1;*/
}

footer a:hover i {
    color:white;
}

/* Teaser */
.teaser {
	padding: 15px;
	cursor: pointer;
}	
.input-group.number-spinner {
    max-width: 128px;
}
.kissen{
	margin-bottom: 30px;    
}
.decken, .kissen, .daunendecken {
	text-align: center;
    background-size: cover;
}



.grauschrift, .artikelname a{ 
    color:  rgba(0,0,0,0.65);
}
.grauschrift h1{            
    font-family: 'Niconne', cursive;
    color:  rgba(0,0,0,0.5);
    font-size: 60px;
}

.activekat { font-weight:bold; }
.baskettext { padding-right:8px; }

.diff {color:white;mix-blend-mode: difference;}

.color-dodge {color:grey;mix-blend-mode: color-dodge;}

.empfehl {
	background-image: url("../../pix/teaser_empfehl.jpg");	
	background-size: cover;
	height: 240px;
}
.empfehl2 {
	background-image: url("../../pix/teaser_empfehl.jpg");	
	background-size: cover;
	height: 270px;
}

.artstd span, 
.stoer-neu .stoer-neu,
.stoer-prozente .stoer-prozente,
.stoer-tipp .stoer-tipp,
.farben span.stoer-neu{
    display:inline-block;
}

.stoer-neu span.stoer-neu, 
.stoer-prozente span.stoer-prozente, 
.stoer-tipp span.stoer-tipp{
    display: inline-block;
} 
.farben span.stoer-neu {
    width:0;
}
#artikel .farben .stoer-neu::before, 
.basketkilldiv {
    cursor: pointer;
}
.farben span.stoer-neu::before {
    content: 'NEU';
    display: inline-block;
    top: -4px;
    position: relative;
    color: white;
    /* mix-blend-mode: difference; */
    /* transform: skew(0deg, -16deg); */
    padding: 0px 2px;
    left: -31px;
    /* box-shadow: rgba(0,0,0,0.5) 2px 3px 4px; */
    font-size: 12px;
    background-color: var(--menubutt2);
}
.fa-1x {
    font-size: 1.4em;
}


.artstd>.stoer-prozente,.artstd>.stoer-neu,.artstd>.stoer-tipp{
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    right: 0;
    background-color: var(--menubutt2);
    color: white;
    padding: 14.5px 0;
    z-index: 30;
    font-size: 29px;
}
.artstd .stoer-prozente{background-color: #BB0000;}

.artstd .stoer-tipp{
    background-color: white;
    color: var(--menubutt2);
    border-right: 1px solid #dee2e6!important;
    border-top: 1px solid #dee2e6!important;
}
.farben{
    overflow:hidden;
    /*height:32px;*/
}
#artikel .farben{
    flex-wrap: wrap;
    height: 100%;
}
.farben, .artempf, .artstd {
    position: relative;   
}
.farboverflowplus {
    right: 0;
    position: absolute;
    background-color: white;
}
.stoer-neu .stoer-neu{
    top: -10px;
    left: 3px;
    padding: 0 2px;  
    font-weight: 600;
    border-radius: 0;
}
.stoer-prozente::before {content:'%'; color:white;}
.stoer-neu::before {content:'Neu';}
.stoer-tipp::before {content:'Tipp';}


.groessen {
	background-image: url("../../pix/teaser_groessen.jpg");
	background-size: cover;
    background-position: top;
	height: 240px;	
}
.groessen2 {
	background-image: url("../../pix/teaser_groessen.jpg");
	background-size: cover;
    background-position: top;
	height: 270px;	
}
.mehrbutton:link, .mehrbutton:visited {
    background-color: rgba(255,255,255,0.95);
    padding: 3px 10px;
    border-radius: 5px;
     border: 2px solid rgba(47,47,47,0.5); 	
	color: #212529;
}
.mehrbutton:hover{
	text-decoration:none;
	background-color: var(--hellgrau);
}
.teaser>.mehrbutton {
	border:none;
}
.teaser h1{
	font-weight: 400;
}
h1 {
    font-size: 53px;
    font-weight: 400;
    line-height: 1;
}
h2 {
    font-size: 32px;
}

.teaser h1 span {
	font-weight: 300;
	font-style: italic;
	display: block;
}
.teaser h2{
	font-size: 34px;
    background-color: rgba(255,255,255,0.75);
    display: inline-block;
    padding: 0 4%;	
    margin-bottom: 1.5rem;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: .5rem;
    margin-bottom: .5rem;
    text-transform: uppercase;
    /*color: rgba(97,94,136,.6);*/
    font-family: "Assistant",Sans-serif;
}

.teaser a, .teaser h3, .teaser h4 {
	font-size: 20px;
}
.service i,.service strong {
	font-size: 28px;
}
.mehrbutton i {
	font-size: 28px;
    vertical-align: text-top;
	padding-left: 10px;
}


/* Störer Anfang */
.lakenstoerer, .abnaehstoerer {
	padding: 25px 5px 25px;
	
	color: white;
	border-radius:0 5px 5px 0;
	background-image: -moz-linear-gradient( -90deg, rgb(119,197,222) 0%, rgb(0,103,136) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(119,197,222) 0%, rgb(0,103,136) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(119,197,222) 0%, rgb(0,103,136) 100%);
}

.abnaehstoerer a:link, .abnaehstoerer a:visited,
.lakenstoerer a:link, .lakenstoerer a:visited {
	color: white;
	text-decoration: underline;
}

.abnaehstoerer a:hover,
.lakenstoerer a:hover {
	color: var(--grau);
}
.abnaehstoerer {
	width: 280px;
	position: absolute;
	/*right:105px;*/
	left: -225px;
	z-index: 1;
	top: 250px;
	transition: all 0.03s ease-in;
	display: none;
}
.stoerer-open {
	/*right: 75px;*/
	left: -22px;
    width: 110px;
	transition: all 2s;
}
.stoerbutton:hover {
	cursor: pointer;
}
/*.artstd>div:first-of-type {
    overflow: hidden;
    width: 272px;
    height: 272px;
}*/
.artstd img, .artempf img {
    transition: transform 0.1s ease-in;    
}
article.artstd, article.artempf,
.artstd:hover , 
.artempf:hover img {
	cursor:pointer;
    /*transform:scale(1.1,1.1);
    transition: transform 0.2s ease-out;
    z-index:15;*/
    
}







.artstd:hover, .artempf:hover{
   /* opacity: 0.8;    */
}
main {
	position: relative;
	z-index: 25;
}

.cut { color: rgba(82,181,213,1.00);
	background-color: white;
	border-radius: 5px;
    display: inline-block;
    padding: 4px 9px;
}

.sidenav {
    height: 800px;
    background-color: #fff;
    padding: 20px 5px 20px 20px;
	z-index: 42 !important;
    font-family: "Barlow Condensed",Sans-serif;
    font-size: 20px;
    text-transform: uppercase; 
    font-weight: 300;
    color: #565656;
    box-shadow: 0px -1px 9px -3px rgba(0,0,0,.5);
}
.shade {
    box-shadow:0px -1px 9px -3px rgba(0,0,0,.5);
}
.sidenav li>div>a.dropdown-item {    
    text-align: center; 
    height: 35px;
    background-color: white;
}
.dropdown-btn i,
.dropdown-btn2 i {
	color: #AAAAAA;
}
.sidenav li>a, .dropdown-btn {
    padding: 6px 8px 6px 0;
    text-decoration: none;
    display: block;
    border: none;
    /*width: 205px;*/
    text-align: left;
    cursor: pointer;
    outline: none;
}
/*.dropdown-container a::before{
    content: "\00bb  " ;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}*/

.sidenav a:hover, .dropdown-btn:hover, .dropdown-btn:active {
    color: var(--menubutt);
    background-color: transparent;
    /*font-weight: normal;*/
}
/*.dropdown-btn::before {
	content: "";
}*/

a.active {
    background-color: #e2e3e5;
    color: var(--blau);
    font-weight: bold;
}

.dropdown-container {
    display: block;
    background-color: white;
    padding-left: 32px;
    /*margin-top: -8px;*/
}

.breadcrumb .fa {
    line-height: 1.5;
    padding-right: 5px;
}
.empfehlungen div img {
    width: 100%;
}
.empfehlungen, .filterbox {
    margin-right: 15px;
    margin-left: 15px;
}
.artikel div article{
    padding-bottom: 37px;
}
.artikelname {
    font-size: 20px;
    text-align: left;
    margin-top: 10px;
}
.artikelinfo {
    font-size: 14px;
    text-align: left;
    margin-top: 5px;
}
.preis {
    font-size: 30px;
    text-align: left;
}
p.preis s {
    font-size: 22px;
}
.empfehlungen .preis {
    font-size: 36px;
}

.dot {
    /*border-radius: 50%;*/
    width: 34px;
    min-width: 34px;
    height: 32px;
    min-height: 32px;
    /*margin: 0 5px 0 0;*/
	display: block;
	cursor: pointer;
    border: 1px solid #efefef;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
.blinkdot {
    animation: blink 1s;
    animation-iteration-count: 2;
	
}
.btn-show {
  display: block;
}

/* select 2*/
.select2-container *:focus ,
.form-control:focus,
.custom-select:focus {
    background-color: #f2f8ff;
    color:#000;
    /*box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);*/
	  border-color: rgba(71, 117, 132, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(71, 117, 132, 0.6);

}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*color: #0069D9;*/
    line-height: 36px;
    height: 36px;
}
.select2-container .select2-selection--single  {
    border: 1px solid #ced4da;
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 34px;
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    width: 10px;    
}
.select2-dropdown {
    border: 1px solid #ced4da;
    background: #f4f4f4;
}
.select2-results__option[aria-disabled=true],
    .select2-results__option[disabled],
		.select2-result.select2-result-unselectable.select2-disabled,
.select2-container--default .select2-results__option[aria-disabled=true]{
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,
::placeholder{
    color: gray;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: var(--menubutt);
color: white;
}

/* Gallerie Anfang */
.my-gallery {
  width: 100%;
  float: left;
}
/*.my-gallery img {
    height: 605px;

}*/
.my-gallery figure {
  float: left;
  margin: 0 5px 5px 0;
}
.my-gallery figcaption {
  display: none;
}
.slider-nav .myRowStyle {
    padding: 5px;
}
.slider-nav .myRowStyle div{
    overflow: hidden;
    cursor: pointer;
}	
.slick-next {
    right: 0;
	z-index: 25;
    width: 36px;
    height: 48%;
    background: #313131;	
	opacity: 0.9;	
}	
.slick-prev {
    left: 0;
	z-index: 25;
    width: 36px;
    height: 48%;
    background: #313131;	
	opacity: 0.75;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
	background: #313131;
    opacity: 1;
}	

.slicklist.draggable {
    height: 574px;
    width: 574px;
    overflow: hidden;
}
	
.slider-nav div div img{
	opacity: 0.5;
}
.slider-nav .slick-current div div img{
	opacity: 1;
}

.notransform {
    transform: none!important;
}
/* Gallerie Ende */

/* Für MouseOver bei den Artikelbildern */
picture {
    overflow: hidden;
}


/* Warenkorb */
/*.wkartkl:nth-child(even) {background-color: #f8f9fa!important;}*/
.ppbutton{
    max-height:40px;
    max-width:100%;
}
.kassegehn{
    font-size: 28px;
}
.versandrows:nth-child(even) {background-color: #f8f9fa!important;}


.wkartkl {
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

.bg-wk {
    background-color: var(--extrahelllila);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.a_preis{
    font-size: 18px;
    line-height: 26.4px;
}
.a_summe{
    font-size: 22px;
    font-weight: bold; 
}

.suchbutton {
    margin-left: -5px;
}
.anzbestmenge {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--menubutt);
    color: white;
    font-size: 24px;
	display: inline-block;
	text-align: center;
}
.anzbestmenge2{
    border-radius: 5px;
    width: 52px;
    height: 52px;
    background-color: var(--menubutt);
    color: white;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    position: relative;
    padding-top: 11px;  
}
.anzbestmenge3{
    border-radius: 5px;
    width: 42px;
    height: 48px;
    color: var(--menubutt);
    font-size: 24px;
    display: inline-block;
    text-align: center;
    position: relative;
    padding-top: 7px;
}
.anzbestmenge2 i{
    position: absolute;    
    font-size: 40px;
    left: 8px;
    top: 5px;
}

.preheader {
	position: fixed;
	top:0;
	font-size: 24px;
	font-weight: bold;
	color: var(--menubutt);
	height: 87px;
	line-height: 1;
	z-index: 261;
	/* border-bottom: 7px solid var(--menubutt); */
	padding-top: 14px;
}
.preheadline span {
	font-size: 16px;
	font-weight: normal;
	top: 33px;
	position: absolute;
}
span.preheadsub a, .preheadsub {
    color: white;
}
.preheadtext{
	display:block;
	top: 13px;
	position: absolute;
	color:white;
}

.korbcontainer2 span {
	font-size: 24px;
}

.korbcontainer a {
    text-decoration: none;
}
.korbcontainer a.anzbestmenge {
    color: var(--menubutt);
}
.korbcontainer2:hover a,
.korbcontainer2:hover span,
.korbcontainer2:hover i
{
    color: var(--menubutthover);   
}
.korbcontainer:hover .anzbestmenge,
.korbcontainer:hover a.anzbestmenge {
    color: var(--menubutthover);
}
.preheadline{
	display: inline-block;
	font-size: 19px;
	vertical-align: middle;
}
header {
	z-index: 260;
	position: fixed;
	top: 0;
	height: 167px;
	width: 100%;
	border-bottom: 15px solid var(--hellgrau);
	border-bottom: 7px solid var(--menubutt);
    background-image: url(../../pix/bg-header.jpg);
    background-position: top right;
    background-size: cover;
    background-color: #fff;
}
.preheader.fix{/*    height: 1px;
    z-index: 43;
    position: fixed;
    background-position: center -239px;
    background-position: center -29px;*//* border-bottom: 7px solid var(--menubutt); */height: 87px;/*border-top: 2px solid var(--menubutt);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,0.15);*/}

/*input.eingabe:not([type=radio]), select.eingabe{
    width: 360px;    
}*/
.hrmenubutt {
    border-top-color: var(--menubutt);
}
.notransition {
    transition: none !important;
}



button.lupe {
    background: none;
    border: none;
    font-size: 24px;
    position: fixed;
    right: 174px;
    right: calc(8.3% + 20px);
    top: 100px;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
/*    button.lupe {
        right: 10px; 
    } */
}


.headrow {
	height:318px;
}
.schriftzug {
    width: 200px;
    position: fixed;
    top: 34px;
    left: 145px;
    z-index: 46;
}

.bett {
    width: 155px;
    position: fixed;
    top: -210px;
    top: -4px;
    z-index: 10000 !important;
}

.breadcrumb {
    border-radius: 0; 
    padding: 0 0 0 10px;
    margin:0;
    height:46px;
    color:var(--menubutt);
    background-color: transparent;
}

.breadcrumb a{
	color:var(--menubutt);
    font-weight: bold;
}
.breadcrumb a:hover{
	font-weight: bold;
}
#gotologinform{
    font-weight: bold;
}

.textvcenter { 	align-items: center;
}
.prefooter{
                background-image: linear-gradient(240deg,#615e88 64%,rgba(97,94,136,.6) 100%);
                min-height: 80px;
}
.bg-logo{       background-image: url("/pix/st/icons_schlafstil_s_fluegel.png");
                background-repeat: no-repeat;
                opacity: .21;   
                background-position: center center; 
                background-size: contain;
}

footer {        background-image: -webkit-linear-gradient(270deg, #615e88 0%, rgba(97,94,136,.6) 100%);
                background-image: -o-linear-gradient(270deg, #615e88 0%, rgba(97,94,136,.6) 100%);
                background-image: linear-gradient(360deg, #615e88 0%, rgba(97,94,136,.6) 100%);
                color: #fff;
}
footer .logoname{
    font-size: 28px;
    font-family: "Barlow Condensed",Sans-serif;
    font-weight: 400; 
}
/*footer .btn-group a {
	margin-right: 5vh;
}*/
footer ul {
	list-style: none;
    margin: 0;
    padding: 0;
	padding-inline-start: 0;
    margin-block-start: 0;    
}
footer ul li {
	
}
.btn-outline-menubutt {
    background-color: #fff;
    color: var(--menubutt);
    border-color: var(--menubutt);
}
.btn-outline-menubutt:hover {
    color: #fff;
    background-color: var(--menubutt);
    border-color: var(--menubutt);
}
.btn-info {
    color: #fff;
    background-color: var(--lila);
    border-color: var(--lila);
}
.btn-info:hover { 
    background-color: var(--menubutt);
    border-color: var(--menubutt);   
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: var(--menubutt);
    border-color: var(--lila);
}
.btn-menubutt {
    padding: 2px 10px;
    color: white;
    background-color: var(--menubutt);
}
.btn-menubutt:hover {
    color: #efefef;
}
#basketbutton.btn-menubutt{
    padding:8px 10px;
}
input.btn-info{
    padding: .5rem 5rem;    
}

hr {
	border-top: 1px solid #ededed;
}
.rechnkauf {
	font-size: 18px;
	font-weight: 700;
}
.patch {
	padding: 5px;
	border-radius: 5px;
	display: inline-block;	
        max-width: 368px;
}
.color-inv {
	background-color: var(--menubutt);
	color: #fff;	
}
/*.fab	{
	font-size: 5em;
}
.logotext {
	font-family:  'Ovo', serif;
	font-size: 60px;
	text-align: center;
	color: var(--hellgrau);	
	color: var(--blau);
	color: white;
	
	text-shadow: 1px  1px 1px var(--blau),
                  1px -1px 1px var(--blau),
                 -1px  1px 1px var(--blau),
                 -1px -1px 1px var(--blau);	
	
	text-shadow: 3px  3px 6px black;	

}*/

/*header .form-inline .form-control {
    display: inline-block;
    width: 620px;
    vertical-align: middle;
}*/
header .form-group {    
	margin-left: 0;
    margin-right: auto;
}
.korbcontainer {
	display: inline-block;
	line-height: 1.5;
/*	position: absolute;
	right: 55px;
	top: 145px;*/
}
.korbcontainer2 {
	display: inline-block;
	line-height: 1.5;
}
.menubutt {
	color: var(--menubutt);
    background-color: #fff;
	display: none;
	position: fixed;    
	padding: 6px 8px;
	transition: all 0.5s;
    border: 3px solid var(--menubutt);
}
.menubutt:hover{	
	cursor: pointer;
}

a.dropdown-btn.desktop{
    display:block;
}
a.dropdown-btn.mobil {
    display: none;
}
.form-inline .form-control {
    right: 169px;
    right: calc(8.3% + 15px);
    position: fixed;
    width: 500px;
    top: 91px;
}
.btn-nachoben{
	display: none;
    background-color: var(--menubutt);
    padding: 2px 10px;
    border-radius: 3px;
    border: 2px solid var(--hellgrau);
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 1200;
}
.btn-nachoben a:link, .btn-nachoben a:visited, .btn-nachoben a:hover{
	color: #fff;
}
.anker{	
	position: absolute;
    top: -85px;
}
.cc_banner-wrapper {
    z-index: 2147483657!important;
}
.cc_container {
    top: 91px;
    bottom: inherit;
}

/* drescher css Anfang */
.ajax_frame {
	text-align:left;
	width:450px;
	height:580px;

	line-height: 130%;
	font-size: 15px;
	color:#333;
	-webkit-text-size-adjust: 100%;
}

.ajax_frame h1 {
    padding: 0px;
    margin: 0px;
    line-height: 120%;
}
.ajax_head {
	background:#7A95BE;
	color:#FFFFFF;
	padding:10px;
	border-bottom: 3px solid #73787E;
}
.ajax_content {
	padding:10px;
}
.ajax_content p { margin-top:0px;margin-bottom:4px;}
.ajax_content a {
    text-decoration: none;
    font-weight: bold;
}

.ajax_content form {
	margin:15px 0px 0px 0px;
	padding:0;
}
.ajax_content form label {
	font-size:16px;
	display:block;
	padding-left:5px;
	margin-bottom:10px;
}
.ajax_content form input[type='text'], .ajax_content form textarea {
	border:1px solid #ccc;
	display:block;
	color:#7A95BE;
	padding:4px 6px;
	font-size:14px;
	width:412px;
	border-radius:4px;
}
.ajax_content form textarea {
	 font-family:Arial, Helvetica, sans-serif;
	 height:96px;
}
/*.ajax_content form button[type='reset'] {
	margin-top:20px;
	background:#022D58;
	color:#fff;
	padding:5px 10px;
	border:none;
	font-size:16px;
	font-weight:normal;
	cursor:pointer;
}
.ajax_content form button[type='submit'] {
	float:right;
	margin-top:20px;
	background:#022D58;
	color:#fff;
	padding:5px 5px;
	border:none;
	font-size:16px;
	font-weight:normal;
	cursor:pointer;
}*/
.msgbox_error{
	color:#900;
	font-weight:bold;
	text-align:center;
}
.msgbox_ok{
	color: #066;
	font-weight:bold;
	text-align:center;
}
/* drescher css Ende */


.sidenav.open {		
    position: fixed;
    height: 100% ;
    overflow: scroll;
    left: 0;
    text-align: center;
    /*display: flex;
    flex-direction: column;*/
}

.bestmoeghead{
    background-color: #f8f9fa;
    position: relative;
    top:-20px;
	left:-5px;
    padding:5px;
    font-weight: bold;
    color: var(--menubutt);
    border-radius: 5px 0 0 5px;
}

#paymentwidget{
    width: 340px;
    background: #d1ecf1;
    border-radius: .25rem;
    border: 1px solid #bee5eb;
}

#paymentwidget > input,
#paymentwidget > select {
    margin-bottom: 13px;
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
        width: 280px;
}
#paymentwidget > input[type='button'] {
    display: inline-block;
    font-weight: 400;

    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
#paymentwidget > input[type='button']:hover, 
#paymentwidget > input[type='button']:active {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

#paymentwidget,#paymentwidgeterror{
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 10px 20px;
}
#paymentwidgeterror {
	background-color:#ffc0c0;
	display:none;
}
#paymentwidget > label{
	display:block;
	color: #333;
}

/* Special */ 
#paymentwidget > input#amount{ 
    color: #856404;
    background-color: #fff3cd;
}
#paymentwidget > input#validationvalue{ 
    width:75px;
}

#paymentwidget .invalid-input { 
    background: #ffc0c0;
}

.footerbar {
    margin-right:auto;
    margin-left:auto;    
}
.auzeichnlogos{
    margin-bottom: 20px;
}

span.artpreis{
    /*background-color: #E1E1E1;
    padding: 4px 8px;*/
    border-radius: .25rem;  
    font-size: 20px;
}
.w42{
    max-width:42px;

}
.endpreis .artpreis{
    /*background-color: rgba(21,170,191,0.60);*/
    font-size: 36px;    
}
.ehempreis, .artpreis, .uvppreis, .endpreis {
    line-height: 36px;
}
.ehempreis .artpreis, .uvppreis .artpreis {
    text-decoration: line-through;
    opacity: 0.75;
}
body:before {
    content: 'd';
    position: absolute;
    top:-20000px;
}
.wb-bw{
    word-break: break-word;
}

button.lupe_mobile {
    position: absolute;
    right: 15px;
    top: 17px;
    background: none;
    border: none;
    font-size: 24px;
}    
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
    button.lupe_mobile {
        right:3px;
    } 
}

.leftborder {
    padding-left: 50px;
}

    #navi{
        padding-left: 50px;
    }
@media(max-width:1613px) {
    
    #navi{
        padding-left: 5px;
    }
/*    .preheadtext.oben{
        display:none;
    }    
    .preheadsub.oben {
        position: relative;
        top: 35px;
        left: 10px;
        transition: all 0.3s;
    }
     #searchform.oben input {
        right: 25%; 
        top: 12px;
        position: fixed;
        width: 280px;
    }
    button.lupe.oben {
        position: fixed;
        right: calc(25% + 8px); 
        top: 20px;
    }  */
    @supports (-webkit-overflow-scrolling: touch) {
      /* CSS specific to iOS devices  
        button.lupe.oben {
            right: 15px; 
        } */
    }    
    .artstd>.stoer-prozente, .artstd>.stoer-neu, .artstd>.stoer-tipp {
        width: 52px;
        height: 52px;
        padding: 8px 0;
        font-size: 26px;
    }      
}

@media(max-width:1413px) {
    p.preis s {
    font-size: 18px;
}
    button.lupe {
        top: 97px;
    }
    .sidenav nav a, .dropdown-btn {
        padding: 6px 8px 6px 0;
        font-size: 16px;
    }
    .h3, h3 {
        font-size: 24px;
    }
    .artikelname {
        font-size: 16px;
        margin-top: 10px;
    }
    .preis {
        font-size: 26px;
    }
    .input-group-text {
        white-space: normal;
    }
    .sidenav {
        padding-left:15px;    
        padding-right: 15px;
    }
    .dropdown-container {
        /*padding-left:0;*/ 
    }   
	.form-control-lg {
		    font-size: 16px;
	}
    .artstd>.stoer-prozente, .artstd>.stoer-neu, .artstd>.stoer-tipp {
        width: 52px;
        height: 52px;
        padding: 8px 0;
        font-size: 26px;
    }      
/*    button.lupe.oben {
        position: fixed;
        right: calc(25% + 8px); 
        top: 17px;
    } */
    @supports (-webkit-overflow-scrolling: touch) {
      /* CSS specific to iOS devices */ 
      /*  button.lupe.oben {
            right: 25% ;   
        } */
    }      
}

@media(max-width:1280px) {
    .rightmargin {
        margin-right:0;
        margin-left:200px;
    }
    .leftborder {
        padding-left: 50px;
    }
    .endpreis .artpreis {
    font-size: 24px;
}
    h1.grad-lila {
    font-size: 34px;
}
    h1 {
    font-size: 40px;
    }
    .startbox{
        width: 750px;
    }
    .stbox{
        padding:15px;
    }
    .stbox h2 {
        font-size: 26px;
    }
    .sidenav nav a, .dropdown-btn {
        padding-left:0;
    }
	.fab	{
		font-size: 4em;
	}
	.rechnkauf {
		font-size: 20px;
		font-weight: 700;
	}	
	.teaser h2{
		font-size: 22px;
		font-weight: normal;
	}
	header .form-group {    
		margin-left: auto;
		margin-right: 105px;
	}	
	.form-inline .form-control {
		/*font-size: 0.9rem;*/
            right: calc(8.3% + 15px);        
	}
    button.lupe {
        right: calc(8.3% + 15px);
        top: 96px;
    }   
    @supports (-webkit-overflow-scrolling: touch) {
      /* CSS specific to iOS devices */ 
        button.lupe {
            right: 10px; 
        } 
    }
	.preheadtext {
		font-size: 21px;left: 90px;
	}
	.preheadsub{
		position: relative;
		top:11px;left: 90px;
	}
    .artstd>.stoer-prozente, .artstd>.stoer-neu, .artstd>.stoer-tipp {
        width: 52px;
        height: 52px;
        padding: 8px 0;
        font-size: 26px;
    }      
}
@media(max-width:1199px){
	.form-inline .form-control {
		/*font-size: 0.9rem;*/
        right:15px;        
	}
    button.lupe {
        right: 15px;
        top: 96px;
    }   
    .preheadtext {
        font-size: 18px;
        left: 90px;
    }
    .artstd>.stoer-prozente, .artstd>.stoer-neu, .artstd>.stoer-tipp {
        width: 52px;
        height: 52px;
        padding: 8px 0;
        font-size: 26px;
    }      
}
@media(max-width:1024px) {
     .leftborder {
        padding-left: 15px;
    }
    .btn-nachoben {
        right: 8px;
    }
    p.preis s {
        font-size: 16px;
    }    
        @supports (-webkit-overflow-scrolling: touch) {
      /* CSS specific to iOS devices */ 
        button.lupe {
            right: 3px; 
        } 
    }
}
/* ab hier mit mobil-navi */
@media(max-width:991px) {
	.korbcontainer2 span,.korbcontainer a.anzbestmenge,.anzbestmenge3 i {
		color: var(--menubutt);
	}
    .bodyframe {
        margin-top: 173px;
    }
    .bg-xs-menubutt{
        background-color: var(--menubutt)!important;
        color:white;
        padding-top:4px;
        padding-bottom:4px;
    } 
    span.linesumprice {
        font-size: 23px;
    }
    i.fal.fa-trash-alt.changekill {
        color: #999;
    }
    body:before {
        content: 'm';
    }
    .auzeichnlogos {
        padding-left: 0;
    }    
	.preheadline {
		display: none;
        transition: all 0.3s linear;
	}	
	header .form-inline .form-control {
		width: 300px;
	}
    .sidenav {
        transition: all 0.3s ease-out;
		position: fixed;
		left: -992px;
		z-index: 25;
		padding-top:25px;
		padding-bottom: 25px;
        width:100%;
	}
	.sidenav nav a {
		padding: 6px 0px 6px 0px;
		text-decoration: none;
		font-size: 20px;
		color: #000;
		/*display: inline-block;*/
		border: none;
		background: none;
		width: 205px;
		position: relative;
		left:calc(calc(100% - 205px) / 2);
		cursor: pointer;
		outline: none;
	}	
	.dropdown-container a {
		left: calc(calc(100% - 330px) / 2);
		line-height: 0.9;
	}
	.menubutt {
		display: block;
		position: fixed;
		border-radius: 5px;
		width: 50px;
		height: 50px;
		text-align: center;
		top: 18px;
		right: 15px;
		cursor: pointer;    z-index: 262;
	}	
    a.dropdown-btn.mobil{
        display:block;
    }
/*    a.dropdown-btn.desktop{
        display: none;
    }*/

	i {
		float: none;
	}
	i.trigger::before  {        
		color: var(--menubutt);
		content: "\f0c9";
	}
    i.trigger{
        transition: all 0.5s;
    }
	i.close::before {
		content: "\f00d";
		position: relative;
		right: 5px;
		transition: all 1s;
        color: var(--menubutt);
	}
	header {
		height: 158px;
	}	
	.korbcontainer {
		position: relative;
		right: 52px;
    	top: 5px;
	}	
	.korbcontainer2 {
		position: relative;
		right: 62px;
		top: 11px;
	}	
    .artstd>.stoer-prozente, .artstd>.stoer-neu, .artstd>.stoer-tipp {
        width: 52px;
        height: 52px;
        padding: 8px 0;
        font-size: 26px;
    }     
}

@media(max-width:768px) {
    .startbox {
        width: 510px;
    }
    .bodyframe {
        margin-top: 143px;
    }
	.schriftzug ,.schriftzug.oben {
        position: fixed;
        top: 23px; /*6px;*/
        width: 170px; /*140px;*/
        left: 96px; /* vorher 65px; */
        transition: all 0.3s linear;
 	}
	.bett {
		top: 0px;
		width: 118px; /* vorher: 81px; */
		left: 2px;
		position: fixed;
		transition: all 0.3s linear;
	}
    .auzeichnlogos{
        margin-bottom:0;
    }
    .modal .ajax_content form input[type='text'], .ajax_content form textarea {
        width: 100%;
    }
    .form-inline .form-control {
        right: 15px;
        width: 500px;
        top: 72px;
        font-size:14px;
    }    
    .form-inline .form-control.input_mobile{
        width:90%;
        position: absolute;
        top: 13px;
    }
    .anzbestmenge {
        position: relative;
        left: 0;    
        top: 0;
    }
    a.basket {
        font-size: 36px;
        position: relative;
        top: -14px;
    }    
	.sidenav {
		left: -768px;
	}	
    .bg-xs-secondary{
        background-color: rgba(137,145,153,0.5)!important;
        padding-top:4px;
        padding-bottom:4px;
    }
	.teaser h2{
		display: inline-block;
        font-size: 30px;
	}	
	h4{
		font-weight: normal;
	}	
	.fab	{
		font-size: 3em;
	}
	.rechnkauf {
		font-size: 24px;
		font-weight: 700;
	}	
	.verslogo {
		width: 100px;
	}
    .footerbar {
        margin-right: 80px;
        margin-left: 80px;
    }

	header {
		height: 128px;
        /*border: none;*/
	}		

	button.lupe {
        right: 23px;
        top: 76px;
 }    
    @supports (-webkit-overflow-scrolling: touch) {
      /* CSS specific to iOS devices */ 
        button.lupe {
            right:3px;
        } 
    }	
	.menubutt {
		top: 18px;
		right: 15px;
		cursor: pointer;
		z-index: 262;
	}
	.logotext {
		font-size: 53px;
	}
    .artstd>.stoer-prozente, .artstd>.stoer-neu, .artstd>.stoer-tipp {
        width: 64px;
        height: 64px;
        padding: 14.5px 0;
        font-size: 29px;
    }     
}


@media(max-width:575px) {
        .startbox {
        width: 280px;
        bottom: 10px;
        right: 10px;
        margin-top:200px;
    }
    .artikel, .empfehlungen, .filterbox {
    margin-right: 0;
    margin-left: 0;
    }
    label {
        margin-bottom: 0 rem; /*0.2rem;*/
        margin-top: 0.7 rem; /* 0.7rem; */
    }

    .themenwelt:not(.wolken) h1{
        font-size: 26px;
    }
    .grauschrift h1{  
        font-size: 27px;
    }    
    
    .bg-white#kategorie{
        background-color: var(--hellgrau)!important;
    }
    .artcol{
        background-color: white;
    }
    .borderpic{
        border:none;
    }
    div#suchboxbutton {
        position: fixed;
        right: 148px;
        top: 32px;
        /*text-shadow: 1px 1px 0 var(--menubutt), -1px -1px 0 var(--menubutt), -1px 1px 0 var(--menubutt), 1px -1px 0 var(--menubutt);*/
        color: var(--menubutt);
        z-index:263;
		cursor:pointer;
    }
	.schriftzug ,.schriftzug.oben {
        top: 6px;
        width: 140px;
        left: 65px;
 	}
	.bett {
		width: 81px;
		left: 2px;
	}

	.bodyframe {
		margin-top: 112px;
	}    
	img.bett {
		left: 0;
	}
    .endpreis .artpreis {
        font-size: 30px;
    }    
    .artikel div article {
         padding-bottom: 0; 
    }      
    .headrow {
        height: 138px;
    }
     header {
        height: 88px;
        /*border: none;*/
    }   
    .artcol{
        padding-top: 1rem;  
        margin-bottom: 1rem;
    }
    .teaser h2 {
        font-size: 26px;
        font-weight: normal;
    }
	.sidenav {
		left: -768px;
		overflow-x: scroll;
		min-height: 100%;
	}
	.smallsearch {
		display:inline-block;
	}
	.bigsearch {
		display:none;
	}

	button.form-control-lg {
		padding:1px;
		font-size: 16px;
		line-height: 1;
		border-radius: .3rem;
	}
	button.lupe {
        right: 10%;
        top: 79px;
        color: var(--menubutt);
        position: absolute;
        z-index:15000!important;
        opacity: 0;
        transition: all 0.1s;
 }	
    @supports (-webkit-overflow-scrolling: touch) {
        button.lupe {
            right: calc( 10% - 15px );
        } 
    }	
	header .form-inline .form-control {
        width: 70%;
        font-size: 16px;
        display: none;
        opacity: 0;
        line-height: 1.5;
        position: absolute;
        right: 10%;
        top: 73px;
        z-index: 15000!important;
        transition: all 0.5s;
	}
    .search-bg {
        width: 100%;
        background-color: white;
        position: fixed;
        top: -88px;
        left: 0;
        z-index: 240;
        transition: all 0.5s;
        box-shadow: 0 2px 7px rgba(0,0,0,0.5);
        height: 63px;
    }
    .search-bg.transit-display{
        top: 88px;
        transition: all 0.3s;        
    }
	.form-control-lg {
		font-size: 1rem;
	}    
	.logotext {
		font-size: 40px;
	}
	.rechnkauf {
		font-size: 14px;
		font-weight: 700;
	}	
	.verslogo {
		width: 62px;
	}	
	.btn-nachoben{
		display: block;
		position: fixed;
        /*bottom: 110px;*/
		right:-5px;
		color:#fff;
		background-color: var(--menubutt);
		width: 45px;
		height: 45px;
		z-index: 42;
		border-radius: 5px 0 0 5px;
            bottom: -7px;
	}	
    .menubutt{
        width:45px;
        right: 5px;
        top: 23px;
        height: 45px;
        padding:3px;
        color: var(--menubutt);
        border: 3px solid var(--menubutt);
    }
    .artstd>.stoer-prozente, .artstd>.stoer-neu, .artstd>.stoer-tipp {
        width: 64px;
        height: 64px;
        padding: 14.5px 0;
        font-size: 29px;
    } 
}

@media(max-width:413px) {
    .teaser h2 {
        font-size: 20px;
        background-color: rgba(255,255,255,0.750);
    }    
    .teaser {
        padding: 5px;
    }
    a.basket {
        right: 0;
        top: -50px;
    }
/*    .korbcontainer {
        position: relative;
        top: 0;
        right: 25px;
    }
    .anzbestmenge {
        position: relative;
        left: 12px;
        top: 16px;
    }*/
    .alert {
        padding: .5rem .75rem;
    }    
    #paymentwidgeterror{
        padding: 10px;
        margin: 16px 0;
    }    
    #paymentwidget{
        padding: 10px;
        margin: 4px ;
    }    
    .footerbar {
        margin-right: 50px;
        margin-left: 50px;
    }    
    .artstd>.stoer-prozente, .artstd>.stoer-neu, .artstd>.stoer-tipp {
        width: 64px;
        height: 64px;
        padding: 14.5px 0;
        font-size: 29px;
    }     
}
@media(max-width:385px) {

    .startbox h1{
        font-size: 28px;
    }
    .startbox h2{
        font-size: 22px;
    }
    .bg-head{  
        background-position: center; 
    }
    div#suchboxbutton {
        right: 113px;
        top: 32px;
    }
    .w50px{width:100px;}
    .preheader{
        padding-top:1px;
    }
    span.linesumprice {
        font-size: 19px;
    }     
    .artikel, .empfehlungen, .filterbox {
        margin-right: 0;
        margin-left: 0;
    }
    .a_summe, .a_preis {
        font-size: 18px;
        line-height: 26.4px;
    }
     .a_preis.a_preis_mobile {
        font-size: 14px;
    }
    .a_summe>div>span{
        font-weight: bold;
    }
    .text-small{
        font-size: 75%;
        line-height: 125%;
    }
    .bg-xs-secondary{
        background-color: rgba(137,145,153,0.5)!important;
        padding-top:4px;
        padding-bottom:4px;
    }
    .sidenav {
        padding-left: 0;
    }
    .sidenav a{
        left:0;
        padding: 6px 30px;
        margin-left:auto;
        margin-right:auto;
    }
    .mehrbutton:link, .mehrbutton:visited {
        padding: 1px 3px 3px 4px;
        margin-top: 5px;
    }
	.schriftzug ,.schriftzug.oben {
        width: 100px;
        left: 63px;
        top: 20px;
    }    
    .anzbestmenge {
        display: none;
    }
    a.basket {
        font-size: 36px;
        position: relative;
        top: -40px;
    } 
	.korbcontainer {
        position: relative;
        right: 40px;
        top: 16px;
	}
	.korbcontainer2 {
        position: relative;
        right: 45px;
        top: 23px;
     }
	header .form-inline .form-control {
		width: 80%;
        top: 71px;
        left: auto;
        transition: all 1s;
	}
    header {
        height: 88px;
		border-bottom: 4px solid var(--menubutt);
        /*border: none;*/
    }
    .headrow {
        height: 138px;
    }
   button.lupe {
        top: 77px;
    } /*    
    @supports (-webkit-overflow-scrolling: touch) {
        button.lupe {
            right: 83px;
        } 
    }*/
    h2 {
        font-size: 24px;
        line-height: 105%;
    }    
    hr {
        border-top: 1px solid #ededed;
        margin-top: 3px;
        margin-bottom: 3px;
    }
    #paymentwidget > input,
    #paymentwidget > select {
        width: 234px;
    }
    #paymentwidget {
        width: 100%;
    }
    #paymentwidget, #paymentwidgeterror {
        margin:0;
    }
    .artstd>.stoer-prozente, .artstd>.stoer-neu, .artstd>.stoer-tipp {
        width: 64px;
        height: 64px;
        padding: 14.5px 0;
        font-size: 29px;
    }    

}

@media(min-width:1921px){
    .col-lg-3{
        max-width:476px;
        margin-left:auto;
    }
    .col-xl-8{
        max-width:1269px;
    }
    .col-xl-1{
        width:auto;
        margin-right:auto;
    }
    .korbcontainer2 {
        position: fixed;
        right: 13.5%;
        top: 18px;
    }    
}

#MyCustomTrustbadge{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2500;
    display: none;
}
@media(min-width:992px){    

}
@media(min-width:668px) AND (max-width:1015px){
    .footerbar {
        margin-right:200px;
        margin-left:200px;    
    }

}

button:focus {
    outline: none;
}
.slick-track {
    margin-left: 0;
}
.nav-tabs .nav-link, .nav-tabs {
    border: none; 
}
.etrusted-badge-container,
.etrusted-badge-container div,
.etrusted-badge-container div div,
.etrusted-badge-container div div div	{
		z-index: 41!important;
    }
.select2-dropdown {
    z-index: 151!important;
}
#tsbadge4_db8d3657bdbe440c985ae127463eaad4{
        z-index: 280!important;
    } 

@media (max-width:1199px) and (min-width:320px) {
    .etrusted-badge-container {
        display: block!important;
    }
#tsbadge4_db8d3657bdbe440c985ae127463eaad4{
        display: none!important;
    }     
}
@media(min-width:1200px){
    .etrusted-badge-container--left {
        right: 17px;
        left:auto;
        bottom:72px;
    }     
    .etrusted-badge-container {
        display: none!important;
    }    
}