/* css zu home *//* 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;}}/* --- --- *//* Kontakt_Allgemein_2CSS  */.contact_form input[type="textbox"],.contact_form textarea{width:100%;}

.contact_form textarea{resize:none;}
.contact_form input[type="checkbox"] + label{display:none;}
.contact_form input[type="checkbox"] + label + label::before{
	content:'\f110';
	border:2px solid #8f8f9d;
	font-family:iconfont;
	color:#ffffff;
	display:inline-block;
	width:10px;
	height:10px;
	margin-right:10px;
	transition:300ms;
	vertical-align: middle;
	line-height: 9px;
	font-size: 11px;
	border-radius: 3px;
	margin-bottom:3px;
}
.contact_form input[type="checkbox"]:checked + label + label::before{
	background-color:#008542;
	border-color:#008542;
}
.contact_captcha > div{
	display:flex;
	flex-direction:row;
}
.contact_captcha > div > input{
	flex-grow:1;
	margin-left:20px;
}
.contanct_submit{
	min-width:50%;
	font-size:1.5rem !important;
}
/*
------------------------------------------------------------------------------
*********************************** SELECT ***********************************
------------------------------------------------------------------------------
*/
.contact_select{
	display:inline-block;
	width:100%;
	height:45px;
	position:relative;
	background-image:linear-gradient(to top, rgba(216, 216, 215, 0.6) 0%, transparent 100%);
	background-color:#f4f3f3;
	border-radius:3px;
}
.contact_select > * {
	font-weight: bolder;
	font-size: 1.5rem;
	line-height: 2.125rem;
}
#contact_SelectLabelOpen {width:100%; padding:5px 20px; display: block;}
.contact_select > #contact_dropdown {
	position:absolute;
	display:inline-block;
	width: 100%;
	top: 100%;
	background-color: #f4f3f3;
	box-shadow: 3px 3px 2px 2px rgba(59, 48, 48, 0.07);
	border-radius: 3px;
	left:0;
	padding-left:20px;
	display: none;
	z-index: 1;
}
.contact_select > #contact_dropdown > div > label{
	display:block;
	height:37px;
	padding:1.6px 1.6px 1.6px 8px;
}
.contact_select > #contact_dropdown > div > label:hover {
  color: #008542;
}
.contact_select input[type="radio"] {display:none;}

#contactChkSelectOpen {display: none;}
#contactChkSelectOpen:checked ~ form #contact_dropdown {
	display: block;
}

.contact_select::after{
	content:"\f100";
	position:absolute;
	font-family:'iconfont';
	right:20px;
	top:50%;
	transform:translateY(-50%);
	color:#008542;
	transition:300ms;
	pointer-events:none;
}
#contactChkSelectOpen:checked ~ form .contact_select::after
{transform:rotate(180deg) translateY(50%);}
/*
SELECT STRUKTUR
<div>
	<input name="contact_selectOpend" type="radio" id="contact_selectClose" class="radio_none" checked>
	<input name="contact_selectOpend" type="radio" id="contact_selectOpen" class="radio_none">
	<div class="contact_select">
		<label class="contact_SelectLabelOpen" for="contact_selectOpen">Bitte eingeben</label>
		<label class="contact_SelectLabelclose" for="contact_selectClose">Bitte eingeben</label>
		<label for="contact_selectClose" id="contact_dropdown">
			----------------------------------------------------------- SELECT OPTION -----------------------------------------------------------
			<div>
				{%rbh_thema[value=[Name]#legend=[Name]]%}
				<input name="contact_selectOpend" type="radio" id="contact_selectOpen[Reihung]" class="radio_none">
				<label class="contact_SelectLabelclose" for="contact_selectClose">[Name]</label>
				<label class="contact_SelectLabelOpen" for="contact_selectOpen[Reihung]">[Name]</label>
			</div>
			-------------------------------------------------------------------------------------------------------------------------------------
		</label>
	</div>
</div>


*//* --- --- *//* mainMenu_241219CSS  */#sliderUnterMenueWrapper  {
    margin-top: -60px !important;
}

@media (max-width: 1024px) {
    #mainMenueWrapper {
        margin-top: -50px !important;
    }
}



@media (min-width: 1025px) {
    #mainMenueSliderWrapper {
		margin-top: -60px !important;
	}
}



/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* ------------------------------ 3 - mainMenu_241219CSS ------------------------------ */
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
.menuOhneSliderBM {margin-bottom: 140px;}

