/* css zu katalog *//* BaustoffkatalogeCSS  *//* ---------------------------- */
/* ---------- Filter ---------- */
/* ---------------------------- */
.radioBaustoffeAlphabet {
	display: none;
}
#baustoffeAlphabet {
	margin: 0;
	padding-left: 0;
	list-style: none;
	border-bottom: 3px solid var(--orange);
}
.baustoffeAlphabetItem {
	display: inline-block;
	vertical-align: top;
	width: 10%;
	margin-left: 16px;
}
.lblBaustoffeAlphabet {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 6px 0;
	border-top: 2px solid #f9d8ad87;
	border-left: 2px solid #f9d8ad87;
	border-right: 2px solid #f9d8ad87;
	color: inherit !important;
	font-weight: normal;
    text-decoration: none;
    font-size: 17px;
}
.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(--orange);
    background-color: 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: 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:10px solid var(--orange);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.baustoffeAlphabetMobilHeadline::after {
	right: 15px;
	top: 12px;
}
.lblBaustoffeAlphabetMobilItem::after {
	transform: rotate(270deg);
	right: 15px;
	top: 4px;
}
#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: var(--orange);}

@media (max-width: 1024px) {
	#baustoffeAlphabet {display: none;}
	#baustoffeAlphabetMobil {display: block;}
}



/* ----------------------------------- */
/* ---------- Firmenausgabe ---------- */
/* ----------------------------------- */
#baustoffeFirmenAusgabe {
	margin-top: var(--abstand_18);
	min-height: 300px;
}
#baustoffeFirmenAusgabe > ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: none;
}
#baustoffeFirmenAusgabe > ul > li {
    padding: 10px 0;
    overflow: hidden;
    line-height: 1.1rem;
}

#baustoffeFirmenAusgabe > ul > li:nth-of-type(even) {
	background-color: #FDF8F4;
}

#baustoffeFirmenAusgabe > ul > li:hover {
	background-color: #f9d8ad87;
}


.baustoffeFirmenAusgabe_L, .baustoffeFirmenAusgabe_R {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.baustoffeFirmenAusgabe_L {
	padding-left: 55px;
	padding-right: 40px;
	position: relative;
}
.baustoffeFirmenAusgabeLink {
	font-weight: normal;
	color: inherit;
	text-decoration: none;
}
.baustoffeFirmenAusgabeLink:hover {
	color: inherit;
}
.baustoffeFirmenAusgabeLink::before {
	content: '';
	position: absolute;
	left: 15px;
	transition: left 500ms;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid var(--orange);
	top: 3px;
}
.baustoffeFirmenAusgabeLink: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 (max-width: 1024px) {
	#baustoffeFirmenAusgabe {margin-top: 20px;}
	#baustoffeFirmenAusgabe > ul > li {padding: 5px 0;}
	.baustoffeFirmenAusgabe_L, .baustoffeFirmenAusgabe_R {width: 100%;}
	.baustoffeFirmenAusgabe_L {
		padding-right: 0;
		margin-bottom: 5px;
	}
	.baustoffeFirmenAusgabe_R {padding-left: 55px;}
}



/* ----------------------------------- */
/* --------------- Tree -------------- */
/* ----------------------------------- */

.bigIncludeTo.col44 .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 var(--orange);
}
#baustoffeTree li.isnode.openleaf::before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid var(--orange);
	border-bottom: none;
}
#baustoffeTree a, #baustoffeTreeHeadline {
	color: inherit;
	text-decoration: none;
}

#baustoffeTree a {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 15px);
	font-family: inherit;
}

#baustoffeTree div:hover ~ a, #baustoffeTree a:hover {
	color: var(--orange);
}

#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;
}

#baustoffeTreeHeadline > span {
	display: block;
}

@media (max-width: 1024px) {
	.bigIncludeTo.col44 .baustoffeLinks {
        width: 100%;
        margin-bottom: 0;
    }

	#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;
	}
	#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(--orange);
		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(--orange);
		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 ------------- */
