@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face{ 
	font-family: 'fontawesome';
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot?iefix') format('eot'),
	     url('../fonts/fontawesome-webfont.woff') format('woff'),
	     url('../fonts/fontawesome-webfont.ttf') format('truetype'),
	     url('../fonts/fontawesome-webfont.svg#webfont') format('svg');
}


body {
	background-image: url("../images/Bitmap-in-weblayout_onepage.jpg");
	background-size: 100% auto;
	background-repeat: repeat-y;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	/* background-size: cover; */
	font-family: 'open_sanslight';
}

h1, h2, h3 {
	margin-left: 3%;
	font-family: 'open_sanslight';
	font-weight: bold;
}

h1 {
	font-size:18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}
/* navigation */

nav {
	height:760px;
	font-weight: bold;
	color: whithe;
	text-decoration: none;
	position:fixed;
	top: 140px;
	left:0px;
	margin-right: 0px;
	z-index: 1000;
}

nav ul#links1   {
	/* height: 180px; */
	position: absolute;
	margin: 0px 0px 0px -280px;
	left: 0px;
	list-style: none;
}

nav ul#links1 {
	top: 0px;
}

#button1 {
	height: 226px;
	position: absolute;
	margin: 2px 0px 2px 0px;
	cursor: pointer;
	width: 40px;
}

#button1  {
	top: 0px;
	background: #043C77;
}

.buttontext {
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
top: 120px;
position: relative;
cursor: pointer;
}

.buttontext h4 {
	color: white;
	text-align: center;
	font-size: 20px;
}

nav ul li {
	width: 200px;
	margin: 2px 0px 2px 0px;
	text-align: left;
	
}

nav ul li a {
	text-decoration: none;
	cursor: pointer;
	width: 100%;
	display: block;
	color: white;
	padding: 8px 0px 8px 5px;
	background: rgba(5, 61, 120, 0.7);
}

nav ul li a:hover, nav ul li a:focus {
	text-decoration: none;
	color: white;
}

nav ul#links1 li:hover, nav ul#links1 li:focus {
	background-color: #043C77;
}

.navbar-header {
    background: white;
    top: 0px;
    position: absolute;
    z-index: 2000;
    width: 100%;
}
	 
.navbar-brand {
    width: 60%;
    padding: 0px;
    float: left;
}
.navbar-brand img {
		 width: 26%;
		 float: left;
		 margin: 2% 0 2px 2px;
	 }
	 
.navbar-brand p {
	float: left;
	width: 69%;
	font-size:12px;
	color:  #043C77;
	white-space: pre-line;
	margin: 2% 0 0 8px;
}

#tel {
	padding: 4% 8px;
	background-color: #043C77;
	float: right;
	font-size: 12px;
}

li.current {
	background: #043C77;
}
 
/* end navigation */


.page-container {
	position: relative;
}

.bloc-start {
	width: 100%;
	background-image: url("../images/Produktauswahl.png");
	clear: both;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 30% 0 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	/* background-size: cover; */
	position: relative;
}

.bloc-product-slider {
	width: 100%;
	background: grey;
}

.bloc-verfahren, .bloc-zertificate-refereces {
	margin-top: 50px;
}

.h1bg {
	width: 100%;
	background: rgba(5, 61, 120, 0.7);
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}

.h2bg {
	width: 100%;
	background: rgba(5, 61, 120, 0.4);
}

.steel-bg {
	width: 100%;
}

.slider {
	width: 100%;
}

.product-menu {
	margin-top: 10px;
	background: rgba(5, 61, 120, 0.7);
}

.product-menu ul {
	padding: 0;
	background: blue;
}

.product-menu ul li {
	text-decoration: none;
	display: table-cell;
	padding: 5px 0;
	border: 1px solid white;
	border-collapse: collapse;
	background: background: rgba(5, 61, 120, 0.7);
	text-align: center;
}

.product-menu ul li a {
	color: white;
	width: 100%;
	cursor: pointer;
	display: block;
	font-size: 12px;
}

.products {
	background: white;
	display: table;
}

.products:nth-of-type(3) {
	margin-top: 15px;
}

.products img {
}

.products a {
	float: left;
	width: 20%;
	padding-left: 0px;
    padding-right: 0px;
}


.products p {
	color: #333;
	width: 80%;
	float: right;
	padding:1%;
	
}

.close-tv {
	float: right;
	margin: 10px 0;
	cursor: pointer;
}

.close a {
	cursor: pointer;
	text-align: center;
	padding: 1px 0px;
	}

