@charset "utf-8";
/* CSS Document */
* {
        box-sizing: border-box;
}
body {
	background-color: #000;
    margin: 0 auto;
    padding: 0;
	-webkit-animation: fadein 4s;
	animation: fadein 4s;
  		-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}

/* Einblendung */
@-webkit-keyframes fadein {
	from {
		opacity: 0; }
		to {
			opacity: 1; } }
@keyframes fadein {
	from {
		opacity: 0; }
		to {
			opacity: 1; } }
/* Einblendung */

/* Textinhalt */
.inhalt {
	/*background-color:#30F;*/
    margin: 0 auto;
	width: 100%;
    max-width: 960px;
    padding: 0 15px;
	-webkit-animation: fadein 10s;
	animation: fadein 10s;
}	  
h1 {
	color:#FFF;
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    text-align: center;
}
h2 {
	color:#FFF;
    margin: 60px 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
}
p {
	color:#FFF;
    margin: 0 0 30px 0;
    font-size: 15px;
    line-height: 1.5;
}
p,
a,
a:hover {
	color: #FFF;
	text-decoration: none;
	border: none;
	border-style: none;
	box-shadow: none; 
}
/* Textinhalt */

/* Buttons */
button{ border:none; cursor:pointer; outline:none; z-index:1;}
button#mutebtn{
  	background:url(../img/mute1.png) no-repeat;
	width:40px;
	height:40px;
}
button#closevideo{
	position:fixed;
	float:right;
	margin-top: 1em;
	margin-right: 1em;
	background:url(../img/close_button_off.png) no-repeat;
	width:40px;
	height:40px;
}
button#closevideo:hover{
	position:fixed;
	float:right;
	margin-top: 1em;
	margin-right: 1em;
	background:url(../img/close_button_on.png) no-repeat;
	width:40px;
	height:40px;
}
.btnnorepeat{
	background:url(../img/pause.png) no-repeat;
	width:40px;
	height:40px;
}
/* Buttons */

/* Video Background */
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url(../img/filmhaus_fx_bg.jpg) center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}
/* Video Background */

 /* Logo SVG */
#svglogo {
	/*background-color:#6FF;*/
	width: 20%;
	height: auto;
	position: relative;
	margin: auto;
	padding-right: 1.3em;
	margin-bottom: 4em;
	display: block;
	fill: #aa7f3d;
	fill: url("#MyGradient");
	stroke: #fff;
	stroke-miterlimit: 10;
}
@media (max-width: 1280px) {
	#svglogo {
		width: 40%;
        height: auto; } 
}
@media (max-width: 640px) {
	#svglogo {
		width: 60%;
        height: auto; } 
}
.Animate-Draw {
	fill-opacity: 0;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	animation-iteration: 1;
	animation-name: DrawLine, FadeStroke, FillIn;
	animation-duration: 4s, 1s, 1s;
	animation-delay: 0s, 3.5s, 3.5s;
}
#Draw-Mark {
	stroke-dashArray: 1100;
	stroke-dashoffset: 1100; 
}
.object {
	stroke:white;
	stroke-width:5;
	stroke-linejoin:round;
	stroke-dasharray:  2479.879638671875;
	stroke-dashoffset:  2479.879638671875;
	fill:none;
	animation: dash 16s linear forwards;
}
@keyframes dash {
	to {
		stroke-dashoffset: 0;}
}
@keyframes DrawLine {
	to { stroke-dashOffset: 0; }
}
@keyframes FadeStroke {
	to { stroke-opacity: 0; }
}
@keyframes FillIn {
	from { fill-opacity: 0; }
	to { fill-opacity: 1; }
}
/* Logo SVG */

/* Link SVG */
.svg-wrapper {
	/*background-color:#0F0;*/
	width: 320px;
	height: 60px;
	margin-top: 1em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position: relative;
	transform: translateY(-50%);
	-webkit-animation: fadein 12s;
	animation: fadein 12s;
}
.shape {
	fill: transparent;
	stroke-dasharray: 220 540;
	stroke-dashoffset: -432;
	stroke-width: 3px;
	stroke: #fff;
}
.text {
	color: #cacaca;
	font-family: 'Roboto Condensed';
	font-size: 14px;
	letter-spacing: 8px;
	line-height: 32px;
	position: relative;
	top: -48px;
}
@keyframes draw {
  0% {
    stroke-dasharray: 220 540;
    stroke-dashoffset: -432;
    stroke-width: 3px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 3px;
  }
}
.svg-wrapper:hover .shape {
	-webkit-animation: 0.5s draw linear forwards;
	animation: 0.5s draw linear forwards;
}
/* Link SVG */

/* Mute Button */
.tonmute {
	/*background-color:#C00;*/
	position: relative;
	text-align: center;
	margin-top: auto;	
	-webkit-box-flex: 0;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-animation: fadein 6s;
	animation: fadein 6s;
}
/* Mute Button */

/* Video Stop Button */
.videostop {
	/*background-color:#C00;*/
	position: relative;
	text-align: center;
	margin-top: auto;
	-webkit-box-flex: 0;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-animation: fadein 6s;
	animation: fadein 6s;
}
/* Video Stop Button */

/* Fusszeile */
.fuss {
	/*background-color:#30F;*/
	margin-top: 1em;
	margin-bottom: 0;
	-webkit-animation: fadein 12s;
	animation: fadein 12s; }
	.fuss p {
		text-align:center;
		font-size: 10px;
		line-height: 14px;
		font-weight: 400;
		}
		.fuss p a {
			color: #FFF;
			opacity: 0.6;
			}
			.fuss p a:hover {
				color: #FFF;
				opacity: 1; 
}
/* Fusszeile */
	  
/* Video Container */
.overlay {
	position:absolute;
	top:70px;
	left:0;
	padding:20px 50px 20px 50px;
	background-color:#000;
	opacity:0.35;
	filter:alpha(opacity=35); 
	z-index:2;
}    
.videoContainer video {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1920px) {
    .videoContainer video {
		height: auto;
}
}
/* Video Container */

