/* css zu katalog *//* BaustoffkatalogeV2CSS  *//* ---------------------------- */
/* ---------- Filter ---------- */
/* ---------------------------- */
.radioBaustoffeAlphabet {
	display: none;
}
#baustoffeAlphabet {
	margin: 0;
	padding-left: 0;
	list-style: none;
	border-bottom: 3px solid #008542;
}
.baustoffeAlphabetItem {
	display: inline-block;
	vertical-align: top;
	width: 10%;
	margin-left: 16px;
}
.lblBaustoffeAlphabet {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 5px 0;
	border-top: 3px solid #CCE7D9;
	border-left: 1px solid #CCE7D9;
	border-right: 1px solid #CCE7D9;
	color: inherit;
	font-weight: normal;
}
.lblBaustoffeAlphabet::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: -3px;
}

#radioBaustoffeAlphabet_1:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_1 .lblBaustoffeAlphabet,
#radioBaustoffeAlphabet_2:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_2 .lblBaustoffeAlphabet,
#radioBaustoffeAlphabet_3:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_3 .lblBaustoffeAlphabet,
#radioBaustoffeAlphabet_4:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_4 .lblBaustoffeAlphabet,
#radioBaustoffeAlphabet_5:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_5 .lblBaustoffeAlphabet,
#radioBaustoffeAlphabet_6:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_6 .lblBaustoffeAlphabet,
#radioBaustoffeAlphabet_7:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_7 .lblBaustoffeAlphabet,
.lblBaustoffeAlphabet:hover {border-color: #008542;}

#radioBaustoffeAlphabet_1:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_1 .lblBaustoffeAlphabet::after,
#radioBaustoffeAlphabet_2:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_2 .lblBaustoffeAlphabet::after,
#radioBaustoffeAlphabet_3:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_3 .lblBaustoffeAlphabet::after,
#radioBaustoffeAlphabet_4:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_4 .lblBaustoffeAlphabet::after,
#radioBaustoffeAlphabet_5:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_5 .lblBaustoffeAlphabet::after,
#radioBaustoffeAlphabet_6:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_6 .lblBaustoffeAlphabet::after,
#radioBaustoffeAlphabet_7:checked ~ #baustoffeAlphabet #baustoffeAlphabetItem_7 .lblBaustoffeAlphabet::after,
.lblBaustoffeAlphabet:hover::after {background-color: white;}


/* ---------- Filter Mobil ---------- */
#chkAlphabetMobil, #baustoffeAlphabetMobil {display: none;}
#baustoffeAlphabetMobil {position: relative;}
.baustoffeAlphabetMobilHeadline {
	display: none;
	position: relative;
	padding: 5px 0 5px 15px;
	line-height: 100%;
	font-size: 1.5rem;
	border-radius: 3px;
	background-color: #F4F3F3;
	background-image: linear-gradient(to top, rgba(216, 216, 215, 0.6) 0%, transparent 100%);
}
.baustoffeAlphabetMobilHeadline::after, .lblBaustoffeAlphabetMobilItem::after {
	content: "\f100";
	font-family: iconfont;
	color: #008542;
	display: block;
	position: absolute;
}
.baustoffeAlphabetMobilHeadline::after {
	right: 15px;
	top: 5px;
}
.lblBaustoffeAlphabetMobilItem::after {
	transform: rotate(270deg);
	right: 15px;
	top: 1px;
}
#chkAlphabetMobil:checked ~ #baustoffeAlphabetMobil .baustoffeAlphabetMobilHeadline::after {transform: rotate(180deg);}

#radioBaustoffeAlphabet_1:checked ~ #baustoffeAlphabetMobil #baustoffeAlphabetMobilHeadline_1,
#radioBaustoffeAlphabet_2:checked ~ #baustoffeAlphabetMobil #baustoffeAlphabetMobilHeadline_2,
#radioBaustoffeAlphabet_3:checked ~ #baustoffeAlphabetMobil #baustoffeAlphabetMobilHeadline_3,
#radioBaustoffeAlphabet_4:checked ~ #baustoffeAlphabetMobil #baustoffeAlphabetMobilHeadline_4,
#radioBaustoffeAlphabet_5:checked ~ #baustoffeAlphabetMobil #baustoffeAlphabetMobilHeadline_5,
#radioBaustoffeAlphabet_6:checked ~ #baustoffeAlphabetMobil #baustoffeAlphabetMobilHeadline_6,
#radioBaustoffeAlphabet_7:checked ~ #baustoffeAlphabetMobil #baustoffeAlphabetMobilHeadline_7
	{display: block;}

#baustoffeAlphabetMobilItemWrapper {
	display: none;
	list-style: none;
	margin-bottom: 0;
	margin-top: 4px;
	padding: 8px 0 8px 15px;
	background-color: #F4F3F3;
	font-size: 1.5rem;
	line-height: 100%;
	font-weight: bolder;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#chkAlphabetMobil:checked ~ #baustoffeAlphabetMobil #baustoffeAlphabetMobilItemWrapper {display: block;}
#baustoffeAlphabetMobilItemWrapper > li {margin-bottom: 12px;}
#baustoffeAlphabetMobilItemWrapper > li:last-of-type {margin-bottom: 0;}
#baustoffeAlphabetMobilItemWrapper .lblBaustoffeAlphabetMobilItem {
	display: block;
	position: relative;
	color: inherit;
}
#baustoffeAlphabetMobilItemWrapper .lblBaustoffeAlphabetMobilItem:hover,
#radioBaustoffeAlphabet_1:checked ~ #baustoffeAlphabetMobil #lblBaustoffeAlphabetMobilItem_1,
#radioBaustoffeAlphabet_2:checked ~ #baustoffeAlphabetMobil #lblBaustoffeAlphabetMobilItem_2,
#radioBaustoffeAlphabet_3:checked ~ #baustoffeAlphabetMobil #lblBaustoffeAlphabetMobilItem_3,
#radioBaustoffeAlphabet_4:checked ~ #baustoffeAlphabetMobil #lblBaustoffeAlphabetMobilItem_4,
#radioBaustoffeAlphabet_5:checked ~ #baustoffeAlphabetMobil #lblBaustoffeAlphabetMobilItem_5,
#radioBaustoffeAlphabet_6:checked ~ #baustoffeAlphabetMobil #lblBaustoffeAlphabetMobilItem_6,
#radioBaustoffeAlphabet_7:checked ~ #baustoffeAlphabetMobil #lblBaustoffeAlphabetMobilItem_7
	{color: #008542;}

@media screen and (max-width: 1024px) {
	#baustoffeAlphabet {display: none;}
	#baustoffeAlphabetMobil {display: block;}
}



/* ----------------------------------- */
/* ---------- Firmenausgabe ---------- */
/* ----------------------------------- */
#baustoffeFirmenAusgabe {
	margin-top: 40px;
	min-height: 300px;
}
#baustoffeFirmenAusgabe > ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: none;
}
#baustoffeFirmenAusgabe > ul > li {
	min-height: 2.7rem;
    padding-top: 4px;
    overflow: hidden;
    line-height: 1.1rem;
}
#baustoffeFirmenAusgabe > ul > li:nth-of-type(even) {
	background-color: #e3f2eb;
}
.baustoffeFirmenAusgabe_L, .baustoffeFirmenAusgabe_R {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.baustoffeFirmenAusgabe_L {
	font-weight: normal;
	color: inherit;
	padding-left: 55px;
	padding-right: 40px;
	position: relative;
}
.baustoffeFirmenAusgabe_L:hover {color: #008542;}
.baustoffeFirmenAusgabe_L::before {
	content: '\f107';
	font-family: iconfont;
	color: #008542;
	position: absolute;
	left: 5px;
	transition: left 500ms;
}
.baustoffeFirmenAusgabe_L:hover::before {left: 25px;}
.baustoffeFirmenAusgabe_R {

}

#radioBaustoffeAlphabet_1:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_1,
#radioBaustoffeAlphabet_2:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_2,
#radioBaustoffeAlphabet_3:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_3,
#radioBaustoffeAlphabet_4:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_4,
#radioBaustoffeAlphabet_5:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_5,
#radioBaustoffeAlphabet_6:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_6,
#radioBaustoffeAlphabet_7:checked ~ #baustoffeFirmenAusgabe #baustoffeFirmenAusgabe_7
{display: block;}

@media screen and (max-width: 1024px) {
	#baustoffeFirmenAusgabe {margin-top: 20px;}
	#baustoffeFirmenAusgabe > ul > li {padding: 5px 0;}
	.baustoffeFirmenAusgabe_L, .baustoffeFirmenAusgabe_R {width: 100%;}
	.baustoffeFirmenAusgabe_L {
		padding-right: 0;
		font-weight: bolder;
		margin-bottom: 5px;
	}
	.baustoffeFirmenAusgabe_R {padding-left: 55px;}
}



/* ----------------------------------- */
/* --------------- Tree -------------- */
/* ----------------------------------- */
.baustoffeLinks {
	width: 33.33%;
}
#baustoffeTree_mobile_chk, #chkBaustoffeTree, #lblBaustoffeTreeHideBereich, #lblBaustoffeTreeShow {display: none;}
#baustoffeTree {
	margin: 0;
	padding-left: 0;
	line-height: 150%;
}
#baustoffeTree ul {
	display: none;
	padding-left: 20px;
	margin: 5px 0;
}
#baustoffeTree li.openleaf > ul {display: block;}
#baustoffeTree li {
	list-style: none;
	position: relative;
	margin-bottom: 5px;
}
#baustoffeTree li::before {
	display: inline-block;
	content: '';
	margin-right: 5px;
	margin-bottom: 1px;
	background-image: url('/bilder/document_dunkelgrau.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#baustoffeTree li:not(.isnode)::before {
	width: 10px;
	height: 10px;
}
#baustoffeTree li.isnode::before {
	background: none;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #008542;
}
#baustoffeTree li.isnode.openleaf::before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #008542;
	border-bottom: none;
}
#baustoffeTree a, #baustoffeTreeHeadline {
	font-weight: normal;
	color: inherit;
}
#baustoffeTree a {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 15px);
}
#baustoffeTree li.openleaf > a {font-weight: bold;}

