/* css zu produktgruppe *//* BaustoffkatalogeCSS  *//* ---------------------------- */
/* ---------- 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: block;
	position: absolute;
}
.baustoffeAlphabetMobilHeadline::after {
	right: 15px;
	top: 5px;
}
.lblBaustoffeAlphabetMobilItem::after {
	transform: rotate(270deg);
	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: '\f107';
	font-family: iconfont;
	color: #008542;
	position: absolute;
	left: 5px;
	transition: left 500ms;
}
.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;}
	#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: 6rem;
	}
}
@media screen and (max-width: 768px) {
	.baustoffeRechts {padding-left: 2rem;}
	.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;
}

#chkBaustoffeProdInfo:checked ~ #baustoffeProdOben #lblBaustoffeProdInfo::after,
#chkBaustoffeProdLeistungserkl:checked ~ #baustoffeProdOben #lblBaustoffeProdLeistungserkl::after,
#chkBaustoffeProdText:checked ~ #baustoffeProdOben #lblBaustoffeProdText::after
	{transform: rotate(180deg);}


#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; }/* --- --- *//* FooterCSS  */footer{color:#fff;}
footer a{color:white;}
footer .footer_green_cloumn > *{padding:20px 15px;}
footer .footer_green_cloumn > h3{margin:0}
footer .footer_green_cloumn{
	border-top:2px solid #329C67;
	margin: 0 6px;
}
.footer_flexbox:first-of-type > .footer_green_cloumn > *{
	border-bottom: 1px solid #329C67;
}
.footer_flexbox:first-of-type > .footer_green_cloumn{
	padding-bottom:112px
}
.footer_green_wrapper{
	max-width:1152px;
	margin:0 auto;
}
.footer_green_cloumn > .HoverPfeil > .Footer_facebook:after{
	content:'\f105';
	font-size: 30px;
	vertical-align: middle;
	margin-top:-6px
}
.footer_green_cloumn > .HoverPfeil > .Footer_instagramm:after{
	content:'';
	height: 25px;
	width: 25px;
	background-size:contain;
	background-image:url('/bilder/Instagram-logo.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top:-3px;
}
.footer_green{margin-top:100px; padding-top:71px; position:relative;padding-bottom: 20px;}
.footer_green > .footer_logo_container{
	width:100%;
	text-align:center;
	max-width:1440px;
	position: absolute;
	top:-100px;
	left:50%;
	transform:translateX(-50%);
	height:100px;
	background-color:#fff;
	padding-top:25px
}
.footer_gray{padding-top:71px;padding-bottom:47px}
.footer_gray a{
	font-family: iconfont;
	font-size:65px;
	width:50px;
	height: 50px;
	display:inline-block;
	margin:0 20px;
	font-weight:100;
}
.footer_gray a img{max-width:100%}

@media screen and (max-width:1024px){
	footer{margin-bottom:60px;}
	.footer_flexbox{flex-direction: column;padding:0 30px;}
	.footer_green_cloumn{	margin:0 !important;}
	.footer_flexbox:first-of-type > .footer_green_cloumn{border-top:none; padding-bottom:60px}
	.footer_flexbox:first-of-type > .footer_green_cloumn > h3{font-size:34px;}
	.HoverPfeil{position: relative; padding-right:50px !important;}
	.HoverPfeil > span::after{
		position: absolute;
		margin:0;
		right:20px;
	}
	.HoverPfeil:hover > span::after{right:0;}
	.HoverPfeil .Footer_facebook::after,.HoverPfeil .Footer_instagramm::after{bottom:20px;}
}
@media screen and (max-width: 600px) {.footer_flexbox:first-of-type > .footer_green_cloumn > h3{font-size:27px;}}/* --- --- *//* MainMenueCSS  *//* ---------- Allgemein ---------- */
#headerMainMenue {
	position: relative;
	margin-bottom: 60px;
}
#mainMenueWrapper {
	display: block;
	height: 80px;
	position: fixed;
	top: 60px;
	z-index: 3;
	max-width: 1440px;
	transition: top 500ms;
}
#mainMenue {
	background-color: white;
	height: 100%;
	position: relative;
	padding-left: 36px;
	padding-right: 60px;
	border-bottom: 3px solid #f4f3f3;
}

