/*
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
    url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

*/
body {
  font-size: 100%;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 240%;
  color: white;
  margin: 10px;
}

.gridcontent h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 145%;
  color: black;
}

.gridcontent h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 120%;
  color: #006633;
  margin: 10px;
}

.gridcontent h1, .copy h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 145%;
  color: black;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 120%;
}

p {
  margin: 10px;
  font-size: 14px;
}

html {
  height: 100%;
}

body {
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  /* Hide horizontal scrollbar */
  font-family: 'Open Sans', sans-serif;
}

.content {
  max-width: 880px;
  background-color: white;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.content h1 {
  font-family: 'Open Sans', sans-serif;
  color: black;
}

.page {
  height: 110%;
  min-height: 1000px;
}

.text {
  max-width: 990px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  font-size: 12px;
}

.teasers {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 100px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px;
}

.emission {
  background: url('../images/bgImage_emission.jpg');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: white;
  color: black;
  min-width: 335px;
  max-height: 280px;
  height: 270px;
  -moz-border-radius: 12px 11px 14px / 10px 12px;
  border-radius: 12px 11px 14px / 10px 12px;
  padding-top: 10px;
  margin-bottom: 20px;
}

.wasser {
  background: url('../images/bgImage_wasseraufbereitung.jpg');
}

.quecksilber {
  background: url('../images/bgImage_quecksilber.jpg');
}

.raumluft {
  background: url('../images/bgImage_raumluft.jpg');
}

.deponie {
  background: url('../images/bgImage_deponie.jpg');
}

.klaergas {
  background: url('../images/bgImage_klaergas.jpg');
}

.imission {
  background: url('../images/bgImage_imission.jpg');
}

.imageBoxes {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: white;
  color: black;
  min-width: 335px;
  max-height: 280px;
  height: 270px;
  -moz-border-radius: 12px 11px 14px / 10px 12px;
  border-radius: 12px 11px 14px / 10px 12px;
  padding-top: 10px;
  margin-bottom: 20px;
}

.teaserBoxes {
  background-color: white;
  color: black;
  width: 300px;
  max-height: 240px;
  height: 240px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  padding-top: 30px;
  margin-bottom: 20px;
}

.teaserBoxes h2 {
  font-size: 1.5em;
}

.teaserBG {
  background-image: url(../images/bgBlue.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.roundedCorners {
  -moz-border-radius: 12px 11px 14px / 10px 12px;
  border-radius: 12px 11px 14px / 10px 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.textbox {
  text-align: left;
  margin: 20px;
}

.headbox {
  text-align: left;
  margin: 0px 0px 0px 20px;
}

.boximg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a:link, a:visited, a:hover {
  color: black;
  text-decoration: none;
}

ul {
  display: flex;
  margin-right: 30px;
}

ul li {
  list-style: none;
  list-style-type: none;
  margin-left: 15px;
  letter-spacing: 0.08em;
}

.copylist {
  font-size: 0.92em;
}

header .copylist {
  font-size: 0.9em;
}

header {
  top: 0;
  left: 0;
  padding: 5px 5px 5px 10px;
  background-color: white;
  width: 100%;
  min-height: 120px;
  line-height: 100%;
  font-size: 125%;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  height: 40px;
  width: 100%;
  background-color: white;
  padding: 0;
  font-size: 80%;
  line-height: 150%;
}

.footerlinks,
.company {
  margin: 10px;
}

.Aligner {
  display: flex;
  align-items: center;
  justify-content: left;
}

.Aligner-item {
  max-width: 50%;
}

.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--right {
  align-self: flex-end;
}

#hdIcons {
  position: absolute;
  display: flex;
  right: 45px;
  top: 32px;
}

#hdIcons img {
  margin-left: 10px;
  height: 55px;
  width: auto;
  cursor: pointer;
}

.mail_banner {
  display: none;
  width: auto;
  background-color: white;
  text-align: right;
  font-size: 90%;
  padding: 20px 40px 20px 20px;
  border-top: 1px solid black;
}

.phone_banner {
  display: none;
  width: auto;
  background-color: white;
  text-align: right;
  font-size: 90%;
  padding: 20px 40px 20px 20px;
  border-top: 1px solid black;
}

.back-to-top {
  -moz-border-radius: 12px 11px 14px / 10px 12px;
  border-radius: 12px 11px 14px / 10px 12px;
  background: silver;
  position: fixed;
  bottom: 100px;
  right: 20px;
  padding: 1em;
  z-index: 100;
}