/* css zu produkt *//* BaustoffkatalogeCSS  */.minHeight400  {min-height:400px;} 
.minHeight480  {min-height:480px;} 
.minHeight600  {min-height:600px;} 

/* ---------------------------- */
/* ---------- Filter ---------- */
/* ---------------------------- */
.radioBaustoffeAlphabet {
	display: none;
}
#baustoffeAlphabet {
	margin: 0;
	padding-left: 0;
	list-style: none;
	border-bottom: 3px solid #008542;
}
.baustoffeAlphabetItem {
	display: inline-block;
	vertical-align: top;
	width: 10%;
	margin-left: 16px;
}
.lblBaustoffeAlphabet {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 5px 0;
	border-top: 3px solid #CCE7D9;
	border-left: 1px solid #CCE7D9;
	border-right: 1px solid #CCE7D9;
	color: inherit;
	font-weight: normal;
}
.lblBaustoffeAlphabet::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -3px;
}

#radioBaustoffeAlphabet_1:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_1 .lblBaustoffeAlphabet,
#radioBaustoffeAlphabet_2:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_2 .lblBaustoffeAlphabet,
#radioBaustoffeAlphabet_3:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_3 .lblBaustoffeAlphabet,
#radioBaustoffeAlphabet_4:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_4 .lblBaustoffeAlphabet,
#radioBaustoffeAlphabet_5:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_5 .lblBaustoffeAlphabet,
#radioBaustoffeAlphabet_6:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_6 .lblBaustoffeAlphabet,
#radioBaustoffeAlphabet_7:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_7 .lblBaustoffeAlphabet,
.lblBaustoffeAlphabet:hover {border-color: #008542;}

#radioBaustoffeAlphabet_1:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_1 .lblBaustoffeAlphabet::after,
#radioBaustoffeAlphabet_2:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_2 .lblBaustoffeAlphabet::after,
#radioBaustoffeAlphabet_3:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_3 .lblBaustoffeAlphabet::after,
#radioBaustoffeAlphabet_4:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_4 .lblBaustoffeAlphabet::after,
#radioBaustoffeAlphabet_5:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_5 .lblBaustoffeAlphabet::after,
#radioBaustoffeAlphabet_6:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_6 .lblBaustoffeAlphabet::after,
#radioBaustoffeAlphabet_7:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_7 .lblBaustoffeAlphabet::after,
.lblBaustoffeAlphabet:hover::after {background-color: white;}


/* ---------- Filter Mobil ---------- */
#chkAlphabetMobil, #baustoffeAlphabetMobil {display: none;}
#baustoffeAlphabetMobil {position: relative;}
.baustoffeAlphabetMobilHeadline {
	display: none;
	position: relative;
	padding: 5px 0 5px 15px;
	line-height: 100%;
	font-size: 1.5rem;
	border-radius: 3px;
	background-color: #F4F3F3;
	background-image: linear-gradient(to top, rgba(216, 216, 215, 0.6) 0%, transparent 100%);
}
.baustoffeAlphabetMobilHeadline::after, .lblBaustoffeAlphabetMobilItem::after {
/*	content: "\f100";
	font-family: iconfont;
	color: #008542;*/

display: inline-block;
position: absolute;
content: '';
font-family: iconfont;
color: #008542;
right: 5px;
transition: left 500ms;
width: 13px;
height: 14px;
background-image: url('/pic/arrow_green.png');
background-size: contain;
background-repeat: no-repeat;
transform: rotate(90deg);
margin-top: 5px;



}
.baustoffeAlphabetMobilHeadline::after {
	right: 15px;
	top: 5px;
}
.lblBaustoffeAlphabetMobilItem::after {
	transform: rotate(0deg);
	right: 15px;
	top: 1px;
}
#chkAlphabetMobil:checked ~ #baustoffeAlphabetMobil .baustoffeAlphabetMobilHeadline::after {transform: rotate(180deg);}

#radioBaustoffeAlphabet_1:checked ~ #baustoffeAlphabetMobil #baustoffeAlphabetMobilHeadline_1,
#radioBaustoffeAlphabet_2:checked ~ #baustoffeAlphabetMobil #baustoffeAlphabetMobilHeadline_2,
#radioBaustoffeAlphabet_3:checked ~ #baustoffeAlphabetMobil #baustoffeAlphabetMobilHeadline_3,
#radioBaustoffeAlphabet_4:checked ~ #baustoffeAlphabetMobil #baustoffeAlphabetMobilHeadline_4,
#radioBaustoffeAlphabet_5:checked ~ #baustoffeAlphabetMobil #baustoffeAlphabetMobilHeadline_5,
#radioBaustoffeAlphabet_6:checked ~ #baustoffeAlphabetMobil #baustoffeAlphabetMobilHeadline_6,
#radioBaustoffeAlphabet_7:checked ~ #baustoffeAlphabetMobil #baustoffeAlphabetMobilHeadline_7
	{display: block;}

#baustoffeAlphabetMobilItemWrapper {
	display: none;
	list-style: none;
	margin-bottom: 0;
	margin-top: 4px;
	padding: 8px 0 8px 15px;
	background-color: #F4F3F3;
	font-size: 1.5rem;
	line-height: 100%;
	font-weight: bolder;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#chkAlphabetMobil:checked ~ #baustoffeAlphabetMobil #baustoffeAlphabetMobilItemWrapper {display: block;}
#baustoffeAlphabetMobilItemWrapper > li {margin-bottom: 12px;}
#baustoffeAlphabetMobilItemWrapper > li:last-of-type {margin-bottom: 0;}
#baustoffeAlphabetMobilItemWrapper .lblBaustoffeAlphabetMobilItem {
	display: block;
	position: relative;
	color: inherit;
}
#baustoffeAlphabetMobilItemWrapper .lblBaustoffeAlphabetMobilItem:hover,
#radioBaustoffeAlphabet_1:checked ~ #baustoffeAlphabetMobil #lblBaustoffeAlphabetMobilItem_1,
#radioBaustoffeAlphabet_2:checked ~ #baustoffeAlphabetMobil #lblBaustoffeAlphabetMobilItem_2,
#radioBaustoffeAlphabet_3:checked ~ #baustoffeAlphabetMobil #lblBaustoffeAlphabetMobilItem_3,
#radioBaustoffeAlphabet_4:checked ~ #baustoffeAlphabetMobil #lblBaustoffeAlphabetMobilItem_4,
#radioBaustoffeAlphabet_5:checked ~ #baustoffeAlphabetMobil #lblBaustoffeAlphabetMobilItem_5,
#radioBaustoffeAlphabet_6:checked ~ #baustoffeAlphabetMobil #lblBaustoffeAlphabetMobilItem_6,
#radioBaustoffeAlphabet_7:checked ~ #baustoffeAlphabetMobil #lblBaustoffeAlphabetMobilItem_7
	{color: #008542;}

@media screen and (max-width: 1024px) {
	#baustoffeAlphabet {display: none;}
	#baustoffeAlphabetMobil {display: block;}
}



/* ----------------------------------- */
/* ---------- Firmenausgabe ---------- */
/* ----------------------------------- */
#baustoffeFirmenAusgabe {margin-top: 40px;}
#baustoffeFirmenAusgabe > ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: none;
}
#baustoffeFirmenAusgabe > ul > li {
	min-height: 2.7rem;
    padding-top: 4px;
    overflow: hidden;
    line-height: 1.1rem;
}
#baustoffeFirmenAusgabe > ul > li:nth-of-type(even) {
	background-color: #e3f2eb;
}
.baustoffeFirmenAusgabe_L, .baustoffeFirmenAusgabe_R {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.baustoffeFirmenAusgabe_L {
	font-weight: normal;
	color: inherit;
	padding-left: 55px;
	padding-right: 40px;
	position: relative;
}
.baustoffeFirmenAusgabe_L:hover {color: #008542;}
.baustoffeFirmenAusgabe_L::before {
content: '';
font-family: iconfont;
color: #008542;
position: absolute;
left: 5px;
transition: left 500ms;
display: inline-block;
width: 13px;
height: 14px;
background-image: url('/pic/arrow_green.png');
background-size: contain;
background-repeat: no-repeat;
}
.baustoffeFirmenAusgabe_L:hover::before {left: 25px;}
.baustoffeFirmenAusgabe_R {

}

#radioBaustoffeAlphabet_1:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_1,
#radioBaustoffeAlphabet_2:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_2,
#radioBaustoffeAlphabet_3:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_3,
#radioBaustoffeAlphabet_4:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_4,
#radioBaustoffeAlphabet_5:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_5,
#radioBaustoffeAlphabet_6:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_6,
#radioBaustoffeAlphabet_7:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_7
{display: block;}

@media screen and (max-width: 1024px) {
	#baustoffeFirmenAusgabe {margin-top: 20px;}
	#baustoffeFirmenAusgabe > ul > li {padding: 5px 0;}
	.baustoffeFirmenAusgabe_L, .baustoffeFirmenAusgabe_R {width: 100%;}
	.baustoffeFirmenAusgabe_L {
		padding-right: 0;
		font-weight: bolder;
		margin-bottom: 5px;
	}
	.baustoffeFirmenAusgabe_R {padding-left: 55px;}
}



/* ----------------------------------- */
/* --------------- Tree -------------- */
/* ----------------------------------- */
#baustoffeLinks {
	width: 33.33%;
}
#baustoffeTree_mobile_chk, #chkBaustoffeTree, #lblBaustoffeTreeHideBereich, #lblBaustoffeTreeShow {display: none;}
#baustoffeTree {
	margin: 0;
	padding-left: 0;
	line-height: 150%;
}
#baustoffeTree ul {
	display: none;
	padding-left: 20px;
	margin: 5px 0;
}
#baustoffeTree li.openleaf > ul {display: block;}
#baustoffeTree li {
	list-style: none;
	position: relative;
	margin-bottom: 5px;
}
#baustoffeTree li::before {
	display: inline-block;
	content: '';
	margin-right: 5px;
	margin-bottom: 1px;
	background-image: url('/bilder/document_dunkelgrau.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#baustoffeTree li.isnode::before {

	background: none;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #008542;
}
#baustoffeTree li.isnode.openleaf::before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #008542;
	border-bottom: none;
}
#baustoffeTree a, #baustoffeTreeHeadline {
	font-weight: normal;
	color: inherit;
}
#baustoffeTree a {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 15px);
}
#baustoffeTree li.openleaf > a {font-weight: bold;}

