/* css zu produktgruppe *//* BaustoffkatalogeCSS  *//* ---------------------------- */
/* ---------- Filter ---------- */
/* ---------------------------- */
.baustoffeStandorteWrapper{display: none !important;}
.radioBaustoffeAlphabet {
	display: none;
}
#baustoffeAlphabet {
	margin: 0;
	padding-left: 0;
	list-style: none;
	border-bottom: 3px solid var(--anthrazit);
}
.baustoffeAlphabetItem {
	display: inline-block;
	vertical-align: top;
	width: 9%;
	margin-left: 20px;
}
.lblBaustoffeAlphabet {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 15px 0;
	border-top: 3px solid #383e4266;
	border-left: 1px solid #383e4266;
	border-right: 1px solid #383e4266;
	border-bottom: 0;
	color: inherit;
	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(--anthrazit);}

#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: 11px solid var(--anthrazit);
	border-left: 8px solid #0000;
	border-right: 8px solid #0000;
}
.baustoffeAlphabetMobilHeadline::after {
	right: 15px;
	top: calc(50% - (11px / 2));
}
.lblBaustoffeAlphabetMobilItem::after {
	transform: rotate(270deg);
	right: 15px;
	top: calc(50% - (11px / 2));
}
#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;
	text-decoration: none;
}
#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(--rot);}

@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: #383e4233;
}
.baustoffeFirmenAusgabe_L, .baustoffeFirmenAusgabe_R {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.baustoffeFirmenAusgabe_L {
	padding: 8px 55px;
	position: relative;
	vertical-align: middle;
	border: 0;
	text-decoration: none;
}
.baustoffeFirmenAusgabe_L:hover {color: #383e42;}
.baustoffeFirmenAusgabe_L::before {
	content: '';
	color: var(--anthrazit);
	position: absolute;
	left: 14px;
	transition: left 500ms;
	background-image: url('/bilder/pfeilRotFull.svg');
	background-repeat:no-repeat;
	width: 14px;
	height: 16px;
	top: 10px;
}
.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;}
}

.baustoffkatalogLinks {
	vertical-align: top;
	padding-right: var(--abstand_18);
}

/* ----------------------------------- */
/* --------------- 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: 15px;
	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/pfeilRotRand.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	width: 10px;
	height: 10px;
}
#baustoffeTree li.openleaf::before {
	background-image: url('/bilder/pfeilRotFull.svg');
	background-repeat:no-repeat;
}
#baustoffeTree li.isnode.openleaf::before {
	transform: rotateZ(90deg);
}
#baustoffeTree a, #baustoffeTreeHeadline {
	font-weight: normal;
	color: inherit;
	text-decoration: none;
}
#baustoffeTree li:hover > a,
#baustoffeTree li.openleaf > a,
#baustoffeTreeHeadline:hover{color: var(--rot);}
#baustoffeTree a {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 15px);
	border: 0;
}
#baustoffeTree li.openleaf > a {font-weight: bold;}
#baustoffeTree li:not(.isnode).openleaf > a {text-decoration: underline;}

#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{color: var(--anthrazit);}
@media (max-width: 1440px){
	.baustoffkatalogRechts {
		width: 66%;
	}
}
@media (max-width: 1024px) {
	.baustoffeLinks,.baustoffkatalogRechts {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: var(--anthrazit);
		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(--anthrazit);
		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 var(--anthrazit);
	padding: 10px 0;
	position: relative;
}
.lblBaustoffeProd::after {
	content: "";
	font-family: iconfont;
	font-size: 22px;
	display: block;
	position: absolute;
	right: 0px;
	top: calc(50% - (13px / 2));
	border-top: 13px solid var(--anthrazit);
	border-left: 10px solid #0000;
	border-right: 10px solid #0000;
}

#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; }/* --- --- *//* footerCSS  *//*------------------*/
/*----- footer -----*/
/*------------------*/
#footer {font-size: smaller;}
#footer a {text-decoration: none;}
#footer * {color: black;}
#footerWrapper * {text-transform: uppercase;}

#footerWrapper {
	border-top: 1px solid black;
  	border-bottom: 1px solid black;
  	padding: 30px 80px;
}

