/* css zu baustoffdatenbank *//* Baustoffkataloge_2026CSS  *//* ---------------------------- */
/* ---------- Filter ---------- */
/* ---------------------------- */
.radioBaustoffeAlphabet {
	display: none;
}
#baustoffeAlphabet {
	margin: 0;
	padding-left: 0;
	list-style: none;
	border-bottom: 3px solid #008542;
}
#baustoffeAlphabet a {text-decoration: none}
.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;
	color: inherit;
	font-weight: normal;
  border: 4px solid var(--green);
  border-bottom: none;
  border-top-left-radius: 1vmax;
  border-top-right-radius: 1vmax;
  transition: 300ms ease-in-out;
}

#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; background-color: var(--green); color: var(--white);}


#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: var(--green);}


/* ---------- Filter Mobil ---------- */
#chkAlphabetMobil, #baustoffeAlphabetMobil {display: none;}
#baustoffeAlphabetMobil {position: relative;}
.baustoffeAlphabetMobilHeadline {
	display: none;
	position: relative;
	padding: 9px 0 5px 15px;
	line-height: 100%;
	font-size: 1.5rem;
	border-radius: 100vmax;
	border: 4px solid var(--green);
}
.baustoffeAlphabetMobilHeadline::after, .lblBaustoffeAlphabetMobilItem::after {
	content: "";
	display: block;
	position: absolute;
	width: 17px;
	position: absolute;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.941' height='22.97' viewBox='0 0 33.941 22.97' style='fill:%23008339;'%3E%3Cpolygon points='0 6 16.971 22.97 33.941 6 31.113 6 18 19.112 18 0 16 0 16 19.17 2.828 6 0 6'/%3E%3C/svg%3E") no-repeat;
	height: 17px;
	background-size: contain;
	background-position: center;
}
.baustoffeAlphabetMobilHeadline::after {
	right: 15px;
	top: 11px;
}
.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: var(--gray2);
	font-size: 1.5rem;
	line-height: 100%;
	font-weight: bolder;
	position: absolute;
	width: 100%;
	z-index: 1;
	border-radius: 1vmax;
}
#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;
	min-height: 300px;
}
#baustoffeFirmenAusgabe > ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: none;
}
#baustoffeFirmenAusgabe > ul > li {
	min-height: 2.7rem;
    overflow: hidden;
    line-height: 1.1rem;
}
#baustoffeFirmenAusgabe > ul > li:nth-of-type(even) {
	background-color: var(--gray2);
}
.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;
	text-decoration: none;
}
.baustoffeFirmenAusgabe_L:hover {color: #008542;}
.baustoffeFirmenAusgabe_L::before {
	content: '';
	color: #008542;
	position: absolute;
	left: 15px;
	transition: left 500ms;
    font-size: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.941' height='22.97' viewBox='0 0 33.941 22.97' style='fill:%23008339;'%3E%3Cpolygon points='0 6 16.971 22.97 33.941 6 31.113 6 18 19.112 18 0 16 0 16 19.17 2.828 6 0 6'/%3E%3C/svg%3E");
	width: 15px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	rotate: -90deg;
}
.baustoffeFirmenAusgabe_L:hover::before {left: 30px;}

#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:not(.isnode)::before {
	width: 10px;
	height: 10px;
}
#baustoffeTree li.isnode::before {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.941' height='22.97' viewBox='0 0 33.941 22.97' style='fill:%23000000;'%3E%3Cpolygon points='0 6 16.971 22.97 33.941 6 31.113 6 18 19.112 18 0 16 0 16 19.17 2.828 6 0 6'/%3E%3C/svg%3E") no-repeat;
	background-size: contain;
	width: 10px;
	height: 10px;
	background-position: center;
	transform: rotateZ(-90deg);
}
#baustoffeTree li.isnode.openleaf::before {
	rotate: 90deg;
}
#baustoffeTree a, #baustoffeTreeHeadline {
	font-weight: normal;
	font-size: 16px !important;
	color: inherit;
	text-decoration: none;
}
#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: 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;
		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%;
	padding-left: 30px;
}
.baustoffeRechts a {font-weight: normal; font-size: 16px !important;}
#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: 0;
	}
}
@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;
}

#baustoffePGrouopBild[src=""] {
	display: none;
}


