/* CSS Document */

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
}

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

.logos-referenz{
	padding-top:100px;
	    display: table;
    clear: both;
}

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

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

.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;
}

.logoline{
	margin:auto;
	padding: 0px 40px;
}

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;
}



*, *: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 + label {
  	position: fixed;
  	top: 30px;
  	right: 40px;
  	height: 20px;
  	width: 15px;
  	z-index: 5;
	}

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

body input + label span:first-child {
  	top: 3px;
	}

body input + label span:last-child {
  	top: 16px;
	}

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: 80px;
	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: 30px;
	font-size:25px;
	}

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:15%;
	position: fixed;
	top: 20px;
	left: 40px;
	z-index: 6;
	padding-bottom:30px;
	}










/* parallax video + Slogan */


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


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

.attraktiv{
	font-size:7em;
	color:white;
	right:50px;
	position: absolute;
	top: 580px;
	}


@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: 7em;
	height: 200px;
  	overflow:hidden;
 	z-index:1;
	position: absolute;
	padding-left: 80px;
	top: 582px;
	right:780px;
	position: absolute;
	color:#fff;
		}

.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;
	font-weight: 600;
	}







 /*portfolio - Projektbilder*/

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


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

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

#intro-portfolio {
	font-size: 2em;
	color: #5b5d62;
	}

.about-jobs{
	font-size: 1em;
	color: #fff;
	padding:20px;
	}

ol li {
	margin-top:-50;
	font-size: 1em;
	color: #fff;
	padding-left:20px;
	}


#intro-jobs {
	font-size: 2em;
	color: #FFFFFF;
	padding:20px;
	}

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

.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: 100%;
	  width: 100%;
	  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: 99%;
	  width: 100%;
	  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: 100%;
  top: 50%;
  left: 50%;
  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: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  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: 40%;
	font-size: 1.8em;
	color: #fff;
	}

.about-right{
	float:right;
	width: 50%;
	margin-top: 20px;
	font-size: 1em;
	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{
	margin-top:120px;
	float:left;
	}


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

.news-entry{
	position:relative;
	display: table;
	padding: 10px 20px 20px 15px;
	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:40%;
	margin-right:10px;
	}

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

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

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

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


.news-logo{
	width: auto;
	float: right;
	padding-top:10px;
	height:150px;
	}




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


.kontakt-titel{
	padding-left:3px;
	font-size:18px;
	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:16px;
	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:16px;
	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:rgba(244,245,247,0.6);
	}

.transparent-bkg{
	background:transparent;
	}

/*------------------------------------------------------------------------------------RESPONSIVE-----------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------1902px-----------*/
@media screen and
(max-width:1902px) {
	
.crt-parallaxvideo video {
    width: 250%;
	left:-70%;
}




/*------------------------------------------------------------------------------------------------------1524px-----------*/
@media screen and
(max-width:1524px) {
	
.text{
	font-size:35px;
	}	
	
.logo {
	top: 20px;
	width:20%;
	}
	
.about-left{	
	width: 45%;
	}	
	
.about-right{	
	margin-top: 10px;
	width: 45%;
	}	
	
.about-jobs{
	width: 45%;
	}

ol li {
	width: 45%;
	}


#intro-jobs {
	width: 45%;
	}	
	
.rotate{
	font-size: 5.5em;
	right:620px;
	}

.attraktiv {
	font-size: 5.5em;
	}
	
.Titel-portfolio-image{
	font-size: 5.5em;
	}

#intro-studio-weDo {
	left:100px;
	}
	
.logos-referenz>img{
	padding:15px;
	opacity:0.8;
	width:250px;
	margin-left:0px;
}	
	
}

	

/*------------------------------------------------------------------------------------------------------1390px-----------*/
@media screen and
(max-width:1390px) {
	
.crt-parallaxvideo video {
    min-width: 250%;
	left:-60%;
}	
	}
	
/*------------------------------------------------------------------------------------------------------1200px-----------*/

@media screen and
	(max-width:1200px) {
	
.about-left{	
	font-size:2em;
	width: 50%;
	}	
	
.about-right{	
	margin-top: 10px;
	width: 45%;
	}	
		
.about-jobs{
	width: 45%;
	}

ol li {
	width: 45%;
	}


#intro-jobs {
	width: 45%;
	font-size:2em;
	}	
		
		
		
#intro-portfolio{
	font-size:2em;
	width:75%;
	}
	
.text{
	font-size:25px;
	}	
	
.content-details h3{
  	font-size: 35px;
	}

.content-details p{
    font-size: 25px;
	}
		
#intro-studio-weDo {
	font-size: 1.2em;
	width:30%;
	top:12px;
	left:80px;
	}
		
}

/*------------------------------------------------------------------------------------------------------1040px-----------*/

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

.content .content-overlay-video-port {
	height:98.5%;}
}

/*------------------------------------------------------------------------------------------------------1024px-----------*/

