/*um von facebook kommende refs das display wieder einzuschalten*/
html{display:block!important}

html { height: 101%; } 

body {
	background:#204761;
  	width: 100%;
	height: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 20px;
}

.jameda{
	margin: 0px 0px 0px 20px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

.box{
	max-width: 1000px;
}

.bild{
	width: 400px;
	float:right;
	margin: 0px 0px 20px 20px; /*1=oben, 2=rechts, 3=unten, 4=links*/
	border-bottom-left-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	-webkit-bottom-left-radius: 20px;
}

.bild_banner{
	display:flex;
	width: 100%;
	padding: 0px 0px 20px 0px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

img.zoom{
	transition: transform 0.8s;
}

img.zoom:hover{
	transform: scale(1.2, 1.2);
}

strong{
	font-weight: bold;
}

small{
	font-size: 11px;
}

text.label_zeit{
	text-align: left;
	width: 150px;
}

.label_tag_links {
	float:left;
	width: 100px;
}

.label_zeit_links {
	float:left;
	width: auto;
}

.label_rechts {
	float:right;
	width: auto;
}

.datenschutz_widerruf{
	border: 1px #000000 solid;
	padding: 0px 0px 0px 0px; /*1=oben, 2=rechts, 3=unten, 4=links*/
	margin: 0px 20px 0px 20px ; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

a:link{ color:#4EB579; text-decoration:none;}
a:visited{ color:#4EB579; text-decoration:none; }
a:hover{ color:#17A8D4; text-decoration:none; }
a:active{ color:#4EB579; text-decoration:none; }
a:focus{ outline:none; }

#menue a:link{text-decoration:none; color:#4EB579; display:block; padding: 5px 0px 5px 20px; margin: 0px 0px 0px 0px;}
#menue a:visited{text-decoration:none; color:#4EB579; display:block; padding: 5px 0px 5px 20px; margin: 0px 0px 0px 0px;}
#menue a:hover{text-decoration:none; color:#17A8D4; background-color: rgba(32,71,97,0.0); display:block; padding: 5px 0px 5px 20px; margin: 0px 0px 0px 0px;}
#menue a:active{text-decoration:none; color:#4EB579; display:block; padding: 5px 0px 5px 20px; margin: 0px 0px 0px 0px;}
#menue a:focus{outline:none;}

#menue{
	width: 200px;
}


.aus{
	display: none;
}

.blind_desktop{
	display: none;
}

.blind_mobil{
	display: block;
}

.blind{
	display: none;
}

.kopf_logo{
	display: flex; 
    	justify-content: right; 
    	align-items: right;
padding: 0px 15px 0px 15px;
}

.kopf_adresse{
	text-align: center;
	color: #000000;
	background:#DEDEDE;
  	padding: 10px 0px 10px 0px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

#inhalt{
	width: 1150px;
	margin: 0px auto; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

#inhalt_kopf{
	padding: 20px 45px 15px 15px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

#inhalt_links{
	width: 150px;

	float: left;
	padding: 0px 15px 0px 15px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

#inhalt_breit{
	width: 900px;
	padding: 0px 15px 0px 15px; /*1=oben, 2=rechts, 3=unten, 4=links*/
	float: left;
}

.fuss{
	
	background:#204761;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    	text-align:center;
    	color:#000000;
	width: auto;
	height:100px;
	clear: both;
	/*border-top: 2px solid #05893E;*/
}

.schatten {
	/* Versatz links - Versatz oben - Unschärfe - Schattenradius - Farbe */
  	box-shadow: -2px 2px 3px #333333; /* Opera */    
  	-moz-box-shadow: -2px 2px 3px #333333; /* Firefox/Mozilla */  
  	-webkit-box-shadow: -2px 2px 3px #333333; /* Safari/Chrome */  
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=-135, Color='#333333; ')"; /* IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=-135, Color='#333333; ');/* IE 5.5 - 7 */ 
}

.radius{
	#border-top-left-radius: 20px;
   	border-bottom-left-radius: 20px;
   	#border-top-right-radius: 20px;
	#border-bottom-right-radius: 20px;
	#-moz-border-top-left-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	#-moz-border-right-left-radius: 20px;
	#-moz-border-right-left-radius: 20px;
	#-webkit-top-left-radius: 20px;
	-webkit-bottom-left-radius: 20px;
	#-webkit-right-left-radius: 20px;
	#-webkit-right-left-radius: 20px;
}

.box{
	border: 2px solid #204761;
	background:#ffffff;
	margin: 0px 0px 25px 0px; 	/*1=oben, 2=rechts, 3=unten, 4=links*/
	padding: 0px 0px 0px 0px;	/*1=oben, 2=rechts, 3=unten, 4=links*/
	width: auto;
	overflow:hidden;
	#border-bottom-right-radius: 20px;
	border-bottom-left-radius: 40px;
	#-moz-border-bottom-right-radius: 20px;
	-moz-border-bottom-left-radius: 40px;
	#-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 40px;
}

.box h3{
	background:#ffffff scroll 0 0;
	color: #000000;
	font-weight: bold;
	height: 22px;
	line-height: 25px;
	margin: 0px 0px 0px 0px;	/*1=oben, 2=rechts, 3=unten, 4=links*/
	padding: 10px 0px 10px 20px; 	/*1=oben, 2=rechts, 3=unten, 4=links*/
}

.box p{
	text-align:justify;
	width: auto;
	color: #000000;
	margin: 0px 0px 0px 0px;	/*1=oben, 2=rechts, 3=unten, 4=links*/
	padding: 20px 20px 20px 20px; 	/*1=oben, 2=rechts, 3=unten, 4=links*/
}

.info_box{
	/*border: 2px solid #05893E;*/
	background:#204761;
	margin: 0px 0px 25px 0px; 	/*1=oben, 2=rechts, 3=unten, 4=links*/
	padding: 0px 0px 0px 0px;	/*1=oben, 2=rechts, 3=unten, 4=links*/
	width: auto;
	overflow:hidden;
	text-align:right;
	float:right;
}

.info_box h3{
	background:#204761; scroll 0 0;
	color: #ffffff;
	font-weight: bold;
	height: 22px;
	line-height: 25px;
	margin: 0px 0px 0px 0px;	/*1=oben, 2=rechts, 3=unten, 4=links*/
	padding: 10px 0px 10px 20px; 	/*1=oben, 2=rechts, 3=unten, 4=links*/
}

.info_box p{
	text-align:justify;
	width: auto;
	color: #ffffff;
	margin: 0px 0px 0px 0px;	/*1=oben, 2=rechts, 3=unten, 4=links*/
	padding: 20px 20px 20px 20px; 	/*1=oben, 2=rechts, 3=unten, 4=links*/;
}

#gallery_1{
	width:auto;
	padding: 0px 35px 0px 35px; /*1=oben, 2=rechts, 3=unten, 4=links*/
  	-webkit-column-count:1;
  	-moz-column-count:1;
  	column-count:1;
}
#gallery_2{
	width:auto;
	padding: 0px 35px 0px 35px; /*1=oben, 2=rechts, 3=unten, 4=links*/
  	-webkit-column-count:2;
  	-moz-column-count:2;
  	column-count:2;
}

#gallery_3{
	width:auto;
	padding: 0px 35px 0px 35px; /*1=oben, 2=rechts, 3=unten, 4=links*/
  	-webkit-column-count:3;
  	-moz-column-count:3;
  	column-count:3;
}

#gallery_4{
	width:auto;
	padding: 0px 35px 0px 35px; /*1=oben, 2=rechts, 3=unten, 4=links*/
  	-webkit-column-count:4;
  	-moz-column-count:4;
  	column-count:4;
}

.gallery_bild{
	width: 100%;
  	height: auto;
	#padding: 1px;
	background:#DEDEDE;
	display:flex;
}

.gallery_box {
	position: relative; 
	#border:1px solid #DEDEDE;
	background:#204761;
	margin: 0px 0px 15px 0px ; /*1=oben, 2=rechts, 3=unten, 4=links*/
	overflow:hidden;
}

.gallery_text{
	position: absolute;
  	bottom: 0; 
	width: 100%;
	background: rgba(32, 71, 97, 0.85);
	text-align:left;
	overflow:hidden;
	padding: 5px 10px 10px 10px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

nav{
	text-align:right;
}

nav ul{
	width: 200px;
}

nav li{
  	display: inline-block;
}

nav li.button{
    	display: none;
}

.button_icon{
	width: 40px;
	height: 40px;
	padding: 10px 25px 0px 20px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

/************************************************************************************/
@media screen and (max-width: 1100px) {


.bild{
	display:flex;
	width: 100%;
	padding: 0px 0px 20px 0px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

#inhalt{
	width: auto;
}

#inhalt_breit{
	width: 60%;
}

#inhalt_kopf {
	padding: 20px 220px 15px 15px;	/*1=oben, 2=rechts, 3=unten, 4=links*/
}

}

/************************************************************************************/
@media screen and (max-width: 900px) {

#inhalt{
	width: auto;
}

#inhalt_breit{
	width: 50%;
}

