@font-face {
    font-family: 'EB Garamond';
    src: local('EB Garamond Regular'), local('EBGaramond-Regular'),
        url('fonts/EBGaramond/subset-EBGaramond-Regular.woff2') format('woff2'),
        url('fonts/EBGaramond/subset-EBGaramond-Regular.woff') format('woff'),
        url('fonts/EBGaramond/subset-EBGaramond-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EB Garamond';
    src: local('EB Garamond Bold'), local('EBGaramond-Bold'),
        url('fonts/EBGaramond/subset-EBGaramond-Bold.woff2') format('woff2'),
        url('fonts/EBGaramond/subset-EBGaramond-Bold.woff') format('woff'),
        url('fonts/EBGaramond/subset-EBGaramond-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'EB Garamond';
    src: local('EB Garamond Italic'), local('EBGaramond-Italic'),
        url('fonts/EBGaramond/subset-EBGaramond-Italic.woff2') format('woff2'),
        url('fonts/EBGaramond/subset-EBGaramond-Italic.woff') format('woff'),
        url('fonts/EBGaramond/subset-EBGaramond-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'EB Garamond';
    src: local('EB Garamond Bold Italic'), local('EBGaramond-BoldItalic'),
        url('fonts/EBGaramond/subset-EBGaramond-BoldItalic.woff2') format('woff2'),
        url('fonts/EBGaramond/subset-EBGaramond-BoldItalic.woff') format('woff'),
        url('fonts/EBGaramond/subset-EBGaramond-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'TenorSans';
    src: local('TenorSans Regular'), local('TenorSans-Regular'),
        url('fonts/TenorSans/TenorSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, input, select, textarea { 
    font-family: 'Helvetica','Neue Helvetica', 'Verdana', sans-serif;
    font-size:14px;
}

h1, .h1{
   font-family: 'EB Garamond',serif;
   font-size: 30px;
   color: #6d7a85; 
}

.CheckoutWarenkorb h1 {
    font-size: 30px;
    text-align:center;
}
.CheckoutWarenkorb #content-inner,
.Login #content-inner,
.LoginGast #content-inner,
.CheckoutAdresse #content-inner,
.CheckoutZahlung #content-inner,
.CheckoutBestellung #content-inner,
.CheckoutBestaetigung #content-inner,
.UserKonto #content-inner,
.UserBestellungen #content-inner,
.UserBestellung #content-inner,
.UserAdressbuch #content-inner,
.UserPassword #content-inner,
.UserRegister #content-inner,
.OptinRequest #content-inner,
.Optin #content-inner,
.OptinDeleteRequest #content-inner{
    background-color: transparent;
}
.CheckoutWarenkorb h1,
.CheckoutWarenkorb h1+p{
	margin-bottom:20px;
}
.amazonpay-button-inner-image{
	max-width:170px!important;
}

.CheckoutBestellung input[type="submit"].btn-submit-border,input[type="submit"].btn-submit-border:hover{
	border-color: #cfcfcf;
	width:100%;
	padding:12px;
}
.CheckoutBestaetigung .font-weight-bold{
	line-height:26px;
}

.StartSeiteHeadline{
    font-size: 30px;
}
h1.artikelName { margin-top: 20px; min-height: 70px; font-size: 30px; }
div.produktinfos { margin-top: 40px; min-height: 25px; font-size: 24px; }
h1.auchGefallen {font-size: 24px; }
h2{
    font-family: 'EB Garamond',serif;
    font-size: 24px;
    color: #6d7a85;
}

	.CheckoutAdresse h2 {
    font-size: 30px;
	}

h3{
    font-family: 'EB Garamond',serif;
    font-size: 18px;
    color: #6d7a85;
}

h4 {
    color:#b5c7ca;
    line-height: normal;
    font-size:14px;
    font-weight: 400;
}




a{
    color: #69686d; 
}
a:hover{
    color: #69686d; 
}

a:visited{
    color: #69686d; 
}

.smallHint {
	color:#69686d;
	font-size:11px;
}

.txtHighlight {
	color:#6d7a85;
}

.noBlueRand{
	outline: 0 none;
}
button:focus {outline:0;}

div.header-col { padding: 10px; color: #00406f; text-align: right; }
div.header-col a { color: #00406f; line-height: 20px; }

.shadow-head {
	height:35px;
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(125,185,232,0) 70%);
}

.bg{
	background-color:#f7f7f7;
}

.box-white {
	display: block;
	padding: 20px;
	background-color: #FFF; 
	border: 1px solid #e0e0e0;
	border-right-color: #cfcfcf;
	border-left-color: #cfcfcf;
	transition: box-shadow 0.2s ease;
	margin-bottom:30px;
}
[class*="col-"] > .box-white:first-child {
	height: calc(100% - 30px);
}
.box-white > hr{
	margin-left:-20px;
	margin-right:-20px;
}
.box-shadow:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
a.box-white {
	padding-bottom: 10px;
}
a.box-shadow {
	text-decoration: none;
}


img.logo {
	margin-top:25px;
        max-height:58px;
}



@media(min-width:991px){
	img.logo {
		margin-top:15px;
	}	
}


.zoomWindow{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

@media(min-width:991px){
    .zoomWindow{
        width: 90%;
        min-width: 90%;
        max-width: 90%;
    }
}

@media(min-width:1199px){
    .zoomWindow{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    
}
img.logo-mobile {
	margin-top:7px;
	max-height:38px;
        
}

#header{
    background-color:white;
    border-bottom:1px solid #efeee6;
		padding-bottom: 15px;
}
@media(min-width:768px){
	#header{
		padding-bottom: 0;
	}
}

div#warenkorb-col {
    background: url("../img/kostenloser_versand_gepruefte_qualitaet_2.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    background-size:566px 21px;
}
div#warenkorb-col a { margin-left: 15px;  }
ul#dropdown-sitemap li { text-align: left; }

div#kategorie-wrapper div#smoothmenu{
	margin-top:8px;max-width: 1170px;margin-left: auto;margin-right: auto;
}
div#kategorie-wrapper div#smoothmenu>ul{
	text-align: left;
}
div#kategorie-wrapper { background: none repeat scroll 0 0 #FFF; margin-bottom: 0px; }
div#kategorie-wrapper .ddsmoothmenu>ul { margin-bottom: 10px; }
div#kategorie-wrapper .ddsmoothmenu>ul.subnavi { background: #f7f7f7; margin: 0 -15px; padding: 10px 15px; font-size: 13px; }
div#kategorie-wrapper .ddsmoothmenu>ul>li>a { background: none; padding-left: 10px; padding-right: 10px; }
div#kategorie-wrapper .ddsmoothmenu>ul>li>a:hover { background: #808c95; }
div#kategorie-wrapper .ddsmoothmenu>ul li a.active>span:first-child { padding-bottom: 3px; border-bottom: solid 2px #6d7a85; }
div#kategorie-wrapper .ddsmoothmenu ul li a.active:hover{ color:#ffffff!important; }
div#kategorie-wrapper .ddsmoothmenu>ul li a.active:hover>span:first-child { border-bottom-color: #ffffff; }
div#kategorie-wrapper .downarrowclass { top:13px; }

@media(min-width:1200px){
	div#kategorie-wrapper .ddsmoothmenu>ul.subnavi { margin: 0; padding: 10px 0px; }
}


#user-status .headline-info { 
    height: 24px; padding-left: 28px; display: inline-block;
    background: url("../img/icon-info.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

#user-status .headline-login { 
    height: 24px; padding-left: 28px; display: inline-block;
    background: url("../img/icon-login.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

#user-status .headline-logout { 
    height: 24px; padding-left: 28px; display: inline-block;
    background: url("../img/icon-logout.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

a.meanmenu-reveal {
	display: none!important;
}
.mean-nav>ul:first-of-type{
	display:block!important;
}

.mean-expand{
    display:block;
    position:absolute;
    left:0px;
    top:-1px;
    background-image: url('/img/relaunch/downIcon.png');
    background-repeat: no-repeat;
    background-position: 15px 15px;
}

.mean-expand.mean-clicked{
   background-image: url('/img/relaunch/upIcon.png');
}

#mobileMainMenu .mean-expand-kat{
   position:relative;
   left:30px;
}

.mean-nav > ul > li > ul > li{
    background-color:#f7f7f7;
}

.mean-nav > ul > li{
    background-color:white;
}


#meanmenu-status-wrapper {
    top: 12px; left: 10px; height: 22px; position: absolute;
}

#meanmenu-status-wrapper .meanmenu-logout { 
    width: 24px; height: 22px; display: block; float:left; margin-right: 10px;
    background: url("../img/icon-logout-mean.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

#meanmenu-status-wrapper .meanmenu-konto { 
    width: 24px; height: 22px; display: block; float:left; margin-right: 10px;
    background: url("../img/icon-konto-mean.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

#meanmenu-status-wrapper .meanmenu-login { 
    width: 24px; height: 22px; display: block; float:left; margin-right: 10px; line-height: 22px;
    background: url("../img/icon-login-mean.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
}

#meanmenu-status-wrapper .meanmenu-warenkorb { 
    width: 24px; height: 22px; display: block; float:left; padding-left: 30px; line-height: 22px;
    background: url("../img/icon-warenkorb-mean.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
}
#meanmenu-status-wrapper a.meanmenu-warenkorb:hover { text-decoration: none; }

form#meanmenu-suche { margin: 0px; position: absolute; top: 10px; right: 55px; }
form#meanmenu-suche input[type="text"] { width: 125px; }
form#meanmenu-suche button { 
    border: none; width: 25px; height:25px; padding: 0px; background-color: transparent;
    background: url("../img/icon-suche-mean.png") no-repeat scroll center center rgba(0,0,0,0);
}

.headline-registrieren { 
    height: 24px; padding-left: 24px; display: inline-block; margin: 0 4px;
    background: url("../img/icon-registrieren.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
#toggle-warenkorb-box { 
    height: 24px; padding-left: 30px; display: inline-block; margin: 0 4px;
    background: url("../img/icon-warenkorb.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

div#logo-col { background-color: #00406F; padding: 20px; }
div#logo-col #logo { width:261px; min-height: 50px; }

/*div#breadcrumb { font-size:12px; padding-top:15px; padding-bottom:15px; background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(125,185,232,0) 50%);  }*/
div#breadcrumb { font-size:12px; padding-top:15px; padding-bottom:15px;}
div#breadcrumb ol { list-style: none; padding: 0px; margin:0; }
div#breadcrumb ol li { display: inline-block; }
div#breadcrumb ol a { color: #69686d; } 

div#content-inner { margin-top: 0px; background-color:transparent; }
div#content-inner hr { margin-top: 15px; margin-bottom: 15px; }
div#content-action { text-align: right; margin-top: 30px; margin-bottom: 30px; }


.cmsNavi {
	padding:20px;
	color:#fff;
	font-size:14px;
	text-transform: uppercase;
}
	
	.cmsNavi p {
		text-align:center;
		margin:0;
	}

	.cmsNavi img {
		display:block;
		margin:0 auto 15px;
	}


div#auorg { left: 0px !important; margin-left: 0px !important; }

#slider-row { }
#service-container { }
#service-box { background-color: #f6f6f6; padding: 14px 5px; }
#service-box img { margin: 9px 10px; }
#service-box img.max-30 { max-height: 30px; }
#service-box img.max-40 { max-height: 40px; }
#service-box h1,
#service-box h2,
#service-box h3 { margin-top: 0px; }

@media (min-width: 1200px) {
	#service-box { min-height: 325px;  }
}

.box { background-color: #efefef; padding: 10px; border: 1px solid #cccccc; }

h1.kategorie-name { text-align:center; font-size:30px; }

a[href$=".pdf"], a.pdf {
    padding-left: 23px;
    background: url("../img/icons/icon-pdf.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}

.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.ml20 { margin-left: 20px !important; }

/* content-block */
.content-block { margin: 10px 0px; }
.content-block .text-block { }		
.content-block .slider-block { }		
.content-block .gallery-block { padding: 10px; background-color: #f0f0f0; }		
.content-block .youtube-block p { padding: 0px; margin: 0px; }

/* images */
img.top-left { float: left; margin: 0 10px 10px 0; }
div.teaser-image { margin-bottom: 10px; position: relative; }

a.teaser-link{

}
a.teaser-link:visited{

}
a.teaser-link:hover{
    text-decoration: none;
}
h1.teaser-text, h2.teaser-text {
    bottom: 0; width: 100%; color: #ffffff; font-size: 20px;
    position: relative; padding: 12px 16px; margin: 0px;
    background-color: rgba(181, 199, 202, 1.0);
    -webkit-transition: background-color 250ms ease;
    -moz-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    -ms-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}
h1.teaser-text:hover, h2.teaser-text:hover { background-color: rgba(181, 199, 202, 0.5); }

/* ======= navi listen ======= */
div#navi-list ul    { list-style: none; padding-left: 10px; }
div#navi-list ul li { margin-bottom: 1px; }
div#navi-list ul li a { display: block; padding: 6px; }
div#navi-list ul li a:hover, 
div#navi-list ul li a.active { background-color: #efefef; text-decoration: none; }

#cms-container { background-color: #6d7a85;padding-top: 0px; padding-bottom: 15px; }
#cms-container > .container:first-child{ background-color:#6d7a85; }
#cms-inner { background-color: #00406f; padding: 2px; text-align: center; }
ul#cms-navi { list-style: none; margin: 5px auto; }
ul#cms-navi li { display: inline-block; margin-right: 20px; }
ul#cms-navi li a { color: white; text-decoration: none; line-height: 28px; }
ul#cms-navi li a:hover { text-decoration: underline; }


div.embed-container { max-width: 266px; }
div.ratio-2-3 { position: relative; height: 0; overflow: visible; background-color: #F6F6F6; padding-bottom: 150%; }
div.ratio-4-3 { position: relative; height: 0; overflow: visible; background-color: #F6F6F6; padding-bottom: 100%; }
.row-artikel{ padding-left:2.5px; padding-right:2.5px; }
.row-artikel>div{ padding-left:7.5px; padding-right:7.5px; padding-bottom:40px; }
/* ======= artikel stuff ======= */
div.artikel-list { position: relative; padding-top:15px; background-color:white; min-height: 268px; max-width: 256px; } /* margin-bottom: 20px; max-width: 256px; */
.clone div.artikel-list,
.lslide div.artikel-list { margin: 0 auto 40px auto; }
div.artikel-marker-neu { width: 62px; height: 62px; position: absolute; left: 10px; top: 10px; background: transparent url("../img/relaunch/marker-neu.png") no-repeat top left; background-size:contain; z-index: 100; }
div.artikel-marker-sale { width: 62px; height: 62px; position: absolute; left: 0px; background: transparent url("../img/relaunch/marker-sale.png") no-repeat top left; background-size:contain; z-index: 100; }
div.artikel-marker-bestseller { width: 62px; height: 62px; position: absolute; left: 10px; background: transparent url("../img/relaunch/icon-best-seller.png") no-repeat top left; background-size:contain; z-index: 100; }
div.artikel-marker-sehr-gut { width: 62px; height: 62px; position: absolute; left: 10px; background: transparent url("../img/relaunch/marker-sehr-gut.png") no-repeat top left; background-size:contain; z-index: 100; }
div.artikel-marker-bio { width: 62px; height: 62px; position: absolute; left: 10px; background: transparent url("../img/relaunch/marker-bio.png") no-repeat top left; background-size:contain; z-index: 100; }
div.artikel-marker-leicht { width: 62px; height: 62px; position: absolute; left: 10px; background: transparent url("../img/relaunch/marker-leicht.png") no-repeat top left; background-size:contain; z-index: 100; }
div.artikel-marker-hervorheben { width: 25px; height: 25px; background-color: #4AC02A; position: absolute; top: 36px; }

.artikel-list .lazyLoadContainer{ height: 384px; }
.artikel-list .owl-theme .owl-nav.disabled+.owl-dots{ margin-top:35px; }
.artikel-list .owl-theme .owl-dots .owl-dot span{ width:8px; height:8px; }
.artikel-list .owl-theme .owl-dots.disabled{ display:block; }
div.artikel-name { padding:15px;margin-top: 15px; min-height: 93px;}

div.artikel-name h3 {  font-size: 14px;	white-space: nowrap; overflow: hidden;text-overflow: ellipsis; font-family: 'Helvetica','Neue Helvetica', 'Verdana', sans-serif; } 
div.artikel-name h3 a ,
div.artikel-name h3 a:hover { color: #69686d;  }

p.artikel-preis { font-size: 14px;  line-height:normal; margin:0; }

p.artikel-preis.sale { color:#c30808;	font-weight: 700; }

div.artikel-name h4, div.artikel-name h4 a {
	color:#b5c7ca;
  line-height: normal;
	font-size:14px;
	font-weight: 700;
}

div.artikel-subline { color: #00406f; font-size: 14px; margin-bottom: 20px; }
div.artikel-subline ul { margin: 0px; padding-left: 15px; }

@media(min-width:576px){
	.row-artikel>div{ padding-bottom:75px; }
	div.artikel-list{ max-width:none; }
}
@media(min-width:1200px){
	.row-artikel>div{ padding-bottom:110px; }
}


div#navi-artikel-info {
    font-size:13px;
    list-style: none; margin: 20px 0px; position: relative;
    color:#69686d;
    padding: 0px; border-top: 0px solid #b5c7ca; border-bottom: 1px solid #b5c7ca; overflow: visible; 
}
div#navi-artikel-info div { padding: 10px 20px; cursor: pointer; display: inline-block; position: relative;}
div#navi-artikel-info div img { position: absolute; left: 50%; bottom: -16px; margin-left: -15px; display: none; } 
div#navi-artikel-info div:hover { cursor: pointer; }
div#navi-artikel-info div.active img {display: block;}
div#navi-artikel-info div.active{
    border-bottom: 2px solid #6d7a85;
}

div#navi-artikel-info-small {
    font-size:13px;
    list-style: none; margin: 20px 0px; position: relative;
    color:#69686d;
    padding: 0px; border-top: 0px solid #b5c7ca; border-bottom: 0px solid #b5c7ca; overflow: visible; 
    width:100%;
}

div#navi-artikel-caption-small{
    margin:0px;
    background-color:#f7f7f7;
    padding-top:30px;
    padding-bottom:30px;
    margin-left:-15px;
    margin-right:-15px;
    width:calc(100% - 30px);
}

div#navi-artikel-info-small .accordion{
    display: block;
    font-size:16px;
    width:100%;
    border: 0px solid black;
    background-color: #f7f7f7;
    text-align: left;
    margin:5px;
}

div#navi-artikel-info-small div { padding: 10px 20px; cursor: pointer; display: inline-block; position: relative;}
div#navi-artikel-info-small div img { position: absolute; left: 50%; bottom: -16px; margin-left: -15px; display: none; } 
div#navi-artikel-info-small div:hover { cursor: pointer; }
div#navi-artikel-info-small div.active img {display: block;}
div#navi-artikel-info-small div.active{
    border-bottom: 2px solid #6d7a85;
}

div.artikel-info { 
    font-size:13px;
    display: none; 
    padding: 10px; 
    color:#69686d;
}
div.pseudo-preis { font-size: 14px; height: 20px; text-align: right; text-decoration: line-through; color: #AAA; }
span.pseudo-preis { color: #af0000; }
div.info-block { float: left; padding-top: 5px; }
div.detail-block { float: right; text-align: right; }

.artikel-name {  }

/*.avg-bewertung img { max-width:70px; }*/
div.artikel-nummer {  }
h2.artikel-hersteller { font-family: 'Helvetica','Neue Helvetica', 'Verdana', sans-serif; color: #6d7a85; font-size:14px; }

h4.sale-info { font-size: 18px; color: #7aba59; margin-top: 4px; margin-bottom: 4px; }



div.artikelzubehoer-list { margin-bottom: 40px; }
div.artikelzubehoer-list img { margin-bottom: 10px; }
div#varianten-preis-infos { font-size: 12px; color: #565656; padding-left: 10px; float: left; }
div#submit-warenkorb-container { }
div#submit-warenkorb-container #menge-null { padding: 5px 3px; font-size: 11px; margin: 0 0 5px 0; text-align: center; }
div#submit-warenkorb-container #submit-warenkorb { width:100%; max-width:530px; font-size:14px; }

/* === tabellen === */
td, th { padding: 3px; vertical-align: top; }

#versandkosten .kostentabelle{
    position:relative;
    left:-18px;
    padding:0px;
    margin:0px;
    border-spacing: 15px;
    border-collapse: separate;
}
#versandkosten .kostentabelle td{
    vertical-align: bottom;
}


table.varianten-preis { width: 100%; background-color: #f6f6f6; border: 1px solid #CCC; margin-bottom: 20px; }
table.varianten-preis tr { border-bottom: 1px solid #CCC; }
table.varianten-preis th { padding: 8px 4px; } 
table.varianten-preis th, 
table.varianten-preis td { text-align: right; vertical-align: middle; }
table.varianten-preis td input[type="text"] { display: inline-block; text-align: right; width: 60px; }
table.varianten-preis .variante-pseudo-preis { color: #AAA; text-decoration: line-through; font-size: 11px; }

table#checkout-bestaetigung { width: 100%; background-color: #f6f6f6; border: 1px solid #CCC; margin-bottom: 20px; text-align: right; }
table#checkout-bestaetigung tr { border-bottom: 1px solid #ccc; }
table#checkout-bestaetigung td,
table#checkout-bestaetigung th { padding: 8px; }

table#user-bestellungen { width: 100%; margin-bottom: 20px; } 
table#user-bestellungen th,
table#user-bestellungen td { text-align: right; } 

h1#bestellbestaetigung { 
    color: white; padding: 10px 10px 10px 100px; border-top-left-radius: 100px; border-bottom-left-radius: 100px; 
    background: #00406f url("../img/icon-bestellung-check.png") no-repeat 7px center; 
}

div#checkout-tabs a,
div#checkout-tabs span { background-color: #c6c6c6; color: #FFF; display: block; padding: 5px 10px; margin-top: 1px; margin-bottom: 1px; }
div#checkout-tabs a.active,
div#checkout-tabs span.active { background-color: #6d7a85; color: #FFF; }


div#login-tabs { margin-top: 20px; }
div#login-tabs span { color:#cfcfcf; display: inline-block; line-height:22px; margin:0px 10px; padding-right:27px; position:relative; }


div#login-tabs span.ico-circle::after {
	content:"";
	border:1px solid #b5c7ca;
	border-radius: 50%;
	display:inline-block;
	height:22px;
	width:22px;
	position:absolute;
	top:0;
	right:0;
}

div#login-tabs span.ico-circle.ico-check {
	color:#2f2f36;
	font-weight:bold;
}

div#login-tabs span.ico-circle.ico-check::after {
	content:"";
	background:#b5c7ca url('../img/relaunch/icon_check_white.png') no-repeat center;
	background-size:13px 12px;
	
}
@media(min-width:768px){
	div#login-tabs span { margin:0px 30px; }
}

.login-box {
    padding: 15px;
    text-align: center;
		border: 1px solid #e5e2e2;
}

.login-box input[type="submit"],
.login-box a.btn-submit {
	width:100%;
}
.login-box h3 {
    font-size: 30px;
		text-align:center;
		
}
.login-box label {
margin-bottom: .2rem;
}
.login-box .form-group {
	text-align:left;
}

@media (min-width: 576px) {
	.login-box {
		
		padding: 25px 35px;
		height: 100%;
	}
}

/* ==== warenkorb ==== */
form#warenkorb {}
form#warenkorb input[type="text"] { width: 60px; }
span.ui-state-default { background-color: #FFF !important; background-image: none !important; }

.box-white > .warenkorb-head{
	margin-left: -20px;
	margin-right: -20px;
}
.warenkorb-head > div {
	background:#f7f7f7;
	padding-bottom:3px;
	padding-top:3px;
}

.btn-del { color:#cfcfcf; margin-top:15px; display:inline-block; }

.warenkorb h4 a { font-weight:bold; color: #6d7a85; }

.warenkorb a.artikel-name { color: #69686d; margin-bottom: 10px; display: block; }
.warenkorb .preis-brutto, .warenkorb .preis-gesamt-brutto { line-height: 27px; }

#warenkorb-box {
    right: 0px; width: 400px; position: absolute; padding: 10px; margin: 0 15px;
    background-color: #FFF; display: none; z-index: 9002; border: 1px solid #CCC;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
#warenkorb-box .headline { text-align: center; font-weight: 700; color: #FFF; padding: 8px 5px; background-color: #00406f; }
#warenkorb-box .headline a { color: #FFF; }
#warenkorb-box .position { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #CCC; }
#warenkorb-box .image { display: inline-block; width: 110px; }
#warenkorb-box .infos { display: inline-block; width: 268px; }
#warenkorb-box .preis { text-align: right; font-weight: 700; }
#warenkorb-box #gesamt { text-align: right; font-weight: 700; }
#warenkorb-box a.warenkorb { margin-top: 10px; }

#warenkorb-popup {
    right: 0px; width: 300px; position: absolute; padding: 10px; margin: 0 15px;
    background-color: #FFF; z-index: 9002; border: 1px solid #CCC;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
#warenkorb-popup h3 { margin-top: 0px; }
#warenkorb-popup a.select-variante { padding: 5px; display: block; margin-bottom: 2px; background-color: #f6f6f6; }
#warenkorb-popup a.select-variante:hover { background-color: #f0f0f0; }


/* ============ highlights ============ */

#highlightLinks a{ display:block; position:relative; }
#highlightLinks a:hover{text-decoration : none;}

#highlightLinks .highlightIcon{
    position:absolute;
    top: 15px;
    left: 15px;
}
#highlightLinks .highlightText{
		min-height:42px;
		padding:5px 10px;
		margin:0px;
		background-color:#b5c7ca;
    font-size:24px;
    color:white;
    font-weight:normal;
		display:inline-block;
		width:100%;
		text-align:center;
		font-family: 'EB Garamond',serif;
}
/* =========== footer ============= */
#footer-content { 
    font-size: 14px;
    color: #2f2f36;	
    line-height: 20px;
}

#footer-content p {
  margin-bottom: 0.7rem;
}

#footer-content p:last-of-type {
  margin-bottom: 0;
}

#footer-content a,
a.footer-link:hover { 
	font-size: 14px; font-weight: 700; color: #2f2f36; text-decoration: none; display: block;
	padding-left: 1em;
	/*line-height: 25px;*/
	position: relative;
}

a.footer-link::before {
	content: "";
	font-size: 0.8em;
	display: inline-block;
	position: absolute;
	left: 0;
        top:3px;
}

#footer-content a[href^="mailto"],
#footer-content a[href^="mailto"]:hover {
	padding-left: 0;
}

#footer-content a[href^="mailto"]::before {
	content: "";
}


#footer-content h2, #footer-content h3 { font-size: 24px; color: #2f2f34; margin: 20px 0 35px; }
.footer-inner { margin-top: 0px; margin-bottom: 20px; }
.footer-inner ul { margin: 0 0 0 20px; padding: 0px; }
.footer-inner ul li a,
.footer-inner ul li a:hover { font-size: 14px; font-weight: 700; color: #2f2f36; text-decoration: none; display: block; line-height: 30px; }

.footer-inner img {
	max-width: 100%;
	height: auto;
}


#footer-content .col-12:after {
	content:"";
        position:absolute;
        left:15px;
	border-bottom:1px solid #dedede;
	position:absolute;
	bottom:0;
	width:calc(100% - 30px);
}

div#sitemap-container   { text-align: center; }
div#sitemap-container a { display: inline-block; margin: 5px 10px; color: #848484; }

.priceColor{
    color:black;
}
.h20{ height:20px; }

/* ====== Font sizes ======  */

.f20{font-size: 20px;}
/* ====== paddings ======  */
.p5 { padding: 5px; }
.p10 { padding: 10px; }

/* ======= margins ========== */
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }

.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }

.w50 { width: 50px !important; }
.w75 { width: 75px; }
.w100 { width: 100px; }
.w150 { width: 150px; }
.w140 { width: 140px; }
.w255 { width: 255px; }
@media (min-width: 768px) and (max-width: 991px) {
	.mt50-md { margin-top: 50px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.mt50-lg { margin-top: 50px; }
}
@media (min-width: 1200px) {
	.mt50-xl { margin-top: 50px; }
}

.bold { font-weight: 700; }
.clear { clear:both; }
.text-center { text-align:center; }
.span-left { display: block; float: left; }
.span-right { display: block; float: right; }
.square-green { width: 10px; height: 10px; background-color: green; margin-right: 5px; display: inline-block; }
.square-yellow { width: 10px; height: 10px; background-color: yellow; margin-right: 5px; display: inline-block; }
.square-red { width: 10px; height: 10px; background-color: red; margin-right: 5px; display: inline-block; }

.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }

/* #Buttons
================================================== */
a.btn-grey,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #eee; /* Old browsers */	
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #444;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    line-height: normal;
    padding: 4px 10px;
    font: 13px Verdana, Helvetica, Arial, sans-serif;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    color: #222;
    background: #ddd;
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
.close:hover{
    background: white;
    border: 0px solid #888;
    border-top: 0px solid #aaa;
    border-left: 0px solid #aaa;
}
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    border: 1px solid #666;
    background: #ccc;
}		

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
	float: none;
    width: 0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
	margin-right:20px;
}
input[type='checkbox'] + label:last-child,
input[type='radio'] + label:last-child {
	margin-right:0;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    position: relative;
    top:3px;
		height:23px;
		width:23px;
		border:1px solid #d3d3d0;
		border-radius:2px;	
    background: white;
    margin-right: 0.7em;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before {
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border:2px solid white;
	border-radius: 30px;
	box-shadow: 0px 0px 2px #104048;
}

input[type='checkbox']:hover + label::before,
input[type='radio']:hover + label::before {
  background:#ddd;
	color:#ddd;
}

input[type='radio']:checked + label::before {
	background:#b5c7ca;
}

input[type='checkbox']:checked + label::before {
	background:#fff url('../img/relaunch/checked.png') no-repeat 4px 4px;
	background-size:15px;
}

input.square[type='radio'] {
  margin-right: 0;
  display:none;
}	

	input.square[type='radio'] + label {
		border:1px solid #b5c7ca;
		margin:5px 5px 0px;
		font-size: 1rem;
		min-width:48px;
		min-height:48px;
		line-height:45px;
		font-size:12px;
		text-align:center;
		position:relative;
		padding: 0 16px;
		max-height:48px;
		float: left;
	}

	input.square[type='radio']:checked + label {
		background:#6d7a85;
		color:#fff;
                max-height:48px;
	}
		input.square[type='radio']:checked + label::after {
			content:"";
			position:absolute;
			right:0px;
			bottom:0px;
			left:0px;
			top:0px;
			border:2px solid #fff;
                        max-height:48px;
		}
	
	input.square[type='radio']:checked + label::before,
	input.square[type='radio']:not(:checked) + label::before {
			display:none;
                        max-height:48px;
	}	


label.lbl {
	font-weight:normal;
	min-height:42px;
}
label.lbl.indent {
	margin-left: 35px;
}
@media (min-width: 1200px) {
	label.lbl {
		min-height:0;
	}
}
label.lbl > input[type="checkbox"] {
	display:none;
}

label.lbl > input[type="checkbox"] + div {
	display:inline-block;
	width:27px;
	height:27px;
	border:solid 1px #ccc;
	background: #fff;
	cursor:pointer;
	position: relative;
	float:left;
	margin-right:8px;
}
label.lbl.indent > input[type="checkbox"] + div {
	margin-left: -35px;
}

label.lbl > input[type="checkbox"] + div > span {
	display: none;
}

label.lbl > input[type="checkbox"]:checked + div > span {
	display: inline-block;
	font-size: 22px;
	position: absolute;
	top: -3px;
	left: 5px;
}

/* bof test */
label.lbl > input[type="checkbox"] + span {
	display:inline-block;
	width:27px;
	height:27px;
	border:solid 1px #ccc;
	background: #fff;
	cursor:pointer;
	position: relative;
	float:left;
	margin-right:8px;
}

label.lbl > input[type="checkbox"] + span > span {
	display: none;
}

label.lbl > input[type="checkbox"]:checked + span > span {
	display: inline-block;
	font-size: 38px;
	position: absolute;
	top: -4px;
	left: 0px;
}
/* eof test */

input[type="submit"].btn-submit-large {
    color: #FFF; border: none; height: 40px; font-size: 16px;
    padding-left: 30px; padding-right: 30px; 
    background-color: #6d7a85;
    /*background: #00406f url("../img/bg-btn-large.png") no-repeat center left; */
}
a.btn-submit-red,
button[type="submit"].btn-submit-red,
input[type="submit"].btn-submit-red {
    color: #FFF; border: none; height: 40px; font-size: 16px;
    padding: 0 15px 0 30px; line-height: 38px;
    background-color: #b50202;
    /*background: #b50202 url("../img/bg-btn-red.png") no-repeat center left; */
}
a.btn-submit-green,
button.btn-submit-green,
input[type="submit"].btn-submit-green {
    display:inline-block;
    color: #FFF; border: none; height: 42px; font-size: 16px;
    padding: 0 30px 0 30px; line-height: 42px;
    background-color: #008000;
    text-decoration: none;
    /*background: #008000 url("../img/bg-btn-green.png") no-repeat center left;*/
}
input[type="submit"].btn-submit-green.submitted {
     color: #FFF; border: none; height: 42px; font-size: 16px;
    padding: 0 30px 0 30px; line-height: 42px;
    background-color: #008000;
    /*background: #929292 url("../img/bg-btn-grey.png") no-repeat center left; */
}


a.btn-submit-blue,
button.btn-submit-blue,
input[type="submit"].btn-submit-blue {
    display:inline-block;
    color: #FFF; border: none; 
		font-size: 16px;
    padding: 12px 30px 12px 30px; 
    background-color: #6d7a85;
    text-decoration: none;
}
@media(min-width:576px){
	a.btn-submit-blue,
	button.btn-submit-blue,
	input[type="submit"].btn-submit-blue {
		 padding: 12px 90px 12px 90px; 
 	}
}



input[type="submit"].btn-submit {
    color: #FFF; border: none; height: 42px; font-size: 16px;
    padding-left: 20px; padding-right: 15px; margin-top: 1px; margin-bottom: 1px;
    background-color: #6d7a85;
    /*background: #00406f url("../img/bg-btn.png") no-repeat center left; */
}

a.btn-submit,a.btn-submit:hover{
    color: #FFF; height: 42px; font-size: 16px;  display: inline-block; padding-left: 20px;
    padding-right: 15px; line-height: 42px; margin-top: 1px; margin-bottom: 1px;
    background-color: #6d7a85;
    text-decoration: none;
    /* background: #00406f url("../img/bg-btn.png") no-repeat center left; */
}

a.btn-submit-small,a.btn-submit-small:hover{
    color: #FFF; height: 21px; font-size: 13px;  display: inline-block; padding-left: 7px;
    padding-right: 7px; line-height: 21px; margin-top: 2px; margin-bottom: 2px;
    background-color: #6d7a85;
    text-decoration: none;
    /* background: #00406f url("../img/bg-btn.png") no-repeat center left; */
}

input[type="submit"].btn-submit-border,input[type="submit"].btn-submit-border:hover,
a.btn-submit-border,a.btn-submit-border:hover{
    color: #6d7a85; 
    font-size: 16px;  
    display: inline-block; 
    padding: 12px 20px 12px 20px;
    border:1px solid #6d7a85;
    text-decoration: none;
		background-color: white;
}



.filter-btn { border: 0px !important; color: #FFF !important; background-color: #00406f!important; }
a.btn-grey { color: #444; display: inline-block; background-color: #eee; }
a.btn-grey:hover { background-color: #ddd; }
button#submit-order { background-color: transparent; border: none; padding: 0px; }
#submit-order:disabled {
    opacity: 0.3;
}

/* #Forms
================================================== */
form { margin-bottom: 20px; }

div#sort-form { margin: 3px 0px; width: 230px; float: left; }
div#sort-form select { width: 150px; display: inline-block; margin-left: 10px; margin-bottom: 0px; }



#mobileFilterButtons .filter-group div.filter-head::after { 
	background: #fff url('../img/relaunch/arrow-dropdown.png') no-repeat center;
	background-size: 6px 7px;
	border-left:1px solid #b5c6cb;
	content:"";
	position:absolute;
	right:0px;
	width:40px;
	top:5px;
	bottom:5px;
        cursor:pointer;
}
#mobileFilterButtons .filter-group div.filter-head-selected { padding:10px 40px 10px 10px; text-align: center; }
#mobileFilterButtons .filter-group div.filter-head-selected::after { 
	background: #fff url('../img/relaunch/arrow-dropdown.png') no-repeat;
        background-size: 6px 7px;
        background-position: center top; 
	border-right:1px solid #b5c6cb;
	content:"";
	position:absolute;
	right:-1px;
	width:40px;
	top:5px;
	bottom:5px;
        cursor:pointer;
}

form.filter-form {
    height:50px;
}
form.filter-form .filterHeadText{
    width:auto;
    height:auto;
    white-space: nowrap;
}

#filter-form-desktop{
     position : relative;
     left:0px;
     top:-10px;
}
form.filter-form { margin: 0px; color: #565656; background: #f6f6f6;margin-bottom: 0px; }
form.filter-form .filter-group { margin:0px;cursor:pointer;display: inline-block; position:relative; border:0px solid #b5c6cb; width:100%; vertical-align: top; background:#f7f7f7; }
form.filter-form .filter-group div.filter-head {
    padding:10px 20px 10px 0px; 
    text-align : center;
   
}


form.filter-form .filter-group div.filter-head::after { 
	background: #f7f7f7 url('../img/relaunch/arrow-dropdown.png') no-repeat center;
	background-size: 6px 7px;
	border-left:0px solid #b5c6cb;
	content:"";
	position:absolute;
	right:0px;
	width:20px;
	top:5px;
	bottom:5px;
        cursor:pointer;
}

form.filter-form .filter-group div.filter-head-selected { padding:10px 20px 10px 0px; text-align: center;cursor:pointer; }
form.filter-form .filter-group div.filter-head-selected::after { 
	background: #f7f7f7 url('../img/relaunch/arrow-dropdown_down.png') no-repeat center;
	background-size: 6px 7px;
	border-left:0px solid #b5c6cb;
	content:"";
	position:absolute;
	right:0px;
	width:20px;
	top:5px;
	bottom:5px;
        cursor:pointer;
}

#prodInfo .filter-group { display: inline-block; position:relative; left:0px; right:0px;border:1px solid #b5c6cb; width:100%; vertical-align: top; background:#f7f7f7; }
#prodInfo .filter-group div.filter-head { padding:0px 20px 0px 0px; width:104%;text-align: left; }
#prodInfo .filter-group div.filter-head::after { 
	background: #f7f7f7 url('../img/relaunch/arrow-dropdown.png') no-repeat center;
	background-size: 6px 7px;
	border-left:1px solid #b5c6cb;
	content:"";
	position:absolute;
	right:0px;
	width:30px;
	top:5px;
	bottom:5px;
        cursor:pointer;
}
#prodInfo .filter-group div.filter-head-selected { padding:0px 20px 0px 0px; width:104%;text-align: left; }
#prodInfo .filter-group div.filter-head-selected::after { 
	background: #f7f7f7 url('../img/relaunch/arrow-dropdown_down.png') no-repeat center;
	background-size: 6px 7px;
	border-left:1px solid #b5c6cb;
	content:"";
	position:absolute;
	right:0px;
	width:30px;
	top:5px;
	bottom:5px;
        cursor:pointer;
}
    


form.filter-form .filter-group img.checkedFilterImage {
    position:relative;
    left:6px;
    top:0px;
}



#mobileFilterButtons .filter-group { display: block; position:relative; border:1px solid #b5c6cb; width:100%; vertical-align: top; background:#fff; }
#mobileFilterButtons .filter-group div.filter-head { padding:10px 40px 10px 10px; text-align: center; }

form.filter-form .filter-group div.filter-labels { display:none; position:absolute; left:-1px;  right:-1px; background:#fff; padding:10px; border:1px solid #b5c6cb; z-index: 1000; }
form.filter-form label { line-height: 24px; }


#filter-mobile-form .filter-group { display: block; position:relative; border:1px solid #b5c6cb; width:100%; vertical-align: top; background:#fff; }
#filter-mobile-form .filter-group div.filter-head { padding:10px 40px 10px 10px; text-align: center; }
#filter-mobile-form .filter-group div.filter-head::after { 
	background: #fff url('../img/relaunch/arrow-dropdown.png') no-repeat center;
	background-size: 6px 7px;
	border-left:1px solid #b5c6cb;
	content:"";
	position:absolute;
	right:0px;
	width:40px;
	top:5px;
	bottom:5px;
        cursor:pointer;
}


#sort-mobile-form .filter-group div.filter-labels { display:none; position:absolute; left:-1px;  right:-1px; background:#fff; padding:10px; border:1px solid #b5c6cb; border-top:0; z-index: 1000; }
#sort-mobile-form .filter-group div.filter-head {  padding:10px 40px 10px 10px; text-align: center; }
#sort-mobile-form .filter-group div.filter-head::after { 
	background: #fff url('../img/relaunch/arrow-dropdown.png') no-repeat center;
	background-size: 6px 7px;
	border-left:1px solid #b5c6cb;
	content:"";
	position:absolute;
	right:0px;
	width:40px;
	top:5px;
	bottom:5px;
        cursor:pointer;
}
#sort-mobile-form .filter-group div.filter-head-selected::after { 
	background: #fff url('../img/relaunch/arrow-dropdown_down.png') no-repeat center;
        background-size: 6px 7px;
	border-left:1px solid #b5c6cb;
	content:"";
	position:absolute;
	right:-1px;
	width:40px;
	top:5px;
	bottom:5px;
        cursor:pointer;
}


#sort-desktop-form .filter-group{
      display: block;
      position: relative;
      vertical-align: top;
      top:-1px;
      min-width:110px;
}
#sort-desktop-form .filter-group div.filter-labels { display:none; position:absolute; left:-1px;  right:-1px; background:#fff; padding:10px; border:1px solid #b5c6cb; z-index: 1000; }
#sort-desktop-form .filter-group div.filter-head {  cursor:pointer; text-align: center; }
#sort-desktop-form .filter-group div.filter-head-selected {  cursor:pointer; text-align: center; }




#filter-mobile-form .filter-group div.filter-head-selected { padding:10px 40px 10px 10px; text-align: center; }

#filter-mobile-form .filter-group div.filter-head-selected::after { 
	background: #fff url('../img/relaunch/arrow-dropdown_down.png') no-repeat;
        background-position: 15px 15px;
        background-size: 6px 7px;
	border-right:1px solid #b5c6cb;
        border-left:1px solid #b5c6cb;
	content:"";
	position:absolute;
	right:-1px;
	width:40px;
	top:5px;
	bottom:5px;
        cursor:pointer;
}


 .filter-group div.filter-labels { display:none; position:relative; left:0px;  right:-1px; background:#fff; padding:10px; border:0px solid #b5c6cb; border-top:0; z-index: 200; }

form.filter-mobile-form .filter-group img.checkedFilterImage {
    position:relative;
    left:6px;
    top:-13px;
}

/*
form.filter-form { margin: 0px; color: #565656; background: #f6f6f6; padding: 10px 0px 20px 0px; margin-bottom: 20px; }
form.filter-form label { line-height: 24px; }
form.filter-form .filter-group { display: inline-block; min-width: 210px; margin: 10px 5px 5px 20px; vertical-align: top; }
form.filter-form .filter-group .checkbox { margin-bottom: 0px; }
form.filter-form hr { margin: 10px 20px 20px 20px; }
form.filter-form .filter-group input.filter-submit { padding: 2px 4px; font-size: 10px; background-color: #3389C5; border: none; color: #FFF; }

form#filter-form-dropdown { text-align:center; padding: 0px 10px; border: solid 1px #eeeeee; }
form#filter-form-dropdown .filter-group { min-width:0; margin: 10px; }
form#filter-form-dropdown .filter-group button { background: #f6f6f6; border: 0; }
form#filter-form-dropdown .filter-group .dropdown-menu { background:#f6f6f6; border:solid 1px #eeeeee; border-radius:0; min-width:250px; box-shadow:none; margin-top:10px; padding: 12px 0; }
form#filter-form-dropdown .filter-group .dropdown-menu > div { padding:0 10px; }

form#filter-form-accordion { padding:0; margin-bottom:0; }
form#filter-form-accordion > div{ margin:0; width:100% }

form#filter-form-dropdown .filter-group .dropdown-menu .filter-btn,
form#filter-form-accordion .filter-btn { padding:12px; }
form#filter-form-accordion .filter-btn { width: 50%; margin: 0; display: block; float: left; }
form#filter-form-accordion .filter-btn:first-child { width: calc(50% - 1px); margin-right: 1px!important; }
*/

form#artikel-warenkorb  { }

@media(min-width:576px){
	form#artikel-warenkorb .label-varainte { line-height:53px; }
}

@media(min-width:751px){
        .contentInner750px{
            min-width:750px;
        }
}

form#search-form { margin: 5px 0; float: right; }
form#search-form input[type="text"] { margin: 3px 0; padding: 8px 5px; background-color: #FAFAFA; width: 205px; }
form#search-form input#search-button {
    border: none; height: 40px; width: 40px; text-indent: -9999px; margin-left: 10px;
    background: url("../img/btn-search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

fieldset { margin-bottom: 20px; }

input[type="submit"]{
    height:48px;
    background-color: #6d7a85;
    color:white;
    padding-left: 40px;
    padding-right: 40px;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #cfcfcf;
    padding: 12px;
    outline: none;
    color: #2f2f36;
    margin: 0;
    width: 100%;
    display: block;
    background: #FFF; 
}

input.plz{
	width:70px;
	margin-right:20px;
}
input.ort{
	width:calc(100% - 90px);
}
input.strasse{
	width:calc(100% - 100px);
	margin-right:20px;
}
input.hnr{
	width:80px;
}

.select-anzahl,
span.ui-state-default {
	width:80px;
	margin: 5px 5px 0px;
	border-color:#b5c7ca;
}

.select2.select2-container{ 
	height: 47px; 
	background-color: white; 
	border-radius: 0; 
	color: inherit; 
	font-size: 14px; 
	border: 1px solid #ccc; 
	padding: 0 50px 0 0; 
}
.select2-container--default .select2-selection--single{ 
	border-radius: 0; 
	border: 0; 
	padding: 10px; 
	height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 45px;
	top: 0px;
	right: 0px;
	width: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 17px;
	margin: 0;
	width: 15px;
	height: 15px;
	border: 0;
	border-left: solid 1px #77767b;
	border-top: solid 1px #77767b;
	transform: rotate(-45deg) scaleY(-1);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-color: #77767b;
	border-width: 1px 0 0 1px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #cfcfcf;
	color: inherit;
}
.select2-results__option{
	padding: 12px;
}
.select2-search--dropdown .select2-search__field{
	padding: 10px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	padding: 0.8em 2.1em 0.8em 1em;
}


.ui-selectmenu-button span.ui-selectmenu-text::before {
	content:"";
	display:block;
	border-left:1px solid #b5c7ca;
	position:absolute;
	right:30px;
	top:5px;
	bottom:5px;
}


.bootstrap-select .dropdown-toggle{
	background:#fff;
	border-radius: 0;
	height:37px;
	line-height: 35px;
	padding: 0 40px 0 10px;
}
.bootstrap-select .dropdown-toggle .bs-caret{
	background:#00406f;
	display: inline-block;
	height: 35px;
	position: absolute;
	right:0;
	text-align: center;
	top:0;
	width: 35px;
}
.bootstrap-select .dropdown-toggle .bs-caret .caret{
	border-top-color: #fff;
	right: 50%;
	margin-right: -4px;
}
.bootstrap-select .dropdown-menu{
	margin-top:0;
	border-radius:0;
	padding:0;
}
.bootstrap-select .dropdown-menu > li > a{
	min-height: 35px;
	padding: 8px 20px 3px 20px;
}
.bootstrap-select .dropdown-menu > li form.filter-form .panel-group .panel+.panel{
	margin-top:0;
	border-top:0;
}
.bootstrap-select .dropdown-menu > li form.filter-form .panel-group .panel-heading,
.bootstrap-select .dropdown-menu > li form.filter-form .panel-group .panel-body{
	background:#f6f6f6;
}
.bootstrap-select .dropdown-menu > li form.filter-form .panel-group .panel-body{
	padding-bottom:0;
}
.bootstrap-select .dropdown-menu > li form.filter-form .panel-group .panel-heading .caret{
	float:right;
	margin-top: 7px;
}
.bootstrap-select .dropdown-menu > li .panel-group .panel-heading.collapsed .caret{
	border-top: 4px dashed;
	border-bottom: 0;
}
.bootstrap-select .dropdown-menu > li .panel-group .panel-heading .caret{
	border-top: 0;
	border-bottom: 4px dashed;
}


@media(min-width:1200px){
	.bootstrap-select .dropdown-toggle{
		height:25px;
		line-height: 24px;
		padding-right:26px;
	}
	.bootstrap-select .dropdown-toggle .bs-caret{
		width: 23px;
		height: 23px;
	}
	.bootstrap-select .dropdown-menu > li > a{
		min-height: 25px;
		padding: 2px 20px 0 20px;
	}
}


input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #565656;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2);
}

form#user-logout { float: left; }
form#user-logout input[type="submit"] { background-color: transparent; border: none; color: #FFF; text-shadow: none; padding: 0px; }
.form-group { margin-bottom: 20px; }

/* #message boxes
================================================== */	
.form-error, .form-success,
.success-msg, .error-msg, .info-msg, .block-msg {
    padding: 10px; margin: 20px 0; line-height: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#saved2db,
.form-success,
.success-msg { color: #468847; border: 1px solid #B4DA95; background-color: #DFF0D8; }
div.form-success p:last-child { margin: 0;}

#fail2save,
.form-error,
.error-msg { color: #DA5251; border: 1px solid #E18D9A; background-color: #F6D8D8; }
.info-msg { color: #3A87AD; border: 1px solid #88C4E2; background-color: #D9EDF7; }
.block-msg { color: #9C6C38; border: 1px solid #E4BF7F; background-color: #F6EDBA; }

.error-msg {font-size:12px; padding:0px; margin:0px; padding-left:20px; margin-bottom: 10px;}

div#page-404 { background:#f2f2f4; }

/* --------------- */
div.zahlungsart-text { margin-left: 20px; }

a#zoom-prev { position:relative;left:15px; z-index:500;width: 15px; height: 29px; display: block; background: transparent url("../img/arrow-prev.png") no-repeat center center; } 
a#zoom-next { position:relative;left:13px; z-index:500;width: 15px; height: 29px; display: block; background: transparent url("../img/arrow-next.png") no-repeat center center; } 



a#thumb-prev { position:relative;left:23px;width: 29px; height: 15px; display: block; background: transparent url("../img/arrow-prev-up.png") no-repeat center center; } 
a#thumb-next { position:relative;left:23px;width: 29px; height: 15px; display: block; background: transparent url("../img/arrow-next-up.png") no-repeat center center; } 

div#artikel-image-table { display: table; margin: 20px 0 0 0; padding: 0px; width: 460px; margin: 0 auto; }
div#artikel-image-table div { display: table-cell; border-spacing: 5px; vertical-align: middle; padding: 5px; }

div#thumb-gallery { position:relative;width:68px;top:-620px;left:-30px;margin: 5px 0; }
div#thumb-gallery a { display: inline-block; margin: 10px; border: 1px solid #FFF;}
div#thumb-gallery a.active { border: 1px solid #CCC; }

div#thumb-gallery-magnific { z-index: 9999; margin: 20px 0; }
div#thumb-gallery-magnific img { margin: 10px; }

/* amazon stuff */
div#AmazonInlineWidget { margin-top: 10px; }
a#amazon-continue { display: none; }

/* Kundenkonto Auftrag-Detailseite */
.tracking-info-box { border: 1px solid #CCC; background-color: #FEFEFE; font-style: italic; font-size: 11px; padding: 5px; display: inline-block; }

#artikel-main-image{
    position:relative;
    left:15px;
}

/***** Back to Top *****/
#toTop { 
    display:none; text-decoration:none; 
    position:fixed; bottom:10px; 
    right:10px; overflow:hidden; 
    width:51px; height:51px; 
    border:none; text-indent:-999px; 
    background:url(../img/ui.totop.png) no-repeat left top; 
}
#toTopHover { 
    background:url(../img/ui.totop.png) no-repeat left -51px; 
    width:51px; height:51px; display:block; 
    overflow:hidden; float:left; opacity: 0; 
    -moz-opacity: 0; filter:alpha(opacity=0); 
}
#toTop:active, #toTop:focus { outline:none; }

#AmazonAddressWidget{
	height: 228px;
}
#AmazonWalletWidget{
	height: 228px;
}

@media(max-width:767px){
	.xs-max-width{
		width: 100%!important;
		max-width: 100%!important;
	}
	.xs-block-center{
		margin-left:auto!important;
		margin-right:auto!important;
	}
	.xs-text-center{
		text-align:center!important;
		float:none!important;
	}
}


#navi-sidebar .unterNavigation{
    max-width:400px;
    width:80%;
    width:100%;
    border:1px solid #cfcfcf;
    background-color:white;
    color:#69686d;
    position:relative;
    height:48px;
    cursor:pointer;
}

#navi-sidebar .unterNaviContent{
    max-width:400px;
    width:80%;
    border:1px solid #cfcfcf;
    border-top:0px solid #cfcfcf;
    position:relative;
    left:-15px;
    padding: 0px;
    margin:0px;
}


#mobile-filter{
    background-color:white;
    width:102%;
    position:fixed;
    top:0px;
    z-index:2000;
    display:none;
    margin:0px;
    left:-7px;
    padding:0px;
    max-height:600px;
    overflow-y:auto;
}


#filterZurueckBtn{
        width:100%; 
        background-color: white; 
        color:#6d7a85;
        border:1px solid #6d7a85;
        font-size: 15px;
        height:42px;
        border-radius: 0px;
    }
    
