@charset "UTF-8";
/* CSS Document */

						/* Load font */
		@font-face { font-family: 'med'; src:url(GD_med.otf)  }
		@font-face { font-family: 'bold'; src:url(GD_bold.otf)  }



.M_block {
	display:none;
}

#index_body {
	background: var(--hellgrau); height:100vh; overflow:hidden; 
}

#menu_mobile, #dorpmenu_mobile {
	display:none;
}

						/* Variablen */
	:root {
		
		--font-gross: 55px;
		--font-normal: 20px;
		--font-klein: 10.5px;
		--grau: #B3B3B3;
		--hellgrau:#F2F2F2;
}



.grau {
	color: var(--grau)
}

		
		/* width */
::-webkit-scrollbar {
  width:0px;
	height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
}




a {
	color:var(--grau);
	cursor: pointer;
	transition: opacity 100ms;
	text-decoration: none;
	}
a:hover {
	opacity: 0.34;
	
}

.a_nontrans:hover {
	opacity:1;
}

		
.atab {
	tab-size:20;
	-moz-tab-size:30; 
	-ms-tab-size:30;
	white-space: pre;
	width: 50vw;
}



		
						/* GENERAL */

body {
	margin:0px;
	padding:0;
	/* hyphens */
 -moz-hyphens: auto;
 -o-hyphens: auto;
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
}
		

						/* HEADER */


		header {
			width: 100vw;
			position: fixed;
			z-index: 100;
		}
		
		
		#header-top {
			height: 65px;
			width: 100%;
			display: flex; 
			justify-content:space-between;
			transition: all 150ms;
			overflow:hidden;
			position: relative;
		}
		
	/*	header:hover #header-top {
			background: white;
			box-shadow: 0px 20px 20px rgba(0,0,0,0.03);
			transition: all 150ms;		
		}
		
		header:hover #header-dorpmenu {
			display: block;
			transition: all 150ms;		
		} */
			
			
			#header-dorpmenu {
			width: 100%;
			height: auto;
			position: fixed;
			background: white;
			display: none;
			box-shadow: 0px 20px 20px rgba(0,0,0,0.03);
			transition: all 150ms;
			

		}
		
		#header-dorpmenu ul {
			font-family:bold;
			font-size:var(--font-normal);
			list-style: none;
			margin: 0;
			padding: 14px 0 20px 0;
			margin-left: 14vw;
			width: calc(100vw - 28vw);	
			border-top:1px solid;
			border-color: var(--grau);
		}
		
		#header-dorpmenu ul li {
			padding: 0;
			margin: 7px 0;
			color: var(--grau);
			position: relative;	
			cursor: pointer;
		}
		
		#header-dorpmenu ul li:hover {
			color:black;
		}
		
		#dropmenu_shadow {
			width:100%;
			height: 100vh;
			background: rgba(0,0,0,0.3);
			position: fixed;
			display: none;	
			z-index: 1

		}
	
		
		#logo, #start_button {
			width:8%;
			filter:invert(1);
			mix-blend-mode: difference;
		}
		
		#logo, #logo_normal {
			position: relative;
			z-index: 101000;
			transition: all 150ms;
			cursor: pointer;
		}

		#logo {
			width: auto; 
			height: 50px; 
			margin: 8px 0 7px 18px;
		}

		#logo_wrap {
			transition: all 150ms;

}		
		#logo_wrap:hover {
					opacity:1;
			margin-left:5px;
			margin-right:-5px;
		}

		#logo:hover, #logo_normal:hover {
			opacity:1
			
		}
		#logo_normal {
			position: fixed; 
			width: auto; 
			height: 50px; 
			margin: -12px 0 7px 18px;	
		}

		#start_button {
			font-family: bold;
			height: 65px;
			width: calc(8% - 25px);
			font-size:var(--font-klein);
 			line-height: 12px;
			padding-top: 12px;
			padding-right: 25px;
		    text-align: right;
			cursor: pointer;
		}
		
		#start_button:hover {
			color: var(--grau);
		}
		
		#menu {
			height: 65px;
			overflow:hidden;
			position: relative;;
		}
		
		#menu ul {
			list-style:none;
			padding: 0;
			font-family: bold;
			display: flex; 
			font-size:var(--font-normal);
			margin: 0;
			cursor: pointer;
			filter:invert(1);
			mix-blend-mode: difference;	
		}
	
		#menu ul li {
			height:60px;
			padding: 0 20px;
			line-height:60px; 
			color: black;		
		}

		#menu ul li a {
			
			color: black;		
		}
		
		#menu ul li a:hover {
			color: red;
			opacity:1
		}

		#menu ul li:hover {
			color: red;
			opacity:1
		}


		#menubutton_M {
			display: none;
		}

		.submenu_hide {
			display:none;
		}

