@charset "utf-8";
html {
    -webkit-text-size-adjust: 100%; /* Gleiche Schriftgröße Portrait und Landscape auf dem I-Phone */
	height:100%;
}
body{
	height: 100%;
	display:flex;
	flex-direction:column;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background-color:#EAEAEA;
	overflow-y: scroll;
	}
main{
	flex:1;
	}
#kopfzeile{
	width:100%;
	height: auto;
	}
#wappen{
	padding-left:9%;
	overflow-x:hidden;
	}
#kontaktBottom{
	 	display:none !important;
	 	 }	 
		 
	@media screen and (max-width: 1700px){
		#wappen{
		padding-left:4% !important;
		}
		}
		@media screen and (max-width: 1400px){
		#wappen{
		padding-left:1% !important;
		}
		}
	
#wappen > img {
		width:100%;
		height:auto;
	}
.inhalt{
	max-width:1324px;
	margin-left:auto;
	margin-right:auto;
	padding:1%;
	}
#kontakt{
	width:auto;
	height:100%;
	padding:10px;
	background-color: #D2D2D2;
	border-radius:10px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	display:block;
	}
	@media screen and (max-width: 800px) {
	 #kontakt{
	 	display:none !important;
	 	 }
	#kontaktBottom{
	 	display:block !important;
	 	 }	 
		}

a.tel:link{
	text-decoration:none;
	white-space:nowrap;
	color:#020202;
	display:block;
	}
	a.tel:visited{
	text-decoration:none; 
	color:#020202;
	}
	a.tel:hover{
	text-decoration:none;
	color:#D81415;
	}
a.linkSparte{
	display: block;
	text-decoration: none;
	color:#D81415;
	font-weight:bold;
	line-height:1.8em;
	padding-left:5px;
	}
a.linkSparte:visited{
	color:#D81415;
	}
a.linkSparte:hover {
	color:#fff;
	background-color:#D81415;
	display: block;
	}
	
a.button{
	display: block;
	text-decoration: none;
	color:#D81415;
	font-weight:bold;
	line-height:1.8em;
	padding-left:5px;
	text-align: right;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:10px;
	border: #AAA 2px solid;
	background-color: #D4D4D4;
	font-size:2.0em;
	width: 40px;
	line-height:44px;
	border-radius:50%;
	text-align:center;
	}
a.button:visited{
	color:#D81415;
	}
a.button:hover {
	color:#fff;
	background-color:#D81415;
	display: block;
	}		
				
.fussZeile {
	padding-top:15px;
	padding-bottom:20px;
	padding-left:5px;
	line-height:1.4em;
	background-color: #010101;
	font-size:1.2em;
	border-bottom: 1px #6A6A6A solid;
}

.fussZeile > div {
	max-width:1324px;
	margin-left:auto;
	margin-right:auto;
	}
h1 {
	font-size: 1.4em;
	color: #D81415;
}
h2 {
	font-size: 1.2em;
	color: #D81415;
}
h3 {
	font-size: 1em;
	color: #D81415;
	font-weight:bold;
}
.divider{
	height:3px;
	border-bottom:#D81415 1px dotted;
	}
#kalenderBreit{
	display:block;
	}
	#kalenderSchmal{
		display:none;
		}
@media screen and (max-width: 400px){
	#kalenderBreit{
	display:none;
	}
	#kalenderSchmal{
		display:block !important;
		}
	}		


#fotoAuswahl > div > figure > img{
	width:100%;
	height:auto;
	border:#D4D4D4 1px solid;
	}
#fotoLinks, #fotoRechts{
	width:48%;
	height:auto;
	}
#fotoLinks{
	float:left;
	}
#fotoRechts{
	float:right;
	}
.fotoLinks{
	float:left;
	margin-right:10px;
	border:#D3D3D3 1px solid;
	max-width:50%;
	height:auto;
	}
figcaption{
	font-style:italic;
	font-size:0.9em;
	padding:5px;
	}
/**VORSTAND##########################*/
#vorstand figure{
	float:left;
	width:20%;
	margin:2.5% !important;
	height:auto;
	}
#vorstand > figure > img{
	width:100%;
	height:auto;
	border:#A9A9A9 1px solid;
	}	
@media screen and (max-width: 740px){
	#vorstand figure{
	width:30%;
	}
	}
@media screen and (max-width: 520px){
	#vorstand figure{
	width:45%;
	}
	}	
/*ENDE Vorstand#######################*/
/*AKTUELL###########################*/
#aktuell {
	list-style:none;
	}
#aktuell > li{
	margin-left:-40px !important;
	padding-left:5px;padding-top:5px;padding-right:5px;padding-bottom:20px;
	margin-bottom:20px;
}
#aktuell > li:nth-child(odd) {
	border: #ABABAB 1px dashed;
	}
