@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open-Sans'), 
    local('Open-Sans'), 
    url('../styles/fonts/opensans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: local('Dosis'), 
    local('Dosis'), 
    url('../styles/fonts/dosis/Dosis-Regular.ttf') format('truetype');
}


body {
font-family: Open Sans, sans-serif;
font-size: 1em;
color: #40403F;
background:#fff url(../img/back.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.container {
	width: 1152px;
	margin: 0px auto;

}

.head {

}

#logo {

	position: relative;
	margin: 35px 0 25px 140px;
}

#nav_main {

}

.main {

}

.section {
 	overflow: hidden;
 	width: 100%;
 	min-height: 100px;
 	padding:0;
}

.section:after {
	width: 100%;
	height: 1px;
	clear: both;	
}

.banner {
	 	height: 335px;

}

.hide {
	display: none;
}

.show {
	display: block;
}

.arrow_right {
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: 25px;
	margin-left: 485px;
}

.arrow_left {
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: 25px;
	margin-left: 25px;
}

.yellow {
	 	background: #FFC600;
	 	color: #000000;

}

.grey {
	 	background: #e7e7e7;
	
}

.white {
	background: #fff;
}

.transparent {
	 	background: transparent;
	
}

img.header {
	height: 335px;
	margin-left:117px;
}

img.teaser {
	margin-top:10px;
}

.claim {
	width: 60%;
	padding: 20%;
	font-size: 1.4em;
	font-style: italic;
	font-family: 'Dosis', sans-serif;
}

.kleiner {
	font-size: 0.8em;
	font-style: normal;
}

.teaser {
	font-size: 1.6em;
	font-style: normal;
	font-weight: 500;
	font-family: 'Dosis', sans-serif;
}

.qualitaet {
	
}

.qualitaet img {
	margin: 0 25px;
	-webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}

h1 {
	font-size: 2.5em;
	font-style: normal;
	font-weight: 400;
	font-family: 'Dosis', sans-serif;	
}

p {
	font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	padding-top: 10px;
}

a {
	color: #40403F;
	text-decoration: none;
}

.center a:hover {
	text-decoration: underline
}

.center {
	float: none;
	padding: 25px 175px;
	text-align: center;
}

.footer {
	float: none;
	padding: 25px 25px;
	text-align: center;
}

.fifty {
	width: 50%;
	float: left;
}

.twentyfive {
	width: 23%;
	float: left;
	padding: 15px 0px;
	margin: 10px;
	text-align: center;
}

.wrapper {
	width: 100%;
	height: 1px;
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

.foot {

}

.logos {
	
}

.logos img {
	margin: 5px;
}

.pic {
	margin:25px 0;
	border:2px solid #FFC600
}

#map-canvas {
	border:2px solid #FFC600;
	width: 600px;
	height: 350px;
	margin:auto
}

.viewportdepend {
	float:none;
	text-align: left;
	margin:10px 0 0 175px;
}

@media only screen and (max-width : 480px) {

.viewportdepend {
	float:none;
	text-align: left;
	margin:10px 0 0 0;
}

.pic {
	width:100%
}

#map-canvas {
	border:2px solid #FFC600;
	width: 250px;
}

#logo {

	position: relative;
	margin: 10px 0;
}

.section {
	height: auto;
	overflow: visible;

}

.center {
	float: none;
	padding: 25px 25px;
	text-align: center;
}

.twentyfive {
	width: 100%;
	float: none;
	margin: 10px 0;
}

img.header {
	margin-left:0px;
	height:auto;
	}

.fifty {
	width: 100%;
	float: none;
	}
	
.arrow_right {
	margin-top: 5px;
	margin-left: 15px;
}
.arrow_left {
	margin-top: 5px;
	margin-left: 15px;
}

.qualitaet img {
	width: 45%;
	margin: 0 5px;
	-webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
    filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";
}