/* css zu produktgruppe *//* BaustoffkatalogeCSS  *//* ---------------------------- */
/* ---------- Filter ---------- */
/* ---------------------------- */
.radioBaustoffeAlphabet {
	display: none;
}
#baustoffeAlphabet {
	margin: 0;
	padding-left: 0;
	list-style: none;
	border-bottom: 3px solid var(--green);
}
.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 #cae7d4;
	border-left: 1px solid #cae7d4;
	border-right: 1px solid #cae7d4;
	color: inherit !important;
	font-weight: normal;
    text-decoration: none;
}
.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: var(--green);}

#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: "";
	display: block;
	position: absolute;
	border-top:10px solid var(--darkgray);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.baustoffeAlphabetMobilHeadline::after {
	right: 15px;
	top: 15px;
}
.lblBaustoffeAlphabetMobilItem::after {
	transform: rotate(270deg);
	right: 15px;
	top: 10px;
}
#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: var(--green);}

@media (max-width: 1024px) {
	#baustoffeAlphabet {display: none;}
	#baustoffeAlphabetMobil {display: block;}
}



/* ----------------------------------- */
/* ---------- Firmenausgabe ---------- */
/* ----------------------------------- */
#baustoffeFirmenAusgabe {
	margin-top: var(--abstand_18);
	min-height: 300px;
}
#baustoffeFirmenAusgabe > ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: none;
}
#baustoffeFirmenAusgabe > ul > li {
    padding: 14px 0;
    overflow: hidden;
    line-height: 1.1rem;
}
#baustoffeFirmenAusgabe > ul > li:nth-of-type(even) {
	background-color: #edf1f4;
}
#baustoffeFirmenAusgabe > ul > li:nth-of-type(even):hover {
	background-color: #d0d9a0;
}
.baustoffeFirmenAusgabe_L, .baustoffeFirmenAusgabe_R {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.baustoffeFirmenAusgabe_L {
	padding-left: 55px;
	padding-right: 40px;
	position: relative;
}
.baustoffeFirmenAusgabeLink {
	font-weight: normal;
	color: inherit;
	text-decoration: none;
}
.baustoffeFirmenAusgabeLink:hover {color: var(--green);}
.baustoffeFirmenAusgabeLink::before {
	content: '';
	position: absolute;
	left: 15px;
	transition: left 500ms;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 8px solid var(--darkgray);
	top: 3px;
}
.baustoffeFirmenAusgabeLink:hover::before {left: 25px;}

#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 (max-width: 1024px) {
	#baustoffeFirmenAusgabe {margin-top: 20px;}
	#baustoffeFirmenAusgabe > ul > li {padding: 5px 0;}
	.baustoffeFirmenAusgabe_L, .baustoffeFirmenAusgabe_R {width: 100%;}
	.baustoffeFirmenAusgabe_L {
		padding-right: 0;
		margin-bottom: 5px;
	}
	.baustoffeFirmenAusgabe_R {padding-left: 55px;}
}



/* ----------------------------------- */
/* --------------- Tree -------------- */
/* ----------------------------------- */
.bigIncludeTo.col44 .baustoffeLinks, .bigIncludeTo.col44 .baustoffeRechts {
    font-size: 90%;
}

.bigIncludeTo.col44 .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:not(.isnode)::before {
	width: 10px;
	height: 10px;
}
#baustoffeTree li.isnode::before {
	background: none;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid var(--green);
}
#baustoffeTree li.isnode.openleaf::before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid var(--green);
	border-bottom: none;
}
#baustoffeTree a, #baustoffeTreeHeadline {
	color: inherit;
	text-decoration: none;
}

#baustoffeTree a {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 15px);
	font-family: inherit;
}

#baustoffeTree div:hover ~ a, #baustoffeTree a:hover {
	color: var(--green);
}

#baustoffeTree li.openleaf > a {
	font-family: var(--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;
}

#baustoffeTreeHeadline > span {
	display: block;
}

@media (max-width: 1024px) {
	.bigIncludeTo.col44 .baustoffeLinks {width: 100%;}
	#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;
	}
	#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: var(--green);
		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: var(--green);
		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 ------------- */
/* ----------------------------------- */
.bigIncludeTo.col44 .baustoffeRechts {
	width: 66.66%;
	padding-left: 30px;
}
.baustoffeRechts a {
    text-decoration: underline;
}
#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 (max-width: 1024px) {
	.bigIncludeTo.col44 .baustoffeRechts {
		width: 100%;
		padding-left: 0;
	}
}
@media (max-width: 768px) {
	.baustoffeAusgabeCol_L, .baustoffeAusgabeCol_R {width: 100% !important;}
	.baustoffeAusgabeCol_L {margin-bottom: 0;}
}

