@charset "UTF-8";
/* CSS Document */

body, html{
	height: 100%;
}

body{
	overflow:auto;
 	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	background: #000000;
	font: 300 24px/29px "HelveticaNeue-Light","Helvetica Neue","Open Sans" ,sans-serif;
	
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1{
	position: relative;
	top: 30%;
	margin: 0 0 10px 0 ;
	color: #f2f2f2;
	font: 300 36px "HelveticaNeue-Light","Helvetica Neue","Open Sans" ,sans-serif;
	text-align: left;
}

h2{
	margin: 0 0 0 0;
	top: 30%;
	position: relative;
	width: 50%;
	color: #f2f2f2 !important;
	font: 300 18px "HelveticaNeue-Light","Helvetica Neue","Open Sans" ,sans-serif;
	line-height: 24px;
	text-align:left;
}
.profil{
	width: 25%;
	height: auto;
	display: block;
	margin: 106px auto 0 auto;
	opacity: 0.5;
	
}

a{ 
	text-decoration: none;
	color: #FFF;
}

ol, ul {
	list-style: none;
}
img{
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}
 
#container {
	z-index: 100;
	height: 100%;
	top: 0;
	position:relative;
    max-width: 60em;
    margin: 0 auto;
	color: #000000;
	font: 300 18px "HelveticaNeue-Light","Helvetica Neue","Open Sans" ,sans-serif;
}

#bg{
	display:block;
	position:relative;
	width: 100%;
	height: 100%;
	background: #000000;
	top: 0px;
	background: url(images/bg_1920x1080.png) no-repeat center center;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;	
	
	
}

#bg img{
	margin: 0 auto;
	max-width: 1920px;
	position: absolute;
	top: 0;
	
}
#work{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	background-color: #f2f2f2;
}

#header {
	z-index: 100;
	position: fixed;
	top: 0;
	width: 100%;
	height: 88px;
}
#logo{
	width: 88px;
	height: 88px;
	float: left;
	background: #00aeff;
 
	transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out;
}

#logo:hover{	
	background: #666666;

}

#footer{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	width: 100%;
	height: 60px;
	background: #121212;
	color: rgba(255,255,255, 0.5);
	font-size: 14px;
	line-height: 20px;
}

#footercontent{
	margin: 0 auto;
	width: 98%;
	height: 50px;
}
#footer p{
	float: left;
	margin: 20px 20px 0 0;
}

#footer a{
		margin: 20px 20px 0 20px;
		font: 600 14px "HelveticaNeue-Light","Helvetica Neue","Open Sans" ,sans-serif;
		display:block;
		color: rgba(255,255,255, 0.5);
}
	
.copyright{
	font: 600 14px "HelveticaNeue-Light","Helvetica Neue","Open Sans" ,sans-serif;
}
.impressum{
 	float: right !important;
	font: 600 14px "HelveticaNeue-Light","Helvetica Neue","Open Sans" ,sans-serif;	
}

#menu{
	position:relative;
	right: 25px;
	z-index: 2000;
	float: right;
	width: 200px;
	color: #f2f2f2;
	font: 500 14px "HelveticaNeue-Medium","Helvetica Neue","Open Sans" ,sans-serif;
}

.menu a{
	display:block;
	color: #f2f2f2;
	opacity: 0.75;
	margin: 37px 0;
	
	text-shadow: 0px 2px 2px rgba(0,0,0,1);
}
.menu a:hover{
	display:block;
	opacity: 1.0;
	margin: 37px 0;
}

.menu{
	float:left;
	width: 100px;
	height: 88px !important;
	text-align:center;
	vertical-align:middle;
	display:block;
	color: #f2f2f2;
	text-decoration: none;
	
	transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out;
	
}

#contact{
	background: #f2f2f2;
	margin: 0 0 0 0;
	height: 100%;
	width: 100%;
	color: #444444;
	padding: 50px 0 50px 0;	
}

#contactcontent{
	margin: 50px auto 0 auto;
	width: 960px;
	font-size: 16px;
}

#mailcontent{
	margin: 0 auto 0 auto;
	width: 480px;
	font-size: 24px;
	opacity: 1.0;
}

#contactcontent p{
	color: #666666;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	font-size: 24px;
}

.input-mail{
	margin: 0 0 10px 0;
}

.input-message{
	background: url(images/bgMessage.png) no-repeat;
	height: 150px;
}

.input-submit{
	position: relative;
	right: -5px;
	margin: 15px 0 0 0;
	float: right;
	width: 100px;
	padding: 0;
}

