/* css zu access *//* BannerSliderCSS  *//* ------------------------------------------------------------- */
/* -------------------- 1 - BannerSliderCSS -------------------- */
/* ------------------------------------------------------------- */
#newsSliderWrapper {
	position: relative;
	height: 52vw;
	max-height: 780px;
	min-height: 440px;
}

.newsSliderRad {
	display: none;
}

#newsSliderNewsWrapper {
	overflow: hidden;
	position: relative;
	height: 100%;
}

#newsSliderAllNews {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	position: relative;
	transition: left 300ms ease-in-out;
	cursor: grab;
	height: 100%;
}

.newsSliderNews {
	overflow: hidden;
	height: 100%;
	position: relative;
}


.newsSliderNewsPic {
	pointer-events: none;
	display: block;
	object-fit: cover;
	object-position: center;
    width: 100%;
	height: 100%;
	filter: brightness(0.6);
}


/* ---------- Inhalt ---------- */
.newsSliderContent {
	height: 100%;
    width: 100%;
	overflow: hidden;
	position: relative;
    color: white;
    text-align: left;
}

.newsSliderTextWrapper {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	width: 66.66%;
	height: 100%;
	top: 0;
	left: 0;
	align-items: center;
}

.sliderLink {
	font-size: 100% !important;
}

@media (max-width: 1240px) {
	.newsSliderTextWrapper {
		font-size: 17px;
	}
}

@media (max-width: 1024px) {
	.newsSliderTextWrapper {
		width: 100%;
	}

	.newsSliderTextWrapper {
		font-size: 15px;
	}
}


@media (max-width: 600px) {
	.newsSliderNewsKurztext {
		display: none;
	}
}



/* ---------- Labels ---------- */
#newsSliderLblWrapper {
	position: absolute;
	bottom: 30px;
    font-size: 80%;
	text-align: right;
	z-index: 1;
	right: 0;
}

#whatSlide {
	display: inline-block;
	vertical-align: middle;
    font-size: 80%;
	line-height: 100%;
	margin: 0 var(--abstand_9);
}

.lblRad {
    display: none;
    color: #aeaeae;
}

#sliderPrev, #sliderNext {
    color: #fff !important;
}

.newsSliderPrev, .newsSliderNext {
	vertical-align: middle;
}

/*
.lblRad:first-of-type, .lblRad:last-of-type {
	display: none;
}
*/


#newsSliderToAnkerWrapper {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}


@media (max-width: 1024px) {
	#newsSliderLblWrapper {
		text-align: center;
		bottom: 70px;
		width: 100%;
	}
}/* --- --- *//* MainMenueCSS  *//* --------------------------------------------------------- */
/* -------------------- 303 - MainMenue -------------------- */
/* --------------------------------------------------------- */

#headerLogoWrapper {
	position: relative;
	top: 54px;
}

#HeaderContentWrapper {
	width: 100%;
}

#headerLogo {
	width: 260px;
	height: 40px;
	position: relative;
}

#headerLogoOutside {
	max-width: 230px;
  	width: 100%;
}

a[href="0"] {
	pointer-events: none;
	cursor: default;
}