/* ----------------------------------- */
/* -------------- Firma -------------- */
/* ----------------------------------- */

#baustoffeFirmaBild {
	max-width: 150px;
	float: right;
}
@media (max-width: 1024px) {
	#baustoffeFirmaBild {
		float: unset;
		display: block;
		margin-top: 10px;
	}
}


/* ----------------------------------- */
/* ---------- Produkt Gruppe --------- */
/* ----------------------------------- */
#baustoffePGrouopBild {
	display: block;
	width: 100%;
	max-width: 400px;
}


/* ----------------------------------- */
/* ------------- Produkt ------------- */
/* ----------------------------------- */
#baustoffeProdOben_L, #baustoffeProdOben_R {
	display: inline-block;
	vertical-align: top;
}

#baustoffeProdOben_L {
	width: calc(100% - 170px);
	padding-right: 30px;
}

#baustoffeProdOben_R {
	width: 170px;
}

#baustoffeProdBild {
    cursor: zoom-in;
}


#baustoffeProdBild img, #baustoffeProdBildMobil img {
	display: block;
	max-width: 100%;
	max-height: 200px;
}

#baustoffeProdBildMobil {
	width: 170px;
	display: none;
}

#baustoffeProdAusgabeAnfrageBtnMobil {
	display: none;
}

#baustoffeProdBildMobil[data-prodpic=""], #baustoffeProdBild[data-prodpic=""] {
	pointer-events: none;
}

@media (max-width: 768px) {
	#baustoffeProdOben_L {
		width: 100%;
		padding-right: 0;
	}

	#baustoffeProdOben_R {
		display: none;
	}

	#baustoffeProdBildMobil, #baustoffeProdAusgabeAnfrageBtnMobil {
		display: block;
	}
}



/* Labels / Inputs */
#chkBaustoffeProdInfo, #chkBaustoffeProdLeistungserkl, #chkBaustoffeProdText {
	display: none;
}

.lblBaustoffeProd {
	display: block;
	border-top: 1px solid var(--darkgray);
	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: 11px;
}
.lblBaustoffeProd::after {
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	top: 17px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid var(--darkgray);
}

#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: 10px;
}


/* Produkt Text */
#baustoffeProdText {
	max-height: 125px;
	overflow: hidden;
	position: relative;
}

#lblBaustoffeProdTextArea {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.6);
}

#chkBaustoffeProdText:checked ~ #baustoffeProdText {
	max-height: unset;
}

#chkBaustoffeProdText:checked ~ #baustoffeProdText #lblBaustoffeProdTextArea {
	background-color: transparent;
	pointer-events: none;
}



/* Artikel */
#baustoffeProdArtikelWrapper {
	overflow-x: auto;
	scrollbar-width: thin;
    font-size: 80%;
}
#baustoffeProdArtikelWrapper table {
	border-collapse: collapse;
	width: 100%;
}

#baustoffeProdArtikelWrapper tr:first-of-type {
	background-color: #A2A2A2;
	color: white;
	font-weight: bold;
}

#baustoffeProdArtikelWrapper tr:nth-of-type(2n) {
	background-color: #F4F4F4;
}

.baustoffeProdArtikelRowItsMe {
	background-color: var(--green) !important;
	color: var(--white);
}

#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;
}






/* ---------- Bild Zoom ---------- */
#baustoffeAusgabePicZoomChk {
	display: none;
}

#baustoffeAusgabePicZoomWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	background-color: var(--white);
    cursor: zoom-out;
	opacity: 0;
	pointer-events: none;
	transition: opacity 200ms ease-in-out;
}

#baustoffeAusgabePicZoomChk:checked ~ #baustoffeAusgabePicZoomWrapper {
	opacity: 1;
	pointer-events: all;
}

#baustoffeAusgabePicZoomCloseLbl {
    display: block;
    width: 30px;
    height: 29px;
    position: absolute;
    top: 14px;
    right: 14px;
}

#baustoffeAusgabePicZoomCloseLbl::before, #baustoffeAusgabePicZoomCloseLbl::after {
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--darkgray);
    border-radius: 2px;
    content: '';
    position: absolute;
    left: 0px;
}

#baustoffeAusgabePicZoomCloseLbl::before {
    top: 13px;
    transform: rotate(-45deg);
}

