/* css zu paragraf *//* BaurechtNormenCSS  *//* ----------------------------------- */
/* --------------- Tree -------------- */
/* ----------------------------------- */
#baurechtLinks {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
}
#baurechtTreeHeadline {
	border-top: 3px solid #CCE7D9;
	padding-top: 30px;
	margin-bottom: 20px;
}
#baurechtTree_mobile_chk, #chkBaurechtTree, #lblBaurechtTreeHideBereich, #lblBaurechtTreeShow {display: none;}
#baurechtTree {
	margin: 0;
	padding-left: 0;
	line-height: 150%;
}
#baurechtTree ul {
	display: none;
	padding-left: 20px;
	margin: 5px 0;
}
#baurechtTree li.openleaf > ul {display: block;}
#baurechtTree li {
	list-style: none;
	position: relative;
	margin-bottom: 5px;
}
#baurechtTree li > div {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	margin-bottom: 1px;
	background-image: url('/bilder/document_dunkelgrau.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#baurechtTree li.isnode > div {
	background: none;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #008542;
}
#baurechtTree li.isnode.openleaf > div {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #008542;
	border-bottom: none;
}
#baurechtTree a, #baustoffeTreeHeadline {
	font-weight: normal;
	color: inherit;
}
#baurechtTree li.openleaf > a {font-weight: bold;}




#baurechtTree a:hover {color: #008542;}

@media screen and (max-width: 1024px) {
	#baurechtLinks {width: 0;}
	#baurechtTreeSeitenreiter {
		height: 100%;
		width: 300px;
		position: fixed;
		top: 0;
		left: -300px;
		padding: 14px;
		z-index: 999;
		transition: 500ms;
		overflow-y: auto;
		background-color: white;
		font-size: 1rem;
	}
	#baurechtTreeHeadline {
		width: calc(100% - 30px - 14px);
		border-top: none;
		padding-top: 0;
	}
	#chkBaurechtTree:checked ~ #baurechtTreeSeitenreiter {
		left: 0;
		box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.8);
	}
	
	#lblBaurechtTreeShow {
		display: block;
		width: 56px;
		height: 56px;
		background-color: #008542;
		background-image: url('/bilder/baustoffeTreeOpen.svg');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 68%;
		position: fixed;
		right: 0;
		top: calc(50% - 56px/2);
		cursor: pointer;
		z-index: 2;
		border-color: white;
		border-style: solid;
		border-width: 1px 0 1px 1px;
	}
	#chkBaurechtTree:checked ~ #lblBaurechtTreeShow {
		background-image: url('/bilder/baustoffeTreeClose.svg');
		background-size: 100%;
	}
	
	#lblBaurechtTreeHide {
		display: block;
		width: 30px;
		height: 29px;
		cursor: pointer;
		position: absolute;
		top: 14px;
		right: 14px;
	}
	#lblBaurechtTreeHide::before, #lblBaurechtTreeHide::after {
		display: block;
		width: 100%;
		height: 4px;
		background-color: #008542;
		border-radius: 2px;
		content: '';
		position: absolute;
		left: 0px;
	}
	#lblBaurechtTreeHide::before {
		top: 13px;
		transform: rotate(-45deg);
	}
	#lblBaurechtTreeHide::after {
		bottom: 12px;
		transform: rotate(45deg);
	}
	
	#lblBaurechtTreeHideBereich {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		cursor: unset;
		z-index: 999;
		background-color: rgba(0, 0, 0, 0.2);
	}
	#chkBaurechtTree:checked ~ #lblBaurechtTreeHideBereich {width: 100%;}
}

