@charset "UTF-8";

/* maven-pro-regular - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/maven-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Maven Pro Regular'), local('MavenPro-Regular'),
       url('fonts/maven-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/maven-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/maven-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/maven-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/maven-pro-v11-latin-regular.svg#MavenPro') format('svg'); /* Legacy iOS */
}
/* maven-pro-500 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/maven-pro-v11-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Maven Pro Medium'), local('MavenPro-Medium'),
       url('fonts/maven-pro-v11-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/maven-pro-v11-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/maven-pro-v11-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/maven-pro-v11-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/maven-pro-v11-latin-500.svg#MavenPro') format('svg'); /* Legacy iOS */
}
/* maven-pro-700 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/maven-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Maven Pro Bold'), local('MavenPro-Bold'),
       url('fonts/maven-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/maven-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/maven-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/maven-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/maven-pro-v11-latin-700.svg#MavenPro') format('svg'); /* Legacy iOS */
}
/* maven-pro-900 - latin */
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/maven-pro-v11-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Maven Pro Black'), local('MavenPro-Black'),
       url('fonts/maven-pro-v11-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/maven-pro-v11-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/maven-pro-v11-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/maven-pro-v11-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/maven-pro-v11-latin-900.svg#MavenPro') format('svg'); /* Legacy iOS */
}


html
body {
	font-family: 'Maven Pro', sans-serif;
	background-color: #e5e5e5;
	margin: 0;
	text-align: center;
	width: 100%
}

h1
{
	color: #607185;
	font-size: 38px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-top: 40px;
}

#header {
	width: 100%;
	height: 350px;
	text-align: center;
	overflow: hidden;
	background-repeat: repeat-x;
}

#slideimage {
	width: 100%;
	height: 350px;
	margin: auto;
}

div.a-linie {
	background-image: url(img/linie-background.png);
    background-repeat: repeat-x;
    background-size: 35px 35px;
    width: 100%;
    margin-top: -30px;
    position: absolute;
    z-index: 9999;
}

div.a-linie img {
	width: auto;
	height: 35px;
}

#adressbutton {
	width: 175px;
	height: 95px;
	padding-top: 40px;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -400px;
	background-repeat: no-repeat;
	z-index: 998;
}

#adressbutton .adressname {
	font-size: 44px;
	line-height: 40px;
	font-weight: bold;
	color: #607185;
	text-align: center;
}

#navi {
	width: 100%;
	height: 60px;
	background-color: #607185;
}

#navi ul.menu {
	margin: 0;
	padding: 0;
	max-width: 910px;
	margin: auto;
}

#navi ul.menu li {
	float: left;
	margin-top: 20px;
	list-style-type: none;
	padding-left: 19px;
	padding-right: 19px;
	background-position: right;
	background-repeat: no-repeat;	
	text-transform: uppercase;
}

#navi ul.menu li.impressum {
	background-image: none;
}

#navi ul.menu li a,
#navi ul.menu li a:link {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding-top: 25px;
	padding-bottom: 25px;
}


#navi ul.menu li a:hover,
#navi ul.menu li a.aktiv,
#navi ul.menu li a:link.aktiv {
	color: #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
	padding-bottom: 19px;
}

#content {
	width: 100%;
}

#container {
	max-width: 1000px;
	margin: auto;
}

#main {
	max-width: 700px;
	width: 80%;
	float: left;
	text-align: left;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 20px;
	padding-left: 30px;	
	margin-bottom: 20px;
	color: #26282e;
	
}

#main h2 {
	font-size: 22px;
	font-weight: normal;
	color: #607185;
	text-align: center !important;
	text-transform: uppercase;
}

#main h3 {
	font-size: 18px;
	font-weight: bold;
	color: #607185;
}

#main ul.projekte li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style-image: url(img/pfeil.gif);
	list-style-position: outside;
}

#main #projekt {
	width: 100%;
	border-bottom: 1px solid #607185;
}

#main img.linksausrichtung {
	border: 1px solid #607185;
	float: left;
	margin-right: 10px;
}

#main .adresse {
	display: block;
	float: left;
	width: 50px;
	font-weight: bold;
}

#clearer {
	clear: both;
}

#contact h1 {
	font-size: 16px;
	font-weight: bold;
	color: #133463;
}