.current-menu-item a, .current_page_item a {
	opacity:0.18;
		
}

		 .current-menu-ancestor a, .current-menu-parent a, .current_page_parent a  {
	opacity:0.3;
}













#content_wrap {
	height: calc(100vh - 60px);
	width: 100vw;
	position: fixed;
	bottom: 0;
	overflow-y:scroll;
}

#content_wrap_single {
	width: 100vw;
	position: relative;
}


	
#content_box_wrap {
	width: 100vw;
	position:relative;
	top: 330px;
	z-index: 1000000;
}

#content_box_wrap_single {
	width: 100vw;
	position:relative;
	top: 160px;
	z-index: 10;
}

#content_box_index_wrap {
	width: 100vw;
	position:relative;
	top: 0;
	z-index: 1000000;
}


#content_box {
	width: calc(84vw);
	height:auto;
	background: white;
	position: absolute;
	left: 8vw;
	z-index: 30;

	
}

#content_box_index {
	width: calc(84vw);
	height:auto;
	background: ;
	position: absolute;
	left: 8vw;
	z-index: 30;

	
}

.single_topbg_img_wrap {
	width:calc(84vw - 100px);
	height:190px;
	position:fixed;
	left:calc(8vw + 50px);
	top:1vw;
	
}
.single_topbg_img {
	width:100%;
	height:auto;
	position:absolute;
	bottom:0;
	
	
	
}

.img_scroll_bg {
	width:  2300px; 
	position: absolute;	
	left: 50%; 
	margin-left: -1150px; 
	z-index: 0;
}

.img_scroll_menu {
	width:  2300px;
	position: absolute;
	left: 50%; 
	margin-left: -1150px;  
	z-index: -1;
}


.content_startbox {
	width: calc(84vw - 70px);
	margin: 20px 35px 0 35px;
	padding-bottom: 45px;
	font-family: bold;
	font-size: var(--font-gross);
	line-height: 60px;
	border-bottom: 0px solid var(--grau);

}




.content_widebox {
	width: calc(100vw - 16vw - 70px);
	padding: 100px calc(8vw + 35px) 110px calc(8vw + 35px);
	margin: 0 0 70px 0;;
	background: var(--hellgrau);
	position: relative;
	left: -8vw;
	display: flex;
	justify-content:space-between;
	font-family: med;
	font-size: var(--font-normal);
	
}

.content_bottom {
	width: calc(100vw - 16vw - 70px);
	padding: 20px calc(8vw + 35px) 20px calc(8vw + 35px);
	margin: 0 0 0 0;;
	background: black;
	position: relative;
	left: -8vw;
	z-index: 10000;
	
	font-family: med;
	font-size: var(--font-normal);
	color: var(--grau);
}

.content_bottom span {
	margin-right: 30px;
}

.content_linie {
	width: calc(84vw - 70px);
	margin: 90px 35px 0  35px;
	padding-bottom: 80px;
	font-family: med;
	font-size: var(--font-normal);
	border-bottom: 1px solid var(--grau);
	display: flex;
	justify-content:space-between;
}

.content_linie_single {
	width: calc(84vw - 70px);
	margin: 20px 35px 0  35px;
	padding-bottom: 80px;
	font-family: med;
	font-size: var(--font-normal);
	border-bottom: 1px solid var(--grau);
	display: flex;
	justify-content:space-between;
	
	 display: flex;
  justify-content: space-around;
  align-items: flex-start;
	
	
}
.content_linie_index {
	width: calc(84vw - 70px);
	padding: 20px 35px 10px  35px;
	font-family: med;
	margin-bottom:30px;
	font-size: var(--font-normal);
	display: flex;
	justify-content:space-between;

}
.content_linie_button_index {
	width: 84vw;
	padding: 0;
	font-family: med;
	font-size: var(--font-normal);
	display: flex;
	justify-content:space-between;
	background:;

}

.content_linie_button_index a {
	width: 100%;
	margin:0;
	padding:0;
	opacity:1;
	color:black;

}


