/* css zu produkt *//* BaustoffkatalogCSS  */@media screen and (min-width:769px){
#baustoffeProdBild{width: 250px !important;}
#baustoffeProdOben_L{width: calc(100% - 250px) !important;}
}/* --- --- *//* baustoffkatalogeNoneCSS  */.baustoffeStandorteWrapper > .baustoffeStandorteR > h3 {display: none;}/* --- --- *//* BaustoffkatalogeV2CSS  *//* ---------------------------- */
/* ---------- 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;
	min-height: 300px;
}
#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: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 #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: 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;}
#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;
}


/* ----------------------------------- */
/* ------------- 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;
	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;}
}


/* 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; }/* --- --- *//* MenueCSS  *//*Balken ueber menu*/

.GreenMenuBalken{
  height:18px;
  max-width: 1140px;
  margin:0 auto;
  padding:0.5vw 20px;
  line-height: 18px;
  box-sizing: content-box;
  display:flex;
  flex-direction: row;
}
.GreenMenuBalken img {width: 13px; margin-right:7px}
.GreenMenuBalken > div{
  display:flex;
}
.GreenMenuBalken > .leftSide{
  flex-grow: 1;
}
.GreenMenuBalken a{
  color: #61ce70;
  font-size:13px;
  display:flex;
  flex-direction: row;
  align-items: center;
  
}
.GreenMenuBalken > .leftSide a{margin-right: 20px;}
.GreenMenuBalken > .rightSiede a{margin-left:20px;}
@media (max-width: 1024px){.GreenMenuBalken{display: none;}}

/*Allgemein*/
#MainMenue{
  padding: 0 20px;
  display:flex;
  max-width: 1180px;
  width: 100%;
  margin:0 auto;
}
#MainMenue a{color:#000}
#MainMenue > input{appearance: none;}
#MainMenue > .HomeButton{
  background:url('/juba/pic/adminCompanyLogo.svg') no-repeat;
  min-width: 228px;
  background-position: center;
}
#MainMenue ul{list-style: none; padding-left:0;}
#MainMenue > ul > li > a {display:none;}
#MainMenue > ul{padding: 10px 0}

#MainMenue > ul > li > ul div{display:none}

/*Ebene 1*/
#MainMenue > ul > li > ul {
  display:flex;
  justify-content:right;
}
#MainMenue > ul > li > ul > li {
  position: relative;
  z-index: 2;
}
#MainMenue > ul > li > ul > li.isnode > a:after{
  content:'';
  margin-left:15px;
  width: 8px;
  height: 8px;
  transform: rotateZ(-45deg) scale(80%) translateY(-3px);
  border-left: 3px solid black;
  border-bottom: 3px solid black;
  display:inline-block;
  transition: ease-in-out 300ms;
}
#MainMenue > ul > li > ul > li.isnode:hover > a:after{
  border-color: var(--green);
}
#MainMenue > ul > li > ul > li > a{
  font-weight: 400;
  font-family: var(--sourceSansSemibold);
  font-size:18px;
  padding:18px;
  display: inline-block;
  line-height: 18px;
}
#MainMenue > ul > li > ul > li:hover > a{color: var(--green)}

@media (max-width: 1140px){
	#MainMenue > ul > li > ul > li > a{padding: 13px;}
	#MainMenue > ul > li > ul > li.isnode > a::after{margin-left:9px;}
}
/*Ebene 2*/
#MainMenue > ul > li > ul > li > ul{
  position: absolute;
  width: fit-content;
  min-width: 100%;
  white-space: nowrap;
  background-color:#fff;
  transition: ease-in-out 300ms;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
