*{
	margin: 0;
	padding: 0;
	font-family: Verdana;
}

body {
	background-color: #e5e5e5;
}

header{
	background-image: url(föhr-dünen2.jpg);
	height: 100vh;
	background-size: cover;
	background-position: center;
}

ul{
	float: right;
	list-style-type: none;
	margin-top: 35px;
	margin-right: 10%;
}

ul li{
	display: inline-block;
}

ul li a{
	text-decoration: none;
	color: #fff;
	padding: 5px 20px;
	transition: 0.5s ease;
	font-size: 3vmin;
}

ul li a:hover{
	background-color: #f2f2f2;
	color: #000;
}


.main{
	margin: auto;
	background-color: #c9c9c9;
	top: 0;
	width: 100%;
}

.main2{
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	background-image: url(föhr-dünen3.jpg);
	height: 85px;
	background-position: center;
	background-size: cover;
	z-index: 1000;
}

.main2 a{
	display: block;
	padding: 5px 20px;
	top: 0;
	text-align: center;
	font-size: 3vmin;
}

.title{
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.title h1{
	color: #DCDCDC;
	font-size: 10vmin;
}

.subtitle{
	position: absolute;
	top: 69%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.subtitle h2{
	color: #DCDCDC;
	font-size: 4vmin;
}

.text {
	margin: 27vmin;
	position: static;
	text-align: center;
	height: 40%;
	color: #000;
	font-size: 3vmin;
	font-family: arial;
}


.text p{
	color: #000;
	font-size: 3vmin;
	font-family: arial;
}

.text p strong{
	color: #000;
	font-size: 3vmin;
	font-family: arial;
}

.text h2{
	color: #000;
	font-size: 3vmin;
	font-family: arial;
}

.text h1{
	color: #000;
	font-size: 6vmin;
	font-family: arial;
}