/* ----------------------------------- */
/* -------------- Ausgabe ------------ */
/* ----------------------------------- */
#baurechtRechts {
	width: 66.66%;
	display: inline-block;
	vertical-align: top;
	float: right;
	padding-left: 40px;
}
#baurechtAusgabeHeadline {
	border-top: 3px solid #CCE7D9;
	padding-top: 30px;
	margin-bottom: 20px;
}
.baurechtGruen {color: #008542;}
.baurechtCol_L, .baurechtCol_R {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
.baurechtCol_L {
	width: 200px;
}
.baurechtCol_R {
	width: calc(100% - 200px);
hyphens: auto;
overflow-wrap: break-word
}

@media screen and (max-width: 1024px) {
	#baurechtRechts {
		width: 100%;
		float: none;
		padding-left: 6rem;
	}
}

@media screen and (max-width: 768px) {
	#baurechtRechts {padding-left: 2rem;}
	.baurechtCol_L, .baurechtCol_R {width: 100% !important;}
	.baurechtCol_L {margin-bottom: 0;}
}

#baurechtTree li.isnode.openleaf > a {display:inline-block !important;}/* --- --- *//* FooterCSS  */footer{color:#fff;}
footer a{color:white;}
footer .footer_green_cloumn > *{padding:20px 15px;}
footer .footer_green_cloumn > h3{margin:0}
footer .footer_green_cloumn{
	border-top:2px solid #329C67;
	margin: 0 6px;
}
.footer_flexbox:first-of-type > .footer_green_cloumn > *{
	border-bottom: 1px solid #329C67;
}
.footer_flexbox:first-of-type > .footer_green_cloumn{
	padding-bottom:112px
}
.footer_green_wrapper{
	max-width:1152px;
	margin:0 auto;
}
.footer_green_cloumn > .HoverPfeil > .Footer_facebook:after{
	content:'\f105';
	font-size: 30px;
	vertical-align: middle;
	margin-top:-6px
}
.footer_green_cloumn > .HoverPfeil > .Footer_instagramm:after{
	content:'';
	height: 25px;
	width: 25px;
	background-size:contain;
	background-image:url('/bilder/Instagram-logo.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top:-3px;
}
.footer_green{margin-top:100px; padding-top:71px; position:relative;padding-bottom: 20px;}
.footer_green > .footer_logo_container{
	width:100%;
	text-align:center;
	max-width:1440px;
	position: absolute;
	top:-100px;
	left:50%;
	transform:translateX(-50%);
	height:100px;
	background-color:#fff;
	padding-top:25px
}
.footer_gray{padding-top:71px;padding-bottom:47px}
.footer_gray a{
	font-family: iconfont;
	font-size:65px;
	width:50px;
	height: 50px;
	display:inline-block;
	margin:0 20px;
	font-weight:100;
}
.footer_gray a img{max-width:100%}

@media screen and (max-width:1024px){
	footer{margin-bottom:60px;}
	.footer_flexbox{flex-direction: column;padding:0 30px;}
	.footer_green_cloumn{	margin:0 !important;}
	.footer_flexbox:first-of-type > .footer_green_cloumn{border-top:none; padding-bottom:60px}
	.footer_flexbox:first-of-type > .footer_green_cloumn > h3{font-size:34px;}
	.HoverPfeil{position: relative; padding-right:50px !important;}
	.HoverPfeil > span::after{
		position: absolute;
		margin:0;
		right:20px;
	}
	.HoverPfeil:hover > span::after{right:0;}
	.HoverPfeil .Footer_facebook::after,.HoverPfeil .Footer_instagramm::after{bottom:20px;}
}
@media screen and (max-width: 600px) {.footer_flexbox:first-of-type > .footer_green_cloumn > h3{font-size:27px;}}/* --- --- *//* MainMenueCSS  *//* ---------- Allgemein ---------- */
#headerMainMenue {
	position: relative;
	margin-bottom: 60px;
}
#mainMenueWrapper {
	display: block;
	height: 80px;
	position: fixed;
	top: 60px;
	z-index: 3;
	max-width: 1440px;
	transition: top 500ms;
}
#mainMenue {
	background-color: white;
	height: 100%;
	position: relative;
	padding-left: 36px;
	padding-right: 60px;
	border-bottom: 3px solid #f4f3f3;
}

#mainMenueLogo, #mainMenueItems, #mainMenueIcons {height: calc(100% + 3px);}

#mainMenueLogo, #mainMenueItems, #mainMenueIcons, #mainMenueItems > li {
	display: inline-block;
	vertical-align: top;
}

/* ---------- Logo ---------- */
#mainMenueLogo {
	display: inline-flex;
	align-items: center;
	width: 130px;
	position: relative;
	z-index: 2;
}
#mainMenueLogo img {
	max-width: 100%;
}