@media (max-width: 1024px) {
	.menuOhneSliderBM {
		margin-bottom: 30px;
	}
}

#mainMenueWrapper {
	display: block;
	height: 80px;
	position: fixed;
	top: 0px;
	z-index: 3;
	max-width: 1440px;
	transition: top 500ms;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#mainMenue {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    background-color: white;
	height: 100%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 3px solid #f4f3f3;
}

#mainMenueLogo, #mainMenueItemsWrapper, #mainMenueWappen {
    height: calc(100% + 3px);
}


@media (max-width: 1024px) {
    #mainMenueWrapper {
        display: none;
    }
}


/* Logo */
#mainMenueLogo {
    width: 250px;
    position: relative;
    z-index: 3;
    padding-top: 20px;
}

@media (min-width: 1271px) {
    #chkMainMenueSuche:checked ~ #mainMenue #mainMenueLogo {
        padding: 6px 0;
    }

    #chkMainMenueSuche:checked ~ #mainMenue #mainMenueLogo img {
        max-height: 100%;
    }
}

@media (max-width: 1270px) {
    #mainMenueLogo {
        width: 150px;
        padding-top: 6px;
    }

	#mainMenueLogo img {
		margin-top: 21px;
	}
}


/* Menüpunkte */
#mainMenueItemsWrapper {
    width: calc(100% - 250px - 50px);
    padding: 0 10px;
}

#mainMenueItemsOben, #mainMenueItemsUnten {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    list-style: none;
    margin: 0;
    padding-left: 0;
    height: 50%;
}

#mainMenueItemsUnten > li {
	height: 100%;
	padding: 0 15px;
	border-bottom: 3px solid transparent;
	transition: border-color 400ms;
}

#mainMenueItemsUnten > li > label {
	height: 100%;
	display: inline-flex;
	align-items: start;
	position: relative;
}

#mainMenueItemsUnten > li:hover {
	border-color: #008542;
}

#mainMenueItemsUnten > li > a {
	color: inherit;
}

.lblHideMenue {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}

#rad_menueHide:not(:checked) + label.lblHideMenue {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	cursor: auto;
}

#mainMenueItemsUnten > input:checked + li .lblHideMenue {
	display: block;
}

#mainMenueItemsUnten > 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;
}

#mainMenueItemsUnten > li > .mainMenueLvl2 > label:nth-child(1) > label{
	bottom:0;
	left:0;
}

#mainMenueItemsUnten > input:checked + li > .mainMenueLvl2 > label:nth-child(1){
	transform: translateX(-50%) rotateZ(180deg);
}

.mainMenueWillHaben a, .mainMenueWillHaben img {
    display: block;
}

.mainMenueWillHaben a {
    height: 100%;
    padding-top: 5px;
}

.mainMenueWillHaben img {
    height: 80%;
}


#mainMenueWappen {
    display: flex;
    align-items: center;
    width: 50px;
}

@media (max-width: 1270px) {
    #mainMenueItemsWrapper {
        width: calc(100% - 150px - 50px);
        padding: 0 5px;
    }
}


/* ---------- Menü Lvl 2 ---------- */
.mainMenueLvl2 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 80px;
	z-index: 1;
	background-color: #F4F3F3;
	opacity: 0;
	pointer-events: none;
	padding: 4.375rem 3.75rem;
	transition: height 600ms, opacity 600ms, background-color 600ms;
	overflow:hidden;
	padding-top: 0;
	height: 0;
}

#mainMenueItemsUnten > li:hover > .mainMenueLvl2 {
	pointer-events: all;
	height: 70px;
	overflow: hidden;
	opacity: 1;
	background-color:rgba(244, 243, 243, 0.8)
}

#mainMenueItemsUnten > input:checked + li {
  border-color: #008542;
}

#mainMenueItemsUnten > input:checked + li > .mainMenueLvl2 {
	background-color:#f4f3f3;
	opacity:1;
	pointer-events: all;
	z-index:2;
	height: 575px;
}

#mainMenueLvl2Headline {
	margin: 0;
}

.mainMenueItemsLvl2Col{
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	height: 100%;
}

.mainMenueLvl2Headline {
	margin-top: 4.375rem;
	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 {
	display: none;
	position: absolute;
	bottom: 2.5rem;
	right: 3.75rem;
	cursor: pointer;
}

#mainMenueItemsUnten > input:checked + li .mainMenueLvl2Close {
	display: block;
}