/* ----------------------------------- */
.bigIncludeTo.col44 .baustoffeRechts {
	width: 66.66%;
	padding-left: 30px;
}
.baustoffeRechts a {
    text-decoration: underline;
}
#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 (max-width: 1024px) {
	.bigIncludeTo.col44 .baustoffeRechts {
		width: 100%;
		padding-left: 0;
	}
}
@media (max-width: 768px) {
	.baustoffeAusgabeCol_L, .baustoffeAusgabeCol_R {width: 100% !important;}
	.baustoffeAusgabeCol_L {margin-bottom: 0;}
}

/* ----------------------------------- */
/* -------------- Firma -------------- */
/* ----------------------------------- */

#baustoffeFirmaBild {
	max-width: 150px;
	float: right;
}
@media (max-width: 1024px) {
	#baustoffeFirmaBild {
		float: unset;
		display: block;
		margin-top: 10px;
	}
}


/* ----------------------------------- */
/* ---------- Produkt Gruppe --------- */
/* ----------------------------------- */
#baustoffePGrouopBild {
	display: block;
	width: 100%;
	max-width: 400px;
}


/* ----------------------------------- */
/* ------------- Produkt ------------- */
/* ----------------------------------- */
#baustoffeProdOben_L, #baustoffeProdOben_R {
	display: inline-block;
	vertical-align: top;
}

#baustoffeProdOben_L {
	width: calc(100% - 170px);
	padding-right: 30px;
}

#baustoffeProdOben_R {
	width: 170px;
}

#baustoffeProdBild {
    cursor: zoom-in;
}


#baustoffeProdBild img, #baustoffeProdBildMobil img {
	display: block;
	max-width: 100%;
	max-height: 200px;
}

#baustoffeProdBild img[src=""], #baustoffeProdBildMobil img[src=""] {
	display: none;
}

#baustoffeProdBildMobil {
	width: 170px;
	display: none;
}

#baustoffeProdAusgabeAnfrageBtnMobil {
	display: none;
}

#baustoffeProdBildMobil[data-prodpic=""], #baustoffeProdBild[data-prodpic=""] {
	pointer-events: none;
}

@media (max-width: 768px) {
	#baustoffeProdOben_L {
		width: 100%;
		padding-right: 0;
	}

	#baustoffeProdOben_R {
		display: none;
	}

	#baustoffeProdBildMobil, #baustoffeProdAusgabeAnfrageBtnMobil {
		display: block;
	}
}



/* Labels / Inputs */
#chkBaustoffeProdInfo, #chkBaustoffeProdLeistungserkl, #chkBaustoffeProdText {
	display: none;
}

.lblBaustoffeProd {
	display: block;
	border-top: 1px solid var(--gray2);
	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: 11px;
}
.lblBaustoffeProd::after {
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	top: 17px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid var(--orange);
}

#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: 10px;
}


/* Produkt Text */
#baustoffeProdText {
	max-height: 125px;
	overflow: hidden;
	position: relative;
}

#lblBaustoffeProdTextArea {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.6);
}

#chkBaustoffeProdText:checked ~ #baustoffeProdText {
	max-height: unset;
}

#chkBaustoffeProdText:checked ~ #baustoffeProdText #lblBaustoffeProdTextArea {
	background-color: transparent;
	pointer-events: none;
}



/* Artikel */
#baustoffeProdArtikelWrapper {
	overflow-x: auto;
	scrollbar-width: thin;
    font-size: 80%;
}
#baustoffeProdArtikelWrapper table {
	border-collapse: collapse;
	width: 100%;
}

#baustoffeProdArtikelWrapper tr:first-of-type {
	background-color: #A2A2A2;
	color: white;
	font-weight: bold;
}

#baustoffeProdArtikelWrapper tr:nth-of-type(2n) {
	background-color: #F4F4F4;
}

.baustoffeProdArtikelRowItsMe {
	background-color: var(--orange) !important;
	color: var(--white);
}

#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;
}






/* ---------- 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(--gray);
    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;}/* --- --- *//* MainHeaderCSS  *//* ----------------------------------------------------- */
/* -------------------- Main Header -------------------- */
/* ----------------------------------------------------- */
#mainHeader {
    position: sticky;
    top: 0;
	z-index: 2;
}

