@CHARSET "UTF-8";

* {
	font-family: Verdana, sans-serif;
}

html{
	box-sizing: border-box;
}

body {
	box-sizing: inherit;
	background: #606060;
	margin: 0;
	padding: 0;
}

@media all and (orientation:portrait) {
	#tolandscape {
		display: block;
		width: 100%;
		height: 100vh;
		text-align: center;
		color: #fff;
	}
	#entrypage{
		display: none;
	}
	#about {
		display: none;
	}
}
@media all and (orientation:landscape) {
	#tolandscape {
		display: none;
	}
	#entrypage {
                display: block;
        }
        #about {
                display: block;
        }
}

#entrybackground {
	z-index: -1;
	box-sizing: inherit;
	margin: 0;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../imgs/hp_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}



#entrypage {
	z-index: 1;
	box-sizing: inherit;
	margin: 0;
	width: 100%;
	height: 100vh;
	background-image: url('../imgs/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#entrypage #arrow {
	display: block;
	text-align: center;
	line-height: 3vw;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 100%;
	font-size: 2vw;
	width: 3vw;
	height: 3vw;
	position:absolute;
	bottom: 2vh;
	margin-left: auto;
	margin-right : auto;
	left : 0;
	right : 0;
	text-decoration: none;
}

#entrypage a {
	text-decoration: none;
	color: #fff;
}

#about {
	box-sizing: inherit;
	margin: 0;
	width: 100%;
	height: 100vh;
	background: #404040;	
}

#about img {
	float: right;
	height: 100%;
	max-width: 50%;
}

#about .content {
	padding-left: 5vw;
	display: block;
	width: 40%;
	padding-top: 10vh;
	margin: 0;
	float: left;
	color: #fff;
}

#contact {
	box-sizing: inherit;
	margin: 0;
	width: 100%;
	height: 75vh;
	background: #606060;	
}

#contact img {
	float: left;
	height: 100%;
	max-width: 50%;
}

#contact .content {
	padding-right: 2vw;
	display: block;
	width: 40%;
	padding-top: 5vh;
	margin: 0;
	float: right;
	color: #fff;
	font-size: 1.5vw;
}

#contact label {
	display: inline-block;
	width: 10vw;
}

#contact input {
	width: 20vw;
}

#contact textarea {
	width: 30vw;
	height: 15vh;
}

#contact form p {
	margin: 0.3vh;
}

#contact input[type=submit] {
	width: 10vw;
}

#contact a {
	color: #fff;
}

#impressum {
	box-sizing: inherit;
	margin: 0;
	display: block;
	width: 100%;
	height: 75vh;
	background: #fff;
	font-size: 2vw;
}

#impressum .content {
	display: block;
	width:40%;
	padding-top: 20vh;
	margin: auto;
}