.mainMenueLvl2CloseIcon {
	font-family: iconfont;
	font-size: 34px;
	vertical-align: bottom;
	color: #008542;
}


/* ---------- Mobile ---------- */

#MobileMenu a[href*="willhaben"] {
  content: url("/bilder/willhaben.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 75px;
}

#MobileMenu > li > ul > li:last-of-type {
  border: 0;
  padding-left: 8px;
}

#MobileMenu > li > ul > li:last-of-type::after {
  display: none;
}


/* Suche */
#mainMenueSucheWrapper {
    width: 230px;
    overflow: hidden;
    position: relative;
    bottom: 2px;
    margin: 0 10px;
}

#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;
    padding: 0 5px;
}

#mainMenueBtnSucheAjax {
    display: inline-block;
    position: absolute;
    width: 34px;
    font-size: 34px;
    font-family: iconfont;
    color: #cac6c6;
    top: 1px;
    right: 3px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    font-weight: normal;
    padding: 0;
}


#mainMenueErgebnisseWrapper {
	display: none;
	background-color: white;
	max-height: 400px;
	overflow-y: auto;
    scrollbar-width: thin;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0.625rem 0px;
    position: relative;
    z-index: 2;
}

#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;
}


#mainMenueSucheClose {
    position: absolute;
    top: 24px;
    right: 20px;
}

#mainMenueSucheClose::after {
    content: '\f103';
    display:block;
    font-family: iconfont;
    font-size: 30px;
}


@media (max-width: 1270px) {
    #mainMenueSucheWrapper {
        width: 120px;
    }
}




/* Menü Oben */
#mainMenueItemsOben > li {
    height: 100%;
    padding: 0 15px;
    display: flex;
    align-items: end;
}

.mainMenueObenHome {
    vertical-align: top;
    margin-right: 5px;
}

.mainMenueObenAbstand{
    width: 243px;
}

@media (max-width: 1270px) {
    .mainMenueObenAbstand{
        width: 142px;
    }

    #mainMenueItemsOben > li {
        padding: 0 12px;
    }
}/* --- --- *//* MainMenueSlider_V2_CSS  */#mainMenueSliderWrapper {
	position: relative;
	margin-top: calc(-80px - 60px);
	height: 46.7vw;
	max-height: 680px;
	min-height: 450px;
}

.mainMenueSliderRad {
	display: none;
}

#mainMenueSliderNewsWrapper {
	overflow: hidden;
	position: relative;
	height: 100%;
}

#mainMenueSliderAllNews {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	position: relative;
	transition: left 300ms ease-in-out;
	cursor: grab;
	height: 100%;
}

.mainMenueSliderSlide {
	overflow: hidden;
	height: 100%;
	padding-top: 140px;
	position: relative;
}


.mainMenueSliderSlide img {
	pointer-events: none;
	display: block;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 768px) {
	#mainMenueSliderWrapper {
		height: unset;
		max-height: unset;
		min-height: unset;
	}
}



/* ---------- Hintergrund ---------- */
.mainMenueSliderBackgroundWrapper, .mainMenueSliderBackgroundPic, .mainMenueSliderBackgroundFilter, .mainMenueSliderPic, .mainMenueSliderTextWrapper, .mainMenueSliderBackgroundFilter::after {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.mainMenueSliderBackgroundPic, .mainMenueSliderBackgroundFilter, .mainMenueSliderPic, .mainMenueSliderTextWrapper, .mainMenueSliderBackgroundFilter::after {
	height: 100%;
}

.mainMenueSliderBackgroundWrapper {
	height: calc(100% - 35px);
}

.mainMenueSliderBackgroundFilter {
	background-color: rgba(0, 0, 0, 0.5);
}

.mainMenueSliderBackgroundFilter::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	backdrop-filter: blur(5px);
	pointer-events: none;
}

@media (max-width: 768px) {
	.mainMenueSliderBackgroundWrapper {
		height: 415px;
	}
}

@media (max-width: 600px) {
	.mainMenueSliderBackgroundWrapper {
		height: 315px;
	}
}


