@charset "utf-8";

@font-face {
    font-family: 'ars_maquette_prolight';
    src: url('../webfonts/ARSMaquettePro-Light-webfont.eot');
    src: url('../webfonts/ARSMaquettePro-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/ARSMaquettePro-Light-webfont.woff2') format('woff2'),
         url('../webfonts/ARSMaquettePro-Light-webfont.woff') format('woff'),
         url('../webfonts/ARSMaquettePro-Light-webfont.ttf') format('truetype'),
         url('../webfonts/ARSMaquettePro-Light-webfont.svg#ars_maquette_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ars_maquette_proregular';
    src: url('../webfonts/ARSMaquettePro-Regular-webfont.eot');
    src: url('../webfonts/ARSMaquettePro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/ARSMaquettePro-Regular-webfont.woff2') format('woff2'),
         url('../webfonts/ARSMaquettePro-Regular-webfont.woff') format('woff'),
         url('../webfonts/ARSMaquettePro-Regular-webfont.ttf') format('truetype'),
         url('../webfonts/ARSMaquettePro-Regular-webfont.svg#ars_maquette_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	background-color: white;
	margin: 0px;
	color: black;
}
 
:focus {
	 outline:0; 
	 -moz-outline:0; 
}

body {	 
	font-family: 'ars_maquette_proregular', sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0px;
}	  

a {					
	zoom: 1;
	color: black;
	text-decoration: underline;
}			   
 
img {
	vertical-align: baseline;
}

span,div {
	zoom: 1;
}			   
	
a img {
	border-width: 0px;
}	   

form {
	margin: 0px;
	padding: 0px;
}
		
textarea, input, select {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	letter-spacing: 0px;
}		

ul, li {
	padding: 0px;
	margin: 0px;
}

sup {
	font-size:60%;
	vertical-align:top;
}

p {
	margin: 0;
}

/*** HEADER ***/

.header {
	padding-top: 35px;
	padding-bottom: 10px;
	text-align: center;
}

.menu {
	text-align: center;
	padding-bottom: 20px;
}

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

.menu li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	margin-left: 6px;
	margin-right: 6px;
}

.menu li a:hover, .menu .sel a {
	text-decoration: underline;
}

/*** FOOTER ***/

.footer {
	position: relative;
	height: 105px;
	background-color: black;
	color: white;
	margin-top: 20px;
}

.footerlogo {
	position: absolute;
	left: 30px;
	top: 13px;
}

.footermenu {
	position: absolute;
	left: 0px; 
	top: 22px;
	width: 100%;
	text-align: center;
}

.footermenu li {
	list-style-type: none;
	display: inline;
}

.footermenu li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	margin-left: 6px;
	margin-right: 6px;
	color: white;
}

.footermenu li a:hover {
	text-decoration: underline;
}

.adresse {
	position: absolute;
	top: 25px;
	right: 205px;
	font-size: 11px;
	line-height: 13px;	
}

.impressumlink {
	position: absolute;
	top: 25px;
	right: 110px;
	font-size: 11px;
	line-height: 13px;	
	color: white;
	text-decoration: none;
}

.impressumlink:hover {
	text-decoration: underline;
}

.facebook-link {
	position: absolute;
	top: 22px;
	right: 65px;
}

.youtube-link {
	position: absolute;
	top: 22px;
	right: 22px;
}

/*** ALLGEMEINE ELEMENTE ***/

.main {
	padding-bottom: 50px;
}

.text-container {
	position: relative;
}

.textblock-center {
	position: relative;
	margin: auto;
	max-width: 700px;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}

h1 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}

/*** FILME ***/

.main.filme {
	font-size: 0;
	line-height: 0;
}

.filme .element {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 640px;
	height: 360px;
	text-decoration: none;
	margin-bottom: 100px;
}

.filme .element .videoloop {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.filme .element .titel {
	position: absolute;
	display: block;
	padding-left: 20px;
	left: 0px;
	bottom: -20px;
	font-size: 14px;
	line-height: 16px;
}

.pfeil-links {
	position: absolute;
	left: 20px;
	top: 20px;
}

.pfeil-rechts {
	position: absolute;
	right: 20px;
	top: 20px;
}

/*** SONSTIGE ELEMENTE ***/

.awards {
	padding-top: 20px;
}

.award-image {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.namen {
	display: table;
	width: 75%;
	text-align: center;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}

.name-1 {
	display: table-cell;
	text-align: center;
}

.name-2 {
	display: table-cell;
	text-align: center;
}

.logos {
	width: 100%;
	text-align: center;
	font-size: 0px;
	line-height: 0px;
	padding-top: 30px;
}

.logos img {
	vertical-align: top;
}

/*** MITTELGROSSE SCREENS ***/

@media only screen and (max-width: 950px) {

	.adresse {
		display: none;
	}

}

/*** KLEINE SCREENS ***/

@media only screen and (max-width: 750px) {

	.menu li a {
		text-decoration: none;
		text-transform: uppercase;
		font-size: 14px;
		line-height: 17px;
		margin-left: 4px;
		margin-right: 4px;
	}
	
	.filme .element {
		margin-bottom: 50px;
	}
	
	.filme .element .titel {
		padding-left: 10px;
	}

	.footer {
		height: 60px;
	}

	.footerlogo, .footermenu {
		display: none;
	}
	
	.impressumlink {
		top: 15px;
		right: 102px;
	}
	
	.facebook-link, .youtube-link {
		top: 12px;
	}

	.namen {
		display: table;
		width: 90%;
	}
	
	.logos {
		padding-top: 0px;
	}

	.textblock-center {
		padding-top: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.pfeil-links, .pfeil-rechts {
		display: none;
	}
}