#mhIntern {
    margin-bottom: 40px;
}


/* ----------------------------------- */
/* ---------- Orange Header ---------- */
/* ----------------------------------- */
#mainHeaderOrangeWrapper {
    background-color: var(--orange);
    padding: 10px 0;
}

#mainHeaderOrangeLeft {
    width: calc(100% - 80px);
}

#mainHeaderOrangeRight {
    width: 80px;
    text-align: right;
}

#mainHeaderOrangeHome, #mainHeaderOrangeSearch {
    display: inline-block;
    vertical-align: top;
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#mainHeaderOrangeHome {
    background-image: url('/bilder/home.gif');
    margin-right: 8px;
}

#mainHeaderOrangeSearch {
    background-image: url('/bilder/search.gif');
}

@media (max-width: 1024px) {
     #mainHeaderOrangeWrapper {
        background-color: transparent;
        padding: 0;
        height: 0;
    }

    #mainHeaderOrangeRight {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }

    #mainHeaderOrangeHome {
        background-image: url('/bilder/home_black.gif');
    }

    #mainHeaderOrangeSearch {
        background-image: url('/bilder/search_black.gif');
    }

    #mhIntern #mainHeaderOrangeRight {
        display: none;
    }
}

/* Suche */
#mainHeaderSucheWrapper {
    display: none;
    position: absolute;
    top: calc(100% + var(--abstand_9));
    right: 0;
    z-index: 2;
    width: calc(100vw - 20px);
    max-width: 280px;
    padding: 20px;
    background-color: var(--orange);
    border: 1px solid #eee;
    box-shadow: #999 2px 2px 5px;
    text-align: left;
}

#mainHeaderSucheChk:checked ~ #mainHeaderSucheWrapper {
    display: block;
}

#mainHeaderSucheTbBtn {
    position: relative;
}

#tbSucheAjax {
    width: 100%;
    height: 40px;
    padding-right: 40px;
    padding-left: 10px;
}

#btnSucheAjax {
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAACb0lEQVRIib3VzU8TQRjH8f5Pu9ta4m4Lulhveyk1NB70II1BCvISDEEkFD0YjTfjS5Bq2mhQSJSTpdD0ICGabjdQTxDQCBUFLSCvgXw9kGKQtlua6iS/yxzmszvzPDMW/sOw/D2xsrZBf2iEmtoeJKvvUDzeAMFwlJW1jdKRt2M6DmcjsuKn995L3s+mSQPzu3tMzCzQ3t3PKbUFZ2UTkVjy+Mjg8DhWm4/rt0LMbW6ThpyZ/PqDtq4n2CvqGRweLx6JxJLYK+oJD4/nXHg5kzlIdu7Ri1GsNl9Rf2RZWdvAWdnEjdvP8359LmR+d4+O3mcoDr/pGVn6QyM4q64yvbqeF8mXz9s7KA4/wXC0MFJT20PnzdCxgWyaOx7j8QYKI6JYx8TMQsnI0JiOZPUVRgThUslAGpha/Fkc8mlrp2Tk4/eMOWK1+RjVp0tGBkcT5ojHG6C7QPmapa2rz/zgg+Eo1a62gl2et/vTyzicjeYlnG3GwN0BvuzsFg1EdZ1z5xuQ5YvmzQj714rV5uPOg9dFAXOb21yoa0UQRKrPnMUwDHME4NWbd9hOXOZaz1Mm08t5gdn1LRrbHyJJXlTVhSAIKIpSEDp01UdiSZyVTVSdbqa1s4+hMZ2pxR+kvmUYiHzgSst9TsoNKA4/kVgSwzBQFAVRFHG73XmhI4/W6q9NguEoHm8Aq813KLkeLcMwcLvdiKKILMs5oSNIKcMwDGRZRhAENE0jkUiUH8lCmqYhSRIulwtd18uPACQSCVyu/WJQVfVg68qKAOi6jqqqSJKEpmmkUqnyI/Bn6+x2O/F4/N8gAKlUing8ztLSEr8BqLvTef4CrnkAAAAASUVORK5CYII=');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
}

