@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	overflow-y: scroll; 
	-webkit-overflow-scrolling: touch;
	}
	
/*! FONTS */	
	
h1 {
	font-family: 'Playfair Display SC', serif;
	font-size:1.6em;
	color: #333333;
	font-weight:300;
	}	
	
h2 	{
	font-family: 'Playfair Display SC', serif;
	font-size:1em;
	color: #333333;
	font-weight:300;
	}
	
h3 	{
	font-family: 'Poppins', sans-serif;
	font-size:1.4em;
	color: #333333;
	font-weight:300;
	}
	
h4 	{
	font-family: 'Poppins', sans-serif;
	font-size:1em;
	color: #333333;
	font-weight:300;
	}			

p 	{
	font-family: 'Open Sans', sans-serif;
	font-size:0.9em;
	padding-top:10px;
	line-height:1.5;
	color: #333333;
	font-weight:300;
	}

.big 	{
	font-family: 'Poppins', sans-serif;
	font-size:1em;
	padding-top:10px;
	line-height:1.5;
	color: #333333;
	font-weight:300;
	}	
	
.white {
	color: #ffffff;
	}
	
.whiteprojekte {
	color: #ffffff;
	padding-top: 2.5em;
	}	
	
.copyright {
	font-family: 'Poppins', sans-serif;
	font-size:0.7em;
	color: #333333;
	}		

.pageheader {
	font-family: 'Poppins', sans-serif;
	font-size:1.5em;
	color: #333333;
	font-weight:300;
	padding-bottom: 0.5em;
	}
	
.homebig {
	font-size:2.8em;
	color: #444444;
	font-weight:300;
	line-height: 1em;
	padding-top: 0.3em;
	}	
	
.homesmall {
	font-size:2.3em;
	color: #444444;
	font-weight:300;
	}
	
/*! LINKS */	
	
a:link {
	font-weight:300;
	color: #333333;
	text-decoration: none;
 	transition: color; 
	transition-duration: 0.9s;
	-webkit-transition: color;
	-webkit-transition-duration: 0.9s;
	-moz-transition: color; 
	-moz-transition-duration: 0.9s;
	-o-transition: color;
	-o-transition-duration: 0.9s;
	}

a:visited {
	font-weight:300;
	color: #333333;
	text-decoration: none;
	}

a:hover, a:active, a:focus {
	font-weight:300;
	color: #999999;
	text-decoration: none;
	}

a.active {
	color: #999999;
	}
	
a.linktext:link {
	font-weight:300;
	color: #333333;
	text-decoration: none;
 	transition: color; 
	transition-duration: 0.9s;
	-webkit-transition: color;
	-webkit-transition-duration: 0.9s;
	-moz-transition: color; 
	-moz-transition-duration: 0.9s;
	-o-transition: color;
	-o-transition-duration: 0.9s;
	}

a.linktext:visited {
	font-weight:300;
	color: #333333;
	text-decoration: none;
	}

a.linktext:hover, a:active, a:focus {
	font-weight:300;
	color: #999999;
	text-decoration: none;
	}

/*! CONTAINER HEADER */

#header {
	width: 100%;
	height: 140px;
	clear: both;
	background: #ffffff;
	}

#logo {
	position: relative;
	width: 30%;
	min-width: 120px;
	height: auto;
	float: left;
	text-align: left;
	}

.logo { 
	width: 150px;
	height: auto;
	padding-top: 1.5em;
	padding-left: 1.8em;
	}
	
#headericons {
	position: relative;
	float: right;
	z-index: 9999;
	}	
	
#tel {
	position: absolute;
	float: right;
	top: 140px;
	right: 0;
	}

.tel { 
	width: 35px;
	height: auto;
	padding-top: 1.2em;
	padding-right: 1.9em;
	}

#cam {
	position: absolute;
	float: right;
	top: 200px;
	right: 0;
	}

.cam { 
	width: 40px;
	height: auto;
	padding-top: 1.2em;
	padding-right: 1.8em;
	}	
	
#down {
	position: absolute;
	float: right;
	top: 245px;
	right: 0;
	}

.down { 
	width: 40px;
	height: auto;
	padding-top: 1.2em;
	padding-right: 1.8em;
	}			

#headerimage {
	width: 100%;
	height: 300px;
	float: left;
	margin-bottom: 2em;
	}
	
.arrowleft { 
	float: left;
	width: 50px;
	height: auto;
	margin-top: 75px;
	padding-top: 1.2em;
	padding-left: 1.8em;
	}
	
.arrowright { 
	float: right;
	width: 50px;
	height: auto;
	margin-top: 75px;
	padding-top: 1.2em;
	padding-right: 1.8em;
	}		
	