.content_linie_ganz {
	width: 100%;
}

.content_linie_halb {
	width: calc(50% - 20px);
}

.content_linie_halb_index {
	width: calc(100% - 80px);
	margin-top:-65px;
	background:white;
	padding: 20px 15px 10px  35px;
	border-top: 1px solid black;
	box-shadow: 5px 8px 7px rgba(0,0,0,0.2);
	transition:all 200ms;
	cursor:pointer;
	height:600px;
	position:relative;
	z-index:1

}

.index_img {
	width: calc(50% - 100px);
	margin-left:40px;
	transition:top 150ms;
	position:relative;
}

.content_linie_halb_index:hover {

}

.content_linie_halb_index:hover {
	color:var(--grau);;
}

.content_linie_halb_index:hover p a {
	color:var(--grau);;
}


.content_linie_halb ul {
 	list-style:none;
	color:var(--grau)
}

.content_linie_halb  ul li {
 	padding-bottom:6px;
}


.content_linie_ganz {
	width: calc(100% - 0px);
}


.content_linie_drittel {
	width: calc(33.3% - 20px);
	text-align: center;
	color: black;
}

.content_linie_drittel img {
	height: 12vw;
	width: auto;
	margin-bottom: 40px;
}

.content_linie_drittel span {
	color: var(--grau);
}

.content_linie_halb_links {
	margin-right: 20px;
}

.content_linie_halb_rechts {
	margin-left: 20px;
}


.content_halb_titel {
	font-family: bold;
	font-size: var(--font-gross);
	line-height: 56px;
	margin-bottom: 40px;
	
}


.content_halb_titel_index {
	font-family: bold;
	font-size: var(--font-gross);
	line-height: 56px;
	margin-bottom: 20px;
	position:relative;
	
}

.content_drittel_titel {
	font-family: bold;
	font-size: var(--font-gross);
	line-height: 56px;
	margin-bottom: 20px;
	
}

.content_halb_titel span {
	color:var(--grau);
}

.content_ganz_titel span {
	color:var(--grau);
}

.content_linie_halb p span {
	color:var(--grau);
}
.content_linie_ganz p span {
	color:var(--grau);
}






.contetn_bg {
	width: 100vw;
	height: 80vh;
	background: white;
	position: absolute;
	top: 230px;
	z-index: 20;
}




.boxli_small {
	font-size: var(--font-klein);
	font-family: med;
	display: inline-block;
	line-height: 13px;
	
	
}

.button_normal {
	font-size: var(--font-normal);
	font-family: med;
	background: var(--hellgrau);
	border-radius: 100px;
	padding: 5px 30px 6px 30px;
	color: black;
	display:block;
	position: relative;
	top:0;
	margin-top: 20px;
	transition: all 150ms;
	cursor: pointer;
	width: auto;
	 display: inline-block;
	margin-right: 10px;
}

.button_normal_negativ {
	background: white;
	color: black;
}

.button_normal:hover {
	background: black;
	color: var(--hellgrau);
	top:-3px;
	box-shadow: 4px 5px 8px 4px rgba(0,0,0,0.1);

}

.button_klein {
	font-size: var(--font-klein);
	font-family: med;
	display:inline;
	background: var(--grau);
	border-radius: 100px;
	padding: 3px 12px 4px 12px;
	color: white;
	height: 20px;
	width:30px;
	position: relative;
	top: -4px;
	transition: all 150ms;
	cursor: pointer;
}


.button_klein:hover {
	background: black !important;
	top:-6px;
	box-shadow: 4px 5px 8px 4px rgba(0,0,0,0.1);
	opacity:1;

}



.content_linie_submenu_wrap {
	width: 100vw;
	margin: 90px 0 0 0;
	padding-bottom: 45px;
	font-family: med;
	font-size: var(--font-normal);
	border-bottom: 0px solid var(--grau);
  align-items: flex-start;
	position: relative;
	left: -8vw;

	
}



.content_submenu_menu {
	height: 65px;
	width: 100vw;
	line-height: 70px;
	background: white;
	box-shadow: 0px 20px 20px rgba(0,0,0,0.03);
	z-index: 10;
	position: -webkit-sticky;
  position: sticky;
  top: 5px;

}