#baustoffeTree li > div {display: none;}
#baustoffeTree li.isnode > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 27px;
	top: 0;
	left: 0;
	cursor: pointer;
}


#baustoffeTreeHeadline {
	display: block;
	margin-bottom: 20px;
}
#baustoffeTree a:hover, #baustoffeTreeHeadline:hover {color: #008542;}

@media screen and (max-width: 1024px) {
	#baustoffeLinks {
		width: 0;
		padding-right: 0;
		padding-left: 0;
	}
	#baustoffeTree li.isnode > div {height: 24px;}
	#baustoffeTreeSeitenreiter {
		height: 100%;
		width: 300px;
		position: fixed;
		top: 0;
		left: -300px;
		padding: 14px;
		z-index: 999;
		transition: 500ms;
		overflow-y: auto;
		background-color: white;
		font-size: 1rem;
	}
	#chkBaustoffeTree:checked ~ #baustoffeTreeSeitenreiter {
		left: 0;
		box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.8);
	}
	
	#lblBaustoffeTreeShow {
		display: block;
		width: 56px;
		height: 56px;
		background-color: #008542;
		background-image: url('/bilder/baustoffeTreeOpen.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 68%;
		position: fixed;
		right: 0;
		top: calc(50% - 56px/2);
		cursor: pointer;
		z-index: 2;
		border-color: white;
		border-style: solid;
		border-width: 1px 0 1px 1px;
	}
	#chkBaustoffeTree:checked ~ #lblBaustoffeTreeShow {
		background-image: url('/bilder/baustoffeTreeClose.svg');
		background-size: 100%;
	}
	
	#lblBaustoffeTreeHide {
		display: block;
		width: 30px;
		height: 29px;
		cursor: pointer;
		position: absolute;
		top: 14px;
		right: 14px;
	}
	#lblBaustoffeTreeHide::before, #lblBaustoffeTreeHide::after {
		display: block;
		width: 100%;
		height: 4px;
		background-color: #008542;
		border-radius: 2px;
		content: '';
		position: absolute;
		left: 0px;
	}
	#lblBaustoffeTreeHide::before {
		top: 13px;
		transform: rotate(-45deg);
	}
	#lblBaustoffeTreeHide::after {
		bottom: 12px;
		transform: rotate(45deg);
	}
	
	#lblBaustoffeTreeHideBereich {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		cursor: unset;
		z-index: 999;
		background-color: rgba(0, 0, 0, 0.2);
	}
	#chkBaustoffeTree:checked ~ #lblBaustoffeTreeHideBereich {width: 100%;}
	
	#baustoffeTreeHeadline {width: calc(100% - 30px - 14px);}
}



