@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	background: url(../bilder/hg.jpg) no-repeat center center fixed #fff; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

body#subpage{
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	background: url(../bilder/hg.jpg) no-repeat center center fixed #fff; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 92, 144,0.5) url(../bilder/pfeil.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #005c72;
  opacity: 1;}
  
  
   .linkz { 

float:left;
margin-top: 5px;

		}
  
  .news2 {



    
 font-family: 'Open Sans', Arial, Helvetica, sans-serif;	
	font-weight: 400;

	padding:5px 18px 5px 18px;	
	 background: rgba(255, 255, 255, 0.5);
  color: #ccc; 
  

  text-decoration: none;
 }
 
.news2:hover {background-color: #666;
	  text-decoration: none;  color: #fff; 
}
	  
	  
  
  
  .re {text-align:right;}
    .mi {text-align:center;}
  
  
table td {color: #fff;}




hr {
border: none;
border-top: 1px solid #0077ba;
color: #Ff000;
background-color: transparent;
height: 1px;
margin: 50px 0px 50px 0px;
}



.bildermitte {

text-align: center; padding: 20px 0px 20px 0px;

}


.element {
display: inline-block;
}


a.img-s{ 
display: block;
margin:3px 4px 3px 4px;

	border: solid 1px #ccc;
}

a.img-s:hover{


	border: solid 1px #666;}





.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width:100%;
height: 100%;

}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}


  

div {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #fff;
	line-height:1.6em;
	font-weight: 400;
}



h1 {	font-weight: 600;  font-size:2em; line-height:1.2em;}

h2 {	 font-size:1.6em; margin-top:-5px;}





a {
	color: #0077ba;
	text-decoration: none;
	font-weight:bold;

}

a:hover {
	color: #113b6b;
	text-decoration: underline;
}





a[href^="tel"]:link
{
color: #fff;
text-decoration: none;
font-weight:normal;
cursor:text;
}

a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: none;
}


a[href^="tel2"]:link
{
color: #666;
text-decoration: none;
font-weight:normal;
cursor:text;
}

a[href^="tel2"]:visited,
a[href^="tel2"]:hover {
text-decoration: none;
}


.mitte {
	padding: 20px;  
	width: 90%; 
	text-align: left; 
	margin-left: auto;   
	margin-right: auto;
}

.mitte-log {
	width: 80%; 
	margin-left: auto;   
	margin-right: auto;

}






#kopf{
	width: 100%;
z-index: 999;
	margin-top:0px;
	padding: 0px 0px 0px 0px;


}	






#trans-w {
	width: 40%;
	
	
	background:rgba(50,50,50,0.5); 
	padding: 30px;
	margin-left:30%;
	margin-top:50px;
		
}




.white {color:#fff}




.clean { clear:both;}



#footer {
	width:100%;
	margin: 0;
	padding: 0;
	bottom: 0px;
	height: auto;
	background: #005c72;  
	border-top: solid 4px #ccc;
/*	-webkit-box-shadow: 0px 1px 6px #333; box-shadow:0px 1px 6px #333;*/
}


	
#footeraddress {
	font-size: 90%;
	color:#cde0e2;
	float:left; 
	text-align: left; 
	width: 66%;

}

#footerimpress {
	text-align: right;
	float:right;
	width: 33%;
	margin-top: -8px;
}


.thumb {;
	margin-right: 20px; 
	margin-bottom:6px; 
	margin-left:6px; 
	margin-top:6px; 
	float: left;
}

.entryclearfix img2 { 
	margin-right: 20px; 
	margin-bottom:6px; 
	margin-top:6px;
}

.newsentry img { 
	margin-right: 20px; 
	margin-bottom:6px; 
	margin-top:6px;
}




/* R E S P O N S I V E   S T Y L E *******************************************************/

@media only screen and (max-device-width: 960px) {
a[href^="tel"]:link {
color: #fff;
font-weight:bold;
text-decoration: none;}

a[href^="tel"]:visited,
a[href^="tel"]:hover {
text-decoration: underline;


   }
   

}


/* ****** maximu desktops ******* */
@media (min-width: 1600px) {



}






/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

#trans-w {
	width: 60%; 

	
	padding: 20px;
		margin-left:20%;
margin-top:50px;
		
}
	

	

	
	
	h1{
		font-size: 30px;
		margin-top: 0px; 
		font-weight: 700;
		
	}
}


/* Landscape phones and smaller */
@media (max-width: 480px) {


#trans-w {
	width: 100%; 
	margin-top:0%;
	padding: 20px;
	margin-left:0;
		
}




	.mitte { 
		width: 100%; 
	}
	
}
