/* css zu baurechtabschnitt *//* BaurechtNormen2025CSS  *//* ----------------------------------- */
/* --------------- Tree -------------- */
/* ----------------------------------- */
#baurechtLinks {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
}
#baurechtTreeHeadline {
	padding-top: 30px;
	margin-bottom: 20px;
}
#baurechtTree_mobile_chk, #chkBaurechtTree, #lblBaurechtTreeHideBereich, #lblBaurechtTreeShow {display: none;}
#baurechtTree {
	margin: 0;
	padding-left: 0;
	line-height: 150%;
}
#baurechtTree ul {
	display: none;
	padding-left: 20px;
	margin: 5px 0;
}
#baurechtTree li.openleaf > ul {display: block;}
#baurechtTree li {
	list-style: none;
	position: relative;
	margin-bottom: 5px;
}
#baurechtTree li > div {
	display: inline-block;
	width: 10px;
	height: 10px;
	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;
}
#baurechtTree li.isnode > div {
	background: none;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #008542;
}
#baurechtTree li.isnode.openleaf > div {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #008542;
	border-bottom: none;
}
#baurechtTree a, #baustoffeTreeHeadline {
	font-weight: normal;
	font-size: 18px !important;
	color: inherit;
}
#baurechtTree li.openleaf > a {font-weight: bold;}




#baurechtTree a:hover {color: #008542;}

@media screen and (max-width: 1024px) {
	#baurechtLinks {width: 0;}
	#baurechtTreeSeitenreiter {
		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;
	}
	#baurechtTreeHeadline {
		width: calc(100% - 30px - 14px);
		border-top: none;
		padding-top: 0;
	}
	#chkBaurechtTree:checked ~ #baurechtTreeSeitenreiter {
		left: 0;
		box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.8);
	}
	
	#lblBaurechtTreeShow {
		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;
	}
	#chkBaurechtTree:checked ~ #lblBaurechtTreeShow {
		background-image: url('/bilder/baustoffeTreeClose.svg');
		background-size: 100%;
	}
	
	#lblBaurechtTreeHide {
		display: block;
		width: 30px;
		height: 29px;
		cursor: pointer;
		position: absolute;
		top: 14px;
		right: 14px;
	}
	#lblBaurechtTreeHide::before, #lblBaurechtTreeHide::after {
		display: block;
		width: 100%;
		height: 4px;
		background-color: #008542;
		border-radius: 2px;
		content: '';
		position: absolute;
		left: 0px;
	}
	#lblBaurechtTreeHide::before {
		top: 13px;
		transform: rotate(-45deg);
	}
	#lblBaurechtTreeHide::after {
		bottom: 12px;
		transform: rotate(45deg);
	}
	
	#lblBaurechtTreeHideBereich {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		cursor: unset;
		z-index: 999;
		background-color: rgba(0, 0, 0, 0.2);
	}
	#chkBaurechtTree:checked ~ #lblBaurechtTreeHideBereich {width: 100%;}
}

/* ----------------------------------- */
/* -------------- Ausgabe ------------ */
/* ----------------------------------- */
#baurechtRechts {
	width: 66.66%;
	display: inline-block;
	vertical-align: top;
	float: right;
	padding-left: 40px;
}
#baurechtAusgabeHeadline {
	padding-top: 30px;
	margin-bottom: 20px;
}
.baurechtGruen {color: #008542;}
.baurechtCol_L, .baurechtCol_R {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
.baurechtCol_L {
	width: 200px;
}
.baurechtCol_R {
	width: calc(100% - 200px);
hyphens: auto;
overflow-wrap: break-word
}

@media screen and (max-width: 1024px) {
	#baurechtRechts {
		width: 100%;
		float: none;
		padding-left: 0;
	}
}

@media screen and (max-width: 768px) {
	.baurechtCol_L, .baurechtCol_R {width: 100% !important;}
	.baurechtCol_L {margin-bottom: 0;}
}

#baurechtTree li.isnode.openleaf > a {display:inline-block !important;}/* --- --- *//* 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;}/* --- --- *//* MainMenue2025CSS  *//* -------------------------------------------- */
/* ---------- 20001 MainMenue2025CSS ---------- */
/* -------------------------------------------- */
#mainHeaderWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

#mainMenueNav {
    height: 104px;
    transition: background-color 200ms ease-in-out;
}

#mainMenueNav:hover, #mainMenueChk:checked ~ #mainMenueNav, #mainHeaderWrapper.mainMenueNotTop #mainMenueNav {
    background-color: var(--white);
}

