/* ============================================================
  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: 20px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 10px 0;
}
section.module.parallax {
  height:450px;
  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 h1 {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  line-height: 300px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
 
}
section.module.parallax-1 {
  background-image: url("../images/urlaubammeer.jpg");
}
section.module.parallax-2 {
  background-image: url("../images/frankreich-strand.jpg");
}
section.module.parallax-3 {
  background-image: url("../images/frankreich-strand.jpg");
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 30px;
  }
 
}
@media all and (max-width: 500px) {
  
   section.module.parallax h1 {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height:200px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
 
}
}
@media all and (max-width: 800px) {
section.module.parallax h1 {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  line-height: 300px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
 
}
}