/* ---------- Menüpunkte ---------- */
#mainMenueItems {
	list-style: none;
	margin: 0;
	padding-left: 16px;
}
#mainMenueItems > li {
	display: inline-flex;
	align-items: center;
	height: 100%;
	padding: 0 15px;
	border-bottom: 3px solid transparent;
	transition: border-color 400ms;
}
#mainMenueItems > li:hover {border-color: #008542;}
#mainMenueItems > li > a {color: inherit;}

#chkMainMenueSuche:checked ~ #mainMenue #mainMenueItems {pointer-events: none;}

/* ---------- Menü Lvl 2 ---------- */
.mainMenueLvl2 {
	position: absolute;
	width: 100%;
	height: 575px;
	left: 0;
	top: 80px;
	z-index: 1;
	background-color: #F4F3F3;
	opacity: 0;
	pointer-events: none;
	transition: 600ms;
	padding: 4.375rem 3.75rem;
}
#mainMenueItems > li:hover > .mainMenueLvl2 {
	opacity: 1;
	pointer-events: all;
}
#mainMenueLvl2Headline {margin: 0;}
.mainMenueItemsLvl2Col{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	height: 100%;
}
.mainMenueLvl2Headline {
	margin-top: 0;
	margin-bottom: 1.25rem;
	padding-left: 1.25rem;
}
.mainMenueItemsLvl2Wrapper {
	list-style: none;
	margin: 0;
	padding-left: 1.25rem;
	border-left: #C3DDCF 3px solid;
}
.mainMenueItemsLvl2Wrapper > li {
	margin-bottom: 0.625rem;
}
.mainMenueItemsLvl2Wrapper > li:first-of-type a {
	font-size: 1.5rem;
	color: inherit;
	font-weight: normal;
}
.mainMenueLvl2Close {
	position: absolute;
	bottom: 2.5rem;
	right: 3.75rem;
	cursor: pointer;
}
.mainMenueLvl2CloseIcon {
	font-family: iconfont;
	font-size: 34px;
	vertical-align: bottom;
	color: #008542;
}


/* ---------- Icons ---------- */
#mainMenueIcons {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
	margin-right: 210px;
}
#mainMenueIcons > li {
	height: 100%;
	display: inline-flex;
	align-items: center;
}
#mainMenueIcons a {
	width: 55px;
	text-align: center;
	font-family: iconfont;
	font-weight: normal;
	font-size: 28px;
	color: rgba(59, 48, 48, 0.3);
}
#mainMenueIcons a:hover {color: rgba(59, 48, 48, 0.15);}

/* ---------- Suche ---------- */
#chkMainMenueSuche {display: none;}
#mainMenueSucheWrapper {
	position: absolute;
	width: 200px;
	height: 53px;
	text-align: right;
	overflow: hidden;
	right: 60px;
	top: 12px;
	transition: width 1000ms;
}
#tbSucheAjax_mainMenue {
	width: 100%;
	height: 100%;
	color: rgba(59, 48, 48, 0.5);
	border: 3px solid #edecec  !important;
	border-radius: 2px  !important;
	background-color: white  !important;
}
#mainMenueSucheOn, #mainMenueSucheOff {
	display: inline-block;
	position: absolute;
	width: 34px;
	font-size: 34px;
	font-family: iconfont;
	color: #cac6c6;
	right: 8px;
	transition: 200ms;
}
#mainMenueSucheOn {top: 13px;}
#mainMenueSucheOff {top: -34px;}
#chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper {width: calc(100% - 36px - 130px - 16px - 60px);}
#chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper #mainMenueSucheOn {top: 100%;}
#chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper #mainMenueSucheOff {top: 13px;}

#mainMenueErgebnisseWrapper {
	display: none;
	background-color: white;
	max-height: 400px;
	overflow-y: auto;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0.625rem 0px;
}
#chkMainMenueSuche:checked ~ #mainMenueErgebnisseWrapper {
	display: block;
}
#ergebnisseSucheAjax_mainMenue {
	display: none;
	padding-bottom: 30px;
}
#ergebnisseSucheAjax_mainMenue .ergebnisSucheBeitrag {
	padding: 20px 0;
	border-bottom: 3px solid #edecec;
}
#ergebnisseSucheAjax_mainMenue .ergebnisSucheAjaxHeadline {
	margin-top: 0;
}

