/* css zu produktgruppe *//* Baustoffkataloge2025CSS  *//* ---------------------------- */
/* ---------- 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;
	background-color: var(--green6);
	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; 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: 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: "\E913";
    font-size: 17px;
    font-size: 17px;
	font-family: Hagebau Icons;
	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: '\E915';
	font-family: Hagebau Icons;
	color: #008542;
	position: absolute;
	left: 10px;
	transition: left 500ms;
    font-size: 16px;
}
.baustoffeFirmenAusgabe_L:hover::before {left: 25px;}

#radioBaustoffeAlphabet_1:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_1,
#radioBaustoffeAlphabet_2:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_2,
#radioBaustoffeAlphabet_3:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_3,
#radioBaustoffeAlphabet_4:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_4,
#radioBaustoffeAlphabet_5:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_5,
#radioBaustoffeAlphabet_6:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_6,
#radioBaustoffeAlphabet_7:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_7
{display: block;}

@media 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;
	font-size: 16px !important;
	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; 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, #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: "\E913";
    font-size: 17px;
	font-family: Hagebau Icons;
	color: #008542;
	font-size: 22px;
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
}

#baustoffeProdBild {
    cursor: zoom-in;
}

#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;}
}


#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);
}/* --- --- *//* 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;}/* --- --- *//* hageVerwaltung2025CSS  *//* ---------------------------------------------- */
/* ---------- 30 hageVerwaltung2025CSS ---------- */
/* ---------------------------------------------- */
.hageVerwMenueWrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: var(--abstand_18);
	row-gap: var(--abstand_9);
}


.hageVerwL {
    width: 400px;
}

.hageVerwR {
    width: calc(100% - 400px);
    padding-left: var(--abstand_36);
}

.hageVerwFormInputWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: var(--abstand_18);
}

.hageVerwFormInputWrapper:last-of-type {
    margin-bottom: 0;
}

.hageVerwFormL {
    width: 200px;
    font-family: var(--bold);
}

.hageVerwFormR {
    width: calc(100% - 200px);
}

.hageVerwFormWide {
    width: 100% !important;
}



.hageVerwFormSubmitBtnWrapper {
    margin-top: var(--abstand_36);
}

.hageVerwSave, .hageVerwNew, .hageVerwCopy, .hageVerwDelete {
    padding: 0 !important;
    font-size: 0 !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 5px !important;
    background-size: 68%;
    background-position: center;
    background-repeat: no-repeat;
}

.hageVerwSave {
    background-image: url('/juba/pic/icon_speichern.svg');
}

.hageVerwNew {
    background-image: url('/juba/pic/icon_neu.svg');
}

.hageVerwCopy {
    background-image: url('/juba/pic/icon_duplizieren.svg');
}

.hageVerwDelete {
    background-image: url('/juba/pic/icon_loeschen.svg');
}


.tooltipInfo {
    display: none;
}




.hageVerwFormUploads {
    margin-top: var(--abstand_36);
}

.hageVerwFormUploadOuterWrapper {
    margin-bottom: var(--abstand_18);
    margin-bottom: var(--abstand_18);
}

.hageVerwFormUploadOuterWrapper:last-of-type {
    margin-bottom: 0;
}

.hageVerwFormUploadWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.hageVerwFormUploadVorschau {
	width: 80px;
	height: 80px;
	text-decoration: none;
	border-bottom: none;
	border: 1px solid #E6E7E8;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.hageVerwFormUploadUploadWrapper {
	width: calc(100% - 80px);
	padding-left: 20px;
}

.hageVerwFormUploadVorschau.none {
	display: inline-block !important;
}


.hageVerwFormUploadVorschau.pdf {
    background-image: url('https://www.inndata.at/bilder/module/pdf_placeholder.svg') !important;
}

.hageVerwFormUploadVorschau.file {
    background-image: url('https://www.inndata.at/bilder/module/file_placeholder.svg') !important;
}

.hageVerwFormUploadVorschau.none {
    pointer-events: none;
}

.hageVerwFormUploadVorschau.pic.none {
    background-image: url('https://www.inndata.at/bilder/module/pic_placeholder.svg') !important;
}