#headerimagewebcam {
	width: 100%;
	height: 450px;
	float: left;
	background: #D8D8D8;
	margin-bottom: 2em;
	text-align: center;
	}		

.headerimagewebcampic {
	width: auto;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	}	

#headertitle {
	width: 100%;
	height: 80px;
	padding-top: 2em;
	float: left;
	background: #ffffff;
	text-align: center;
	}
	
/*! CONTAINER CONTENT */	
	
.left {
	position:relative;
	width: 50%;
	height: 320px;
	padding: 0;
	float: left;
	text-align: center;
	}
	
.right {
	position:relative;
	width: 50%;
	height: 320px;
	padding: 0;
	float: left;
	text-align: center;
	}	
	
.info {
    width:100%;
    height:100%;
    margin:0;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    background:rgba(0,0,0,0.5);
    transition:opacity 1s;
    opacity:0;
}

.left .image {
    text-align:center;
    position:relative;
    height: 320px;
}
.left:hover .info{
    opacity:1;
}		
	
.right .image {
    text-align:center;
    position:relative;
    height: 320px;
}
.right:hover .info{
    opacity:1;
}				

.projekte {
	width: 100%;
	height: 320px;
	}

#content1 {
	width: 100%;
	height: 85%;
	min-height: 400px;
	}

#contentcontent1 {
	width: 85%;
	margin-top: 18%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

	
#arrowdown {
	position: relative;
	width: 25%;
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
.arrowdown {
	margin-bottom: 5px;
	width: 50%;
	height: auto;
	text-align: center;
	}			
	
#content2 {
	width: 100%;
	height: auto;
	min-height: 300px;
	background: #ffffff;
	}
	
#contentcontent2 {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3em;
	padding-bottom: 6em;
	text-align: center;
	}	

#contentcontent2text {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 6em;
	text-align: center;
	}	

#downloads {
	width: 400px;
	height: 400px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}	

#navigationwrapper {
	width: 55%;
	height: 20px;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: flex;
	padding-bottom: 3em;
	}

#link1 {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#linkimage {
	width: 100%;
	height: 95px;
	}
	
#linktext {
	width: 100%;
	text-align: center;
	}		

.linktext 	{
	font-family: 'Poppins', sans-serif;
	font-size:1em;
	color: #333333;
	font-weight:300;
	}	
	
.ueberuns {
	width: 45%;
	height: auto;
	min-height: 80px;
	}
	
#link2 {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
.links {
	width: 55%;
	height: auto;
	padding-top: 0.3em;
	min-height: 80px;
	}
	
#link3 {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
.kontakt {
	width: 45%;
	height: auto;
	min-height: 80px;
	}
	
#link4 {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
.downloads {
	width: 45%;
	height: auto;
	min-height: 80px;
	}						
	
#content3 {
	width: 100%;
	height: auto;
	min-height: 200px;
	background: #D8D8D8;
	}

#contentcontent3 {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4.5em;
	padding-bottom: 6em;
	text-align: center;
	}	

/*! FOOTER */
	
#footer {
	float: left;
	width: 100%;
	height: 100px;
	background: #ffffff;
	padding-top: 1em;
	}	
	
#copyright {
	width: 50%;
	height: 20px;
	margin-top: 0.5em;
	padding-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}	
	
/*! BUTTONS */	
		
#buttonwrapper {
	width: 50%;
	height: 20px;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
.buttonwrapper {
	width: 70%;
	height: 20px;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}	
	
.buttonwrapperprojekte {
	width: 100%;
	height: 20px;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}		
	
.fakebutton {
	width: 8%;
	height: 30px;
	float: left;
	
}	
	
.button {
	width: 45%;
	height: 30px;
	color: #000000;
	border: 1px solid #000000;
	transition: background-color 0.7s ease;
	z-index: 9999;
	float: left;
}

.buttontext {font-size: 1em;text-align: center;padding-top: 0.2em;}

.button:hover { background-color: #ffffff;
	 }	

.buttonwhite {
	width: 50%;
	height: 30px;
	color: #ffffff;
	border: 1px solid #ffffff;
	transition: background-color 0.7s ease;
	z-index: 9999;
	margin-left: auto;
	margin-right: auto;
}

.buttontextwhite {font-size: 1em;text-align: center;padding-top: 0.2em;color: #ffffff;}

.buttonwhite:hover { background-color: #D8D8D8;
	 }	

/*! NAVIGATION */

.nav-collapse li {
  	font-size: 1em;
  	font-weight: 300;
	}
	
