


body {
	color: #000;
	font-family: 'Muli', sans-serif;
	margin: 0;
	background-color: #FFFFFF;
	height: 100vh;
	background-size: cover;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
	
#page { 
	width: 100%;
	height: 100%; 
}

#header {
	height: 90%;
}

#image {
	background: url(main_image01.jpg);
	padding-top: 0px;
	text-align: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
}

#header {
	width: 100%;
	align-items: center;
	margin: 0 auto;
}

#logo {
	align-self: center;
}

#button {
	width: 200px;
	float: right;
	padding-top: 18px;
    padding-right: 40px;
}

#content {
	padding-top: 250px;
	padding-right: 250px;
	width: 100%;
	margin: 0 auto;
}

#box2 {
	background-color: rgba(255, 255, 255, 0.00);
	float: center;
	text-align: center;
	padding: 20px;
	position: absolute;
	bottom: 50%;
    width: 100%;
}

#box1 {
	background-color: rgba(255, 255, 255, 0.80);
	float: center;
	text-align: center;
	padding: 20px;
	position: absolute;
	bottom: 10%;
    width: 100%;
} 

#footer {
	background-color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
}

#footer {
	width: 100%;
	margin: 0 auto;
}

#imprint {
	background-color: #FFFFFF;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
}

#imprint {
	width: 900px;
	margin: 0 auto;
}

div.left {
	width: 200px;
	float: left;
}
	
h1 {
	font-family: 'Muli', serif;
	font-size: 45px;
	font-weight: lighter;
	line-height: 50px;
	margin:  0 0 20px 0;
	word-spacing: 60 px;
	color: #FFFFFF;
}
	
p {
	font-size: 14px;
	line-height: 20px;
	margin:  0 0 20px 0;
	word-spacing: 60 px;
}

p.sub {
	margin:  0 0 7px 0;
}

p.menu {
	font-size: 14px;
	font-weight: lighter;
	line-height: 20px;
	color: #000000;
	margin:  0 20px 20px 0;
	word-spacing: 60 px;
}

p.impressum {
	font-size: 10px;
	font-weight: lighter;
	text-align: left;
	line-height: 16px;
	color: #000000;
	margin:  0 20px 20px 0;
	word-spacing: 60 px;
}

p.head {
	font-size: 14px;
	line-height: 20px;
	margin:  0 0 20px 0;
	word-spacing: 60 px;
}

h2 {
	font-size: 20px;
	font-weight: lighter;
	line-height: 20px;
	color: #000000;
	margin:  0 0 20px 0;
	word-spacing: 60 px;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

.snfneg1:link {
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.snfneg1:active {
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.snfneg1:visited {
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.snfneg1:visited:hover {
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.snfneg1:hover {
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}