#mainHeaderSucheClose {
    display: none;
}

#mainHeaderSucheClose {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#mainHeaderSucheChk:checked ~ #mainHeaderSucheClose {
    display: block;
}

#ergebnisseSucheAjax {
    display: none;
    position: absolute;
    top: calc(100% + var(--abstand_9));
    right: 0;
    width: calc(100vw - 20px);
    max-width: 400px;
    max-height: 400px;
    overflow-y: auto;
    background-color: var(--white);
    z-index: 1;
    padding: var(--abstand_9);
    border: 1px solid #eee;
    box-shadow: #999 2px 2px 5px;
}

#mainHeaderSucheChk:not(:checked) ~ #mainHeaderSucheWrapper #ergebnisseSucheAjax {
    display: none !important;
}

.ergebnisSucheBeitrag {
    border-bottom: 1px solid var(--gray2);
    padding-bottom: var(--abstand_9);
    margin-bottom: var(--abstand_9);
}

.ergebnisSucheBeitrag:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ergebnisSucheAjaxHeadline {
    margin-bottom: 5px;
    font-size: 18px;
}

.ergebnisSucheAjaxText {
    margin-bottom: var(--abstand_9);
}







/* ---------------------------------- */
/* ---------- Orange Menue ---------- */
/* ---------------------------------- */
#mainMenueOrange_mobile_chk, #mainMenueOrange_kb_show_menu, #mainMenueOrange_kb_hide_menu,
#mainMenueOrange li > div {
    display: none;
}

@media (min-width: 1025px) {
    #mainMenueOrange, #mainMenueOrange ul {
        margin: 0;
        padding-left: 0;
        list-style: none;
    }

    #mainMenueOrange {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        line-height: 100%;
    }

    #mainMenueOrange > li {
        padding: 0 18px;
        border-right: 1px solid var(--white);
        position: relative;
    }

    #mainMenueOrange > li:first-of-type {
        padding-left: 0;
    }

    #mainMenueOrange > li:last-of-type {
        padding-right: 0;
        border-right: none;
    }

    #mainMenueOrange a {
        color: var(--white);
    }

    #mainMenueOrange > li > a:hover,
    #mainMenueOrange > li > a:focus {
        text-shadow: 0px 0px 2px white;
    }


    /* Ebene 2 */
    #mainMenueOrange ul {
        display: none;
    }

    #mainMenueOrange > li > ul {
        width: 200px;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        background-color: var(--orange);
        padding: 18px;
        line-height: 1.4rem;
        z-index: 1;
    }

    #mainMenueOrange > li:hover > ul {
        display: block;
    }

    #mainMenueOrange > li > ul::before {
        content: '';
        display: block;
        width: 100%;
        height: 10px;
        position: absolute;
        top: -10px;
        left: 0;
    }
}

@media (min-width: 1025px) and (max-width: 1240px){
    #mainMenueOrange > li {
        padding: 0 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1100px){
    #mainMenueOrange > li {
        padding: 0 6px;
    }
}

@media (max-width: 1024px) {
    #mainMenueOrange {
        display: none;
    }
}




/* --------------------------------- */
/* ---------- Gray Header ---------- */
/* --------------------------------- */
#mainHeaderGrayWrapper {
    background-color: #A7AAAD;
    padding: 12px 0;
}

@media (max-width: 1024px) {
    #mainHeaderGrayWrapper {
        background-color: transparent;
        padding: 0;
        height: 0;
    }
}


/* -------------------------------- */
/* ---------- Gray Menue ---------- */
/* -------------------------------- */
#mainMenueGray_mobile_chk, #mainMenueGray_kb_show_menu, #mainMenueGray_kb_hide_menu,
#mainMenueGray li > div {
    display: none;
}