.close-tv a{
	background: rgba(5, 61, 120, 0.7);
    border-radius: 100px;
	color: white;
	padding: 4px 7px;
}

.close {
	opacity: 1;
	font-size: 20px;
}

.close-tv a:hover, .close-tv a:focus {
	color: #043C77;
	background: rgba(255, 255, 255, 0.7);
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}

.fa-fa-times::before {
    content: "\f077";
}

.fa-fa-times::before {
    content: "\f078";
}

.clear {
	clear:both;
}

.gieser-bg, .rohr-bg, .pump-bg, .silo-bg, .konstr-bg, .trag-bg, .schorn-bg, .sonder-bg  {
    width:100%;
    display:none;
    padding: 0px;
	padding: 15px 0;
}
.reset-bg {
  width: 0;
  height: 0;
  display: block;
  padding: 0;
}

.gieser-bg {
  background: none;
}

.rohr-bg {
  background: none;
}

.pump-bg {
  background: green;
}
.silo-bg{
  background: pink;
}

.konstr-bg {
  background: grey;
}

.trag-bg {
  background: yellow;
}

.schorn-bg {
  background: blue;
}

.sonder-bg  {
  background: black;
}

.reset-bg {
  background:none;
}

img {
	width: 100%;
}

.row {
	margin: 0;
}

/* .grid {margin: 0 auto;}
.grid-item { width: 290px; height: 220px; margin-bottom: 10px; background: yellow;}
.grid-item--width2 { width: 595px; height: 220px; margin-bottom: 10px; background: yellow;}
.grid-item--width3 { width: 290px; height: 440px; margin-bottom: 10px; background: yellow;}
.grid-item--width4 { width: 290px; height: 670px; margin-bottom: 10px; background: yellow;} */

* { box-sizing: border-box; }

/* body { font-family: glyphicons-halflings-regular, Arial, sans-serif; } */

/* ---- grid ---- */

.grid {
  background: none;
  /* center */
  margin: 0 auto;
}

.grid p {
	color: #333;
	margin: 15px 10px;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

.grid-sizer, .grid-item {
  width: 170px;
  height: 110px;
  float: left;
  background: white;
  border: 0px solid #333;
  border-color: hsla(0, 0%, 0%, 0.5);
  margin-bottom: 5px;
}

.grid-item--height4 { height: 530px; margin-bottom: 5px;}
.grid-item--height3 { height: 430px; margin-bottom: 5px;}
.grid-item--height2 { width: 170px; height: 520px; margin-bottom: 5px;}

.gutter-sizer {
  width: 5px;
}

.left0 {
	padding-left: 0;
}

.right0 {
	padding-right: 0;
}

.bloc-contact {
	width: 100%;
	background-image: none;
	clear: both;
	position: relative;
	padding-bottom: 20px;
}

.person {
	background: white;
	height: 150px;
	margin-bottom: 8px;
}

.person p {
	color: #333;
	padding: 10px;
	overflow: hidden;
}

.person img {
	margin-top: 10px;
	width: 38%;
	float: left;
}

.people {
	padding-left: 0px;
	padding-right: 0px;
}

.slider-bg {
	margin: 0;
	background: #043C77;
	padding: 15px 0;
}

.blue-bg {
	margin: 0px 0;
	background: #043C77;
	padding: 20px 0;
}

.blue-bg2{
	margin: 0px 0;
	background: #043C77;
	padding: 0px 0;
}
.white-bg {
	margin: 0px 0;
	background: white;
	padding: 20px 0 0 0;
	min-height: 80px;
}

.white-bg2 {
	background: rgba(255, 255, 255, 0.7);
	margin-bottom: 20px;
}

.contact {
	height: 240px;
	background: white;
	margin-left: 0%;
	margin-top: 1.5%;
	color: #333;
	font-size: 12px;
	padding: 15px 10px 15px 20px;
}

.contact p {
	margin-left: 3%;
}

.map {
	height: 200px;
	background: yellow;
	margin-left: 0%;
	margin-top: 1.5%;
	padding: 0;

}

.map .title, .form .title {
	position: absolute;
	width: 100%;
	line-height: 2em;
	bottom: 0;
	background: rgba(5, 61, 120, 0.7);
	box-sizing: border-box;
	font-size: 20px;
	color: white;
}

.map .title {
	padding-left: 20px;
}

.form .title {
	margin-left: -20px;
	padding-left: 20px;
}

.form {
	background: white;
	margin-left: 0px;
	margin-right: 1%;
	padding: 30px 20px 50px 20px;
	color: #333;
}

form {
	color: #333;
}

textarea, input[type="text"] {
	width: 175px;
}

input[type="button"] {
	width: 124px;
}


#captcha {
	width: auto;
}