#mainMenueLogoWrapper {
    width: 164px;
}

#mainMenueLogoWrapper img {
    width: 100%;
}

.mainMenueLogoMobil {
    display: none;
}

#mainMenueIconsWrapper {
    width: calc(100% - 164px);
    column-gap: var(--abstand_28);
}

.mainMenueIconWrapper {
    text-align: center;
    color: var(--white);
    transition: color 200ms ease-in-out;
    cursor: pointer;
}

#mainMenueNav:hover .mainMenueIconWrapper, #mainMenueChk:checked ~ #mainMenueNav .mainMenueIconWrapper, #mainHeaderWrapper.mainMenueNotTop .mainMenueIconWrapper,
.mainHeaderBlack .mainMenueIconWrapper {
    color: inherit;
}

.mainMenueIconWrapper:hover, #mainMenueChk:checked ~ #mainMenueNav #mainMenueIconOpenMenue {
    color: var(--green) !important;
}

.mainMenueIcon {
    font-size: 32px;
}

.mainMenueIconText {
    border-bottom: 4px solid transparent;
    transition: border-color 200ms ease-in-out;
}

.mainMenueIconWrapper:hover .mainMenueIconText, #mainMenueChk:checked ~ #mainMenueNav #mainMenueIconOpenMenue .mainMenueIconText {
    border-color: var(--green);
}

.mainHeaderAb + * {
    margin-top: 104px;
}

.mainHeaderAb20 + * {
    margin-top: calc(104px + var(--abstand_20));
}


@media (max-width: 1024px) {

}

@media (max-width: 768px) {
    #mainMenueNav {
        height: 80px;
    }
	
	.mainHeaderAb + * {
        margin-top: 80px;
    }
	
    .mainHeaderAb20 + * {
        margin-top: calc(80px + var(--abstand_20));
    }

    #mainMenueLogoWrapper {
        width: 48px;
    }

    .mainMenueLogoDesktop {
        display: none;
    }

    .mainMenueLogoMobil {
        display: block;
    }

    #mainMenueIconsWrapper {
        width: calc(100% - 48px);
        column-gap: var(--abstand_18);
    }
}

@media (max-width: 500px) {
    #mainMenueIconsWrapper {
        column-gap: var(--abstand_9);
    }

    .mainMenueIconText {
        display: none;
    }
}




/* ---------- Menü ---------- */
#mainMenueSeitenreiter {
    display: none;
    height: calc(100vh - 104px);
    background-color: var(--white);
    position: absolute;
    top: 104px;
    left: 0;
    width: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
}

#mainMenueChk:checked ~ #mainMenueSeitenreiter {
    display: block;
}

#mainMenue_mobile_chk, #mainMenue_kb_show_menu, #mainMenue_kb_hide_menu {
    display: none;
}


#mainMenue, #mainMenue ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

#mainMenue {
    border-top: 1px solid var(--gray4);
    border-bottom: 1px solid var(--gray4);
}

#mainMenue a {
    color: inherit;
    transition: color 200ms ease-in-out;
}

#mainMenue > li > a {
    font-family: var(--hageblack);
    font-size: 22px;
}



#mainMenue li > div {
    display: none;
}


/* Ebene 2 */
#mainMenue > li > ul a {
    font-size: 18px;
}


@media (min-width: 1025px) {
    #mainMenueMenueWrapper {
        height: calc(100% - 145px);
    }
    
    #mainMenue {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        column-gap: var(--abstand_36);
        position: relative;
        padding-top: var(--abstand_20);
        padding-bottom: var(--abstand_20);
        padding-left: var(--abstand_36);
        padding-right: var(--abstand_36);
    }

    #mainMenue > li:hover > a, #mainMenue > li.openleaf > a {
        color: var(--green);
    }
    

    /* Ebene 2 */
    #mainMenue > li > ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: calc(100%);
        flex-wrap: wrap;
        justify-content: left;
        padding-top: var(--abstand_20);
        padding-left: var(--abstand_36);
        padding-right: var(--abstand_36);
    }
    
    #mainMenue > li.openleaf > ul {
        display: flex;
    }
    
    #mainMenue > li > ul > li {
        width: 25%;
    }
    
    

    #mainMenue ul > li:first-of-type {
        display: none;
    }
    
    
    /* Ebene 3 */
    #mainMenue > li > ul > li > ul > li {
        margin-top: var(--abstand_9);
    }
    
    #mainMenue > li > ul > li > ul a {
        font-family: var(--regular);
    }
    
    
    
}