#baustoffeTree li > div {display: none;}
#baustoffeTree li.isnode > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 27px;
	top: 0;
	left: 0;
	cursor: pointer;
}


#baustoffeTreeHeadline {
	display: block;
	margin-bottom: 20px;
}
#baustoffeTree a:hover, #baustoffeTreeHeadline:hover {color: #008542;}

@media screen and (max-width: 1024px) {
	.baustoffeLinks {width: 100%;}
	#baustoffeTree li.isnode > div {height: 24px;}
	#baustoffeTreeSeitenreiter {
		height: 100%;
		width: 300px;
		position: fixed;
		top: 0;
		left: -300px;
		padding: 14px;
		z-index: 999;
		transition: 500ms;
		overflow-y: auto;
		background-color: white;
		font-size: 1rem;
	}
	#chkBaustoffeTree:checked ~ #baustoffeTreeSeitenreiter {
		left: 0;
		box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.8);
	}
	
	#lblBaustoffeTreeShow {
		display: block;
		width: 56px;
		height: 56px;
		background-color: #008542;
		background-image: url('/bilder/baustoffeTreeOpen.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 68%;
		position: fixed;
		right: 0;
		top: calc(50% - 56px/2);
		cursor: pointer;
		z-index: 2;
		border-color: white;
		border-style: solid;
		border-width: 1px 0 1px 1px;
	}
	#chkBaustoffeTree:checked ~ #lblBaustoffeTreeShow {
		background-image: url('/bilder/baustoffeTreeClose.svg');
		background-size: 100%;
	}
	
	#lblBaustoffeTreeHide {
		display: block;
		width: 30px;
		height: 29px;
		cursor: pointer;
		position: absolute;
		top: 14px;
		right: 14px;
	}
	#lblBaustoffeTreeHide::before, #lblBaustoffeTreeHide::after {
		display: block;
		width: 100%;
		height: 4px;
		background-color: #008542;
		border-radius: 2px;
		content: '';
		position: absolute;
		left: 0px;
	}
	#lblBaustoffeTreeHide::before {
		top: 13px;
		transform: rotate(-45deg);
	}
	#lblBaustoffeTreeHide::after {
		bottom: 12px;
		transform: rotate(45deg);
	}
	
	#lblBaustoffeTreeHideBereich {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		cursor: unset;
		z-index: 999;
		background-color: rgba(0, 0, 0, 0.2);
	}
	#chkBaustoffeTree:checked ~ #lblBaustoffeTreeHideBereich {width: 100%;}
	
	#baustoffeTreeHeadline {width: calc(100% - 30px - 14px);}
}