input{
	width:  440px;
	padding: 14px 20px;
	margin-bottom: 15px;
	font-size: 15px;
	background: rgba(0, 0, 0, 0.1);
	color: #444444;
	border: none;
	border-radius: 3px;
}

textarea{
	width: 440px;
	padding: 14px 20px;
	margin-bottom: 15px;
	font-size: 15px;
	background: rgba(0, 0, 0, 0.1);
	color: #ffffff;
	border: none;
	border-radius: 5px;
}

button, .btn {
	position:relative;
	float: right;
	padding: 13px 20px;
	background: #00aeff;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	border-radius: 5px;
	border: 0;
	opacity: 0.5;
	
	transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}
button:hover, .btn:hover {
	opacity: 1.0;
}

.job{
	height: auto;
	max-width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	background: #fff;
		
	transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

	
.over{
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 100%;
	display: block;
	position: absolute;
	z-index: 50;
	opacity: 0.0;
	background: rgba(0,0,0, 0.75);
	
	transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
	}
	
.over:hover{
	opacity: 1.0;
}


.over p{
	margin: 40% 0 0 0;
	width: 100%;
	position:absolute;
	
	color: #ffffff;
	font: 300 18px "HelveticaNeue-Light","Helvetica Neue","Open Sans" ,sans-serif;
	text-align:center;
	vertical-align:middle;
}

.name {
	margin: 8% 0 0 0;
	width:100%;
	position:absolute;
	color: #ffffff !important;
	font: 600 20px/29px "HelveticaNeue-Light","Helvetica Neue","Open Sans" ,sans-serif;
	text-align:center;
	vertical-align:middle;
}
.divider{
	top: 37%;
	position: relative;
	margin: 10% auto 0 auto;
	border-top: 1px solid #fff;
	width: 40px;
}

	
.selected a{ 
	opacity: 1.0 !important;
	
	}
	
#data{
	width: 940px;
	height: 580px;
}

.selected{
	opacity: 0.5;
}

#scroll{
background: url(images/scroll_v1.png) no-repeat;
width: 62px;
height: 	29px;
position: absolute;
bottom: 20px;
left: 48.5%;
margin: 0 auto;


}





@media all  and (min-width: 2561px) {
    /* target devices with smartphone sized resolution */

    .job {
        /* Float the columns to create a three-column layout */
        position: relative;
        width: 12.5%;
		max-width: 100%;
        float: left;
		margin: 0;
		padding: 0;
		border: 0;   
    }
	#work{}
	
}

@media all  and (max-width: 2560px) and (min-width: 1921px) {
    /* target devices with smartphone sized resolution */

    .job {
        /* Float the columns to create a three-column layout */
        position: relative;
        width: 14.2857142%;
		max-width: 100%;
        float: left;
		margin: 0;
		padding: 0;
		border: 0;   
    }
	#work{}
	
}


@media all and (max-width: 1920px) and (min-width: 1651px) {
    /* target devices with smartphone sized resolution */

    .job {
        /* Float the columns to create a three-column layout */
        position: relative;
        width: 16.6666666%;
		max-width: 100%;
        float: left;
		margin: 0;
		padding: 0;
		border: 0;
		   
    }
	#bg{
	}
}

@media all and (max-width: 1650px) and (min-width: 1441px) {
    /* target devices with smartphone sized resolution */

    .job {
        /* Float the columns to create a three-column layout */
        position: relative;
        width: 25%;
		max-width: 100%;
        float: left;
		margin: 0;
		padding: 0;
		border: 0;
		   
    }
	
}

@media all and (max-width: 1440px) and (min-width: 1281px) {
    /* target devices with smartphone sized resolution */

    .job {
        /* Float the columns to create a three-column layout */
        position: relative;
        width: 25%;
		max-width: 100%;
        float: left;
		margin: 0;
		padding: 0;
		border: 0;
		   
    }
	#bg{
	}
	
}
@media all and (max-width: 1280px) and (min-width: 1025px) {
    /* target devices with smartphone sized resolution */

    .job {
        /* Float the columns to create a three-column layout */
        position: relative;
        width: 25%;
		max-width: 100%;
        float: left;
		margin: 0;
		padding: 0;
		border: 0;
		   
    }
	
}
@media all and (max-width: 1024px) and (min-width: 481px){
  
   .job {
        /* Float the columns to create a three-column layout */
 		position: relative;
        width: 33.333333333333333333333333%;
		max-width: 100%;
        float: left;
		margin: 0;
		padding: 0;  
    }
	#contactcontent{
		width: 90%;
	}
	#me{
		width: 90%;
		font-size: 36px;
	}
	
	#container {
		width: 90%;
	}
  	h1{
		margin: 0 0 0 0;
		font-size: 36px;
		
	}
	h2{
		font-size: 24px;
		}

	#footercontent{
	 width: 90%;
	}
	input{
	width: 90%
	}
	textarea{
	width: 90%
	}
	bg{
		height: 50%;}
	
}


