/*
		18.08.2016 07:07 Tim			Tabs Mass/Standard eingeabaut, offcanvasfilter zu filter umgebaut
		10.09.2019		 Jannick		Artikel Alle Box nun display: flex imd float entfernt
*/


.text_before a:link {
	color: #de8903;   /* altes orange: FFE900 -- ist aber sehr grell, deshalb jetzt etwas dunkler */
}

.text_before a:visited {
	color: #815000;
}
/*
p, li, td {
    font-size: 8pt;
}
*/
/* Ende css.css */


a img {
		border: 0;
}

.auswahl_standard_mass span.label {
	line-height:36px;
}
input[type=number] {
		/* z.B. das Mengenfeld */
		-moz-appearance: textfield;		/* Beim Firefox-Browser 41 sehen die Spin-Buttons nicht schoen aus */
}


.msg_notfound {
		color: #888888;
		font-style: italic;
		margin: 40px;
		text-align: center;
}

.msg_notfound_icon {		/* z.B. die Meldung mit dem Icon */
		color: #888888;
		font-style: italic;
		margin-left: 40px;
		margin-right: 40px;
		margin-top: 100px;
		margin-bottom: 40px;
		text-align: left;
		line-height: 2em;
		margin-left: 5em;
}
		.msg_notfound_icon img {
				float: left;
				margin-right: 1em;
		}

.link_weitere {
		text-align: center;
		margin-right: 1em;
		margin-top: 2em;
		margin-bottom: 2em;
}






/* mass_listing */



.artikel_alle {
		margin: 1em 2em;
		display: flex;
}
/*	Listing neu		*/
.xListing {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 2em;
	margin-bottom: 1em;
}
.xListing h1, .xListing .versandzeit {
	grid-column: 1 / -1;
}
.ueberschrift, .artikel_alle .mainRight > h1 {
	margin-top: 0;
	padding-bottom: 25px;
	padding-top: 0;
	/*line-height: 1em;*/
}
.listingBox, .listingBox * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	background-color: #fff;
}
.listingBox {
	display: flex;
	flex-direction: column;
	max-width: 260px;
	min-width: 190px;
	width: 100%;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
	text-align: center;
	margin: auto;
	position: relative;
	z-index: 5;
	font-size: 0.85em;
}
.listingBox > a {
	text-decoration: none;
	color: #0E0E0F;
}
.listingBox .herstellerLogo {
	padding: 0;
	margin-bottom: -0.5em;
}
.listingBox .herstellerLogo object {
	width: 1.5em;
	height: 1.5em;
	margin-top: -0.75em;
}
.listingBox .artikelBez {
	padding: 10px 0;
	font-weight: 100;
	font-size: 0.875em;
	line-height: 1.5em;
}
.listingBox .artikelBez span {
	display: block;
	font-weight: 400;
	font-size: 1.14em;
}
.listingBox .artikelBild {
	display: flex;
	width: 100%;
	text-align: center;
}
.listingBox.listingBox1 .artikelBild img {
	max-width: 112px;
}
.listingBox .artikelBild img {
	width: 100%;
	min-width: 50px;
	margin: auto;
	aspect-ratio: 112 / 149;
}
.listingBox .artikelKonfi {
	display: flex;
	padding: 10px;
}
.listingBox .artikelKonfi span {
	padding: 15px 0;
}
.listingBox .artikelKonfi ~ span {
	padding: 10px;
	line-height: 20px;
	display: flex;
	justify-content: center;
	background: #F2F2F4;
	font-weight: 400;
}
	.listingBox .artikelKonfi ~ span::before {
		width: 1.3em;
		margin-right: 1em;
		display: block;
		background-image: url(/i/stoffuebersicht/icon_details.svg);
		background-size: 100%;
		content: '';
		background-position: 50%;
		background-repeat: no-repeat;
	}
.listingBox .artikelKonfi span:first-child {
	flex: 1 1 55.5%;
	/*background: #F2CB05 url("/i/stoffuebersicht/icon_konfigurieren.svg") no-repeat 0.5em 50%;
	background-size: 1.2em;
	margin-right: 5px;
	text-align: left;
	padding-left: 2em;
	letter-spacing: -0.75px;*/
}
.listingBox .artikelKonfi span:last-child {
	flex: 1 1 35%;
	font-weight: 500;
}
.listingBox a:last-child {
	background: #F2F2F4;
	display: block;
}