@media screen and (max-width: 1440px) {
	#mainMenueItems {padding-left: 5px;}
	#mainMenueItems > li {padding: 0 10px;}
	#mainMenueIcons a {width: 40px;}
	#chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper {width: calc(100% - 36px - 130px - 5px - 60px);}
}
@media screen and (max-width: 1240px) {
	#mainMenueLogo {width: 100px;}
	#mainMenueIcons {margin-right: 50px;}
	#tbSucheAjax_mainMenue {display: none;}
	#mainMenueSucheWrapper {width: 46px;}
	#chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper { width: calc(100% - 36px - 100px - 5px - 60px);}
	#chkMainMenueSuche:checked ~ #mainMenue #tbSucheAjax_mainMenue {display: block;}
	#mainMenueItems > li {padding: 0 8px;}
}
@media screen and (max-width: 1024px) {
	#mainMenueWrapper {display: none;}
	#headerMainMenue {margin-bottom: 30px;}
}
#main.menue_underline_1 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(1),
#main.menue_underline_2 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(2),
#main.menue_underline_3 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(3),
#main.menue_underline_4 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(4),
#main.menue_underline_5 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(5),
#main.menue_underline_6 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(6),
#main.menue_underline_7 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(7),
#main.menue_underline_8 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(8),
#main.menue_underline_9 noindex#mainMenueWrapper > #mainMenue > ul > li:nth-of-type(9)
{border-color: #008542 !important;}/* --- --- *//* MobileMenueCSS  */#MobileMenue input[type="checkbox"]{ display:none !important; }
@media screen and (min-width:1025px){#MobileMenue{ display:none !important; }}
@media screen and (max-width:1024px){
	#MobileMenue{
		display:block;
	}
}
#mobileMenueLogo{
	position: absolute;
	z-index: 3;
	height: 100%;
	padding: 8px 20px;
}
#menuOpendMenue{
	height: 60px;
	z-index: 2;
	transition:300ms;
	position: relative;
	background-image: linear-gradient(to bottom, #eee, #FFF 20%);
}
#MobileMenu_mobile_chk.mobileMenuChk:not(:checked) ~ #menuOpendMenue{opacity:0}
#MobileMenue{
	z-index:9999;
	background-color:#fff;
	position: fixed;
	z-index:1000;
	height:60px;
	bottom:0;
	box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, 0.15)
}
#MobileMenue li {
	list-style: none;
	padding:13px;
	border-bottom:1px solid rgba(0, 133, 66, 0.2);
	position:relative;
}
#MobileMenue li:after{	
	content:'\f107';
	position:absolute;
	right:20px;
	font-family:iconfont;
	transition:600ms;
	color:#008542;
	top: 50%;
	transform: translateY(-50%);
}
#MobileMenue li:hover::after{right:0;}
#MobileMenue ul {
	height: 0;
	position: fixed;
	bottom:191px;
	background-color:#fff;
	width:100%;
	right:-100%;
	transition: 600ms;
	margin:0;
	overflow:hidden;
	z-index:1;
}
#MobileMenue > label{
	display: inline-block;
	position: absolute;
	right: 59px;
	top: 50%;
	transform: translateY(-50%);
	color:#008542;
	font-weight: bolder;
	z-index:3;
}
#MobileMenue > #MobileMenu_kb_show_menu::before{content:'MENÜ';}
#MobileMenue > #MobileMenu_kb_show_menu::after{
	content:'\f112';
	font-family: iconfont;
	font-size:30px;
	margin-left:5px;
	vertical-align: bottom;
}
#MobileMenue > #MobileMenu_kb_hide_menu::before{content:'SCHLIESSEN';}
#MobileMenue > #MobileMenu_kb_hide_menu::after{
	content:'\f103';
	font-family: iconfont;
	font-size:30px;
	margin-left:5px;
	vertical-align: bottom;
}
@keyframes openMenue{
	from {bottom:0; height:0;}
	to {bottom:0; height:100%;}
}
@keyframes closeMenue{
	from {bottom:0; height:100%;}
	to {bottom:0; height:0;}
}
#MobileMenu_mobile_chk.mobileMenuChk:checked ~ #MobileMenu_kb_show_menu{display:none}
#MobileMenu_mobile_chk.mobileMenuChk:not(:checked) ~ #MobileMenu_kb_hide_menu{display:none}
#MobileMenu_mobile_chk.mobileMenuChk:checked ~ ul > li.isnode ul{
	height: calc(100% - 191px);
	overflow:auto;
	animation-name:openMenue;
	animation-duration:600ms;
	animation-iteration-count:1;
	padding:1.125rem 2.375rem 1.125rem 1.125rem;
}
#MobileMenu_mobile_chk.mobileMenuChk:not(:checked) ~ ul > li.isnode ul{
	animation-name: closeMenue;
	animation-duration:600ms;
	animation-iteration-count:1;
}
#MobileMenu > li.isnode > ul{right:0;}
#MobileMenu > li.isnode li{position:relative;}
#MobileMenu > li.isnode li.isnode > div{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}
#MobileMenu a{width:100%; display:inline-block;}
#MobileMenu > li.isnode li.isnode.openleaf > ul{right:0;}
#MobileMenu_mobile_chk.mobileMenuChk:checked ~ #MobileMenu > li.isnode > ul > li.isnode ul
{
	padding-top:0;
	margin-top:73px; 
	height:calc(100% - 73px - 191px);
}

