/* CSS Document */

#subcats_wrapper{
	overflow:hidden;
	text-align:left;
	padding-left: 5px;
	margin-left:-5px;
	
}
.subcatbg{
	overflow:hidden;
	display:inline-block;
	border-bottom:2px solid var(--highlight);

	/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);*/

	transition: all 0.3s ease-in-out .3s, background-size 0.3s ease-in-out 0s;

	/* 3 Spalten:*/
	width:calc(33% - 7px);
	
	
	/* nur 2 Spalten 
	width:calc(50% - 8px);
	*/
	margin: 4px 10px 20px 0;
	padding:0;
	background-color: var(--background, white);
	background-position: 75% center;
	background-repeat: no-repeat;
	background-size: auto 10%;

}



	/* 3 Spalten:*/
	.desktop .subcatbg:nth-child(3n),
	.classic .subcatbg:nth-child(3n){
		margin-right:0px;
	}
	

	/* nur 2 Spalten 
	.desktop .subcatbg:nth-child(even),
	.classic .subcatbg:nth-child(even){
		margin-right:0px;
	}
	*/

	.tablet .subcatbg{width:calc(50% - 9px);}
	.tablet .subcatbg:nth-child(even){margin-right:0px;}
	.mobile .subcatbg{margin-right:0; width:calc(100% - 7px);}

.subcatbg:hover{
	/*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);*/
    box-shadow: 0 36px 24px -22px rgba(0,0,0,.1);

	background-size: auto 80%;
	background-color:var(--background, white);
	border-bottom:2px solid var(--primary);
	
	transition: all 0.3s ease-in-out 0s, background-size 0.3s ease-in-out .3s;
}



.subcatbg span.txt{
	display:block;
	box-sizing: border-box;
	height:250px;
	text-align:left;
	padding:30px 0 0 35px;

	background-color:var(--highlight, grey);
	color:var(--background, white);
	background-position: 75% 75%;
	background-repeat: no-repeat;
	background-size: auto 50%;
	
	transition: all 0.5s ease-in-out 0s;
	
	font-size: 24px;
	font-family: var(--head-fonts);
	font-weight: var(--head-fonts-weight);
	
	font-style: var(--head-fonts-style);
	text-transform: var(--head-fonts-case);
}
/* einige SVG-Icons brauchen Anpassungen: */
/*
.subcatbg.subcat_108 span.txt, 
.subcatbg.subcat_110 span.txt, 
.subcatbg.subcat_111 span.txt{background-size: auto 50%;}
*/


/* MARKEN */
.marken_home .subcatbg{ background-size: 30% auto; border: 1px solid #ccc; background-position: center 80%;}

.subcatbg.man_1{background-image:url(/shop/img_client/icons/01.svg);} /* EIDEX */
/*
.subcatbg.man_2{
    background-image: url(/shop/img_client/ESB_logo.svg), url(/shop/img_client/ENB_logo.svg), url(/shop/img_client/ESB_waerme_logo.svg);
    background-position: 15% 67%, 52% 66%, 85% 65%;
    background-size: 29% auto, 23% auto, 22% auto;
    background-repeat: no-repeat;
}
.subcatbg.man_3{background-image:url(/shop/img_client/icons/03.jpg); background-size: 25% auto;}
.subcatbg.man_4{background-image:url(/shop/img_client/icons/04.jpg);}
.subcatbg.man_5{background-image:url(/shop/img_client/icons/05.jpg);}
.subcatbg.man_6{background-image:url(/shop/img_client/icons/06.png);}
.subcatbg.man_7{background-image:url(/shop/img_client/icons/07.png); background-size: 25% auto;}
.subcatbg.man_8{background-image:url(/shop/img_client/icons/08.png); background-size: 25% auto;}
.subcatbg.man_9{background-image:url(/shop/img_client/icons/09.jpg);}
.subcatbg.man_10{background-image:url(/shop/img_client/icons/10b.png); background-size: 25% auto;}
.subcatbg.man_11{background-image:url(/shop/img_client/icons/11.jpg);}
*/
.marken_home .subcatbg:hover{background-size: 40% auto; border:1px solid var(--textcolor);}

.marken_home .subcatbg.man_2:hover{
    background-position: 7% 67%, 52% 66%, 94% 65%;
    background-size: 33% auto, 27% auto, 26% auto;
}


.marken_home .subcatbg.man_3:hover{background-size: 30% auto;}
.marken_home .subcatbg.man_7:hover{background-size: 30% auto;}
.marken_home .subcatbg.man_8:hover{background-size: 30% auto;}
.marken_home .subcatbg.man_10:hover{background-size: 30% auto;}


.marken_home .subcatbg span.txt{background-color: transparent;color: var(--textcolor, black);}


/* BOF LOGO im HEADER bei MARKEN: */
/*
.man #slider.noslide.cat_0.marken .headercat_logo{
	display: block;
	position:absolute;
	bottom: 5%;
	right:5%;
	box-sizing: border-box;
	padding: 20px;
	margin: 0;
	width: 25%;
	height: 29%;
	max-width: 150px;
	min-width: 80px;
	text-indent: -99999px;
    background-image: none;
    background-position: center center;
    background-size: 90% auto;
    background-repeat: no-repeat;
	background-color: #fff;
	transition: all .1s linear 0s;
}
.man.man_1 #slider.noslide.cat_0.marken .headercat_logo{background-image:url(/shop/img_client/icons/01.svg);}
.man.man_2 #slider.noslide.cat_0.marken .headercat_logo{
    background-image: url(/shop/img_client/ESB_logo.svg), url(/shop/img_client/ENB_logo.svg), url(/shop/img_client/ESB_waerme_logo.svg);
    background-position: 54% 1%, 55% 51%, 53% 90%;
    background-size: 72% auto, 57% auto, 52% auto;
}
.man.man_3 #slider.noslide.cat_0.marken .headercat_logo{background-image:url(/shop/img_client/icons/03.jpg);}
.man.man_4 #slider.noslide.cat_0.marken .headercat_logo{background-image:url(/shop/img_client/icons/04.jpg);}
.man.man_5 #slider.noslide.cat_0.marken .headercat_logo{background-image:url(/shop/img_client/icons/05.jpg);}
.man.man_6 #slider.noslide.cat_0.marken .headercat_logo{background-image:url(/shop/img_client/icons/06.png);}
.man.man_7 #slider.noslide.cat_0.marken .headercat_logo{background-image:url(/shop/img_client/icons/07.png);}
.man.man_8 #slider.noslide.cat_0.marken .headercat_logo{background-image:url(/shop/img_client/icons/08.png);}
.man.man_9 #slider.noslide.cat_0.marken .headercat_logo{background-image:url(/shop/img_client/icons/09.jpg);}
.man.man_10 #slider.noslide.cat_0.marken .headercat_logo{background-image:url(/shop/img_client/icons/10a.png);}
.man.man_11 #slider.noslide.cat_0.marken .headercat_logo{background-image:url(/shop/img_client/icons/11.jpg);}
*/
/* BOF LOGO im HEADER bei MARKEN: */




/* spezielle Farbe je nach Main-Kategorie: */

/* spezielle ICONS und Farben: */
.pricecats_home .subcatbg span.txt{
	background-image:url(/shop/images/all/icons/white/icon_euro_asv.svg);
}

/* Sub-Subcats Aktionen -> Kalender und Weihnachtskarten: */

.subcatbg.subcat_105 span.txt{background-image:url(/shop/images/all/icons/cat_icons/set3_white/kalender_asv.svg);}


/* Sub-Subcats Werbegeschenke cat_266: */

/*
.subcatbg.subcat_112 span.txt{background-image:url(/shop/images/all/icons/cat_icons/set3_white/accessoires_c-102_112.svg);}
.subcatbg.subcat_106 span.txt{background-image:url(/shop/images/all/icons/cat_icons/set3_white/buero_c-102_106.svg);}
.subcatbg.subcat_114 span.txt{background-image:url(/shop/images/all/icons/cat_icons/set3_white/damen_c-103_114.svg);}
.subcatbg.subcat_109 span.txt{background-image:url(/shop/images/all/icons/cat_icons/set3_white/events_c-102_109.svg);}
.subcatbg.subcat_108 span.txt{background-image:url(/shop/images/all/icons/cat_icons/set3_white/freizeit_c-102_108.svg);}
.subcatbg.subcat_110 span.txt{background-image:url(/shop/images/all/icons/cat_icons/set3_white/geschenke_c-102_110.svg);}
.subcatbg.subcat_115 span.txt{background-image:url(/shop/images/all/icons/cat_icons/set3_white/herren_c-103_115.svg);}
.subcatbg.subcat_111 span.txt{background-image:url(/shop/images/all/icons/cat_icons/set3_white/kinder_c-102_111.svg);}
.subcatbg.subcat_113 span.txt{background-image:url(/shop/images/all/icons/cat_icons/set3_white/sonstiges_c-102_113.svg); background-size: auto 45%; background-position: 75% 63%;}
.subcatbg.subcat_107 span.txt{background-image:url(/shop/images/all/icons/cat_icons/set3_white/technik_c-102_107.svg);}
*/

.subcatbg.subcat_116 span.txt{background-image:url(/shop/images/all/icons/cat_icons/set3_white/kalender_c-105_116.svg);}
.subcatbg.subcat_122 span.txt{background-image:url(/shop/images/all/icons/cat_icons/set3_white/onboarding-c-105_119.svg); background-size: auto 45%; background-position: 75% 63%;}
.subcatbg.subcat_117 span.txt{background-image:url(/shop/images/all/icons/cat_icons/set3_white/ostern-c-105_117.svg);}
.subcatbg.subcat_120 span.txt{background-image:url(/shop/images/all/icons/cat_icons/set3_white/sale-c-105_120.svg);}
.subcatbg.subcat_118 span.txt{background-image:url(/shop/images/all/icons/cat_icons/set3_white/weihnachten-c-105_118.svg);}


/* Subcats Testkategorie EIDEX 100  */
.cat_100 .subcatbg span.txt{background-color:#e73029;}
.subcatbg.subcat_127 span.txt{background-image:url(/shop/images/all/eidex/100_w.svg);}
.subcatbg.subcat_128 span.txt{background-image:url(/shop/images/all/eidex/100_w.svg);}


/*
body.cat_494 .subcatbg:hover span.txt, 
body.cat_500 .subcatbg:hover span.txt, 
body.cat_505 .subcatbg:hover span.txt, 
body.cat_510 .subcatbg:hover span.txt, 
body.cat_521 .subcatbg:hover span.txt, 
*/
.subcatbg:hover span.txt{
	background-color:transparent;
	background-size: auto 1%;
	color:var(--textcolor, black);
	text-shadow: 2px 2px 1px var(--background, white);
}



/* SONDERANFERTIGUNGEN */
#custom_made_links .subcatbg{
	background-size: auto 50%;
}
#custom_made_links .subcatbg span.txt{
	background-color: transparent;
	color:var(--primary);
	border:1px solid #e5e5e5;
}
#custom_made_links .subcatbg:hover{
	background-size: auto 70%;
}



