

abbr[title], acronym[title] {border-bottom: 1px dotted }
   abbr[title]:after, , acronym[title]:after {content: "" }

.tabs > .active {
    border-bottom: 1px solid #ffffff;
    color: #444444;
}
.tabs > * {
    border: 1px solid #cecece;
    color: #cecece;
    cursor: pointer;
    display: inline-block;
    left: 0;
    margin-right: 6px;
    padding: 1em;
    position: relative;
    top: 1px;
}

@media (max-width:960px) {
	abbr[title]:after, acronym[title]:after {content: ", " attr(title) " "}
}

/*		Von Plissees übernommen		*/
.listStyleTypeRaquo ul, ul.listStyleTypeRaquo {
		list-style-type: none;
}
		.listStyleTypeRaquo ul > li:before, ul.listStyleTypeRaquo > li:before {
				content: "\00BB\0020";
		}
		.listStyleTypeRaquo ul > li, ul.listStyleTypeRaquo > li {
				/*
				text-indent: -1em;
				margin-left: 1em;
				*/
				/* fuer die HR-Schriftart brauchen wir Folgendes */
				text-indent: -10px;
				margin-left: 10px;
		}
#extrafenster {
		display: none;
}
.extrafenster {
		/* das hier sollte in der colorbox.css gestaltet werden! - oder besser nicht, so sind wir einem evtuellen Austausch der Colorbox unabhaengiger */
		background-color: #ffffff;
		padding: 1.925em;
		height: 100%;
		box-sizing: border-box;
}
@media (max-width: 800px) {
		.extrafenster {
				padding: 1em;
		}
}
.fensterDesign {
		display: flex;
		flex-direction: column;
}
.fensterDesign input[type="checkbox"] {
		vertical-align: middle;
}
.extrafenster .head {
		padding-bottom: 1em;
		border-bottom: 1px solid #cecece;
		flex: 0 0 auto;
}
.extrafenster .head .left {
		float: left;
}
.extrafenster .head .right {
		float: right;
}
.extrafensterClose {
		cursor: pointer;
}
.extrafenster h2 {
		font-size: 14px;
		padding: 0;
		margin: 0;
}
.fensterZweiSpalten {
		display: -webkit-flex;
		display: flex;
		flex: 1 0 0;
		overflow: auto;
}
.fensterZweiSpalten > .buttonAusklapp {
		display: none;
		position: absolute;
		left: 0px;
		z-index: 2;
		font-weight: bold;
		cursor: pointer;
		top: 100px;
}
.fensterZweiSpalten > .buttonAusklapp img {
		height: 40px;
		display: block;
}
.fensterZweiSpalten > .left {
		padding-top: 2em;
		padding-right: 1em;
		border-right: 1px solid #cecece;
		overflow: auto;
		height: 100%;
		box-sizing: border-box;
}
.fensterZweiSpalten > .right {
		padding-left: 2.5%;
		padding-top: 2em;
		overflow: auto;
		height: 100%;
		box-sizing: border-box;
		position: relative;		/* fuer die absolut positionierten Ausblend-Balken */
}
.fensterDesign .fensterZweiSpalten > .left {
		-webkit-flex: 0 1 290px;
		flex: 0 1 290px;
}
.fensterDesign .fensterZweiSpalten > .left .color input {
		display:none;
}

.fensterDesign .fensterZweiSpalten > .right {
		/* eigentlich
		-webkit-flex: 4.8 1 0;
		flex: 4.8 1 0;
		damit kommt aber der IE11 nicht zurecht (der Edge aber schon), trotzdem hier folgender Umweg, der bei allen grossen Browsern funktioniert: */
		-webkit-flex: 4.8 1 1px;
		flex: 4.8 1 1px;
}

@media (max-width: 1000px) {
		/* ab hier die links Spalte zum einklappen */
		.fensterDesign .fensterZweiSpalten {
				display: block;
				position: relative;
		}
		.fensterDesign .fensterZweiSpalten > .buttonAusklapp {
				display: block;

		}
		.fensterDesign .fensterZweiSpalten > .left {
				position: absolute;
				left: 0;
				top: 0;
				background-color: #ffffff;
				width: 0;
				padding-right: 0;
				z-index: 10;
		}
}


