@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
	box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body { height: 100%; }
body {
	display: table;
	width: 100%;
	/*
	background-image: url('../image/beton.jpg');
	background-repeat: repeat-y;
	*/	
}
.page-row {display: table-row;}
.page-row-expanded { height: 100%; }

/*
@font-face {
    font-family: 'sansus_webissimoregular';
    src: url('../font/sansus-webissimo/Sansus-Webissimo-Regular-webfont.eot');
    src: url('../font/sansus-webissimo/Sansus-Webissimo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sansus-webissimo/Sansus-Webissimo-Regular-webfont.woff2') format('woff2'),
         url('../font/sansus-webissimo/Sansus-Webissimo-Regular-webfont.woff') format('woff'),
         url('../font/sansus-webissimo/Sansus-Webissimo-Regular-webfont.ttf') format('truetype'),
         url('../font/sansus-webissimo/Sansus-Webissimo-Regular-webfont.svg#sansus_webissimoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold';
    src: url('../font/lato/lato-bol-webfont.eot');
    src: url('../font/lato/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/lato/lato-bol-webfont.woff2') format('woff2'),
         url('../font/lato/lato-bol-webfont.woff') format('woff'),
         url('../font/lato/lato-bol-webfont.ttf') format('truetype'),
         url('../font/lato/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

@font-face {
    font-family: 'tex_gyre_herosbold';
    src: url('../font/TeX-Gyre-Heros/texgyreheros_bold_macroman/texgyreheros-bold-webfont.eot');
    src: url('../font/TeX-Gyre-Heros/texgyreheros_bold_macroman/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/TeX-Gyre-Heros/texgyreheros_bold_macroman/texgyreheros-bold-webfont.woff2') format('woff2'),
         url('../font/TeX-Gyre-Heros/texgyreheros_bold_macroman/texgyreheros-bold-webfont.woff') format('woff'),
         url('../font/TeX-Gyre-Heros/texgyreheros_bold_macroman/texgyreheros-bold-webfont.ttf') format('truetype'),
         url('../font/TeX-Gyre-Heros/texgyreheros_bold_macroman/texgyreheros-bold-webfont.svg#tex_gyre_herosbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tex_gyre_herosregular';
    src: url('../font/TeX-Gyre-Heros/texgyreheros_regular_macroman/texgyreheros-regular-webfont.eot');
    src: url('../font/TeX-Gyre-Heros/texgyreheros_regular_macroman/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/TeX-Gyre-Heros/texgyreheros_regular_macroman/texgyreheros-regular-webfont.woff2') format('woff2'),
         url('../font/TeX-Gyre-Heros/texgyreheros_regular_macroman/texgyreheros-regular-webfont.woff') format('woff'),
         url('../font/TeX-Gyre-Heros/texgyreheros_regular_macroman/texgyreheros-regular-webfont.ttf') format('truetype'),
         url('../font/TeX-Gyre-Heros/texgyreheros_regular_macroman/texgyreheros-regular-webfont.svg#tex_gyre_herosregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, footer address .firma {
	font-family: 'tex_gyre_herosbold', Arial, Helvetica, sans-serif;
	font-size: 25px;
	margin: 0 0 10px 0;
	color: #4070A5;
}

h2, section#kontaktform {
	font-family: 'tex_gyre_herosregular', Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #201F1F;
	margin: 0 0 0 0;
	line-height: 1.7;
}

/*
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color: #878787;
	margin: 0 0 0 0;
}
*/

a {
	-webkit-transition: all 0.1s linear; 
	-moz-transition: all 0.1s linear; 
	-o-transition: all 0.1s linear; 
	-ms-transition: all 0.1s linear; 
	transition: all 0.1s linear;
	
	text-decoration: none;
	color: #4070A5;
}

a:hover {
	text-decoration: none;
}

.tab { width: 80px; float: left;}

#content ul {
	margin: -10px 0 40px 15px;
	width: 100%;
	float: left;
}
#content li {margin: 10px 0 0 0;}

/*
#loaderMask {
	text-align: center;
	padding-top: 20%;
	z-index: 9999;
}
#loaderMask span {
	font-family: 'PTSansNarrowRegular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:150px;
	color: #26B7CC;
}
*/

header {
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
}

#header-hg-test { width: 100%; float: left; background-color:#fff}


header img { margin: 0 0 0 0; float: left; position: relative; z-index: 0}

@media only screen and (max-width: 1010px) {header img { 
	margin: 0 0 0 10px;
	max-width: 350px;
	width: 90%;
}}

nav {	
	font-family: 'tex_gyre_herosbold', Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	position: absolute;
	margin: 450px 0 0 430px;
	max-width: 550px;
	width: 100%;
}

/*mobil*/
@media only screen and (max-width: 1010px) {nav {
	margin: 345px 0 20px 0;
	max-width: none;
	position: relative;
	float: left;
}}
/*mobil*/
@media only screen and (max-width: 1010px) {nav.desktop { display: none}}
@media only screen and (min-width: 1011px) {nav.mobil { display: none}}