/* ----------------------------------- */
/* ------------- Ausgabe ------------- */
/* ----------------------------------- */
.baustoffeRechts {
	width: 66.66%;
	float: right;
	padding-left: 30px;
}
.baustoffeRechts a {font-weight: normal;}
#baustoffeAusgabeHeadline {margin-top: 0;}

.baustoffeAusgabeCol_L, .baustoffeAusgabeCol_R {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.baustoffeAusgabeCol_L {width: 250px;}
.baustoffeAusgabeCol_R {width: calc(100% - 250px);}

@media screen and (max-width: 1024px) {
	.baustoffeRechts {
		width: 100%;
		padding-left: 2rem;
	}
}
@media screen and (max-width: 768px) {
	.baustoffeAusgabeCol_L, .baustoffeAusgabeCol_R {width: 100% !important;}
	.baustoffeAusgabeCol_L {margin-bottom: 0;}
}

/* ----------------------------------- */
/* -------------- Firma -------------- */
/* ----------------------------------- */

#baustoffeFirmaBild {
	max-width: 150px;
	float: right;
}
@media screen and (max-width: 1024px) {
	#baustoffeFirmaBild {
		float: unset;
		display: block;
		margin-top: 10px;
	}
}


/* ----------------------------------- */
/* ---------- Produkt Gruppe --------- */
/* ----------------------------------- */
#baustoffePGrouopBild {
	display: block;
	width: 100%;
	max-width: 400px;
}


