section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  font-size: 30px;
}
section.module p {
  opacity: 0.9;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {padding: 0;}
section.module.content.grey {padding: 50px;}
.content.ce_text {padding: 50px;}
.bb {border-bottom:10px solid #1C335D;}
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 {
  margin: 0 auto;
  font-size: 38px;
  margin: 30% 0;
  padding:10px;
  background-color:#fff;opacity: 0.9;
  color:#1C335D;
  position: absolute;
  left:auto;
  right:auto;
  line-height: 1.2; 
}
section.module.parallax-1 {
  max-height: 400px;
  background-image: url("../../banner/brillenstudio.jpg");
  background-repeat:no-repeat;
  background-position: 50% 50%;
}
section.module.parallax-2 {
  max-height: 640px;
  background-image: url("../../.jpg");
  background-repeat:no-repeat;
  background-position: 50% 50%;
}
section.module.parallax-orthosen {
  max-height: 400px;
  background-image: url("../../banner.jpg");
  background-repeat:no-repeat;
  background-position: 50% 50%;
}
.orthosen {
  height: 450px;
  background-image: url("../../banner/.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}