.content_submenu_menu ul {
	height: 65px;
	width: calc(84vw - 70px);
	margin: 90px 30px 0 30px;
	border-bottom: 1px var(--grau) solid;
	list-style: none;
	padding: 0;
	display: flex;
	font-family: bold;
	color: var(--grau);
	width: calc(86vw - 100px);
	position: relative;
	left: 8vw;

}

.content_submenu_menu ul li {
	padding-right: 30px;
	cursor: pointer;
	height:65px;
	line-height:65px;
}

.content_submenu_menu ul li:hover {
	color: black;
}

.content_submenu_box {
	width: calc(84vw - 70px);
	margin: 90px 35px 0 35px;
	position: relative;
	left: 8vw;
	border-bottom:  1px var(--grau) solid;
	z-index: 5;
	display: flex;
}

.content_submenu_box_zweidrittel {
	width:calc(63% - 20px);
}	

.content_submenu_box_eindrittel {
	width:calc(34% - 20px);
	margin-left:calc(3% + 40px);
	margin-bottom: 80px;
}



#presse_link {
	padding: 16px 20px 50px 20px; 
	background:var(--grau); 
	font-family: bold;
	font-size: var(--font-normal); 
	position: absolute;
	right:-110px;
	color:white;

	top:106px;
	transition: all 150ms;
	box-shadow: -4px 3px 7px rgba(0,0,0,0.2);
	transform: rotate(-90deg);
}

#presse_link:hover {
	right:-90px;	
	color:var(--grau);
	background:black;
	opacity:1;

}

#ostellen_link {
	padding: 16px 20px 50px 20px; 
	background:white;
	font-family: bold;
	font-size: var(--font-normal); 
	position: absolute;
	right:-93px;
	color:var(--grau);

	top:360px;
	transition: all 150ms;
	box-shadow: -4px 3px 7px rgba(0,0,0,0.2);
	transform: rotate(-90deg);
}

#ostellen_link:hover {
	right:-70px;	
	color:var(--grau);
	background:black;
	opacity:1;

}



.campus_sponsor_text {
	padding-top: 10px;
	color: var(--grau);
	width: 100%;
	border-top: 1px solid var(--grau);
}


.content_halb_text {
	font-family: med;
	font-size: var(--font-normal);
	line-height: 24px;
	margin-bottom: 20px;
	
}


.campus_ort_img_wrap_wrap {
 	width:100%;
	position: relative;
}

.campus_ort_img_wrap {
	width:100%;
	height: 15vw;
	margin: 40px 0 100px 0;
	overflow: scroll;
	position: relative;
}

.campus_ort_img_container {
	position: absolute;
	display:flex;
	height: 100%;	
}

.campus_ort_img_container img {
	width: calc((84vw - 70px)*0.31.5);
	height: 100%;
	margin-right: 20px;
	display:inline-block;
}

.campus_ort_img_container img:last-child {
	margin-right: 0;

}

.campus_ort_img_next {
	position:absolute;
	right:-20px;
	bottom: calc(7.5vw - 20px);
	background: var(--grau);
	font-size: var(--font-normal);
	font-family: med;
	border-radius: 100px;
	color: white;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	box-shadow: 3px 4px 7px 2px rgba(0,0,0,0.06);
	transition: all 150ms;
	cursor: pointer;
	z-index: 1;
}

.campus_ort_img_next:hover {
	background: black;
	right:-25px;
}


.campus_ortlogo {
	width: 50%; 
	height:auto;
	margin: 10px auto 70px auto; 
	display: block;
}

.campus_namesponsor {
	position:relative;
	width: 100%; 
	background:var(--hellgrau);
	height:auto;
	margin: 10px 0 -30px 0; 
	display: block;
	transition:all 150ms;

}

.campus_namesponsor img {
	width:100%;
}
.campus_namesponsor:hover {
	background:white;
	opacity:1;
}

.Campus_sponsor_local_wrap{
	
	
}
.campus_sponsor_local {
	width:calc(50% - 10px);
	height:auto;
	background:var(--hellgrau);
	margin: 0 10px 0px 0;
	float:left;
	transition:all 150ms;
	
}
.campus_sponsor_local img {
	width:100%;
}

.campus_sponsor_local:hover {
	background:white;
	opacity:1;

}

.campus_tabelle {
	color:var(--grau);
	text-align: left;
	font-family: med;
	margin-top: 20px;
	margin-bottom: 80px;
}

.campus_tabelle_eins {
	width:	150px;
}