/* ----------------------------------- */
/* ------------- Produkt ------------- */
/* ----------------------------------- */
#baustoffeProdOben_L, #baustoffeProdBild {
	display: inline-block;
	vertical-align: top;
}
#baustoffeProdOben_L {
	width: calc(100% - 170px);
	padding-right: 30px;
}
#baustoffeProdBild, #baustoffeProdBildMobil {width: 170px;}
#baustoffeProdBild img, #baustoffeProdBildMobil img {
	display: block;
	max-width: 100%;
}
#baustoffeProdBildMobil {
	display: none;
}

/* Labels / Inputs */
#chkBaustoffeProdInfo, #chkBaustoffeProdLeistungserkl, #chkBaustoffeProdText {display: none;}
.lblBaustoffeProd {
	display: block;
	border-top: 1px solid #008542;
	padding: 10px 0 10px 30px;
	position: relative;
}
.lblBaustoffeProd::before {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/bilder/document_dunkelgrau.svg');
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 14px;
}
.lblBaustoffeProd::after {
	/* content: "\f100";
	font-family: iconfont;
	color: #008542;
	font-size: 22px;
	display: block;
	position: absolute;
	right: 0;
	top: 11px; */


display: inline-block;
position: absolute;
content: '';
font-family: iconfont;
color: #008542;
right: 5px;
transition: left 500ms;
width: 13px;
height: 14px;
background-image: url('/pic/arrow_green.png');
background-size: contain;
background-repeat: no-repeat;
transform: rotate(0deg);
margin-top: 5px;

}

#chkBaustoffeProdInfo:checked ~ #baustoffeProdOben #lblBaustoffeProdInfo::after,
#chkBaustoffeProdLeistungserkl:checked ~ #baustoffeProdOben #lblBaustoffeProdLeistungserkl::after,
#chkBaustoffeProdText:checked ~ #baustoffeProdOben #lblBaustoffeProdText::after
	{transform: rotate(90deg);}


#baustoffeProdInfo, #baustoffeProdLeistungserkl {display: none;}

