/* green united */

@import url("//hello.myfonts.net/count/353e52");

  
@font-face {font-family: 'FFDaxlineWebPro';src: url('../fonts/353E52_0_0.eot');src: url('../fonts/353E52_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/353E52_0_0.woff2') format('woff2'),url('../fonts/353E52_0_0.woff') format('woff'),url('../fonts/353E52_0_0.ttf') format('truetype');}
 

* {
margin:0;
padding:0;
}


html, body {
	height: 100%;
	width: 100%;
	font-family: FFDaxlineWebPro;
	font-weight: normal;
	color: black;
	font-size: 24px;
	line-height: 140%;
	background: #95c11f;
}

a, a:link, a:visited { text-decoration: none; color: #fff; }

a:hover, a:active { text-decoration: underline; }

#distance {
width: 1px;
height: 50%;
margin-bottom: -200px;
float: left;
}

#content {
	margin: 0 auto;
	position: relative;
	height: 400px;
	max-width: 543px;
	padding: 0 20px 0 20px;
	clear: left;}

#logo {
	width: 100%;
}

.logo img {
    display: block;
	max-width: 503px;
	width: 100%;
	height: auto;
	
}

#logo h1 a span {
    display: none;
}

#info {
	width: 100%;
	margin: 15% 0% 0% 25%;
}

/* Impressum */

.imp {
	position: absolute;
	bottom: 20px;
	left: 25px;
	font-size: 75%;
	color: black;
}

.imp a, .imp a:visited  {
	color: black;
}

#impressum {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow:auto;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0); 
    background: rgba(0, 0, 0, .8);
	z-index: 10000;
	color: #fff;
	display: none;
}

.impressum { max-width: 960px; margin: 5% auto; }

.impressum .text { font-size: 75%; line-height: 140%; }

.impressum .text p { padding-left: 0!important; padding-top: 20px; }

.impressum h3 { margin-top: 0; }

.impressum a, .impressum a:link, .impressum a:visited { text-decoration: underline; color: #fff; transition:.6s; -o-transition:.6s; -ms-transition:.6s; -moz-transition:.6s; -webkit-transition:.6s; }

.impressum a:hover, .impressum a:active { color: #fff; }

.headline { float: left; }

.schließen { width: 33px; height: 33px; float: right; background: url(../art/schließen.svg) no-repeat; cursor: pointer; transition:.6s; -o-transition:.6s; -ms-transition:.6s; -moz-transition:.6s; -webkit-transition:.6s; }

.schließen:hover { background: url(../art/schließen_g.svg) no-repeat; }

.c { clear: both; }


@media screen and (max-width:640px) {

p { font-size: 21px; line-height: 140%; }

#distance {
width: 1px;
height: 50%;
margin-bottom: -150px;
float: left;
}


#content {
	margin: 0 auto;
	position: relative;
	height: 300px;
	max-width: 543px;
	padding: 0 40px 0 40px;
	clear: left;}
	


#info {
	width: 100%;
	margin: 15% 0% 0% 20%;
}
	
.impressum { width: 90%; margin: 5% auto; font-size: 18px; }
.impressum .text p { font-size: 18px; line-height: 133.334%; font-style: normal; }