@media (min-width: 1025px) {
    #mainMenueGray {
        margin: 0;
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        font-size: 22px;
        line-height: 100%;
    }

    #mainMenueGray > li {
        padding: 0 19px;
        border-right: 2px solid var(--white);
    }

    #mainMenueGray > li:first-of-type {
        padding-left: 0;
    }

    #mainMenueGray > li:last-of-type {
        padding-right: 0;
        border-right: none;
    }

    #mainMenueGray > li > a {
        color: var(--white);
    }

    #mainMenueGray > li > a:hover,
    #mainMenueGray > li > a:focus {
        text-shadow: 0px 0px 2px white;
    }


    /* Ebene 2 */
    #mainMenueGray ul {
        display: none;
    }
}

@media (max-width: 1024px) {
    #mainMenueGray {
        display: none;
    }
}





/* --------------------------------- */
/* ---------- Mobil Menue ---------- */
/* --------------------------------- */
#mainMenueMobilChk {
    display: none;
}

@media (min-width: 1025px) {
    #mainMenueMobilOpen, #mainMenueMobilHideLayer, #mainMenueMobilPic, #mainMenueMobilClose {
        display: none;
    }
}

@media (max-width: 1024px) {
    #mainMenueMobilSeitenreiter {
        background-color: var(--gray3);
        position: fixed;
        top: 0;
        left: -280px;
        width: 100%;
        max-width: 280px;
        height: 100%;
        padding: 10px 0;
        overflow-x: hidden;
        overflow-y: auto;
        transition: left 500ms ease-in-out;
        z-index: 1;
    }

    #mainMenueMobilChk:checked ~ #mainMenueMobilSeitenreiter {
        left: 0;
        box-shadow: 5px 5px 5px rgba(0,0,0,.3);
    }

    .mainMenueMobil {
        display: block !important;
        margin: 0;
        padding-left: 0;
        list-style: none;
        font-size: 22px;
    }

    .mainMenueMobil li {
        padding: 10px 10px 10px 50px;
        position: relative;
    }

    .mainMenueMobil > li:hover, .mainMenueMobil > li.openleaf {
        background-color: var(--gray2);
    }

    .mainMenueMobil > li.openleaf {
        padding-bottom: 0;
    }

    .mainMenueMobil a {
        color: var(--black);
    }

    .mainMenueMobil > li.isnode > div {
        display: block !important;
        content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAbCAYAAAAOEM1uAAAARElEQVRYhe3OMQoAMAgEQf//adNomaAkwSt2wE64NQMASR736/+aW3208/tUZXgsrhIwHncKkYlLvjkp0nFJOg4AAPQtXxMn2WgLTZQAAAAASUVORK5CYII=');
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        user-select: none;
    }



    /* Ebene 2 */
    .mainMenueMobil ul {
        display: none;
    }

    .mainMenueMobil > li > ul {
        background-color: var(--gray4);
        margin: 0;
        padding-left: 0;
        list-style: none;
        width: calc(100% + 50px + 10px);
        margin-left: -50px;
        margin-top: 10px;
    }

    .mainMenueMobil > li.openleaf > ul {
        display: block;
    }

    .mainMenueMobil > li > ul > li:hover {
        background-color: var(--gray3);
    }


    /* Logo */
    #mainMenueMobilPic {
        display: block;
        height: 48px;
        margin: 25px 10px 20px 50px;
    }


    /* Labels */
    #mainMenueMobilOpen {
        display: block;
        height: 32px;
        width: 45px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAN0AAACHCAYAAACS0VyLAAAA60lEQVR4nO3ZwQkDMRAEQeUlpaoAT0nIQRj6MK6C/u9nXjvWmldS13j7AOnfMjopzuikOKOT4oxOijM6Kc7opLjxnHMldQ0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvrH3vpK6xlrzSuoyOinO6KQ4o5PijE6KMzopzuikOH86Ke7t3zwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAj3vOuZK6xlrzSuoyOinO6KQ4o5PijE6KMzopzuikOKOT4j5VTgP+IookSAAAAABJRU5ErkJggg==');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 15px;
        bottom: 15px;
    }


    #mainMenueMobilHideLayer {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    #mainMenueMobilChk:checked ~ #mainMenueMobilHideLayer {
        display: block;
    }


    #mainMenueMobilClose {
        display: block;
        width: 30px;
        height: 32px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKQAAAClCAYAAADS6VbkAAAD5klEQVR4nO3X0W7jMAxEUf//T2cfCizSxnYsipSG5D2PRYpSM4Ng9zjOvS5+Dnh4HQMbex2DvwAMeB0DG/v7YUYJT2f7utzY1YcZJTzc7etjY98+zCgx48m+XqMfZpSwGNnXy/QLwEOj2zINklHiialdMUp4ctkTo4QH1x0xSswI2Q+jhEXobhglRizZC6PEE0t3wihxZ8s+GCXObN0Fo8Q7iT1IHIHtpHYgdQyWk+xf8iiEk+5d+ji4S9F3iiMxLVXPqY7FsJT9pjwaX6XuNfXx+FCizxKPQK0eSz2moZL9lXxUA6V7K/24glr01eKRBbTqqdVjE2rZT8tHJ9C6l9aPF0QfByGooIc3hLEX+Z8glD3I/QbhrEXeDxDSGuQ8gLBika8BocUg1wmE54s8HRCiD3J0RJhzyC8AodqQWyDCHUNeCxDyM+S0EGHfI58NCP0cuWxE+L+RhwBK+EEOQrqX0f39krqW0vXdKXQrp9t7U+pSUpd3llC9rOrvK6lqaVXf1UK18qq9p6UqJVZ5B478ZWa/Hyeylpr1bjyQrdxs98IgS8lZ7oQD9bLV70MA1dJV78ICauWr3YMNVEagcgcE7B7D7r8PQbtGwRhxafU4GCO+WjUSxojHosfCGDEsajSMEWbe42GMmOY1IsYIN7NjYoxwZx0VY0QYy7gYI0IxRshhjJDDGCGHMUIOY4QcxggZfENCBv+GhAz+lw0ZnmNklJgSMUZGCZPIMTJKDLGOi1HC3eyoGCXceI2JUWKa94gYJcyixsMoMSx6NIwSj60aC6PEV6tHwihxadc4GCU+7B7F7r8PISpjULkDG6mNQO0eLKRavupdCKReuvp9cJSl7Cx3YkK2krPdiwFZy816N25kLzX7/XhTpcwq72itWonV3tNK1fKqvqu06qVVf18pXcrq8s7UupXU7b2pdC2n67uldS+l+/ulUMYPchBACb+Rx0aEf45cNiD0e+SzEGE/Q04LEPIY8gpEuDbkFoBQ55CfI8L0QY4OCNEXeU4gvBjkakBosch3AGGtQc4PENJa5H2DcPYg9xOEshf5vyEMDfRwEIKa1n20frywlr20fHQirfpp9djEWvTU4pGFlO6r9OMKK9lbyUc1Uqq/Uo9prESPJR6B/1L3mfp4XErZa8qj8ViqflMdC7MUPac4Em6k+5Y+DmEke5c8CstI9S91DLaR2IHEEZCxdQ+MEWe27IIx4s7SfTBGPLFkJ4wRI0L3whhhEbIbxogZrvthjPDgsiPGCE9Te2KMiGDeFWNEFNMoGSMihX1LAlamLzzGiEimLzzGiEimLzzGiEimLzzGiEiXY/wHsn/AE89JlukAAAAASUVORK5CYII=');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 38px;
        left: 11px;
    }
}