.toggleopacity {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.toggleopacity:hover {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}

.retoggleopacity img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.retoggleopacity:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;

}



.pageHeading .price, 
.in_line.line_price{
	display:inline-block;
	text-align:right;font-weight: normal;
}
.pageHeading .price .productSpecialPriceOld,
.in_line.line_price .productSpecialPriceOld{
	color:#333;
	font-weight:normal;
	display:inline-block;
	text-decoration: line-through;
}
.pageHeading .price .productSpecialPrice, 
.in_line.line_price .productSpecialPrice{
	margin-right:0px;
	margin-left:5px;
	color: var(--avail_color_red, red);
}


.supplier{
	display:inline-block;
	background-image: url(/shop/img_client/ico_lager_type_0.png);
	background-position: left center;
	background-repeat:no-repeat;
	background-size:contain;
	
	width:40px;
	height:25px;
	margin-left:10px;
	font-weight:600;
}
.supplier_logo{
	background-position: left center;
	background-repeat:no-repeat;
	background-size:contain;
	min-height:50px;
	margin-right:10px;
}
.supplier_logo.small{
	min-height:30px;
	max-width:80px;
}
.list_addcart_column .supplierInfo,
.line_addcart .supplierInfo{
	clear:both;
	float:right;
	font-weight:600;
	padding:5px 0 0 0;
}
.list_addcart_column .supplier_logo, 
.line_addcart .supplier_logo{

	min-height:30px;
	max-height:30px;
	min-width:80px;
	max-width:80px;
	float:right;
	margin-right:0;
	margin-left:5px;
	margin-top:-5px;
}


.directorderpage .big{ font-size:16px;}
.directorderpage .address{
	padding:10px 30px;
	display:block;
	float:left;
	width:36%;
}
.directorderpage .address input{
	margin-left:-30px;
	margin-right:15px;
	display:inline-block;
}
.directorderpage .edit_address{
	display:block;
	padding:5px 10px;
	float:right;
	background-color:#e5e5e5;
	border-radius: 100px;
    transition: all .2s ease;
}

.directorderpage .edit_address:hover{	
	color:#fff;
	background-color:var(--primary);
}
.directorder_order{
	border:1px solid #e5e5e5;
	padding:10px;
}
.directorderpage .sum{
	border-bottom:6px double #ccc;
	margin:20px 0;
	font-weight:600;
	display:inline-block;
}
.directorder_warning{
	margin-top:20px;
	color: #990000;
	font-weight: 400;
	text-align: center;
}


.product_images_head{
/*
	border-right: 0px solid #E5EAEE;
	height:0px;
	overflow:hidden;
	background:#fff url(/shop/img_client/cornerE5EAEE_long.gif) right 0px no-repeat;
*/
}
#big_images{
	/*
	width:400px;
	height:400px;
	*/
	overflow:hidden;
	float:left;
}




/* BOF NEUE PERSONALISIERUNG ALLGEMEIN: */