/* ---------- Inhalt ---------- */
.mainMenueSliderContent {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.mainMenueSliderTextWrapper {
	background-image: linear-gradient(153deg, transparent, rgba(0, 0, 0, 0.8));
  	padding: 3.5rem 1.5rem;
	color: white;
	text-align: right;
	
}

.mainMenueSliderTextWrapper a {
	color: white;
}

.mainMenueSliderText {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 620px;
}

.mainMenueSliderTextHeadline, .mainMenueSliderTextVorschau,
.mainMenueSliderTextMobilHeadline, .mainMenueSliderTextMobilVorschau {
	margin-bottom: 1.5rem;
}


.mainMenueSliderTextLinkWrapper a,
.mainMenueSliderTextMobilLinkWrapper a {
	padding-right: 40px;
	position: relative;
}

.mainMenueSliderTextLinkWrapper a::after,
.mainMenueSliderTextMobilLinkWrapper a::after {
	content: '\f107';
	font-family: iconfont;
	position: absolute;
	right: 8px;
	top: -2px;
	transition: right 300ms;
}

.mainMenueSliderTextLinkWrapper a:hover::after,
.mainMenueSliderTextMobilLinkWrapper a:hover::after {
	right: 0;
}

.mainMenueSliderTextMobil {
	display: none;
	margin-top: 30px;
}




@media (max-width: 1240px) {
	.mainMenueSliderTextWrapper {
		padding-top: 2rem;
	}
}

@media (max-width: 768px) {
	.mainMenueSliderContent {
		height: 310px;
	}

	.mainMenueSliderText {
		display: none;
	}

	.mainMenueSliderTextMobil {
		display: block;
	}
}

@media (max-width: 600px) {
	.mainMenueSliderContent {
		height: 210px;
	}
}



/* ---------- Labels ---------- */
#mainMenueSliderLblWrapper {
	position: absolute;
	right: calc(5.3rem + 3.75rem);
	bottom: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 10px;
}

.mainMenueSliderPrev::after, .mainMenueSliderNext::after {
	display: inline-block;
	vertical-align: top;
	font-family: iconfont;
	content: '\f107';
	color: white;
	font-size: 25px;
}

.mainMenueSliderPrev::after {
	transform: rotate(180deg);
	margin-top: 2px;
}

.mainMenueSliderLbl {
	width: 18px;
	height: 18px;
	border-radius: 9px;
	background-color: rgba(255, 255, 255, .2);
	position: relative;
}

.mainMenueSliderLbl::after {
	display: none;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #fff;
	position: absolute;
	top: calc(50% - 4px);
	left: calc(50% - 4px);
}

.mainMenueSliderLbl:first-of-type, .mainMenueSliderLbl:last-of-type {
	display: none;
}

@media (max-width: 1024px) {
	#mainMenueSliderLblWrapper {
		right: calc(3rem + 1.5rem);
	}
}

@media (max-width: 768px) {
	#mainMenueSliderLblWrapper {
		top: 400px;
		bottom: unset;
		right: 3rem;
	}
}

@media (max-width: 600px) {
	#mainMenueSliderLblWrapper {
		top: 300px;
	}
}/* --- --- *//* 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}/* --- --- */#contact_selectClose_sel + label{display:none !important;}
.contact_captcha input {max-width:240px;}
.border_green{ border: 3px solid #CCE7D9; }
@media screen and (max-width:1024px) {.col34_1024{padding-right:0;}}
@media screen and (max-width:1024px) and (min-width:768px){.col34_1024{width:74.5%;}}
@media screen and (max-width:768px) {
	.contact_captcha > div{flex-direction:column;}
	.contact_captcha > div > input{margin-left:0; width:100%;}
}/* --- --- */#content_10111 {
	display: none;
}

.mgbottom {
	min-height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 378px) {
	.mgbottom {
		min-height: 0px;
	}
}

@media screen and (max-width: 1024px) {
	.mgbottom {
		min-height: 44px;
	}	
}/* --- --- */#main #MobileMenu_mobile_chk ~ ul > li.isnode > ul{
	animation-duration:0ms;
	transition:0ms;
}/* --- --- */.listContainer > div{
	border-bottom:2px solid #000000;
	margin-bottom:5px;
}
.listContainer > div:last-child{border-bottom:none;}/* --- --- */.NewsListe3SpaltenWrapper > div > div{max-width:390px;}
.NewsListe3SpaltenWrapper, .NewsListe3SpaltenWrapper > div {justify-content:center;}/* --- --- */.TextLinksBildRechts_pic > img{
	object-fit:contain;
	height:100%;
}
div.TextLinksBildRechtsBox {overflow:hidden;}
div.TextLinksBildRechtsBox:nth-of-type(2n-1) div:nth-of-type(1) {float:right}

@media screen and (max-width:768px){
	.TextLinksBildRechtsBox{flex-direction:column;}
	.TextLinksBildRechts_pic{padding:0;}
}/* --- --- */