#MainMenue > ul > li > ul > li:not(:hover) > ul{
  opacity: 0;
  pointer-events: none;
}
#MainMenue > ul > li > ul > li > ul > li{
  padding: 15px 10px 15px 15px;
  border-bottom: 1px solid #E2ECF7;
  height:48px;
  transition: ease-in-out 300ms;
}
#MainMenue > ul > li > ul > li > ul > li:hover{
  background-color: #3f444b;
}
#MainMenue > ul > li > ul > li > ul > li:hover > a{color: #fff}
#MainMenue > ul > li > ul > li > ul > li > a{
  font-family: sans-serif;
  font-size:13px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}/* --- --- *//* MobileMenueCSS  *//* --------------------- MobileMenueButton --------------------- */

@media (max-width: 1024px) {  
  #HeaderMainMenu_mobile_chk:checked ~ #HeaderMainMenu_kb_show_menu {
    width: 30px;
    height: 20px;
    position: absolute;
    border-top: 4px solid black;
    border-bottom: 4px solid black;
    right: 50px;
    top: calc(50% - 10px);
  }
  
  #HeaderMainMenu_mobile_chk:checked ~ #HeaderMainMenu_kb_show_menu::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: calc(50% - 2px);
    height: 4px;
    width: 100%;
    background-color: black;
  }
  
  #HeaderMainMenu_mobile_chk:checked ~ #HeaderMainMenu_kb_show_menu:hover {border-color: #e10019}
  #HeaderMainMenu_mobile_chk:checked ~ #HeaderMainMenu_kb_show_menu:hover::after
  {background-color: #e10019;}
  
  #HeaderMainMenu_mobile_chk:checked ~ #HeaderMainMenu_kb_show_menu {display: block;}
  
  #HeaderMainMenu_kb_show_menu,
  #HeaderMainMenu_mobile_chk:checked ~ #HeaderMainMenu_kb_hide_menu  {display: none;}
  
  #HeaderMainMenu_kb_hide_menu {
    width: 30px;
    height: 20px;
    position: absolute;
    right: 47px;
    top: calc(50% - 8px);
    transform: rotate(45deg);
  }
  
  #HeaderMainMenu_kb_hide_menu::after, #HeaderMainMenu_kb_hide_menu::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: black;
  }
  
  #HeaderMainMenu_kb_hide_menu::after {
    height: 4px;
    width: 25px;
    top: calc(12px - 2px);
  }
  
  #HeaderMainMenu_kb_hide_menu::before {
    width: 4px;
    height: 25px;
    left: calc(12px - 2px);
  }
  
  #HeaderMainMenu_kb_hide_menu:hover::after,
  #HeaderMainMenu_kb_hide_menu:hover::before
  {background-color: #e10019;}
}

/* --------------------- MobileMenue --------------------- */

@media (max-width: 1024px) {
  #MainMenue {
    height: 84px;
    padding: 15px;
    position: relative;
  }
  
  #HeaderMainMenu_mobile_chk:checked ~ #HeaderMainMenu {display: none;}
  #HeaderMainMenu{
    position: absolute;
    left: 0;
    top:55px;
    background-color: #fff;
    z-index: 2;
    padding: 0 !important;;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  }
  #HeaderMainMenu > li > ul{
    flex-direction: column;
    width: 100%;
  }
  #HeaderMainMenu > li > ul > li > a{
    padding: 17px !important;
    width: 100%;
  }
  #HeaderMainMenu > li > ul > li:hover,
  #HeaderMainMenu > li > ul > li.openleaf
  {background-color: #3f444b;}
  #HeaderMainMenu > li > ul > li:hover > a,
  #HeaderMainMenu > li > ul > li.openleaf > a
  {color: #fff !important;}
  #HeaderMainMenu > li > ul > li:hover > a::after,
   #HeaderMainMenu > li > ul > li.openleaf > a::after
  {border-color: #fff !important;} 
  #HeaderMainMenu > li > ul > li{
    border-bottom: 1px solid #E2ECF7;
    transition: ease-in-out 300ms;
  }
  
  
  @keyframes doubleClick{
	  0% {height:0;}
	  100% {height: 0;}
  }
  #HeaderMainMenu > li > ul > li.isnode > div{
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
	cursor: pointer;
  }
  #HeaderMainMenu > li > ul > li.isnode.openleaf > div{
	  animation: doubleClick 300ms 1;
	  height: 52px;
  }
  
  #HeaderMainMenu > li > ul > li.isnode:not(.openleaf) > ul{
    display: none;
  }
  #HeaderMainMenu > li > ul > li.isnode > ul{
    position: relative;
    pointer-events: all !important;
    opacity: 1 !important;;
  }
  #HeaderMainMenu > li > ul > li.isnode > ul > li{padding-left: 27px;}
}/* --- --- */.baustoffeStandorteL, .baustoffeStandorteR {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	width: 50%;
}