#aktuell > li > img{
	max-width:50%;
	height:auto;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	}
.sponsorLogo{
	max-width:20%;
	heigt: auto;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
@media screen and (max-width: 1100px) {
.sponsorLogo{
	max-width: 30% !important;
	height:auto !important;
	}
	}
@media screen and (max-width: 800px) {
.sponsorLogo{
	max-width: 40% !important;
	height:auto !important;
	}
	}
@media screen and (max-width: 600px) {
.sponsorLogo{
	max-width: 50% !important;
	height:auto !important;
	}
	}
@media screen and (max-width: 400px) {
.sponsorLogo{
	max-width: 99% !important;
	height:auto !important;
	float:none;
	}
	}
/*ENDE Aktuell######################*/

/*Links-----------------------------*/
a.bottomLink:link{
	text-decoration:none;
	color:#696969;
	display: inline-block;
	}
a.bottomLink:visited{
	color:#696969;
	}	
a.bottomLink:hover{
	color:#fff;
	}
a.linkButton{
	display:inline-block;
	text-decoration:none;
	color:#fff;
	background-color:#D81415;
	padding:5px;
	min-width:100px;
	text-align:center;
	border: 3px #fff double;
	border-radius: 15px;
	}
a.linkFacebook{
	text-decoration:none;
	display:inline-block;
	font-size: 24px;
	margin-top: 4px;
	margin-bottom:1px;
	}
a.linkFacebook:hover{
	font-size:28px;	
	margin-top:0px;
	margin-bottom:0px;
	}
a.linkText{
	text-decoration:none;
	color:#D81415;
	font-weight:bold;
	}
	a.linkText:visited{color:#D81415;}
	a.linkText:hover{
		text-decoration:underline;}
/*ENDE Links------------------------*/
/*CSS nach oben scrollen*/
.back-to-top {
 background: #959595;
 text-decoration:none;
 color:#000;
 opacity:0.7;
 position: fixed;
 bottom:10px;
 right:10px;
 padding: 0.4em;
 font-size:34px;
 line-height:28px;
 font-weight:bold;
 border-radius:50% 50% 50% 50%;
 border-color:#000;
 border-width:1px;
 border-style:solid;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all  0.3s ease-in-out;
  -o-transition: all  0.3s ease-in-out;
  transition: all  0.3s ease-in-out;
}
.back-to-top:hover {
 opacity:1;
}
/*ENDE____CSS nach oben scrollen------------*/

/* C S S - D i a s h o w -------------------*/
#slideshow { 
    position: relative;
	/*padding-bottom:42%;*/
	z-index:-1;
	margin-top:-17%;
}

#slideshow > div { 
    position: absolute !important;width:100%;
	height:auto; 
	/*max-height:400px;*/ 
}
#slideshow > div > img { 
	width: 100%;
	height: auto;
}
@media screen and (max-width: 840px) {/*Anpasung in der Kopfzeile auf Bildschirmgröße*/
#slideshow > div > img { 
		height: 150px;
		width: 896px;
	}
#slideshow {
		overflow-x:hidden !important;
		/*margin-top:-150px;*/
		padding:0px !important;
		margin-top:-150px !important;
		height:153px;
	}	
#wappen> img{
	height: 150px !important;
	width: 1000px !important;
}
#wappen{
	overflow-x:hidden;	
}
/*.menueleiste{
	margin-top:0% !important;
	}*/
}
#slideshow { 
    position: relative; 
	padding-bottom:42%;
	z-index:-1;
	margin-top:-17%;
}
@media screen and (max-width: 560px) {
	#fotoLinks, #fotoRechts{
		float:none;
		margin-bottom:20px;
		width:100%;
		height:auto;
		}
}
/* E N D E */
/*START RESPONSIVE IFRAME*/
iframe {
	max-width: 100%;
		}
		    .embed-container {
      position: relative; 
      padding-bottom: 56.25%; /* ratio 16x9 */
      height: 0; 
      overflow: hidden; 
      width: 100%;
      height: auto;
    }
    .embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    }
    /* ratio 4x3 */
    .embed-container.ratio4x3 {
      padding-bottom: 75%;
    }
/* responsive iframe ENDE*/

/*AMAZON*/
@media screen and (max-width: 980px) {
	#amazon_gross{
		display:none;
	}
	#amazon_klein{
		display:block !important;
		width:40%;
	}
	}
	@media screen and (max-width: 700px) {
		#amazon_klein{
			width:100% !important;
			float:none;
			}
			#amazon_xxl{
				display:none !important;
				}
			#amazon_text{
				width:100% !important;
				float:none;
				padding-left:0px !important;
				margin-left:0px !important;
				}
	}
/*AMAZON ENDE*/