@media screen and
	(max-width:1024px) {
	
.container-about {
	padding:40px 0px 20px 0px;
	}
	
.about-left{	
	font-size:2em;
	width:100%;
	}
	
.text{
	font-size:25px;
	}	
	
.logo {
	top: 15px;
	width:30%;
	}
	
	.about-right{
	width:90%;
	float:left;
	}	
		
.about-jobs{
		width:100%;
	}

ol li {
		width:100%;
	}


#intro-jobs {
		width:100%;
	font-size:2em;
	}			
		
.content .content-overlay-video-port {
	height:98%;
	}	
		
#video_background {
    position:fixed;
   	top:-105px;
    width: auto;
	height:520px;
   }	
		
.header-overlay {
 	height: 520px;
	}		

		
.Titel-portfolio {
    top: 150px;
    width: 100%;
	}

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

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

#intro-studio-weDo {
	font-size: 1.2em;
	width:30%;
	top:12px;
	left:80px;
	}		
		
.news-logo{
	padding-top:15px;
	height:160px;
	}	
		
.logos-referenz>img{
	padding:20px;
	opacity:0.8;
	width:250px;
	margin-left:-20px;
}			
		
		
}

	
		
	/*------------------------------------------------------------------------------------------------------1000px-----------*/

@media screen and
	(max-width:1000px){
	
	body input + label {
    position: fixed;
    top: 3%;
    right: 60px;
    height: 60px;
    width: 50px;
    z-index: 5;
}
	}
/*------------------------------------------------------------------------------------------------------900px-----------*/

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

#overlay-wrapper-1{
	height: 50%;
	}	
	
#intro-portfolio{
	font-size:1.8em;
	width:100%;}

.portfolio{
	padding: 50px 50px 50px 50px;
	}
	
	
.logo {
    width: 30%;
    top: 15px;
    }

.text{
	font-size:25px;
	}

.Titel-portfolio-image{
	top: 80px;
	font-size: 5em;
	}

.rotate{
	right:470px;
	font-size: 4em;
	top: 477px;
	}

.attraktiv {
	font-size: 4em;
	top: 476px;
	}

.about-left{
	width:100%;
	font-size:1.8em;
	}
.about-right{
	width:90%;
	float:left;
	}
	
.about-jobs{
		width:100%;
	}

ol li {
		width:100%;
	}


#intro-jobs {
		width:100%;
	font-size:1.8em;
	}		
	
.header-overlay {
  	top: 0; 
	left: 0;
  	width: 100%; 
	height: 530px;
	padding: 50px 50px 50px 50px;
	}
	
#video_background {
    position:fixed;
   	top:-305px;
    width: auto;
	height:100px;
   }	
		
		
.Titel-portfolio {
    top: 240px;
    width: 100%;
	}

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

.Titel-portfolio p{
	font-size: 2em;
	font-weight:400;
	color: #fff;
	}	
	
#intro-studio-weDo {
	font-size: 1.2em;
	width:90%;
	top:12px;
	padding-bottom:0px;
	padding-top:50px;
	float:left;
	left:0px;
	}
	
#intro-studio {
	font-size: 1.5em;
	float:left;
	width:90%;margin-bottom:0px;
	}
#studio-text {
	font-size: 1.2em;
	float:left;
	width:90%;
	position: relative;
	padding-bottom:0px;
	}
	
#half-size-studio-right{
	width:100%;
	float:left;
	padding:0px;
	padding-top:20px;
	}

#half-size-studio-left{
	width:100%;
	float:left;
	padding:0px;
	padding-top:20px;
	}
	
.studio-image{
	padding: 20px 20px 20px 20px;
	}
	
.news-logo{
	padding-top: 15px;
	}
		
.news-entry-body{
	width:60%;
	margin-right:10px;
	}		

	
}


/*------------------------------------------------------------------------------------------------------764px-----------*/

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

.content-details h3{
  	font-size: 28px;
	}

.content-details p{
    font-size: 18px;
	}

.logo {
    width: 35%;
    top: 20px;
    }	
		
.column {
    float: left;
    width: 100%;
    padding: 10px;
	border-bottom:solid 1px;
    height: 500px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}		
	
.kontakt-adresse{
	padding-top:0px;}
		
.logos-referenz>img{
	padding:20px;
	opacity:0.8;
	width:200px;
	margin-left:-20px;
}	
		
.crt-parallaxvideo video {
    width: 300%;
	left:-60%;
}		
	
		
.rotate {
    height: 160px;}		
		
}

/*------------------------------------------------------------------------------------------------------650px-----------*/