/* Formrepeat */
.hageVerwFormRepeatHeadline, .hageVerwFormRepeat {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.hageVerwFormRepeatHeadline, .hageVerwFormRepeatMobilHeadline {
	font-family: var(--bold);
}

.hageVerwFormRepeatMobilHeadline {
	display: none;
}

.hageVerwFormRepeat {
	padding: var(--abstand_9) 0;
	border-bottom: 1px solid var(--gray4);
}

.hageVerwFormRepeat:last-of-type {
	border-bottom: none;
}

.hageVerwFormRepeatCol {
	padding-right: 10px;
}

.hageVerwFormRepeatCol:last-of-type {
	padding-right: 0;
}

.hageVerwFormRepeatCol:nth-of-type(1) {
	width: 80px;
}

.hageVerwFormRepeatCol:nth-of-type(2),
.hageVerwFormRepeatCol:nth-of-type(3) {
	width: 200px;
}

.hageVerwFormRepeatCol:nth-of-type(4) {
	width: 90px;
}

.hageVerwFormRepeatCol:nth-of-type(5),
.hageVerwFormRepeatCol:nth-of-type(6) {
	width: 180px;
}

.hageVerwFormRepeatCol:nth-of-type(7) {
	width: calc(100% - 80px - 2 * 200px - 90px - 2 * 180px);
}




@media (max-width: 1240px) {
    .hageVerwFormRepeatCol:nth-of-type(2),
	.hageVerwFormRepeatCol:nth-of-type(3) {
		width: 150px;
	}

	.hageVerwFormRepeatCol:nth-of-type(7) {
		width: calc(100% - 80px - 2 * 150px - 90px - 2 * 180px);
	}
}



@media (max-width: 1024px) {
    .hageVerwL, .hageVerwR {
        width: 100%;
    }

    .hageVerwL {
        margin-bottom: 0;
    }

    .hageVerwR {
        padding-left: 0;
    }



	.hageVerwFormRepeatHeadline {
		display: none;
	}

	.hageVerwFormRepeatMobilHeadline {
		display: block;
	}



	.hageVerwFormRepeatCol {
		width: 100% !important;
		padding-right: 0;
		margin-bottom: var(--abstand_10);
	}

	.hageVerwFormRepeatCol:last-of-type {
		margin-bottom: 0;
	}
}


@media (max-width: 768px) {
    .hageVerwFormL, .hageVerwFormR {
        width: 100%;
    }

    .hageVerwFormL {
        margin-bottom: 5px;
    }
}










/* ---------- Tree ---------- */

#hageVerwTreeSeitenreiterChkShow, #jubaTreeview_mobile_chk, #jubaTreeview_kb_show_menu, #jubaTreeview_kb_hide_menu {
    display: none;
}


.hageVerwTree {
	margin: 0;
	padding-left: 0;
	line-height: 150%;
    font-size: 14px;
}

.hageVerwTree ul {
	display: none;
	padding-left: 20px;
	margin: 5px 0;
}

.hageVerwTree li.openleaf > ul {
    display: block;
}

.hageVerwTree li {
	list-style: none;
	position: relative;
	margin-bottom: 5px;
}

.hageVerwTree a {
	display: inline-block;
	vertical-align: top;
	max-width: calc(100% - 15px);
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}

.hageVerwTree li.openleaf > a {
	font-family: var(--bold);
}

.hageVerwTree li > div {
	display: inline-block;
    width: 10px;
    height: 10px;
	margin-right: 5px;
	background-image: url('https://www.inndata.at/bilder/module/icon_dokument_grau.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.hageVerwTree li.isnode > div {
	background: none;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid var(--green);
}

.hageVerwTree li.isnode.openleaf > div {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid var(--green);
	border-bottom: none;
}

.hageVerwTree li:not(.isnode) > div {
	pointer-events: none;
}

@media (min-width: 1025px) {
    #hageVerwTreeSeitenreiterLblHideArea, #hageVerwTreeSeitenreiterLblShow {
        display: none;
    }
}

@media (max-width: 1024px) {
	#hageVerwTreeSeitenreiter {
		height: 100%;
		width: 300px;
		max-width: 100%;
		position: fixed;
		top: 0;
		left: -300px;
		padding: 14px;
		z-index: 999;
		transition: 500ms ease-in-out;
		background-color: rgba(255, 255, 255, 0.9);
		overflow-y: auto;
        scrollbar-width: thin;
	}

	#hageVerwTreeSeitenreiterChkShow:checked ~ #hageVerwTreeSeitenreiter {
		left: 0;
		box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.8);
	}

	
	/* Labels */
	#hageVerwTreeSeitenreiterLblShow {
		display: block;
		width: 56px;
		height: 56px;
		background-color: var(--green);
		background-image: url('https://www.inndata.at/bilder/module/icon_open_tree.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 68%;
		position: fixed;
		right: 0;
		top: calc(50% - 56px / 2);
		cursor: pointer;
		z-index: 1;
		border-color: white;
		border-style: solid;
		border-width: 1px 0 1px 1px;
	}

	#hageVerwTreeSeitenreiterChkShow:checked ~ #hageVerwTreeSeitenreiterLblShow {
		background-image: url('https://www.inndata.at/bilder/module/icon_close_tree.svg');
		background-size: 100%;
	}
	
	/* Close Button */
	#hageVerwTreeSeitenreiterLblHide {
		display: block;
		width: 20px;
		height: 20px;
		cursor: pointer;
		position: absolute;
		top: 14px;
		right: 14px;
	}
	
	#hageVerwTreeSeitenreiterLblHide::before, #hageVerwTreeSeitenreiterLblHide::after {
		display: block;
		width: 100%;
		height: 4px;
		background-color: var(--green);
		border-radius: 2px;
		content: '';
		position: absolute;
		left: 0px;
	}

	#hageVerwTreeSeitenreiterLblHide::before {
		top: 8px;
		transform: rotate(-45deg);
	}

	#hageVerwTreeSeitenreiterLblHide::after {
		bottom: 8px;
		transform: rotate(45deg);
	}

	#hageVerwTreeSeitenreiterLblHideArea {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		cursor: unset;
		z-index: 999;
		background-color: rgba(0, 0, 0, 0.2);
	}

	#hageVerwTreeSeitenreiterChkShow:checked ~ #hageVerwTreeSeitenreiterLblHideArea {
        width: 100%;
    }
}

@media (max-width: 600px) {
	/* Labels */
	#hageVerwTreeSeitenreiterLblShow {
		width: 42px;
		height: 42px;
		top: calc(50% - 42px / 2);
	}
}/* --- --- *//* 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
}/* --- --- */