/* ----------------------------------- */
/* ------------- 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, #chkBaustoffeProdAdr, #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: calc(50% - 10px);
}
.lblBaustoffeProd::after {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 22px;
	height: 22px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.941' height='22.97' viewBox='0 0 33.941 22.97' style='fill:%23008339;'%3E%3Cpolygon points='0 6 16.971 22.97 33.941 6 31.113 6 18 19.112 18 0 16 0 16 19.17 2.828 6 0 6'/%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
}

#baustoffeProdBild {
    cursor: zoom-in;
}

#chkBaustoffeProdInfo:checked ~ #baustoffeProdOben #lblBaustoffeProdInfo::after,
#chkBaustoffeProdLeistungserkl:checked ~ #baustoffeProdOben #lblBaustoffeProdLeistungserkl::after,
#chkBaustoffeProdAdr:checked ~ #baustoffeProdOben #lblBaustoffeProdAdr::after,
#chkBaustoffeProdText:checked ~ #baustoffeProdOben #lblBaustoffeProdText::after
	{transform: rotate(180deg);}


#baustoffeProdInfo, #baustoffeProdLeistungserkl, #baustoffeProdAdr {display: none;}

#chkBaustoffeProdInfo:checked ~ #baustoffeProdOben #baustoffeProdInfo,
#chkBaustoffeProdLeistungserkl:checked ~ #baustoffeProdOben #baustoffeProdLeistungserkl,
#chkBaustoffeProdAdr:checked ~ #baustoffeProdOben #baustoffeProdAdr
	{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;
	scrollbar-width: thin;
	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;}
}


#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 div {border-bottom: 0px solid white !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(--black);
    border-radius: 2px;
    content: '';
    position: absolute;
    left: 0px;
}

#baustoffeAusgabePicZoomCloseLbl::before {
    top: 13px;
    transform: rotate(-45deg);
}

#baustoffeAusgabePicZoomCloseLbl::after {
    bottom: 12px;
    transform: rotate(45deg);
}


/*********************************************************************************************
**********************************WARN UND GEFAHREN HINWEISE**********************************
**********************************************************************************************/
#ADRTree input{display: none}
#ADRTree a{
	pointer-events: none;
	border-bottom: none;
  text-decoration: none;
}
#AdrSaetzeTree a{
	color: inherit;
	font-weight: bold;
}
#AdrSaetzeTree ul a {font: inherit;}
#ADRTree li{
	position: relative;
}
#ADRTree li::before{
	content: '';
	position: absolute;
	width: 25px;
	height: 20px;
	left: -35px;
	top: calc(50% - 10px);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-image: url('/bilder/document_dunkelgrau.svg');
	
}
#ADRTree li.isnode::before{
	background-image: none /*url('/bilder/ordner_grau.png')*/;
}

#ADRTree ul{
	list-style: none;
}
#AdrSaetzeTree {margin-bottom: 30px; padding-left: 10px;}
#AdrSaetzeTree ul{
	margin: 15px 0;
}
#AdrSaetzeTree ul li:not(:first-of-type){
	margin-top: 15px
}
#AdrSaetzeTree li:not(.isnode.openleaf) > ul{
	height: 0;
	overflow: hidden;
	margin-top: 0;
}
#AdrSaetzeTree .isnode:not(.none, .radio_none) > div{
	top: 0;
	left: 0;
	background-image: none !important;
  position: absolute;
  height: 100%;
  max-height: 62px;
	width: 100%;
	cursor: pointer;
	z-index: 0;
	
}


#ADRTree a[href="GHS"] ~ ul{
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 17px;
	justify-content: center;
}
#ADRTree a[href=GHS] ~ ul > li{
	text-align: center;
  margin-top: 15px;
	width: calc(100% / 2 - 17px / 2 * 1);
}
#ADRTree a[href=GHS] ~ ul > li > a > span{display: block;}
#ADRTree a[href="GHS"] ~ ul > li::before{display: none;}

/*@media (max-width: 768px){
	#ADRTree a[href=GHS] ~ ul > li{
	width: calc(100% / 2 - 17px / 2 * 1)
}*/
@media (max-width: 600px){
	#ADRTree a[href=GHS] ~ ul > li{
	width: 100%;
	}
	
}/* --- --- *//* ConsentAnpassung_2026CSS  */:root {
	--consentbuttonback: #008542 !important;
	--consentbuttonbackhover: #008542 !important;
}

#JubaPopupMessage {
	max-height: calc(100% - 4rem - 60px) !important;
}

.cookieConsentButton {
    padding: 12px 10px 8px 10px !important;
}/* --- --- *//* CookieConsentPopUpCSS  *//* --------------------------------------------------------------------------- */
/* -------------------- juba - 72 - CookieConsentPopUpCSS -------------------- */
/* --------------------------------------------------------------------------- */
x {}

