/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;

}
section.module p {
  margin-bottom: 0px;

}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 0px 0;
}
/*
section.module.parallax {
  height: 800px;
  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;
}
*/
/*
section.module.parallax {
      height: 600px;
      background-repeat: no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
*/
section.module.parallax {
height: 600px;
width:100%;
background-repeat: no-repeat ;
background-attachment: relative;
 background-position: center;
 background-size: cover;
}
.parallax_schatten {
width:100%;
height:16px;
margin-top:-10px;
}

/* MEDIA ++++++   960  ++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 960px) {
  section.module.parallax {
  height: 450px;
    }
}

@media (max-width: 667px) {
  section.module.parallax {
  height: 350px;
    }
}

@media (max-width: 540px) {
  section.module.parallax {
  height: 300px;
    }
}

@media (max-width: 460px) {
  section.module.parallax {
  height: 260px;
    }
}

@media (max-width: 320px) {
  section.module.parallax {
  height: 200px;
    }
}


section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media all and (min-width: 600px) {
  section.module h2 {

  }
  section.module p {

  }
  section.module.parallax h1 {

  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {

  }
}