#inhalt_kopf {
	padding: 20px 220px 15px 15px;	/*1=oben, 2=rechts, 3=unten, 4=links*/
}

}

/************************************************************************************/
@media screen and (max-width: 700px) {

#menue{
	width: 300px;
	text-align: left;
}

.jameda{
	margin: 0px 0px 20px 20px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

#inhalt_kopf {
	padding: 0px 17px 0px 15px;	/*1=oben, 2=rechts, 3=unten, 4=links*/
}

#inhalt_links {
	width: auto;
	float: none;
	padding: 0px 15px 0px 15px;	/*1=oben, 2=rechts, 3=unten, 4=links*/
}

#inhalt_breit{
	width: auto;
	float: none;
	padding: 0px 15px 0px 15px;	/*1=oben, 2=rechts, 3=unten, 4=links*/
}

.kopf_logo{
	padding: 15px 0px 0px 0px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

.blind_desktop{
	display: block;
}

.blind_mobil{
	display: none;
}

nav {
  	position:relative;
  	height: 50px;
	text-align: left;
}

nav li {
	display: none;
}

nav li.button{
    	display: block;	
	animation: move 0.5s ease;
}

nav ul:hover li.button{
	display: none;
}

nav ul:hover li{
	width: 300px;
	top: 0px;
	left: 20px;
	position:relative;
	display: block;
  	background: rgba(32,71,97,0.96);
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	animation: move 0.8s ease-in-out;
	background-image:url(_images/menue_trenner_aus.png) ;
    	background-repeat:no-repeat;

    	background-position:center top;
z-index: 99;
}

.move{
	animation: move;
}

@keyframes move {
0%{ 
	left: -200px;
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}
50%{
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}
100%{ 
	left: 20px;
	opacity: 1;
	transform: none;
}
}

.schatten_mobil {
	/* Versatz links - Versatz oben - Unschärfe - Schattenradius - Farbe */
  	box-shadow: -2px 2px 3px #333333; /* Opera */    
  	-moz-box-shadow: -2px 2px 3px #333333; /* Firefox/Mozilla */  
  	-webkit-box-shadow: -2px 2px 3px #333333; /* Safari/Chrome */  
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=-135, Color='#333333; ')"; /* IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=-135, Color='#333333; ');/* IE 5.5 - 7 */ 
}