@media (min-width: 1025px) {

	#HeaderWrapper {
		width: 100%;
	}

	#mainMenue_mobile_chk, #menue_mobile_chk, #topMenue_mobile_chk, #mainMenue_kb_show_menu, #mainMenue_kb_hide_menu, #topMenue_kb_show_menu, #topMenue_kb_hide_menu, #menue_kb_show_menu, #menue_kb_hide_menu,
	#mainMenue > li > ul, #mainMenue > .closeleaf > ul, #mainMenue > .openleaf > ul > li > div
	{display: none;}

	#mainMenueWrapper, #topMenue, #headerMainMenue {
		display: flex; justify-content: space-between;
	}
	
	#headerLogo, #mainMenue, #mainMenue li.isnode > div, #mainMenue li.isnode > div::after {display: inline-flex}

	#mainMenue, #mainMenueWrapper {width: 100%; position: relative;}

	#mainManueWrapper {
		position: relative;
	}

	#mainMenue, #topMenue {justify-content: end;}

	#mainMenue .openleaf > ul > li.isnode > ul {padding: 0;}

	.isnode > ul > li > a:not([href="0"]) {
		color: black !important;
	}

	#mainMenue li.isnode:not(#mainMenue > li > ul > li.isnode) > div {
		color: var(--green);
		border-bottom: 2px solid var(--green);
		border-right: 2px solid var(--green);
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
		order: 1;
		transition: 250ms all;
	}

	#mainMenue > li.isnode > ul > li > a {
		color: var(--green) !important;
	}

	#mainMenue > .isnode:hover:not(#mainMenue > li > ul > li.isnode) > ul {
		display: flex !important;
		position: absolute;
		background-color: var(--white);
		left: 0;
		top: 5.1rem;
		width: 100%;
		column-gap: 1.8rem;
		justify-content: left;
		width: 100%;
		padding: 1.8rem;
		margin: 0 auto;
		flex-wrap: wrap;
		z-index: 2;
	}

	#mainMenue > .openleaf > ul > li {
		width: calc(25% - 1.8rem * 3 / 4);
	}

	#mainMenue > .openleaf > ul > li > a {
		color: var(--green);
		font-family: var(--bold);
		font-size: 120%;
	}

    #mainMenue > .isnode > ul > .isnode > div {
        display: none;
    } 

	#mainMenue > .isnode > ul > li {
		width: calc(25% - 1.8rem);
		padding: 0px 0.9rem 2.4rem 0.9rem;
	}

	#mainMenueWrapper .isnode > ul > li > ul > li > a {
		font-size: 15px;
	}

	#mainMenueWrapper .isnode > ul > li > ul > li {
		border-bottom: 1px solid #f3f3f3;
		padding: 6px 0px;
	}

	#mainMenueWrapper #mainMenue > .openleaf > ul > li > ul > li {
		border-bottom: 1px solid #f3f3f3;
		padding: 10px 0px;
	}

	#mainMenue > li > a {
		text-decoration: none;
		color: #181818;
		font-size: 15px;
		font-family: var(--bold);
	}

	#mainMenue > li,
	#topMenue > li {
		padding: 0px 20px;
		padding-bottom: 0px;
		padding-bottom: 20px;
	}

	#headerMainMenue {
		align-items: center;
	}

	#mainMenue > li {
		display: grid;
		grid-template-columns: auto auto;
		gap: 10px;
		align-items: center;
	}

	#mainMenue {font-family: Hanken Grotesk Bold; margin-bottom: 0; right: -30px; position: static;}
	#topMenue {font-size: 60%; font-family: var(--semibold); right: -0px;}
	#topMenue li a {color: #181818 !important; opacity: 0.5;}



	#menue_kb_show_menu, #menue_kb_hide_menu {
		width: 28px;
		height: 28px;
		align-items: center;
	}

	#menuOpen, #menuOpen::before, #menuOpen::after, #menuClose, #menuClose::after {
		width: 100%;
		height: 3px;
		background-color: var(--green);
		border-radius: 25%;
	}

	#menuOpen::before, #menuOpen::after, #menuClose::after {content: ""; position: absolute;}
	#menuOpen::before {top: -8px} #menuOpen::after {top: 8px}

	#menuClose {transform: rotate(-45deg);}
	#menuClose::after {transform: rotate(90deg);}

	#mainMenueWrapper .isnode > ul {
		padding-left: 0;
		margin-top: 10px;
	}

	#mainMenue li.isnode:not(#mainMenue > li > ul > li.isnode):hover > div {
		transform: rotate(225deg);
		transition: 250ms all;
		cursor: pointer;
	}
}