.fensterZweiSpalten > .left h3 {
		font-size: 13px;
		border-bottom: 1px solid #cecece;
		padding-bottom: 0.5em;
}



.extrafensterDetailsBottom {
		text-align: right;
}
.extrafensterDetailsBottom .abpreis {
		font-size: 16px
}

.extrafenster .buttons {
		margin-top: 1em;
}
.extrafenster .buttons button {
		margin-left: 1em;
		border: none;
		padding: 0.5em;
		font-size: 13px;
		cursor: pointer;
}
.extrafenster .buttons .stoffprobe {
		background-color: #cecece;
		color: #444444;
}
.extrafenster .buttons .stoffprobe:hover {
		background-color: #bebebe;
}
.extrafenster .buttons .uebernehmen {
		background-color: #357dbc;
		color: #ffffff;
}
.extrafenster .buttons .uebernehmen:hover {
		background-color: #458dcc;
}



.listDesigns {
overflow: auto;
height: 100%;
}
.listDesigns:before {
		/* Uebergang ins Transparente */
		position: absolute;
		z-index: 1;
		top: 2em;
		left: 0;
		background-color: transparent;
		background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
		width: 100%;
		height: 10px;
		content: ' ';
}
.listDesigns:after {
		/* Uebergang ins Transparente */
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		background-color: transparent;
		background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
		width: 100%;
		height: 10px;
		content: ' ';
}

.listDesigns .zwischenueberschrift {
		margin-top: 2em;
		margin-bottom: 2em;
		margin-right: 2%;
}
.listDesigns .zwischenueberschrift .logobezeichnung {
		float: left;

		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
}
.listDesigns .zwischenueberschrift .logobezeichnung .logo {
		-webkit-flex: 0 1 auto;
		flex: 0 1 auto;
}
.listDesigns .zwischenueberschrift .logobezeichnung .logo > img {
		margin-right: 1em;
		height: 22px;
		max-width: 100%;
}
		.listDesigns .zwischenueberschrift .logobezeichnung .logo > img[src*="lysel"] {
				height: 44px;
		}
.listDesigns .zwischenueberschrift .logobezeichnung .bezeichnung {
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
}

.listDesigns .zwischenueberschrift .ansicht {
		float: right;
}

.listDesigns .zwischenueberschrift .ansicht form {
		display: inline;
}
.listDesigns .zwischenueberschrift .ansicht_bezeichnung {
		font-weight: bold;
		margin-right: 1em;
}
.listDesigns .zwischenueberschrift .ansicht_wahl {

}
		.listDesigns .zwischenueberschrift .ansicht_wahl .button {
				display: inline-block;
				width: 93px;
				height: 22px;
				line-height: 22px;
				border: 1px solid #cecece;
				text-align: center;
				color: #888888;
				margin-left: 4px;
				background-color: #ffffff;
				padding: 0;
				border-radius: 0;
				font-size: 1em;

				-webkit-touch-callout: none; /* iOS Safari */
				-webkit-user-select: none;   /* Chrome/Safari/Opera */
				-khtml-user-select: none;    /* Konqueror */
				-moz-user-select: none;      /* Firefox */
				-ms-user-select: none;       /* IE/Edge */
				user-select: none;           /* non-prefixed version, currently not supported by any browser */
		}
		.listDesigns .zwischenueberschrift .ansicht_wahl .button:hover {
				color: #444444;
		}
				.listDesigns .zwischenueberschrift .ansicht_wahl input {
						display: none;
				}
				.listDesigns .zwischenueberschrift .ansicht_wahl .button > img {
						display: none;
						width: 11px;
						height: 10px;
						margin-left: 1em;
				}

				.listDesigns .zwischenueberschrift .ansicht_wahl input:checked + .button {
						color: #ffffff;
						background-color: #3781bd;
						border: 1px solid #3781bd;
				}
						.listDesigns .zwischenueberschrift .ansicht_wahl input:checked + .button > img {
								display: inline;
						}