/* ---------------------------------- */
/* ---------- Header Mobil ---------- */
/* ---------------------------------- */
@media (min-width: 1025px) {
    #mainHeaderMobilWrapper {
        display: none;
    }
}

@media (max-width: 1024px) {
    #mainHeaderMobilWrapper {
        background-color: var(--gray5);
        box-shadow: 0px 2px 4px #cecece;
        height: 103px;
        display: flex;
        justify-content: center;
    }

    #mainHeaderMobilPic {
        display: block;
        width: 200px;
        height: 58px;
        margin-top: 30px;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 600px) {
    #mainHeaderMobilPic {
        width: 150px;
        margin-top: 10px;
    }
}





/* --------------------------- */
/* ---------- No JS ---------- */
/* --------------------------- */
#noJSMessage {
	width: 40px;
	height: 40px;
	position: fixed;
	right: var(--abstand_9);
	bottom: var(--abstand_9);
	z-index: 2;
}




/* --------------------------------------------- */
/* ---------- Main Header intern Logo ---------- */
/* --------------------------------------------- */
#mainHeaderInternTop {
    background-color: var(--white);
}

#mainHeaderInternTopWrapper {
    display: flex;
    justify-content: right;
    align-items: end;
    padding-top: 10px;
    padding-bottom: 10px;
}