#mainMenueLogo, #mainMenueItems, #mainMenueIcons {height: calc(100% + 3px);}

#mainMenueLogo, #mainMenueItems, #mainMenueIcons, #mainMenueItems > li {
	display: inline-block;
	vertical-align: top;
}

/* ---------- Logo ---------- */
#mainMenueLogo {
	display: inline-flex;
	align-items: center;
	width: 130px;
	position: relative;
	z-index: 2;
}
#mainMenueLogo img {
	max-width: 100%;
}

/* ---------- Menüpunkte ---------- */
#mainMenueItems {
	list-style: none;
	margin: 0;
	padding-left: 16px;
}
#mainMenueItems > li {
	display: inline-flex;
	align-items: center;
	height: 100%;
	padding: 0 15px;
	border-bottom: 3px solid transparent;
	transition: border-color 400ms;
}
#mainMenueItems > li:hover {border-color: #008542;}
#mainMenueItems > li > a {color: inherit;}

#chkMainMenueSuche:checked ~ #mainMenue #mainMenueItems {pointer-events: none;}

/* ---------- Menü Lvl 2 ---------- */
.mainMenueLvl2 {
	position: absolute;
	width: 100%;
	height: 575px;
	left: 0;
	top: 80px;
	z-index: 1;
	background-color: #F4F3F3;
	opacity: 0;
	pointer-events: none;
	transition: 600ms;
	padding: 4.375rem 3.75rem;
}
#mainMenueItems > li:hover > .mainMenueLvl2 {
	opacity: 1;
	pointer-events: all;
}
#mainMenueLvl2Headline {margin: 0;}
.mainMenueItemsLvl2Col{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	height: 100%;
}
.mainMenueLvl2Headline {
	margin-top: 0;
	margin-bottom: 1.25rem;
	padding-left: 1.25rem;
}
.mainMenueItemsLvl2Wrapper {
	list-style: none;
	margin: 0;
	padding-left: 1.25rem;
	border-left: #C3DDCF 3px solid;
}
.mainMenueItemsLvl2Wrapper > li {
	margin-bottom: 0.625rem;
}
.mainMenueItemsLvl2Wrapper > li:first-of-type a {
	font-size: 1.5rem;
	color: inherit;
	font-weight: normal;
}
.mainMenueLvl2Close {
	position: absolute;
	bottom: 2.5rem;
	right: 3.75rem;
	cursor: pointer;
}
.mainMenueLvl2CloseIcon {
	font-family: iconfont;
	font-size: 34px;
	vertical-align: bottom;
	color: #008542;
}


/* ---------- Icons ---------- */
#mainMenueIcons {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
	margin-right: 210px;
}
#mainMenueIcons > li {
	height: 100%;
	display: inline-flex;
	align-items: center;
}
#mainMenueIcons a {
	width: 55px;
	text-align: center;
	font-family: iconfont;
	font-weight: normal;
	font-size: 28px;
	color: rgba(59, 48, 48, 0.3);
}
#mainMenueIcons a:hover {color: rgba(59, 48, 48, 0.15);}

/* ---------- Suche ---------- */
#chkMainMenueSuche {display: none;}
#mainMenueSucheWrapper {
	position: absolute;
	width: 200px;
	height: 53px;
	text-align: right;
	overflow: hidden;
	right: 60px;
	top: 12px;
	transition: width 1000ms;
}
#tbSucheAjax_mainMenue {
	width: 100%;
	height: 100%;
	color: rgba(59, 48, 48, 0.5);
	border: 3px solid #edecec  !important;
	border-radius: 2px  !important;
	background-color: white  !important;
}
#mainMenueSucheOn, #mainMenueSucheOff {
	display: inline-block;
	position: absolute;
	width: 34px;
	font-size: 34px;
	font-family: iconfont;
	color: #cac6c6;
	right: 8px;
	transition: 200ms;
}
#mainMenueSucheOn {top: 13px;}
#mainMenueSucheOff {top: -34px;}
#chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper {width: calc(100% - 36px - 130px - 16px - 60px);}
#chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper #mainMenueSucheOn {top: 100%;}
#chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper #mainMenueSucheOff {top: 13px;}