@media (max-width: 1024px) {
    #mainMenueMenueWrapper {
        margin-bottom: var(--abstand_28);
    }

    #mainMenue li {
        position: relative;
    }

    #mainMenue > li {
        border-bottom: 1px solid var(--gray4);
        padding: var(--abstand_14) var(--abstand_18);
    }

    #mainMenue > li:last-of-type {
        border-bottom: none;
    }

    #mainMenue li.isnode > div {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        cursor: pointer;
    }

    #mainMenue li.isnode > div::after {
        content: '\E915';
        font-family: var(--icons);
        font-weight: normal;
        font-size: 20px;
        line-height: 100%;
        position: absolute;
        top: 23px;
        right: var(--abstand_18);
        transform: rotate(90deg);
    }

    #mainMenue li.isnode.openleaf > div::after {
        transform: rotate(270deg);
    }

    #mainMenue li.isnode > a {
        pointer-events: none;
        max-width: calc(100% - 40px);
        display: inline-block;
        vertical-align: top;
    }

    #mainMenue > li > a {
        font-size: 20px;
    }

    /* Ebene 2 */
    #mainMenue ul {
        display: none;
        margin-top: var(--abstand_9);
    }

    #mainMenue li.openleaf > ul {
        display: block;
    }

    #mainMenue ul li {
        padding: 10px 0;
    }

    #mainMenue ul > li:first-of-type > a::after {
        content: '\E915';
        font-family: var(--icons);
        font-weight: normal;
        font-size: 16px;
        line-height: 100%;
        margin-left: 10px;
        transition: margin-left 200ms ease-in-out;
    }

    #mainMenue ul > li:first-of-type > a:hover::after {
        margin-left: 15px;
    }

    #mainMenue ul li.isnode > div {
        height: 44px;
    }

    #mainMenue ul li.isnode > div::after {
        top: 13px;
        right: 0;
    }
}


@media (max-width: 768px) {
    #mainMenueSeitenreiter {
        height: calc(100vh - 80px);
        top: 80px;
    }

    #mainMenueMenueWrapper {
        margin-bottom: var(--abstand_20);
    }

    #mainMenue > li > a {
        font-size: 18px;
    }

    #mainMenue li.isnode > div {
        height: 54px;
    }

    #mainMenue li.isnode > div::after {
        font-size: 18px;
        top: 17px;
        right: var(--abstand_10);
    }


    /* Ebene 2 */
    #mainMenue > li > ul a {
        font-size: 16px;
    }

    #mainMenue > li {
        padding: var(--abstand_10) var(--abstand_10);
    }

    #mainMenue ul li.isnode > div {
        height: 41px;
    }

    #mainMenue ul li.isnode > div::after {
        top: 12px;
    }
}



/* Seitenreiter Icons */
#mainMenueSeitenreiterIconsWrapper {
    height: 145px;
    gap: var(--abstand_20);
}

.mainMenueSeitenreiterIconWrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    width: calc(33.33% - var(--abstand_20) * 2 / 3);
}

.mainMenueSeitenreiterIconWrapper img {
    width: 64px;
    aspect-ratio: 1;
    margin-right: var(--abstand_14);
}

@media (max-width: 1024px) {
    #mainMenueSeitenreiterIconsWrapper {
        height: unset;
    }

    .mainMenueSeitenreiterIconWrapper img {
        width: 48px;
        margin-right: var(--abstand_10);
    }
}

@media (max-width: 768px) {
    #mainMenueSeitenreiterIconsWrapper {
        gap: var(--abstand_14);
    }

    .mainMenueSeitenreiterIconWrapper {
        width: calc(50% - var(--abstand_14) / 2);
    }
}

@media (max-width: 500px) {
    .mainMenueSeitenreiterIconWrapper {
        width: 100%;
    }
}/* --- --- */.mainMenueIcon > svg{
  height: 33px;
}
.mainMenueIcon > svg * {
  fill: #fff;
  transition: 200ms ease-in-out;
}
.mainMenueIconWrapper:hover svg *{
fill: var(--green) !important;
}
#mainMenueChk:checked ~ #mainMenueNav svg *,
#mainMenueNav:hover svg *,
.mainHeaderBlack svg *, 
.mainMenueNotTop .mainMenueIcon > svg *{
  fill: #000
}/* --- --- */