/* ----------------------------------- */
/* ------------- Ausgabe ------------- */
/* ----------------------------------- */
.baustoffeRechts {
	width: 66.66%;
	padding-left: 30px;
}
.baustoffeRechts a {font-weight: normal;}
#baustoffeAusgabeHeadline {margin-top: 0;}

.baustoffeAusgabeCol_L, .baustoffeAusgabeCol_R {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.baustoffeAusgabeCol_L {width: 250px;}
.baustoffeAusgabeCol_R {width: calc(100% - 250px);}

@media screen and (max-width: 1024px) {
	.baustoffeRechts {
		width: 100%;
		padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.baustoffeAusgabeCol_L, .baustoffeAusgabeCol_R {width: 100% !important;}
	.baustoffeAusgabeCol_L {margin-bottom: 0;}
}

/* ----------------------------------- */
/* -------------- Firma -------------- */
/* ----------------------------------- */

#baustoffeFirmaBild {
	max-width: 150px;
	float: right;
}
@media screen and (max-width: 1024px) {
	#baustoffeFirmaBild {
		float: unset;
		display: block;
		margin-top: 10px;
	}
}


/* ----------------------------------- */
/* ---------- Produkt Gruppe --------- */
/* ----------------------------------- */
#baustoffePGrouopBild {
	display: block;
	width: 100%;
	max-width: 400px;
}


/* ----------------------------------- */
/* ------------- Produkt ------------- */
/* ----------------------------------- */
#baustoffeProdOben_L, #baustoffeProdBild {
	display: inline-block;
	vertical-align: top;
}
#baustoffeProdOben_L {
	width: calc(100% - 170px);
	padding-right: 30px;
}
#baustoffeProdBild, #baustoffeProdBildMobil {width: 170px;}
#baustoffeProdBild img, #baustoffeProdBildMobil img {
	display: block;
	max-width: 100%;
}
#baustoffeProdBildMobil {
	display: none;
}

/* Labels / Inputs */
#chkBaustoffeProdInfo, #chkBaustoffeProdLeistungserkl, #chkBaustoffeProdText {display: none;}
.lblBaustoffeProd {
	display: block;
	border-top: 1px solid #008542;
	padding: 10px 0 10px 30px;
	position: relative;
}
.lblBaustoffeProd::before {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/bilder/document_dunkelgrau.svg');
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 14px;
}
.lblBaustoffeProd::after {
	content: "\f100";
	font-family: iconfont;
	color: #008542;
	font-size: 22px;
	display: block;
	position: absolute;
	right: 0;
	top: 11px;
}

#chkBaustoffeProdInfo:checked ~ #baustoffeProdOben #lblBaustoffeProdInfo::after,
#chkBaustoffeProdLeistungserkl:checked ~ #baustoffeProdOben #lblBaustoffeProdLeistungserkl::after,
#chkBaustoffeProdText:checked ~ #baustoffeProdOben #lblBaustoffeProdText::after
	{transform: rotate(180deg);}


#baustoffeProdInfo, #baustoffeProdLeistungserkl {display: none;}

#chkBaustoffeProdInfo:checked ~ #baustoffeProdOben #baustoffeProdInfo,
#chkBaustoffeProdLeistungserkl:checked ~ #baustoffeProdOben #baustoffeProdLeistungserkl
	{display: block;}

.baustoffeProdInfoContent {margin-bottom: 15px;}


/* Produkt Text */
#baustoffeProdText {
	height: 125px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
}
#lblBaustoffeProdTextArea {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.6);
}
#chkBaustoffeProdText:checked ~ #baustoffeProdText {height: unset;}
#chkBaustoffeProdText:checked ~ #baustoffeProdText #lblBaustoffeProdTextArea {
	background-color: transparent;
	pointer-events: none;
}


