* {
	margin: 0;
	padding: 0;
}

html {
	background-color: black;
	color: white;
	font-family: 'Titillium Web', sans-serif;
}

body {
	width: 100%;
}

img {
	vertical-align: baseline;
}

a img {
	border: none;
}

.header {
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 142px;
	background-image: url(../img/header-bg.png);
	background-repeat: repeat-x;
	overflow-x: hidden;
	overflow-y: visible;
}

.header-main {
	position: relative;
}

.mobile-menu-container {
	display: none;
	overflow-x: hidden;
	position: absolute;
	width: 100%;
}

.mobile-menu {
	position: absolute;
	z-index: 200;
	top: 30px;
	right: -165px;
	background-color: black;
	height: 200px;
	text-align: right;
	border-left: 1px white solid;
	padding: 6px 15px 6px 15px
}

.mobile-menu li {
	list-style-type: none;
}

.mobile-menu a {
	color: white;
	text-decoration: none;
}

.mobile-menu li a:hover, .mobile-menu li a.sel {
	color: #bee73f;
}

.studios .mobile-menu li a:hover, .studios .mobile-menu li a.sel {
	color: #0088c0;
}

.logo {
	position: absolute;
	left: 25px;
	top: 55px;
}

.logo img {
	width: 317px;
}

.menu {
	position: absolute;
	right: 35px;
	top: 70px;
	font-size: 11px;
	text-transform: uppercase;
}

.menu li {
	list-style-type: none;
	float: left;
	margin-left: 15px;
}

.menu li a {
	color: white;
	text-decoration: none;
}

.menu li a:hover, .studios .menu li a.sel {
	color: #0088c0;
}


.bigpreview {
	font-size: 0px;
	line-height: 0px;
	display: block;
	position: relative;
	max-height: 520px;
	overflow: hidden;
}

.bigpreview .pattern {
	position: absolute;
	z-index: 90;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../img/pattern.png);
}

.bigpreview .playbutton {
	position: absolute;
	z-index: 91;
	top: 50%;
	left: 50%;
	margin-top: -37px;
	margin-left: -60px;
	cursor: pointer;
}

.bigpreview .overlay {
	color: white;
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 48%;
	background-color: rgba(0,0,0,0.5);
	padding: 8px 35px 10px 25px;
	min-width: 250px;
	max-width: 380px;
	font-size: 14px;
	line-height: 17px;
}

.bigpreview .overlay.centered {
	left: 0px;
	top: 32%;
	left: 20%;
	max-width: 480px;
}

.bigpreview .overlay h1 {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
}

.bigpreview .overlay a {
	color: white;
}

.bigpreview #video {
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 0px;
}

.pfeil-hinauf {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -17px;
	z-index: 100;
	opacity: 0.7;
	display: none;
}

.pfeil-hinauf:hover {
	opacity: 1;
}

#slideimage {
	position: absolute;
	top: 0px;
	left: 0px;
	display:none;
}

.reels {
	border-top: 3px white solid;
}

.trenner {
	position: relative;
	width: 100%;
	height: 17px;
	background-color: black;
	overflow: hidden;
	height: 38px;
}

#reel-0 .trenner {
}

.reel-headline {
	text-decoration: none;
	color: white;
}

.trenner.hidden-when-maximized.maximized .reel-headline {
	color: black;
}


.trenner h2 {
	margin: 0px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	position: absolute;
	left: 88px;
	bottom: -4px;
	font-size: 28px;
	line-height: 40px;
}

.trenner .expand-pfeil {
	position: relative;
	top: -2px;
	left: 4px;
}

.trenner.maximized .expand-pfeil {
	display: none;
}

.thumbnails-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: black;
	border-bottom: 3px white solid;
}

.touch .thumbnails-container {
	overflow: scroll;
}

.thumbnails-container.hochformat {
	height: 214px;
}

.thumbnails-container.querformat {
	height: 153px;
}

.thumbnails-container.quadrat {
	height: 175px;
}

.thumbnails {
	position: absolute;
	left: 0px;
	top: 0px;
	white-space: nowrap;
	font-size: 0px;
	line-height: 0px;
}

.thumb {
	display: inline-block;
	position: relative;
}

.thumbnails-container .thumb {
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
	-ms-filter: brightness(50%);
}

.thumbnails-container:hover .thumb{
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
}

.thumb .overlay {
	color: white;
	position: absolute;
	z-index: 99;
	background-color: rgba(0,0,0,0.5);
	padding: 4px 10px 4px 10px;
	font-size: 13px;
	line-height: 16px;
	min-width: 120px;
}

.thumb .overlay h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
}

.thumb .overlay.LINKSOBEN {
	left: 0px;
	top: 15px;
}

.thumb .overlay.LINKSUNTEN {
	left: 0px;
	bottom: 15px;
}

.thumb .overlay.RECHTSOBEN {
	right: 0px;
	top: 15px;
	text-align: right;
}

.thumb .overlay.RECHTSUNTEN {
	right: 0px;
	bottom: 15px;
	text-align: right;
}

.thumbnails-container .pfeil-links {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	opacity: 0.7;
	padding-top: 88px;
	padding-bottom: 88px;
	padding-left: 5px;
	padding-right: 20px;
}

.thumbnails-container .pfeil-rechts {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
	opacity: 0.7;
	padding-top: 88px;
	padding-bottom: 88px;
	padding-right: 5px;
	padding-left: 20px;
}

.thumbnails-container.querformat .pfeil-links, .thumbnails-container.querformat .pfeil-rechts {
	padding-top: 55px;
	padding-bottom: 55px;
}

.thumbnails-container.quadrat .pfeil-links, .thumbnails-container.quadrat .pfeil-rechts {
	padding-top: 60px;
	padding-bottom: 60px;
}
.thumbnails-container .pfeil-links:hover, .thumbnails-container .pfeil-rechts:hover {
	opacity: 1;
}

.touch .thumbnails-container .pfeil-links {
	display: none !important;
}

.touch .thumbnails-container .pfeil-rechts {
	display: none !important;
}

.mobile-menu-button, .mobile-menu-close {
	display: none;
	position: absolute;
	right: 15px;
	top: 36px;
}

.content-block {
	font-size: 0px;
	line-height: 0px;
	display: block;
	position: relative;
	min-height: 400px;
	max-height: 520px;
	overflow: hidden;
}

.content-block .content-overlay {
	color: white;
	position: absolute;
	z-index: 99;
	left: 20%;
	top: 22%;
	background-color: rgba(0,0,0,0.5);
	padding: 10px 12px 10px 12px;
	min-width: 250px;
	max-width: 350px;
	font-size: 14px;
	line-height: 17px;
}

.content-block .content-overlay a {
	color: white;
}

/**** MOBILE ****/
@media only screen and (max-width: 700px) {

	.logo {
		position: absolute;
		left: 15px;
		top: 35px;
	}
	
	.logo img {
		width: 145px;
	}

	.bigpreview .overlay {
		display: none;
	}

	.menu {
		display: none;	
	}

	.mobile-menu-button {
		display: block;
	}
	
	.mobile-menu-container {
		display: block;
	}
	
	.content-block .content-overlay {
		color: white;
		position: absolute;
		z-index: 99;
		left: 0px;
		top: 70px;
		background-color: rgba(0,0,0,0.5);
		padding: 10px 15px 10px 15px;
		width: auto;
		min-width: 0%;
		max-width: 100%;
		font-size: 11px;
		line-height: 13px;
	}
	
	.bigpreview .playbutton {
		display: none;
	}

}