.listingBox a:last-child {
	background-size: 1.2em;
	padding: 13.5px 13px 13.5px 2.5em;
	display: block;
	position: absolute;
	left: 10px;
	bottom: 50px;
	z-index: 20;
	
	flex: 1 1 70%;
	background: #F2CB05 url("/i/stoffuebersicht/icon_konfigurieren.svg") no-repeat 0.8em 50%;
	background-size: 1.5em;
	text-align: left;
	padding-left: 2.9em;
	font-weight: 400;
	width: 55.5%;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.listingBox a:last-child {
		font-size: unset;
	}
}
/*	Ende Listing neu	*/
.artikel_alle .listing {
		/* ersetzt margin-right: 0; bei ".artikel_alle .listing a:nth-child(4n)" */
		/* margin-right: -3.1%; */

		margin-bottom: 3em;		/* Abstand zum Trenner-Banner */
		font-size: 8pt;
		display: flex;
		flex-wrap: wrap;
}

		.listing a {
				color: #444444;
				vertical-align: bottom;
				text-align: center;
				padding-top: 4px;
				padding-bottom: 4px;
				margin-bottom: 1.4em;
				padding-top: 1em;

				margin-right: 1.9%;

				text-decoration: none;
				display: inline-block;
				border: 1px solid #e6e6e6;
				position: relative;
				box-sizing: border-box;			/*  fuer die width Angabe (z.B. width: 100%) bei schmaleren Layouts (media Queries) */
				
		}

		.listing_box2 {
				/*width: 220px;*/
				padding-left: 2px;
				padding-right: 2px;
				flex: 1 1 220px;
				max-width: 280px;
		}
		.listing_box1 {
				flex: 1 1 150px;
				max-width: 180px;
		}










.versandzeit {
		margin-top: 2em;
		margin-bottom: 1em;
		font-size: 14px;
		flex: 1 0 100%;
		align-items: center;
}
		.versandzeit > img {
				vertical-align: middle;
				margin-right: 1ex;
		}
		
				.banner_icon_4decor {
					width:27px;
				}

.listing {

}

				.listing_box_haken, .listing_box_haken_active {
						position: absolute;
						top: -9px;
						right: 4px;
				}
				.listing_box_haken_active {
						display: none;
				}
				.noTouch .listing a:hover .listing_box_haken_active {
						display: block;
				}

				.listing_box_icon, .listing_box_icon_active {
						position: absolute;
						top: -10px;
						right: 0;
						width: 100%;
						z-index: 0;
				}
				.listing_box_icon_active {
						display: none;
				}

				.noTouch .listing a:hover .listing_box_icon_active {
						display: block;
				}

				.listing_box_bez {
						display: block;
						padding-left: 1em;
						padding-right: 1em;
						z-index: 1;		/* damit der Text ueber dem Logo liegt (irgendwie hat das (wohl durch position absolute bei dem anderen Element) nicht mehr geklappt) */
						position: relative;	/* damit der z-index Wirkung zeigt */
						margin-top: 8px;
						min-height:4.5em;
						
				}
				.listing_box_ersetzt_bez {
						display: block;
						font-style: italic;
						z-index: 1;		/* damit der Text ueber dem Logo liegt (irgendwie hat das (wohl durch position absolute bei dem anderen Element) nicht mehr geklappt) */
						position: relative;	/* damit der z-index Wirkung zeigt */
				}
				.listing_box_imggroup {		/* momentan nur Plissee */
						display: block;
						/* width: 250px; */
						margin-left: auto;
						margin-right: auto;

						z-index: 1;		/* damit das Bild ueber dem Logo liegt (irgendwie hat das (wohl durch position absolute bei dem anderen Element) nicht mehr geklappt) */
						position: relative;	/* damit der z-index Wirkung zeigt */
				}
						.listing_box_imggroup > * {
								display: block;
								float: left;
								margin-left: 0.8% !important;
								margin-top: 0.8% !important;
						}
						.listing_box_imggroup_clear {
								width: 0;
								height: 0;
								float: none;
								clear: both;
						}
						.listing_box_imggroup > img {		/* die Icons */
								width: 8%;
						}
						.listing_box_img {
								display: block;
								margin-top: 1em;

								/* height: 149px; */
								margin-left: auto;
								margin-right: auto;
								overflow: hidden;		/* fuer versehentlich zu grosse Bilder */
						}
						.listing_box1 .listing_box_img {
								width: 90%;
						}
						.listing_box2 .listing_box_img {
								width: 44.8%;
						}
								.listing_box_img img {
										width: 100%;
								}
				.reg {
						vertical-align : super;
						font-size: 90%;
				}
				.listing_box_ersetzt {
						display: block;
				}
				.listing_box_iconsbelow {
						display: block;
						clear: both;
						margin-top: 2px;
				}
						.listing_box_iconsbelow img {
								margin-left: 1px;
								margin-right: 1px;
						}
				.listing_box_pg {
						display: block;
						padding-top: 0.5em;
						padding-bottom: 0.5em;
				}
				.listing_box_konfi {
						display: none;
						position: absolute;
						bottom: 0;
						left: -1px;
						width: 100%;
						z-index: 2;		/* wenn ich fuer die Bilder einen z-index definiere, dann muss ich das hier auch machen und die Box ganz oben drauf legen */
				}
				.noTouch .listing a:hover .listing_box_konfi {
						display: block;
				}
				.listing_box_konfi > span {
						display: block;
						color: #ffffff;
						background-color: #444444;
						padding: 10px;
						font-weight: bold;
						margin: 5px;
						border-top: 5px solid #ffffff;
						position: relative;
						background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAL0lEQVQI12P88ePHfwYCgJGBgYEBn0IODg5GRhgHm0IODg5GuEnYFMIUYAXYTAQAw5YT07b+ZT8AAAAASUVORK5CYII=');
						background-repeat: no-repeat;
						background-position: center top;
				}