/* Artikel */
#baustoffeProdArtikelWrapper {
	overflow-x: auto;
	scrollbar-width: thin;
	font-size: 0.875rem;
}
#baustoffeProdArtikelWrapper table {border-collapse: collapse;}
#baustoffeProdArtikelWrapper tr:first-of-type {
	background-color: #A2A2A2;
	color: white;
	font-weight: bold;
}
#baustoffeProdArtikelWrapper tr:nth-of-type(2n) {
	background-color: #F4F4F4;
}
#baustoffeProdArtikelWrapper td {
	white-space: nowrap;
	padding-right: 26px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#baustoffeProdArtikelWrapper td:first-of-type {padding-left: 18px;}
#baustoffeProdArtikelWrapper td.noEntry {padding-right: 0 !important;}

@media screen and (max-width: 768px) {
	#baustoffeProdOben_L {
		width: 100%;
		padding-right: 0;
	}
	#baustoffeProdBild {display: none;}
	#baustoffeProdBildMobil {display: block;}
}


/* oh230227 */
#baustoffeTree li.isnode.openleaf > a {
    display: inline-block!important;
}
#baustoffeTree li.isnode.openleaf>div::before {display:none;}
#baustoffeTree li.isnode.openleaf>div::after{display:none;}
/* #baustoffeTree li.isnode.openleaf::before {display:none;}
#baustoffeTree li.isnode.openleaf::after{display:none;} */
#baustoffeTree li div {border-bottom: 0px solid white !important; }/* --- --- *//* mainMenuCSS  *//* ---------------------------------------------------------- */
/* -------------------- Main Header Oben -------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------- */
/* ---------- Banner ---------- */
/* ---------------------------- */

.mainHeaderTop {
	border-top: 2px solid #d52b1e;
	padding-top: 30px;
	z-index: 4;
}

/* ----------------------------------- */
/* ---------- Suche und Nav ---------- */
/* ----------------------------------- */

#tbSucheAjax_mainMenue::placeholder {color: #C2C3C2;}
#mainHeaderGewerbeLogin small {vertical-align: top;}
#mainHeaderGewerbeLogin:hover * {color: #3B9E68;}

#mainHeaderSucheWrapper,
#mainHeaderRechts,
#mainHeaderLinks,
#mainHeaderIcons,
#mainHeaderLogo {
	display: inline-block;
	vertical-align: top;
}
#lbl_chk_showSuchErgebnisse{display:none;}

/* Linke Seite */

#tbSucheAjax_mainMenue {
	font-family: Source Sans Pro, Arial, sans-serif;
	padding: 0 45px 0 10px;
	border-color: #C2C3C2;
	border-radius: 0;
	font-size: 100%;
	height: 45px;
	width: 100%;
}

#btnSucheAjax_mainMenue {
	background-image: url('/bilder/lupe.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	position: absolute;
	height: 45px;
	width: 45px;
	padding: 0;
	right: 0;
	top: 0;
}

#mainHeaderLinks {
	width: calc(100% - 550px);
	margin-bottom: 30px;
}

.mainHeaderIconContainer {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

#mainHeaderWarenkorb {position: relative;}

#mainHeaderWarenkorbAnzahl {
	position: absolute;
	top: -17px;
	left: 11px;
	font-size: 80%;
	line-height: 20px;
}


#mainHeaderGewerbeLogin {
	display: inline-block;
	vertical-align: top;
	line-height: 70%;
}

#mainHeaderSucheWrapper {
	margin-right: 40px;
	position: relative;
	width: 34%;
	z-index: 3;
}

#TopErgebnisseSucheAjex_mainMenue > .ergebnisSucheBeitrag:not(:last-of-type){
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid var(--midgray);
}
#TopErgebnisseSucheAjex_mainMenue{scrollbar-width: thin;}

@media (min-width: 1025px) {
	#mainHeaderIcons {padding-top: 3px;}
	#mainHeaderGewerbeLogin {
		position: relative;
		top: -4px;
	}
	#TopErgebnisseSucheAjex_mainMenue{
		position: absolute;
		z-index: 3;
		background-color: #fff;
		border: 1px solid #000;
		padding: 15px;
		width: 650px;
		top: 50px;
		left: 0;
		max-height: 500px;
		overflow-y: auto;
	}
	#tbSucheAjax_mainMenue, #btnSucheAjax_mainMenue{z-index:3;}
	#chk_showSuchErgebnisse:not(:checked) ~ #TopErgebnisseSucheAjex_mainMenue{display: none !important;}
	#chk_showSuchErgebnisse:checked ~ #TopErgebnisseSucheAjex_mainMenue[style="display: block;"] ~ #lbl_chk_showSuchErgebnisse{
		display:block;
		background-color: #00000000;
		position: fixed;
		width: 100%;
		height:100%;
		left:0;
		top:0;
		z-index: 2;
	}
}


/* Rechte Seite */

.mainHeaderSocialContainer:hover {color: #3B9E68;}
#mainHeaderLogo img {height: 70px;}
#mainHeaderRechts {width: 550px;}

.mainHeaderSocialContainer {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	color: #008542;
}

.mainHeaderSocial {
	vertical-align: top;
	height: 30px;
	width: auto;
}

#mainHeaderLogo {
	margin-left: 180px;
	margin-top: -45px;
}


@media (max-width: 1240px) {

	#mainHeaderLinks {width: calc(100% - 380px);}
	#mainHeaderLogo {margin-top: -32px;}
	#mainHeaderRechts {width: 380px;}
	
	#mainHeaderLogo img {
		width: 200px;
		height: unset;
	}
}

/* ---------------------------------------------------- */
/* -------------------- Main Menue -------------------- */
/* ---------------------------------------------------- */
#mainMenueWrapper #mainMenueWrapper #jubaconMenuLogo,
#mainMenueWrapper input[type="checkbox"],
#jubaconMenu_kb_show_menu, #jubaconMenu_kb_hide_menu,
#infoMobile {display: none;}