#chkBaustoffeProdInfo:checked ~ #baustoffeProdOben #baustoffeProdInfo,
#chkBaustoffeProdLeistungserkl:checked ~ #baustoffeProdOben #baustoffeProdLeistungserkl
	{display: block;}

.baustoffeProdInfoContent {margin-bottom: 15px;}


/* Produkt Text */
#baustoffeProdText {
	height: 125px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
}
#lblBaustoffeProdTextArea {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.6);
}
#chkBaustoffeProdText:checked ~ #baustoffeProdText {height: unset;}
#chkBaustoffeProdText:checked ~ #baustoffeProdText #lblBaustoffeProdTextArea {
	background-color: transparent;
	pointer-events: none;
}


/* Artikel */
#baustoffeProdArtikelWrapper {
	overflow-x: auto;
	font-size: 0.875rem;
}
#baustoffeProdArtikelWrapper table {border-collapse: collapse;}
#baustoffeProdArtikelWrapper tr:first-of-type {
	background-color: #A2A2A2;
	color: white;
	font-weight: bold;
}
#baustoffeProdArtikelWrapper tr:nth-of-type(2n) {
	background-color: #F4F4F4;
}
#baustoffeProdArtikelWrapper td {
	white-space: nowrap;
	padding-right: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#baustoffeProdArtikelWrapper td:first-of-type {padding-left: 18px;}
#baustoffeProdArtikelWrapper td.noEntry {padding-right: 0 !important;}

@media screen and (max-width: 768px) {
	#baustoffeProdOben_L {
		width: 100%;
		padding-right: 0;
	}
	#baustoffeProdBild {display: none;}
	#baustoffeProdBildMobil {display: block;}
}


/* oh230227 */
#baustoffeTree li.isnode.openleaf > a {
    display: inline-block!important;
}
#baustoffeTree li.isnode.openleaf>div::before {display:none;}
#baustoffeTree li.isnode.openleaf>div::after{display:none;}
/* #baustoffeTree li.isnode.openleaf::before {display:none;}
#baustoffeTree li.isnode.openleaf::after{display:none;} */
#baustoffeTree li div {border-bottom: 0px solid white !important; }/* --- --- *//* LeistungserklCSS  */#leistungserklTop, #leistungserklBot {width: 75%;}
#leistungserklTop {margin-bottom: 80px;}
#leistungserklMid {
	padding-top: 40px;
	border-top: 3px solid #CCE7D9;
}
#leistungserklTopHeadline, #leistungserklMidHeadline {margin-top: 0; margin-bottom: 40px;}




#leistungserklAuswahlWrapper, #leistungserklSucheWrapper {
	display: inline-block;
	vertical-align: top;
}
#leistungserklAuswahlWrapper {
	width: 60%;
	padding-right: 40px;
}
#leistungserklSucheWrapper {width: 40%;}


.leistungserklAuswahl_L, .leistungserklAuswahl_R {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}
.leistungserklAuswahl_L {width: 230px;}
.leistungserklAuswahl_R {width: calc(100% - 230px);}
.leistungserklAuswahl_R select {width: 100%;}

#leistungserklSucheText {margin-bottom: 10px;}
#leSearchTb {
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}



/* Ergebnis */
#leistungserklErgebnis, #leistungserklBot {margin-top: 40px;}
#leistungserklErgebnisHeadline {
	padding: 5px 0;
	background-color: #F4F3F3;
}
.leistungserklErgebnisRow {
	padding: 10px 0;
	border-bottom: 2px solid #CCE7D9;
}

.leistungserklErgebnisCol_1,
.leistungserklErgebnisCol_2,
.leistungserklErgebnisCol_3,
.leistungserklErgebnisCol_4,
.leistungserklErgebnisCol_5,
.leistungserklErgebnisCol_6
{
	display: inline-block;
	vertical-align: top;
	width: 16.66%;
	padding-right: 10px;
}

.leistungserklErgebnisCol_1 {padding-left: 10px;}
.leistungserklErgebnisCol_6 {padding-right: 10px;}


.leErgebnisMobilHeadline {display: none;}
.leistungserklErgebnisRow .leistungserklErgebnisCol_3 .leGueltigAb {display: none;}


