
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300); */

@font-face 
{ 
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
/*src: url('https://vektorskop.de/fonts/Open_Sans/OpenSans-VariableFont_wdth%2Cwght.ttf'); */ 
src: url('/fonts/Open_Sans/static/OpenSans/OpenSans-Regular.ttf');
}


html {
	border-top:3px solid #000000;
}

body {
	background-color: #FFF;
	margin: 30px;
}

#container {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0px 5px;
}

header {
	width: 100%;
}

#logo img{
	max-width: 1920px;
	width:80%;
	padding:0 10%;
	margin: 100px 10% 0 10%;
	height: auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#content {
	float: left;
	width: 100%;
	padding-top: 90px;
	margin-bottom: 100px;
}

#content img{	
	max-width:200px;
	width:40%;
	height:auto;
	display: block;
    margin-left: auto;
    margin-right: auto
}

#content h1 {
	font-size: 2.5vw;
	font-weight:200;
	color:#000000;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0em !important;
}

#centralcontentimpressum h1 {
	font-size: 2.5vw;
	font-weight:400;
	color:#000000;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0em !important;
	padding-top:90px;
}

#impressum h2 {
	padding-top:17px;
	font-size: 1.4em;
	font-weight:600;
	color:#000000;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0em !important;
}
#centralcontentimpressum h2 {
	padding-top:10px;
	font-size: 1.4em;
	font-weight:600;
	color:#000000;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0em !important;
}


p{
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration:none;
	color:#000000;
	}


#content section {
	margin: 0 0 5% 0;
	width: 100%;
	float:left;
}

#content section {
	width: 30%;
	float: left;
	margin: 1.66666667%; 
}

#impressum section{
	width: 25%;
	float: left;
	padding: 1%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#centralcontent section {
	clear: both;
	text-align: center;
	font-size: 1.2em;
}

#centralcontentimpressum section {
	clear: both;
	text-align: center;
	font-size: 1em;
}

footer {
	padding: 3%;
	clear: both;
	text-align: center;
	font-size: 0.75em;
	
}
@media screen and (max-width:996px) {
#impressum section{
	width: 100%;
	padding: 1%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#centralcontentimpressum h1 {
	font-size: 5vw;
	font-weight:600;
}
}
@media screen and (max-width:710px) {
#centralcontentimpressum h1 {
	font-size: 1.6em;
	font-weight:400;
}
#centralcontent section{
	font-size:1em;
	}
#logo img{
	width:100%;
	padding:0 1%;
	margin: 100px 0% 0 0%;
	height: auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#content img{	
	width:80%;
}
#content h1 {
	font-size:2.5vw;
	}
#content{
	margin-bottom:50px;}

}