#mainMenueErgebnisseWrapper {
	display: none;
	background-color: white;
	max-height: 400px;
	overflow-y: auto;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0.625rem 0px;
}
#chkMainMenueSuche:checked ~ #mainMenueErgebnisseWrapper {
	display: block;
}
#ergebnisseSucheAjax_mainMenue {
	display: none;
	padding-bottom: 30px;
}
#ergebnisseSucheAjax_mainMenue .ergebnisSucheBeitrag {
	padding: 20px 0;
	border-bottom: 3px solid #edecec;
}
#ergebnisseSucheAjax_mainMenue .ergebnisSucheAjaxHeadline {
	margin-top: 0;
}

@media screen and (max-width: 1440px) {
	#mainMenueItems {padding-left: 5px;}
	#mainMenueItems > li {padding: 0 10px;}
	#mainMenueIcons a {width: 40px;}
	#chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper {width: calc(100% - 36px - 130px - 5px - 60px);}
}
@media screen and (max-width: 1240px) {
	#mainMenueLogo {width: 100px;}
	#mainMenueIcons {margin-right: 50px;}
	#tbSucheAjax_mainMenue {display: none;}
	#mainMenueSucheWrapper {width: 46px;}
	#chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper { width: calc(100% - 36px - 100px - 5px - 60px);}
	#chkMainMenueSuche:checked ~ #mainMenue #tbSucheAjax_mainMenue {display: block;}
	#mainMenueItems > li {padding: 0 8px;}
}
@media screen and (max-width: 1024px) {
	#mainMenueWrapper {display: none;}
	#headerMainMenue {margin-bottom: 30px;}
}
#main.menue_underline_1 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(1),
#main.menue_underline_2 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(2),
#main.menue_underline_3 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(3),
#main.menue_underline_4 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(4),
#main.menue_underline_5 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(5),
#main.menue_underline_6 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(6),
#main.menue_underline_7 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(7),
#main.menue_underline_8 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(8),
#main.menue_underline_9 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(9)
{border-color: #008542 !important;}/* --- --- *//* MobileMenueCSS  */#MobileMenue input[type="checkbox"]{ display:none !important; }
@media screen and (min-width:1025px){#MobileMenue{ display:none !important; }}
@media screen and (max-width:1024px){
	#MobileMenue{
		display:block;
	}
}
#mobileMenueLogo{
	position: absolute;
	z-index: 3;
	height: 100%;
	padding: 8px 20px;
}
#menuOpendMenue{
	height: 60px;
	z-index: 2;
	transition:300ms;
	position: relative;
	background-image: linear-gradient(to bottom, #eee, #FFF 20%);
}
#MobileMenu_mobile_chk.mobileMenuChk:not(:checked) ~ #menuOpendMenue{opacity:0}
#MobileMenue{
	z-index:9999;
	background-color:#fff;
	position: fixed;
	z-index:1000;
	height:60px;
	bottom:0;
	box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, 0.15)
}
#MobileMenue li {
	list-style: none;
	padding:13px;
	border-bottom:1px solid rgba(0, 133, 66, 0.2);
	position:relative;
}
#MobileMenue li:after{	
	content:'\f107';
	position:absolute;
	right:20px;
	font-family:iconfont;
	transition:600ms;
	color:#008542;
	top: 50%;
	transform: translateY(-50%);
}
#MobileMenue li:hover::after{right:0;}
#MobileMenue ul {
	height: 0;
	position: fixed;
	bottom:191px;
	background-color:#fff;
	width:100%;
	right:-100%;
	transition: 600ms;
	margin:0;
	overflow:hidden;
	z-index:1;
}
#MobileMenue > label{
	display: inline-block;
	position: absolute;
	right: 59px;
	top: 50%;
	transform: translateY(-50%);
	color:#008542;
	font-weight: bolder;
	z-index:3;
}
#MobileMenue > #MobileMenu_kb_show_menu::before{content:'MENÜ';}
#MobileMenue > #MobileMenu_kb_show_menu::after{
	content:'\f112';
	font-family: iconfont;
	font-size:30px;
	margin-left:5px;
	vertical-align: bottom;
}
#MobileMenue > #MobileMenu_kb_hide_menu::before{content:'SCHLIESSEN';}
#MobileMenue > #MobileMenu_kb_hide_menu::after{
	content:'\f103';
	font-family: iconfont;
	font-size:30px;
	margin-left:5px;
	vertical-align: bottom;
}
@keyframes openMenue{
	from {bottom:0; height:0;}
	to {bottom:0; height:100%;}
}
@keyframes closeMenue{
	from {bottom:0; height:100%;}
	to {bottom:0; height:0;}
}
#MobileMenu_mobile_chk.mobileMenuChk:checked ~ #MobileMenu_kb_show_menu{display:none}
#MobileMenu_mobile_chk.mobileMenuChk:not(:checked) ~ #MobileMenu_kb_hide_menu{display:none}
#MobileMenu_mobile_chk.mobileMenuChk:checked ~ ul > li.isnode ul{
	height: calc(100% - 191px);
	overflow:auto;
	animation-name:openMenue;
	animation-duration:600ms;
	animation-iteration-count:1;
	padding:1.125rem 2.375rem 1.125rem 1.125rem;
}
#MobileMenu_mobile_chk.mobileMenuChk:not(:checked) ~ ul > li.isnode ul{
	animation-name: closeMenue;
	animation-duration:600ms;
	animation-iteration-count:1;
}
#MobileMenu > li.isnode > ul{right:0;}
#MobileMenu > li.isnode li{position:relative;}
#MobileMenu > li.isnode li.isnode > div{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}
#MobileMenu a{width:100%; display:inline-block;}
#MobileMenu > li.isnode li.isnode.openleaf > ul{right:0;}
#MobileMenu_mobile_chk.mobileMenuChk:checked ~ #MobileMenu > li.isnode > ul > li.isnode ul
{
	padding-top:0;
	margin-top:73px; 
	height:calc(100% - 73px - 191px);
}