:root {
	--consentbuttonback: #527fa2;
	--consentbuttoncol: white;
	--consentbuttonbackhover: #344756;
	--consentbuttoncolhover: white;
}

/* Standard Pop Up anpassen */
#JubaPopupMessage {
	width: 100% !important;
	max-width: 350px;
	left: calc(50% - 350px / 2) !important;
	max-height: calc(100% - 4rem);
	overflow-y: auto;
}

.listpopupmessages, .cookieConsentWrapper ~ #lbl_JubaPopupMessageIcon {
	display: none !important;
}

@media (max-width: 360px) {
	#JubaPopupMessage {
		left: 0 !important;
	}
}



/* Cookie Consent */
#listpopupmessages > li:has(.cookieConsentWrapper) {
	display: none;
}

.cookieConsentWrapper {
	display: none;
}

.listpopupmessages ~ .cookieConsentWrapper {
	display: block;
}

.cookieConsentHeadline {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 26px;
	line-height: 100%;
}

.cookieConsentTextWrapper, .cookieConsentButton {
	font-size: 16px;
}

.cookieConsentTextWrapper {
	margin-bottom: 20px;
	hyphens: none;
	line-height: 150%;
}

.cookieConsentDatenschutz {
	display: inline-block;
	margin: 10px 0;
}

.cookieConsentButtonWrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 10px;
}

.cookieConsentButton {
	width: calc(50% - 5px);
	padding: 10px;
	background-color: var(--consentbuttonback);
	color: var(--consentbuttoncol);
	transition: background-color 200ms ease-in-out;
	text-align: center;
	line-height: 100%;
	font-weight: bold;
}

.cookieConsentButton:hover {
	background-color: var(--consentbuttonbackhover);
	color: var(--consentbuttoncolhover);
}/* --- --- *//* elements.popupinfo  */x{}
/* ausblenden wenn checkbox über graue fläche abgewählt wird */
  label#lbl_JubaPopupMessageBoxGreyOverall, aside#JubaPopupMessage,
	label#lbl_JubaPopupMessageIcon {display: none;}

/* einblenden der Info */
input[type="checkbox"]#rad_JubaPopupMessage:checked ~ aside#JubaPopupMessage {
	display:block; border: 1px solid #005541; background-color: #fff; 
	position: fixed; z-index: 300; 
	left: calc(50% - 140px); top: 2rem;
	width: 280px; padding: 1rem;
}
input[type="checkbox"]#rad_JubaPopupMessage:checked ~ label#lbl_JubaPopupMessageBoxGreyOverall {
	position:fixed; left: 0px; top: 0px;
	width: 100%; height: 100%;
    	display:block;
	background-color: rgba(200,200,200,0.7);
	z-index: 299
}
input[type="checkbox"]#rad_JubaPopupMessage:checked ~ aside label#lbl_JubaPopupMessageIcon { 
	display: block; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAEvElEQVRIiZ2WS4hbVRjHs6uPUhC61EWtpVIsCoqgFitFEUWpWBFB1IXoQsFNRRHBB11IFRdVXLifUmfSNplMHpPkZl6ZTN7vTN43j5tMZvKYdJKZzLRJys/FTHPndjKteODHuff78/2/e757uOeqVPuMjY0NlpaWKBQKVKtVms0mGxsb3Lx5k83NTdbX12m323Q6Hba2ttjPZ+jo9XpIkoQoijQaDVqtNmtrLZrNG9Trq9RqdWq1Bo3GKs3mDdbWWqyvr7O5uUm3271/sV6vRy6Xo1wus7bWotFoUqvVqVZr96RWrdNsNmm32/R6vf0L9ft9crkclcoSjdVVlldWWF5e2Z7/A5XlFVZ22jp0Rb1ej2w2i1SSqNXqLC1VWKr8D5YqVCrLNBoNbt26BSAXkySJdDrDykqVUqksk8pQCkSUsTtkRKQrmuFauUy9Xuf27dvbRba2tkgkEkilEsWiRKFY3Eato3j0RYqnz8mxXRS//I7igSMU3/uMQjC8R5ekEu12e7tIuVwmmUxSLEqIYg4xl0f0+CkePLZtcuAI+R9+3Y7vkJswU3zoqKz/9pdS35krleXtjRCLxUhnMmSyIplsdkDu/E8Dk+LBY2SN1m0tkaTw9KsDrXDqrCLvDulsFlEUabVaqKLRKMlUmsQukqk0iUSS/PNvymYnTpOMRMl+/bNc/NCTpKwzJFNpUumMwieZSpNIpsjnC6iCwSCJRJLFxfgeEpZpCo+cGJiK736qaGPm2wvEE0kFu/Nji3EyWRGVw7HAYjxBJBobSuLin/KT7yL3zGtEwxFisUUFe/KTKVRTU1OEI1GCofC+ZN76SFnk4WNExrSEwhHCkaiCu3PDkSgqQRDw+QNDCQRD+PwBglfHKT7wuLyKJ17C5w/gDwTxB4IEgqHBPMxDZbfP43S5cbm9Crw+P16fH5fbS/qVc3vaFfn+F9weH26PD6/Ph8vtxe3xKX08XgLBICqny8WcfZ4Fp0uB0+XB6fIQuvC7bL5rNYVDx/GOaXC63Dhdnp0ct8LDseAiEAih8ng8WAWBeccC9nnHAMeCE6fZSv7wyYFx/P3PyZw8I++uk2dwzM7hWHBin3fs8ZizzxMKhVHl83ksFgu2qWlm5+aZmbUzM2tnzj5P/I0P5e372HPYLQKOy2MUDh2X2/bJV8zZ5bzdTM/MUqlUUHU6HRwLDvQGA1PTMwNcFy8p3oHr4qWB5jv/o6w9eBTnH38rcqemZ7AKNrxer3xqiqKI0WhiQm9EsE1jtQhkjr4wMIq9/gFWYUpB/NRZeTVvf6zQzBYBQbBRLpflT3232yUSiaDT6dBN6LFYbdiuqFl8+R1yh59CuKbFbLEqENTXyT76LN4vvlHETZMWTJNm4vHE3lOy1+sRCoW4rtFwXTuOyWzBZLZgvTyKcdI8FJPeIF9PmtEbTRiMJqKxGP1+f/gx3O12CYfDaLVaRsfUjOv0GIyTCvSGvfcTeiPa8QlMJjPxePz+PxT9fp9qtYrVamV0dJQr/4xy9ZoGjVaHbsKwY2xiXKdHo9Wh0eqY0BuYm7NTKpXu/SNx92g2mwSDQWw2GxqtFrX6KmNqNSMjI4yMXEaj1SIIAj6fj5Ik0el09jX/F5Hf+SiQLF0OAAAAAElFTkSuQmCC); 