#marginMobile {margin-bottom: 105px;}

#mainMenueWrapper #jubaconMenu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#mainMenueWrapper #jubaconMenu a {color: inherit;}
#mainMenueWrapper #jubaconMenu > li > a{display:none;}

#jubaconMenu{
	list-style: none;
	display: block;
	width: 100%;
}

@media (min-width: 1241px) {
	#mainMenueWrapper #jubaconMenu > li > ul > li > a,
	#mainMenueWrapper #jubaconMenu > li > ul > li > ul > li > a {
		font-size: 110%;
	}
}

@media (max-width: 1240px) and (min-width: 1025px) {
	#mainMenueWrapper #jubaconMenu > li > ul > li > ul > li > ul > li > a {
		font-size: 80%;
		padding-left: 25px;
	}
	
}

@media (min-width: 1025px) {
	#mainMenueWrapper #jubaconMenu > li > ul > li > a,
	#mainMenueWrapper #jubaconMenu > li > ul > li > ul > li > a {
		font-family: var(--sourceSansPro);
	}
	
	#mainMenueWrapper {overflow: hidden !important;}
	#jubaconMenu > li > ul > li:nth-of-type(5) > ul > li:nth-of-type(5) {display: none !important;}


	#jubaconMenu {
		padding-right: 1.4rem;
		padding-left: 1.4rem;
		margin:0 auto;
		max-width: 1700px;
	}
	
	#lbl_suche_schliessen_header_mobile,
	#mainMenueWrapper #jubaconMenu > li > ul > li > ul,
	#mainHeaderSocialsMenue,
	#mainMenueWrapper label,
	#lbl_suche_header
	{display: none;}	
	
	/* ----------------------------- */
	/* ---------- Ebene 1 ---------- */
	/* ----------------------------- */
	
	#mainMenueWrapper #jubaconMenu > li > ul > li:first-of-type > a::after {background-color: white;}
	#mainMenueWrapper #jubaconMenu > li > ul > li {padding-bottom: 20px;}
	
	
	#mainMenueWrapper a {
		position: relative;
		padding-left: 30px;
		display: inline-block;
	}
	
	#jubaconMenu > li > ul > li > ul > li > ul > li > a::before, #jubaconMenu > li > ul > li > ul > li > a:not(#jubaconMenu > li > ul > li > ul > li:first-of-type > a):before {
		transition: 300ms ease-in-out;
		font-family: iconfont;
		display: inline-block;
		margin-right: 15px;
		margin-left: -5px;
		content: '\f107';
		color: #008542;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	/* Erster Menüpunkt ist anders */
	
	#mainMenueWrapper #jubaconMenu > li > ul > li:first-of-type > a {
		background-color: #d52b1e;
		border-radius: 4px;
		color: #fff !important;
	}
	
	/*-------------*/

	#jubaconMenu > li > ul > li > ul > li > ul > li > a:hover:before, #jubaconMenu > li > ul > li > ul > li > a:hover:before {
		margin-right: 5px !important;
		padding-left: 10px;
	}
	
	
	#mainMenueWrapper #jubaconMenu > li > ul > li > a:hover::after, #mainMenueWrapper #jubaconMenu > li > ul > li.menulevel1selected > a::after {
		bottom: 3px;
		opacity: 1;
	}
	#mainMenueWrapper #jubaconMenu > li > ul > li > a::after {
		background-color: #008542;
		width: calc(100% - 20px);
		position: absolute;
		transition: 200ms;
		display: block;
		bottom: -12px;
		content: '';
		height: 2px;
		opacity: 0;
		left: 10px;
	}
	
	#mainMenueWrapper #jubaconMenu > li > ul > li > a {
		display: inline-block;
		vertical-align: top;
		padding: 8.5px 20px;
		position: relative;
	}
	
	#mainMenueWrapper #jubaconMenu > li > ul {
		justify-content: left;
		flex-wrap: wrap;
		display: flex;
	}

	/* ----------------------------- */
	/* ---------- Ebene 2 ---------- */
	/* ----------------------------- */
	
	#mainMenueWrapper #jubaconMenu > li > ul > li:hover > ul {display: block !important;}
	
	#mainMenueWrapper #jubaconMenu > li > ul > li > ul > li:first-of-type > a {
		font-size: 245%;
		color: #008542;
	}
    
	#jubaconMenu > li > ul > li > ul > li:first-of-type {width: 100%;}
	
	#mainMenueWrapper #jubaconMenu > li > ul > li > ul {
		padding: 2.8rem calc((100% - 1700px) / 2);
		background-color: #f3f3f3;
		position: absolute;
		min-height: 600px;
		margin-top: 10px;
		width: 100%;
		z-index: 2;
		left: 0;
	}
	
    a[href="hidden"] {visibility: hidden;}
	
	#jubaconMenu > li > ul > li > ul > li {
		display: inline-block;
		padding-bottom: 3rem;
		padding-left: 1.4rem;
		vertical-align: top;
		width: 24%;
	}

	/* ----------------------------- */
	/* ---------- Ebene 3 ---------- */
	/* ----------------------------- */

	#jubaconMenu > li > ul > li > ul > li > ul {
		padding-left: 15px !important;
		padding-top: 10px;
		line-height: 2;
	}
}

/* ============================================== */
/* =================== Mobile =================== */
/* ============================================== */
	
