@charset "utf-8";
/* CSS Document */
/*gruen Logo #2e8272; */
@font-face {
    font-family: 'helveticaneuelightitalic';
    src: url('../fonts/helvnli-webfont.woff2') format('woff2'),
         url('../fonts/helvnli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
background: -moz-linear-gradient(top, rgba(246,230,180,0.24) 21%, rgba(246,230,180,0.25) 43%, rgba(237,144,23,0.29) 100%);
background: -webkit-linear-gradient(top, rgba(246,230,180,0.24) 21%,rgba(246,230,180,0.25) 43%,rgba(237,144,23,0.29) 100%);
background: linear-gradient(to bottom, rgba(246,230,180,0.24) 21%,rgba(246,230,180,0.25) 43%,rgba(237,144,23,0.29) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3df6e6b4', endColorstr='#4aed9017',GradientType=0 );
}
h1{
	font-size:16px;
}
.screenContainer{
	width:100%;
}
.container{
	max-width:1000px;
	/*min-height:600px;*/
	background-image:url(../images/logo_bg.png);
	background-repeat:no-repeat;
	background-size: cover;
	background-position:top;
}
header{
	height:10em;
	width:100%;
	overflow:hidden;
}
.zitat{
	 font-family: 'helveticaneuelightitalic';
	 font-size:20px;
}
.text_zentriert{
	text-align:center;
	font-size:16px;
	font-weight:500;
	padding:1.5em 0 1.5em 0;
}
footer{
	height:5em;
	margin-top:2em;
}
#imp, #dat{
	float:left;
	width:45%;
	cursor:pointer;
	padding:0 2em 0 0;
}
#datenschutz, #impressum{
	display:none;
}
.datenschutz, .impressum{
	max-height:500px;
	overflow:auto;
	border-top:1px solid #363;
	padding:1em;
	background:#fff;
}
#schlissen{
	float:right;
	width:100px;
	text-align:right;
	text-decoration:underline;
	cursor:pointer;
}