@media screen and
(max-width:650px) {
		
.rotate{
	right:-10px;
	font-size: 4em;
	top: 165px;
	height: 90px;
}

	
.attraktiv {
	font-size: 4em;
	right: 20px;
	top: 259px;
	text-align: right;
	}
		
.crt-parallaxvideo {
    max-height: 520px;
	height: 500px;
	}
	
.crt-parallaxvideo video {
    min-width: 150%;
	left:00%;
	top:-35%;
}		
	
.Titel-portfolio-image {
    position: absolute;
    top: 150px;
    font-size: 3.5em;
    font-weight: 600;
    color: #fff;
    width: 60%;
    left: 50px;
}
	
.Titel-portfolio h3{
	font-size: 3em;
	font-weight:600;
	color: #fff;
	}

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

.Titel-portfolio {
    top: 260px;
   	}
	
.news-entry-body{
	width:100%;
	margin-right:10px;
	}			
		
.news-titel{
	font-size:26px;
	line-height:28px;
	font-weight:400;
	}
		
.news-entry-body-type{
	padding-bottom:.5em;
	margin-left:1px;
	}	
		
.news-logo{
	float: left;
	padding-top:25px;
	}	

.container-news {
    padding: 0px 25px;
	}
	
}

/*------------------------------------------------------------------------------------------------------550px-----------*/

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

.crt-parallaxvideo {
    max-height: 480px;
	height: 480px;
	}

.logo {
    width: 50%;
    top: 20px;
	left:20px;
    }	
	
.Titel-portfolio h3{
	font-size: 2.5em;
	font-weight:600;
	color: #fff;
	}

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

.Titel-portfolio {
    top: 280px;
   	}	
	
.header-overlay {
	padding: 50px 0px 50px 50px;
	}

.main-container-news {
    margin-top: 90px;
   	}		
	
.logos-referenz>img{
	padding:20px;
	opacity:0.8;
	width:300px;
	margin:auto;
}	
	
.crt-parallaxvideo video {
    min-width: 200%;
	left:00%;
	top:-35%;
}	
	
}

/*------------------------------------------------------------------------------------------------------400px-----------*/

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

#overlay-wrapper-1{
	height: 50%;
	}	
	
.about-left{	
	width:95%;
	font-size:1.2em;
	}

.crt-parallaxvideo video {
    min-width: 300%;
	left:00%;
	top:-35%;
}	
	
.about-right{
	width:95%;
	font-size:0.9em;
	}
	
.about-jobs{
		width:100%;
	font-size:0.9em;
	}

ol li {
		width:100%;
	font-size:0.9em;
	}


#intro-jobs {
	width:100%;
	font-size:1.2em;
	}		
	
#intro-portfolio{
	font-size:1.2em;
	font-weight:500;
	width:95%;
	}

.portfolio {
    padding: 60px 10px 20px 20px;
	}
	
.logo {
	width: 60%;
	top: 25px;
	left: 20px;
	}

.text{
	font-size:20px;
	}
	
.rotate{
	right:0px;
	font-size: 4em;
	top: 175px;
	}

.attraktiv {
	font-size: 4em;
	right: 35px;
	top: 259px;
	left: 30px;
	}
	
.Titel-portfolio-image {
    position: absolute;
    top: 180px;
    font-size: 3em;
    font-weight: 600;
    color: #fff;
    width: 60%;
    left: 20px;
	}

.content-details h3{
  	font-size: 20px;
	}

.content-details p{
    font-size: 16px;
	}

#video_background {
    top:-270px;
    max-width:700px;
	height:200px;
   }

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

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

.Titel-portfolio {
    top: 50px;
	left:-30px;
   	}	
	
.header-overlay {
	padding: 50px 0px 50px 50px;
	height: 350px;
	opacity: 1;
	}
	
#intro-studio-weDo {
	font-size: 1.2em;
	width:90%;
	top:12px;
	padding-bottom:0px;
	float:left;
	left:0px;
	}
	
#intro-studio {
	font-size: 1.5em;
	float:left;
	width:100%;
	margin-bottom:0px;
	}
	
#half-size-studio-right{
	width:100%;
	float:left;
	padding:0px;
	padding-top:20px;
	}

#half-size-studio-left{
	width:100%;
	float:left;
	padding:0px;
	padding-top:20px;
	}
	
.studio-image{
	padding: 20px 5px 20px 5px;
	}	
	
.news-titel{
	font-size:20px;
	line-height:24px;
	padding-bottom:.2em;
	margin-bottom: 0em;
	position:inherit;
	font-weight:400;
	}
		
		
.news-entry-body-type{
	font-size:14px;
	margin-left:1px;
	}		

.news-beschreibung{
	font-size:12px;	
	}	
	
}

/*------------------------------------------------------------------------------------------------------322px-----------*/

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

.content-details h3{
  	font-size: 20px;
	padding-top:10%;
	}

.content-details p{
    font-size: 0px;
	}

.content .content-overlay-video-port {
	height:96%;
	}
		
.rotate{
	right:0px;
	font-size: 3.8em;
	top: 175px;
	}
		
		.about-jobs{
		width:100%;
	font-size:0.9em;
	}

ol li {
		width:100%;
	font-size:0.9em;
	}


#intro-jobs {
	width:100%;
	font-size:1.2em;
	}	

.attraktiv {
	font-size: 3.8em;
	right: 40px;
	top: 259px;
	left: 30px;
		}		

.container-news {
    padding: 0px 10px;
	}	
		
.main-container-news {
    margin-top: 70px;
   	}		
}