#mainHeaderInternKundeSimInfo {
    width: calc(100% - 300px);
    font-size: 90%;
    line-height: 100%;
}

#mainHeaderInternLogo {
    display: block;
}

#mainHeaderInternLogo img {
    display: block;
    max-height: 88px;
    max-width: 300px;
}

@media (max-width: 1024px) {
    #mainHeaderInternTop {
        display: none;
    }
}



/* -------------------------------------------------------- */
/* ---------- Main Header intern unterer Bereich ---------- */
/* -------------------------------------------------------- */
#mainHeaderInternBottom {
    background-color: var(--gray5);
}

#mainHeaderInternBottomWrapper {
    height: 70px;
}

@media (max-width: 1024px) {
    #mainHeaderInternBottomWrapper {
        height: 0;
    }
}



/* --------------------------------------------------- */
/* ---------- Main Header intern Shop Menue ---------- */
/* --------------------------------------------------- */
#mainHeaderInternBottomLeft {
    width: 300px;
    height: 100%;
    background-color: var(--orange);
    position: relative;
	display: flex;
	align-items: center;
}

#mainHeaderInternBottomLeft::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    right: 100%;
    background-color: var(--orange);
}

#mainHeaderInternBottomLeftHeadline {
	color: var(--white);
	margin: 0;
	font-size: 170%;
    font-weight: bold;
}

#mainHeaderInternBottomLeftZuSortiment {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}



@media (max-width: 1024px) {
    #mainHeaderInternBottomLeft {
        display: none;
    }
}


#mainHeaderInternShopMenue {
	display: none;
	flex-wrap: wrap;
	width: 750px;
	background-color: var(--white);
	border: 1px solid #ccc;
	position: absolute;
	top: 60px;
	left: 0;
}

#mainHeaderInternBottomLeft:hover #mainHeaderInternShopMenue {
	display: flex;
}

.mainHeaderInternShopMenueCategory {
	display: flex;
	align-items: center;
	width: 33.33%;
	height: 60px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: inherit;
	font-size: 16px;
}

.mainHeaderInternShopMenueCategory:nth-of-type(3n+3) {
	border-right: none;
}

.mainHeaderInternShopMenueCategory:nth-of-type(n+10) {
	border-bottom: none;
}

.mainHeaderInternShopMenueCategory:hover {
	color: inherit;
}

.mainHeaderInternShopMenueCategory img {
	margin-right: 10px;
}

@media (max-width: 1024px) {
	#mainHeaderInternBottomLeft:hover #mainHeaderInternShopMenue {
		display: none;
	}
}






/* ------------------------------------------------------ */
/* ---------- Main Header intern Kundenbereich ---------- */
/* ------------------------------------------------------ */
#mainHeaderInternBottomRight {
    width: calc(100% - 300px);
    height: 100%;
}

.mainHeaderInternBottomItem {
    padding: 0 10px;
    position: relative;
}

.mainHeaderInternBottomItem:hover {
    background-color: var(--orange);
}

@media (max-width: 1024px) {
    #mainHeaderInternBottomRight {
        height: 70px;
        width: 100px;
        position: absolute;
        right: 0;
        bottom: 40px;
    }
}


/* Links */
.mainHeaderInternBottomLink {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 90%;
    color: var(--black);
}

.mainHeaderInternBottomItem:hover .mainHeaderInternBottomLink {
    color: var(--white);
}


/* Icons */
.mainHeaderInternBottomLinkIcon {
    width: 30px;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#mainHeaderLinkKonto {
    background-image: url('/bilder/user.gif');
    margin-left: 10px;
}

.mainHeaderInternBottomItem:hover #mainHeaderLinkKonto {
    background-image: url('/bilder/user_weiss.gif');
}