@media screen and (max-width: 1440px) {
	
	.leistungserklErgebnisRow .leistungserklErgebnisCol_2.leGueltigAb {display: none;}
	.leistungserklErgebnisRow .leistungserklErgebnisCol_3 .leGueltigAb {display: inline-block;}
	#leistungserklErgebnisHeadline .leGueltigAb {display: none;}
	
	.leistungserklErgebnisCol_1,
	.leistungserklErgebnisCol_2,
	.leistungserklErgebnisCol_3,
	.leistungserklErgebnisCol_4,
	.leistungserklErgebnisCol_5,
	.leistungserklErgebnisCol_6
	{width: 20%;}
}

@media screen and (max-width: 1024px) {
	#leistungserklTop {margin-bottom: 40px;}
	#leistungserklMid {padding-top: 20px;}
	#leistungserklTopHeadline, #leistungserklMidHeadline {margin-bottom: 30px;}
	.leistungserklAuswahl_L {width: 150px;}
	.leistungserklAuswahl_R {width: calc(100% - 150px);}
	
	#leistungserklErgebnis {margin-top: 20px;}
}

@media screen and (max-width: 768px) {
	#leistungserklTop, #leistungserklBot {width: 100%;}
	#leistungserklAuswahlWrapper {width: 70%;}
	#leistungserklSucheWrapper {width: 30%;}
	
	
	#leistungserklErgebnisHeadline {display: none;}
	.leErgebnisMobilHeadline {display: block;}
	
	
	.leistungserklErgebnisCol_1,
	.leistungserklErgebnisCol_2,
	.leistungserklErgebnisCol_3,
	.leistungserklErgebnisCol_4,
	.leistungserklErgebnisCol_5,
	.leistungserklErgebnisCol_6
	{
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
	}
	
	.leistungserklErgebnisCol_1 {padding-left: 0;}
	
	.leistungserklErgebnisRow .leistungserklErgebnisCol_2.leGueltigAb {display: block;}
	.leistungserklErgebnisRow .leistungserklErgebnisCol_3 .leGueltigAb {display: none;}
}

@media screen and (max-width: 600px) {
	#leistungserklAuswahlWrapper {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	#leistungserklSucheWrapper {width: 100%;}
}/* --- --- *//* shopWarenkorbCSS  *//* ---------------------------------------------- */
/* ------------------ Warenkorb ----------------- */
/* ---------------------------------------------- */
#warenkorbContainer {
	position: fixed;
	top: 30%;
	right: 0;
	width: 1%;
	z-index: 200;
	height: 10%;
	max-height:81px;
}
#chkViewWarenkorb {
	display: none;
}
#warenkorbContainer label {cursor: pointer;}
#lblViewWarenkorb, #warenkorbObenAnzahl {
	display: inline-block;
	background-image: url("../bilder/shop/warenkorb.svg");
	background-repeat: no-repeat;
	text-align: center;
}
#lblViewWarenkorb {
	width: 60px;
	height: 70px;
	background-color: #008135;
	background-size: 60%;
	background-position: center bottom 5px;
	color: white;
	position: absolute;
	top: 0;
	right: 0;
	transition: 200ms;
	border-radius: 5px 0px 0px 5px;
}
#chkViewWarenkorb:checked ~ #lblViewWarenkorb {
	right: -60px;
}

#lblCloseWarenkorbArea {
	opacity: 0;
	pointer-events: none;
	cursor: unset !important;
	display: block;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}
#chkViewWarenkorb:checked ~ #lblCloseWarenkorbArea {
	opacity: 1;
	pointer-events: all;
}

#warenkorb {
	width: 10000%;
	max-width: 500px;
	overflow: auto;
	position: absolute;
	top: 0;
	right: -500px;
	transition: 400ms;
	border-radius: 5px 0px 0px 5px;
	max-height:calc(1000% - 300%)
}
#chkViewWarenkorb:checked ~ #warenkorb {
	right: 0;
}
#warenkorbOben {
	color: white;
	position: relative;
}
#warenkorbObenAnzahl {
	vertical-align: top;
	width: 50px;
	height: 62px;
	background-size: 60%;
	background-position: center bottom 5px;
	margin-left: 10px;
}
#warenkorbObenZumWarenkorb {
	display: inline-block;
	vertical-align: top;
	font-size: 150%;
	color: white;
	text-decoration: none;
	border: none;
	margin-top: 14px;
	margin-left: 12px;
}
#lblCloseWarenkorb {
	display: inline-block;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border-right: 2px solid white;
	border-top: 2px solid white;
	position: absolute;
	right: 12px;
	top: calc(50% - 10px);
}

