* {
	padding: 0;
	margin: 0;
	}
	
a {
	outline: 0;
	}
	
html, body {
	font-family: 'Merriweather Sans', sans-serif;
	text-align: center;
	background-color: #333;
	width: 100%;
	height: 100%;
	}
	
h1 {
	background: url(../images/kopflastig_logo_web.jpg) no-repeat 0 0;
	width: 306px;
	height: 300px;
	margin: 12% auto 25px auto;
	box-shadow: 2px 2px 7px #000;
	text-indent: -9999px;
	}
	
h1 a {
	display: block;
	width: 306px;
	height: 300px;
	}
	
h1 a:hover {
	box-shadow: 1px 1px 9px #000;
	}
	
#container, #video_container {
	width: 570px;
	height: 90%;
	min-height: 600px;
	margin: 0 auto 0 auto;
	border: 1px solid #333;
	}
	
#video_container {
	min-height: 950px;
	margin-top: 50px;
	}
	
strong {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 25px;
	}

p {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	width: 240px;
	margin: 15px auto 0 auto;
	text-align: left;
	}
	
#video_container p {
	width: 550px;
	margin-bottom: 10px;
	}
	
video {
	margin-bottom: 15px;
	}

p a {
	text-decoration: none;
	color: #fff;
	}
	
p a:hover {
	text-decoration: underline;
	color: #fff;
	}

a#back {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
	}
	
address {
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	color: #fff;
	line-height: 17px;
	margin-bottom: 20px;
	}
	
address a#kainhofer {
	background-image: url(../images/Logo_kainhofer.rgb.png);
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	left: 49%;
	margin-top: 5px;
	}