@keyframes backButtonOpen{
	from {left:100%;}
	to {left:0;}
}
#MobileMenu li.isnode.openleaf{
	animation-name:backButtonOpen;
	animation-duration:600ms;
	animation-iteration-count:1;
}

#MobileMenu_mobile_chk.mobileMenuChk:checked ~ #MobileMenu li.isnode.openleaf{
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	background-color:#fff;
	height:75px;
}
#MobileMenue li.isnode.openleaf::after{display:none !important;}
#MobileMenue li.isnode.openleaf > a{display:none !important}

#MobileMenue div.trO {
	height:55px !important;
	top:18px !important;
	color:#008542;
	font-weight: bolder;
	padding: 13px;
	border-bottom: 1px solid rgba(0, 133, 66, 0.2);
	left: 1.125rem !important;
	width: calc(100% - 2.375rem - 16px) !important;
}
#MobileMenue div.trO::after{content:' ZURÜCK';}
#MobileMenue div.trO::before{
	content:'\f108';
	font-family: iconfont;
	vertical-align: bottom;
}
#MobileMenu > li.isnode > ul > li.isnode li:first-of-type > a{
	color:#000;
	font-weight:normal;
	font-size:1.5rem;
}

#MobileMenu_mobile_chk.mobileMenuChk:not(:checked) ~ #MobileMenueIcons{
	opacity: 0;
	pointer-events: none;
  transition-delay:0ms;
	transition:300ms
}

#MobileMenueIcons{
	transition-delay:300ms;
	transition: 400ms;
	position:fixed;
	width:100%;
	bottom:60px;
	left:0;
	z-index:1;
	text-align:center;
	background-color:#fff;
	padding-top:20px;
	padding-bottom:35px;
}
#MobileMenueIcons > .MobileMenueIcons > a{
	color:rgba(59, 48, 48, 0.3);
	font-family: iconfont;
	font-size: 1.8rem;
	margin: 0 15px
}
#SucheAjaxMobileMenue {
	width: 100%;
	border: 3px solid #edecec;
	cursor: pointer;
}
.SucheAjaxMobileMenueSuche_Container {
	width: calc(100% - (2 * 2.375rem));
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-top:15px
}
.SucheAjaxMobileMenueSuche_icons {
	font-family: iconfont;
	color: rgba(59, 48, 48, 0.3);
	font-size: 35px;
	position: absolute;
	top: -33px;
	right: 40px;
	line-height: 36px;
	transition:300ms;
	z-index:2;
	pointer-events:none;
	cursor:pointer;
}
#ErgebnisseSucheAjaxMobilMenue{
	display:none;
	overflow:hidden;
	transition:300ms;
	position: fixed;
	width: 100%;
	bottom: 195px;
	background-color: white;
	height: 0;
}
#SucheAjaxMobileMenue_active:checked ~ #MobileMenueIcons > 
.SucheAjaxMobileMenueSuche_Container > .SucheAjaxMobileMenueSuche_icons
{top:4px; pointer-events:all;}

