* { 
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
}
body {
	font-family: 'Nunito', sans-serif;
	margin: 0px;
	padding: 0px;
	
	color: #333333;
	font-size: 17px;
}
table {
	border: none;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border: none;
}
h1 {
	margin: 0px;
	padding: 0px;
	
	padding-left: 25px;
	font-size: 56px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 110%;
	letter-spacing: 2px;
}
h2 {
	margin: 0px;
	padding: 0px;
	
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
}
h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
}
div.table {
  display: table;
	width: 100%;
	border-spacing: 0px 0px;
  border-collapse: separate;
}
div.tr {
	display: table-row;
}
div.td { 
  width: 50%;
  padding: 25px;
  display: table-cell;
  vertical-align: top;
}

/** home **/
#home {
	width: 100%;
	height: 100vh;
}
#home-bg-overlay {
	width: 100%;
	height: 100vh;
	
	background-image: url('/images/bg-home-overlay.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
div.containerContent {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
div.containerContent2 {
	 border-bottom: 1px solid #cccccc;
	 padding-bottom: 50px;
	 margin-bottom: 50px;
}
#logo {
	margin-top: 15vh;
	margin-bottom: 20px;
}
#slogan {
	padding-left: 25px;
	font-size: 56px;
	font-weight: 900;
	color: #FFFFFF;
	line-height: 110%;
	letter-spacing: 2px;
}
#testimonials {
	background-color: #003a78;
}
div.testimonial {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	font-weight: 300;
	font-size: 20px;
	color: #FFFFFF;
}

header {
	height: 540px;
}
/** lang **/
#lang {
	float: right;
}
#lang li {
	float: left;
	font-weight: 700;
	color: #FFFFFF;
}
#lang li a {
	font-weight: 700;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
#lang li a:hover, a.langSel {
	font-weight: 900 !important;
}

/** metanav **/
#metanav {
	width: 980px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
#metanav li {
	padding-top: 10px;
	margin-left: 15px;
	float: left;
}
#metanav li:first-child {
	margin-left: 0px;
}
#metanav li a {
	color: #000000;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#metanav li a:hover, a.metanavSel {
	color: #2267ac !important;
}

/** icon-nav **/
#icon-nav {
	position: absolute;
	bottom: 5vh;
	left: 50%;
	margin-left: -490px;
	width: 980px;
}
#icon-nav td {
	width: 33%;
	text-align: center;
}
#icon-nav td:nth-child(1) a {
	background: url('/images/icon-wasserbelebung.png') top center no-repeat;
}
#icon-nav td:nth-child(2) a {
	background: url('/images/icon-erdstrahlen-neutralisieren.png') top center no-repeat;
}
#icon-nav td:nth-child(3) a {
	background: url('/images/icon-pulverschnee.png') top center no-repeat;
}

#icon-nav td a {
	display: block;
	padding-top: 140px;
	width: 100%;
	
	text-decoration: none;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 2px;
}
#icon-nav td a:hover {
	color: #67a2af;
}

section.bg-grau {
	background-color: #e3e3e3 !important;
	padding-top: 40px;
	padding-bottom: 40px;
}

footer.bg-grau {
	background-color: #e3e3e3 !important;
	padding-bottom: 40px;
}

