
.stoffauswahltabs {display:none;padding: 2px 3px;}
#stoffwahl_spalte_text label {
	display:block;
}
.auswahl_eingrenzen .box_properties_area_margin td #radio_spezial_18 + span:after { /* ausnahme lamellen */
		/* background-image: url("https://www.heimtextilien.com/img/stoffauswahl/icon_bildschirmarbeitsplatz.svg")!important; */
		}
		.auswahl_eingrenzen .box_properties_area_margin td #radio_spezial_16 + span:after { /* ausnahme lamellen */
		/* background-image: url("https://www.heimtextilien.com/img/stoffauswahl/icon_objekt.svg")!important; */
		}
		.auswahl_eingrenzen .box_properties_area_margin td #radio_spezial_5 + span:after { /* ausnahme lamellen */
		/* background-image: url("https://www.heimtextilien.com/img/stoffauswahl/icon_schwer_entflammbar.svg")!important; */
		}
		.auswahl_eingrenzen .box_properties_area_margin td #radio_spezial_14 + span:after { /* ausnahme lamellen */
		/* background-image: url("https://www.heimtextilien.com/img/stoffauswahl/icon_gepruefte_qualitaet.svg")!important; */
		}

#stoffwahl_spalte_text input + .stoffwahl_des_box {
			margin-top: 0;
			max-height: 0;
			opacity: 0;
			/*transform: translate(0px, 50%);*/
}

#stoffwahl_spalte_text input:checked + .stoffwahl_des_box {
    color: rgba(48, 69, 92, 0.8);
    /*font-size: 17px;*/
    margin: 10px;
    max-height: 800px;
    opacity: 1;
    overflow: hidden;
    position: relative;
    /*transform: translate(0px, 0px);*/
   /* z-index: 2;*/
    transition: all 0.5s ease-in-out 0s;
}
@media all and (max-width: 100px) {
		.stoffauswahltabs {display:inline-block;}
		#fenster_stoffauswahl .auswahl_eingrenzen, #filtercheck:checked + .auswahl_eingrenzen {
		width: 0;
		float: left;
		display: block;
		position: absolute;
		border: 0;
		background-color: #fff;
		left: -300px;
		overflow-y: auto;
		max-height: 100%;
		overflow-x: hidden;
	}
		
		#stoffwahl_spalte_stoffe, #stoffwahl_spalte_bild, #stoffwahl_spalte_text, #stoffwahl_spalte_trenner, .auswahl_eingrenzen {
				display: none;
				float:left;
		}
		#stoffwahl_spalte_stoffe {
				width:100%;
		}
		#stoffwahl_toggle:checked ~ table tr > #stoffwahl_spalte_stoffe, #stoffwahl_toggle:checked ~ .auswahl_eingrenzen {
				display: block;
		}
		#stoffdetail_toggle:checked ~ table tr > #stoffwahl_spalte_bild, #stoffdetail_toggle:checked ~ table tr > #stoffwahl_spalte_text {
				display: block;
		}
		#stoffwahl_spalte_bild .big_bildbox img {max-width:100%;}
}
@media all and (min-width: 641px) {
	.wichtige_infos {display:none;}
}
/* Das grosse Stoffbild */

.big_bildbox {
		position: relative;
		margin: auto;
		max-width: 302px;		/* die 2 Pixel sind dem Rahmen vom inneren Bild geschuldet, der den Massen aufaddiert wird */
		height: 402px;
}

		.big_bild, .big_layerbild {
				/*position: absolute;
				left: 0;
				top: 0;*/
				border: 1px solid #cccccc;
				max-width: 90%;
				height: auto;
		}

		.big_lupe {
				position: absolute;
				right: 30px;
				top: 15px;
		}

		.big_nav_left, .big_nav_right {
				position: absolute;
				top: 190px;
		}
		.big_nav_left {
				left: 0;
		}
		.big_nav_right {
				right: 0;
		}