@keyframes backButtonOpen{
	from {left:100%;}
	to {left:0;}
}
#MobileMenu li.isnode.openleaf{
	animation-name:backButtonOpen;
	animation-duration:600ms;
	animation-iteration-count:1;
}

#MobileMenu_mobile_chk.mobileMenuChk:checked ~ #MobileMenu li.isnode.openleaf{
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	background-color:#fff;
	height:75px;
}
#MobileMenue li.isnode.openleaf::after{display:none !important;}
#MobileMenue li.isnode.openleaf > a{display:none !important}

#MobileMenue div.trO {
	height:55px !important;
	top:18px !important;
	color:#008542;
	font-weight: bolder;
	padding: 13px;
	border-bottom: 1px solid rgba(0, 133, 66, 0.2);
	left: 1.125rem !important;
	width: calc(100% - 2.375rem - 16px) !important;
}
#MobileMenue div.trO::after{content:' ZURÜCK';}
#MobileMenue div.trO::before{
	content:'\f108';
	font-family: iconfont;
	vertical-align: bottom;
}
#MobileMenu > li.isnode > ul > li.isnode li:first-of-type > a{
	color:#000;
	font-weight:normal;
	font-size:1.5rem;
}

#MobileMenu_mobile_chk.mobileMenuChk:not(:checked) ~ #MobileMenueIcons{
	opacity: 0;
	pointer-events: none;
  transition-delay:0ms;
	transition:300ms
}

#MobileMenueIcons{
	transition-delay:300ms;
	transition: 400ms;
	position:fixed;
	width:100%;
	bottom:60px;
	left:0;
	z-index:1;
	text-align:center;
	background-color:#fff;
	padding-top:20px;
	padding-bottom:35px;
}
#MobileMenueIcons > .MobileMenueIcons > a{
	color:rgba(59, 48, 48, 0.3);
	font-family: iconfont;
	font-size: 1.8rem;
	margin: 0 15px
}
#SucheAjaxMobileMenue {
	width: 100%;
	border: 3px solid #edecec;
	cursor: pointer;
}
.SucheAjaxMobileMenueSuche_Container {
	width: calc(100% - (2 * 2.375rem));
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-top:15px
}
.SucheAjaxMobileMenueSuche_icons {
	font-family: iconfont;
	color: rgba(59, 48, 48, 0.3);
	font-size: 35px;
	position: absolute;
	top: -33px;
	right: 40px;
	line-height: 36px;
	transition:300ms;
	z-index:2;
	pointer-events:none;
	cursor:pointer;
}
#ErgebnisseSucheAjaxMobilMenue{
	display:none;
	overflow:hidden;
	transition:300ms;
	position: fixed;
	width: 100%;
	bottom: 195px;
	background-color: white;
	height: 0;
}
#SucheAjaxMobileMenue_active:checked ~ #MobileMenueIcons > 
.SucheAjaxMobileMenueSuche_Container > .SucheAjaxMobileMenueSuche_icons
{top:4px; pointer-events:all;}

