﻿* {
	padding:0px;margin:0px;
	font-family: 'Roboto Condensed', sans-serif;
}

body {
	overflow:hidden;
	background:url("../img/wall.jpg") no-repeat center center fixed;
	background-size:100% auto;
	font-size:20px;
}

a {
	text-decoration:none;
}
.Page a {
	color:#DCD414;
	border:1px dashed #DCD414;
	display:inline-block;
	padding:2px 5px;
}
.Page a:hover {
	background:#DCD414;
	color:#111;
	border:1px solid #DCD414;
}
p {
	text-align:justify;
	font-size:20px;
	margin:5px 0;
}

.FilmInfos {

}
.FilmInfos li{
	display:block;
}
.FilmInfos li:before{
	content:"»";
}
.FilmInfos span {
	font-weight:bold;
}

.promopics li {
	display:block;
}
.promopics li a {
	border:0!important;
	background:none!important;
}
.promopics li img {
	width:100%;
}
.promopics li img:hover {
	outline:1px dashed #DCD414;
}

.promopics.fb.chronik li {
	display:inline-block!important;
	width:50%!important;
}
.promopics.flyer li {
	display:inline-block!important;
	width:25%!important;
}

h1 {
	font-size:70px;
}
h2 {
	margin-bottom:20px;
	font-size:40px;
}
h3 {
	font-size:25px;
	margin-top:30px;
}
h3 > * {
	vertical-align:top;display:inline-block;
}
h4 {
	margin-top:30px;
	font-size:20px;
}

.ibox {
	max-width:1000px;
	margin:auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

.Page {
	width:100%;height:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	color:#fff;
	position:absolute;
	top:0px;bottom:0px;left:0px;right:0px;
	overflow:auto;
}
.Page > .ibox{
	padding:50px 50px 100px 50px;
	background:url("../img/bg-000-opa80.png");
	color:#fff;
	
	min-height:100%;
}
.Page#Movie 			{left:0%;}
.Page#gabel 		{left:100%;}
.Page#cow 		{left:200%;}
.Page#Hallo 		{left:300%;}
.Page#Links 		{left:400%;}
.Page#Promotion 	{left:500%;}
.Page#weitereFilme 	{left:600%;}
.Page#Aktionen 	{left:700%;}
.Page#Fragen 	{left:800%;}
.Page#Impressum 	{left:900%;}

.VideoPlayer {
	margin-bottom:5px;
}
.VideoPlayer iframe {
	width:100%;
	height:520px;
}

footer {
	position:fixed;
	padding:10px;
	bottom:0px;left:0px;right:0px;
	background:#000;color:#fff;
	opacity:0.80;
	min-height:10px;
	font-size:17px;
}
footer menu {
	float:right;
}
footer menu > ul {
	
}
footer menu > ul > li {
	display:inline-block;
	margin-left:10px;
}
footer menu > ul > li > a{
	
}
footer a {
	color:#fff;
}
footer a:hover {
	border-bottom:1px dashed #DCD414;
}
footer #Copyright {
	float:left;
	display:inline-block;
	color:#fff;
}
footer #Copyright a {
	color:#fff;
}

.fb-like {
	margin-left:10px;
	display:inline-block;
}

h3 .fb-like {
	margin-top:-5px;
	margin-left:5px!important;
}


::-webkit-scrollbar {
	width:15px;
	height:0;
	opacity:0.80;
	background:#ADA831;
}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
	display:none;
}
::-webkit-scrollbar-thumb:vertical {
	background:#DCD414;
	margin:100px 0;
}
::-webkit-scrollbar-thumb:vertical:hover {
	background:#F5EC13;
}


@media (min-height: 1000px) { 
	.VideoPlayer iframe {
		height:640px;
	}
}
