html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	opacity: 0;
	background: rgb(25,25,25);
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@font-face {
    font-family: 'Aleo';
    src: url('fonts/Aleo-Bold-webfont.eot');
    src: url('fonts/Aleo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Aleo-Bold-webfont.woff') format('woff'),
         url('fonts/Aleo-Bold-webfont.ttf') format('truetype'),
         url('fonts/Aleo-Bold-webfont.svg#aleobold') format('svg');
    font-weight: 600;
    font-style: normal;
}

h1, h2, h3 {
	font-family: 'Aleo', serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	display: inline-block;
	font-size: 1.25em;
	line-height: 2.5em;
	padding: 0 25px;
	color: #fff;
	background: rgb(255,151,54);
}

a {
	color: rgb(100,100,100);
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

a:hover {
	color: rgb(255,151,54);
}

main {
	height: 100%;
}

#single_header {
	position: relative;
	width: 100%;
	height: 85%;
}

.bx-wrapper, .bx-viewport, .bxslider {
	width: 100%;
	height: 100% !important;
}

.bxslider li {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center top;
}

.bxslider li iframe {
	position: relative;
	width: 100%;
	height: 150%;
	margin-top: -8%;
}

.fade {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/fade.png);
	background-size: cover;
	background-position: center;
}

.logo {
	position: absolute;
	left: 5%; top: 5%;
	width: 5%;
	height: auto;
}

.logo img {
	width: 100%;
	height: auto;
	opacity: .8;
}

#article_header {
	display: block;
	width: 100%;
	height: 175px;
}

#article_header h1 {
	position: relative;
	color: #fff;
	background: rgb(50,50,50);
	padding: 10px 15px 10px 25px;
}

#article_header h1:before {
}

#article_header h1:after {
}

.single_article {
	position: relative;
	top: -200px;
	min-width: 950px;
	max-width: 1150px;
	width: 75%;
	margin: 0 auto;
	padding: 25px 25px 50px;
	box-sizing: border-box;
	text-align: justify;
	color: rgb(50,50,50);
	background: #fff;
}

.single_article .plakat {
	position: relative;
	width: 250px;
	height: 355px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: -250px 0 0 50px;
	border: 10px solid rgba(255,255,255,0.2);
	box-shadow: 0 -10px 20px -15px;
}

.absatz {
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	text-transform: none;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

#meta_box {
	position: relative;
	width: 100%;
	padding: 50px 15px 10px;
	margin: 15px 0;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	text-transform: none;
	color: rgb(50,50,50); 
  	-webkit-columns: 3;
  	-moz-columns: 3;
	columns: 3;
	background: rgb(225,225,225);
}

#meta_box #bewertung  {
	position: absolute;
	top: 15px; left: 15px; right: 15px;
	height: 25px;
	background: rgb(200,200,200);
}

#meta_box #bewertung_inner  {
	position: absolute;
	top: 5px; left: 5px; right: 100%;
	height: 15px;
	background: rgb(255,151,54);
}

#meta_box #film_meta li {
	width: 100%;
	padding: 0.5em 0;
	border-bottom: 1px solid rgb(175,175,175);
}

#meta_box #film_meta li:last-child, #meta_box #film_meta li:nth-child(4n) {
	border-bottom: none;
}
	
#meta_box #film_meta label {
	font-family: 'Aleo';
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 15px 0 0;
}

#meta_box #bewertung_button {
	display: none;
	position: absolute;
	right: 15px; bottom: 15px;
	width: 31%;
	font-family: "Aleo";
	text-transform: uppercase;
	text-align: center;
	background: rgb(255,151,54);
	color: #fff;
	line-height: 2.5em;
	cursor: pointer;
}