@charset "UTF-8";
/* CSS RAUMANZUG.NET */


body {
    margin: 0px;
	font-family: "Trebuchet MS", arial;
	font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    color: #222;
}
#superWrapper {
    position: relative;
	padding: 0px;
	box-sizing: border-box;
}
#siteWrapper {
    background-color: #FFF;
	position: relative;
    box-sizing: border-box;
	margin: 0 auto;
	padding: 0px 20px;
    width: 100%;
}
#greyWrapper{
	background-color: #efefef;
	position: relative;
    box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 20px;
    width: 100%;
}
#whiteWrapper{
    background-color: #FFF;
	position: relative;
    box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 20px;
    width: 100%;
}
#header, #video, #about, #credits, .divider {
    padding: 20px 20px;
	width: 100%;
	max-width: 1024px;
	margin:0 auto;
    box-sizing: border-box;
    z-index: 1000;
    -moz-osx-font-smoothing: auto;
    position: relative;
}
.header-inner {
    padding: 40px 0px 20px 0px;
    width: 100%;
    box-sizing: border-box;
    animation: 1s ease-in-out 0s normal none 1 running header-anim;
	position:relative;
}
.divider{
	padding:20px 20px;
	width:100%;
	position:relative;
	box-sizing:border-box;
	clear: both;
}
.divider hr {
	border-style: none;
    border-width: 0px;
    margin: 0px 0px;
    color: #fff;
    background-color: #fff;
}
.divider hr {
    border: medium none;
    color: #fff;
    background-color: #fff;
    height: 1px;
}
hr {
    box-sizing: content-box;
    height: 0px;
}
#logoWrapper{
	width:90%;
	max-width:500px;
	margin:0px auto;
}
#logoImage {
    margin: 0px;
    font-size: 0px;
    max-width: 100%;
}
#logoImage a {
    display: block;
	line-height: 1em;
}
#header a {
    text-decoration: none;
}
#logoImage img {
    width: auto;
    max-width: 100%;
}
img {
    border: 0px none;
}
#fb{
	width:20px;
	height:20px;
	position:absolute;
	right:0px;
	top:0px;
}
img:hover{
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */ 
	transition: opacity 0.2s linear 0s;
}
#video-outer{
	width: 100%;
	max-width: 1024px;
	margin:0 auto;
	position: relative;
    box-sizing: border-box;
}
#video-inner {
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 0px;
	    height: 0;
	    overflow: hidden;
}
#video-inner iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
		height: 100%;
}
#video-50{
	width:50%;
	padding: 40px 20px;
    box-sizing: border-box;
    z-index: 1000;
    -moz-osx-font-smoothing: auto;
    position: relative;
	float:left;
}
h1, h2, h3, h4, h5, h6 {
	text-align:center;
	color:#222;
	text-transform:uppercase;
	font-weight:200;
	margin: 15px 0px 5px 0px;
	letter-spacing:1px;
	font-style:italic;
}
h2 {
	font-size:28px;
	margin:20px 0px 0px 0px
}
h3 {
	font-size:19px;
}
.text{
	padding:0 15%;
	position:relative;
}
#credits h2{
	margin:0px;
}
#columns{
	padding-top:30px;
	width:100%;
	-moz-columns: 4;
	column-count: 4;
	-moz-column-count: 4;
	-webkit-column-count: 4;
}
#columns p{
	font-size:15px;
	/*text-transform:uppercase;*/
}
ul{
	margin:0px;
	list-style:none;
}
ul li {
	margin-bottom:12px;
	line-height:1.3;
	display: inline-block;
}
span.bold{
	font-weight:bold;
}
#footer{
	width:100%;
	background-color:#333;
	color:#888;
	font-size:13px;
	padding:25px 0px 12px 0px;
	text-align:center;
	line-height:1;
}
#footer a{
	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
	font-style:italic;
}
#footer a:hover{
	color:#999;
	transition: color 0.2s linear 0s;
}

/* ------ READ MORE FUNKTION FÜR IMPRESSUM ------ */
#footer ul{
	margin:0px auto;
	max-width:1024px;
	list-style:none;
	padding:0px;
}
.read-more-state:checked ~ .read-more-wrap li.read-more-target{
	padding:10px 40px 20px 40px;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target span.name{
	font-size:18px;
	color:#eee;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target span.haftung{
	font-size:13px;
	color:#888;
	font-style:italic;
	text-transform:uppercase;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target span.impressum{
	font-size:12px;
	line-height:1.4;
	color:#888;
}
.read-more-state {
  display: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
  content: 'KONTAKT / IMPRESSUM';
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: 'SCHLIESSEN';
}
.read-more-trigger {
  	cursor: pointer;
  	display: inline-block;
  	padding: 10px;
  	color:#eee;
	text-decoration:none;
	text-transform:uppercase;
	font-style:italic;
}
.read-more-trigger:hover{
	color:#999;
	transition: color 0.2s linear 0s;
}



@media only screen and (max-width: 1080px) {
	
}
@media only screen and (max-width: 768px) {
	.text{
		padding:0;
	}
	#columns{
		-moz-columns: 3;
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
	}
}
@media only screen and (max-width: 640px) {
	#logoWrapper{
		width:100%;
		max-width:100%;
	}
	h1, h2, h3, h4, h5, h6 {
		margin: 15px 0px 5px 0px;
		line-height: 1.4;
	}
	h2 {
		font-size:24px;
	}
	h3 {
		font-size:14px;
	}
	#video-50{
		padding: 20px 20px;
	}
	#columns{
		-moz-columns: 2;
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
	#columns p{
		font-size:14px;
	}
	#columns ul{
		padding-left: 20px;
	}
	.read-more-state:checked ~ .read-more-wrap .read-more-target span.name{
	font-size: 16px;
	line-height: 1.4;
}
}
@media only screen and (max-width: 460px) {
	#video-50{
		width:100%;
		padding:20px 0px;
	}
	#header, #video, #credits, .divider {
    	padding: 10px 0px;
	}
	#columns{
		-moz-columns: 1;
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}
}
		