#filterAnwendenBtn{
        background: #6d7a85; /* Old browsers */	
        border: 0px solid #aaa;
        color: white;
        width:100%;
        text-decoration: none;
        cursor: pointer;
        height:42px;
        margin-bottom: 7px;
	font-family:Helvetica,serif;
	font-size:16px;
        border-radius: 0px;
}

.filterSmallAnwendenBtn , .filterSmallAnwendenBtn:active{
        background: #6d7a85; /* Old browsers */	
        border: 0px solid #aaa;
        color: white;
        width:100%;
        text-decoration: none;
        cursor: pointer;
        height:42px;
        margin-bottom: 7px;
	font-family:Helvetica,serif;
	font-size:16px;
        border-radius: 0px;
        padding:0px;
}

#sucheRow {
    background-color: #f7f7f7;
    position: relative;
    max-height: 47px;
    border-bottom: 1px solid #efeee6;
    text-align: left;
    border-top: 1px solid #efeee6;
}

#sucheRow .suchBtn{
    position:relative;
    left:-10px;
    top:4px;
    max-width:41px;
    padding:0px;
    margin:0px;
    border:0px solid white;
    color:#69686d;
}

#sucheRow .suchField{
    display:inline-block;
    position:relative;
    width:calc(100% -  50px);
    border:0px solid white;
    height:48px;
    min-height:48px;
    padding:0px;
    margin:0px;
    text-align: center; 
    background-color: transparent;
}