#SucheAjaxMobileMenue_active:checked ~ #MobileMenueIcons > 
#ErgebnisseSucheAjaxMobilMenue
{height: calc(100% - 195px); overflow:auto;}

#ErgebnisseSucheAjaxMobilMenue > article.ergebnisSucheBeitrag{
	text-align: left;
	padding: 20px;
	border-bottom: 3px solid #edecec;	
}
#ErgebnisseSucheAjaxMobilMenue > article.ergebnisSucheBeitrag  > 
.ergebnisSucheAjaxHeadline{font-size:24px}/* --- --- */#main #MobileMenu_mobile_chk ~ ul > li.isnode > ul{
	animation-duration:0ms;
	transition:0ms;
}
#Telefon{

  background-image: url('/bilder/phone-icon.gif');
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
#Telefon::after{
  content:'';
  display: inline-block;
  width:29px;
}/* --- --- */#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;}
}/* --- --- */#reiterOben {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}
#chkReiterOben {display: none;}
#lblReiterOben {color: white;}
#lblReiterOben:hover ~ #reiterObenReiterWrapper {top: -43px;}

.reiterObenPfeil {
	font-family: iconfont;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
#lblReiterOben .reiterObenPfeil {transform: rotate(90deg);}

#reiterObenReiterWrapper {
	text-align: center;
	position: absolute;
	top: -58px;
	transition: top 500ms
}
#chkReiterOben:checked ~ #reiterObenReiterWrapper {top: 0;}

#reiterObenReiter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 58px;
	min-width: 250px;
	background-color: white;
	border-radius: 0 0 3px 3px;
	padding: 0 20px;
	color: inherit;
}
#chkReiterOben:checked ~ #reiterObenReiterWrapper #reiterObenReiter, #lblReiterOben:hover ~ #reiterObenReiterWrapper #reiterObenReiter {box-shadow: 0px 3px 0.3125rem 0.3125rem rgba(0, 0, 0, 0.1);}

#reiterObenClose {
	font-family: iconfont;
	display: inline-block;
	color: white;
	font-size: 32px;
	margin-left: 10px;
	position: absolute;
	top: 16px;
}

@media screen and (max-width: 1024px) {
	#reiterOben {height: 50px; margin-bottom: 0;}
	#reiterObenReiter {height: 40px;}
	#lblReiterOben:hover ~ #reiterObenReiterWrapper {top: -35px;}
	#chkReiterOben:checked ~ #reiterObenReiterWrapper {top: 0;}
	#reiterObenClose {
		font-size: 28px;
		margin-left: 5px;
		top: 10px;
	}
}/* --- --- */#streifenUnterMenueWrapper {
	height: 784px;
	position: absolute;
	top: 0;
	pointer-events: none;
}
#streifenUnterMenueWrapper::before, #streifenUnterMenueWrapper::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 5.3rem;
	height: 620px;
	background-color: #EAEAEA;
}
#streifenUnterMenueWrapper::before {
	left: 0;
}
#streifenUnterMenueWrapper::after {
	right: 0;
}
#streifenUnterMenue {
	height: 670px;
	margin-top: calc(60px + 80px);
	box-shadow: 0px -3px 5px 0px rgba(59, 48, 48, 0.07);
	position: absolute;
	width: calc(100% - 5.3rem - 5.3rem);
	left: 5.3rem;
	z-index: 1;
}


@media screen and (max-width: 1440px) {
	#streifenUnterMenueWrapper::before, #streifenUnterMenueWrapper::after {width: 3rem;}
	#streifenUnterMenue {
		width: calc(100% - 3rem - 3rem);
		left: 3rem;
	}
}
@media screen and (max-width: 1024px) {
	#streifenUnterMenueWrapper::before, #streifenUnterMenueWrapper::after {height: 450px;}
	#streifenUnterMenue {
		height: 480px;
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	#streifenUnterMenueWrapper {display: none;}
	#streifenUnterMenueWrapper::before, #streifenUnterMenueWrapper::after {width: 1rem;}
	#streifenUnterMenue {
		width: calc(100% - 1rem - 1rem);
		left: 1rem;
	}
}