.buttons {
	padding: 5px;
	text-align: center;
	margin-left: 15px;
	width: 130px;
	background-image: url("../images/blau.png");
}

.buttons a, .buttons input {color:white; text-decoration: none;}

.buttons:hover, .buttons:focus {
	background-image: url("../images/hellblau.png");
}

.formpadding2 {
	padding: 0 30px;
}

.pflichtfeld {
	color: darkred;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.certificate {
	color: #333;
}

.certificate p {
	margin-left: 3%;
}

.references {
	padding: 2%;
	margin: 2% 5%;
}

.references h1 {
	color: white;
}

.bloc-zertificate-refereces ul {
	padding-left: 3%;
	margin-bottom: 3%;
}

.bloc-history p, .bloc-history h3, .bloc-history ul li {
	color: #333;
}

.history img {
    width: 80%;
    margin-left: 10%;
}

.ui-loader h1 {
	display: none;
}

.slider-titel {
	background: rgba(5, 61, 120, 0.7);
    position: absolute;
    bottom: 0;
    width: 7.2%;
    line-height: 0.4em;
    text-align: center;
	color: white;
}

.slider-titel p {
	display: table;
	text-align: center;
	width: 100%;
	font-size: 10px;
	padding-top: 5px;
	font-weight: bold;
}

@media (min-width: 400px) {
	.person {
		height: 150px;
	}
	
	.person:nth-child(5),
	.person:nth-child(6) {
		
	}

.grid-sizer, .grid-item {
  width: 165px;
}

.grid-item--height4 { height: 550px; margin-bottom: 5px;}
.grid-item--height3 { height: 445px; margin-bottom: 5px;}
.grid-item--height2 { width: 165px; height: 550px; margin-bottom: 5px;}

.input-bg{
	width: 100%;
}

textarea, input[type="text"] {
	width: 250px;
}
input[type="button"] {
	width: 100%;
	height: 36px;
}

.slider-titel {
    width: 6.3%;
    line-height: 0.6em;
}

.slider-titel p {
	font-size: 12px;
}
.navbar-header {
    background: white;
    top: 0px;
    position: absolute;
    z-index: 2000;
    width: 100%;
}
	 
.navbar-brand {
    width: 60%;
    padding: 0px;
    float: left;
}
.navbar-brand img {
		 width: 26%;
		 float: left;
		 margin: 2% 0 2px 2px;
	 }
	 
.navbar-brand p {
	float: left;
	width: 69%;
	font-size:16px;
	color:  #043C77;
	white-space: pre-line;
	margin: 4% 0 0 8px;
}

#tel {
	padding: 4% 8px;
	background-color: #043C77;
	float: right;
	font-size: 12px;
}
}

@media (min-width: 550px) {
	.grid-sizer, .grid-item {
  width: 245px;
  height: 172px;
}

.grid-item--height4 { height: 529.5px; margin-bottom: 5px;}
.grid-item--height3 { height: 349.5px; margin-bottom: 5px;}
.grid-item--height2 { width: 495px; height: 175px; margin-bottom: 5px;}

#breitbild {
	width: 35%;
}

	.person {
		height: 150px;
	}
	
	.person img {
	width: 26%;
}
textarea, input[type="text"] {
	width: 400px;
}

.product-menu ul li a {
	font-size: 16px;
}

.fa {
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
}

.close-tv a{
	padding: 4px;
}

.navbar-header {
    background: white;
    top: 0px;
    position: absolute;
    z-index: 2000;
    width: 100%;
}
	 
.navbar-brand {
    width: 60%;
    padding: 0px;
    float: left;
}
.navbar-brand img {
		 width: 20%;
		 float: left;
		 margin: 1% 0 2px 10px;
	 }
	 
.navbar-brand p {
	float: left;
	width: 42%;
	font-size:14px;
	color:  #043C77;
	white-space: pre-line;
	margin: 2% 0 0 8px;
}

#tel {
	padding: 3% 10px;
	background-color: #043C77;
	float: right;
	font-size: 12px;
}

.buttons {
	width: 190px;
}


}