#sucheRow .suchField:focus{
    outline: none;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
    border:0px solid gray;
    
}

#sucheRowMain {
    position:relative;
    top:25px;
    max-height:47px;
    text-align:left;
}

#sucheRowMain .suchBtn{
    position:relative;
    left:25%;
    top:-5px;
    max-width:41px;
    padding:0px;
    margin:0px;
    border:0px solid white;
    color:#69686d;
}

#sucheRowMain .suchField{
    display:inline-block;
    position:relative;
    width:calc(100% -  50px);
    border:0px solid white;
    height:48px;
    min-height:48px;
    padding:0px;
    padding-top:17px;
    margin:0px;
    top:-10px;
    text-align: center; 
    background-color: transparent;
    color:black;
    font-size:12px;
}

#sucheRowMain .suchform{
    border: 1px solid #efeee6;border-radius:10px;background-color: #f7f7f7;
}

#sucheRowMain .suchField:focus{
    outline: none;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
    border:0px solid gray;
}


#sucheRowMD {
    position:relative;
    top:2px;
    max-height:47px;
    text-align:left;
}

#sucheRowMD .suchBtn{
    position:relative;
    left:25%;
    top:-5px;
    max-width:41px;
    padding:0px;
    margin:0px;
    border:0px solid white;
    color:#69686d;
}

