@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url(Raleway-VariableFont_wght.woff2) format("woff2");
}

/* UNIVERSAL ANFANG */

* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

a {
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:link, a:visited, a:active, a:hover {
	color: black;
}

h1, h2, h3, strong {
	font-weight: normal;
}

h1 {
	font-size: 64px;
}

h2, h3 {
	font-size: 24px;
}

/* UNIVERSAL ENDE */

/* BODY ANFANG */

html, body, #primary {
    height: 100%;
}

body {
	font-family: "Raleway", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 15px;
	min-width: 320px;
}

.button {
	border: none;
	padding: 18px;
	display: inline-block;
}

.button:hover {
	background-color: gainsboro;
}

/* BODY ENDE */

/* NAVIGATION ANFANG */

nav.top {
	position: fixed;
	width: 100%;
	min-width: 320px;
	z-index: 1;
	background-color: white;
	line-height: 150%;
	box-shadow: 0px 5px 4px 0 rgba(0,0,0,0.4);
}
	
div#logo {
	position: absolute;
	width: 50%;
	max-width: 190px;
	left: 15px;
}

.icon {
	float: right;
}

.icon img {
	margin: 0px;
}

.nav-mobile {
	display: none;
}

@media (max-width: 980px) {
	
	div#logo {
		left: auto;
		right: 10px;
	}

	.icon {
		float: left;
	}
	
	.dropdown {
		position: absolute;
		width: 145px;
		background-color: white;
		box-shadow: 5px 5px 4px 0 rgba(0,0,0,0.4);
	}
	
	.dropdown a {
		width: 100%;
		display: none;
	}

	.nav-mobile {
		display: block;
		width: 145px;
	}
	
	.nav-mobile a {
		width: 100%;
	}
	
	#navigation:hover, #navigation:hover .dropdown a {
		display: block;
	}

}

@media (max-width: 400px) {
	
	.n2 {
		width: 400px;
	}
	
}

@media (max-width: 359px) {

	div#logo img {
		width: 100%;
	}
	
}

/* NAVIGATION ENDE */

/* HEADER ANFANG */

header {
    background-image: url("img/start-bg-blur-cut.jpg");
    background-position: left;
	background-size: cover;
    min-height: 105%;
}

#title, h1 {
	color: white;
	font-size: 64px;
	font-weight: normal;
	text-shadow: 3px 3px 8px black;
}

#subtitle, #subtitle h2 {
	color: white;
	font-size: 22px;
	font-weight: normal;
	text-shadow: 2px 2px 7px black;
	padding: 10px 0px 30px 0px;
}

#title-button {
	position: absolute;
}

#title-button div {
	background: rgba(256,256,256,0.5);
}

#title-button div a.button {
	font-size: 21px;
}

#hsp {
	width: 225px;
	height: 105px;
	background-image: url(img/ext/hsp-transparent.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 920px) {

	#title {
		/*position: absolute;*/
		/*top: 32%;*/
		/*padding: 20px 0px 0px 5%;*/
	}

	#title, h1 {
		font-size: 64px;
	}

	#subtitle {
		/*position: absolute;*/
		/*top: 40%;*/
		/*padding: 70px 0px 0px 5%;*/
		font-size: 18px;
	}

	#title-button {
		top: 45%;
		padding: 100px 0px 0px 5%;
		font-size: 18px;
	}
	
}

@media (max-width: 919px) {

	#adjust {
		position: absolute;
		top: 36%;
		padding-left: 5%;
	}

	#subtitle {
		/*padding: 25px 0px 40px 0px;*/
	}
	
}

@media (max-width: 800px) {

	#adjust {
		top: 32%;
	}

	#title, h1 {
		font-size: 48px;
	}

	#subtitle {
		/*padding: 30px 0px 40px 0px;*/
	}

	#subtitle, #subtitle h2, #title-button div a.button {
		font-size: 18px;
	}

}

@media (max-width: 620px) {

	#adjust {
		top: 28%;
	}

	#title, h1 {
		font-size: 32px;
	}

	#subtitle {
		/*padding: 25px 0px 30px 0px;*/
	}

	#hsp {
		width: 175px;
		height: 82px;
		background-image: url(img/ext/hsp-gray.png);
	}

}

.header-bottom {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 2%;
}

/* HEADER ENDE */

/* MAIN ANFANG */

.container {
	padding: 128px 16px;
}

.center {
	text-align: center;
}

/* PART 1 (FRAGEN) ANFANG */