#bild_gr_preview {
		margin-top: 7px;
}
		#bild_gr_preview > img {
				border: 1px solid #cccccc;
				margin-right: 3px;
				width: 30px;
				height: 40px;
		}

#des_stoffprobe {
		text-align: center;
		margin-bottom: 5px;
}
		#des_stoffprobe button {
				background-color: #FFFFFF;
				border-color: #F8FFF8;
				font-size: 11px;
		}




#stoffwahl_spalte_stoffe {
		vertical-align: top;
}

#stoffwahl_spalte_trenner {
		background-image: url("stoffauswahl_verlauf.png");
		background-repeat: repeat-y;
		border-right: 1px solid #FFFFFF;
		width: 14px;
}

#stoffwahl_spalte_bild {
		padding-left: 1em;		/* hier eigentlich 2em - aber durch das Iframe vom Konfigurator ist hier wenig Platz */
		padding-right: 0.5em;		/* hier eigentlich 1em */
		vertical-align: top;
}

#stoffwahl_spalte_text {
		vertical-align: top;
		max-width: 280px;
		color: #808080;
}
/*
#liste_stoffe_container {
		width: 136px;
		overflow: hidden;
		height: 600px;
}
*/

#liste_stoffe {
		overflow: auto;

		position: relative;		/* position: relative ist fuer den IE7, sonst fliegen die Stoffe statisch aus der Div-Box */
}


.stoffeZurAuswahl {
		padding: 2px;
		color: #444444;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
}

/*
		Farbuebersicht.css
*/

		/* Einschraenkung der Eigenschaften */

		.hover_underline:hover {
				text-decoration: underline;
		}

		.farbuebersicht_headline {
				background-color: #cecece;
				color: #444444;
				padding: 0.5em;
				font-size: 1.2em;
				position: relative;
		}
				#suchfeld {
						border-width: 1px;
						color: #cccccc;
						font-size: 12px;
						width: 95px;
						position: absolute;
						right: 20px;
						top: 6px;
				}

		#farbuebersicht_head {
				/*height: 65px;*/
				position: relative;
				/*z-index: 3;
				background-color: #f4f4f4;*/
				border-bottom: 1px solid #cecece;
		}

		#text_before {
				color: #666666;
				margin-top: 1em;
				margin-bottom: 1em;
		}

		#text_after {
				margin-top: 20px;
				margin-bottom: 20px;
		}

		

		.box_properties {

				color: #595959;

		}

				body { behavior: url('/autosites/csshover3.htc'); }		/* only IE, ahmt das Hover-Verhalten nach! */

				.box_properties:hover .box_properties_area {
						display: block;
				}

		.box_properties_head {
				width: 100%;
				border-spacing: 0;
				background-color: #ffffff;
				/* border: 1px solid #d2d2d2; */
		}
				.box_properties_head_bez {
						text-align: left;
						padding-left: 6px;
						padding-top: 0;
						padding-bottom: 0;
						padding-right: 0;
						cursor: default;		/* sonst machen die Browser es zu 'text', was hier nicht so gut passt */
				}
				.box_properties_head_img {
						text-align: center;
						padding-top: 0;
						padding-bottom: 0;
						background-color: #888888;
						width: 13px;
				}


		.box_properties_area {
				background-color: #ffffff;
				border: 1px solid #dcdcdc;
				margin-top: 2px;
				padding: 4px;

				position: relative;

		}

				.box_properties_area table {
						width: 100%;
						z-index: 9
				}
				.box_properties_area div {
				}