#sucheRowMD .suchField{
    display:inline-block;
    position:relative;
    width:calc(100% -  50px);
    border:0px solid white;
    height:48px;
    min-height:48px;
    padding:0px;
    padding-top:17px;
    margin:0px;
    top:-10px;
    text-align: center; 
    background-color: transparent;
    color:black;
    font-size:12px;
}

#sucheRowMD .suchform{
    border: 1px solid #efeee6;border-radius:10px;background-color: #f7f7f7;
}

#sucheRowMD .suchField:focus{
    outline: none;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
    border:0px solid gray;
}

#loginAccordion {
    margin-bottom:30px;
}


#loginAccordion .accordion {
    background-color: #f7f7f7;
    color: #444;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #6d7a85;
    outline: none;
    transition: 0.4s;
}
#loginAccordion .hacc{
    position:relative;
    top:10px;
}

#loginAccordion .active {
    background-color: #ccc;
}
#loginAccordion .accordion:after {
    content: '\002B';
    position:relative;
    top:-16px;
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#loginAccordion .active:after {
    content: "\2212";
}

#loginAccordion .accordion:hover {
    background-color: #ccc;
}

#loginAccordion .panel {
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    display: none;
    overflow: hidden;
}

#anmeldungModal .toggleButton{
        position:relative;
        top:-34px;
        left:295px;
        background-color:white;
        color:gray;
        border:0px solid red;
        font-size:9px;
    }
    
    #anmeldungModal .registriereButton{
        width:100%; 
        background-color: #f7f7f7; 
        color:#6d7a85;
        border:1px solid #6d7a85;
        font-size: 15px;
        height:42px;
    }
    #anmeldungModal .anmeldeBtn{
        background: #6d7a85; /* Old browsers */	
        border: 0px solid #aaa;
        color: white;
        width:96%;
        text-decoration: none;
        cursor: pointer;
        height:35px;
        margin-bottom: 7px;
	font-family:Helvetica,serif;
	font-size:16px;
    }
    .mobileAnmeldungModal{
        text-align:left;
    }
    .mobileAnmeldungModal .toggleButton{
        position:relative;
        top:-35px;
        left:69%;
        background-color:white;
        color:gray;
        border:0px solid red;
        font-size:9px;
    }

    .mobileAnmeldungModal .registriereButton{
        width:100%; 
        background-color: #f7f7f7; 
        color:#6d7a85;
        border:1px solid #6d7a85;
        font-size: 15px;
        height:42px;
    } 
    .mobileAnmeldungModal .anmeldeBtn{
        background: #6d7a85; /* Old browsers */	
        border: 0px solid #aaa;
        color: white;
        width:96%;
        text-decoration: none;
        cursor: pointer;
        height:35px;
        margin-bottom: 7px;
        font-family:Helvetica,serif;
        font-size:16px;
    }
    .mobileAnmeldungModal .anmeldeBtn:hover{
        background: #6d7a85; /* Old browsers */	
        border: 0px solid #aaa;
        color: white;
        width:96%;
        text-decoration: none;
        cursor: pointer;
        height:35px;
        margin-bottom: 7px;
        font-family:Helvetica,serif;
        font-size:16px;
    }
    
    #flyoutPopups{
	position:fixed;
	top:0px;
        font-family: Helvetica,serif;
        color:#69686d;
	z-index:1000;
	width:100%;
    }
    
    
    #flyoutPopups .flyoutWindowMobile{
	position:absolute;
        display: none;
        border:1px solid #b5c7ca;
        z-index:1000;
        background-color: white;
        padding:5px;
    }
    
    
    #flyoutPopups .flyoutWindow{
        position:absolute;
        display: none;
        top:89px;
        left:67%;
        border:1px solid #b5c7ca;
        z-index:1000;
        background-color: white;
        padding:5px;
	
    }
    
    #flyoutPopups .flyoutWindow::before { 
        display: block;
        position:relative;
        top:-15px;
        left:210px;
        content:'';
        position:relative;
        border: 0px solid #b5c7ca;
        width:20px;
        height:20px;
        background-color: white;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-color: #b5c7ca;
        border-top: 1px solid #b5c7ca;
        border-left: 1px solid #b5c7ca;
        z-index:50;
    }
    
    #flyoutPopups .flyoutWindow.warenkorb::before{
        left:210px;
    }
    
    #flyoutPopups .flyoutWindow.konto::before{
        left:80px;
    }
    
    #flyoutPopups .zumBasketBtn{
        background: #6d7a85; /* Old browsers */	
        border: 0px solid #aaa;
        color: white;
        width:96%;
        text-decoration: none;
        cursor: pointer;
        height:45px;
        margin-bottom: 7px;
        font: 13px Verdana, Helvetica, Arial, sans-serif;
    }
    
    #flyoutPopups .anmeldeBtn{
        background: #6d7a85; /* Old browsers */	
        border: 0px solid #aaa;
        color: white;
        width:96%;
        text-decoration: none;
        cursor: pointer;
        height:35px;
        margin-bottom: 7px;
	font-family:Helvetica,serif;
	font-size:16px;
    }
    
    #flyoutPopups .flyOutImg{
        width:40px;
        height: auto;
    }
    
    #flyoutPopups .flyoutKontoBtn{
        width:100%;
        padding:0px;
        padding-left : 15px;
	padding-top:8px;
        padding-bottom:8px;
        margin:0px;
        background-color: white;
        color:#69686d;
        border:0px solid black;
        text-align: left;
        font-size:14px;
        
    }
    
    #flyoutPopups hr{
        padding:0px;
        margin:0px;
    }
    
    #filterAnzeige{
        text-align: left;
        color:#69686d;
        font-size:12px;
        margin-bottom:20px;
    }
    
    #filterAnzeige .filterAuswahlDiv{
        display:inline;
        background-color: #f7f7f7;
        max-width:250px;
        height:32px;
        min-height:23px;
        border: 0px solid #b5c6cb;
        margin: 7px;
        padding:5px;
        padding-top:5px;
	
    }
    
    #filterAnzeige .filterAuswahlAllDeleteDiv{
        display:inline;
        background-color: #f7f7f7;
        max-width:200px;
        height:32px;
        border: 0px solid #b5c6cb;
        margin: 7px;
        padding:5px;
        padding-top:5px;
        font-weight:bold;
        cursor:pointer;
    }
    
    #appendMenueKonto .mobileMenuButton{
        width:100%;
        padding:0px;
        padding-left : 15px;
        padding-top:8px;
        padding-bottom:8px;
        margin:0px;
        min-height:45px;
        background-color: white;
        color:#69686d;
        border:0px solid black;
        text-align: left;
        font-size:14px;
    }
    
    #appendMenueKonto .mobileAnmeldeBtn{
        background-color: #6d7a85;
        border: 0px solid #aaa;
        color: white;
        width:96%;
        text-decoration: none;
        cursor: pointer;
        height:35px;
        margin-bottom: 7px;
	font-family:Helvetica,serif;
	font-size:16px;
    }
    
    #mobileMainMenu{
        position:fixed;
        left:0px;
        top:0px;
        z-index:1500;
        display:none;
        height: 500px;
        overflow-y:auto;
        overflow-x:hidden;
    }