.details_border.labelservice .label_fields_area.pos_0{ /* Bereich mit allen Feldern */
	box-sizing: border-box;
	display: block;
	margin: 10px auto;
	min-width: 360px;
	max-width:800px;
}
.details_border.labelservice .label_fields_area .prod_to-label{border-radius: 0.25rem; border:1px solid #fff; margin-bottom: 1px; margin-top:10px;}
.details_border.labelservice .label_fields_area .prod_to-label.edit{border:1px solid #fff;} /* --secondary */
.details_border.labelservice .label_fields_area .prod_to-label .label_help_head,
.details_border.labelservice .label_fields_area .prod_to-label .label_help_foot{color:#666;  font-size: 14px;}
.details_border.labelservice .label_fields_area .prod_to-label .label_help_head strong{font-weight: normal;}

/* BOF Label-Felder allgemein: */
.details_border.labelservice .label_fields_area input.label_text_line{
	background:transparent;
	box-sizing: border-box;
	border:1px solid var(--background_light);
	width: calc(100% - 10px);
	padding:3px 1%;
    min-height:inherit;
    max-width:none;
    height: auto;
    color: #000;
    font-family: var(--body-fonts);
    font-size: 20px;
    border-radius: 0.25rem;
	margin: 5px;
}

/* DropDown: */
.details_border.labelservice .label_fields_area select.label_text_line{
	width:auto;
	clear: both;
	border-radius: 8px;
	margin: 5px 0px;
}

/* Felder, die nicht bearbeitet werden dürfen: */
.details_border.labelservice .label_fields_area .prod_to-label.noedit input.label_text_line{
	color:#666;
	cursor: default;
}

/*
.details_border.labelservice .label_fields_area input.label_text_line:focus{ border: 0px solid var(--primary);}
*/

.details_border.labelservice .label_fields_area .label_help_head,
.details_border.labelservice .label_fields_area .label_help_foot{ box-sizing: border-box;}

.details_border.labelservice .label_fields_area .label_help_head{float: left; margin: .1% 5% 0 1%; width: 45%; text-align: left;}
.details_border.labelservice .label_fields_area .label_help_foot{float: right; margin: .1% 1% 0 0; padding: 0; width: 45%; text-align: right;}

.details_border.labelservice .label_fields_area .label_help_foot .charsleft{color: var(--primary); font-weight: bold;}
.details_border.labelservice .label_fields_area .label_help_foot .charsleft.red{color: var(--avail_color_red);}

.details_border.labelservice .label_fields_area .prod_to-label.noedit .label_help_foot{display: none;}

.details_border.labelservice .label_fields_area .prod_to-label.edit:has(input:focus),
.details_border.labelservice .label_fields_area .prod_to-label.edit:has(select:focus){background-color: var(--background_light); border-color: var(--secondary)} /* --secondary */
.details_border.labelservice .label_fields_area .prod_to-label.edit:has(input:focus) .label_help_head,
.details_border.labelservice .label_fields_area .prod_to-label.edit:has(input:focus) .label_help_foot,
.details_border.labelservice .label_fields_area .prod_to-label.edit:has(select:focus) .label_help_head,
.details_border.labelservice .label_fields_area .prod_to-label.edit:has(select:focus) .label_help_foot{color:var(--textcolor);}


.details_border.labelservice .label_fields_area .prod_to-label.edit:has(input:focus) input{background-color: #fff;}

/* EOF Label-Felder allgemein */

.details_border.labelservice .products_label_area hr{display: none;}
/* EOF NEUE PERSONALISIERUNG ALLGEMEIN */


/* Speziell für vCard eigenes Produktbild auf Seite 2 mit #label_preview_box anzeigen: startet immer mit .details_border.labelservice.label_id_10 */
.details_border.labelservice.label_id_10 .label_fields_area.pos_0{ /* Bereich mit allen Feldern mit Hintergrundbild */
	/*
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	
	padding: 81% 10% 0 10%;
	background-image: url(/shop/img_clientrs/label_parkscheibe_blank-800x1066.png);
	background-position: center top;
	background-size: 110% auto;
	background-repeat: no-repeat;
	*/
}
.details_border.labelservice.label_id_10 .preview_code_button{	text-align: center; max-width: 490px; margin: 10px auto;}
.details_border.labelservice.label_id_10 .preview_code_button p{ display: block; max-width: 250px; margin: 10px auto; font-size:13px;}
.details_border.labelservice.label_id_10 .preview_code_button span.contentbutton{margin-right:0;}

/*.details_border.labelservice.label_id_10 #big_images{display: none;}*/
.details_border.labelservice.label_id_10 #product_info_box{padding-left: 0px;}
.details_border.labelservice.label_id_10 #label_preview_box .vcard_preview_area_title{text-align:center;}
.details_border.labelservice.label_id_10 #label_preview_box .vcard_preview_area_title p{ display: block; max-width: 440px; margin: 30px auto; padding:10px 20px; border-radius:8px; background-color: var(--highlight); font-size:16px;}

.details_border.labelservice.label_id_10 #reload_vcard{display: inline-block; margin: 30px 0px;}

.details_border.labelservice.label_id_10 #label_preview_box{ /* enthält auch bereich unter Label-Bild */
	box-sizing: border-box;
	margin: 0 auto;
}
.details_border.labelservice.label_id_10 #label_preview_box .vcard_preview_area{
	box-sizing: border-box;
	margin: 10px auto;
	text-align: center;
	max-width:100%;
	zoom:1.5;
}
.details_border.labelservice.label_id_10 #label_preview_box .vcard_preview_area iframe{
	border-style: none;
	width: 350px;
	height: 240px; /* 307 ist für grpßes template */
	/*margin-left: 30px;*/
	overflow-x: hidden;
	overflow-y: auto;
}
.details_border.labelservice.label_id_10 #label_preview_box .vcard_preview_area.full iframe{
	width: 855px; /* brauche 570px für Firefox */
	height: 307px; /* 307 ist für grpßes template */
}



@media only screen and (max-width: 1350px){
	.details_border.labelservice.label_id_10 #label_preview_box .vcard_preview_area.full iframe{
		width: 410px;
		height: 610px;
	}
	.details_border.labelservice.label_id_10 #label_preview_box .vcard_preview_area.black_only iframe{
		width: 350px;
		
	}
}
@media only screen and (max-width: 560px){
	.details_border.labelservice.label_id_10 #label_preview_box .vcard_preview_area{
		zoom:1;
	}
}

/* BOF NUR Firefox: */
@-moz-document url-prefix() {
	.details_border.labelservice.label_id_10 #label_preview_box .vcard_preview_area{
		padding-top: 30px;
		-moz-transform: scale(1.5);
		transform: scale(1.5);
	}
	.details_border.labelservice.label_id_10 #label_preview_box .vcard_preview_area.full{
		padding-top: 60px;
	}
	.details_border.labelservice.label_id_10 #label_preview_box .vcard_preview_area iframe{
		width: 240px;
		height: 190px; /* 307 ist für grpßes template */
	}
	.details_border.labelservice.label_id_10 #label_preview_box .vcard_preview_area.full iframe{
		width: 570px; /* brauche 570px für Firefox */
		height: 250px; /* 307 ist für grpßes template */
	}
	
	
	@media only screen and (max-width: 1350px){
		.details_border.labelservice.label_id_10 #label_preview_box .vcard_preview_area.full{
			padding-top: 120px;
		}
		.details_border.labelservice.label_id_10 #label_preview_box .vcard_preview_area.full iframe{
			width: 275px;
			height: 500px;
		}
		.details_border.labelservice.label_id_10 #label_preview_box .vcard_preview_area.black_only iframe{
			width: 240px;

		}
	}
	
}
/* EOF BOF NUR Firefox */


.details_border.labelservice.label_id_10 #label_preview_box .products_label_area.niceform{
	position: relative;
	overflow: hidden;
	overflow-x: auto;
	max-width: 490px;
	margin: 0 auto;
	line-height: 1;
}




/* JETZT OBEN
.details_border.labelservice.label_id_10 .label_fields_area.pos_0{
	box-sizing: border-box;
	display: block;
	margin: 10px auto;
	min-width: 360px;
	max-width:800px;
}


.details_border.labelservice.label_id_10 .label_fields_area .prod_to-label{border-radius: 0.25rem; border:1px solid var(--background_light); margin-bottom: 1px; margin-top:10px;}
.details_border.labelservice.label_id_10 .label_fields_area .prod_to-label.edit{border:1px solid var(--secondary);}
.details_border.labelservice.label_id_10 .label_fields_area .prod_to-label .label_help_head,
.details_border.labelservice.label_id_10 .label_fields_area .prod_to-label .label_help_foot{color:#999;  font-size: 14px;}
.details_border.labelservice.label_id_10 .label_fields_area .prod_to-label .label_help_head strong{font-weight: normal;}
*/






