/* CSS Document */

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 100%;
    padding: 10px;
    height:1400px; 
	border-bottom:solid 2px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.logos-referenz{
	padding-top:150px;
	    display: table;
    clear: both;
	padding-bottom:200px;
}

.logos-referenz>img{
	padding:15px;
	opacity:0.8;
}

body{
	font-family: "Work Sans","Helvetica Neue",Arial,sans-serif;
	background-color:white;
}

.overlay-icon {
	position: absolute;
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
	width: 48px;
	height: 48px;
	background-color: rgba(0,0,0,0.2);
	text-align: center;
}

.overlay-icon i {
	line-height: 48px;
	font-size: 28px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}


.portfolio-image {
	position: relative;
	overflow: hidden;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs)  .portfolio-image img {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.portfolio-image,
 .portfolio-image a,
.portfolio-image img {
	display: block;
	width: 100%;
	height: auto;
}


.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 50px;
    line-height: 18px;
    white-space: nowrap;
}


*, *:before, *:after{
  	margin: 0;
 	padding: 0;
	border:0;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing:border-box;
  	box-sizing: border-box;

	}
/* Menu */

h2 {
	font-size:3em;
	}

#header{
	height:00px;
	}

ul#menu-burger{
	list-style-type: none;
	}

body {
  	background: #020304;
		overflow-y: scroll;
overflow-x: hidden;
	}

body h1 {
  	position: fixed;
  	top: 30px;
  	left: 40px;
  	z-index: 6;
  	font-size: 20px;
  	font-weight: 900;
  	font-family:  "Work Sans","Helvetica Neue",Arial,sans-serif;
  	text-transform: uppercase;
	color:#5b5d62;
	}


body input {
    position: fixed;
    top: -120px;
    right: 0px;
    height: 270px;
    width: 450px;
    z-index: 9999;
	opacity:0;
}



body label {
    position: fixed;
    top: 10px;
    right: 0px;
    height: 80px;
    width: 200px;
    z-index: 9999;
}


body label span {
  	position: absolute;
	width: 50%;
	height: 10px;
  	top: 100%;
  	margin-top: -1px;
  	left: 50px;
  	display: block;
  	background: #5b5d62;
  	transition: .5s;
	}

body  label span:first-child {
  	top: 30px;
	}

body  label span:last-child {
  	top: 55px;
	}

body label :hover {
  	cursor: pointer;
	}

body input:checked + label span {
  	opacity: 0;
  	top: 50%;
	}

body input:checked + label span:first-child {
  	opacity: 1;
  	transform: rotate(405deg);
	}

body input:checked + label span:last-child {
  	opacity: 1;
  	transform: rotate(-405deg);
	}


#header {
	position: absolute;
  	top: 0;
 	left: 0;
 	width: 100%;
  	height: 80px;
	}

body input ~ nav {
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:150px;
	z-index: 3;
	transition: .5s;
	transition-delay: .5s;
	overflow: hidden;
	}

body input ~ nav > ul {
	text-align: center;
	position: absolute;
	top: 35%;
	left: 20%;
	right: 20%;
	}

body input ~ nav > ul > li {
  	opacity: 0;
  	transition: .5s;
  	transition-delay: 0s;
	}

body input ~ nav > ul > li > a {
  	text-decoration: none;
  	text-transform: uppercase;
 	color:#5b5d62;
  	font-weight: 600;
  	font-family:"Work Sans","Helvetica Neue",Arial,sans-serif;
  	display: block;
  	padding: 50px;
	font-size:70px;
	}

body input ~ nav > ul > li > a:hover {
	 text-decoration: none;
 	 text-transform: uppercase;
	 color:rgba(91, 93, 98, 0.7);
	}

body input:checked ~ nav {
  	height: 100%;
  	transition-delay: 0s;
	}

body input:checked ~ nav > ul > li {
  	opacity: 1;
 	 transition-delay: .5s;
	}

.logo{
	width:60%;
	position: fixed;
	top: 20px;
	left: 40px;
	z-index: 6;
	padding-bottom:30px;
	}










/* parallax video + Slogan */


.crt-parallaxvideo{ 
	max-height:920px;
	height:800px;
	position:relative;
	background: rgba(81, 83, 88,0.6);
  
	
	}


.crt-parallaxvideo video{ 
    min-width: 150%;
    position: fixed;
	top:-130px;
	z-index: -100;
	max-height:1220px;
	height:1220px;
	left:-30%;
	}




@import url(https://fonts.googleapis.com/css?family=Righteous);


.transparent{
  	background:rgba(91, 93, 98,0.5);
  	position:absolute;
  	top:0;
  	left:0;
  	height:100%;
  	width:100%;
  	margin:0;
	}


#overlay-wrapper {
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	}