/*    #mobileKontoBtn{
        height:50px;
        max-height:50px;
    }*/
		
		
.art-over{
	margin-bottom:30px;
}
		
@media(min-width:480px){
	.art-over{
		margin-bottom:110px;
	}
}
@media(min-width:1200px){
	.art-over{
		margin-bottom:110px;
	}
}


@media (min-width: 992px) and (max-width: 1199px){
    a#zoom-next{
        left:-53px;
    }
    a#zoom-prev{
        left:40px;
    }
    
    .zoomContainer{
        width:360px !important;
        min-width: 360px !important;
        max-width: 360px !important;
        position:relative;
        left:17px;
    }
    
    .zoomWindowContainer{
        width:360px !important;
        min-width: 360px !important;
        max-width: 360px !important;
        position:relative;
        left:17px;
    }
  
}
#SuchBtn{
    outline: none;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
    cursor:pointer;
}
.mobileSucheRow{
    background-color:white;
    position:relative;
    max-height:42px;
    padding-top:4px;
    border:1px solid #b5c6cb;
    text-align:left;
}

.mobileSucheRow .mobileSuchBtn{
    position:relative;
    left:-10px;
    top:-5px;
    max-width:41px;
    padding:0px;
    margin:0px;
    border:0px solid white;
    background-color: white;
    color:#69686d;
    outline: none;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
    cursor:pointer;
}