.campus_tabelle tr td{
	 vertical-align: top;
}













.campus_wasistdas_img_wrap_wrap {
 	width:calc(84vw - 70px);
	position: relative;
	margin-left:35px;
	border-bottom:1px solid var(--grau);

}

.campus_wasistdas_img_wrap {
	width:100%;
	height: 16.8vw;
	margin: 20px 0 20px 0;
	overflow: scroll;
	position: relative;

}

.campus_wasistdas_img_container {
	position: absolute;
	display:flex;
	height: 100%;	
}

.campus_wasistdas_img_container img {
	width: calc((84vw - 70px)*0.31.5);
	height: 100%;
	margin-right: 20px;
	display:inline-block;
}

.campus_wasistdas_img_container img:last-child {
	margin-right: 0;

}

.campus_wasistdas_img_next {
	position:absolute;
	right:-20px;
	bottom: calc(8.4vw - 0px);
	background: var(--grau);
	font-size: var(--font-normal);
	font-family: med;
	border-radius: 100px;
	color: white;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	box-shadow: 3px 4px 7px 2px rgba(0,0,0,0.06);
	transition: all 150ms;
	cursor: pointer;
	z-index: 1;
}

.campus_wasistdas_img_next:hover {
	background: black;
	right:-25px;
}




















.content_team_wrap {
	width: calc(84vw - 70px);
	margin: 90px 35px 0 35px;
	padding-bottom: 45px;
	font-family: med;
	font-size: var(--font-normal);
	border-bottom: 1px solid var(--grau);
	display: flex;
  justify-content:space-between  ;
  flex-flow:  wrap;

}
	


.content_team_wrap::after {

  content: "";
  flex: auto;
	
	

}

.content_linie_viertel {
	width:calc(25% - 15px);
	border-bottom: 1px solid var(--grau);
	margin-bottom: 40px;
	padding-bottom: 30px;
	margin-right: 15px;
	position:relative;


}

.content_linie_fuenftel {
	width:calc(20% - 15px);
	border-bottom: 1px solid var(--grau);
	margin-bottom: 40px;
	padding-bottom: 30px;
	margin-right: 15px;
	position:relative;


}






.content_linie_viertel_top {
	margin-bottom:50px;
}


.content_linie_viertel_bottom {
	width:100%;
	position:absolute;
	bottom:20px;
	
	
	
}


.content_team_wrap:last-child {
	margin-right: -15px !important;
}

.content_linie_viertel img {
	width:100%;
	height:auto;
	margin-bottom: 18px;
	 -webkit-filter: grayscale(1);
    filter: grayscale(1);

}

.content_linie_fuenftel img {
	width:100%;
	height:auto;
	margin-bottom: 18px;
	 -webkit-filter: grayscale(1);
    filter: grayscale(1);

}

.content_team_position {
	color: var(--grau);
	margin-bottom: 18px;
}

.button_gross {
	font-size: var(--font-klein);
	font-family: med;
	display:inline;
	background: var(--grau);
	border-radius: 100px;
	padding: 7px 16px 8px 16px;
	color: white;
	cursor: pointer;
	align-self: flex-end;
	position:relative;
	bottom:0px;
	transition: all 150ms;
	
}

.button_gross:hover {
	background: black !important;
	bottom:5px ;
	box-shadow: 3px 4px 7px 2px rgba(0,0,0,0.1);
	opacity:1;
	transition: all 150ms;


}



.content_partner_submenu_box {
	width: calc(84vw - 70px);
	margin: 50px 35px 0 35px;
	position: relative;
	left: 8vw;
	z-index: 5;
	display: flex;
}


.content_submenu_box_dreidrittel {
	width:100%;
}	

.content_partner_wrap {
	width: 100%;
	margin: 25px 0 0 0;
	padding-bottom: 45px;
	display: flex;
 	justify-content:space-between  ;
  	flex-flow:  wrap;
}


.content_partner_wrap_goenner {
	width: 100%;
	margin: 25px 0 0 0;
	padding-bottom: 45px;
	display: flex;
  	flex-flow:  wrap;
}




.content_partner_wrap::after {
  content: "";
  flex: auto;
}

.content_partner_linie_viertel {
	width:calc(25% - 15px);
	height:calc((84vw - 130px)/4);
	border-bottom: 1px solid var(--grau);
	margin-bottom: 30px;
	margin-right: 15px;
	align-items:flex-start;
	background:var(--hellgrau);
	transition: background 200ms;

}