width: 25px; height: 25px; 
	position:relative; bottom: 0px; left: 0px; margin-right:12px; margin-top: 12px;
}
#JubaPopupMessage, #JubaPopupMessage .listpopupmessages {color: black !important;}/* --- --- *//* Footer_2026CSS  */#mainFooter {
    font-size: 15px;
    overflow: hidden;
}

/* Top */
#footerTop {
    margin-bottom: 30px;
}

#footerLogo {
    width: 280px;
    position: relative;
    top: -2px;
}

#footerWappenWrapper {
    width: calc(100% - 280px);
    text-align: right;
    padding-top: 20px;
}

#footerWappen {
    width: 85px;
}

@media (max-width: 1024px) {
    #footerLogo {
        width: 180px;
    }

    #footerWappenWrapper {
        width: calc(100% - 180px);
        padding-top: 10px;
    }

    #footerWappen {
        width: 75px;
    }
}

@media (max-width: 600px) {
    #footerLogo {
        width: 160px;
    }

    #footerWappenWrapper {
        width: calc(100% - 160px);
    }
}



/* Mid */
#footerMid {
    column-gap: 100px;
    align-items: start;
    padding-bottom: 100px;
}

.footerMidCol:nth-of-type(1) {
    width: 20%;
}

.footerMidCol:nth-of-type(2) {
    width: calc(55% - 200px);
}

.footerMidCol:nth-of-type(3) {
    width: 25%;
}


.footerIcon {
    display: inline-block;
    vertical-align: top;
    width: 23px;
    aspect-ratio: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 200ms ease-in-out;
    margin-right: 16px;
}

.footerIcon:last-of-type {
    margin-right: 0;
}

.footerIconFacebook {
    background-image: url("/bilder/icon-facebook-green.svg");
}

.footerIconFacebook:hover {
    background-image: url("/bilder/icon-facebook-black.svg");
}

.footerIconInstagram {
    background-image: url("/bilder/icon-insta-green.svg");
}

.footerIconInstagram:hover {
    background-image: url("/bilder/icon-insta-black.svg");
}

.footerIconLinkedin {
    background-image: url("/bilder/icon-linkedin-green.svg");
}

