@charset "UTF-8";

	
h1 	{
	font-size:1.25em;
	}
	
h2 	{
	font-size:1.1em;
	}	
	
h3 	{
	font-size:1em;
	}		
	
p 	{
	font-size:0.8em;
	}


#header {
	width: 100%;
	position: fixed;
	height: auto;
	min-height: 120px;
	clear: left;
	background: #ffffff;
	text-align: center;
	z-index: 9999;
	}
	
.logo { 
	width: 120px;
	padding-left: 1.4em;
	}

#tel {
	top: 120px;
	}

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

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

.cam { 
	width: 35px;
	height: auto;
	padding-top: 1.2em;
	padding-right: 1.3em;
	}
	
#down {
	position: absolute;
	float: right;
	top: 215px;
	right: 0;
	}

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

#headerimage {
	margin-top: 120px;
	height: 200px;
	}
	
.arrowleft { 
	float: left;
	width: 40px;
	height: auto;
	margin-top: 40px;
	padding-top: 1.2em;
	padding-left: 1.8em;
	}
	
.arrowright { 
	float: right;
	width: 40px;
	height: auto;
	margin-top: 40px;
	padding-top: 1.2em;
	padding-right: 1.8em;
	}	
	
#headertitle {
	margin-top: 120px;
	height: 70px;
	}	

.left {
	width: 100%;
	height: 280px;
	padding: 0;
	float: left;
	text-align: center;
	}	
	
.right {
	width: 100%;
	height: 280px;
	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.4);
    transition:opacity 1s;
    opacity:1;
}	

.left .image {
    text-align:center;
    position:relative;
    height: 280px;
}

.right .image {
    text-align:center;
    position:relative;
    height: 280px;
}	
	
.projekte {
	width: 100%;
	height: 280px;
	}

#contentcontent1 {
	margin-top: 50%;
	}

	
#arrowdown {
	margin-top: 40%;
	}
	
.arrowdown {
	margin-bottom: 5px;
	width: 100%;
	height: auto;
	}
	
#headerimagewebcam {
	height: 300px;
	margin-top: 120px;
	}		


.headerimagewebcampic {
	height: 300px;
	}		
	
#contentcontent2 {
	width: 75%;
	padding-bottom: 2em;
	}	

#contentcontent2text {
	padding-bottom: 2em;
	}		
	
#navigationwrapper {
	width: 100%;
	height: 20px;
	}

#linkimage {
	height: 70px;
	}	
	
.linktext 	{
	font-size:0.65em;
	}		

#buttonwrapper {
	width: 100%;
	}	

.fakebutton {
	width: 2%;
}
	
.button {
	width: 48%;
}	

.buttontext {font-size: 0.85em;padding-top: 0.35em;}	

#footer {
	float: left;
	width: 100%;
	height: 90px;
	background: #ffffff;
	padding-top: 0;
	padding-bottom: 1em;
	}

#copyright {
	width: 75%;
	margin-top: 2.5em;
	margin-bottom: 0.1em;
	}
	
.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 55px;
  height: 55px;
  float: right;
  position: relative;
  right:10px;
  top: 60px;
  text-indent: -9999px;
  overflow: hidden;
  background: #999999 url("hamburger.gif") no-repeat 50% 33%;
}
		
.nav-collapse li {
  	font-size: 1em;
	}