#mainHeaderLinkMerkliste {
    background-image: url('/bilder/snadel_plus.gif');
}

.mainHeaderInternBottomItem:hover #mainHeaderLinkMerkliste {
    background-image: url('/bilder/snadel_back_orange.gif');
}

@media (max-width: 1024px) {
    #mainHeaderLinkKonto {
        margin-left: 0;
    }
}


/* Ausklappbares Element */
.mainHeaderInternBottomLinkMore {
    display: none;
    width: 320px;
    background-color: var(--white);
    position: absolute;
    top: 100%;
    right: 0;
}

.mainHeaderInternBotMoreHeadline {
    background-color: var(--orange);
    padding: 15px 70px;
    font-size: 24px;
    color: var(--white);
}

.mainHeaderInternBotMoreContent {
    padding: 25px 70px;
}

.mainHeaderInternBotMoreContent a {
    color: var(--black);
}

.mainHeaderInternBotMoreContent a:hover {
    font-weight: bold;
}

.mainHeaderInternBotMoreBtns {
    padding: 30px;
    padding-top: 20px;
}

.mainHeaderInternBotMoreBtn {
    width: 100%;
}


.mainHeaderInternBottomLinkMoreBg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(234,237,241,0.6);
    z-index: -1;
}

@media (min-width: 401px) {
    .mainHeaderInternBottomItem:hover .mainHeaderInternBottomLinkMore,
    .mainHeaderInternBottomItem:has(.mainHeaderInternBottomLinkMore):hover ~ .mainHeaderInternBottomLinkMoreBg {
        display: block;
    }
}/* --- --- *//* ------------------------------------------------ */
/* -------------------- Footer -------------------- */
/* ------------------------------------------------ */
footer {
	margin-top: auto;
}

#footerLeft {
    width: 20%;
    padding: 35px;
    text-align: center;
}

#footerLogo {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
}



#footerMid {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background-color: var(--black2);
    padding: 35px;
    font-size: 12px;
    line-height: 150%;
}

@media (max-width: 1700px) {
    #footerMid {
        font-size: 9px;
    }
}

#footerMid, #footerMid a {
    color: var(--white);
}

#footerMid a:hover {
    text-decoration: underline;
}

.footerMidCol {
    width: calc(60% / 3 - 20px * 3 / 4);
}

.footerMidCol:first-of-type {
    width: calc(40% - 20px * 3 / 4);
}


#footerRight {
    width: 25%;
}

#footerKarte {
    display: block;
    height: 100%;
}

#footerKarte img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center left;
}

#footerKarteDesktop {
    display: block;
}

#footerKarteMobil {
    display: none;
}


@media (max-width: 1024px) {
    #footerLeft {
        width: 30%;
    }


    #footerMid {
        width: 70%;
    }

    .footerMidCol {
        width: calc(100% / 3 - 20px * 2 / 3);
    }

    .footerMidCol:first-of-type {
        width: 100%;
    }


    #footerRight {
        width: 100%;
        min-height: 460px;
    }

    #footerKarteDesktop {
        display: none;
    }

    #footerKarteMobil {
        display: block;
    }
}

@media (max-width: 600px) {
    #footerLeft, #footerMid {
        width: 100%;
    }
}/* --- --- *//* --------------------------------------------------------- */
/* -------------------- Vorteile Slider -------------------- */
/* --------------------------------------------------------- */
.vorteileSliderBg {
    background-color: #EAEDF1;
    padding: var(--abstand_18) 0;
}

.vorteileSliderBg .slider2Content {
	padding: 21px;
}

.vorteileSliderPic {
    display: block;
    height: 70px;
    width: 100%;
    object-fit: scale-down;
    object-position: center;
    pointer-events: none;
    margin-bottom: var(--abstand_9);
}

.vorteileSliderPic[src=""] {
    display: none;
}

.vorteileSliderText {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--orange);
    font-weight: bold;
    width: 100%;
    text-align: center;
	letter-spacing: 0;
}

.vorteileSliderBg .slider2Next::after, .vorteileSliderBg .slider2Prev::after {
    border-color: var(--orange);
}/* --- --- */