#overlay-wrapper-1 {
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  	}
	
  100% {
    opacity: 1;
    left: 0;
  	}
	}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
	
  100% {
    opacity: 1;
    left: 0;
  	}
	}


.rotate {
  	font-family:  "Work Sans","Helvetica Neue",Arial,sans-serif;
	font-size: 6.8em;
	height: 200px;
  	overflow:hidden;
 	z-index:1;
	position: absolute;
	padding-left: 80px;
	top: 210px;
	right:-1px;
	color:#fff;
	
		}


.attraktiv{
	font-size:7em;
	color:white;
	right:46px;
	position: absolute;
	top: 390px;
	width:600px;
	text-align:right;
	}


.inner {
  	height:170px;
  	-webkit-transition:-webkit-transform 0.3s ease;
  	-webkit-backface-visibility:hidden;
  	}

#inner p {
  	margin:0;
  	padding:0;
  	height:170px;
  	white-space:nowrap;
  	overflow:hidden;
  	text-overflow:ellipsis; 
  	background-image:#fff;
	
	}


.col-md-10{
	max-width:100%;
}




 /*portfolio - Projektbilder*/

.portfolio {
	background-color:#FFF;
	padding: 150px 50px 50px 50px;
	display: table;
	width: 100%;
	}


.col-md-8{
	width:100%;
}


.stretch{	
	background-color:#FFF;
	padding: 20px 50px 50px 50px;
	display: table;
	width: 100%;
	}

.container-text {
	max-width:830px;
	margin-bottom:100px;
	position:relative;
	background-color:#FFF;
	}

#intro-portfolio {
	font-size:3.5em;
	color: #5b5d62;
	width:100%;
	}

.post-item{
	padding:0 0 50px;
	clear:both;
	}


.post-item.img-container{
	max-width:100%;
	position:relative;
	}


.content {
  	position: relative;
  	width: 100%;
  	max-width: 1200px;
  	margin-left: -10px;
  		
	}

.content .content-overlay {
	  background: rgba(91,93,98,0.8);
	  position: absolute;
	  height: 000%;
	  width: 000%;
	  left: 0;
	  top: 0;
	  bottom: 0;
	  right: 0;
	  opacity: 0;
	  -webkit-transition: all 0.4s ease-in-out 0s;
	  -moz-transition: all 0.4s ease-in-out 0s;
	  transition: all 0.4s ease-in-out 0s;
	  }


.content:hover .content-overlay{
	opacity: 1;
	}


.content .content-overlay-video-port {
	  background: rgba(91,93,98,0.8);
	  position: absolute;
	  height: 00%;
	  width: 000%;
	  left: 0;
	  top: 0;
	  bottom: 0;
	  right: 0;
	  opacity: 0;
	  -webkit-transition: all 0.4s ease-in-out 0s;
	  -moz-transition: all 0.4s ease-in-out 0s;
	  transition: all 0.4s ease-in-out 0s;
	  }


.content:hover .content-overlay-video-port{
  	opacity: 1;
	}


.content-image{
  	width: 100%;
	}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 000%;
  top: 00%;
  left:000%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}



.content:hover .content-details{
  top: 00%;
  left: 00%;
  opacity: 0;
}

.content-details h3{
  color: #000;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 52px;
}

.content-details p{
   	color: #fff;
   	font-size: 30px;
	}


.fadeIn-top{
  	top: 20%;
	}



		
/* about-us ------------------------------------------------------*/

.gris {
	background-color:#5b5d62;
	}

.about-left{
	float: left;
width: 100%;
font-size: 3.5em;
color: #fff;
	}

.about-right{
float: right;
width: 100%;
margin-top: 200px;
font-size: 2.7em;
color: #fff;
	}

.container-jobs {
	max-width:100%;
	margin-bottom:100px;
	position:relative;
	background-color:#5b5d62;
	}

.about-jobs{
width: 100%;
font-size: 2.7em;
color: #fff;
	}

ol li {
width: 100%;
font-size: 2.7em;
color: #fff;
	}


#intro-jobs {
width: 100%;
font-size: 3.5em;
color: #fff;
	}	
	




/*--------------------------------PORTFOLIO-------------------------------------------------------------------*/





#image_background{
	position: fixed;
    bottom: 0px;
    right: 0px;
    min-height: 100%;
	min-width: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    background-attachment: fixed;
	-webkit-filter: brightness(60%);
	}



#video_background {
    position: fixed;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    background-attachment: fixed;
}