#baustoffeAusgabePicZoomCloseLbl::after {
    bottom: 12px;
    transform: rotate(45deg);
}/* --- --- *//* MainMenueCSS  *//* --------------------------------------------------------- */
/* -------------------- 303 - MainMenue -------------------- */
/* --------------------------------------------------------- */

#headerLogoWrapper {
	position: relative;
	top: 54px;
}

#HeaderContentWrapper {
	width: 100%;
}

#headerLogo {
	width: 260px;
	height: 40px;
	position: relative;
}

#headerLogoOutside {
	max-width: 230px;
  	width: 100%;
}

a[href="0"] {
	pointer-events: none;
	cursor: default;
}

@media (min-width: 1025px) {

	#HeaderWrapper {
		width: 100%;
	}

	#mainMenue_mobile_chk, #menue_mobile_chk, #topMenue_mobile_chk, #mainMenue_kb_show_menu, #mainMenue_kb_hide_menu, #topMenue_kb_show_menu, #topMenue_kb_hide_menu, #menue_kb_show_menu, #menue_kb_hide_menu,
	#mainMenue > li > ul, #mainMenue > .closeleaf > ul, #mainMenue > .openleaf > ul > li > div
	{display: none;}

	#mainMenueWrapper, #topMenue, #headerMainMenue {
		display: flex; justify-content: space-between;
	}
	
	#headerLogo, #mainMenue, #mainMenue li.isnode > div, #mainMenue li.isnode > div::after {display: inline-flex}

	#mainMenue, #mainMenueWrapper {width: 100%; position: relative;}

	#mainManueWrapper {
		position: relative;
	}

	#mainMenue, #topMenue {justify-content: end;}

	#mainMenue .openleaf > ul > li.isnode > ul {padding: 0;}

	.isnode > ul > li > a:not([href="0"]) {
		color: black !important;
	}

	#mainMenue li.isnode:not(#mainMenue > li > ul > li.isnode) > div {
		color: var(--green);
		border-bottom: 2px solid var(--green);
		border-right: 2px solid var(--green);
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		order: 1;
		transition: 250ms all;
	}

	#mainMenue > li.isnode > ul > li > a {
		color: var(--green) !important;
	}

	#mainMenue > .isnode:hover:not(#mainMenue > li > ul > li.isnode) > ul {
		display: flex !important;
		position: absolute;
		background-color: var(--white);
		left: 0;
		top: 5.1rem;
		width: 100%;
		column-gap: 1.8rem;
		justify-content: left;
		width: 100%;
		padding: 1.8rem;
		margin: 0 auto;
		flex-wrap: wrap;
		z-index: 2;
	}

	#mainMenue > .openleaf > ul > li {
		width: calc(25% - 1.8rem * 3 / 4);
	}

	#mainMenue > .openleaf > ul > li > a {
		color: var(--green);
		font-family: var(--bold);
		font-size: 120%;
	}

    #mainMenue > .isnode > ul > .isnode > div {
        display: none;
    } 

	#mainMenue > .isnode > ul > li {
		width: calc(25% - 1.8rem);
		padding: 0px 0.9rem 2.4rem 0.9rem;
	}

	#mainMenueWrapper .isnode > ul > li > ul > li > a {
		font-size: 15px;
	}

	#mainMenueWrapper .isnode > ul > li > ul > li {
		border-bottom: 1px solid #f3f3f3;
		padding: 6px 0px;
	}

	#mainMenueWrapper #mainMenue > .openleaf > ul > li > ul > li {
		border-bottom: 1px solid #f3f3f3;
		padding: 10px 0px;
	}

	#mainMenue > li > a {
		text-decoration: none;
		color: #181818;
		font-size: 15px;
		font-family: var(--bold);
	}

	#mainMenue > li,
	#topMenue > li {
		padding: 0px 20px;
		padding-bottom: 0px;
		padding-bottom: 20px;
	}

	#headerMainMenue {
		align-items: center;
	}

	#mainMenue > li {
		display: grid;
		grid-template-columns: auto auto;
		gap: 10px;
		align-items: center;
	}

	#mainMenue {font-family: Hanken Grotesk Bold; margin-bottom: 0; right: -30px; position: static;}
	#topMenue {font-size: 60%; font-family: var(--semibold); right: -0px;}
	#topMenue li a {color: #181818 !important; opacity: 0.5;}



	#menue_kb_show_menu, #menue_kb_hide_menu {
		width: 28px;
		height: 28px;
		align-items: center;
	}

	#menuOpen, #menuOpen::before, #menuOpen::after, #menuClose, #menuClose::after {
		width: 100%;
		height: 3px;
		background-color: var(--green);
		border-radius: 25%;
	}

	#menuOpen::before, #menuOpen::after, #menuClose::after {content: ""; position: absolute;}
	#menuOpen::before {top: -8px} #menuOpen::after {top: 8px}

	#menuClose {transform: rotate(-45deg);}
	#menuClose::after {transform: rotate(90deg);}

	#mainMenueWrapper .isnode > ul {
		padding-left: 0;
		margin-top: 10px;
	}

	#mainMenue li.isnode:not(#mainMenue > li > ul > li.isnode):hover > div {
		transform: rotate(225deg);
		transition: 250ms all;
		cursor: pointer;
	}
}