.baustoffeStandorteL {
	padding-right: 20px;
}


@media (max-width: 600px) {
	.baustoffeStandorteL, .baustoffeStandorteR {
		width: 100%;
	}
	
	
	.baustoffeStandorteL {
		padding-right: 0;
	}
}/* --- --- */@keyframes footerTransition {
  0% {opacity: 0;}
  99% {opacity: 0;}
  100% {opacity: 1;}
}
@media (min-width: 769px) {
  #main {
    position: relative;
    min-height: 100vh;
    padding-bottom: 419px;
  }
  footer {
    position: absolute;
    bottom: 0;
	/*padding-bottom: 45px;*/
  }
  footer > div img {padding-right: 20px}
}
footer,footer b{font-family: Inter, sans-serif;}
footer b{font-weight: bolder;}
footer {
  background-color: #F8F8F8;
  padding-top: 30px;
  box-shadow: 10px 10px 10px 10px;
}
.footerSerUeb ul {
  display: none;
  background-color: #F0F0F0;
  list-style: none;
  box-shadow: 0px 0px 5px 0px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 100px;
  width: max-content;
  top: 10px;
  z-index: 5;
}
.footerSerUeb:hover ul {
  display: inline-block;
  animation: footerTransition 500ms;
}
.footerSerUeb ul > li > a {
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
}
.footerSerUeb ul > li:hover > a {color: white;}
.footerSerUeb ul > li:hover {background-color: black;}
footer a {color: #676867;}
footer a:hover {color: #E23125;}
footer a > span {
  transform: scaleX(185%);
  display: inline-block;
  margin-left: 10px;
}

footer > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 15.6px;
  color: #676867;
  padding: 0 25px;
  letter-spacing: 0;
  line-height:1.5em;
}
footer > div.bg_gruen {
  color: #C8D5DC;
  padding: 10px 0px;
  font-size: 20px;
  margin-top: 50px;
}
footer > div > div {
  width: 100%;
  display: inline-block;
}
footer h3 {
  color: var(--green);
  font-size: 24px;
  font-family: var(--hgbRegular);
  line-height:42px;	
}
footer > div > div.footerColWide {max-width: 342px; padding-right:70px}
footer > div > div.footerColSmall {max-width: 228px;}

@media (max-width: 1172px) {
  #main {padding-bottom: 527.2px;}
}

@media (max-width: 914px) {
  #main {padding-bottom: 557.2px;}
}

@media (max-width: 894px) {
  #main {padding-bottom: 617.2px;}
}

@media (max-width: 828px) {
  #main {padding-bottom: 647.2px;}
}

@media (max-width: 788px) {
  #main {padding-bottom: 742px;}
}

@media (max-width: 768px) {
  #main {padding-bottom: 0px;}
  footer > div {display: inline-block;}
  .bg_gruen {width: 100%; text-align: center;}
  footer > div > div {
    max-width: 100% !important;
  }
  footer > div > div {
    padding: 20px !important;
  }
  footer > div > div:first-of-type {
    padding: 20px 50px !important;
    text-align: center;
  }
  .footerColMobile {width: 50%;}
}
@media (max-width: 468px) {
  br.hide768 {display: inline-block !important;}
  .footerColMobile {width: 100%;}
}/* --- --- */@media (max-width:360px){
	.HomeButton {min-width: 45vw !important;}
}/* --- --- */