@font-face {
  font-family: "Raleway";
  src:url("fonts/Raleway-Regular.woff")
      format("woff");
}
@font-face {
  font-family: "Syncopate";
  src:url("fonts/Syncopate-Regular.woff")
      format("woff");
}
body, html, p, div, ul, li {
	margin: 0;
	padding: 0;	
}
a {text-decoration: none;}
img {border: 0;}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;	
	background-color: #000;
	min-width: 1200px;
}
#container {
	height: 100vh;
}
#header {
	background-color: #fff;	
	width: 100%;
	height: 20vh; 
	box-shadow: inset 0 0 5px black;
}
#header #logo {
	padding-top: 20px;
	margin-left: 40px;	
	height: 100%;
}
#content {
	margin: 0 auto;
	padding-left: 15%;
	height: 60vh;
	background-color: #000;	
	background-image: url(../media/pics/bg.png);
	background-size: cover;
	
	position: relative;
	box-shadow: inset 0 0 5px black;
}
#content #nav {
	
	width: 250px;
	float: left;
	color: #fff;
	height: 100%;
	border-right: 1px solid #fff;
	
}
#content #nav a {outline: none;}
#content #nav ul {
	list-style-type: none;
	margin-top: 13vh;
	margin-left: 50px;
}
#content #nav ul li {
	margin-bottom: 40px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #000;
	color: white;
	width: 199px;
	box-shadow: inset 0 0 5px black;
}
#content #nav ul #aktuell {
	width: 200px;
	font-weight: bold;
	
}

#nav .grau {
	background-color: #ccc;
	width: 18px;
	height: 16px;
	float: left;
	margin-right: 10px;	
}
#nav .grau:hover {
	background-color: green;
}
#nav .aktuell {
	background-color: green;
}
#nav .aktuell::before {
	content: 'o';
	font-weight: bold;
	margin-left: 0.3em;
	
}
	
#content #main {
	margin-left: 5%;
	position: relative;
	float: left;	
	font-weight: bold;
	margin-top: 5%;
	color: rgba(255,255,255,0.8);
	width: 35vw;
	text-align: center;
	font-size: 13px;
}
#main a {outline: none;}
#content #main.impressum {
	text-align: left;	
	padding-top: 1%;
	padding-bottom: 1%;
	height: 65%;
	
}
#main .video {
	
	
	position: relative;
	
}
.video p {position: absolute;top: -2em;left: 0;color: white;text-shadow: 0 0 3px black;}
video {
	width: 35vw;
	box-shadow: inset 0 0 15px white;
	
}
.video a {outline: none;}
#imagefilmtext{
	height: 90%;
	overflow: hidden;
	text-align: justify;
	margin-left: 12px;
	
}
#imagefilmtext p {padding: 3em;display: flex;padding-top: 1em;}
#imagefilmtext h1 {padding-left: 1em;font-family: 'Syncopate', sans-serif;}
#vnav {
	list-style-type: none;
	position: absolute;
	bottom: -5%;
	
	z-index: 1000;
	text-align: center;
	display: flex;
	 justify-content: center;
	height: 5vw;
	width: 40%;
	
	margin-left: 15%;
}
#vnav a {outline: none;}
#vnav li {
	display: flex;
	margin-right: 10px;
	margin: 0;
	padding: 0;
	outline: none;
}
#vnav li img {
	border: 2px solid black;
	width: 5vw;
	height: 3vw;
	box-shadow: inset 0 0 5px white;
	outline: none;
}
#vnav li img:hover {
	border: 2px solid white;
	box-shadow: 0px 25px 25px rgba(0,0, 0, 0.4);
	-webkit-transform: rotate(0deg) scale(1.5);
	-o-transform: rotate(0deg) scale(1.5);
	-moz-transform: rotate(0deg) scale(1.5);
	-ms-transform: rotate(0deg) scale(1.5);
	transform: rotate(0deg) scale(1.5);
	margin-top: 2em;
	
}
 
#content #txt {
	color: #fff;
	position: absolute;
	width: 300px;	
	bottom: 13%;
	text-align: left;
	right: 19%;
}

#content #txt p {
		
	text-align: right;
	
}
#content #txt a {
	color: white;	
}
#content #txt a:hover {
	text-decoration: underline;	
}
#content #subtitle {
	clear: both;
	color: #fff;
	bottom: -5%;
	position: absolute;
	margin-left: 33%;
		
}
#impressumtext {
	margin-top: -0.5vh;
	height: 100%;
	overflow: hidden;
	padding-left: 3%;
	padding-right: 3%;
}
#impressumtext h1 {font-family: 'Syncopate', sans-serif;}
#impressumtext ul li {
	margin: 1.5em;
}

#impressumtext a {color: whitesmoke;}
#form {
	margin-left: 18%;
	margin-top: 15%;	
}
#form td {color: white;}
#form input {width: 20vw;padding-left: 0.5vw;}
#form textarea {width: 19.75vw;padding: 0.5vw;}
#form input[type=submit] {background-color: lightgrey;width: 50%;margin-left: 23%;}

#footer {
	background-color: #fff;
	width: 100%;
	height: 20vh;	
	position: fixed;
	bottom: 0;
	box-shadow: inset 0 0 5px black;
	padding-left: 2em;
}

@media screen and (max-width: 1366px) {
	body {font-size: 12px;}
	#swiffycontainer {
	-ms-transform: scale(0.7,0.7); /* IE 9 */
    -webkit-transform: scale(0.7,0.7); /* Safari */
    transform: scale(0.7,0.7); /* Standard syntax */
    margin-top: -2em;
    margin-left: -3em;
 }
  #content #nav ul {margin-top: 5vh;}
  #main.sildeshow {margin-top: -4%;}
	#content #txt {right: 10%;}
	
	#vnav {margin-left: 20%;}
}
@media screen and (max-width: 1280) {
	body {font-size: 13px;}
	#swiffycontainer {
	-ms-transform: scale(0.8,0.8); /* IE 9 */
    -webkit-transform: scale(0.8,0.8); /* Safari */
    transform: scale(0.8,0.8); /* Standard syntax */
    margin-top: -1.5em;
    margin-left: -3em;
 }
	#content #nav ul {margin-top: 9vh;}
	#main.sildeshow {margin-top: -4%;}
}