* {
  margin: 0px;
  padding: 0px;
}
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'PT Sans Narrow',Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #fff center 240px no-repeat;
  color: #000;
  margin: 0 auto;
  
}
a {
  color: #222;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:visited {
  outline: 0px;
}
a:hover {
  color: red;
}
img {
  outline: 0;
  border: 0;
}
header, nav{
	padding: 5px;
	z-index: 99;
	position: fixed;
}
header{
background: #fff;
padding-left: 20px;
display: block;
width: 100%;
border-bottom: 1px solid #999;
height: 100px;
}
nav {
	position: relative;
	top: -64px;
	margin-left: 230px;
}
nav ul{
list-style: none;
	}
nav li {
/* float: left; */
margin: 0 15px 0 0;
}
nav li a.active {
color: #666;
}
nav.submenu {
}
nav.submenu a {
}

nav .referenzen{
}

header .logo{
	position: relative;
	
	width: auto;
}

header h2{
	position: absolute;
	left: 23px;
	top: 120px;
	width: 500px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	text-shadow: 0px 1px 2px #000;
    filter: dropshadow(color=#000, offx=0, offy=1);
}

footer {
}
footer a {
}
footer a:hover {
}

div.drawer{
	position: absolute;
	width: 60px;
	height: 35px;
	background: #fff;
	bottom: 0px;
	left: 50%;
	margin-left: -30px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
	font-size: 50px;
	line-height: 0.5;
	padding-top: 10px;
	cursor: pointer;
}

h1.slogan{
	font-size: 110px;
	line-height: 1.1;
	color: #fff;
	position: absolute;
	bottom: 80px;
	left: 50px;
	font-weight: normal;
	margin-bottom: 50px;
	text-shadow: 0px 1px 2px #000;
    filter: dropshadow(color=#000, offx=0, offy=1);
	cursor: pointer;
}

.referenzen h1.slogan{
	display: none;
}

.txt .wrap{
	width: 600px;
	margin: 0 auto;
}

.txt{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fff;
	padding: 50px 0;
	margin: 0;
}

.txt.referenzen{
	position: relative;
	clear: both;
	top: 250px;
}


ul.ref a{
	margin: 0;	
}

ul.ref h3{
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2;
    padding: 5px;
    background: #fff;
}

ul.ref{	
	position: relative;
	top: 200px;
	clear: both;
	height: auto;
}

ul.ref li{
	display: block;
	float: left;
	text-align: center;
	
	width: 190px;
	height: auto;
	padding: 5px;
	margin: 20px;
}

ul.ref li img{
	margin: auto;
	border: 5px solid #fff;
	margin-bottom: 0;
    background: #fff;
}
ul.ref li.first{
}

ul.ref p{
}
ul.ref div{
	height: 50px;
	width: 200px;
	margin-top: -7px;
}
#lbImage{
	background-color: #fff;
}

@media screen and (max-width: 699px) {
	h1.slogan{
		font-size: 5em;	
	}
	
	.txt h1{
		font-size: 2em;
	}
	
	.txt p{
		font-size: 1.8em;
		line-height: 1.8;
	}	
}

