a,a:visited,a:link,a:hover,a:active{
	text-decoration:none;
	outline:none;
}

body{
	margin:0px;
	font: 14px / 1.5 Roboto;
	background-image: url(../images/body-bg1.jpg);
	background-attachment: fixed;
	overflow-x:hidden;
	-webkit-text-size-adjust: none;
}













.club{
	margin:0px;
	background:url('../images/header.jpg') no-repeat left;
	position:relative;
	width:100%;
	height:400px;
	margin: 0 auto;

	animation-name: picture;
	animation-duration: 60s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	-webkit-animation-name: picture;
	-webkit-animation-duration: 60s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
	-moz-animation-name: picture;
	-moz-animation-duration: 60s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-play-state: running;
	-ms-animation-name: picture;
	-ms-animation-duration: 60s;
	-ms-animation-timing-function: linear;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate;
	-ms-animation-play-state: running;
	-o-animation-name: picture;
	-o-animation-duration: 60s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-play-state: running;
}

.club:hover{
	background-color:rgba(0,0,0,0.3);
}

.club2{
	margin:0px;
	position:relative;
	width:100%;
	height:400px;
	margin: 0 auto;

	animation-name: picture;
	animation-duration: 60s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	-webkit-animation-name: picture;
	-webkit-animation-duration: 60s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
	-moz-animation-name: picture;
	-moz-animation-duration: 60s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-play-state: running;
	-ms-animation-name: picture;
	-ms-animation-duration: 60s;
	-ms-animation-timing-function: linear;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate;
	-ms-animation-play-state: running;
	-o-animation-name: picture;
	-o-animation-duration: 60s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-play-state: running;
}

.clubanimation {
	animation-name: panorama;
}

@keyframes panorama {
	0% {
		background-position:left;
    }

	50% {
		background-position:right;
	}

	100% {
		background-position:left;
	}
}









.balken{
	position:absolute;
	width:1%;
	height:10px;
	bottom:0px;
	background-color:rgba(240,240,240,0.7);

	animation-name: mysecond;
	animation-duration: 60s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
	-webkit-animation-name: mysecond;
	-webkit-animation-duration: 60s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
	-moz-animation-name: mysecond;
	-moz-animation-duration: 60s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-play-state: running;
	-ms-animation-name: mysecond;
	-ms-animation-duration: 60s;
	-ms-animation-timing-function: linear;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: alternate;
	-ms-animation-play-state: running;
	-o-animation-name: mysecond;
	-o-animation-duration: 60s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: alternate;
	-o-animation-play-state: running;
	
	opacity:0;
}

@keyframes ladebalken {
	0% {
		width:1%;
	}

	50% {
		width:100%;
	}

	100% {
		width:1%;
	}
}

@-webkit-keyframes ladebalken {
	0% {
		width:1%;
	}

	50% {
		width:100%;
	}

	100% {
		width:1%;
	}
}

@-moz-keyframes ladebalken {
	0% {
		width:1%;
	}

	50% {
		width:100%;
	}

	100% {
		width:1%;
	}
}

@-ms-keyframes ladebalken {
	0% {
		width:1%;
	}

	50% {
		width:100%;
	}

	100% {
		width:1%;
	}
}

@-o-keyframes ladebalken {
	0% {
		width:1%;
	}

	50% {
		width:100%;
	}

	100% {
		width:1%;
	}
}

.animated {
	animation-name: ladebalken;
	-webkit-animation-name: ladebalken;
	-moz-animation-name: ladebalken;
	-ms-animation-name: ladebalken;
	-o-animation-name: ladebalken;
}






.title{
	position:absolute;
	padding:0px;
	bottom:20px;
	left:5%;
}

.title img{
	width:200px;
}