@media (max-width: 1024px) {
	#jubaconMenu{padding:0; font-size:90%;}
	#rad_closeMenu_header:checked ~ * #mainHeaderSocialsMenue,
	#rad_closeMenu_header:checked ~ * #lbl_closeMenu_header,
	#chk_suche_header:checked ~ * #lbl_suche_header > img,
	#rad_openMenu_header:checked ~ * #lbl_openMenu_header,
	#rad_closeMenu_header:checked ~ * #mainHeaderIcons,
	#mainMenueWrapper > #lbl_openMenu,
	#jubaconMenu > li > ul > li:nth-of-type(5) > ul > li:nth-of-type(4),
	#jubaconMenu > li > ul > li:nth-of-type(5) > ul > li:nth-of-type(3),
	#mainHeaderSucheWrapper,
	#mainHeaderSocials,
	#jubaconMenu > li > ul
	{display: none;}

	
	#rad_closeMenu_header:checked ~ * #mainHeaderLinks {height: 0px; padding: 0;}
	#rad_openMenu_header:checked ~ * #infoMobile {display: inline-block;}
	#mainHeaderLogo {margin-top: -10px; margin-left: 15px;}
	#infoMobile > a:first-of-type {margin-left: 20px;}
	#mainHeaderLinks {position: fixed; z-index: 3;}
	#mainMenueWrapper {scrollbar-width: thin;}
	#mainHeaderLogin {margin-right: 110px;}
	#mainHeaderWrapper nav {height: 70px;}
	#menuBottomWrapper {align-self: end;}
	#mainHeaderLogo img {width: 300px; min-height: 64px;}
	#headerWrapper {position: fixed;}
	
	#rad_openMenu_header:checked ~ * #mainHeaderSocialsMenue {
		padding-bottom: 50px;
		padding-left: 20px;
		text-align: center;
		padding-top: 25px;
		width: 100%;
	}
	
	#rad_openMenu_header:checked ~ * #infoMobile {
		background-color: #fff;
		text-align: center;
		padding: 21px 20px;
		height: 70px;
		width: 100%;
		bottom: 0;
		left: 0;
	}
	
	#mainHeaderLinks {
		background-color: #fff;
		padding: 0.7rem 1.4rem;
		height: 60px;
		width: 100%;
		top: 102px;
		left: 0;
	}
	
	#mainHeaderWrapper::before {
		display: inline-block;
		margin-bottom: 71px;
		content: '';
	}
	
	#mainHeaderRechts {
		padding-right: 60px;
		padding-left: 45px;
		text-align: center;
		width: 100%;
	}
	
	#mainHeaderGewerbeLogin,
	#mainHeaderLogin {
		position: absolute;
		right: 1.4rem;
	}
	
	#mainHeaderGewerbeLogin {top: 7px;}
	#mainMenueWrapper #jubaconMenu > li > ul li > a:hover,
	#mainMenueWrapper #jubaconMenu > li > ul li > div:hover ~ a {color: var(--green);}
	
	/* ----------------------------------------- */
	/* ----------------- Suche ----------------- */
	/* ----------------------------------------- */

	#chk_suche_header:checked ~ * #lbl_suche_schliessen_header_mobile {margin-top: 30px; display: block;}
	
	#chk_suche_header:checked ~ * #lbl_suche_header::after,
	#chk_suche_header:checked ~ * #lbl_suche_header::before {
		background-color: #c2c3c2;
		position: absolute;
		display: block;
		content: '';
		height: 2px;
		width: 100%;
	}
	#TopErgebnisseSucheAjex_mainMenue{
		max-height: calc(100vh - 360px);
		overflow-y: auto;
		margin-top: 1.4rem;
	}
	
	#chk_suche_header:checked ~ * #lbl_suche_header::after {
		transform: rotate(-45deg);
		bottom: calc(50% - 1px);
	}
	
	#chk_suche_header:checked ~ * #lbl_suche_header::before {
		transform: rotate(45deg);
		top: calc(50% - 1px);
	}
	
	#chk_suche_header:checked ~ * #mainHeaderSucheWrapper {
		height: calc(100% - 102px);
		background-color: #f3f3f3;
		text-align: center;
		padding: 1.7rem;
		position: fixed;
		display: block;
		width: 100%;
		z-index: 5;
		top: 102px;
		left: 0;
	}

	#chk_suche_header:checked ~ * #btnSucheAjax_mainMenue {
		background-image: url();
		height: 40px;
		width: 300px;
		z-index: 6;
		top: 220px;
	}

	#chk_suche_header:checked ~ * #tbSucheAjax_mainMenue {
		font-family: Source Sans Pro, Arial, sans-serif;
		margin-bottom: 20px;
		font-size: 90%;
		height: 50px;
		border-radius: 5px;
		border: 2px solid #e1e1e1;
	}
	
	#lbl_suche_header {
		transform: rotate(90deg);
		display: inline-block;
		position: absolute;
		height: 30px;
		width: 30px;
		left: 45px;
		top: 36px;
	}
	
	#lbl_suche_header_mobile {
		background-color: #008542;
		border-radius: 5px;
		max-width: 100%;
		font-size: 88%;
		padding: 8px;
		width: 300px;
		color: #fff;
	}
	
	/* ------------------------------------------- */
	/* ------------ Open / Close Menu ------------ */
	/* ------------------------------------------- */
	
	#lbl_openMenu_header span::before, #lbl_openMenu_header span::after,
	#lbl_closeMenu_header::before, #lbl_closeMenu_header::after {
		background-color: #008542;
		position: absolute;
		display: block;
		content: '';
		height: 2px;
		width: 100%;
	}
	
	#lbl_openMenu_header, #lbl_closeMenu_header {
		position: absolute;
		display: block;
		height: 60px;
		width: 40px;
		right: 35px;
		top: 24px;
	}
	
	/* ----------------------------- */
	/* ----------- Open ------------ */
	/* ----------------------------- */
	
	#lbl_openMenu_header span::before {top: 8px;}	
	#lbl_openMenu_header span::after {bottom: 8px;}
	
	#lbl_openMenu_header span {
		background-color: #008542;
		position: relative;
		display: block;
		margin: 12px 0;
		height: 2px;
		width: 100%;
	}
	
	#lbl_openMenu_header::before {
		text-align: center;
		font-weight: bold;
		content: 'MENÜ';
		display: block;
		font-size: 50%;
		color: #008542;
        height: 24px;
	}
	
	/* ----------------------------- */
	/* ----------- Close ----------- */
	/* ----------------------------- */
	
	#lbl_closeMenu_header::after {
		bottom: calc(50% - 1px);
		transform: rotate(-45deg)
	}
	
	#lbl_closeMenu_header::before {
		top: calc(50% - 1px);
		transform: rotate(45deg)
	}
	
	#lbl_closeMenu_header {
		height: 30px;
		width: 30px;
		right: 40px;
		top: 36px;
	}
	
	/* ---------------------------------- */
	/* ----------- MobileMenu ----------- */
	/* ---------------------------------- */
	
	#mainMenueWrapper {background-color: #f3f3f3;}
	
	#jubaconMenu > li > ul > li > ul > li:first-of-type {display: none !important;}
	
	/* ------------------------------- */
	/* ----------- Ebene 1 ----------- */
	/* ------------------------------- */
	#mainMenueWrapper #jubaconMenu > li > ul li{border-bottom: 1px solid #e1e1e1;}
	
	#mainMenueWrapper #jubaconMenu > li > ul > li a {
		position: relative;
		display: block;
	}
	#mainMenueWrapper #jubaconMenu > li > ul > li > a {padding: 20px 25px;}
	#mainMenueWrapper #jubaconMenu > li > ul > li ul > li > a {padding: 15px 40px;}
	
	
	#rad_openMenu_header:checked ~ * #mainMenueWrapper {
		height: calc(100% - 162px);
		position: fixed;
		display: grid;
		width: 100%;
		z-index: 3;
		top: 162px;
		left: 0;
	}
	
	#rad_openMenu_header:checked ~ * #jubaconMenu > li > ul {
		display: block;
	}
	
	
	
	/* ------- Item ------- */
	
	#jubaconMenu > li > ul > li > a {font-family: Source Sans Pro, Arial, sans-serif;}
	#jubaconMenu > li > ul > li:first-of-type > a {color: #d52b1e !important;}
	#jubaconMenu > li > ul li {position: relative;}
	
	#jubaconMenu > li > ul > li > a {
		pointer-events: none;
	}
	
	/* ------------------------------- */
	/* ----------- Ebene 2 ----------- */
	/* ------------------------------- */
	
	#jubaconMenu > li > ul > li ul {
		font-family: Source Sans Regular, Arial, sans-serif;
		display: none
	}
	
	
	/* ------------------------------- */
	/* --------- Show / Hide --------- */
	/* ------------------------------- */
	
	#jubaconMenu > li > ul li.isnode > div {
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 1;
		cursor: pointer;
	}
	#mainMenueWrapper #jubaconMenu > li > ul > li > ul  > .lbl_showSubMenu {
		height: 61px;
		margin-top: -61px;
	}
	
	#jubaconMenu > li > ul li.isnode > div::after {
		transition: 300ms ease-in-out;
		font-family: iconfont;
		display: inline-block;
		top: 22px;
		position: absolute;
		content: '\f107';
		color: #008542;
		right: 20px;
		transform: rotate(90deg);
	}
	#jubaconMenu > li > ul > li > ul li.isnode > div::after{top: 18px;}
	#mainMenueWrapper #jubaconMenu > li > ul > li > ul > li ul{padding-left: 20px;}
	
	/* ------------------------------ */
	/* ------------ Grid ------------ */
	/* ------------------------------ */
	
	#mainMenueWrapper #jubaconMenu > li > ul > li.isnode.openleaf:nth-of-type(3) > ul{
		display: grid;
		padding: 20px;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px;
		text-align: center;
	}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul li{
		background-color: #fff !important;
		border-bottom: none;
	}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(2){
		grid-column: 1 / span 3;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(2) > ul{
		padding:0;
		grid-gap: 10px;
		display:grid;
		grid-template-columns: repeat(3, 1fr);
	}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li > div{display:none;}
	
	
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(2) > a::before  {content: url('/pic/menue_mobil/baustoffe.svg');}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(2) > ul > li:nth-of-type(1) > a::before {content: url('/pic/menue_mobil/privat.svg');}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(2) > ul > li:nth-of-type(2) > a::before {content: url('/pic/menue_mobil/gewerbe.svg');}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(2) > ul > li:nth-of-type(3) > a::before {content: url('/pic/menue_mobil/katalog.svg');}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(2) > ul > li:nth-of-type(4) > a::before {content: url('/pic/menue_mobil/ratgeber.svg');}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(3) > a::before  {content: url('/pic/menue_mobil/farben_elektro.svg');}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(4) > a::before  {content: url('/pic/menue_mobil/kueche_haushalt.svg');}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(5) > a::before  {content: url('/pic/menue_mobil/werkzeug_beschlaege_jagd.svg');}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(6) > a::before  {content: url('/pic/menue_mobil/tiernahrung_zubehoer.svg');}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(7) > a::before  {content: url('/pic/menue_mobil/garten.svg');}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(8) > a::before  {content: url('/pic/menue_mobil/sanitaer.svg');}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(9) > a::before  {content: url('/pic/menue_mobil/diy_ideen.svg');}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(10) > a::before  {content: url('/pic/menue_mobil/holz_fliese.svg');}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(11) > a::before  {content: url('/pic/menue_mobil/bauernladen.svg');}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li a::before  {display: block;}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li a {padding:20px 10px;}
	
	
	/* ------------------------------- */
	/* ------------ Radio ------------ */
	/* ------------------------------- */
	
	#jubaconMenu > li > ul li.isnode.openleaf > ul {
		display: block;
		position: relative;
		z-index: 1;
	}
}