@media (min-width: 768px) {
	
	.grid-sizer, .grid-item {
		width: 230px;
		height: 217px;
	}

.grid-item--height4 { height: 710px; margin-bottom: 5px;}
.grid-item--height3 { height: 440px; margin-bottom: 5px;}
.grid-item--height2 { width: 465px; height: 220px; margin-bottom: 5px;}

#breitbild {
	width: 47%;
}
	
	.person {
		height: 350px;
		margin-left: 0px;
		margin-right: 1.5%;
		width: 32.3%;
	}
	
	.person:nth-child(3), .person:nth-child(5) {
		margin-right: 0%;
	}
	
	.person:nth-child(4), .person:nth-child(5) {
		width: 49.2%;
		height: 180px;
	}
	
	.person img {
	width: 100%;
}

	.person img {
		padding:0;
		overflow: visible;
	}

	.contact {
		height: 190px;
		font-size: 16px;
	}

	.form {
		height: 500px;
	}
	
	input[type="text"] {
	width: 220px;
}
	textarea {
		width: 350px;
	}
	
	.map .title {
	
}
	.map {
		height: 288px;
	}
	

	.bloc-contact {
	background-image: url("../images/Silos1.jpg");
	background-size: 100% auto;
	background-repeat: repeat-y;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	/* background-size: cover; */
}

.slider-titel {
    width: 5.6%;
    line-height: 1em;
}

.slider-titel p {
	font-size: 14px;
}
.close a {
    padding: 2px;
}

.close-tv a{
	padding: 4px 7px;
}

.bloc-zertificate-refereces ul {
    padding-left: 6%;
    margin-bottom: 3%;
}
.history img {
    width: 70%;
    margin-left: 10%;
}
.fa {
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
}

.navbar-header {
    background: white;
    top: 10px;
    position: absolute;
    z-index: 2000;
    width: 350px;
}

#tel {
    padding: 5px 10px;
    background-color: #043C77;
	width: 100%;
	font-size: 16px;
}

.navbar-brand {
    width: 100%;
    padding: 7px;
}

.navbar-brand img {
    width: 125px;
    float: left;
    margin: 1% 0 0% 0;
}

.navbar-brand p {
    float: left;
    width: 55%;
    font-size: 18px;
    color: #043C77;
    white-space: pre-line;
    margin: 5% 0 0% 5%;
}

}

@media (min-width: 1050px) {
	.person, .person:nth-child(3), .person:nth-child(4), .person:nth-child(5) {
		height: 335px;
		margin-left: 0px;
		margin-right: 1%;
		width: 19.2%;
	}
	
	.person:nth-child(5) {
		margin-right: 0%;
	}
	
	.history img{
	width: 60%;
	margin-left:20%;
	}

	.grid-sizer, .grid-item {
  width: 245px;
  height: 200px;
}

.grid-item--height4 { height: 760px; margin-bottom: 5px;}
.grid-item--height3 { height: 418px; margin-bottom: 5px;}
.grid-item--height2 { width: 495px; height: 200px; margin-bottom: 5px;}

#breitbild {
	width: 40%;
}
	.contact {
		height: 190px;
		font-size: 14px;
		width: 35.65%;
		margin-top: 0%;
	}

	input[type="text"] {
	width: 240px;
}
	textarea {
		width: 320px;
	}

	.map {
		height: 295px;
		width: 35.65%;
	}
	
	.certificate {
	margin-bottom: 20px;
}

	.references {
		padding: 0%;
		margin: 0%;
	}
	
	.slider-titel {
    width: 5.6%;
    line-height: 1.4em;
}

.slider-titel p {
	font-size: 16px;
}

.product-menu ul li a {
	font-size: 18px;
}

.close a {
	padding: 4px 0px;
	}
	
.buttons {
	width: 140px;
}
}

@media (min-width: 1500px) {
	.grid-sizer, .grid-item {
  width: 285px;
   height: 290px;
}

	.grid-item--height4 { height: 730px; margin-bottom: 5px;}
	.grid-item--height3 { height: 435px; margin-bottom: 5px;}
	.grid-item--height2 { width: 575px; height: 290px; margin-bottom: 5px;}
	
	#breitbild {
	width: 100%;
}

	.person, .person:nth-child(3), .person:nth-child(4),
	.person:nth-child(5) {
		margin-right: 2.5%;
		width: 18%;
		height: 365px;
	}
	
	.person:nth-child(5) {
		margin-right: 0%;
	}
	
	.contact {
		height: 190px;
		
		
	}

	.map {
		height: 288px;
	
	}
	
	input[type="text"] {
	width: 320px;
}
	textarea {
		width: 400px;
	}
	
	.slider-titel {
    width: 5%;
    line-height: 2em;
}

.slider-titel p {
	font-size: 18px;
}
.buttons {
	width: 190px;
}

.contact, .map {width:42.3%}
	
}
