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


body {
	
	padding: 0;
	margin: 0;
	background-image: url("bilder/bg.png");
	background-repeat: repeat-x;
	
	
	}
	
#top {
	
	max-width: 1200px;
	margin: auto;
	height: 130px;
	margin-top: 40px;
	
	}
	
#top_left {
	
	float: left;
	width: 24%;
	margin-left: 10px;
	
	}
	
	
	
#nav {
	
	
	height: 100px;
	margin: auto;
	float: right;
	position: relative;
	z-index: 99;
	
    
	}
	
	
#nav > a {
	
	
        display: none;
		
	}
		
		
#nav li {
	
        position: relative;
		list-style: none;
		height: 40px;
		
		
    }
	
 
#nav li a {
	
        position: relative;
		text-decoration: none;
		color: #ffffff;
		font-family: 'Dosis', sans-serif;
		font-weight: 300;
		
	}
	
	
    /* 1. Navigationsebene */
 
#nav > ul {
		
		height: 40px;
		background-color: #000000;
		
	}
			
	
#nav > ul > li {
					
		
		height: 100%;
		float: left;
		padding: 10px 50px;
					
	}
					
#nav > ul > li > a {
						
		height: 100%;
		font-size: 22px; 
	    line-height: 40px; 
		text-align: center;
		
	}
	
#nav > ul > li:hover {
						
		height: 100%;
		font-size: 22px; 
	    line-height: 40px; 
		background-color: #000000;
		
	}
									
 
    /* 2. Navigationsebene */
 
#nav li ul {
					
		background-color: #000000;
		display: none;
		position: absolute;
		top: 100%;
		width: 130px;
						
		}
		
				
				
#nav li:hover ul {
						
		display: block;
		left: 0;
		right: 0;
		
		}
		
#nav li:not( :first-child ):hover ul {
	
		left: -1px;
		}
						
						
#nav li ul a {
	
		font-size: 17px; 
		padding: 0; 
		line-height: 39px;
		background-color: #000000;
							
			}
			
.arrow {
	
	border: 4px solid #ffffff;
	margin-left: 7px;
	font-size:0;
	
	}
	
.arrow.down {
	
	border-right-color:  transparent;
	border-bottom-color: transparent;
	border-left-color:   transparent;
	}
							
#header {
	
	margin: auto;
	max-width: 1200px;
	border: 15px solid #ffffff;
	
	}
	
.rslides {
	
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 2;
	
	}
	
	.rslides li {
		
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;

	}
	
	
.rslides li:first-child {
	
	position: relative;
	display: block;
	float: left;

	}

.rslides img {
	
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;

	}
	
#content {
	
	max-width: 1200px;
	margin: auto;
	margin-top: 30px;
	
	}
	
#content_inner {
	
	max-width: 96%;
	margin: auto;
	font-family: "open sans" , sans-serif; 
	font-size: 15px;
	line-height: 22px;
	color: #000;
	
	}
	
#content_inner_portfolio {
	
	max-width: 60%;
	float: left;
	font-family: "open sans" , sans-serif; 
	font-size: 15px;
	line-height: 22px;
	color: #000;
	
	}
	

	
.portfolio_height {
	
	height: 680px;
	padding: 10px;
	
	}
	
.portfolio_height_bauteile {
	
	height: 900px;
	padding: 10px;
	
	}
	
	
.right {
	
	float: right;
	width: 35%;
	
	}
	
.navi_all {
	
	height: 310px;
	
	}
	
.navi_start {
	
	float:left;
	width:24%;
	margin-top: 40px;
	
	
	}
	
h1 {
	
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 30px;
	line-height: 45px;
	
	}
	
h2 {
	
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 24px;
	line-height: 27px;
	
	}
	
#footer {

	width: 100%;
	background-image: url("bilder/footer_bg.png");
	height: 280px;
	margin-top: 110px;

}

#footer_inner {
	
	margin: auto;
	max-width: 1200px;
	padding-top: 60px;
	font-family: "open sans" , sans-serif; 
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	padding-left: 3%;
	
	}
	