.mobileSucheRow .mobileSuchField{
    display:inline-block;
    position:relative;
    width:calc(100% -  50px);
    border:0px solid silver;
    height:48px;
    padding:0px;
    padding-top:5px;
    margin:0px;
    top:-10px;
    text-align: center; 
}

.mobileSucheRow .mobileSuchField:focus{
    outline: none;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
    border:0px solid gray;
}


#mobile-filter .closeImage{
    display:inline-block;
    position:relative;
    left:30px;
    cursor:pointer;
}

#mobile-filter .filterCaption{
    display: inline-block;
    height: 30px;
    width: calc(100% - 170px);
    left: 60px;
    position: relative;
    text-align: center;
}

.teaserText{
    font-size : 24px;
    color:white;
    font-weight:normal;
    opacity:1.0;
    line-height: 90%;
}


.katHover{
    background-color:rgba(182, 188, 194, 0.0);
    
}

.katHover:hover{
    background-color:rgba(0, 0, 0, 0.3);
}

div.kcspaginator{
    text-align:center;
    margin-bottom: -12px;
    position: relative;
    top: -71px;
    background-color: transparent;
}


.artikelDetailSlider > .lSSlideOuter > .lSPager.lSpg {
    margin-top:20px ! important;
}

.seoText{
    margin: 0 auto;
    max-width:1160px;
    text-align:left;
}


