html, body {
  height: 100%;
}

body {
  color: #000;
  padding-top: 0px;
  font-size: 1.5em;
  font-family: LatoLatinWeb, Helvetica, sans-serif;
}

h2 {
  font-size: 1em;
  font-weight: bold;
}

h3 {
  color: #000;
  font-size: 1.2em;
}

img {
  max-width: 100%;
}

p {
  line-height: 180%;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #000;
}

.lead {
  font-size: 1em;
  font-weight: bold;
  line-height: normal;
}

#teaser {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-image: url("../img/hand-watering-2000.jpg");
  position: relative;
  background-attachment: fixed;
}
@media (max-width: 1200px) {
  #teaser {
    background-image: url("../img/hand-watering-1200.jpg");
  }
}
@media (max-width: 992px) {
  #teaser {
    background-image: url("../img/hand-watering-992.jpg");
  }
}
@media (max-width: 768px) {
  #teaser {
    background-image: url("../img/hand-watering-768.jpg");
  }
}
#teaser .container {
  height: 500px;
  position: absolute;
  top: 15%;
  left: 0px;
  z-index: 1000;
  font-family: Georgia,monospace;
  text-shadow: 3px 3px 8px #555;
}
#teaser .container h1 {
  color: #b8c900;
  font-size: 45px;
  margin-left: 5%;
}
#teaser .container h2 {
  color: #fff;
  font-size: 30px;
  margin-left: 8%;
}

#content0, #content1, #content2, #content3, #content4, #content5 {
  padding: 30px 0;
  background-color: #fff;
}

.center {
  text-align: center;
}

h1 {
  font-size: 1.7em;
}

#content0 {
  margin: 50px 0;
}

#content1 {
  background-color: #b8c900;
  background-repeat: no-repeat;
  background-size: auto, contain;
  padding: 30px 0;
}
@media (min-width: 768px) {
  #content1 {
    background-image: linear-gradient(90deg, transparent, #b8c900 30%), url(../img/tafel-tt-1.jpg);
  }
}

#content4 {
  background-color: #048bc3;
  background-repeat: no-repeat;
  background-size: auto, contain;
  background-position: right;
}
@media (min-width: 768px) {
  #content4 {
    background-image: linear-gradient(90deg, #048bc3 70%, transparent), url(../img/tafel-tt-2.jpg);
  }
}

/*# sourceMappingURL=Style.css.map */