/*
.mobile_navi{
	position:absolute;
	top:10px;
	right:10px;
	padding:6px 6px;
	width:42px;
	height:42px;
	background-color:rgba(240,240,240,0.8);
	box-shadow:0px 2px 3px #000000;
	display:none;
}


.mobile_navi:hover{
	cursor:pointer;
}

.burger_mobile{
	margin:7px auto;
	height:6px;
	width:40px;
	background-color:#303030;
	border-radius:5px;
}
*/






.appbar{
  display: none;
  float: left;
  width: 100%;
  height: 56px;
  background-color: #F03020;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  z-index:5000;
}

.burger{
  float: left;
  width: 56px;
  height: 56px;
  line-height: 70px;
  text-align: center;
}

#hamburger{
	opacity:0;
}

#menu_beschreibung{
	position:absolute;
	top:-6px;
	left:10px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:600;
	color:#000000;
}

.appbar_title{
  float: left;
  margin-left: 16px;
  line-height: 55px;
  color: #F0F0F0;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
}

.appbar_fb{
  float: right;
  line-height: 55px;
  height: 55px;
  width: 35px;
  text-align: center;
  cursor: pointer;
}

.appbar_yt{
  float: right;
  line-height: 55px;
  height: 55px;
  width: 45px;
  text-align: center;
  cursor: pointer;
}

.mobile_icon{
	line-height:56px !important;
}

.fa-facebook{
  color: white;
  font-size: 26px;
}
.fa-youtube{
  color: white;
  font-size: 26px;
}

.appmenu_none {
  position: fixed;
  display: none;
}

.appmenu {
  position: fixed;
  display: block;
  margin-top: -445px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-play-state: running;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  -webkit-animation-play-state: running;
  z-index:5001;
}

.transparenz05 {
  animation-name: transparent05;
  -webkit-animation-name: transparent05;
}