.container15 {
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;
}

.cms-content img{
	max-width:100%;
	height:auto;
}

.link-to-aus-org-homepage{
    font-size:9px!important;
}

.greenSuccessBox{
    background-color:lightgreen;
    border:1px solid green;
    color:green;
    padding:30px;
    margin-bottom: 10px;
}

.redErrorBox{
    background-color:lightcoral;
    border:1px solid maroon;
    color:maroon;
    padding:30px; 
}

.newsletterButton{
    color: #FFF!important;
    border: none!important;
    height: 42px!important;
    font-size: 16px!important;
    padding-left: 20px!important;
    padding-right: 15px!important;
    margin-top: 1px!important;
    margin-bottom: 1px!important;
    background-color: #6d7a85!important;
    width:100%!important;
}

.xselling{
    text-align: center;
}

.xselling .heading{
    font-size:18px;
    color:#6d7a85;
    margin-bottom:18px;
    font-family: 'EB Garamond';
}

.xselling .headingdetail{
    font-size:24px;
    color:#6d7a85;
    margin-bottom:14px;
    text-align: left;
    margin-top:0px;
    font-family: "EB Garamond";
}

@media(min-width:992px){
    .xselling .headingdetail{
        margin-top:58px;
    }
}


#contentSlider2{
    margin-bottom: -55px;
}
.spacerDivEmpfehlung{
    height:0px;
}
@media(min-width:992px){
    .spacerDivEmpfehlung{
        height:55px;
    }
    #contentSlider2{
        margin-bottom: 0px;
    }
}