.footerIcon, #footerWrapper > div:last-of-type a {
  height: 35px;
  width: 35px;
}

.footerIcon {
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

#footerWrapper > div:last-of-type a {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
#footerWrapper + .mobileItem ~ div{padding-bottom: var(--abstand_18);}
@media (min-width: 769px){.mobileItem{display: none;}}
@media (max-width: 1440px) {
	#footerWrapper {padding: 30px 50px;}
}

@media (max-width: 1240px) {
	#footerWrapper > div {width: 25%;}
	#footerWrapper > div:last-of-type {width: 25%;}
}

@media (max-width: 1040px) {
	#footerWrapper > div {width: 28.33%;}
	#footerWrapper > div:last-of-type {width: 15%;}
	#footerWrapper {padding: 25px 35px;}
}

@media (max-width: 768px) {
	#footerWrapper > div:not(#footerWrapper > div:last-of-type),
	#footerWrapper > div:last-of-type b,
	#footerWrapper > div:last-of-type br {display: none;}
	
	#footerWrapper > div:last-of-type {width: 100%;}
  #footerWrapper + .mobileItem{
    padding:var(--abstand_9) 0;
    text-align: center;
    border-bottom: 1px solid black;
  }
  #footerWrapper + .mobileItem ~ div{text-align: center;}
}
/*-------------------------------------------------------------------------------------------------------------------------------*//* --- --- *//* MenueCSS  *//*----------------------------------------------------*/
/*------------------ALLGEMEIN MENUES------------------*/
/*----------------------------------------------------*/
#MenuContainer{position: relative;background-color: #fff;}
#chkMainMenueSuche:checked ~ #MenuContainer{z-index: 3;}
#main{overflow-x: hidden;}
#MainMenue input[type="radio"],
#subMainMenue input[type="radio"]
{display: none;}
label#lbl_JubaPopupMessageBoxGreyOverall, aside#JubaPopupMessage,
label#lbl_JubaPopupMessageIcon {display: none;}

#MainMenue > #jubaconMenu > #menu_eb_1,
#subMainMenue > #jubaconMenu > #menu_eb_1{
	list-style: none;
	display: flex;
	margin:0;
}

#MainMenue > #jubaconMenu > #menu_eb_1 > li,
#subMainMenue > #jubaconMenu > #menu_eb_1 > li{
	position: relative;
	text-align: center;
}

#MainMenue > #jubaconMenu > #menu_eb_1 > li a,
#subMainMenue > #jubaconMenu > #menu_eb_1 > li a{
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: var(--anthrazit);
  position: relative;
  display: inline-block;
}

#MainMenue > #jubaconMenu > #menu_eb_1 > li a::before,
#subMainMenue > #jubaconMenu > #menu_eb_1 > li a::before{
  content:'';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--rot);
  transition: 750ms cubic-bezier(0,-0.16,0,1.01);
}

#MainMenue > #jubaconMenu > #menu_eb_1 > li:not(.num_of_all_4, .num_of_all_8) > a:hover::before,
#subMainMenue > #jubaconMenu > #menu_eb_1 > li a:hover::before,
#subMainMenue > #jubaconMenu > #menu_eb_1 li.menulevel1selected > a::before
{width: 100%;}
/*---------------------------------------------------*/
/*------------------MAIN MENUE OBEN------------------*/
/*---------------------------------------------------*/
#MainMenue{
  position: relative;
  border-bottom: 1px solid var(--anthrazit);
}
#MainMenue::before, #MainMenue::after{
  content:'';
  position: absolute;
  background-color: #fff;
  width: max(calc((100vw - 1380px) / 2), 30px);
  height: 100%;
  bottom: -1px;
  border-bottom: 1px solid var(--anthrazit);
}
#MainMenue::before{
  left:0;
  transform: translateX(-100%);
}
#MainMenue::after{
  right:0;
  transform: translateX(100%);
}
#MainMenue > #jubaconMenu > #menu_eb_1{
  border-right: 1px solid var(--anthrazit);
  padding: 0;
  
}
#MainMenue > #jubaconMenu > #menu_eb_1 > li{
  width: calc(60px + 3%);
  padding: 37px 0;
  border-left: 1px solid var(--anthrazit);
}
#MainMenue > #jubaconMenu > #menu_eb_1 > li.num_of_all_4{
  flex-grow: 1;
}
#MainMenue > #jubaconMenu > #menu_eb_1 > li.num_of_all_4 > a{
  position: absolute;
  inset: 24px 50px;
  display: inline-block;
  font-size: 0;
  background: url('/juba/pic/adminCompanyLogo.svg') no-repeat center center;
}
#MainMenue > #jubaconMenu > #menu_eb_1 > li.num_of_all_8 > a{
  font-size: 0;
  background: url('/bilder/lupeBlack.svg') no-repeat center center;
  position: absolute;
  inset: 35px 0;
}



