/* General Demo Style */
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 12px; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #89867e;
	background: #f9f9f9;
}

#wrapper {
	display: block; 
	position: absolute; 
	min-height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.container {
	display: block; 
	margin-bottom: 8%;
}

.wappen.left {
	padding-left: 2%;
}
.right a{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #999;
	font-size: 3.5vmin;
	cursor: pointer;
	position: fixed;
	top: 3vh;
	right: 5px;
	
}
.right a:hover {
	color: #FFF;
}

#frame {
	/*visibility: visible;*/
	margin:0px;
	height: auto;
	padding-bottom: 10%;
}

footer {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 2vmin;
	font-weight: 300;
	letter-spacing: 0.04em;
	width: 100%;
	position: absolute; display: block; bottom: 0;
	}

.wappen{
	font-family: 'ws_kontor';
	font-size: 2.5em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}
	footer .wappen a{
	font-size: 2.5vmin;
	float: right;
	color: #FFF;
}
	.facebook, .google{
	padding-right: 10px;
	padding-top: 0.4%;
}
	.facebook:hover {
	color: #33F;
}
	.google:hover {
	color: #D73D32;
}


a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

.main {
	width: 100%;
	margin: 2em auto 0;
	min-height: 12em;
}

.main {
	max-width: 82em;
}

header, footer {
	text-align: center;
	background: rgba(0,0,0,0.85);
	padding: 0.1em 0;
	color: #FFF;

}


header h1 {
	font-family: 'Cinzel', serif;
	font-size: 3vmin;
	letter-spacing: 1.5vw;
	content: 'viewport-units-buggyfill; font-size: 5vh; letter-spacing: 1.5vw; ';
	font-weight: 100;
	font-kerning: none;
}


/* Header Style */


.container .content{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 2.5vmin;
	line-height: 1.5em;
	font-weight:300;
	letter-spacing: 0.04em;
	width: 90vw;
	margin: 1em auto;
	padding: 0.5em 1em;
	height: 100%;
	background: rgba(255,255,255,0.94);
	color: #555;
}

.container .content a:hover {
	color: #C00;
}


@media (min-width:32.5em) and (max-width: 49.938em) {
		#wrapper {
		background-repeat: no-repeat;
		background-size: cover;
		}	
		.container .content, footer{
		font-size: 3vw;
		}
		footer .wappen{
		font-size: 2.5vw;
		}
		header h1{
		font-size: 5vw;
		}		

}

@media (max-width: 49.938em) {	
		#wrapper {
		background-repeat: no-repeat;
		background-size: cover;
		}
		.container .content, footer{
		font-size: 2.5vw;
		}
		footer .wappen{
		font-size: 3.5vw;
		}
		header h1{
			font-size: 3vw;
		}		
}

@media (min-width: 32.5em) and (max-width: 38.688em) {
		#wrapper {
		background-repeat: no-repeat;
		background-size: 200vh;
		}
		header .wappen{
		display: none;
		}
		.container .content, footer{
			font-size: 2.5vw;
		}
		footer .wappen{
		font-size: 3.5vw;
		}
		header h1{
			font-size: 4vw;
		}		
}

@media (max-width: 32.438em) {
		#wrapper {
			background-image: url(../bilder/mobile.png);
			background-repeat: no-repeat;
			background-size: cover;
			}	
		header .wappen{
			display: none;
		}
		.container .content, footer{
			font-size: 3.5vw;
		}
		footer .wappen{
		font-size: 4vw;
		}
		header h1{
			font-size: 5vw;
		}		
}