/* ab hier werden Bilder und Felder bis zur Mindestgröße skaliert: */
/*
@media only screen and (max-width: 890px) and (min-width: 350px){
	.details_border.labelservice.label_id_10 .label_fields_area .label_help_head{ font-size: 1.5vw;}
	.details_border.labelservice.label_id_10 .label_fields_area .label_help_foot{ font-size: 1.5vw;}
	.details_border.labelservice.label_id_10 .label_fields_area .prod_to-label{margin-bottom: .6%;}
}
@media only screen and (max-width: 750px){.details_border.labelservice.label_id_10 .label_fields_area .prod_to-label{margin-bottom: .5%;}}
@media only screen and (max-width: 600px){
	.details_border.labelservice.label_id_10 .label_fields_area input.label_text_line{font-size: 3.6vw;}
	.details_border.labelservice.label_id_10 .label_fields_area .prod_to-label{margin-bottom: .8%;}
}
@media only screen and (max-width: 550px){.details_border.labelservice.label_id_10 .label_fields_area .prod_to-label{margin-bottom: .7%;}}
@media only screen and (max-width: 500px){.details_border.labelservice.label_id_10 .label_fields_area .prod_to-label{margin-bottom: .5%;}}
@media only screen and (max-width: 430px){.details_border.labelservice.label_id_10 .label_fields_area .prod_to-label{margin-bottom: .1%;}}
@media only screen and (max-width: 400px){.details_border.labelservice.label_id_10 .label_fields_area .prod_to-label{margin-bottom: -1px;}}
@media only screen and (max-width: 380px){.details_border.labelservice.label_id_10 .label_fields_area .prod_to-label{margin-bottom: -3px;}}
*/


/* ab hier werden Bilder und Felder nicht weiter skaliert: */
@media only screen and (max-width: 300px){
	.details_border.labelservice.label_id_10 #label_preview_box .products_label_area.niceform{
		border:3px solid var(--primary);
	}
	.details_border.labelservice.label_id_10 .label_fields_area.pos_0{ /* Bereich mit allen Feldern */
	}
	
	.details_border.labelservice.label_id_10 .label_fields_area input.label_text_line{
		font-size: 13px;
		padding:0;
	}
	.details_border.labelservice.label_id_10 .label_fields_area .label_help_head{ font-size: 10px;}
	.details_border.labelservice.label_id_10 .label_fields_area .label_help_foot{ font-size: 10px;margin: 0;}
	
	.details_border.labelservice.label_id_10 .label_fields_area .prod_to-label{/*border-width: 0px;*/ margin-bottom: -4px; /*background-color: var(--background_light);*/}
}
/* EOF SPECIAL LABELSERVICE LABEL 10 */



/* BOF LABELS in cartbox und auf seite shopping_cart: */
.cart_element .cart_label_description {color: var(--secondary);}
.cart_label_description strong{ display: block; padding-left: 43px; margin-bottom: 10px; color: var(--secondary); font-weight: normal;}

.cart_label_description span{display: block; font-size: 12px; /*border-bottom:1px solid var(--background_light);*/ margin-top: 3px;}
.cart_label_description .labelpos span:last-child{ border-bottom:0px solid #fff;}
.cart_label_description{padding-left: 43px;}

.products_table_confirmation .cart_label_description{padding-left: 0px;}

.cart_label_description strong{ padding-left: 0;}

.labelpos{
	float: left;
	/*border: 1px solid var(--background_light);*/
	border-radius: 8px;
	margin: 0 10px 10px 0;
	padding: 5px;
}


td.cart_prod_name .cart_label_description{
	border:2px solid var(--primary);
	border-radius: 8px;
}
td.cart_prod_name .cart_label_description{ padding: 5px 10px; margin-top: 10px;}
td.cart_prod_name .cart_label_description strong{ padding: 0px; color: var(--textcolor); font-weight: normal;}
td.cart_prod_name a.editlink.label{ color: var(--primary); font-weight: normal; font-size: 12px;}
td.cart_prod_name .cart_label_description span{line-height: 1;}
td.cart_prod_name .cart_label_description strong{ display: inline-block; font-weight: bold; width:150px;}
td.cart_prod_name .cart_label_description strong.title{width:100%;}

/* bof für alle (alten) Labels: */
.cart_label_table{
	max-width: 90vw;
}
.cart_label_table td,
.cart_label_table th{
	display: block;
}
/* eof für alle (alten) Labels */
/* EOF LABELS in cartbox und auf seite shopping_cart */













.product_images{
	/*
	border-left: 1px solid #E5EAEE;
	border-right: 1px solid #E5EAEE;
	border-bottom: 1px solid #E5EAEE;
	border-top: 1px solid #E5EAEE;
	*/
	overflow:hidden;
	position: relative;
	/*padding:10px;*/
}

.product_image{
	width:80px;
	float:left;
	overflow:hidden;
	background-color: var(--background, white);
	border:0px solid #e5e5e5;
	margin-top:3px;
	margin-right:20px;
	margin-left:15px;
}
.product_image .image{
	height:80px;
	overflow:hidden;
}
.product_image .enlarge{
	text-align:center;
	font-size:10px;
}







.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img, .rslides video {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


.container360grad{
	width:400px;
	height:400px;
}


span.ico.icoEco.details{
    background-image: url(/shop/images/all/icons/ico_eco.png);
    background-position: left bottom;
    background-size: contain;
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    margin-top: -100px;
    z-index: 200;
	opacity: 0.7;
	transition: all 0.2s ease-in-out 0s;
}
.new_teaserbox span.ico.icoEco.details{
	margin-top:200px;
	margin-left:40px;
}
span.ico.icoEco.details:hover{
	opacity: 1;
	transform: scale(1.1);
}

#product_info_box{
	float:left;
	box-sizing: border-box;
	/*width:380px;*/
	width:auto;
	max-width: calc(100% - 400px);
	padding:20px 10px 20px 50px;
	overflow:hidden;
	background-color: var(--background, white);
}
.tablet #product_info_box,
.mobile #product_info_box{ padding: 10px; width: 100%; max-width: inherit;}


/* Symbol in listing.css angelegt, hier nur Besonderheiten: */
.print #product_info_box span.highlight{
	display:none;
}


/* BOF Accordion Leihartikel */
.roundborder{
	overflow:hidden;
	border-radius: 4px;
	border:1px solid #ccc;
	margin-top: 6px;
	background-color: var(--background, white);
}

/* normal / offen */
dl.acc{
	margin:10px 10px 30px 0;
}

.acc dt{
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #D4D4D4;
	margin-bottom: 4px;
	background-color: var(--highlight);
	transition: all 0.5s ease;
}
.acc dt a{
	overflow: hidden;
	border:0px none #fff;
	cursor: pointer;
	display: block;
	outline: medium none;
	padding: 10px 20px 10px 0px;
	position: relative;
	text-decoration: none;
	color: var(--background);
}