/* Mobile Menue */
@media screen and (max-width: 1024px) {
	#mainMenueWrapper a {
		color: black;
		font-family: var(--semibold);
	}

	#menue_mobile_chk:checked ~ #lblheaderSeitenreiterHideBereich {
		display: block;
		position: absolute;
		width: 100vw;
		height: 100vh;
		right: 0;
		top: 0;
		z-index: 1;
	}

	#headerMainMenue {
		height: 105px;
	}

    #headerLogoWrapper {
        position: relative;
        top: 30px;
    }

	#headerLogo {
		margin: 1.8rem 0px;
		max-width: 230px;
		background-repeat: no-repeat;
	}

	/* Hidden Things */
	#mainMenueWrapper #mainMenue_mobile_chk, #topMenue_mobile_chk, #menue_mobile_chk {
		display: none;
	}

	/* Open Label */
	#menue_kb_show_menu {
		background-image: url('/bilder/header/openMenuGreen.gif');
		width: 40px;
		height: 32px;
		margin-top: 33px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		float: right;
	}

	/* Close Label */
	#mainMenueWrapper #menue_kb_hide_menu {
		display: inline-block;
		width: 15px;
		height: 15px;
		position: absolute;
		right: 18px;
		top: 23px;
		z-index: 15;
	}

	/* First diagonal */
	#mainMenueWrapper #menue_kb_hide_menu::before,
	#mainMenueWrapper #menue_kb_hide_menu::after {
		content: "";
		position: absolute;
		top: 50%;
		left: -2px;
		width: 20px;
		height: 2px;
		background: var(--green);
		transform-origin: center;
	}

	#mainMenueWrapper #menue_kb_hide_menu::before {
		transform: translateY(-50%) rotate(45deg);
	}

	#mainMenueWrapper #menue_kb_hide_menu::after {
		transform: translateY(-50%) rotate(-45deg);
	}


	/* Erster Layer */
	#mainMenueWrapper , #mainMenueWrapper li.openleaf {
        display: none;
		position: fixed;
		width: 100%;
		max-width: 350px;
		height: 100%;
		z-index: 2;
		overflow-y: auto;
		scrollbar-width: thin;
		right: -350px;
		top: 0;
		background-color: var(--white);
		padding-left: 1.8rem;
  		padding-right: 1.8rem;
		transition: right 0.6s ease-in-out;
		border-left: 1px solid #aeaeae;
	}

	#mainMenueWrapper {
        display: block;
        z-index: 15;
	}

    #mainMenueWrapper li.openleaf {
        padding: 0px 20px !important;
    }

	#menue_mobile_chk:checked ~ #mainMenueWrapper li.openleaf {
		right: 0;
		top: 0;
		padding-top: 0;
		display: block;
	}

	#mainMenueWrapper li.openleaf, #mainMenueWrapper li.openleaf > ul, #mainMenueWrapper li.openleaf > ul > li.isnode {
		display: block !important;
        transition: right 0.6s ease-in-out;
	}

    #mainMenueWrapper li.openleaf > ul {
        padding-left: 0;
		margin-top: 3.6rem;
    }

	/* Display if it's checked */
	#menue_mobile_chk:checked ~ #mainMenueWrapper {
		right: 0;
		transition: right 0.6s ease-in-out;
	}

	#mainMenueWrapper #mainMenue {
		padding-left: 0;
		margin-top: 3.6rem; 
	}

	/* Erste layer links */
	#mainMenue > .isnode > a {
		pointer-events: none;
		cursor: default;
	}
	
	#mainMenueWrapper .isnode {
		/* display: flex; */
		width: 100%;
		padding: 0.9rem 0px;
		border-bottom: 1px solid #d1d1d1;
		color: #0a0a0a;
    	justify-content: space-between;
		position: relative;
	} 

	#mainMenueWrapper li.isnode:not(#mainMenueWrapper #mainMenue > li.isnode), 
    #mainMenueWrapper li.closeleaf > ul,
    #mainMenueWrapper li.isnode > ul {
		display: none;
	}

	#mainMenueWrapper .isnode > div {
		display: inline-block;
		width: 100%;
		height: 50%;
		position: absolute;
		cursor: pointer;
	}

	#mainMenueWrapper .isnode > div::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 7px;
		transform: translateY(-50%) rotate(45deg);
		width: 12px;
		height: 12px;
		border-top: 3px solid var(--green);
		border-right: 3px solid var(--green);
		background: transparent;
	}


	#mainMenueWrapper .openleaf > div {
		position: absolute;
		top: 20px;
    	left: 7%;
		width: 20px;
		height: 20px;
	}

	#mainMenueWrapper .openleaf > div::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 7px;
		transform: translateY(-50%) rotate(-135deg);
		width: 10px;
		height: 10px;
		border-top: 2px solid var(--green);
		border-right: 2px solid var(--green);
		background: transparent;
	}

	#mainMenueWrapper .isnode > a, #topMenue > li > a {
		color: black;
		font-family: var(--semibold);
	}



	/* Second Layer */
	#mainMenueWrapper .openleaf {
		display: block;
		width: 100%;
		padding: 0.9rem 0px;
		border-bottom: 1px solid #d1d1d1;
		color: #0a0a0a;
	}

	/* Remove Sub Header */
	#mainMenueWrapper #mainMenue > li.isnode > ul > li.openleaf > a {
		display: none;
	}

	/* Make Outer Header visible */
	#mainMenueWrapper #mainMenue > li.openleaf > a {
		position: absolute;
		z-index: 10;
		top: 17px;
		right: 40%;
		opacity: 0.5;
		font-size: 60%;
		text-transform: uppercase;
	}



	/* Third Layer */
	#mainMenueWrapper li:not(.isnode) {
		padding: calc(.9rem + 1px) 0px;
	} 

	#mainMenueWrapper #mainMenue > li.openleaf > ul > li.openleaf {
		padding: 20px;
		padding-top: 0;
	}

	#headerLogoWrapperOutside {
		width: calc(100% - 50px);
		max-width: 230px;
		margin: 1.4rem 0px;
	}

	/* Top Menu */
	#topMenue {
		padding-left: 0;
	}

	#topMenue > li {
		padding-bottom: 10px !important;
		text-transform: none;
		opacity: 0.5;
		font-size: 19px;
	}
}