/* ----- Reiter oben Anpassung ----- */
#reiterOben {background-color: #EAEAEA;}
#lblReiterOben {color: #A4ABA6;}
#reiterObenClose {color: #A4ABA6;}/* --- --- */.mainMenueLvl2 {
	transition: height 600ms, opacity 600ms, background-color 600ms;
	overflow:hidden;
	padding-top: 0;
	height: 0;
}
.mainMenueLvl2Headline {margin-top: 4.375rem;}
#mainMenueItems > li .mainMenueLvl2Close {display: none;}


#mainMenueItems > li:hover > .mainMenueLvl2 {
	height: 70px;
	overflow: hidden;
	opacity: 1;
	background-color:rgba(244, 243, 243, 0.8)
}
#mainMenueItems > input:checked + li > .mainMenueLvl2 {
	background-color:#f4f3f3;
	opacity:1;
	pointer-events: all;
	z-index:2;
	height: 575px;
}
#mainMenueItems > input:checked + li {
  border-color: #008542;
}
#mainMenueLogo{z-index:3;}

#mainMenueItems > li {
	display: inline-block;
  	padding: 0 12px;
}
#mainMenueItems > li > label {
	height: 100%;
	display: inline-flex;
	align-items: center;
	position: relative;
}
.lblHideMenue {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}

#mainMenueItems > input:checked + li .lblHideMenue {
	display: block;
}
#mainMenueItems > input:checked + li .mainMenueLvl2Close {display: block;}
#rad_menueHide:not(:checked) + label.lblHideMenue{
	position: fixed;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;
	cursor:auto;
}
#mainMenueItems > li > .mainMenueLvl2 > label:nth-child(1) {
	content: '\f100';
	position: absolute;
	left: 50%;
	bottom: 21px;
	font-family: iconfont;
	font-size: 30px;
	color: #008542;
	transform: translateX(-50%);
	transition:500ms;
}
#mainMenueItems > li:nth-of-type(3):hover {
  border-color: #dc312a;
}

#mainMenueItems > li:nth-of-type(4):hover {
  border-color: #e6007e;
}

#mainMenueItems > li > .mainMenueLvl2 > label:nth-child(1) > label{
	bottom:0;
	left:0;
}

#mainMenueItems > input:checked + li > .mainMenueLvl2 > label:nth-child(1){
	transform: translateX(-50%) rotateZ(180deg);
}
@media screen and (min-width: 1241px){
	#mainMenueIcons{margin-right: 180px;}
	#mainMenueSucheWrapper{width: 175px;}
}
@media screen and (max-width:1440px){
  #mainMenueSucheWrapper {width: 130px;}
  #mainMenueIcons a {width: 40px;}
  #mainMenueIcons {margin-right: 146px;}
  #chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper
  {width: calc(100% - 235px) !important;}
}
@media screen and (max-width:1240px){
  #mainMenue {padding-right: 25px;}
  #mainMenueSucheWrapper {right: 24px;}
  #mainMenueLogo {width: 80px !important;}
  #mainMenue {padding-left: 25px;}
  #mainMenueSucheWrapper {right: 13px;}
  #mainMenueIcons a {width: 35px;}
  #mainMenueIcons {margin-right: 36px;}
  #mainMenueSucheOn {top: 11px;}
  #mainMenueSucheWrapper {top: 15px;}
  
  #chkMainMenueSuche:checked ~ #mainMenue #mainMenueSucheWrapper
  {width: calc(100% - 130px) !important;}
}


/* Icons Anpassung - Timon - 231221 */
@media (max-width: 1280px) {
	#mainMenueItems > li {padding: 0 6px;}
}

.mainMenueItemsLvl2Wrapper > li:first-of-type a.HoverPfeil > span {
    font-size: 1.125rem;
}/* --- --- */