.acc dt a span{
	/*background:#233545 url(/shop/images/all/icons/collapse.png) 0px -17px no-repeat;*/
	background-image: url(/shop/images/all/icons/collapse.png);
	background-position: 0px -17px;
	background-repeat:no-repeat;
	
	border-radius: 50% 50% 50% 50%;
	height: 17px;
	width:17px;
	display:block;
	float:left;
	margin: 5px 10px 0 10px;
}
.acc dt.closed a span{
	/*background:#ef2f31 url(/shop/images/all/icons/collapse.png) 0px 0px no-repeat;*/
	
	background-image: url(/shop/images/all/icons/collapse.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}




/* geschlossen */
.acc dt.closed {
	background-color: var(--background, white);
}
.acc dt.closed a{
 color: var(--textcolor);
}


.acc dt.closed:hover {

}
.acc dt.closed a:hover {
	background-color: var(--background_light);
}



.acc dd {
	margin:-4px 0 4px 0;
	padding:19px;
	background-color: var(--background, white);
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}

td.main table{
	padding-right:0;
}
.acc dd p {
	
}

.shopping_cart_listing .cart_prod_row td{
	border-top:1px solid #e5e5e5;
}
.shopping_cart_total{
	text-align:right;
}
.shopping_cart_listing .cart_prod_name a strong{font-weight: 500;}

.acc.shipping .main{
	font-size:11px;
}

/* EOF Accordion Leihartikel */


.shipping_cost_area table{
	width:100%;
}

.half{
	width:430px;
	float:left;
	overflow:hidden;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	padding-right:20px;
}
.alternative_gifts_form .half{width: 49%; box-sizing: border-box;}
	.tablet .alternative_gifts_form .half{width: 100%;}
	.mobile .half{width: 100%;}

.half.full{ float: none;}

.col_of_three{
	min-width:330px;
	min-height:250px;
	width:30%;
	float:none;
	display:inline-block;
	overflow:hidden;
	margin-bottom:60px;
	margin-left:auto;
	margin-right:auto;
	padding-right:0;
}
.col_of_three:nth-child(1){ width:27%; min-width:200px;}
.col_of_three:nth-child(2){ width:40%; min-width:330px;}
.col_of_three:nth-child(3){ width:31%; min-width:200px;}

.mobile .col_of_three{ width:100%; min-height:0;}


.shipping_inner{min-width:120px; float:left; margin-right:40px; max-width:150px;}
.ship_info .shipping_inner{min-width:190px; max-width:200px; display: inline-block; margin-right: 80px;}

.shipping_spacer{width:40px;}

.ico_pdf{
	display:block;
	float:right;
	width:20px;
	margin-left:8px;
	color:#fff;
	background-color:#ff2014;
	padding: 0px 5px;
	height:20px;
	font-size:9px;
	text-align:center;
}

.ico.pdf{
	display:inline-block;
	width:18px;
	height:18px;
	background-image: url(../images/icons/dlf/pdf.png);
	background-size:contain;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.ico.mp4{
	display:inline-block;
	width:18px;
	height:18px;
	background-image: url(../images/icons/dlf/mp4.png);
	background-size:contain;
	background-position:0px 0px;
	background-repeat:no-repeat;
}



/* Liste auf Detailseite */
/* Styles größtenteils in listing.css, hier nur Besonderheiten für Detailseite: */
.prod_details_listing{
	margin-bottom: 30px;
}
.prod_details_listing .in_line_bg{
	padding:20px 10px;
	line-height:50px;
}
.prod_details_listing .p_models_container{
	
	padding:20px 0;
	background-color: var(--background, white);
	overflow:hidden;
	border-top:1px solid var(--textcolor, grey);
	
}

.prod_details_listing .in_line_bg:hover,
.prod_details_listing .p_models_container:hover{
	/*box-shadow: 0 0 10px 6px rgba(0,0,0,.05);*/
	background-color: var(--background_light, white);
}
.prod_details_listing .p_models_container  .in_line_bg{padding:0px 10px;}
.prod_details_listing .p_models_container  .in_line_bg:hover{ box-shadow:none;}



.prod_details_listing .in_line{
	overflow:hidden;
	display:inline-block;
	box-sizing: border-box;
	line-height:normal;
	vertical-align: middle;
	font-size:16px;
}

	.tablet .prod_details_listing .in_line{ font-size:14px;}
	.mobile .prod_details_listing .in_line{ font-size:16px;}

/* bof ab .mobile model und name in eigener Zeile: */
.mobile .prod_details_listing .in_line_bg .in_line.line_name{ width: 69%; font-weight: bold;}
.mobile .prod_details_listing .in_line_bg .in_line.line_model, 
.mobile .prod_details_listing .in_line_bg .in_line.line_qtystock{ width: 25%; min-width: 85px;}
.mobile .prod_details_listing .in_line_bg .in_line.line_price,
.mobile .prod_details_listing .in_line_bg .in_line.line_qty{ width: 15%; min-width: 60px;}
.mobile .prod_details_listing .in_line_bg .in_line.line_gift{ width: 10%; min-width: 50px;}
.mobile .prod_details_listing .in_line_bg .in_line.line_addcart{ width: 15%; min-width: 60px; margin: 0 0 0 10px;}
.mobile .prod_details_listing .in_line_bg .in_line.line_price{font-weight: bold;}
@media only screen and (max-width: 430px){
	.mobile .prod_details_listing .in_line_bg .in_line.line_qtystock, 
	.mobile .prod_details_listing .in_line_bg .in_line.line_price,
	.mobile .prod_details_listing .in_line_bg .in_line.line_qty, 
	.mobile .prod_details_listing .in_line_bg .in_line.line_addcart{ width: 49%;}
	.mobile .prod_details_listing .in_line_bg .in_line.line_gift{ width: 90%; min-width: 50px;}
	.mobile .prod_details_listing .in_line_bg .in_line.line_qty, 
	.mobile .prod_details_listing .in_line_bg .in_line.line_price{text-align: left;}
	.mobile .prod_details_listing .in_line_bg .in_line.line_addcart{ margin: 0;}
}
/* eof ab .mobile model und name in eigener Zeile */
	
	/* NEWAMPEL angepasst auf Detailseite, andere Texte */
	.prod_details_listing .line_qtystock .stock .icon{ width:19%;margin-right:3%;}
	.prod_details_listing .line_qtystock .stock.lagertype_1 .icon{ min-height:40px;background-position:center 0px;}
	.prod_details_listing .line_qtystock .stock.lagertype_0 .icon{ min-height:60px;background-position:center 17px;}
	.prod_details_listing .line_qtystock .stock .text{ width:78%;}


.prod_details_listing .line_model{ 		width:6%; margin-left:0;}
.prod_details_listing .line_name{ 		width:25%; white-space:normal; font-weight: 400;}
.prod_details_listing .line_qtystock{ 	width:12%; }
.prod_details_listing .line_price{ 		width:12%; text-align:right;}
.prod_details_listing .line_gift{ 		width:6%; text-align:center; height:40px;}
.prod_details_listing .line_qty{ 		width:13%; text-align:center;}
.prod_details_listing .line_addcart{ 	width:20%; padding-right: 15px;}

	.tablet .prod_details_listing .line_model{ 		width:8%;}
	.tablet .prod_details_listing .line_name{ 		width:30%;}
	.tablet .prod_details_listing .line_qtystock{ 	width:12%; font-size:13px;}
	.tablet .prod_details_listing .line_price{ 		width:12%;}
	.tablet .prod_details_listing .line_gift{ 		width:10%;}
	.tablet .prod_details_listing .line_qty{ 		width:16%;}
	.tablet .prod_details_listing .line_addcart{ 	width:7%; min-width: 56px; padding-right: 5px;}
	
		.mobile .prod_details_listing .line_model{ 		width:10%;}
		.mobile .prod_details_listing .line_name{ 		width:20%;}
		.mobile .prod_details_listing .line_qtystock{ 	width:12%; font-size:11px;}
		.mobile .prod_details_listing .line_gift{ 		width:12%;}
		.mobile .prod_details_listing .line_addcart{ 	width:11%;}


.ggskin_text{
	font-size:14px;
}
.ggskin_text b{
	/*text-transform:uppercase;*/
}

.deleteItemFromCart{
	display:inline-block;
	width:20px;
	height:20px;
	/*
	background-image: url(/shop/images/all/icons/ico_small_dustbin.svg);
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	*/
	cursor:pointer;
}
.deleteItemFromCart svg{
	width:25px;
	height:25px;
}
.deleteItemFromCart svg path{
	fill: #333;
}
.deleteItemFromCart:hover path{
	fill: var(--primary);
}
.label_preview{
	width:400px;
	height:150px;
	overflow:hidden;
	text-align:center;
}
.label_preview span{
	margin:82px 17px 0 17px;
	overflow:hidden;
	display:block;
	text-shadow: -1px -1px 0px rgba(0,0,0,0.2), 1px 1px 0px rgba(36,36,36,0.2);
	opacity: 0.8;
	color:var(--textcolor, black);
	font-size:29px;
	white-space:nowrap;
}


/* BOF PAYMENT and SHIPPING DETAILS */

.choose_address_table .moduleRow{ }
.choose_address_table .moduleRow.active{}

.checkout_address_col{
	max-width:350px;
	min-width: 250px;
	width: 25%;
	overflow:hidden;
	margin-right:4%;
	display: inline-block;
	vertical-align: top;
}
.checkout_address_col.oci_no_address{display: none;}

.checkout_payment_col, .checkout_shipping_col{
	max-width:800px;
	min-width: 400px;
	width: 70%;
	overflow:hidden;
	display: inline-block;
}
.mobile .checkout_payment_col,
.mobile .checkout_shipping_col{width:100%; min-width: 0;}

.checkout_shipping_col_oci{
	box-sizing: border-box;
	max-width:800px;
	min-width: 400px;
	width: 70%;
	overflow:hidden;
	display: block;
	margin: 0 auto;
}


.payment_select_table, .shipping_select_table{}

.payment_select_table.niceform.radio{padding-top: 40px;}

.payment_select_table tr.pay_wirecard_checkout_page,
.payment_select_table tr.pay_concardis_checkout_page{ display: none;}
.payment_select_table .moduleRow td,
.shipping_select_table .moduleRow td,
.choose_address_table .moduleRow td{
	padding:0px 3px;
	cursor: pointer;
}
.payment_select_table .moduleRow.active td{color: var(--primary);}
.shipping_select_table .moduleRow.active td{color: var(--primary);}
.choose_address_table .moduleRow.active td{color: var(--primary);}

.payment_select_table .moduleRow.active td .price{font-weight: bold;}
.shipping_select_table .moduleRow.active td .price{font-weight: bold;}
.ka_pos .container.active {color: var(--primary);}

/* Customize the label (the container) */
.payment_select_table .moduleRow,
.shipping_select_table .moduleRow, 
.choose_address_table .moduleRow, 
.vn .vn_country_toggle label,
.ka label{
	display: block;
	max-width: 300px;
	
	position: relative;
	padding-left: 35px;
	padding-right: 100px;
	margin-bottom: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media only screen and (max-width: 440px){
	.mobile .payment_select_table .moduleRow,
	.mobile .shipping_select_table .moduleRow, 
	.mobile .choose_address_table .moduleRow, 
	.mobile .vn .vn_country_toggle label,
	.mobile .ka label{
		padding-right: 0px;
		margin-bottom:80px;
		padding-bottom: 10px;
	}
	.mobile .payment_select_table .moduleRow .ico,
	.mobile .shipping_select_table .moduleRow .ico, 
	.mobile .choose_address_table .moduleRow .ico {
		clear: both;
		top:100%;
		right: auto;
		left: 29px;
	}
}


.vn .vn_country_toggle label,
.ka label{
	padding-right:10px;
	float:left;
	margin: 10px 30px 20px 0;
	min-width: 400px;
	/*max-width: 600px;*/
}

/* Hide the browser's default checkbox */
.payment_select_table .moduleRow input,
.shipping_select_table .moduleRow input, 
.choose_address_table .moduleRow input, 
.vn input[type="radio"], 
.vn input[type="checkbox"],
.ka input[type="radio"], 
.ka input[type="checkbox"]{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* dummy ausnahme: */
.ka .text_extra input[type="checkbox"]{float: left; margin:5px 10px 5px 0px; width: 12px; height: 12px; position: relative;}
.ka .text_extra.active input[type="checkbox"]{opacity: 1;}

.payment_select_table .moduleRow label,
.shipping_select_table .moduleRow label, 
.choose_address_table .moduleRow label, 
.vn label,
.ka label{
	cursor: pointer;
}

/* Create a custom checkbox */
.check .checkmark{
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
}
/* Create a custom radio button */
.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border-radius: 50%;
}

.vn.radio .checkmark{  top: -5px;}
.ka.radio .checkmark {  top: -2px;}



/* On mouse-over, add a grey background color */
.payment_select_table .moduleRow:hover td, 
.shipping_select_table .moduleRow:hover td, 
.choose_address_table .moduleRow:hover td{
  color: var(--textcolorlight);
}
.payment_select_table .moduleRow:hover input ~ .checkmark, 
.choose_address_table .moduleRow:hover input ~ .checkmark, 
.shipping_select_table .moduleRow:hover input ~ .checkmark{
  background-color: var(--background_light); 
}

/* When the checkbox is checked, add a blue background */
.payment_select_table .moduleRow input:checked ~ .checkmark, 
.choose_address_table .moduleRow input:checked ~ .checkmark, 
.shipping_select_table .moduleRow input:checked ~ .checkmark {  background-color: var(--highlight);}
.vn.radio input:checked ~ .checkmark,
.ka.radio input:checked ~ .checkmark{  background-color: var(--highlight);}

.payment_select_table .moduleRow .ico,
.shipping_select_table .moduleRow .ico, 
.shipping_select_table .moduleRow .price{
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.payment_select_table .moduleRow .ico{	top: -10px; background-color: var(--Light-shade); border-radius: 8px;}
.shipping_select_table .moduleRow .price{ font-weight: 400;}

/* PAYMENT ICONS */
.payment_select_table .moduleRow.pay_points  .ico{background-image: url(/shop/images/all/icons/payment/icon_capppoints.png);}
.payment_select_table .moduleRow.pay_moneyorder .ico{background-image: url(/shop/images/all/icons/payment/icon_vorkasse.png);}
.payment_select_table .moduleRow.pay_invoice .ico{background-image: url(/shop/images/all/icons/payment/icon_rechnung.png);}

.payment_select_table .moduleRow.wc_ccard .ico{background-image: url(/shop/images/all/icons/payment/icon_kreditkarte_2.png);}
.payment_select_table .moduleRow.wc_idl .ico{background-image: url(/shop/images/all/icons/payment/icon_ideal.png);}
.payment_select_table .moduleRow.wc_sofortueberweisung .ico{background-image: url(/shop/images/all/icons/payment/icon_sofortueberweisung.png);}
.payment_select_table .moduleRow.wc_paypal .ico{background-image: url(/shop/images/all/icons/payment/icon_paypal.png);}
.payment_select_table .moduleRow.wc_elv .ico{background-image: url(/shop/images/all/icons/payment/icon_lastschrift.png);}

.payment_select_table .moduleRow.wc_ccard .ico{background-image: url(/shop/images/all/icons/payment/visa_master_maestro.png); height: 70px; top: -25px;}
.payment_select_table .moduleRow.wc_sofort .ico{background-image: url(/shop/images/all/icons/payment/sofortueberweisung.png);}
.payment_select_table .moduleRow.wc_sepa .ico{background-image: url(/shop/images/all/icons/payment/icon_sepa.png);}
.payment_select_table .moduleRow.wc_giro .ico{background-image: url(/shop/images/all/icons/payment/giropay_960px_color_rgb.png);}
/*
.payment_select_table .moduleRow.active .ico{background-color: #e5e5e5;}
*/
.payment_select_table .moduleRow.pay_points{padding-left: 0; padding-right:0;}
.payment_select_table .moduleRow.pay_points  .ico{background-color: transparent;}


/* SHIPPING ICONS */
.shipping_select_table .moduleRow .price{ font-weight: 400; text-align: right;width: 60px;}
.shipping_select_table .moduleRow .ico{	top: 30px; background-position: right center; width: 40px; height: 50px;}
.shipping_select_table .moduleRow.ship_zonesx .ico{background-image: url(/shop/images/all/icons/shipping/ZustellungDurch_DHL_GoGreen_webshop_logo_mit_zusatz_text_weiss.svg); width: 80px;}
.shipping_select_table .moduleRow.ship_zonesxexpress .ico{background-image: url(/shop/images/all/icons/shipping/UPS_Logo_Shield_2017.svg);}

.shipping_select_table .moduleRow.ship_stadtkurier .ico{background-image: url(/shop/images/all/icons/shipping/courier_b.svg);}
.shipping_select_table .moduleRow.ship_pickup .ico{background-image: url(/shop/images/all/icons/shipping/pickup_b.svg);}
.shipping_select_table .moduleRow.ship_weekly .ico{background-image: url(/shop/images/all/icons/shipping/weekly_b.svg);}
.shipping_select_table .moduleRow.ship_zonesxboxes .ico{background-image: url(/shop/images/all/icons/shipping/zonesxboxes_b.svg);}




/* PAGE SHIPPING: */
.ship_info strong{vertical-align: top;}
.ship_info .ico{
	display: inline-block;
	height: 50px;
	width: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: -10px 10px 0 5px;
}
.ship_info.ship_zonesx .ico{background-image: url(/shop/images/all/icons/shipping/ZustellungDurch_DHL_GoGreen_webshop_logo_mit_zusatz_text_weiss.svg); width: 110px; height: 60px;}
.ship_info.ship_zonesxexpress .ico{background-image: url(/shop/images/all/icons/shipping/UPS_Logo_Shield_2017.svg); margin-top: -5px;}
.ship_info.ship_weekly .ico{background-image: url(/shop/images/all/icons/shipping/weekly_b.svg); margin-top: -5px;}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.payment_select_table .moduleRow input:checked ~ .checkmark:after, 
.shipping_select_table .moduleRow input:checked ~ .checkmark:after, 
.choose_address_table .moduleRow input:checked ~ .checkmark:after, 
.vn input:checked ~ .checkmark:after,
.ka input:checked ~ .checkmark:after{
  display: block;
}

/* Style the checkmark/indicator */
.payment_select_table.check .moduleRow .checkmark:after, 
.choose_address_table .moduleRow .checkmark:after, 
.vn .checkmark:after,
.ka .checkmark:after{
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Style the indicator (dot/circle) */
.payment_select_table.radio .moduleRow .checkmark:after, 
.shipping_select_table.radio .moduleRow .checkmark:after,
.vn .checkmark:after{
  top: 7px;
  left: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--background, white);
    border: solid #fff;
    border-width: 2px;
}

.vn .checkmark:after,
.ka .checkmark:after{
 /*
	left: 7px;
  top: 7px;
	*/
}



.ka.radio .description{
	display: inline-block;
	clear: both;
	color: #333;
	font-size: 14px;
	font-weight: 200;
}


dl.agb dt{cursor: pointer;}
dl.agb dt span{color: var(--textcolor, black); font-size: 12px;}
dl.agb dt .btn_hide{display:none;}
dl.agb dt.active .btn_hide{display:inline-block;}
dl.agb dt.active .btn_show{display:none;}


dl.agb dd{
	margin: 0;
	padding: 0;
}

.agb_small_box{
	overflow:auto;
	height:200px;
	border:1px solid #ccc;
	text-align:justify;
	font-size:10px;
	padding:10px;
	background-color:#e5e5e5;
}

/*auch auf Checkout confirmation Logo zigen: */
.payment_logo{
	display: inline-block;
	padding:10px 0 10px 50px;
	font-weight: 400;
	
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.payment_logo.pay_moneyorder{background-image: url(/shop/images/all/icons/payment/icon_vorkasse.png);}
.payment_logo.wc_ccard{background-image: url(/shop/images/all/icons/payment/icon_kreditkarte_2.png);}
.payment_logo.wc_idl{background-image: url(/shop/images/all/icons/payment/icon_ideal.png);}
.payment_logo.wc_sofortueberweisung{background-image: url(/shop/images/all/icons/payment/icon_sofortueberweisung.png);}
.payment_logo.wc_paypal{background-image: url(/shop/images/all/icons/payment/icon_paypal.png);}
.payment_logo.wc_elv{background-image: url(/shop/images/all/icons/payment/icon_lastschrift.png);}



label.check {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: bold;
}
label.check.error{ color: var(--avail_color_red, red);}
label.check input {
	position: absolute;
	opacity: 0;
	display: none;
	cursor: pointer;
}

label.check .checkmark {
	height: 25px;
	width: 25px;
	background-color: #ccc;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 20px;
}
label.check .checktext{
	padding-left: 40px;
	max-width: 300px;
	display: inline-block;
}
label.check .checkmark:after {
	left: 9px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
label.check input:checked ~ .checkmark{
	background-color:var(--secondary);
}
label.check input:checked ~ .checkmark:after{
	display: block;
}




.costcenter_psp  input[type="text"]{
	margin-top:9px;
}
/* BOF CONCARDIS NEU: */

#widget-wrap{
	float: left;
	position: relative;
	left: 50%;
}

#inline-widget-container{
	float: left;
	position: relative;
	left: -50%;
	min-height: 400px;
}

#inline-widget-container iframe{ min-height: 380px;}

#inline-widget-container.sepa{ min-height: 715px;}
#inline-widget-container.sepa iframe{ min-height: 710px;}
.debug_hdi{
	clear: both;
	border:1px solid red;
}
/* EOF CONCARDIS NEU */
/* EOF PAYMENT DETAILS */

/* BOF STAFFELPREISE DETAILS */
.productPriceInBox{ font-size: 10px; min-width: 120px; font-weight: normal;}
.productPriceInBox .pb_menge{ display: inline-block; min-width: 75px; text-align: right;}
.productPriceInBox .pb_price{ display: inline-block; min-width: 45px;}
.productPriceInBox .pb_price,
.productPriceInBox .pb_menge strong{font-weight: bold;}
/* EOF STAFFELPREISE DETAILS */


/* RENTAL CALENDAR */
.rental_calendar_module .col50:first-child{
	margin-right:5%;
}
.calendartable{max-width: 500px; margin: 20px auto;}


.dayboxes, .topdays td{display: table-cell; border: 1px solid #ccc; width: 14.28%;}
.calendartable.datepick {text-align: center;}

.dayboxes{height: 35px;}

.dayboxes.today{background-color: #EBEEAF;}
.dayboxes a{display: inline-block;}


a.set_end{text-align: right; display: block;}

.toprightnumber{ text-align: right; padding-right:1px; }

.dayboxes .calendar_icon{
	box-sizing: border-box;
	width: 26px;
	height: 26px;
	padding: 2px;
}
.calendar_icon path{
	fill: #333;
	stroke: none;
	stroke-width: 1;
	stroke-dasharray: none;
	stroke-linecap: butt;
	stroke-linejoin: miter;
	stroke-miterlimit: 10;
	fill-rule: nonzero;
	opacity: 1;
	transition: all .2s ease;
}
.calendar_icon:hover path{fill:var(--primary);}
.subline .calendar_icon:hover path{fill:#333;}

.green.start{text-align: left;}
.green.end{text-align: right;}

.green .calendar_icon.start{	background-color:var(--primary);}
.green .calendar_icon.start path{fill:#fff;}

.green .calendar_icon.end{background-color:var(--primary); }
.green .calendar_icon.end path{fill:#fff;}


.green.start .arrow, .green.end .arrow{
	display: inline-block;
	box-sizing: border-box;
	width: 26px;
	height: 26px;
	background: linear-gradient(to top left, #fff 0%, #fff 51%, var(--primary); 50%, var(--primary); 100%);
	/*background: linear-gradient(to right, var(--primary);, #fff);*/
}
.green.end .arrow{
	background: linear-gradient(to top right, #fff 0%, #fff 51%, var(--primary); 50%, var(--primary); 100%);
	/*background: linear-gradient(to left, var(--primary);, #fff);*/
}


.dayboxes .cal_legende{display:block;text-align:center;padding:2px; font-size: 11px; color: #999;}

a.calendar_block{
	display:block;
	height:8px;
	margin-top:2px;
	background-color:var(--textcolorlight, grey);
}
a.calendar_block.own{background-color:var(--primary); color: #fff;}
.calendar_block.white{background-color: var(--background, white);}

input#enddate, input#startdate{
	border:0px none;
}
.days_text{
	font-size:10px;
}


.icon_user_edit{
	background-image: url(/shop/images/all/icons/user_edit.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin-right: 20px;
}



/* BOF SKV ADRESSEN: */
.skv_addresses{color: var(--textcolor, black);}
.skv_addresses.inactive{color: var(--textcolorlight, grey);}
.skv_address{
	display:inline-block;
	box-sizing:border-box;
	width:45%;
	min-width:230px;
	margin:20px 20px 0 0;
	font-size: 12px;
	vertical-align:top;
}
.skv_address input{
	display:inline-block;
	margin:3px 10px 5px 0px;
	
}
.skv_address label{
	display:inline-block;
	vertical-align:top;
}

/* EOF SKV ADRESSEN */

.b_custom_made .half .subline{	font-weight: bold;}
.b_custom_made .half a{	font-weight: bold;}
.b_custom_made .half a:hover{	color: var(--primary, red);}

/* OUR CLAIM */
.ourclaim_imgs,
.ourclaim_imgs span{
	display: inline-block;
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.ourclaim_imgs{
	margin: 0 15%;
	min-width: 400px;
	width: 70%; 
}
.ourclaim_imgs span{
	margin: 0 2%;
	min-width: 50px;
	max-width: 150px;
	width: 15%;
	padding-top: 25%;
}
.ourclaim_imgs.block2{text-align: center;}
.ourclaim_imgs.block2 .logo1{background-image:url(/shop/images/all/eidex/ourclaim/ISO_9001_farbe_single.jpg);}
.ourclaim_imgs.block2 .logo2{background-image:url(/shop/images/all/eidex/ourclaim/ISO_14001_colour_single.png);}
.ourclaim_imgs.block2 .logo3{background-image:url(/shop/images/all/eidex/ourclaim/de_biosiegel.png); width: 25%; max-width: 200px;}
.ourclaim_imgs.block2 .logo4{background-image:url(/shop/images/all/eidex/ourclaim/organic_logo.png); width: 25%; max-width: 200px;}

.ourclaim.de .ourclaim_imgs.block1{background-image:url(/shop/images/all/eidex/ourclaim/amfori_DE.jpg); padding-top: 50%;}
.ourclaim.de .ourclaim_imgs.block3{background-image:url(/shop/images/all/eidex/ourclaim/Verantwortung_DE.jpg); padding-top: 50%;}

.ourclaim.en .ourclaim_imgs.block1{background-image:url(/shop/images/all/eidex/ourclaim/amfori_EN.jpg); padding-top: 50%;}
.ourclaim.en .ourclaim_imgs.block3{background-image:url(/shop/images/all/eidex/ourclaim/Verantwortung_EN.jpg); padding-top: 50%;}

/* SAP-OCI im Warenkorb */
#manual_transfer{float:right;}
#manual_transfer .contentbutton{background-color: var(--primary); color: var(--background);}



/* BOF +/- - Buttons im Warenkorb */
.cart_qty_buttons{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	top: 15px;
	line-height: 1;
	margin-top: -20px;
}
.cart_qty_buttons button{
	box-sizing: border-box;
	width: 22px;
	height: 22px;
	margin: 1px;
	line-height: 1;
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	border: 1px solid var(--darkgrey);
	background-color: var(--secondary);
	color: var(--background);
	border-radius: 4px;
	cursor: pointer;
}
.cart_qty_buttons button[disabled="disabled"]{
	background-color: var(--background_light);
	border: 1px solid var(--darkgrey);
	color: #666;
	cursor: default;
}
.cart_qty_buttons button:hover:enabled{
	background-color: var(--highlight);
	
}
.cart_qty_buttons button:active:enabled{
	color: var(--secondary);
	background-color: var(--highlight);
}
.cart_qty_buttons .cart_qty_bu_plus{}
.cart_qty_buttons .cart_qty_bu_minus{}



.shopping_cart_listing td.cart_prod_qty .qty_txt{
	display: inline-block;
	padding-left: 5px;
}
@media only screen and (max-width: 800px){
	.tablet .shopping_cart_listing td.cart_prod_qty .qty_txt{
		display: block;
		font-size: 16px;
		line-height: 1;
		margin: 10px 0 0 30px;
	}
}
/* EOF +/- - Buttons im Warenkorb */


#metanav_bottom .my_shop_lang_switch{display: none;}



/* BOF FAQ neu RXT */
.faqs{
	margin-top:40px;
}
.faq_title{
	margin-top: 35px;
	font-size: 32px;
}
.faq_pair {
  /*padding: 10px;*/
  border-radius: 6px;
  background: white;
  transition: all 0.5s ease;
  
}

.faq_pair:hover {
	background-color: var(--highlight);
}
.faq_pair:hover .faq_question {
	color: var(--background);
}

.faq_pair.open {
	/*
  -webkit-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 17px -1px rgba(0,0,0,0.13);
	*/
}

.faq_pair .faq_answer{ 
	display: none; 
	padding: 20px 10px 0px 45px;
}
.faq_pair .faq_answer a{
	font-weight: bold;
}
.faq_pair.open:hover {
	background: white;
}

.faq_pair .faq_question{
	border-radius: 8px;
	margin: 10px;
	padding: 10px 10px 10px 30px;
	cursor: pointer;
	font-weight: bold;
}

.faq_pair .faq_question.open {
	border-radius: 8px;
	margin: 0px;
	padding: 10px 10px 10px 40px;
	background-color: var(--highlight);
	cursor: pointer;
	color: var(--background);
}

.faq_pair .faq_question .icon{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 5px 10px 0 -25px;
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(/shop/images/all/icons/icon-chevron-down.svg);
	transition: all 0.5s ease;
}
.faq_pair:hover .faq_question .icon,
.faq_pair.open .faq_question .icon{
	background-image: url(/shop/images/all/icons/white/icon-chevron-down.svg);
}
.faq_pair.open .faq_question .icon{
	transform:rotate(-180deg);
}
/* BOF FAQ neu RXT */


/* BOF Tax-ID Prüfung checkmark.svg */
.ustid .checkmark{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0px 0px 0 0px;
}

.ustid .checkmark.ok{
	margin: 5px 0px 0 0px;
}
.ustid .checkmark svg{
	width: 15px;
	height: 15px;
	vertical-align:middle;
	overflow:hidden;
	margin-top: -4px;
}
.ustid .checkmark.ok 	svg{		fill: var(--avail_color_green);}
.ustid .checkmark.notok svg .badge{	fill:var(--avail_color_red);}
.ustid .checkmark.notok svg .sign{	fill:#fff;}
/* BOF Tax-ID Prüfung checkmark.svg */




.niceform .tracking_email input[type="text"]{border-radius: 0.25rem}
.tracking_email.error {color: var(--error); font-weight: bold; font-size: 12px;}
.tracking_email.error input {border: 2px solid var(--error);}

























/* CSS Document */
.niceform .pw_check input[type="password"],
.niceform .pw_check button{
	border: 1px solid var(--lightgrey);
}


.toggleVis{
	border: 1px solid var(--lightgrey);
	background-color: var(--lightgrey);
	height: 40px;
}
.toggleVis SVG{
	color:transparent;
}
.toggleVis SVG path{
	stroke: var(--textcolor);
}
.toggleVis.active{
	background-color: var(--secondary);
}
.toggleVis.active SVG path{
	stroke: #fff;
}


.list-group-item {
	color:  var(--textcolor);
}.list-group-item.success{
	color: var(--success);
}


.pw_checkmark_circle{
  background-color: var(--background);
}


.list-group-item.success .pw_checkmark_circle{	background-color: var(--background);}
.list-group-item.success .pw_checkmark_stem{	background-color: var(--success);}
.list-group-item.success .pw_checkmark_kick{	background-color: var(--success);}

.edit_order_link .ship_extra{font-weight: bold;}


.faq_videos{margin-top: 80px;}
.faq_videos video{border: 1px solid var(--lightgrey);}



/* BOF TEMP HDI: */
/*
.SBS.GBA .shipping_select_table .moduleRow input,
.SBS.GBA .payment_select_table .moduleRow input {
	opacity: 1;
	width: auto;
	height: auto;
}

.SBS.GBA .payment_select_table tr.pay_concardis_checkout_page {
    display: block;
}
*/
/* EOF TEMP HDI */