.footerIconLinkedin:hover {
    background-image: url("/bilder/icon-linkedin-black.svg");
}

#footerWillhaben {
    display: inline-block;
    vertical-align: top;
    width: 91px;
    height: 46px;
    background-image: url('/bilder/logo-willhaben.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 200ms ease-in-out;
    margin-top: -10px;
}

#footerWillhaben:hover {
    transform: scale(1.1);
}



#footerMidLinksWrapper {
    column-gap: 50px;
    row-gap: 20px;
}

.footerMidLinkContainer {
    width: calc(50% - 25px);
}

.footerMidLink {
    display: inline-flex;
    align-items: center;
    height: 58px;
    border-radius: calc(58px / 2);
    transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
    padding: 5px 20px 5px 5px;
    text-decoration: none;
}

.footerMidLink:hover {
    color: var(--white);
    background-color: var(--green);
}

.footerMidLinkIcon {
    height: 100%;
    aspect-ratio: 1;
    background-color: var(--white);
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.footerMidLinkIconGarten {
    background-image: url('/bilder/icon-garten.svg');
}

.footerMidLinkIconTier {
    background-image: url('/bilder/icon-tierbedarf.svg');
}

.footerMidLinkIconBauen {
    background-image: url('/bilder/icon-bauen.svg');
}

.footerMidLinkIconWohnen {
    background-image: url('/bilder/icon-haushalt.svg');
}

.footerMidLinkIconSanitaer {
    background-image: url('/bilder/icon-sanitaer.svg');
}

.footerMidLinkIconWerkzeug {
    background-image: url('/bilder/icon-werkzeug.svg');
}

#footerMidColRLinks a {
    color: var(--black);
    text-decoration: none;
}

#footerMidColRLinks a:hover {
    color: var(--green);
    text-decoration: underline;
}

@media (max-width: 1240px) {
    #footerMid {
        padding-bottom: 40px;
    }

    .footerMidCol:nth-of-type(1) {
        width: 33.33%;
    }

    .footerMidCol:nth-of-type(2) {
        width: calc(66.66% - 100px);
    }

    .footerMidCol:nth-of-type(3) {
        width: 100%;
        border-top: 1px solid var(--gray);
        padding-top: 40px;
        margin-top: 50px;
    }

    #footerMidColR, #footerMidColRLinks {
        display: flex;
        flex-wrap: wrap;
    }

    #footerMidColRLinks {
        width: calc(100% - 460px);
        column-gap: 40px;
        margin-bottom: 0;
        align-items: center;
    }

    #footerMidColRLinks div {
        margin-bottom: 0;
    }

    #footerMidColRRechts {
        width: 460px;
        text-align: right;
    }

    #footerMidColRRechts a {
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .footerMidCol:nth-of-type(1),
    .footerMidCol:nth-of-type(2) {
        width: 100%;
    }

    .footerMidCol:nth-of-type(2) {
        border-top: 1px solid var(--gray);
        padding-top: 40px;
        margin-top: 50px;
    }

    #footerMidColRLinks {
        width: calc(100% - 260px);
    }

    #footerMidColRRechts {
        width: 260px;
    }

    #footerMidColRRechts a:first-of-type {
        margin-bottom: var(--abstand_3);
    }
}

@media (max-width: 768px) {
    .footerMidCol:nth-of-type(2),
    .footerMidCol:nth-of-type(3) {
        padding-top: 22px;
        margin-top: 20px;
    }

    #footerMidLinksWrapper {
        row-gap: 5px;
    }

    .footerMidLinkContainer {
        width: 100%;
    }

    #footerMidColRLinks,
    #footerMidColRRechts {
        width: 100%;
    }

    #footerMidColRLinks {
        border-bottom: 1px solid var(--gray);
        margin-bottom: 25px;
        padding-bottom: 20px;
    }
    
    #footerMidColRRechts {
        text-align: left;
    }
}



/* Bot */
#footerBot {
    padding: 35px 10%;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
}

.footerBotLink {
    padding-right: 10px;
    border-right: 1px solid var(--black);
    line-height: 100%;
}

.footerBotLink:last-of-type {
    border-right: none;
}

.footerBotLink a {
    color: var(--black);
    text-decoration: none;
}

.footerBotLink a:hover {
    color: var(--green);
    text-decoration: underline;
}/* --- --- *//* MainMenue_2026CSS  */#mainHeader {
    position: sticky;
    top: 0;
    background-color: var(--white);
    padding-bottom: 12px;
	z-index: 1;
}