.listDesigns .notFound {
			margin-top: 5em;
			font-style: italic;
			text-align: center;
			color: #999999;
}


.listDesignsMarke {
		position: relative; 	/* fuer die Positionsbesteimmung eines Stoffes mit offsetLeft - fuer die Position des Pfeils */
		margin-left: 2%;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
}

.listDesignsMarke .listDesignsDesign {
		/* display: inline-block; */
		padding-right: 1%;
		border-right: 1px solid #cecece;
		margin-right: 2%;
		margin-bottom: 2.45em;
		vertical-align: top;
		-webkit-flex: 1 1 160px;
		flex: 1 1 160px;
}
		.listDesignsMarke .listDesignsAreaActivateDetails {
				cursor: pointer;
				position: relative;
		}
.listDesignsMarke .listDesignsGroupBilder > * {
		float: left;
}
.listDesignsMarke .listDesignsGroupBilder > *:last-child {		/* clear-<br> */
		float: none;
}
		.listDesignsMarke .listDesignsDesign .listDesignsDesignbild {
				margin-right: 5px;
				margin-bottom: 1em;
		}
				.listDesignsMarke .listDesignsDesign .listDesignsDesignbild img {
						display: block;
						width: 100%;
						min-height: 180px;		/* wenn das Bild fehlt */
				}
		.listDesignsMarke .iconSpezial {

				width: 23px;
				height: 23px;

				/*width: 12%;*/
				margin-bottom: 5px;
		}

.iconSpezial.waermeschutz {
		background-image:url(../icons/spezial-waermeschutz.svg);
}
.iconSpezial.bildschirm {
		background-image:url(../icons/spezial-bildschirm.svg);
}
.iconSpezial.feuchtraum {
		background-image:url(../icons/spezial-feuchtraum.svg);
}
.iconSpezial.schwerentflammbar {
		background-image:url(../icons/spezial-schwerentflammbar.svg);
}
.iconSpezial.licht_0 {
		background-image:url(../icons/licht-0.svg);
}
.iconSpezial.licht_1 {
		background-image:url(../icons/licht-1.svg);
}
.iconSpezial.licht_2 {
		background-image:url(../icons/licht-2.svg);
}
.iconSpezial.licht_3 {
		background-image:url(../icons/licht-3.svg);
}
.iconSpezial.licht_4 {
		background-image:url(../icons/licht-4.svg);
}

.listDesignsMarke .listDesignsAreaActivateDetails:hover .infoDetailansicht {
		background-image:url(../icons/detailansicht.svg);
		background-position:center top;
		background-repeat:no-repeat;
		min-height:40px;
}
.listDesignsMarke .listDesignsAreaActivateDetails:hover .infoDetailansicht {
		display: block;
}
.listDesignsMarke .listDesignsAreaActivateDetails:hover .listDesignsDesignbild {
		opacity: 0.5;
}

.listDesignsMarke .listDesignsBoxDetailsWrap {
		overflow: hidden;		/* fuer die Animation height: 0 */
		margin-bottom: 2em;
}