.menue_oben{
	border-top: 2px solid #ffffff;
	height: 10px;
	#border-top-right-radius: 20px;
	#border-top-left-radius: 20px;
	#-moz-border-top-right-radius: 20px;
	#-moz-border-top-left-radius: 20px;
	#-webkit-border-top-right-radius: 20px;
	#-webkit-border-top-left-radius: 20px;
}

.menue_unten{
	border-bottom: 2px solid #ffffff;
	height: 20px;
	#border-bottom-right-radius: 20px;
	border-bottom-left-radius: 50px;
	#-moz-border-bottom-right-radius: 20px;
	-moz-border-bottom-left-radius: 50px;
	#-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 50px;
}

#menue a:link{text-decoration:none; color:#4EB579; display:block; padding: 15px 15px 15px 15px; margin: 0px 10px 0px 10px;}
#menue a:visited{ text-decoration:none; color:#4EB579; display:block; padding: 15px 15px 15px 15px; margin: 0px 10px 0px 10px;}
#menue a:hover{ text-decoration:none; color:#17A8D4; background-color: rgba(255,255,255,0.1); display:block; padding: 15px 15px 15px 15px; margin: 0px 10px 0px 10px;}
#menue a:active{ text-decoration:none; color:#4EB579; display:block; padding: 15px 15px 15px 15px; margin: 0px 10px 0px 10px;}
#menue a:focus{outline:none;}

}

/************************************************************************************/
@media screen and (max-width: 500px) {

#inhalt_kopf {
	padding: 0px 17px 10px 15px;	/*1=oben, 2=rechts, 3=unten, 4=links*/
}

#fuss{
	width: auto;
	padding: 10px 15px 10px 15px; /*1=oben, 2=rechts, 3=unten, 4=links*/
	float: none;
}