@media (max-width: 768px) {
	
	#mainMenueWrapper #jubaconMenu > li > ul > li.isnode.openleaf:nth-of-type(3) > ul,
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(2) > ul
	{grid-template-columns: repeat(2, 1fr);}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(2){grid-column: 1 / span 2;}
	#mainHeaderSucheWrapper::after
	{padding: 10px !important;}
	
	
	#mainHeaderLogin {margin-right: 90px;}
	
	#mainHeaderGewerbeLogin {top: 10px;}
}

@media (max-width: 600px) {
	#rad_showSubMenu_eb_1_22:checked ~ #jubaconMenu > li > ul > li > ul > .num_of_all_4 a {width: 104%;}
	
	#rad_showSubMenu_eb_1_22:checked ~ #jubaconMenu > li > ul > li > ul > #jubaconMenu > li > ul > li > ul > li > #jubaconMenu > li > ul > li > ul > li > ul,
	#rad_showSubMenu_eb_1_22:checked ~ #jubaconMenu > li > ul > li > ul > .num_of_all_4,
	#rad_showSubMenu_eb_1_22:checked ~ #jubaconMenu > li > ul > li > ul
	{grid-template-columns: repeat(1, 1fr);}
	
	#rad_showSubMenu_eb_1_22:checked ~ #jubaconMenu > li > ul > li > ul > .num_of_all_4 a,
	#rad_showSubMenu_eb_1_22:checked ~ #jubaconMenu > li > ul > li > ul > #jubaconMenu > li > ul > li > ul > li
	{grid-column: 1;}
	
	#lbl_openMenu_header, #lbl_closeMenu_header {right: 30px;}
	#lbl_suche_header {left: 30px;}
}
@media screen and (max-width: 360px) {
	#mainMenueWrapper #jubaconMenu > li > ul > li.isnode.openleaf:nth-of-type(3) > ul,
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(2) > ul
	{grid-template-columns: 1fr;}
	#mainMenueWrapper #jubaconMenu > li > ul > li:nth-of-type(3) > ul > li:nth-of-type(2){grid-column: 1 / span 1;}
}/* --- --- */#bannerSmallWrapper {position: relative;}