.listDesignsMarke .listDesignsBoxDetails {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;

		border: 2px solid #cecece;
		padding: 1.8%;
		position: relative;
		box-sizing: border-box;
}
.listDesignsMarke .listDesignsBoxDetails.elemLt500 {
		-webkit-flex-direction: column;
		flex-direction: column;
}
.listDesignsMarke .listDesignsBoxDetails .schliessen {
		position: absolute;
		top: 1em;
		right: 1em;
		cursor: pointer;
}
.listDesignsMarke .pfeilOben {
		position: absolute;
		height: 12px;
		font-size: 20px;
}
.listDesignsMarke .listDesignsBoxDetails > .left {
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-right: 4%;
}
.listDesignsMarke .listDesignsBoxDetails > .left img.boxDetailsDesignbild {
		width: 100%;
		display: block;		/* wegen dem Space unter der Baseline */
}
.listDesignsMarke .listDesignsBoxDetails > .right {
		-webkit-flex: 10 5 auto;
		flex: 10 5 auto;
}
.listDesignsMarke .listDesignsBoxDetails > .right h3 {
		font-size: 15px;
}
.listDesignsMarke .listDesignsBoxDetails > .right .versand {
		color: #00900a;
		font-size: 13px;
}
.listDesignsMarke .listDesignsBoxDetails > .right .versand .haken {
				font-size: 16px;
				font-weight: bold;
}
.listDesignsMarke .listDesignsBoxDetails .eigenschaften {
		-moz-column-width: 170px;
		-webkit-column-width: 170px;
		column-width: 170px;
		line-height: 20px;
		padding-left: 4%;		/* das spiegelt die Standardeinsteellung im Firefox 44 wider (40px), verkleinert sich jetzt aber passenderweise bei kleinen Layouts */
}

.listDesignsMarke .listDesignsBoxDetails .licht {
		line-height: 20px;
}


.listDesignsMarke .listDesignsBoxDetails .design_big_bildbox {
		position: relative;
		width: 250px;
		margin-left: 1em;
		/* height: 333.33px; */		/* Die Bilder sollten eigentlich 400x300Px vorliegen. Das sind aber leider nicht alle! Deshalb hier auch die Hoehe beschraenken sonst veraendert sich das Layout bei unterschiedlichen Bildgroessen. - Das Bild wird auch nicht gezerrt, weil das hier nur der Container um das eigentliche Bild herum ist  */
}
.listDesignsMarke .listDesignsBoxDetails.elemLt550 .design_big_bildbox {
		width: 180px;
}
.listDesignsMarke .listDesignsBoxDetails.elemLt500 .design_big_bildbox {
		/* hier jetzt untereinander */
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1em;
		width: 200px;
}
.listDesignsMarke .listDesignsBoxDetails .design_big_bild {

}
.listDesignsMarke .listDesignsBoxDetails .design_big_lupe {
		position: absolute;
		top: 15px;
		right: -1px;
		cursor: pointer;
}

.listDesignsMarke .listDesignsBoxDetails .design_big_nav_left, .listDesignsMarke .listDesignsBoxDetails .design_big_nav_right {
		position: absolute;
		top: 160px;
		cursor: pointer;
}
.listDesignsMarke .listDesignsBoxDetails .design_big_nav_left {
		left: -20px;
}
.listDesignsMarke .listDesignsBoxDetails .design_big_nav_right {
		right: -20px;
}
.listDesignsMarke .listDesignsBoxDetails .design_big_preview {
		margin-top: 7px;
		margin-left: 1em;
}
.listDesignsMarke .listDesignsBoxDetails .design_big_preview > img, .listDesignsMarke .listDesignsBoxDetails .design_big_preview > a > img {
		border: 1px solid #cccccc;
		margin-right: 3px;
		width: 30px;
		height: 40px;
		/* cursor: pointer; 		-- solange es mouseover, statt click triggert, hier vielleicht kein cursor: pointer */
}
.listDesignsMarke .listDesignsBoxDetails .design_big_preview > img.active {
		border: 1px solid #454545;
}

.extrafenster .tabsDesign {
		margin-top: 1em;
}
.extrafenster .tabsDesign.elemLt700 .bez {
		display: none;
}

.tabFenster > div {			/* einzelnes Tab-Fenster */
		padding: 2em;
}
.tabFenster ul {
		margin: 0;
		padding: 0;
}

#tabFensterDesign ul {
		padding-left: 1em;
}
#tabFensterDesignKunden {
		max-height: 202px;
		overflow: auto;
}

		.meinung_text {
				font-style: italic;
				margin-bottom: 1em;
		}
		.meinung_keine {
				font-style: italic;
				text-align: center;
				margin-top: 2em;
		}

.kundenmeinungen {
		max-height: 220px;
		overflow: auto;
}