.content_partner_wrap a:hover{
	opacity:1;
}

.content_partner_linie_viertel:hover {
	background:white;
	opacity:1;
}

.content_partner_linie_viertel:hover img {
	opacity:1;
}

.content_partner_wrap:last-child {
	margin-right: -15px !important;
}

.content_partner_linie_viertel img {
	width:100%;
	height:auto;
}

.partner_subtitel {
	width:100%;
	border-bottom: 1px solid var(--grau);
	padding-bottom:10px;
	font-size: var(--font-normal);
	font-family: med;
}

.partner_titel_line {
	border-bottom: 1px solid var(--grau);
	padding-bottom:10px;
}
















		.footer_sponsoren {

			z-index: 10; 
			height: 30px; 
			opacity: 1;
			margin:0px 10px 0 10px;
		}

		.footer_sponsoren:hover {

			z-index: 10; 
			height: 30px; 
			opacity: 1;
		}

		.footer_sponsoren img {

			height: 30px;
			width: auto; 
			margin: 10px auto 3px auto;
			
		}


		
		footer {
			height:55px;
			width: 100vw;
			background: #F2F2F2;
			position: fixed;
			bottom:0;
			left: 0;
			font-size:var(--font-normal);
			font-family: med;
			color: black;
			line-height: 55px;
			transition: all 250ms;
			z-index: 100;
		}
		
		footer div {
			height: 55px;
			position:absolute;
			bottom: 0;
			transition: all 150ms;
			color: black;
		}
		

		footer:hover  {
			height:68px;
		}
		
		footer a div  {
			opacity: 0.5;
			color: black;

		}
		footer:hover a div  {
			opacity: 1!important;
		}

		
		
		ul,li,p {
			margin:0;
			padding:0;
		}  
		
		.tickerwrapper { /* the outer div */
		position:relative;
		width: 100%; 
		height: 80px; 
		overflow: hidden; 
		}
		ul.list {
		position:relative;
		display:inline-block;
		list-style:none;
		}
		ul.list.cloned {
		position:absolute;
		top:0;
		left:0;
		}
		ul.list li {
		float: left;
		padding-left:20px;
		}

.footer_left_wrap {
	height:95px;
	padding-bottom:30px;
}
.footer_preise_wrap {
	height: 80px; 
	position: absolute; 
	bottom: 60px; 
	right:calc(8vw + 30px); 
	opacity: 0.6; 
	font-size: var(--font-klein); 
	text-align: center;
	transition: all 100ms;
 	display: flex;
	cursor:pointer;
}
.footer_preise  {
	 width: auto; 
	height: 60px; 
	margin-left:30px;
	
}

.footer_preise:hover {
	opacity: 0.7; 
}









#news_close {
	position:fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	cursor: pointer;
	width: 80px;
	height: 60px;
	transition: transform 200ms;
}

#news_close div {
	height:0px;
	border-top:1px solid black;
	width: 50px;
	position:relative;
	top: 30px;
	right: -15px;
}

#news_close:hover div {
	border-color: var(--grau);
	
	}

#news_close:hover  {
	transform: rotate(90deg);
	
	}

#news_liste_shadow {
	width:50vw;
	position: fixed;
	bottom: 20px;
	height: 0px;
	background: red;
	box-shadow: 0px 50px 165px 200px var(--hellgrau);
	z-index: 1;
}

#news_liste_top {
	width:50vw;
	position: fixed;
	top: 0;
	height: 20px;
	background: var(--hellgrau);;
	z-index: 1;
	
}



#news_content_wrap {
	width: 100vw;
	
	
}

#news_content_left {
	width: calc(33vw - 8vw - 20px);
	margin-left: calc(8vw + 0px);
    align-items: flex-start;
	margin-top:20px;
	

}
.news_content_right, .news_content_right_first {
	width: calc(67vw - 8vw - 90px);
    align-items: flex-start;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 5px;
	display:none;
	margin-left: 30px;
	position: fixed;
	overflow:scroll;
	top: 0;
	right: calc(8vw + 0px);
	background: white;
	box-shadow: 30px 20px 20px 10px rgba(0,0,0,0.04);
	z-index: 10;
	padding-bottom:60px;
	max-height:100vh;
	margin-bottom:60px;
}

.news_content_right_first  {
	display:block;
}