@keyframes transparent05 {
  0% {
    background-color: rgba(0, 0, 0, 0.0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@-webkit-keyframes transparent05 {
  0% {
    background-color: rgba(0, 0, 0, 0.0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.transparenz00 {
  animation-name: transparent00;
  -webkit-animation-name: transparent00;
}

@keyframes transparent00 {
  0% {
    background-color: rgba(0, 0, 0, 0.5);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.0);
  }
}

@-webkit-keyframes transparent00 {
  0% {
    background-color: rgba(0, 0, 0, 0.5);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.0);
  }
}

.app_navi {
  float: left;
  width: 80%;
  height: 100%;
  background-color: #E0E0E0;
  overflow: scroll;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-play-state: running;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  -webkit-animation-play-state: running;
}

.appmenu_ani {
  animation-name: ani_appmenu;
  -webkit-animation-name: ani_appmenu;
}

@keyframes ani_appmenu {
  0% {
    margin-left: -80%;
  }
  100% {
    margin-left: 0%;
  }
}

@-webkit-keyframes ani_appmenu {
  0% {
    margin-left: -80%;
  }
  100% {
    margin-left: 0%;
  }
}

.app_close {
  float: left;
  width: 20%;
  height: 100%;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-play-state: running;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  -webkit--webkit-animation-direction: alternate;
  -webkit-animation-play-state: running;
}

.appmenu_close {
  animation-name: close_appmenu;
  -webkit-animation-name: close_appmenu;
}

@keyframes close_appmenu {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -80%;
  }
}

@-webkit-keyframes close_appmenu {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -80%;
  }
}

.title_appbar {
  margin-bottom: 10px;
  width: 100%;
  height: 150px;
  background-image: url("../images/header.jpg");
  background-size: cover;
}

.fa-chevron-left {
  cursor:pointer;
  padding:18px;
  font-size:20px;
  color:#F0F0F0;
  text-shadow: 0 0 8px #000,0 0 8px #000,0 0 8px #000,0 0 8px #000;
  background-color:rgba(0,0,0,0.75);
  border-radius:50%;
  width:20px;
  text-align:center;}

.appbar_link {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  color: #303030;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.appbar_link:hover {
  background-color: #C0C0C0;
}

.appbar_link_active {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  color: #303030;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #C0C0C0;
}

.appbar_icon {
  float: left;
  padding-right: 16px;
  width: 20%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
}

.appbar_linkname {}











.mittig{
	width:90%;
	margin:0px auto;
}

.content{
	float:left;
	margin:10px auto;
	padding-bottom:45px;
	width:100%;
	background-color:rgba(255,255,255,0.97);
	box-shadow:0px 3px 5px #202020;
}

.text_block{
	padding:50px 70px;
}

.news_tabelle{
	float:left;
	width:100%;
	margin-top:20px;
	padding-bottom:20px;
}

.news_spotlight1{
	background-color: rgba(128,128,128,0.075);
}
.news_spotlight2{
	background-color: rgba(240,48,32,0.04);
}

.news_sektion_oben_links{
	float:left;
	width:15%;
}

.news_sektion_oben_rechts{
	float:left;
	width:85%;
}

.news_sektion_oben_media-rechts{
	width:50%;
}

.news_sektion_oben_zeilen{
	padding:10px;
}

.news_spalte1{
	float:left;
	margin-left:5%;
	width:20%;
}

.news_spalte2{
	float:left;
	margin-left:5%;
	width:20%;
}

.news_spalte3{
	float:left;
	margin-left:1.5%;
	width:48.5%;
}

.news_spalte1 .main_bold, .news_spalte2 .main_bold, .news_spalte3 .main_bold{
	font: 18pt / 1.0 Roboto;
	font-weight: bold;
}


.news_images {
	text-align:left;
}

.news_image{
	max-height:800px;
	max-width:900px;
}

.news_image_hoch{
	width:400px;
}

.news_image_breit{
	width:1000px;
	max-width:100%;
}















.text-spalte{
	float:left;
	min-height:400px;
	padding-left:5%;
	padding-right:5%;
	padding-bottom:20px;
	width:45%;
}

.text-full{
	float:left;
	min-height:400px;
	padding-left:5%;
	padding-right:5%;
	padding-bottom:20px;
	width:90%;
}

.bild-spalte{
	float:left;
	padding-right:5%;
	padding-bottom:20px;
	width:40%;
}

.bild-spalte img{
	padding:2%;
	width:44%;
}

.media-spalte{
	float:left;
	min-height:400px;
	padding-left:5%;
	padding-right:5%;
	padding-bottom:20px;
	width:40%;
}







.termin_table{
	float:left;
	padding:0 5%;
	width:90%;

}

.kopf_table{
	height:50px;
}

.termin_spalte{
	height:80px;
	float:left;
	padding:1%;
	width:18%;
}

.termin_mobile_klein{
	height:80px;
}

.table_center{
	text-align:center;
}

.termin_a{
	background-color:#E0E0E0;
}

.termin_b{
	background-color:#F0F0F0;
}

.termin_c{
	background-color:#FFB5B5;
}

.termin_ab{
	background-color:#B0B0B0;
}

.border_oben{
	border-bottom:3px solid #A0A0A0;
}






.anfahrt{
	padding:3%;
	width:94%;
	height:400px;
}


















.galerie_header {
  position: relative;
  float: left;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0px 0px 0px 0.5px black;
}

.galerie_single {
  position: relative;
  float: left;
  text-align: center;
  margin: 5px;
  width: 190px;
  height: 190px;
  background-color: #E0E0E0;
  box-shadow: 0px 8px 6px -4px rgba(0, 0, 0, 0.5);
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  filter: grayscale(60%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.galerie_single:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  cursor: pointer;
}

.galerie_desc {
  position: absolute;
  width: 190px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0px;
  bottom: 0px;
  font-family: Roboto;
  font-size: 12px;
  color: #F0F0F0;
  font-style: italic;
}

.galerie_single:hover .galerie_desc {
  position: absolute;
  width: 190px;
  height: 40px;
  background-color: rgba(180, 48, 32, 0.9);
  left: 0px;
  bottom: 0px;
  cursor: pointer;
  font-family: Roboto;
  font-size: 12px;
  color: #F0F0F0;
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.desc_date {
  position: absolute;
  right: 5px;
  bottom: 3px;
  font-size: 10px;
}













.main_text{
	padding-bottom:25px;
	font-family:Roboto;
	font-size:14pt;
	text-align: justify;
	text-justify: inter-word;
	color:#303030;
}

.main_center{
	padding-bottom:25px;
	font-family:Roboto;
	font-size:16px;
	font-weight:bold;
	color:#303030;
	text-align:center;
}

.main_bold{
	font-family:Roboto;
	font-size:14pt;
	font-weight:bold;
	color:#303030;
}

.main_important{
	color:red;
}

.highlight{
	color:#A00000;
}

.bold{
	font-weight:bold;
}

.main_header{
	padding:10px 20px;
	margin-bottom:50px;
	font-family:Roboto;
	font-size:36px;
	text-align:center;
	color:#F0F0F0;
	background-color:#303030;
}

.header{
	font-family:Roboto;
	font-size:26px;
	font-weight:bold;
	text-transform:uppercase;
	color:#303030;
}
.header:before { 
	content: "\1F3B8";
	margin-right:10px;
	font-size: 30px;
}

.header2{
	font-family:Roboto;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#303030;
}

.home_anker{
	font-family:Roboto;
	font-size:14pt;
	color:#F03020;
	font-weight:bold;
}
.home_anker:hover{
	text-decoration:underline;
	color:#801010;
}

















.footer{
	float:left;
	margin:0px auto;
	padding:2% 10%;
	width:80%;
	border-top:1px solid #707070;
	background: #FFFFFF;
}

.footer_spalte{
	float:left;
	padding-left:3%;
	width:22%;
	text-align:left;
}


.footer_text{
	font-family:Roboto;
	font-size:14pt;
	color:#303030;
}

.footer_bold{
	font-family:Roboto;
	font-size:14pt;
	font-weight:bold;
	color:#303030;
}

.footer_anker{
	font-family:Roboto;
	font-size:14pt;
	color:#F03020;
	font-weight:bold;
}
.footer_anker:hover{
	text-decoration:underline;
}

.footer_mail{
	font-size:12px;
}

#footer_logo {
	float:left;
	margin: 0 auto;
	width:110px;
	height:110px;
	background-color:#303030;
	border-radius:50%;
}

#footer_logo_bild {
	width:70px;
	padding:20px;
}

#footer_arrow_fenster {
	float:left;
	margin: 40px 40px;
	text-align:center;
	width: 40px;
}

.footer_arrow{
	font-size:30px;
	color:#303030;
}

.row{
	float:left;
	border: 0;
	width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.galerie-jahresabstand{
	float: left;
	width: 100%;
	height: 70px;
}

.year-row{
	float:left;
	border: 0;
	width: 100%;
    height: 50px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	text-align: center;
	vertical-align: middle;
	margin: 30px 0px 10px 0px;
	
	color: #F0F0F0;
	font-size: 30px;
	text-shadow: 
	0px 0px 2px black,
	2px 2px 1px hsl(0,0%,10%), 
    2px 4px 1px hsl(0,0%,20%), 
    3px 6px 1px hsl(0,0%,30%), 
    4px 8px 1px hsl(0,0%,40%);
}


















.video_embed {
	width:100%;
	height:430px;
}









.media-startseite{
	float:left;
	min-height:400px;
	padding-left:5%;
	padding-right:5%;
	padding-bottom:20px;
	width:90%;
}

.media-startseite-text-links{
	float:left;
	padding-right:1.5%;
	width:48.5%;
}

.media-startseite-text-rechts{
	float:left;
	padding-left:1.5%;
	width:48.5%;
}

.media-startseite-media-links{
	float:left;
	padding-right:1.5%;
	width:48.5%;
}

.media-startseite-media-rechts{
	float:left;
	padding-left:1.5%;
	width:48.5%;
}

.video_embed-startseite {
	width:100%;
	aspect-ratio: 16 / 9;
	padding-top:23px;
}

.partner_tabelle {
	text-align:left;
}

.partner_banner {
	height:50px;
}

.foerderung_images {
	margin:5px;
	max-height: 150px;
	max-width: 100%;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
	border: 5px solid #FFFFFF;
}















@media only screen and (max-width: 1900px){

	.video_embed {
		height:370px;
	}

}

@media only screen and (max-width: 1750px){

	.video_embed {
		height:340px;
	}

}


@media only screen and (max-width: 1600px){
	.main_header{
		font-size:32px;
	}
	
	.main_text{
		font-size:12pt;
	}
	
	.main_bold{
		font-size:12pt;
	}
	
	.main_anker{
		font-size:12pt;
	}
	
	.home_anker{
		font-size:12pt;
	}
	
	.footer_text{
		font-size:12pt;
	}
	
	.footer_anker{
		font-size:12pt;
	}
	
	.termin_spalte{
		min-height:90px;
	}
	.video_embed {
		height:310px;
	}

	.news_image{
		height:600px;
	}
	
	.news_image_hoch{
		height:800px;
	}
	
	.news_sektion_oben_media-rechts{
		width:60%;
	}
}


@media only screen and (max-width: 1359px){
	.main_header{
		font-size:32px;
	}
	
	.termin_spalte{
		min-height:90px;
	}
	.video_embed {
		height:270px;
	}
	
	#footer_arrow_fenster {
		display:none;
	}
	
	.termin_spalte .main_text{
		font-size: 11pt !important;
		letter-spacing: -1px !important;
	}

}


@media only screen and (max-width: 1279px){
	.title{
		left:5%;
	}

	.main_header{
		font-size:25px;
	}
	
	.media-spalte{
		width:90%;
	}

	.news_spalte1{
		float:left;
		text-align: center;
		margin-left:5%;
		margin-right:5%;
		width:90%;
	}

	.news_spalte2{
		float:left;
		text-align: center;
		margin-top:30px;
		margin-left:5%;
		margin-right:5%;
		width:90%;
	}

	.news_spalte3{
		float:left;
		text-align: center;
		margin-top:30px;
		margin-left:5%;
		margin-right:5%;
		width:90%;
	}
	
	.news_spalte1 .main_text, .news_spalte2 .main_text, .news_spalte3 .main_text {
		font: 14pt / 1.5 Roboto;
	}
	
	.news_spalte1 .main_bold, .news_spalte2 .main_bold, .news_spalte3 .main_bold {
		font: 20pt / 1.5 Roboto;
		font-weight:bold;
	}
	
	.video_embed {
		height:500px;
	}
	
	.news_sektion_oben_links{
		float:left;
		width:100%;
	}

	.news_sektion_oben_rechts{
		float:left;
		width:100%;
	}
	
	.news_sektion_oben_media-rechts{
		width:70%;
	}
	
	
	.media-startseite-text-links{
		padding-right:0%;
		width:100%;
	}

	.media-startseite-text-rechts{
		padding-left:0%;
		width:100%;
	}

	.media-startseite-media-links{
		padding-right:0%;
		width:100%;
	}

	.media-startseite-media-rechts{
		padding-left:0%;
		width:100%;
	}
	
	.news_images {
		text-align:center;
	}
}


@media only screen and (max-width: 1024px){
	.mittig{
		width:95%;
	}

	.title{
		left:10px;
	}
	
	.main_text {
		text-justify: none;
	}

	.navi{
		width:100%;
	}

	.content{
		padding-bottom:35px;
	}

	.text_block{
		padding:35px 15px;
	}
	
	.media-spalte{
		width:90%;
	}

	.footer_spalte{
		padding:3%;
		margin-left: 30%;
		margin-right: 30%;
		margin-left:calc(50% - 90px);
		margin-right:calc(50% - 100px);
		width:170px;
	}
	
	#footer_arrow_fenster {
		float:none;
		margin: 20px auto;
	}
	
	#footer_logo {
		float:none;
		margin: 0 auto;
	}
	
	.video_embed {
		height:450px;
	}
	
	.news_sektion_oben_media-rechts{
		width:80%;
	}
	
}