.listDesignsMarke .listDesignsBez, .listDesigns .listDesignsErsetztbez {
		font-size: 11px;
		color: #888888;
}
.listDesignsMarke .listDesignsErsetztbez {
		font-style: italic;
}
.listDesignsMarke .abpreis {
		text-align: right;
		font-weight: bold;
		margin-top: 4px;
		margin-bottom: 2px;
}

  .listDesignsMarke .listDesignsDesign .listDesignsDesignbild
, .listDesignsMarke .infoDetailansicht
, .listDesignsMarke .listDesignsGroupBottom
, .listDesignsMarke .listDesignsDesign .uebernehmen
{
		/* width: 150px; */
		width: 82%;
}

.listDesignsMarke .infoDetailansicht {
		position: absolute;
		left: 0;
		text-align: center;
		top: 77px;
		display: none;
}
.listDesignsMarke .infoDetailansicht img {
		width: 23px;
}
.listDesignsMarke .listDesignsDesign .uebernehmen {
		text-align: right;
}
.listDesignsMarke .listDesignsDesign .uebernehmen > div {		/* .listDesignsUebernehmenButton */
		background-color: #cecece;
		color: #ffffff;
		padding-left: 1em;
		padding-right: 1em;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		display: inline-block;
		cursor: pointer;
}
.listDesignsMarke .listDesignsDesign .uebernehmen > div:hover {
		background-color: #3580bb;
		color: #ffffff;
}

.listDesignsDesign.filler {
		height: 0;
		/*
		margin: 0;
		padding: 0;
		border: 0;
		margins, paddings und borders fuer die breitenberechnung so lassen wie sie sind

		... aber die Hoehe runtersetzen
		*/
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
		border-top: 0;
		border-bottom: 0;
		border-right: 1px solid transparent;
}

.fensterDesign input[type="checkbox"] {
		margin-right: 7px;
}
.fensterDesign .icon {
		vertical-align: middle;
		width: 22px;
		height: 22px;
		margin-left: 0;
		margin-right: 7px;
}
.extrafenster .schliessen {
		vertical-align: middle;
}
				.fensterDesign .check label {
						display: block;
						text-indent: -2em;
						margin-left: 2em;
						margin-top: 5px;
						margin-bottom: 5px;
				}


				.suche {
						background-image: url(icons/lupe.svg);
						background-repeat: no-repeat;
						background-position: 96% center;
						background-size: 24px 24px;
						padding-left: 15px;
						padding-right: 15px;
						padding-top: 15px;
						padding-bottom: 15px;
						border: 1px solid #cecece;
						box-sizing: border-box;
						width: 98%;

				}


				.farbbox {
						display: block;
						width: 30px;
						height: 30px;
						line-height: 30px;
						float: left;
						border: 1px solid #f1f1f1;
						text-align: center;
						font-weight: bold;
						cursor: pointer;
						margin-right: 4%;
						margin-bottom: 4%;
						font-size: 20px;
				}
				.farbbox.beige { background-color: #d4be8d; color: #ffffff; }
				.farbbox.blau { background-color: #3485ff; color: #ffffff; }
				.farbbox.braun { background-color: #6f3e18; color: #ffffff; }
				.farbbox.gelb { background-color: #fffc00; color: #888888; }
				.farbbox.gold { background-color: #ffd700; color: #888888; }
				.farbbox.gruen { background-color: #73b525; color: #ffffff; }
				.farbbox.orange { background-color: #ff6501; color: #ffffff; }
				.farbbox.rosa { background-color: #ed008c; color: #ffffff; }
				.farbbox.rot { background-color: #ea0001; color: #ffffff; }
				.farbbox.schwarz { background-color: #000000; color: #ffffff; }
				.farbbox.violett { background-color: #9349aa; color: #ffffff; }
				.farbbox.weiss { background-color: #ffffff; color: #888888; }
				.farbbox.grau { background-color: #838383; color: #ffffff; }
				.farbbox.silber { background-color: #c0c0c0; color: #ffffff; }

@media all and (max-width: 480px) {
		.listDesignsMarke .listDesignsDesign {

				max-width: 99%;

		}
}