html {
	overflow: auto;
}
html, body{
	background:#fff;
	font-family: 'Nunito Sans', sans-serif;
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

nav{
	width:100%;
	position:fixed;
	top:0;
	z-index:999 !important;
}

nav  ul{
	width:1200px;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	display:table;
	margin:0 auto;
}

nav li{
	display:table-cell;
	height:70px;
	vertical-align:middle;
}

nav a{
	padding:10px 20px;
	display:block;
	color:#ffe2a4;
	text-decoration:none;
	text-transform:uppercase;
	transition:all 0.3s ease-in-out;	
	font-weight:700;
}

nav a:hover, .active a{
	color:#000;
}

header.content{
	display:table;
}

footer{
	width:100%;
	border-width:1px 0px 0px 0px;
	border-color:rgba(0,0,0,0.1);
	border-style:solid;
}

section{
	width:100%;
	background:#fff;
	position:relative;
	z-index:1;
	overflow:visible;
}

article{
	font-size:18px;
	width:100%;
	margin:0px auto 0px auto;
}

h2, h3{
	font-size:22px;
	font-weight:800;
	text-transform:uppercase;
	color:#222;
	width:100%;
	padding:0px;
	margin:0px 0px 50px 0px;
}

h3{
	color:#fff;
}

h4{
	font-size:20px;
	font-weight:600;
}

h5{
	font-size:20px;
	font-weight:800;
	margin:5px 0px 5px 0px;
}

h6{
	font-size:16px;
	font-weight:600;
	margin:5px 0px 25px 0px;
}

video{
	cursor:pointer;
}

#titel{
	position:relative;
	height:100vh;
	background:url('images/');
	background-position: center center;
	background-attachment: fixed;
	background-repeat: repeat;
	background-size: cover;
	text-align:center;
	vertical-align:middle;
}

#logo-container{
	position:absolute;
	width:100%;
	height:100%;
}

#logo{
	width:80%;
	max-width:1000px;
	height:100%;
}

.content{
	width:1200px;
	margin:0px auto 0px auto;
	padding:50px 0px 50px 0px;
}

.white{
	background:#fff;
}

.yellow{
	background:#ffe2a4;
}

.black{
	background:#000;
}

.shadow{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	z-index:2;
}

.centered{
	text-align:center;
}

.smalltext{
	font-size:13px;
}

.clear{
	clear:both;
}

.snippet{
	height:338px;
	width:100%;
	position:relative;
}

.snippet-video{
	width:50%;
	height:100%;
	float:left;
}

.snippet-text{
	width:45%;
	float:left;
	text-align:left;
	height:100%;
	display:table;
}

.snippet-text-container{
	height:100%;
	display:table-cell;
	vertical-align:middle;
	padding:0px 50px 0px 50px;
}

.interview-profile{
	float:left;
	width:44%;
	height:750px;
	margin:3%;
	background:white;
	text-align:left;
}

.interview-profile-picture{
	width:100%;
}

.interview-profile-picture-media{
	width:100%;
}

.interview-profile-text{
	width:84%;
	padding:8%;
}

.castle-version{
	float:left;
	width:25%;
	height:300px;
	margin:4%;
	background:white;
	cursor:pointer;
	border:0px;
}

.castle-version:hover{
	background:white;
	border:10px white solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.castle-version-picture{
	width:100%;
	height:60%;
	overflow:hidden;
}

.castle-version-picture-media{
	width:100%;
}

.castle-version-text{
	width:84%;
	padding:8%;
}

.team-profile{
	float:left;
	width:240px;
	margin:80px;
	background:none;
}

.team-profile-picture{
	border-radius:50%;
	overflow:hidden;
	width:100%;
	height:240px;
}

.team-profile-picture-media{
	width:100%;
}

.team-profile-text{
	width:84%;
	padding:8%;
}

.team-profile-text-name{
	color:#ffe2a4;
}

.sponsor-profile{
	float:left;
	width:240px;
	margin:80px;
	background:none;
}

.sponsor-profile-picture{
	overflow:hidden;
	width:100%;
	height:150px;
}

.sponsor-profile-picture-media{
	width:100%;
}

#panorama {
	width:100%;
	height:700px;
	margin-bottom:50px;
}