#SucheAjaxMobileMenue_active:checked ~ #MobileMenueIcons > 
#ErgebnisseSucheAjaxMobilMenue
{height: calc(100% - 195px); overflow:auto;}

#ErgebnisseSucheAjaxMobilMenue > article.ergebnisSucheBeitrag{
	text-align: left;
	padding: 20px;
	border-bottom: 3px solid #edecec;	
}
#ErgebnisseSucheAjaxMobilMenue > article.ergebnisSucheBeitrag  > 
.ergebnisSucheAjaxHeadline{font-size:24px}/* --- --- */#main #MobileMenu_mobile_chk ~ ul > li.isnode > ul{
	animation-duration:0ms;
	transition:0ms;
}
#Telefon{

  background-image: url('/bilder/phone-icon.gif');
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
#Telefon::after{
  content:'';
  display: inline-block;
  width:29px;
}/* --- --- */#noJsContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}
#noJSMessage {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 14px;
	bottom: 14px;
	pointer-events: all;
}
@media (max-width: 1024px) {
	#noJSMessage {bottom: 70px;}
}/* --- --- */#reiterOben {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}
#chkReiterOben {display: none;}
#lblReiterOben {color: white;}
#lblReiterOben:hover ~ #reiterObenReiterWrapper {top: -43px;}

.reiterObenPfeil {
	font-family: iconfont;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
#lblReiterOben .reiterObenPfeil {transform: rotate(90deg);}

#reiterObenReiterWrapper {
	text-align: center;
	position: absolute;
	top: -58px;
	transition: top 500ms
}
#chkReiterOben:checked ~ #reiterObenReiterWrapper {top: 0;}

#reiterObenReiter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 58px;
	min-width: 250px;
	background-color: white;
	border-radius: 0 0 3px 3px;
	padding: 0 20px;
	color: inherit;
}
#chkReiterOben:checked ~ #reiterObenReiterWrapper #reiterObenReiter, #lblReiterOben:hover ~ #reiterObenReiterWrapper #reiterObenReiter {box-shadow: 0px 3px 0.3125rem 0.3125rem rgba(0, 0, 0, 0.1);}

#reiterObenClose {
	font-family: iconfont;
	display: inline-block;
	color: white;
	font-size: 32px;
	margin-left: 10px;
	position: absolute;
	top: 16px;
}

@media screen and (max-width: 1024px) {
	#reiterOben {height: 50px; margin-bottom: 0;}
	#reiterObenReiter {height: 40px;}
	#lblReiterOben:hover ~ #reiterObenReiterWrapper {top: -35px;}
	#chkReiterOben:checked ~ #reiterObenReiterWrapper {top: 0;}
	#reiterObenClose {
		font-size: 28px;
		margin-left: 5px;
		top: 10px;
	}
}/* --- --- */#streifenUnterMenueWrapper {
	height: 784px;
	position: absolute;
	top: 0;
	pointer-events: none;
}
#streifenUnterMenueWrapper::before, #streifenUnterMenueWrapper::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 5.3rem;
	height: 620px;
	background-color: #EAEAEA;
}
#streifenUnterMenueWrapper::before {
	left: 0;
}
#streifenUnterMenueWrapper::after {
	right: 0;
}
#streifenUnterMenue {
	height: 670px;
	margin-top: calc(60px + 80px);
	box-shadow: 0px -3px 5px 0px rgba(59, 48, 48, 0.07);
	position: absolute;
	width: calc(100% - 5.3rem - 5.3rem);
	left: 5.3rem;
	z-index: 1;
}