.wkAnleitungText{
    position:relative;
    top:-27px;
}


/*MODAL*/

#wkModal {
  display: block;
  position: fixed;
  z-index: 5000;
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

#wkModal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 44px;
  padding-top:50px;
  padding-bottom:50px;
  border: 1px solid #888;
  width: 730px;
}

#wkModal .close {
  color: #6d7a85;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

#wkModal .close:hover,
#wkModal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


#wkModal .imageArtikel{
    border:2px solid #efefef;
}

#wkModal .heading{
    font-family: 'TenorSans',serif;
    color:#6d7a85;
    font-size:18px;
}

#wkModal .headingPopup{
    font-family: 'TenorSans',serif;
    color:#6d7a85;
    font-size:24px;
    text-align: center;
}

#wkModel .hersteller{
     color:#6d7a85;
     font-weight: bold;
}

#wkModal .weiterEKBtn{
    display:block;
    background-color:white;
    width:165px;
    height:50px;
    line-height: 50px;
    border:1px solid #6d7a85;
    color:#6d7a85;
    text-align: center;
    font-family: 'TenorSans',serif;
    font-size:16px;
}

#wkModal .weiterEKBtn:hover{
    text-decoration: none;
}

#wkModal .zumWKBtn{
    display:block;
    background-color:#6d7a85;
    width:165px;
    height:50px;
    line-height: 50px;
    border:1px solid #6d7a85;
    color:white;
    text-align: center;
    font-family: 'TenorSans',serif;
    font-size:16px;
    margin-left:auto;
    margin-right:0px;
}

#wkModal .zumWKBtn:hover{
    text-decoration: none;
}

#wkModal .contentPopupSlider{
    position:relative;
}

#wkModal .sliderbutton.right{
    right:-40px;
    top:calc(50% - 120px);
}

 #wkModal .sliderbutton.left{
    left:-40px;
    top:calc(50% - 120px);
}

#wkModal a.nochange:hover{
    text-decoration:none;
}

#wkModal a.herstellerBold{
    color:#6d7a85;
    font-weight:bold;
    font-size:14px;
}
#wkModal div.nameDiv{
    text-align:left;
    margin-bottom:8px;
    height:145px;
    max-height:145px;
}

#wkModal div.item img{
    border:1px solid #e4e4e4;
}

@media(max-width:768px){
    #wkModal {
      display: none!important;
    }
}


.finalNewsletter{
    width:100%;
    height:450px;
    overflow-x:hidden;
    border:0px solid black;
}

#cookiefirst-policy-page button{
        background: #6d7a85; /* Old browsers */	
        border: 0px solid #aaa;
        color: white;
        text-decoration: none;
        cursor: pointer;
        height:35px;
        margin-bottom: 7px;
	font-family:Helvetica,serif;
	font-size:16px;
        margin: 10px;
        margin-left: 0px;
    }