@media only screen and (max-width: 860px){
	.kopf_table{
		display:none;
	}
	
	.termin_table{
		background-color:#E0E0E0;
		border:1px solid #A0A0A0;
		width:calc(90% - 2px);
		margin-bottom:30px;
	}
	
	.termin_spalte{
		min-height:20px;
		width:98%;
		text-align:center;
	}
	
	.termin_a{
		background-color:#E0E0E0;
	}

	.termin_b{
		background-color:#E0E0E0;
	}
	
	.termin_mobile_kleiner{ /*Nachtrag 05.06.17*/
		height:45px;
	}
	
	.termin_mobile_klein{ /*Nachtrag 05.06.17*/
		height:25px;
	}
	
	.termin_mobile_leer{ /*Nachtrag 05.06.17*/
		display:none;
	}
	
	.termin_spalte .main_text{
		font-size: 12pt !important;
		letter-spacing: 0px !important;
	}

	.border_oben{
		border-bottom:1px solid #A0A0A0;
	}
	
	.text-spalte{
		width:90%;
	}
	
	.bild-spalte{
		padding-left:5%;
		width:90%;
	}
	
	.media-spalte{
		width:90%;
	}
	
	.video_embed {
		height:400px;
	}
	
	.news_sektion_oben_media-rechts{
		width:90%;
	}
	
}


