body {
	background: #eeeeee;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-size: 1vw;
	color: #000;
	color: rgba(0,0,0,0.87);
	margin: 0.6%;
	padding: 0;
	text-align: justify;
}

h1, h2, h3 {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0.5%;
	padding: 0;
	color: #2577c1;
	text-align: center;
	margin-bottom: 0.6%;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

h1, h2 {
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
	font-size: 3vw;
	font-weight: 700;
}

h2 {
	font-size: 18px;
	font-size: 2.5vw;
	font-weight: 400;
}

h3 {
	font-size: 16px;
	font-size: 3vw;
	font-weight: 400;
}

.text_wrapper {
	width: 60%;
	margin: 0 auto;
	background: #fff;
	padding: 0.75% 1.5% 1.5%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.40);
	overflow: auto;
}

.video_wrapper {
	width: 60%;
	margin: 0 auto;
	background: #fff;
	padding: 0.75% 1.5% 1.5%;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.40);
}

.video_wrapper .titel {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-size: 1.5vw;
	text-align: center;
	margin-bottom: 0.5%;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	text-transform: uppercase;
}

.video_wrapper .video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.video_wrapper .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video_wrapper .desc {
	font-size: 12px;
	font-size: 1vw;
	font-weight: 200;
	padding-top: 1%;
}

#nav {
	position: fixed;
	top: 0;
	width: 100%;
	height: 7%;
	background: #000;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.40);
	z-index: 10;
	color: #fff;
	display: none;
	font-family: 'Oswald', sans-serif;
}

#nav ul {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

#nav ul li {
	display: inline;
	margin: 0 3%;
	padding: 0 2%;
	font-size: 14px;
	font-size: 1.75vw;
	font-weight: 400;
	text-transform: uppercase;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
}

#nav ul li:hover {
	cursor: pointer;
}

#nav .text:hover {
	background: #2577c1;
}

#nav .text.active {
	background: #2577c1;
}

#nav .picture {
	position: relative;
	width: 15%;
}

#nav li img {
	position: absolute;
	top: -15%;
	left: -100%;
	height: 185%;
}

#logo {
	display: block;
	width: 70%;
	margin: 0 auto;
}

#logo:hover {
	cursor: pointer;
}

#dankesliste {
	text-align: center;
}

#karte {
	height: 80%;
	width: auto;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.40);
	display: block;
	margin: auto;
}

#pointer {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 6%;
	opacity: 0;
	backface-visibility: hidden;
	translate: translate3d(0,0,0);
}

#pointer img {
	width: 100%;
	height: auto;
}

@media screen and (orientation:portrait) {
	
	p {
		font-size: 2vw;
	}
	
	h1 {
		font-size: 7vw;
	}

	#nav ul li {
		font-size: 3.5vw;
		border-top-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}
	
	#nav .picture {
		position: static;
		display: none;
	}
	
	#logo {
		width: 90%;
	}

	.video_wrapper {
		width: 90%;
	}
	
	.video_wrapper .titel {
		font-size: 3vw;
	}

	.text_wrapper {
		width: 90%;
	}

}