#footer_inner a {
	
	
	font-family: "open sans" , sans-serif; 
	font-size: 17px;
	line-height: 25px;
	color: #fff;
	padding-left: 3%;
	text-decoration: none;
	
	}
	
@media only screen and ( max-width: 1220px ) 
{
	
.header {
	
	max-width: 100%;
	
	}
	
.portfolio_height {
	
	height: auto;
	padding: 15px;
	
	}
	
	.portfolio_height_bauteile {
	
	height: auto;
	padding: 10px;
	
	}
	
.right {
	
	float: none;
	width: 98%;
	
	}	
	
#content_inner_portfolio {
	
	max-width: 98%;
	float: left;
	font-family: "open sans" , sans-serif; 
	font-size: 15px;
	line-height: 22px;
	color: #000;
	
	}
	
}
		
@media only screen and ( max-width: 980px ) 
{
	
#top {
	
	max-width: 100%;
	margin: auto;
	height: 170px;
	margin-top: 50px;
	
	}
	
#top_left {
	

	width: 24%;
	margin-left: 10px;
	
	}
	
	
    #nav {
		
        position: relative;
		width: 100%;
	
    }
	
        #nav > a {
		
   		 width: 80px;
   		 height: 80px;
    	text-align: left;
    	text-indent: -9999px;
   		position: relative;
		border: 5px solid #fff;
		float:right;
		z-index: 1;
		margin-right: 70px;
		margin-top: -100px;
		
        }
		
		#nav > a:before {
			
  		content: "";
  		position: absolute;
  		top: 27px;
  		left: 15px;
 		 width: 50px;
 		 height: 15px;
  		border-top: 5px solid #fff;
  		border-bottom: 5px solid #fff;
}
		
		
        #nav:not( :target ) > a:first-of-type,
        #nav:target > a:last-of-type
        {
            display: block;
        }
	
 
    /* 1 */
 
    #nav > ul
    {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
		margin-top: 80px;
		
    }
        #nav:target > ul
        {
            display: block;
        }
        #nav > ul > li
        {
            width: 85%;
            float: none;
			
			
        }
		
		#nav > ul > li a
        {
            
			font-size: 55px; 
	    line-height: 75px; 
			
        }
		
		#nav > ul > li:hover {
						
		height: 100%;
		width: 80%;
		font-size: 55px; 
	    line-height: 75px; 
		background-color: #000000;
		
	}
 
    /* 2 */
 
    #nav li ul
    {
        position: static;
    }
	
	 #nav li ul
				{
					background-color: #000000;
					display: none;
					top: 100%;
					border-top: 2px solid #ffffff;	
					
				}
				
	 #nav li ul li
				{
					height:80px;	
					
				}
				
				
	#nav > ul > li > ul > li a
        {
            
			font-size: 50px; 
	    line-height: 65px; 
			
        }
		
#content_inner {
	
	max-width: 96%;
	margin: auto;
	font-family: "open sans" , sans-serif; 
	font-size: 30px;
	line-height: 42px;
	color: #000;
	
	}
	
#content_inner_portfolio {
	
	max-width: 96%;
	float: left;
	font-family: "open sans" , sans-serif; 
	font-size: 30px;
	line-height: 42px;
	color: #000;
	
	}

	
h1 {
	
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 58px;
	line-height: 90px;
	
	}
	
h2 {
	
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 54px;
	line-height: 85px;
	
	}
	
#footer {

	width: 100%;
	background-image: url("bilder/footer_bg_gr.png");
	height: 400px;
	margin-top: 110px;

}

#footer_inner {
	
	margin: auto;
	max-width: 1200px;
	padding-top: 60px;
	font-family: "open sans" , sans-serif; 
	font-size: 25px;
	line-height: 38px;
	color: #fff;
	padding-left: 3%;
	}

#footer_inner a {
	
	
	font-family: "open sans" , sans-serif; 
	font-size: 30px;
	line-height: 42px;
	color: #fff;
	padding-left: 3%;
	text-decoration: none;
	
	}		

}
