@charset "UTF-8";

html {
	width: 100%;
	height: 100%;
  font-family: sans-serif; 
  -ms-text-size-adjust: 75%; 
  -webkit-text-size-adjust: 75%;
  -moz-text-size-adjust: 75%;
}

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	color:rgba(255,255,255,1);
	text-decoration:underline;
	border: none;
	outline: none;

}
a img {
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	border: none;
	outline: none;
	margin-bottom:10px;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: .9em;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:rgba(40,40,40,1); 
}

img {
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	max-width:100%;
	height:auto;
	border: none;
	outline: none;
	margin-bottom:10px;

}

.special iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin-bottom: 0px;
}

.special {
position: relative;
padding-bottom: 43%;
padding-top: 0px;
height: 0;
overflow: hidden;
}

.sixteennine iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding-bottom: 0px;
}

.sixteennine {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 0;
overflow: hidden;
}

.sixteeneight iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding-bottom: 0px;
}

.sixteeneight {
position: relative;
padding-bottom: 50%;
padding-top: 0px;
height: 0;
overflow: hidden;
}

.title {
font-size: 1.9em;
}

.title span {
font-size: .7em;
font-weight: normal;
margin-left: 3.4em;
}

.logo {
	text-align:center;
	font-family: 'Six Caps', sans-serif;	
	font-size: 6em;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-weight: lighter;
	line-height: 1.2em;
	max-height:1000000em;
}

.headerism {
	position: fixed;
    top: 0;
	width: 100%;
	background: rgba(0,0,0,1);
	border-bottom: 14px solid rgba(40,40,40,1);
	border-top: 5px solid rgba(0,0,0,1);
	outline: none;
	z-index: 2;
}

.site-inhalt {
	width:100%;
	float:left;
}

.site-inhalthome {
	position:relative;
	width:100%;
	float:left;
}

#textbox {
	position: relative;
    top: 135px;
	padding-left:3em;
	padding-right:3em;
	margin: 0 auto;
}

#bild {
	position: relative;
    top: 150px;
	max-width: 100%;
	border: none;
	outline: none;
}

#video {
	position: relative;
    top: 150px;
	max-width: 100%;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:14px;
	border: none;
	outline: none;
}

.teaser-title a {
	text-decoration: none;
	color: rgba(255,255,255,1);
	font-size: 0.8em;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: normal;
}

.text {
	padding-bottom:1em;
	text-decoration: none;
	color: rgba(255,255,255,1);
	font-size: 1.5em;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: lighter;
	max-height:1000000em;
}

/* Breakpoints */

.container {
	margin-top:125px;
	max-width:auto;
/*	
	margin-left:14px;
	margin-right:14px;
*/
}

.row {
	height:100%;
	width:auto;
	float:center;
}

.columns {
	float:left;
}

@media screen and (max-width:750px) {
.large-5 {width:100%;}
#textbox {max-width: 600px;}
}

@media screen and (min-width:751px) {
.large-5 {width:100%;}
#textbox {max-width: 600px;}
}