#contact h2 {
	font-size: 14px;
	font-weight: bold;
	color: #133463;
}

#main a,
#main a:link {
	color: #133463;
}

#main img.projektgalerie {
	float: left;
	margin-right: 25px;
	border: 1px solid #133463;
}

#contact {
	width: 200px;
	background-repeat: no-repeat;
	background-position: top left;
	float: right;
	font-size: 12px;
	text-align: left;
	padding-left: 30px;
	padding-top: 32px;
	color: #607185;
}

#contact a,
#contact a:link {
	color: #607185;
}

#contact h3 {
	font-size: 14px;
	font-weight: bold;
	color: #607185;
}

@media screen and (max-width: 1194px) {
	#slideimage {
	height: 320px;
}
	
#myGallery, #myGallerySet, #flickrGallery
{
	height: 320px !important;
}	

div.a-linie {
    margin-top: -60px;
}
	
h1 {
	margin-top: 20px;
}
}
	
@media screen and (max-width: 1090px) {
	#slideimage {
	height: 300px;
}
	
#myGallery, #myGallerySet, #flickrGallery
{
	height: 300px !important;
}	

div.a-linie {
    margin-top: -80px;
}
h1 {
	margin-top: 0px;
}	
}
	
@media screen and (max-width: 1020px) {
	#slideimage {
	height: 250px;
}
	
#myGallery, #myGallerySet, #flickrGallery
{
	height: 250px !important;
}	

div.a-linie {
    margin-top: -130px;
}
	h1 {
	margin-top: -70px;
}
	
}

@media screen and (max-width: 975px) {
	
	#container {
	max-width: 100%;
	margin: auto;
}
	
	#main {
	width: 70%;
}
	
}

@media screen and (max-width: 925px) {
	
	#main {
	width: 60%;
}
	
	#navi ul.menu li {
	padding-left: 10px;
	padding-right: 10px;
}
	
}

@media screen and (max-width: 895px) {
	
	#navi {
	height: auto;
	background-color: #607185;
}
	
	#navi ul.menu {
		width: 100%
	}	
	
	#navi ul.menu li {
	float: none;
	margin-top: 0px;
	list-style-type: none;
	padding-left: 0;
	padding-right: 0;
	text-transform: uppercase;
}

#navi ul.menu li a,
#navi ul.menu li a:link {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding-top: 8px !important;
	padding-bottom:8px !important;
	width: 100%;
	display: block;
}


#navi ul.menu li a:hover,
#navi ul.menu li a.aktiv,
#navi ul.menu li a:link.aktiv {
	color: #e5e5e5;
	border-bottom: none;
	width: 100% !important;
	background-color: #e5e5e5;
	color: #607185;
}	
	
}

@media screen and (max-width: 862px) {
	#main {
	width: 60%;
}
}

@media screen and (max-width: 855px) {
	#slideimage {
	height: 220px;
}
	
#myGallery, #myGallerySet, #flickrGallery
{
	height: 220px !important;
}	

div.a-linie {
    margin-top: -160px;
}

}

@media screen and (max-width: 765px) {
	#slideimage {
	height: 200px;
}
	
#myGallery, #myGallerySet, #flickrGallery
{
	height: 200px !important;
}	

div.a-linie {
    margin-top: -180px;
}
	
h1 {
    margin-top: -110px;
}	
	
	#main img.projektgalerie {
		float: none;
		display: block;
	}	

}

@media screen and (max-width: 700px) {
	#slideimage {
	height: 180px;
}
	
#myGallery, #myGallerySet, #flickrGallery
{
	height: 180px !important;
}	

div.a-linie {
    margin-top: -200px;
}
	
h1 {
    margin-top: -130px;
}	

}

@media screen and (max-width: 655px) {
	#main {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}
	
	#contact {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;	
	margin-top: 0px;
	padding-top: 0px;
}
	
}

@media screen and (max-width: 630px) {
	#slideimage {
	height: 150px;
}
	
#myGallery, #myGallerySet, #flickrGallery
{
	height: 150px !important;
}	

div.a-linie {
    margin-top: -230px;
}
	
h1 {
    margin-top: -160px;
}	

}

@media screen and (max-width: 530px) {
	
	.slideElement {
		background-size: cover !important;
	}

}

@media screen and (max-width: 360px) {
	
	h1 {
		font-size: 32px;
	}

}