@media only screen and (max-width: 800px) {
	@-ms-viewport { width:device-width; zoom:1; }
	@-o-viewport { width:device-width; zoom:1; }
	@viewport { width:device-width; zoom:1; }
/* CSS für mobile Endgeräte*/

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
	padding-bottom:4em;
}

body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:14px;
	line-height:22px;
	height: 100%;
	padding-bottom:4em;
}
	
#bild {
	background-image: url("img/Aussenansicht.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 92px;
	padding-top: 250px;
}

#header {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0;
	background: rgb(0,150,202);
	background: rgba(0,150,202,0.5);
}

#container{
	width:100%;
	min-width:70%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 4em;
}


#footer {
	width: 100%;
	height: 4em;
	background-color: #909090;
	text-align: center;
	position: fixed;
    bottom: 0;
}

#menu {
	margin: auto;
	padding-top: 18px;
	width: 95%;
	text-align:right;
	color: #FFF;
}

#content{
	width:90%;
	min-height:600px;
	margin:auto;
	font-size:14px;
	line-height:22px;
	padding-top: 30px;
	padding: 2em;
}
	
#txt {
	width: 90%;
	padding: 0;
}

#links {
	width: 90%;
}

#loop{
	width: 90%;
	padding-bottom: 80px
}

.resp {
	width: 90%;
}
	
#flip, #flip3, hr {
	width: 90%;
	}
	
.blau, .blau_rechts, .blau_k, .blau_g {
	width: 81% !important;
	height: auto;
	margin: 0 0 20px 0;
}

.bild, .bild_rechts, .bild_g, .bild_g_rechts, .bild_k, .bild_k_rechts {
	width: 90%;
	height: auto;
	margin: 0 0 20px 0;
}
	
.closed { 
	background:url(img/auf.jpg) no-repeat; 
	background-size: 45%;
	background-position: right;
}

.open { 
	background:url(img/zu.jpg) no-repeat; 
	background-size: 45%;
	background-position: right;
}

/* Links */

a:link {
	text-decoration: none;
	color:#FFF;
	border:none;
}

a:visited {
	text-decoration: none;
	color: #FFF;
	border:none;
}

a:hover {
	text-decoration: none;
	border:none;
	font-weight:700;
}

a.link_blau:link {
	text-decoration: none;
	color:#3EA5CB;
	border:none;
}

a.link_blau:visited {
	text-decoration: none;
	color: #3EA5CB;
	border:none;
}

a.link_blau:hover {
	text-decoration: none;
	border:none;
	font-weight:700;
}

#flip, #flip3 {
	font-family: 'Amatic SC', cursive;
	font-weight:400;
	font-size:2em;
	line-height: 2em;
}
	


/* Schrift */

h1{
	font-family: 'Amatic SC', cursive;
	font-weight:700;
	font-size:2.3em;
	color:#FFF;
	line-height: 0em;
}

h2{
	font-family: 'Amatic SC', cursive;
	font-weight:400;
	font-size:2em;
	line-height: 50px;
}

h3{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:0.9em;
	color:#FFF;
	line-height: 4.2em;
}

b{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
}
	
#menu {
	font-size:0.9em;
}
	
a[href^=tel], a[href*="0"]{
    color:inherit;
    text-decoration:none;
}	

}