@media screen and (max-width: 768px) {
   	#menue_kb_show_menu {
		width: 28px;
		height: 21px;
		margin-top: 41px;
  	}
	#headerLogoOutside {
		max-width: 160px;
	}
}

@media screen and (max-width: 500px) {
	#menue_mobile_chk:checked ~ #mainMenueWrapper, #mainMenueWrapper li.openleaf {
		max-width: 100%;
	}
	
	#mainMenueWrapper .openleaf > div::before {
		left: 7px;
	}
	
	#mainMenueWrapper .openleaf > div {
		left: 14px;
	}
}



/* transperancy support */
#main {
	position: relative;
}

.TransparentHeader {
	background-color: transparent;
	position: absolute;
	z-index: 10;
	width: 100%;
	color: white;
	border-bottom: 1px solid hsla(0,0%,100%,.2);
}

.TransparentHeader #mainMenue > .isnode > div {
	border-color: white !important;
}

.TransparentHeader #headerLogo, .TransparentHeader #headerLogoOutside {
	content:url("/bilder/header/logo-white.svg");
}

.TransparentHeader #menue_kb_show_menu {
	background-image: url('/bilder/header/openMenuWhite.gif');
}

.TransparentHeader #mainMenue > .isnode > a {
	font-size: 17px;
}

@media screen and (min-width: 1024px) {
	.TransparentHeader #mainMenue > .isnode > ul {
		top: 6rem;
	}
	.TransparentHeader #mainMenue > .isnode > a {
		color: white !important;
	}
	.TransparentHeader #topMenue > li > a {
		color: #cecece !important;
		opacity: 1;
	}
}/* --- --- *//* ------------------------------------------------------ */
/* -------------------- 302 - Footer -------------------- */
/* ------------------------------------------------------ *//* --- --- *//* ----------------------------------------------------- */
/* -------------------- 401 - Login -------------------- */
/* ----------------------------------------------------- */
.loginLeft {
    width: 33.33%;
    padding-right: var(--abstand_36);
}

.loginRight {
    width: 66.66%;
}

.loginPic {
    box-shadow: 0 0 3px 3px #e8e8e8;
}

@media (max-width: 768px) {
    .loginWrapper {
        flex-direction: column-reverse;
    }

    .loginLeft, .loginRight {
        width: 100%;
    }

    .loginLeft {
        padding-right: 0;
    }

    .loginRight {
        margin-bottom: var(--abstand_36);
    }
}/* --- --- */