@media all and (max-width: 1024px) and (min-width: 769px)
and (orientation : landscape){
  
   .job {
        /* Float the columns to create a three-column layout */
 		position: relative;
        width: 33.33333333333333%;
		max-width: 100%;
        float: left;
		margin: 0;
		padding: 0;  
    }
	#contactcontent{
		width: 90%;
	}
	#me{
		width: 90%;
		font-size: 18px;
	}
	
	#container {
		width: 90%;
	}
  	h1{
		margin:0 0 0 0;
		font-size: 32px;
		
	}
	h2{
		margin: 5px 0 0 0;
		font-size: 18px;
		width: 60%
		
	}
	#footercontent{
	 width: 90%;
	}
	input{
	width: 90%
	}
	textarea{
	width: 90%
	}
	#header{
		display: none;
	}
	
}

@media all and (max-width: 768px) and (min-width: 481px)
and (orientation : portrait){
  
   .job {
        /* Float the columns to create a three-column layout */
 		position: relative;
        width: 50%;
		max-width: 100%;
        float: left;
		margin: 0;
		padding: 0;  
    }
	#contactcontent{
		width: 90%;
	}
	#me{
		width: 90%;
		font-size: 36px;
	}
	
	#container {
		width: 90%;
	}
  	h1{
		margin:0 0 0 0;
		font-size: 20px;
		
	}
	#footercontent{
	 width: 90%;
	}
	input{
	width: 90%
	}
	textarea{
	width: 90%
	}
	
	bg{
		height: 50%;

	}
	#header{
		display: none;
	}
	
}

/*@media all and (max-width: 480px) and (min-width: 0px){
  
	body {
    	-webkit-text-size-adjust: 200%;
	}
	#menu{
		display: none;
	}
	.menu{
	width: 33.333333333333333333333333%;
	float: left;
	
	}
	.menu:hover{
	width: 33.333333333333333333333333%;
	float: left;
	
	}
	#container{
	height: 100px;
	}

	.job {
        
 		position: relative;
        width: 100%;
		max-width: 100%;
        float: left;
		margin: 0 0 0 0;
		padding: 0;
		border: 0;
		background: #191919;
    }
	#contactcontent{
		width: 90%;
	}
	
	#container {
		width: 90%;
	}
	
  	h1{
		font-size: 24px;
	}
	#work{
		margin: 1px 0 0 0;
		background: #f2f2f2;
;
		height: auto;
	}
	.eye{
		width: 25px;
		height: 14px;
		top: 18px;
		right: 20px;
	}
	
	#footer{
		margin: 0 0 0 0;
		height: 128px;
	}
	#footer p{
		margin: 31px 20px 0 20px;
		width: 90%;
		font-size: 16px;
		text-align:center;
	}
	#footer a{
		margin: 20px 20px 0 20px;
		width: 90%;
		font-size: 16px;
		text-align:center;
		display:block;
		color: rgba(255,255,255, 0.5);
	}
	
	
	
	#footercontent{
	 width: 90%;
	 
	}
	#contact{
		height: 260px;
	}
	#mailcontent{
		width: 90%;
	}

	input{
	 	width: 88%;
	}
	 
	textarea{
		width: 88%;
	}
	 
	button, .btn {
		width: 100%;
	}
	
	

}*/
@media only screen 
and (min-device-width : 0px) 
and (max-device-width : 320px) 
and (orientation : portrait){ 

	body {
    	-webkit-text-size-adjust: 200%;
	}

	#header{
		height: 166px;

	}
	#menu{
		display: none;
	}
	.menu a{
		font-size: 28px;
		margin: 42px 0 0 0;
	
	}
	.menu{
	width: 33.333333333333333333333333%;
	float: left;
	}
	.menu:hover{
	width: 33.333333333333333333333333%;
	float: left;
	
	}


	.job {
        /* Float the columns to create a three-column layout */
 		position: relative;
        width: 100%;
		max-width: 100%;
        float: left;
		margin: 0 0 0 0;
		padding: 0;
		border: 0;
		background: #191919;
    }
	#contactcontent{
		width: 90%;
	}
	
	#container {
		width: 90%;
		height: 280px;
	}
 
	
	#header{
	display:none;
}