/*----------------------------------------------------*/
/*------------------MAIN MENUE UNTEN------------------*/
/*----------------------------------------------------*/
#subMainMenue > #jubaconMenu > #menu_eb_1{padding: 40px 0;}
#subMainMenue > #jubaconMenu > #menu_eb_1 > li{padding-right:45px;}

#subMainMenue > #jubaconMenu > #menu_eb_1 > li a:hover,
#subMainMenue > #jubaconMenu > #menu_eb_1 > li.menulevel1selected  > a
{color: var(--rot);}
#menu_eb_2{
  position: absolute;
  white-space: nowrap;
  padding: 15px;
  text-align: left;
  left: -15px;
  list-style: none;
  display: none;
  background-color:#fff;
  box-shadow: 0px 4px 5px 0px #0007;
}
#subMainMenue > #jubaconMenu > #menu_eb_1 > li:hover > #menu_eb_2{
  display: block;
  z-index:2;
}




/*-- Suche --*/
#mainMenueSucheContainer{
  position: absolute;
  background-color: #fff;
  width: 100%;;
  z-index:3;
  box-shadow: 1px 1px 5px -0px #000a;
  top:101px;
  height:auto;
  max-height: 0;
  overflow: hidden;
}
#mainMenueErgebnisse{
  padding-top:var(--abstand_9)
}
#mainMenueSuche{border: 1px solid var(--anthrazit);}
#chkMainMenueSuche:checked ~ #chkMainMenueSucheDarkLayer{
  position: fixed;
  background-color: #000a;
  top:0;
  z-index: 3;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
}
#chkMainMenueSuche:checked ~ #MenuContainer > #mainMenueSucheContainer{
  max-height: calc(90vh - 101px);
  padding:var(--abstand_18);
}
#mainMenueSucheContainer > #mainMenueSuche{
  display: flex;
}
#mainMenueSucheContainer > #mainMenueSuche > #tbSucheAjax_mainMenue{
  flex-grow: 1;
  font-size: 30px;
  font-weight: bold;
  border: 0;
  min-width: 0;
}
#mainMenueSucheContainer > #mainMenueSuche > #headerBtnSuche{
  background-color: inherit;
  background-image: url('/bilder/lupeBlack.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
}
#mainMenueSucheContainer > #mainMenueErgebnisse > #ergebnisseSucheAjax_mainMenue{
  overflow: auto;
  max-height: calc(90vh - 101px - 110px);
}
#mainMenueSucheContainer > #mainMenueErgebnisse > #ergebnisseSucheAjax_mainMenue > .ergebnisSucheBeitrag{
  padding: var(--abstand_9) 0;
  border-top: 1px solid var(--anthrazit);
}
#mainMenueSucheContainer > #mainMenueErgebnisse > #ergebnisseSucheAjax_mainMenue > .ergebnisSucheBeitrag:first-child{
  border-top: 2px solid var(--anthrazit)
}