/*
		#farbuebersicht_head_volant {
				position: absolute; top: 15px; left: 834px;
		}

		#farbuebersicht_head_sonderpreise {
				position: absolute; top: 34px; left: 834px;
		}
		/
		@media all and (max-width: 980px) {
				#farbuebersicht_head_volant {
						position: absolute; top: 2px; left: 598px;
				}

				#farbuebersicht_head_sonderpreise {
						position: absolute; top: 2px; left: 712px;
				}
		}
*/
		/* Listing der Stoffe */

		#liste_stoffe table {
				table-layout: fixed;
				width: 100%;
		}

				.listing_box {
						color: #888888;
						vertical-align: top;
						text-align: center;
						padding-top: 4px;
						padding-bottom: 4px;
						border: 1px solid transparent;		/* damit beim Mouseover, wennd der Rahmen hinzugerechnet wird, die Box nicht so komisch "springen" */
				}

				.listing_box:hover {
						border: 1px solid #cecece;
				}

						.listing_box img {
								border: 1px solid #cccccc;
						}
				.listing_box_activated {
						background-color: #cecece;
						color: #444444;
				}
						.listing_box_activated img {
								border: 1px solid #ffffff;
						}

		.msg_notfound {
				color: #666666;
				font-style: italic;
				margin-top: 60px;
				text-align: center;
		}

		.design_kl {			/* im Konfigurator */
				position: relative;
				margin-left: auto;
				margin-right: auto;
		}
				.design_kl img {
						display: inline-block;

				}
				.design_kl_system {
						position: absolute;
						text-align: center;
						top: 10px;
						left: 0;
				}
		.design_kl, .design_kl img, .design_kl_system {
				width: 39px;
		}
		.design_kl, .design_kl img {
				height: 52px;
		}

		.bild_kl {			/* bei der Stoffwahl */
				position: relative;
				width: 60px;
				height: 80px;
				margin-left: auto;
				margin-right: auto;
		}
				.bild_kl_img {
						display: inline-block;
						width: 60px;
						height: 80px;
				}
				.bild_kl_system {
						width: 60px;
						position: absolute;
						text-align: center;
						top: 10px;
						left: 0;
				}
				.bild_kl_na {		/* klein not avalable */
						position: absolute;
						left: 0;
						top: 0;
				}


/*
		Ende Farbuebersicht

*/

#stoffwahl_des_head {
		position: relative;
}
		#stoffwahl_des_head .ajax_lade {
				position: absolute;
				right: 20px;
				top: 0;
		}

		#stoffwahl_des_bez {
				font-size: 12px;
				font-weight: bold;
				color: #444444;
		}

		#stoffwahl_des_ersetzt_bez {
				display: none;
				font-size: 10px;
				color: #444444;
				font-style: italic;
		}

		#stoffwahl_des_versandzeit {
				margin-top: 1em;
				color: #444444;
		}

.stoffauswahl_bottom_hinweise {
		color: #888888;
		margin-top: 2em;
}

.stoffwahl_des_ue {
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px solid #d2d2d2;
		color: #444444;
}

.stoffwahl_des_box {
		overflow: auto;
		/*height: 0;*/
		padding-left: 10px;
		padding-right: 6px;
}

#des_bez {
		font-size: 12px;
}

.msg_nichtverfuegbar {
		font-style: italic;
}

#des_bild_kl {
		border: 1px solid #e4e4e4;
}


/* .stoffauswahl_bottom { */
		/* text-align: right; */
		/* margin-top: 1em; */
		/* position: absolute; */
		/* bottom: 1em; */
		/* right: 1em; */
/* } */
		/* .stoffauswahl_bottom > div { */
				/* background-color: #444444; */
				/* color: #ffffff; */
				/* border: 1px solid #ffffff; */
				/* width: 80px; */
				/* margin-left: auto; */
				/* margin-right: 4px;		/* um den Shatten noch zu sehen */ */
				/* margin-bottom: 4px; */
				/* text-align: center; */
				/* padding: 4px; */
				/* box-shadow: 0 0 6px #d3d3d3; */
				/* position: relative; */
		/* } */
				/* .stoffauswahl_bottom > div > div { */
						/* position: absolute; */
						/* right: 7px; */
						/* top: 3px; */
				/* } */


