/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}

section.module.parallax {
    height: 335px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -50px;
    margin-bottom: -70px;
}

section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

section.module.parallax-1 {
  background-image: url("../../img/parallax/startseite_parallax_1.jpg");
}


section.module.parallax-2 {
    background-image: url("../../img/parallax/startseite_parallax_2.jpg");
    background-position: 2% 50%;
}


section.module.parallax-3 {
  background-image: url("../../img/parallax/3.jpg");
}



section.module.parallax-last {
    background-image: url("../../img/parallax/footer.jpg");
    margin-bottom: -100px;
    background-position-y: 100px;
}


footer{
  margin-top: -200px;
}

@media all and (min-width: 371px){
footer {
    margin-top: -180px;
}
}

@media all and (min-width: 415px){
footer {
    margin-top: -160px;
}
}

@media all and (min-width: 509px){
footer {
    margin-top: -140px;
}
}

@media all and (min-width: 618px){
footer {
    margin-top: -120px;
}
}



@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}


@media all and (min-width: 992px){
  footer {
    margin-top: -107px;
}
}