nav ul { list-style-type: none; text-align: justify; }

nav li:last-of-type::after { content: ''; padding-left: 100%; display: inline-block; }

nav li { list-style: none; display: inline; }

nav a {color: #201F1F; text-decoration: none;}
nav a:hover { color: #3F70A5;}
nav a.fix { color: #3F70A5;}

@media only screen and (max-width: 1010px) { 
	nav li {
		display: block;
		margin: 20px 0 0 10px;
	}
	nav li:last-of-type::after { content: none;}
	
	nav ul {margin-bottom: 20px;}
	
	nav a:hover { color: #fff;}
	nav a.fix { color: #fff;}
}

#header-image {
	width: 100%;
	height: 230px;
	margin: 80px 0 0 0; /*top 30px*/
	float: left;
	position: absolute;
}

#header-image .header-01, #header-image .header-02, #header-image .header-03 {
	width: 100%; height: 350px; background-position: center;
	-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;
}
#header-image .header-01 {background-image: url('../image/header-03.jpg');}
#header-image .header-02 {background-image: url('../image/header-06.jpg'); background-position: center;}
#header-image .header-03 {background-image: url('../image/header-05.jpg');}

/*verlauf unten (schatten)*/
#header-verlauf {
	height: 24px;
	width: 100%;
	display: block;
	margin: 430px 0 45px 0;
	background-image: url('../image/header-verlauf-bottom.png');
	background-repeat: repeat-x;
	float: left;
	position: absolute;
	z-index: 2;
}

/*CONTENT*/
#content {
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
	display: block;
	margin-top: 530px; /*420*/
}

@media only screen and (max-width: 1010px) {#content {
	padding: 0 10px;
	margin: 0;
	float: left;
}}

#content article {margin: 0 0 50px 0;}

#content article.inhalt {
	float: left;
	width: 50%;
	padding-right: 5px;
}

@media only screen and (max-width: 890px) {#content article.inhalt {
	width: 100%;
	padding-right: 0;
}}

/*#content article.inhalt:nth-child(2n+0) {margin: 0 4px 0 0;}*/

#content article.inhalt h1 { font-size: 20px;}

#content article.inhalt .text { 
	margin: -15% 0 0 0;
	position: relative;
	height: 40px;
	background-color: #3F70A5;
	padding: 5px 10px 1px 10px;
	font-family: 'tex_gyre_herosregular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	float: left;
}

#content article.inhalt .right { float: right;}

#content article.inhalt img { width: 100%;}


#content .ref {width: 100%; float: left; margin: 0 0 20px 0; border-style: solid; border-bottom: 3px solid #4070A5;}
#content .ref-titel {
	font-family: 'tex_gyre_herosregular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4070A5;
}

#content .ref-baustelle, #content .ref-architekt, #content .ref-projektleiter, #content .ref-telefon { float: left;}
#content .ref-baustelle { width: 35%;}
#content .ref-architekt { width: 30%;}
#content .ref-projektleiter { width: 35%;}
#content .ref-telefon { width: 23%;}

@media only screen and (max-width: 620px) {
	#content .ref-baustelle, #content .ref-architekt, #content .ref-projektleiter, #content .ref-telefon { width: 100%; margin-bottom: 10px;}
	.ref .none {display: none;}
}
	

#content section.mitarbeiter { width: 50%; float: left; margin: 0 0 20px 0;}
@media only screen and (max-width: 670px) {#content section.mitarbeiter { width: 100%;}}

#content section.mitarbeiter .left { width: 40%; float: left; padding-right: 10px;}
#content section.mitarbeiter .right { width: 60%; float: left;}

#content section.mitarbeiter img { float: left; margin: 0 10px 0 0; max-width: 200px; width: 100%;}

#content section.mitarbeiter h1 { font-size: 25px; margin:0; width: 100%;}
#content section.mitarbeiter h2 { font-size: 13px; width: 100%;}
#content section.mitarbeiter ul { margin: 0 0 0 20px; float: left; width: 100%;}

#content address { float: right; width: 50%;}
#content address a { color: #201F1F; text-decoration: none;}
#content address a:hover { text-decoration: underline;}

#content section#kontaktform { float: left; width: 50%;}
#content address.kontakt { float: right; width: 50%;}
@media only screen and (max-width: 640px) {
	#content address.kontakt { width: 100%;}
	#content section#kontaktform { width: 100%;}
}

footer {
	width: 100%;
	height: 140px;
}

footer #center {
	margin: 0 auto;
	max-width: 1020px;
	width: 100%;
	height: 140px;
	
	background-image: url('../image/footer.png');
	background-position: center top;
	background-repeat: no-repeat;
}

/*@media only screen and (max-width: 620px) {footer #center {*/
@media only screen and (max-width: 760px) {footer #center {
	height: 300px;
	background-image: url('../image/footer-mobil.png');
}}

footer #center address {
	font-family: 'tex_gyre_herosbold', Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #fff;
}