#mainHeaderWrapper {
    column-gap: 40px;
    align-items: center;
}

@media (max-width: 1600px) {
    #mainHeaderWrapper {
        column-gap: 25px;
    }
}



#mainHeaderLogo {
    width: 280px;
	position: relative;
    top: -2px;
}

#mainHeaderLogo img {
    display: block;
    width: 100%;
    object-fit: contain;
    object-position: left;
    transition: width 200ms ease-in-out;
}

@media (min-width: 769px) {
    .mainHeaderScrolled #mainHeaderLogo img {
        width: 170px;
    }
}


@media (max-width: 1240px) {
    #mainHeaderLogo {
        width: 250px;
    }
}

@media (max-width: 1024px) {
    #mainHeaderLogo {
        width: 200px;
    }
}

@media (max-width: 768px) {
    #mainHeaderLogo {
        height: 70px;
    }
}

@media (max-width: 600px) {
    #mainHeaderLogo {
        width: 130px;
    }
}


#mainHeaderStandort {
    width: 135px;
    font-family: var(--medium);
    text-decoration: none;
}

#mainHeaderStandortOben {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 100;
}

#mainHeaderStandortUnten {
    display: inline-block;
    font-size: 23px;
    border-bottom: 3px solid var(--green);
    transition: border-color 200ms ease-in-out;
}

#mainHeaderStandort:hover #mainHeaderStandortUnten {
    border-color: var(--black);
}



#mainMenueRight {
    width: calc(100% - 280px - 40px);
    column-gap: 20px;
    justify-content: right;
    align-items: center;
}


#mainMenueWillhaben, #mainMenueWillhabenMobil {
    width: 91px;
    height: 46px;
    background-image: url('/bilder/logo-willhaben.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 200ms ease-in-out;
}

#mainMenueWillhaben:hover, #mainMenueWillhabenMobil:hover {
    transform: scale(1.1);
}

#mainMenueWillhabenMobilWrapper {
    display: none;
    text-align: center;
    margin-top: 40px;
}

#mainMenueWillhabenMobil {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 768px) {
    #mainMenueWillhabenMobilWrapper {
        display: block;
    }
}

#mainMenueSearch {
    width: 40px;
    aspect-ratio: 1;
}

#mainMenueSearch > svg {
    width: 100%;
    height: 100%;
    transition: fill 200ms ease-in-out;
}

#mainMenueSearch:hover > svg {
    fill: var(--black) !important;
}



@media (max-width: 1700px) {
    #mainMenueWhatsapp {
        display: none;
    }
}

@media (max-width: 1600px) {
    #mainMenueRight {
        width: calc(100% - 280px - 25px);
    }
}

@media (max-width: 1400px) {
    #mainMenueNewsletter {
        display: none;
    }
}

@media (max-width: 1240px) {
    #mainMenueRight {
        width: calc(100% - 250px - 25px);
    }

    #mainMenueSearch {
        width: 35px;
    }
}

@media (max-width: 1024px) {
    #mainMenueRight {
        width: calc(100% - 200px - 25px);
    }

    #mainMenueStandorte, #mainMenueWillhaben {
        display: none;
    }
}

@media (max-width: 768px) {
    #mainMenueRight {
        align-items: start;
    }
}

@media (max-width: 600px) {
    #mainMenueRight {
        width: calc(100% - 130px - 25px);
    }
}



/* Seitenreiter */
#mainMenueChk, #mainMenue_kb_show_menu, #mainMenue_mobile_chk, #mainMenue_kb_hide_menu {
    display: none;
}

#mainMenueLblOpen {
    display: inline-block;
    width: 50px;
    height: 40px;
    position: relative;
}

#mainMenueLblOpen > div {
    height: 3px;
    width: 100%;
    background-color: var(--green);
    transition: background-color 200ms ease-in-out;
    position: absolute;
    left: 0;
}

#mainMenueLblOpen > div:nth-of-type(1) {
    top: 0;
}

#mainMenueLblOpen > div:nth-of-type(2) {
    top: calc(50% - 1.5px);
}

#mainMenueLblOpen > div:nth-of-type(3) {
    bottom: 0;
}

#mainMenueLblOpen:hover > div {
    background-color: var(--black);
}

#mainMenueChk:checked ~ #mainMenueLblOpen > div:nth-of-type(2) {
    display: none;
}

#mainMenueChk:checked ~ #mainMenueLblOpen > div:nth-of-type(1) {
    transform: rotate(40deg);
    top: 18px;
}