@media screen and (max-width: 1440px) {
	#streifenUnterMenueWrapper::before, #streifenUnterMenueWrapper::after {width: 3rem;}
	#streifenUnterMenue {
		width: calc(100% - 3rem - 3rem);
		left: 3rem;
	}
}
@media screen and (max-width: 1024px) {
	#streifenUnterMenueWrapper::before, #streifenUnterMenueWrapper::after {height: 450px;}
	#streifenUnterMenue {
		height: 480px;
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	#streifenUnterMenueWrapper {display: none;}
	#streifenUnterMenueWrapper::before, #streifenUnterMenueWrapper::after {width: 1rem;}
	#streifenUnterMenue {
		width: calc(100% - 1rem - 1rem);
		left: 1rem;
	}
}



/* ----- Reiter oben Anpassung ----- */
#reiterOben {background-color: #EAEAEA;}
#lblReiterOben {color: #A4ABA6;}
#reiterObenClose {color: #A4ABA6;}/* --- --- */.mainMenueLvl2 {
	transition: height 600ms, opacity 600ms, background-color 600ms;
	overflow:hidden;
	padding-top: 0;
	height: 0;
}
.mainMenueLvl2Headline {margin-top: 4.375rem;}
#mainMenueItems > li .mainMenueLvl2Close {display: none;}


#mainMenueItems > li:hover > .mainMenueLvl2 {
	height: 70px;
	overflow: hidden;
	opacity: 1;
	background-color:rgba(244, 243, 243, 0.8)
}
#mainMenueItems > input:checked + li > .mainMenueLvl2 {
	background-color:#f4f3f3;
	opacity:1;
	pointer-events: all;
	z-index:2;
	height: 575px;
}
#mainMenueItems > input:checked + li {
  border-color: #008542;
}
#mainMenueLogo{z-index:3;}

#mainMenueItems > li {
	display: inline-block;
  	padding: 0 12px;
}
#mainMenueItems > li > label {
	height: 100%;
	display: inline-flex;
	align-items: center;
	position: relative;
}
.lblHideMenue {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}

#mainMenueItems > input:checked + li .lblHideMenue {
	display: block;
}
#mainMenueItems > input:checked + li .mainMenueLvl2Close {display: block;}
#rad_menueHide:not(:checked) + label.lblHideMenue{
	position: fixed;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	cursor:auto;
}
#mainMenueItems > li > .mainMenueLvl2 > label:nth-child(1) {
	content: '\f100';
	position: absolute;
	left: 50%;
	bottom: 21px;
	font-family: iconfont;
	font-size: 30px;
	color: #008542;
	transform: translateX(-50%);
	transition:500ms;
}
#mainMenueItems > li:nth-of-type(3):hover {
  border-color: #dc312a;
}

#mainMenueItems > li:nth-of-type(4):hover {
  border-color: #e6007e;
}

#mainMenueItems > li > .mainMenueLvl2 > label:nth-child(1) > label{
	bottom:0;
	left:0;
}

#mainMenueItems > input:checked + li > .mainMenueLvl2 > label:nth-child(1){
	transform: translateX(-50%) rotateZ(180deg);
}
@media screen and (min-width: 1241px){
	#mainMenueIcons{margin-right: 180px;}
	#mainMenueSucheWrapper{width: 175px;}
}
@media screen and (max-width:1440px){
  #mainMenueSucheWrapper {width: 130px;}
  #mainMenueIcons a {width: 40px;}
  #mainMenueIcons {margin-right: 146px;}
  #chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper
  {width: calc(100% - 235px) !important;}
}
@media screen and (max-width:1240px){
  #mainMenue {padding-right: 25px;}
  #mainMenueSucheWrapper {right: 24px;}
  #mainMenueLogo {width: 80px !important;}
  #mainMenue {padding-left: 25px;}
  #mainMenueSucheWrapper {right: 13px;}
  #mainMenueIcons a {width: 35px;}
  #mainMenueIcons {margin-right: 36px;}
  #mainMenueSucheOn {top: 11px;}
  #mainMenueSucheWrapper {top: 15px;}
  
  #chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper
  {width: calc(100% - 130px) !important;}
}


/* Icons Anpassung - Timon - 231221 */
@media (max-width: 1280px) {
	#mainMenueItems > li {padding: 0 6px;}
}

.mainMenueItemsLvl2Wrapper > li:first-of-type a.HoverPfeil > span {
    font-size: 1.125rem;
}/* --- --- */