@charset 'UTF-8';

html,
html * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

header {
	width: 100%;
	top: 0;
	padding: 1.5em 1.5em 1.5em 0em;
	position: fixed;
	background: #B7B7B7;
	z-index: 1000;
}


body {
	font-family: arial, sans-serif;
	font-size: 1vw;
	background: #B7B7B7;
	padding: 3.5em;
}

footer {
	padding: 1em;
	background-color: #EDEDED;
	border-top: 1em solid #B7B7B7

}

img { 
	width: auto;
	max-width: 95%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

h1 {
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: 0.5em;
	padding: 0 0 1em 0;
}

h2 {
	font-size: 1em;
	line-height: 2.2;
	padding: 0em 0 0em 0;
	letter-spacing: 0em;
	text-transform: uppercase;
}
h3 {
	font-size: 1.5em;
	font-weight: 100;
	line-height: 2.75;
	letter-spacing: .35em;
	text-transform: uppercase;
}


a, a:visited {
	color: inherit;
}


.site-header p {
	colour: red;	
	text-transform: uppercase;
	font-size: 100.5em;
	letter-spacing: .5em;
}


.site-nav {
	position: relative;
	float: right;
	z-index: 400;
	top: 0;
	left: 0;
	display: block !important;
	width: 50%;
	padding: .75em 5.5em 0 0;
	opacity: .95;
	background: none;
}

.site-nav ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
}

.site-nav ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 1.5em;
}

.site-nav ul li a {
	font-size: 0,85em;
	padding-bottom: .5em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #EDEDED;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.site-logo {
	position: relative;
	display: block;
	float: left;
}
	.site-nav ul li a:hover {
	outline: none;
	border-bottom: 1px solid #EDEDED;
}

.logo {
	padding: 7em 0 1em 0;
	opacity: 1;
	background-color: #EDEDED;
}
.who-we-are{
	padding: 1em;
	background-color: #EDEDED;
	border-top: 1em solid #B7B7B7
}

.impressum {
	padding: 7em 0 1em 1.5em;
	opacity: 1;
	background-color: #EDEDED;
}