.artikel_alle .auswahl_eingrenzen label input[type=checkbox], .artikel_alle .auswahl_eingrenzen span input[type=checkbox] {

		display: none!important;
}



.musterungbox, .lichtbox, .eignungbox { color:#de8903;}


/* Einschraenkung der Eigenschaften */

		.hover_underline, .hover_underline_active {
				font-size: 10px;
				color: #888888;
				margin-left: 4px;
		}

				.hover_underline:hover {
						text-decoration: underline;
				}

		.hover_underline_active {
				color: #de8904;
		}


				.ajax_lade {
						visibility: hidden;
						position: absolute;
						top: 45px;
						right: 10px;
				}


/* .artikel_alle */



.artikel_alle .mainRight {
		/*margin-right: 1%;*/
		margin-bottom: 2em;
		display: flex;
		flex-direction: column;
}

/*
.artikel_alle {
	display:flex;
}
*/
.artikel_alle .mainRight {
	margin-left: 7%;
	width: 100%;
}

@media (max-width: 1024px) {
		.artikel_alle .mainRight {
			margin-left: 0;
		
		}
		
		.artikel_alle {
			flex-direction:column;
		}
}

@media (max-width: 1050px) {
	.artikel_alle .mainRight {
			width: 80%;
	}
	.top_content .auswahl_eingrenzen {
			width: 18%;

	}
}


@media (max-width: 800px) {
		.artikel_alle .auswahl_eingrenzen label input[type="checkbox"] {
			display: none;

		}
		.listing_box_icon, .listing_box_icon_active {
			top: -7px;
		}
}

@media (max-width: 560px) {
		
		.listing_box_icon, .listing_box_icon_active {

			top: -10px;

		}
}




		
		#listing_artikel .versandzeit:first-child {
				margin-top: 1em;
		}
		/* Ende wegen Umschalter */



	.link_Button {
			display: inline-block;
			text-decoration: none;
			margin: 0px 40px 40px 5em;
			cursor: pointer;
			color: #888888;
			border: 1px solid #e6e6e6;
			background-color: #f1f1f1;
			padding: 0.3em;
			font-size: 0.9em;
	}
			.link_Button:hover {
					color: #000000;
					border-color: #888888;
			}
			.link_Button:active {
					color: #000000;
					border-color: #888888;
					border-style: inset;
			}
			
			
			
			
			
			
			