#warenkorbUnten {
	background-color: white;
	padding: 0 0 20px 20px;
}
#asyncWarenkorbSeitenreiter {
	max-height: 320px;
	overflow-y: auto;
}
#asyncWarenkorbSeitenreiter, #warenkorbGesamtContainer {
	padding-right: 20px;
}
.warenkorbArtikel {
	padding: 10px 0;
	border-bottom: 2px solid #e7e7e7;
}
.warenkorbArtikelLinks, .warenkorbArtikelRechts {
	display: inline-block;
	vertical-align: top;
}
.warenkorbArtikelLinks {
	width: 65%;
	padding-right: 30px;
}
.warenkorbArtikelDetails {
	line-height: 130%;
	font-size: 14px;
}
.warenkorbArtikelRechts {
	width: 35%;
	text-align: right;
}
#warenkorbArtikelRemove, #warenkorbArtikelAdd {
	background-color: unset;
	padding: unset;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	vertical-align: top;
	cursor: pointer;
}
#warenkorbArtikelRemove {
	background-image: url("/bilder/shop/warenkorbRemove.gif");
	width: 25px;
	height: 25px;
}
#warenkorbArtikelAdd {
	background-image: url("/bilder/shop/warenkorbAdd.svg");
	width: 25px;
	height: 25px;
	background-color: #008135;
	border-radius: 5px;
	margin-left: 5px;
}
#warenkorbGesamtContainer {
	margin-top: 10px;
}
#warenkorbGesamt {
	font-size: 125%;
}
.warenkorbGesamtL, .warenkorbGesamtR {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.warenkorbGesamtR {
	text-align: right;
}
#warenkorbButtonAnfragen {
	font-family: inherit;
	font-size: 14px;
	padding: 5px 16px;
}

@media screen and (max-width: 600px) {
	.warenkorbArtikelLinks, .warenkorbArtikelRechts {
		width: 100%;
	}
	.warenkorbArtikelLinks {
		padding-right: 0;
	}
	.warenkorbArtikelRechts {
		margin-top: 15px;
	}
}

@media screen and (max-height: 750px) {
	#warenkorbContainer {top: calc(110px + 10px);}
	#warenkorb{max-height:calc(1000% - 120px)}
}/* --- --- */#bannerOverlay {
	background-image: linear-gradient(to top right, #3f7957 0%, transparent 60%);
	z-index: 1;
}

#bannerText {
	left: 2rem;
	z-index: 2;
	bottom: 3rem;
}

#bannerPic {
	padding-top: 20.9%;
	background-image: url('/bilder/banner_privat.jpg');
}



#bannerText h1 { font-size: 360%; }

.hideOverlay #bannerOverlay { display: none; }



@media screen and (max-width: 850px) {
	#bannerText h1 { font-size: 300%; }
	#bannerPic { padding-top: 30%; }
}


@media screen and (max-width: 768px) {
	#bannerText h1 { font-size: 250%; }
	#bannerPic { padding-top: 37%; }
	#bannerText { bottom: 2rem; }
}

@media screen and (max-width: 650px) {
	#bannerPic { padding-top: calc(37% + 41px + 1.1rem); }

	#bannerText { bottom: calc(3.1rem + 60px); }
}

@media screen and (max-width: 520px) {
	#bannerText h1 { font-size: 210%; }
	
	#bannerText h3 { font-size: 150%; }
	
	#bannerPic { padding-top: calc(43% + 41px + 1.1rem); }
}



@media screen and (max-width: 320px) {
	#bannerText h1 { font-size: 185%; }
	
	#bannerText h3 { font-size: 130%; }
}/* --- --- */#noJsContainer {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1440px;
	height: 100%;
	pointer-events: none;
}
#noJSMessage {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 14px;
	bottom: 14px;
	pointer-events: all;
}/* --- --- */