/** footer **/
footer {
	width: 100%;
	height: 361px;
	
	background-image: url('/images/bg-footer.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#footer {
	padding-top: 250px;
	color: #FFFFFF;
}
footer a {
	color: #FFFFFF;
	text-decoration: none;
}

/********************************** subnav ***********************************/
nav ul {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 35px;
}
nav ul li {
	float: left;
	padding-top: 90px;
	margin-right: 10px;
	padding-bottom: 35px;
}
nav ul li:last-child {
	margin-right: 0px;
}
nav ul li.subnavSel {
	position: relative;
	top: 1px;
	background: url('/images/subnav-sel.jpg') center bottom no-repeat;
}
nav ul li a {
	color: #333333;
	font-weight: 300;
	font-size: 19px;
	text-decoration: none;
}
.fontsize16 li a{
	 font-size: 16px !important;
}
nav ul li a:hover, nav ul li a.subnavSel {
	font-weight: 700;
}
nav ul li a::after {
	display:block;
	content:attr(data-name);
	font-weight:bold;
	visibility: hidden;
	overflow: hidden;
	height: 0px;
}

nav ul:after{
  content: "";
  display: table;
  clear: both;
}
/********************************** content **********************************/
#film, #film2 {
	padding-top: 50px;
}
.video {
	width: 980px;
	height: 551px;
}
div.lead {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 40px;
}
div.text {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 40px;
}
div.text2spaltenlinks {
	 float: left;
	 width: 48%;
}
div.text2spaltenrechts {
	 float: right;
	 width: 48%;
}
.width60proz {
	width: 60%;
}
.paddingleft25 {
	padding-left: 25px;
}
ul.text {
	margin-left: 35px;
	margin-bottom: 40px;
	list-style-image: url('/images/icon-aufzaehlung.png');
}
ul.text li {
	margin-bottom: 15px;
}

ul.text2 {
	list-style-type: disc;
	width: 310px;
	float: left;
	margin-right: 25px;
}
ul.text2 li {
	margin-left: 10px;
}
ul.text2 li:first-child {
	height: 80px;
	margin-left: 0px;
	list-style-type: none;
}

ul.text3 {
	list-style-type: disc;
	width: 100%;
	margin-right: 25px;
}
ul.text3 li {
	margin-left: 10px;
	font-weight: 400;
}
ul.text3 li:first-child {
	height: 80px;
	margin-left: 0px;
	list-style-type: none;
}

ul.text4 {
	list-style-type: disc;
	width: 100%;
	margin-right: 25px;
}
ul.text4 li {
	margin-left: 10px;
	font-weight: 400;
}

div.box {
	background-color: #e3e3e3;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 25px;
}
img.box-img {
	position: absolute;
	left: 600px;
	top: -100px;
}
img.box-img2 {
	position: absolute;
	left: 600px;
	top: -50px;
}

a.mehr-erfahren, a.unverbindlich-anfragen, a.referenzen {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
	background-color: #003a78;
	
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
a.mehr-erfahren:hover, a.unverbindlich-anfragen:hover, a.referenzen:hover {
	color: #cccccc;
}
a.unverbindlich-anfragen {
	text-transform: uppercase;
}
a.referenzen-index {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #003a78;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	background-color: #FFFFFF;
	
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
a.referenzen-index:hover {
	background-color: #cccccc;
}
div.text {
	
}
a.text, a.tel {
	color: #003a78;
	text-decoration: none;
}
a.text:hover, a.tel:hover {
	color: #000000;
}
img.referenzen {
	float: left;
	margin-right: 20px;
}
img.studien {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.ref-zu {
	height: 255px;
	overflow: hidden;
}
div.weiterlesen {
	color: #67a2af;
	cursor: pointer;
	text-align: right;
	padding-right: 470px;
}


/** form **/
input, select, textarea {
	border: none;
}
form {
	padding: 0px;
	margin: 0px;
	width: 50%;
}
label {
	display: block;
	padding-top: 10px;
}
input.validationPassed, textarea.validationPassed, select.validationPassed {
	width: 100%;
	padding: 5px;
	background-color: #e3e3e3;
	color: #333333;
	font-family: 'Nunito', sans-serif;
	font-size: 17px;
	margin-bottom: 5px;
}
textarea.validationPassed {
	height: 140px;
	scrollbar-track-color: #DDDDDD;
}
input.validationFailed, textarea.validationFailed, select.validationFailed {
	background-color: #ea1616;
	color: #FFFFFF;
}
div.validationPassed {
	display: none;
}
div.validationFailed {
	display: block;
	color: #ea1616 !important;
}
#submit {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	font-size: 17px;
	text-decoration: none;
	background-color: #316c79;
	
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

/********************************* powered by ********************************/
#poweredby {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 20px;
	padding-left: 25px;
	font-size: 12px;
}
.orange {
	color: #FF9900;
}
.gray {
	color: #FFFFFF;;
}
a.poweredby {
	text-decoration : none;
	color: #FFFFFF;
}