/* Mobile Menue */
@media screen and (max-width: 1024px) {
	#mainMenueWrapper a {
		color: black;
		font-family: var(--semibold);
	}

	#menue_mobile_chk:checked ~ #lblheaderSeitenreiterHideBereich {
		display: block;
		position: absolute;
		width: 100vw;
		height: 100vh;
		right: 0;
		top: 0;
		z-index: 1;
	}

	#headerMainMenue {
		height: 105px;
	}

    #headerLogoWrapper {
        position: relative;
        top: 30px;
    }

	#headerLogo {
		margin: 1.8rem 0px;
		max-width: 230px;
		background-repeat: no-repeat;
	}

	/* Hidden Things */
	#mainMenueWrapper #mainMenue_mobile_chk, #topMenue_mobile_chk, #menue_mobile_chk {
		display: none;
	}

	/* Open Label */
	#menue_kb_show_menu {
		background-image: url('/bilder/header/openMenuGreen.gif');
		width: 40px;
		height: 32px;
		margin-top: 33px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		float: right;
	}

	/* Close Label */
	#mainMenueWrapper #menue_kb_hide_menu {
		display: inline-block;
		width: 15px;
		height: 15px;
		position: absolute;
		right: 18px;
		top: 23px;
		z-index: 15;
	}

	/* First diagonal */
	#mainMenueWrapper #menue_kb_hide_menu::before,
	#mainMenueWrapper #menue_kb_hide_menu::after {
		content: "";
		position: absolute;
		top: 50%;
		left: -2px;
		width: 20px;
		height: 2px;
		background: var(--green);
		transform-origin: center;
	}

	#mainMenueWrapper #menue_kb_hide_menu::before {
		transform: translateY(-50%) rotate(45deg);
	}

	#mainMenueWrapper #menue_kb_hide_menu::after {
		transform: translateY(-50%) rotate(-45deg);
	}


	/* Erster Layer */
	#mainMenueWrapper , #mainMenueWrapper li.openleaf {
        display: none;
		position: fixed;
		width: 100%;
		max-width: 350px;
		height: 100%;
		z-index: 2;
		overflow-y: auto;
		scrollbar-width: thin;
		right: -350px;
		top: 0;
		background-color: var(--white);
		padding-left: 1.8rem;
  		padding-right: 1.8rem;
		transition: right 0.6s ease-in-out;
		border-left: 1px solid #aeaeae;
	}

	#mainMenueWrapper {
        display: block;
        z-index: 15;
	}

    #mainMenueWrapper li.openleaf {
        padding: 0px 20px !important;
    }

	#menue_mobile_chk:checked ~ #mainMenueWrapper li.openleaf {
		right: 0;
		top: 0;
		padding-top: 0;
		display: block;
	}

	#mainMenueWrapper li.openleaf, #mainMenueWrapper li.openleaf > ul, #mainMenueWrapper li.openleaf > ul > li.isnode {
		display: block !important;
        transition: right 0.6s ease-in-out;
	}

    #mainMenueWrapper li.openleaf > ul {
        padding-left: 0;
		margin-top: 3.6rem;
    }

	/* Display if it's checked */
	#menue_mobile_chk:checked ~ #mainMenueWrapper {
		right: 0;
		transition: right 0.6s ease-in-out;
	}

	#mainMenueWrapper #mainMenue {
		padding-left: 0;
		margin-top: 3.6rem; 
	}

	/* Erste layer links */
	#mainMenue > .isnode > a {
		pointer-events: none;
		cursor: default;
	}
	
	#mainMenueWrapper .isnode {
		/* display: flex; */
		width: 100%;
		padding: 0.9rem 0px;
		border-bottom: 1px solid #d1d1d1;
		color: #0a0a0a;
    	justify-content: space-between;
		position: relative;
	} 

	#mainMenueWrapper li.isnode:not(#mainMenueWrapper #mainMenue > li.isnode), 
    #mainMenueWrapper li.closeleaf > ul,
    #mainMenueWrapper li.isnode > ul {
		display: none;
	}

	#mainMenueWrapper .isnode > div {
		display: inline-block;
		width: 100%;
		height: 50%;
		position: absolute;
		cursor: pointer;
	}

	#mainMenueWrapper .isnode > div::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 7px;
		transform: translateY(-50%) rotate(45deg);
		width: 12px;
		height: 12px;
		border-top: 3px solid var(--green);
		border-right: 3px solid var(--green);
		background: transparent;
	}


	#mainMenueWrapper .openleaf > div {
		position: absolute;
		top: 20px;
    	left: 7%;
		width: 20px;
		height: 20px;
	}

	#mainMenueWrapper .openleaf > div::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 7px;
		transform: translateY(-50%) rotate(-135deg);
		width: 10px;
		height: 10px;
		border-top: 2px solid var(--green);
		border-right: 2px solid var(--green);
		background: transparent;
	}

	#mainMenueWrapper .isnode > a, #topMenue > li > a {
		color: black;
		font-family: var(--semibold);
	}



	/* Second Layer */
	#mainMenueWrapper .openleaf {
		display: block;
		width: 100%;
		padding: 0.9rem 0px;
		border-bottom: 1px solid #d1d1d1;
		color: #0a0a0a;
	}

	/* Remove Sub Header */
	#mainMenueWrapper #mainMenue > li.isnode > ul > li.openleaf > a {
		display: none;
	}

	/* Make Outer Header visible */
	#mainMenueWrapper #mainMenue > li.openleaf > a {
		position: absolute;
		z-index: 10;
		top: 17px;
		right: 40%;
		opacity: 0.5;
		font-size: 60%;
		text-transform: uppercase;
	}



	/* Third Layer */
	#mainMenueWrapper li:not(.isnode) {
		padding: calc(.9rem + 1px) 0px;
	} 

	#mainMenueWrapper #mainMenue > li.openleaf > ul > li.openleaf {
		padding: 20px;
		padding-top: 0;
	}

	#headerLogoWrapperOutside {
		width: calc(100% - 50px);
		max-width: 230px;
		margin: 1.4rem 0px;
	}

	/* Top Menu */
	#topMenue {
		padding-left: 0;
	}

	#topMenue > li {
		padding-bottom: 10px !important;
		text-transform: none;
		opacity: 0.5;
		font-size: 19px;
	}
}