.header-overlay {
  background: black; 
  background: -webkit-linear-gradient(#0000, #0000, #0009, black);
  background: -o-linear-gradient(#0000, #0000, #0009, black);
  background: linear-gradient(#0000, #0000, #0009, black); 
  opacity: 1;
  top: 0; 
  left: 0;	
  height: 1000px;
	padding: 150px 90px 50px 90px;
	display: table;
	width: 100%;
}


.Titel-portfolio{
	position:relative;
	top:400px;
	}

.Titel-portfolio h3{
	font-size: 6em;
	font-weight:600;
	color: #fff;
}

.Titel-portfolio p{
	font-size: 3em;
	font-weight:400;
	color: #fff;
}

.content-background-portfolio {
	background-color: #fff;
	display: table;
	width:100%;
	position:relative;
	display:block;
    }



/*--------------------------------STUDIO------------------------------------------------------------------*/

.studio-image {
	background-color:#FFF;
	padding: 50px 50px 0px 50px;
	display: table;
	width: 100%;
	}


#intro-studio {
	font-size: 2em;
	color: #473e3e;
	float:left;
	width:60%;
	margin-bottom:100px;
	}

#intro-studio-weDo {
	font-size: 1.2em;
	color: #473e3e;
	float:right;
	width:30%;
	position: relative;
	top:12px;
	left:50%;
	}

#studio-text {
	font-size: 1.2em;
	color: #473e3e;
	float:left;
	width:50%;
	position: relative;
	padding-bottom:100px;
	}


#half-size-studio-right{
	width:50%;
	float:left;
	padding:20px;
	padding-left:0px;
}

#half-size-studio-left{
	width:50%;
	float:right;
	padding:20px;
	padding-right:0px;
}




/*--------------------------------NEWS-------------------------------------------------------------------*/

.main-container-news{
	padding-top:100px;
	float:left;
	background-color:#fff;
	}


.container-news{
	padding:0px 50px;
	margin: auto;
	max-width:1590px;
	}

.news-entry{
	position:relative;
	display: table;
	padding: 40px 20px 30px 30px;
	border-top: 1px solid rgba(91,93,98,0.5);
	-webkit-transition: background .05s ease;
    transition-property: background;
    transition-duration: 0.05s;
    transition-timing-function: ease;
    transition-delay: 0s;
	-o-transition: background .05s ease;
	-moz-transition: background .05s ease;
    transition-property: background;
    transition-duration: 0.05s;
    transition-timing-function: ease;
    transition-delay: 0s;
	transition: background .05s ease;
	width: 100%;
	}

.news-entry > a {
	color:black;
	text-decoration: none;
	}

a.news-entry:hover{
	background-color:rgba(91,93,98,0.1);
	}


.news-entry-body{
	float:left;
	width:90%;
	margin-right:10px;
	}

.news-entry-body >a{
	color:black;
	}

.news-entry-body-type{
	margin-bottom:0;
	font-size:40px;
	color: #473e3e;
	padding-bottom:.3em;
	margin-left:1.5px;
	}

.news-titel{
	font-size:70px;
	line-height:80px;
	font-weight:500;
	padding-bottom:.2em;
	margin-bottom: .2em;
	position:inherit;
	}

.news-beschreibung{
	font-size:35px;
	font-weight:400;
	line-height:50px;
	padding-bottom:.2em;
	margin-bottom: .5em;
	position:inherit;
	color: #473e3e;
	opacity:0.7;
	}


.news-logo{
	width: 500px;
float: left;
padding-top: 30px;
height: auto;
padding-bottom: 30px;
	}




/*--------------------------------KONTAKT-------------------------------------------------------------------*/


.kontakt-titel{
	padding-left:3px;
	font-size:60px;
	font-weight:400;
	line-height:26px;
	padding-top:2.5em;
	margin-bottom: .5em;
	position:inherit;
	color: #473e3e;
	text-decoration: underline;
	}

.kontakt-adresse{
	padding-top:80px;
	padding-left:3px;
	font-size:45px;
	font-style: normal;
	font-weight: normal;
	font-weight:400;
	line-height:1.5em;
	position:inherit;
	color: #473e3e;
	}

.kontakt-adresse a{
	color: #473e3e;
	}

.kontakt-adresse a:hover{
	color: #473e3e;
	opacity:0.8;
	text-decoration:none;
	}

.impressum{
	padding-left:3px;
	margin-bottom:0;
	font-size:40px;
	color: #473e3e;
	padding-bottom:.3em;
	margin-left:1.5px;
	}

.impressum a{
	color: #473e3e;
	text-decoration:underline;
	}

.impressum a:hover{
	color: #473e3e;
	opacity:0.8;
	text-decoration:underline;
	}

.gris-clair {
	background-color:rgb(244,245,247);
	}

.transparent-bkg{
	background:transparent;
	}