.news_liste_monat {
	font-size: var(--font-klein);
	line-height: 30px;
	text-align: center;
	font-family: bold;
	height: 30px;
	background: var(--hellgrau);
	color: var(--grau);
	position: -webkit-sticky;
    position: sticky;
	top:20px;
	padding: 0px 0 10px 0;
	z-index: 100;
	
	
	
}

.news_liste_titel {
	font-size: var(--font-normal);
	font-family: med;
	line-height: 25px;
	border-bottom: 1px var(--grau) solid;
	padding: 10px;
	cursor: pointer;
	transition:all 150ms;
	margin-bottom: 10px;
	color:  black;
	opacity: 1;
	background:white;

}



.news_liste_titel:hover {
	padding:   20px 10px;
	color: var(--grau) ;
}




.news_liste_titel_alt {
	opacity:;
}


.news_auswahl_monat {
	font-size: var(--font-klein);
	line-height: 65px;
	text-align: center;
	font-family: med;
	height: 65px;
	background:white;
	color: black;
	position: fixed;
	top:0;
	left: calc(33vw + 30px);
	margin-bottom: 0px;
	width: calc(67vw - 8vw - 30px);
}
	

.news_auswahl_titel {
	font-size: var(--font-gross);
	font-family: bold;
	line-height: 50px;
	margin-bottom: 50px;
	cursor: pointer;
	transition:color 150ms;
	margin-top: 0;
	padding-top: 0px;
	margin-top: 58px;
}

.news_auswahl_text{
	font-size: var(--font-normal);
	font-family: med;
	
} 


.map_wrap iframe {
	width:calc(100% - 60px);
	margin-left:30px;
}

.news_content_right_first img, .news_content_right img {
	margin-top:30px;
	width:calc(50% - 35px);
	height:auto;
}

.active {
	background:var(--hellgrau) ;
	color: var(--grau) ;
}

.active:hover {
	padding: 10px;
}




.index_button {
	margin-top:-55px;
	display:inline-block;
}





#cookie_wrap {
	font-family:med; text-align:center; position:fixed; bottom:0px; background: black; width:70vw; color: white; left:15vw; padding: 25px 20px; height:25px; z-index:1000000000000000;
	transition:all 250ms;
}

#cookie_wrap:hover {
	padding-bottom:40px;
}

#cookiedingsbumsCloser {
	margin-left: 5px; border:1px white solid; padding: 5px 12px; border-radius:100px;cursor:pointer;}

#cookiedingsbumsCloser:hover {
	background:white; color:black;}




#socialmedia_wrap {
	width:250px;
	height:45px;
	background: var(--grau);
	display:block;
	position:fixed;
	top:0px;
	right:-350px;
	padding:10px;
	color:white;
	z-index:100000000000;
	font-size: var(--font-klein);
	font-family: med;
	
}

#socialmedia img {
	
	width:8%;
	filter:invert(1);
	mix-blend-mode: difference;
	position: relative;
	z-index: 101000;
	transition: opacity 150ms;
	cursor: pointer;
	width: auto; 
	height: 16px; 
	margin: 25px 26px 7px 18px;
	
}
#img_wrap {
	position:absolute;
	top:12px;
	right:20px;
}
#socialmedia_wrap #img_wrap img {
	height:40px;
	margin-left:15px;
}


#socialmedia_wrap #img_wrap a {
	transition: all 150ms;
}

#socialmedia_wrap #img_wrap a:hover {
	opacity:0.34
}

#socialmedia_footer_wrap {
	height:18px;
	opacity:0.7;
	margin-bottom:-40px;
	margin-top:8px;
	
}

#socialmedia_footer_wrap a img  {
	height:18px;
	width:18px;
	margin-right:4px;
	
}



.sticky_single {position: -webkit-sticky;
  position: sticky;
  top: 10px;}
.liste  {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0;
  table-layout: auto;
}



.liste tr td {
	padding:6px;
	vertical-align:top;


}
.liste tr th {
vertical-align:text-top;
text-align:left;
width:35px;
}

.ul_liste {
	margin:10px 0;
	  list-style: disc;
	list-style-position: inside;
}

.ul_liste li {
	 list-style: disc;
	padding-left:10px;
	margin-left:30px;

	list-style-position: outside;
}










.button_SMhome {
	text-align:center; 
	padding: 20px 40px 30px 40px;
}