.flex-container {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box25, .box50, .box5075, .box5025, .box100 {
	float: left;
	padding: 8px;
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}

.box25 {
	width: 25%;
}

.box50, .box5075, .box5025 {
	width: 50%;
}

.box100 {
	width: 100%;
}

@media only screen and (max-width: 1250px) {

	.box25 {
		width: 50%;
	}
	
	.box25 img {
		display: none;
	}

	.box5075 {
		width: 75%;
	}

	.box5025 {
		width: 25%;
	}

}

@media only screen and (max-width: 620px) {

	.box25, .box5075, .box50 {
		width: 100%;
	}

	.box5025 {
		width: 100%;
		height: 250px;
	}

}

.boxmilk div {
	background-image: url(img/ext/box-transparent.png);
}

.box25 div, .box50 div, .box5025 div, .box5075 div , .box100 div {
	width: 100%;
}

.shadow {
		box-shadow: 0px 2px 5px 0 rgba(0,0,0,0.18), 0px 2px 10px 0 rgba(0,0,0,0.12);
}

.p30 { /* div-p-middle */
	padding: 30px 8px;
}

.p40 { /* div-p-middle */
	padding: 40px 8px;
}

.p50 { /* div-p-middle */
	padding: 50px 8px;
}

.m30 { /* div-p-middle */
	margin: 30px 8px;
}

.m40 { /* div-p-middle */
	margin: 40px 8px;
}

.m50 { /* div-p-middle */
	margin: 50px 8px;
}

.f15-180 {
	font: 15px;
	line-height: 180%
}

.f18 {
	font-size: 18px;
}

.f24 {
	font-size: 24px;
}

.f32 {
	font-size: 32px;
}

.f48 {
	font-size: 48px;
}

.stop {
	clear: both;
}

#eva {
	position: relative;
	/*top: -100px;*/
}

#question {
	background-image: url(img/ext/sun.png);
	background-repeat: no-repeat;
	background-position: 50% 72px;
	background-size: 400px;
	padding-top: 190px;
	/*margin-top: 100px;*/
}

#question .f48 {
	padding-left: 6px;
}

/* PART 1 (BERATUNG) ENDE */

#consultation {
	background-color: #ffffff;
}

#consultation a {
	text-decoration-line: underline;
}

#consultation h2 {
	padding-bottom: 30px;
}

#consultation p {
	padding-bottom: 10px;
}

#building {
	width: 100%;
	height: 100%;
	background-image: url(img/start-building.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

/* PART 2 () ANFANG */

#inspection {
	background-color: #f1f1f1;
}

#inspection a {
	text-decoration-line: underline;
}

#inspection h2 {
	padding-bottom: 30px;
}

#inspection p {
	padding-bottom: 10px;
}

.anlagenbericht {
	max-width: 100%;
}

/* PART 2 () ENDE */

/* PART 3 () ANFANG */

#plan h2 {
	padding-bottom: 30px;
}

#plan p {
	padding-bottom: 10px;
}

#conditioner {
	width: 100%;
	height: 100%;
	background-image: url(img/start-lueftungsanlage.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}

/* PART 3 () ENDE */

/* PART 4 () ANFANG */

#contact {
	background-color: #f1f1f1;
}

.p30d {
	padding: 30px 16px;
	background-color: white;
}

#contact #b1 h2, #contact #b2 h3, #contact #b3 h3 {
	padding-bottom: 30px;
}

#contact #b1 ul {
	padding-left: 15px;
	padding-top: 15px;
}

#contact #b2 p {
	padding-bottom: 15px;
}

#contact #b2 img {
	position: relative;
	top: 5px;
	padding-right: 5px;
}

#contact #b3 p {
	padding-bottom: 10px;
}

#contact #b3 .button {
	font-family: "Raleway", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 15px;
	margin-top: 15px;
}

#map {
	width: 100%;
	height: 100%;
	min-height: 300px;
	background-color: #EEF6F9;
	background-image: url(img/ext/map_neu.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 800px;
}

.form-input {
	padding: 8px;
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	font-family: "Raleway", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 15px;
}

/* PART 4 () ENDE */

/* PART 5 (IMPRESSUM) ANFANG */

#impressum {
	display: none;
}

#impressum:target {
	display: block;
}

#impressum .box25 p.f18, #impressum .box25 p.f24, #impressum p.f48 {
	padding-bottom: 30px;
}

#impressum .box100 p.f32 {
	padding-top: 30px;
}

/* PART 5 () ENDE */

/* FOOTER ANFANG */

footer {
	color: white;
	background-color: #999999;
}

/* FOOTER ENDE */

/* HACKS ANFANG */

.hacks {
	background-color: mistyrose;
	width: 100%;
	color: red;
	padding: 5px 20px;
	margin: 30px 0px;
}

.hacks-box {
	background-color: #F1F1F1;
	border: 1px solid #999999;
	padding: 10px;
	margin: 20px auto;
	width: 90%;
}

/* IE9 */

#ie9 {
	display: none;
	display: block\9;
}

#primary {
	display: none\9;
}

/* IE10 */

#ie10 {
	display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* Hack für IE10 und IE11 */

	#primary {
		display: block;
	}

	#ie10 {
		display: none;
		display: block\9;
	}

	#ie9 {
		display: none;
	}

	#primary img {
		border-width: 0px;
	}

}

/* HACKS ENDE */

/* MAIN ENDE */