body{
			   margin:0;
         font-family: 'Open Sans', sans-serif;
         color:#42413f;
         font-weight:400;
		  }
		
		a{
			color: #42413f;
			text-decoration:none;
      outline:none;
		}
		a:hover{
			text-decoration:underline;
		}
    
.parallax-window {
				height:900px;
				background: transparent;
				width:100%;
			}    
    
    #page_wrapper{
      width:100%;
      max-width:1600px;
      margin:0 auto;
    }
    
    #header{
      position:relative;
    }
    
    #header img{
      width:100%;       
    }
    
    #header a{
      font-size:18px;
      color:#fff;
      text-transform:uppercase;
      margin-right:20px;
    }
	
	#header a:last-child{margin-right:0!important;}
    
    #header_text{
      color: #fff;
      left: 160px;
      position: absolute;
      top: 200px;
    }
    
    h1{
      font-size: 72px;
      font-weight: 400;
      line-height: 0.7em;
      margin: 0;
    }         
    
		h2{
			margin:0;
      text-transform:uppercase;
			font-size:48px;
      font-weight:300;    
      line-height: 1.15em;
      padding-top:153px;
		}
    
    .smaller_h1{
      font-size:50px;
      font-weight:300;
    }
    
    #menue{
      position:absolute;
      left:160px;
      top:50px;
      color:#fff;
      width:calc(100% - 320px);
    }
    
    .al_left{float:left;}
    .al_right{float:right;}
    
    .clearfix:after {
        content: ".";
        clear: both;
        display: block;
        visibility: hidden;
        height: 0px;
    }
    
    #first_block, #kontakt{
      width:100%;
      max-width:800px;
      margin:0 auto;
      text-align:center;
    }
	
	#first_block div{
		margin:30px 0 50px;
	}
	
	.green_fat{
		font-weight:700;
		color:#60929d;
	}
    
    #bilder{  
      text-align:center;
      width:100%;
      background:#f8f8f8;
      position:relative;
    }
    
    #bilder h2{
      margin-bottom:170px;
    }
    
    #bilder_wrapper{
      margin: 0 auto;
      max-width: 1305px;
      position: relative;
      width: 100%;
    }
    
    #bilder a{     
      float: left;
      height: 300px;
      margin: 15px 17px;
      position: relative;
      width: 400px;
    }
    
    #bilder a:hover{
      text-decoration:none;
    }
    
    #bilder img{    
      height: 300px;
      left: 0;
      position: absolute;
      top: 0;
    }
    
   /* .fancybox:hover .img_overlay{display:block;}*/
    
    .img_overlay{    
      background: rgba(96,146,157,0.5);
      height: 100%;
      left: 0;
      position: relative;
      width: 400px;
      z-index: 1;
      text-align:center;        
      display:none;
    }
    
    .img_overlay p{
      margin:0;
      color:#fff;
      text-transform:uppercase;
      top:123px;
      font-weight:300;
      font-size:30px;
      position:relative;
      text-decoration:underline;
    }
    
    #bilder a:last-child{
      margin-bottom:170px;
    }
		
    input, textarea{
      border:1px solid #d9d9d9;
      margin-bottom:44px;
      width: calc(100% - 20px);
      max-width:800px;
      font-size:17px;                
      padding:10px;
      
    }
    
    input{
      height:18px;
    }
    
    textarea{
      height:188px;
      font-family:'Open Sans',arial;
	  resize: none;
    }
    
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #42413f;
      opacity:1;
    }
    ::-moz-placeholder { /* Firefox 19+ */
      color: #42413f;
      opacity:1;
    }
    :-ms-input-placeholder { /* IE 10+ */
      color: #42413f;
      opacity:1;
    }
    :-moz-placeholder { /* Firefox 18- */
      color: #42413f; 
      opacity:1;      
    }
	
	#third_block{
		height:900px;
		width:100%;
	}
	
	#kontakt h2{margin-bottom: 58px;}
	#kontakt p{margin-bottom: 127px;}
	#cmd_send{
		background:#60929d;
		color:#fff;
		float:right;
		width:230px;
		height:30px;
		padding-top:10px;
		cursor:pointer;
	}
	
	#footer{
		background: #60929d none repeat scroll 0 0;
		color: #fff;
		font-size: 18px;
		font-weight: 400;
		height: 60px;
		margin-top: 200px;
		padding-top: 30px;
		text-align: center;
		width: 100%;
	}
	
	
@media (max-width:1305px){
	#bilder_wrapper{max-width:870px}
	
}	

@media (max-width:1024px){
	#menue div.al_right{display:none}
	#header_text{top:128px}
	h1{font-size:48px}
	.smaller_h1{font-size:34px;}
}	

@media (max-width:870px){
	#bilder_wrapper{max-width:435px}
	#menue, #header_text{left:60px;width:calc(100% - 60px);}
	#first_block, #kontakt {width:90%}
}	

@media (max-width:620px){
	#menue{top:20px;}
	#menue, #header_text{left:20px;width:calc(100% - 20px);}
	#header_text{top:68px}
	h1{font-size:34px}
	.smaller_h1{font-size:24px;}
}	

@media (max-width:435px){
	#bilder a{width:100%;margin:0 0 35px;height:265px;}
	#header a{font-size:15px;margin-right:10px;}
	#bilder img{width:100%;height:auto;}
	h2{font-size:34px;padding-top:100px;}
	#footer{font-size:15px;}
	#third_block{height:500px;}
	h1{font-size:24px}
	.smaller_h1{font-size:20px;}
}