#mobileMenueContainer{display: none;}
/*-----------------------------------------------------------------------------------------------------*/
/*------------------------------------------------MOBILE MENU------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------*/
@media (min-width: 1025px){
  #MenuContainer .mobileItem{display: none;}
}
@media (max-width: 1024px){
  #mobileMenueContainer{
    display: flex;
    width: calc(100% + var(--abstand_18) * 2);
    border-bottom: 1px solid var(--anthrazit);
    position: relative;
    left: calc(-1 * var(--abstand_18));
  }
  #mobileMenueContainer > #MobileLogo{
    flex-grow: 1;
    height: 95px;
    text-align: center;
    padding: 20px;
  }
  #mobileMenueContainer > #MobileStandorte,
  #mobileMenueContainer > #MobileToggle{
    height:95px;
    width: calc(75px + 3%);
  }
  #mobileMenueContainer > #MobileStandorte{
    border-right: 1px solid var(--anthrazit);
    background: url('/bilder/standortPin.svg') no-repeat center center;
    background-size: 25px;
  }
  #mobileMenueContainer > #MobileToggle{
    border-left: 1px solid var(--anthrazit);
    position: relative;
  }
  #mobileMenueContainer > #MobileToggle::after{
    content:'';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    height: 29px;
    background-image: 
      linear-gradient(180deg, 
        var(--anthrazit) 5px, #fff 5px, #fff 12px,
        var(--anthrazit) 12px, var(--anthrazit) 17px, #fff 17px, #fff 24px,
        var(--anthrazit) 24px
      )
  }
  #toggleMobileMenu:checked ~ #mobileMenueContainer > #MobileToggle::after{
    width: 29px;
    border-radius: 10px;
    background-image:
      linear-gradient(45deg, #fff0 44%, var(--anthrazit) 44%, var(--anthrazit) 56%, #fff0 56%),
      linear-gradient(-45deg, #fff0 44%, var(--anthrazit) 44%, var(--anthrazit) 56%, #fff0 56%);
  }
  #MenuContainer{
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    height: 0;
    left: 0;
    box-shadow: 1px 1px 5px 0px #000A;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index:3;
  }
  #toggleMobileMenu:checked ~ #MenuContainer{
    height: auto;
    padding: var(--abstand_9);
  }
  #MenuContainer > *{
    border: none;
    width: 100%;
    max-width: 600px;
  }
  #MainMenue::before, #MainMenue::after{display: none;}
  #MenuContainer > #MainMenue > #jubaconMenu{
    padding-top: var(--abstand_9);
  }
  #MenuContainer #jubaconMenu > #menu_eb_1{
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-right: none;
    padding-top: var(--abstand_9);
    padding-bottom: var(--abstand_9);
  }
  #MenuContainer > #MainMenue > #jubaconMenu > #menu_eb_1{
    border-top: 1px solid var(--anthrazit);
    border-bottom: 1px solid var(--anthrazit);
  }
  #MenuContainer > #subMainMenue > #jubaconMenu > #menu_eb_1{
    border-bottom: 1px solid var(--anthrazit);
    font-size: 80%;
    margin-bottom: var(--abstand_18);
  }
  #MenuContainer #jubaconMenu > #menu_eb_1 > li{
    width: 100%;
    border: none;
    padding: 10px 0;
    text-align: left;
  }
  #MenuContainer> #subMainMenue > #jubaconMenu > #menu_eb_1 > li{
    padding: 5px 0;
  }
  #MenuContainer #jubaconMenu > #menu_eb_1 > li a{
    font-size: 130%;
    text-transform: none;
  }
  #MainMenue > #jubaconMenu > #menu_eb_1 > li.num_of_all_4,
  #MainMenue > #jubaconMenu > #menu_eb_1 > li.num_of_all_8{display: none}
  
  #MenuContainer .mobileItem a{
    color: inherit;
    text-decoration: none;
    position: relative;
  }
  #MenuContainer .mobileItem a::after{
    content:'';
    position: absolute;
    width: 0;
    left: 0;
    bottom:0;
    height: 1px;
    background-color: var(--anthrazit);
    transition: 250ms cubic-bezier(0,-0.16,0,1.01);
  }
  #MenuContainer .mobileItem a:hover::after{width: 100%}
  
  
  
  /*-- SUCHE --*/
  #chkMainMenueSucheDarkLayer{display: none !important;}
  #mainMenueSucheContainer{
    position: static;
    padding: var(--abstand_9) 0 !important;
    box-shadow: none;
    max-height: unset;
  }
  #mainMenueErgebnisse > #ergebnisseSucheAjax_mainMenue{
    padding-top: 0!important;
    position: absolute;
    background-color: #FFFE;
    max-width: calc(600px + var(--abstand_9));
    padding-right: var(--abstand_9);
    top: 110px;
    bottom: var(--abstand_9);
    display: none !important;
    scrollbar-width: thin;
    scrollbar-color: var(--anthrazit);
    width: calc(100% - var(--abstand_9));
    max-height: unset !important;
  }
  #chkMainMenueSucheClose{
    border-left: 2px solid var(--rot);
    border-bottom: 2px solid var(--rot);
    display:block;
    width: 20px;
    height: 20px;
    position: absolute;
    transform: rotateZ(45deg) translateX(-25px) translateY(25px);
    top: 45px;
    display: none;
  }
  #chkMainMenueSuche:checked ~ #MenuContainer > #mainMenueSucheContainer > #mainMenueErgebnisse > #ergebnisseSucheAjax_mainMenue:not([style="display: none;"])
  {display: block !important;}
  #chkMainMenueSuche:checked ~ #MenuContainer > #mainMenueSucheContainer > #mainMenueErgebnisse > #ergebnisseSucheAjax_mainMenue ~ #chkMainMenueSucheClose
  {display: block;}
  
  #subMainMenue > #jubaconMenu > #menu_eb_1 > li > #menu_eb_2{
    position: static;
    display: none;
    box-shadow: none;
    padding: 10px;
	padding-left: 20px;
  }
  #subMainMenue > #jubaconMenu > #menu_eb_1 > li:hover > #menu_eb_2{display: none;}
  #subMainMenue #menu_eb_2 > li{padding:2px 0; white-space:wrap;}
  #subMainMenue #menu_eb_1 > li > input[type="radio"] ~ #menu_eb_2 + .lbl_showSubMenu,
  #subMainMenue #menu_eb_1 > li > input[type="radio"] ~ #menu_eb_2 > .lbl_hideSubMenu{
    display:inline-block;
    width: 15px;
    height: 15px;
    background: #0000;
    margin-left:20px;
    border-left: 2px solid var(--anthrazit);
    border-bottom: 2px solid var(--anthrazit);
    transform: rotate(-45deg);
  }
  #subMainMenue #menu_eb_1 > li > input:checked ~ #menu_eb_2 + .lbl_showSubMenu{display: none;}
  #subMainMenue #menu_eb_1 > li > input:checked ~ #menu_eb_2{display: block !important;}
  #subMainMenue #menu_eb_1 > li > input:not(:checked) ~ #menu_eb_2 > .lbl_hideSubMenu{display: none;}
  #subMainMenue #menu_eb_1 > li > input ~ #menu_eb_2 > .lbl_hideSubMenu{
    transform: rotate(135deg) !important;
    position: absolute;
    top:12px;
    left:107px;
  }
  #lbl_hideSubMenu_eb_2_1{left: 100px !important;}
}
@media screen and (max-width: 768px){
   #chkMainMenueSuche:checked ~ #MenuContainer > #mainMenueSucheContainer > #mainMenueSuche{
    width: calc(100% - 50px);
    float: right;
  }
  #chkMainMenueSucheClose{
    transform: rotateZ(45deg) translateX(10px) translateY(-10px);
  }
}




@media (max-width: 600px){
  #mobileMenueContainer{
    width: calc(100% + var(--abstand_9) * 2);
    left: calc(-1 * var(--abstand_9));
  }
}/* --- --- */#noJsContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#noJSMessage {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 14px;
	bottom: 14px;
	pointer-events: all;
}/* --- --- */#subMainMenue{position: relative;}
#WkMenge,#MlMenge{
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-20px);
  color: var(--rot);
  font-weight: bold;
  font-size:85%;
  pointer-events: none;
}
#WkMenge::before,#WkMenge::after,
#MlMenge::before,#MlMenge::after{
  color:var(--anthrazit);
  font-weight: normal;
}
#WkMenge::before,#MlMenge::before{content:'(';}
#WkMenge::after,#MlMenge::after{content:')';}
@media (max-width: 1024px){
  #WkMenge, #MlMenge{
    top: unset;
    transform: translateX(-30px);
    bottom: 52px;
  }
  #MlMenge{
    bottom: 88px;
  }
}/* --- --- */.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;
	}
}/* --- --- */