#bg{
	background:url(images/bg_750x1334.png) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;	
}
#container{
	width: 100%;
	display:inline-block;
}
h1{
	position: static;
	width: 90%;
	margin: 1150px auto 0 auto;
	font: 300 74px "HelveticaNeue-Medium","Helvetica Neue","Open Sans" ,sans-serif;
	text-align: center;
}
h2{
	position: static;
	width: 90%;
	margin: 20px auto;
	font-size: 42px;
	line-height: 44px;
	text-align: center;
}
	#work{
		margin: 0 0 0 0;
		background: #f2f2f2;

		height: auto;
	}
	#contact{
	}
/*	.over{
	bottom: 0;
	width: 100%;
	height: 100px;
	position: relative;
	z-index: 500;
	opacity: 1.0;
	background: rgba( 47, 47, 47, 0.5);
	}*/
	.eye{
		width: 50px;
		height: 28px;
		top: 36px;
		right: 20px;
	}
	.name{
		width: 90%;
		margin: 10px 0 0 20px;
		font-size: 24px;
	}
	
	#footer{
		height: 166px;
	}
	#footer p{
		margin: 20px 0 0 0;
		width: 100%;
		text-align:center;
	}
	#footer a{
		margin: 20px 0 0 0;
		width: 100%;
		text-align:center;
		font: 300 20px "HelveticaNeue-Light","Helvetica Neue","Open Sans" ,sans-serif;
		text-decoration:underline;
	}
	.copyright{
		font: 300 20px "HelveticaNeue-Light","Helvetica Neue","Open Sans" ,sans-serif;	
	}
	
	#footercontent{
	 width: 90%;
	 
	}
	#mailcontent {
		width: 90%;
	}
	#mailcontent p {
		font-size: 24px;
	}
	input{
	 	width: 96%;
	 	height: 88px;
		font-size: 24px;
	}
	 
	textarea{
		width: 96%;
		height: 360px;
		font-size: 24px;

	}
	 
	button, .btn {
		width: 100%;
		height: 96px;
		font-size: 24px;

	}
	#bg{ 
		width:100%;
		background-color: rgba(0,0,0,1) !important;
		background: url(images/bg_375x667.png) no-repeat center center;
		-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	}
	 
}

/*iPhone 5 portrait*/

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
	
	.job {
        /* Float the columns to create a three-column layout */
 		position: relative;
        width: 100%;
		max-width: 100%;
        float: left;
		margin: 0 0 0 0;
		padding: 0;
		border: 0;
		background: #191919;
    }

#header{
	display:none;
}

#bg{
	background:url(images/bg_750x1334.png) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;	
}
#container{
	width: 100%;
	display:inline-block;
}
h1{
	position: static;
	width: 90%;
	margin: 900px auto 0 auto;
	font: 300 48px "HelveticaNeue-Medium","Helvetica Neue","Open Sans" ,sans-serif;
	text-align: center;
}
h2{
	position: static;
	width: 90%;
	margin: 20px auto;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
}

}

/*iPhone 6 portrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 

.job {
        /* Float the columns to create a three-column layout */
 		position: relative;
        width: 100%;
		max-width: 100%;
        float: left;
		margin: 0 0 0 0;
		padding: 0;
		border: 0;
		background: #191919;
    }

#header{
	display:none;
}

#bg{
	background:url(images/bg_750x1334.png) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;	
}
#container{
	width: 100%;
	display:inline-block;
}
h1{
	position: static;
	width: 90%;
	margin: 1150px auto 0 auto;
	font: 300 74px "HelveticaNeue-Medium","Helvetica Neue","Open Sans" ,sans-serif;
	text-align: center;
}
h2{
	position: static;
	width: 90%;
	margin: 20px auto;
	font-size: 42px;
	line-height: 44px;
	text-align: center;
}


}
/*iPhone 6 landscape*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) { 

.job {
        /* Float the columns to create a three-column layout */
 		position: relative;
        width: 50%;
		max-width: 100%;
        float: left;
		margin: 0 0 0 0;
		padding: 0;
		border: 0;
		background: #191919;
    }
	
#header{
	display:none;
}

}
/*iPhone 6+ Portrait*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) { 

.job {
        /* Float the columns to create a three-column layout */
 		position: relative;
        width: 100%;
		max-width: 100%;
        float: left;
		margin: 0 0 0 0;
		padding: 0;
		border: 0;
		background: #191919;
    }

#header{
	display:none;
}

}

/*iPhone 6+ landscape*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) { 

.job {
        /* Float the columns to create a three-column layout */
 		position: relative;
        width: 50%;
		max-width: 100%;
        float: left;
		margin: 0 0 0 0;
		padding: 0;
		border: 0;
		background: #191919;
    }
	
#header{
	display:none;
}
	

}