#mainMenueChk:checked ~ #mainMenueLblOpen > div:nth-of-type(3) {
    transform: rotate(-40deg);
    bottom: 19px;
}

@media (max-width: 1240px) {
    #mainMenueChk:checked ~ #mainMenueLblOpen > div:nth-of-type(1) {
        top: 17px;
    }

    #mainMenueChk:checked ~ #mainMenueLblOpen > div:nth-of-type(3) {
        bottom: 16px;
    }
}

@media (max-width: 1024px) {
    #mainMenueChk:checked ~ #mainMenueLblOpen > div:nth-of-type(1) {
        top: 13px;
    }

    #mainMenueChk:checked ~ #mainMenueLblOpen > div:nth-of-type(3) {
        bottom: 14px;
    }
}




#mainMenueSeitenreiter  {
    height: 100%;
    width: 100%;
    max-width: 600px;
    position: fixed;
    top: 0;
    right: -600px;
    transition: right 400ms ease-in-out;
    background-color: var(--white);
}

#mainMenueChk:checked ~ #mainMenueSeitenreiter  {
    right: 0;
}


#mainMenueSeitenreiterLeft {
    width: calc(100% - 70px);
    padding: 50px 40px;
    height: 100%;
    position: relative;
}


#mainMenueSeitenreiterTopIcons {
    height: 120px;
}

.mainMenueSeitenreiterTopIcon {
    display: inline-block;
    vertical-align: top;
    width: 23px;
    aspect-ratio: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 200ms ease-in-out;
    margin-right: 16px;
}

.mainMenueSeitenreiterTopIcon:last-of-type {
    margin-right: 0;
}

.mainMenueFacebook {
    background-image: url("/bilder/icon-facebook-green.svg");
}

.mainMenueFacebook:hover {
    background-image: url("/bilder/icon-facebook-black.svg");
}

.mainMenueInstagram {
    background-image: url("/bilder/icon-insta-green.svg");
}

.mainMenueInstagram:hover {
    background-image: url("/bilder/icon-insta-black.svg");
}

.mainMenueLinkedin {
    background-image: url("/bilder/icon-linkedin-green.svg");
}

.mainMenueLinkedin:hover {
    background-image: url("/bilder/icon-linkedin-black.svg");
}



#mainMenue, #mainMenue ul {
    list-style: none;
    padding-left: 0;
}

#mainMenue {
    font-family: var(--medium);
    margin: 0;
    max-height: calc(100% - 120px - 100px - 40px);
    overflow-y: auto;
}

#mainMenue ul {
    display: none;
    margin-top: 30px;
    margin-bottom: 0;
}

#mainMenue > li.openleaf > ul {
    display: block;
}

#mainMenue > li {
    font-size: 35px;
    margin-bottom: 40px;
    position: relative;
}

#mainMenue > li:last-of-type {
    margin-bottom: 0;
}

#mainMenue > li > ul > li {
    font-size: 18px;
    margin-bottom: 15px;
}

#mainMenue a {
    text-decoration: none;
    line-height: 100%;
}

#mainMenue > li.isnode > a {
    pointer-events: none;
}

#mainMenue > li.isnode:hover > a {
    color: var(--black);
}

#mainMenue > li.isnode > a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    aspect-ratio: 1;
    background-color: var(--gray2);
    border-radius: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.941' height='22.97' viewBox='0 0 33.941 22.97' style='fill:%23000000;'%3E%3Cpolygon points='0 6 16.971 22.97 33.941 6 31.113 6 18 19.112 18 0 16 0 16 19.17 2.828 6 0 6'/%3E%3C/svg%3E");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 200ms ease-in-out, background-color 200ms ease-in-out;
    margin-left: 20px;
}

#mainMenue > li.isnode:hover > a::after {
    background-color: var(--gray);
}

#mainMenue > li.openleaf > a::after {
    transform: rotate(180deg);
}

#mainMenue div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 39px;
    cursor: pointer;
}

#mainMenue > li.isnode > div {
    display: block;
}

#mainMenueLblClose {
    width: 70px;
    background-color: var(--green);
    transition: background-color 200ms ease-in-out;
    padding: 20px;
}

#mainMenueLblClose:hover {
    background-color: var(--gray);
}

#mainMenueLblCloseIcon {
    width: 100%;
    aspect-ratio: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.4' height='28.8' viewBox='0 0 32.4 28.8'%3E%3Cpath d='M1.2,1.2l30,26.4' style='fill:none; stroke:%23fff; stroke-linecap:round; stroke-width:2.4px;'/%3E%3Cpath d='M31.2,1.2L1.2,27.6' style='fill:none; stroke:%23fff; stroke-linecap:round; stroke-width:2.4px;'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 200ms ease-in-out;
}