#bannerSmallWrapper img {
	display: block;
	height: 400px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

#bannerSmallText {
	position: absolute;
	bottom: 80px;
    width: calc(100% - 50px);
    max-width: 1700px;
}

#bannerTitle {font-size: 382%;}
#bannerText {font-size: 120%;}

.banner_0 {display: none;}
@media screen and (max-width: 1240px) {
  #bannerTitle {font-size: 291%;}
}

@media screen and (max-width: 768px) {
  #bannerTitle {font-size: 163%;}
  #bannerText {font-size: 90%;}
}/* --- --- */#footerContainer {
	border-top: 4px solid #D52B1E;
	hyphens: none;
  	background-color: var(--green);
  	position: relative;
}
#footerContainer > div {z-index: 1;}
#footerContainer::after {
	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background: linear-gradient(180deg, #03742F00 0%, #022B12 100%);
  	opacity: 0.5;
  	z-index: 0;
}

.payPic {
    height: 35px;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
}

.socials {
	height: 30px;
  	color: #fff;
  	background-color: #fff;
  	border-color: #fff;
}

#footerLogo {
    position: absolute;
    left: 0;
    top: 12px;
    width: 350px;
  	padding-left: 150px;
}

.footerLinks {
	font-size: 18px;
  	line-height: 2;
}

#footerEinfach {
    position: absolute;
    top: -30px;
    left: calc(50% - 127px); 
  	z-index: 3;
}

#footerLeft, #footerRight {
	display: inline-block;
	vertical-align: top;
}

#footerLeft {width: 60%;}

#footerRight {width: 40%;}

#footerContainer h2 {font-size: 32px;}

#footerRight > div {
	display: inline-block;
	vertical-align: top;
}

#footerRight > div:first-of-type {width: 50%;}

.footerLinks:last-of-type {width: 50%;}

.footerStandorte {margin-right: 50px; min-width: fit-content;}

.footerLinks > a {
	z-index: 1;
	position: relative;
}

@media (max-width: 1440px) {
	#footerLeft, #footerRight {width: 100%;}
	
	.footerStandorte {width: calc(50% - 50px);}
	
	.footerLinks:last-of-type {margin-left: 0;}
}

@media (max-width: 1024px) {
	#footerContainer {font-size: 18px;}
	#footerContainer h2 {font-size: 26px;}
}

@media (max-width: 768px) {
	#footerRight > div {width: 100% !important;}
	.footerStandorte {margin-right: 0; width: 100%;}
	
	#footerLogo {
		padding: 0;
		top: -10px;
		width: 225px;
	}
}/* --- --- */#noJsContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}
#noJSMessage {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 14px;
	bottom: 14px;
	pointer-events: all;
}
@media (max-width: 1024px) {
	#noJSMessage {bottom: 70px;}
}/* --- --- */