footer #center address.one, footer #center address.two {float: right; margin: 55px 0 0 0;}
footer #center address.one {margin-right: 30px;}
footer #center address.two {margin-right: 40px; margin-top: 80px}
footer #center address.two a { color: #fff; text-decoration: none;}
footer #center address.two .tab { width: 70px; float: left;}

/*@media only screen and (min-width: 621px) { footer #center address.mobil {display: none}}*/
@media only screen and (min-width: 761px) { footer #center address.mobil {display: none}}
/*@media only screen and (max-width: 620px) {*/
@media only screen and (max-width: 760px) {
	footer #center address.one, footer #center address.two { display: none}
	footer #center address.mobil {padding: 100px 0 0 10px;}
	footer #center address.mobil a { color: #fff; text-decoration: none;}
	footer #center img.mobil { float: right; margin: -20px 20px 0 0 !important;}
}

footer #center address .firma {
	color: #fff;
	font-size: 20px;
}

/* FORM CSS*/
input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea, select {
	font-family: 'tex_gyre_herosregular', Arial, Helvetica, sans-serif;
	background-color:#fff; 
	border: 1px solid #ccc;
	/* Textfarbe inaktiv */
	color: #4070A5;
	font-weight: normal; 
	font-size:15px;
	padding: 5px;
	max-width: 400px;
	width: 90%;
	letter-spacing: 1px;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color:#fff; 
	border: 1px solid #4070A5;
	color:#878787;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color:#fff; 
	border: 1px solid #4070A5;
	/* Textfarbe aktiv */
	color:#878787; 
}

input.send {
	font-family: 'tex_gyre_herosregular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	border:1px solid #ccc;
	background-color: #4070A5;
	width: 110px;
	height: 40px;
	color: #FFF;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#false_input {
	border: 1px solid #F00;
}

.notice {
	font-family: 'tex_gyre_herosregular', Arial, Helvetica, sans-serif;
	border:1px solid gold;
	background:lightyellow;
	padding:10px 10px 10px 10px;
	margin:5px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#DEAE00;
	line-height:120%;
	width: 390px;
	vertical-align: center;
	text-shadow:0px 1px rgba(255,255,255,0.5);
	position:relative;
	top:0;
	left:0;
	clear:both;
	font-size:12px;
}

.notice.warning{}/*default*/
.notice.error{border:1px solid red;background:pink;color:red;}
.notice.success{border:1px solid #060;background:#94C01F;color: #060;}
.notice .icon{color:inherit;margin-right:10px;margin-bottom:-5px;*margin-top:-5px;}
.notice a.icon.close,
.notice a.icon.close:active,
.notice a.icon.close:visited{position:absolute;top:5px;right:-5px;left:auto;color:inherit;}


/*SLIDE IMG*/
#slides {
  display: none;
}

/*fe*/
#slides div { height: 350px !important;}

#slides div img {
	/*width: 100%;*/
}

#slides div a.img-index {
	color: #1D9BB5;
	text-decoration: none;
}
#slides div a:hover.img-index {}
/*fe end*/

#slides .slidesjs-navigation {
  margin-top:5px;
}

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
  background-image: url(../img/btns-next-prev.png);
  background-repeat: no-repeat;
  display:block;
  width:12px;
  height:18px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin-right:5px;
}

a.slidesjs-next {
  margin-right:10px;
  background-position: -12px 0;
}

a:hover.slidesjs-next {
  background-position: -12px -18px;
}

a.slidesjs-previous {
  background-position: 0 0;
}

a:hover.slidesjs-previous {
  background-position: 0 -18px;
}

a.slidesjs-play {
  width:15px;
  background-position: -25px 0;
}

a:hover.slidesjs-play {
  background-position: -25px -18px;
}

a.slidesjs-stop {
  width:18px;
  background-position: -41px 0;
}

a:hover.slidesjs-stop {
  background-position: -41px -18px;
}

.slidesjs-pagination {
  margin: 7px 0 0;
  float: right;
  list-style: none;
}

.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}

#slides a:link,
#slides a:visited {
  color: #333
}

#slides a:hover,
#slides a:active {
  color: #9e2020
}

.navbar {
  overflow: hidden
}


/*HAM NAV*/
#menu-button{
  width: 90px;
  border-radius: 5px;
  position: absolute;
  cursor: pointer;
  transition: all linear .3s;
  padding: 4px;
  
  right: 10px;
  top: 340px;
  z-index: 99;
}

@media only screen and (min-width: 1011px) { #menu-button { display: none;}}

#menu-button.active{ 
	margin-top: 10px;
	margin-bottom: -10px;
}
#line-1,#line-2,#line-3{
  width: 100%;
  background: #5470ad;
  height: 8px;
  margin: 8px auto;
  transition: all linear .3s;
}

#line-1.active{
-webkit-transform: translate(0px,16px) rotate(45deg);
transform: translate(0px,16px) rotate(45deg);
}

#line-2.active{
opacity: 0;
}

#line-3.active{
-webkit-transform: translate(0px, -16px) rotate(-45deg);
transform: translate(0px, -16px) rotate(-45deg);
}

#menu{
  display: none;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  background: #5470ad;
}