@media only screen and (max-width: 700px){
	.video_embed {
		height:350px;
	}
	
	.news_sektion_oben_media-rechts{
		width:100%;
	}
}


@media only screen and (max-width: 660px){
	.club, .club2 {
		display: none;
	}
	
	.title{
		padding:5px 15px;
		bottom:20px;
	}

	.title_text{
		font-size:18px;
	}

	.navi_leiste{
		display:none;
	}

	.appbar{
		position: fixed;
		display: block;
	}

	.appmenu{
		margin-top: 0px;
	}

	.mittig{
		width:100%;
	}

	.content{
		margin-top: 56px;
		margin-bottom: 10px;
	}
	
	.bild-spalte{
		display:none;
	}

	.border_oben{ /*Nachtrag 05.06.17*/
		border-bottom:1px solid #C0C0C0;
	}
	
	.termin_a{
		background-color:#E0E0E0;
	}

	.termin_b{
		background-color:#E0E0E0;
	}

	.footer{
		margin-top:10px;
	}

	.video_embed {
		height:320px;
	}
	
	.partner_tabelle {
		text-align:center;
	}

	.foerderung_images {
		max-height: 100px;
	}
	
	.news_image{
		width:80%;
		height:100%!important;
	}
}


@media only screen and (max-width: 550px){
	.news_image_hoch{
		width:100%;
	}
}


@media only screen and (max-width: 510px){
	.galerie_single {
		height:140px;
		width:140px;
		margin:5px;
	}
	
	.galerie_desc {
		height:55px;
		width:140px;
	}
		
	.galerie_single:hover .galerie_desc {
		height:55px;
		width:140px;
	}
	
}



@media only screen and (max-width: 500px){
	.video_embed {
		height:250px;
	}
	
	.news_image{
		width:100%;
		height:100%!important;
	}
}


@media only screen and (max-width: 400px){
	.video_embed {
		height:220px;
	}
}


@media only screen and (max-width: 340px){
	.appbar_fb{
		display:none;
	}
	
	.appbar_yt{
		display:none;
	}
}