@media screen and (max-width: 768px) {
   	#menue_kb_show_menu {
		width: 28px;
		height: 21px;
		margin-top: 41px;
  	}
	#headerLogoOutside {
		max-width: 160px;
	}
}

@media screen and (max-width: 500px) {
	#menue_mobile_chk:checked ~ #mainMenueWrapper, #mainMenueWrapper li.openleaf {
		max-width: 100%;
	}
	
	#mainMenueWrapper .openleaf > div::before {
		left: 7px;
	}
	
	#mainMenueWrapper .openleaf > div {
		left: 14px;
	}
}



/* transperancy support */
#main {
	position: relative;
}

.TransparentHeader {
	background-color: transparent;
	position: absolute;
	z-index: 10;
	width: 100%;
	color: white;
	border-bottom: 1px solid hsla(0,0%,100%,.2);
}

.TransparentHeader #mainMenue > .isnode > div {
	border-color: white !important;
}

.TransparentHeader #headerLogo, .TransparentHeader #headerLogoOutside {
	content:url("/bilder/header/logo-white.svg");
}

.TransparentHeader #menue_kb_show_menu {
	background-image: url('/bilder/header/openMenuWhite.gif');
}

.TransparentHeader #mainMenue > .isnode > a {
	font-size: 17px;
}

@media screen and (min-width: 1024px) {
	.TransparentHeader #mainMenue > .isnode > ul {
		top: 6rem;
	}
	.TransparentHeader #mainMenue > .isnode > a {
		color: white !important;
	}
	.TransparentHeader #topMenue > li > a {
		color: #cecece !important;
		opacity: 1;
	}
}/* --- --- *//* ------------------------------------------------------ */
/* -------------------- 302 - Footer -------------------- */
/* ------------------------------------------------------ *//* --- --- */