#mainMenueLblClose:hover #mainMenueLblCloseIcon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.4' height='28.8' viewBox='0 0 32.4 28.8'%3E%3Cpath d='M1.2,1.2l30,26.4' style='fill:none; stroke:%23000; stroke-linecap:round; stroke-width:2.4px;'/%3E%3Cpath d='M31.2,1.2L1.2,27.6' style='fill:none; stroke:%23000; stroke-linecap:round; stroke-width:2.4px;'/%3E%3C/svg%3E");
}

@media (max-width: 1240px) {
    #mainMenueLblOpen {
        width: 40px;
        height: 36px;
    }
}

@media (max-width: 1024px) {
    #mainMenueSeitenreiterTopIcons {
        height: 80px;
    }

    #mainMenueSeitenreiter  {
        max-width: 400px;
        right: -400px;
    }

    #mainMenueSeitenreiterLeft {
        padding: 30px 20px;
        width: calc(100% - 45px);
    }

    #mainMenueLblClose {
        width: 45px;
        padding: 12px;
    }

    #mainMenue {
        max-height: calc(100% - 50px - 40px - 90px);
    }

    #mainMenue > li {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #mainMenue > li > ul > li {
        font-size: 16px;
    }

    #mainMenue ul {
        margin-top: 15px;
    }

    #mainMenue div {
        height: 34px;
    }

    #mainMenue > li.isnode > a::after {
        width: 34px;
    }

    #mainMenueLblOpen {
        width: 35px;
        height: 30px;
    }

    #mainMenueSearch {
        width: 30px;
    }
}

@media (max-width: 768px) {
    #mainMenue {
        max-height: calc(100% - 50px - 40px - 90px - 86px);
        padding-top: 10px;
    }

    #mainMenueSeitenreiterTopIcons, #mainMenueLblClose {
        display: none;
    }

    #mainMenueSeitenreiter {
        max-width: 100%;
        height: calc(100% - 70px);
        top: 70px;
        right: -100%;
    }

    #mainMenueSeitenreiterLeft {
        width: 100%;
    }

    #mainMenue > li {
        border-bottom: 1px solid var(--green);
        padding-bottom: 12px;
    }

    #mainMenue div {
        height: 41px;
        top: -10px;
    }

    #mainMenue > li.isnode > a::after {
        position: absolute;
        right: 0;
        top: -6px;
    }
}


#mainMenueSeitenreiterBottom {
    position: absolute;
    width: calc(100% - 80px);
    left: 40px;
    bottom: 50px;
}

#mainMenueSeitenreiterBottom .button {
    font-size: 14px;
}

@media (max-width: 1024px) {
    #mainMenueSeitenreiterBottom .button:first-of-type {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    #mainMenueSeitenreiterBottom {
        text-align: center;
    }
}



#mainMenueLblHideLayer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: unset;
    background-color: var(--black);
    opacity: 0;
    pointer-events: none;
    transition: opacity 400ms ease-in-out;
}

#mainMenueChk:checked ~ #mainMenueLblHideLayer {
    opacity: 0.4;
    pointer-events: all;
}

@media (max-width: 768px) {
    #mainMenueLblHideLayer {
        display: none;
    }
}




/* ----- No JS ----- */
#noJSMessage {
	width: 40px;
	height: 40px;
	position: fixed;
	right: var(--abstand_15);
	bottom: var(--abstand_15);
	pointer-events: all;
	z-index: 1;
}/* --- --- */#banner1oben {
    gap: 15px;
}

#banner1obenL, #banner1obenR {
    border-radius: 40px;
    height: 530px;
}

#banner1obenL {
    width: calc(70% - 15px);
    background-color: var(--green);
    display: flex;
    align-items: end;
    padding: 40px;
}

#banner1obenR {
    width: 30%;
    object-fit: cover;
    object-position: center;
}

#banner1obenR[src=""] {
    display: none;
}

#banner1headline {
    background-color: var(--white);
    margin: 0;
    padding: 15px 15px 0 15px;
}

@media (max-width: 1024px) {
    #banner1obenL, #banner1obenR {
        height: 300px;
    }
}

@media (max-width: 768px) {
    #banner1obenL, #banner1obenR {
        width: 100%;
        border-radius: 25px;
    }

    #banner1obenL {
        height: auto;
        padding: 50px 25px;
    }

    #banner1obenR {
        height: 60vw;
    }
}/* --- --- */