/* Fenster *********************/
.fenster_header {
      background: url("../img/fenster/fenster_header.jpg") top left no-repeat;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 100vw;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
  }

.fenster h1 {
  color:#81a22c;
  margin-top:40px;
  text-transform:uppercase;
}

.fenster h5 {
  color:#81a22c;
  margin-top:40px;
  text-transform:uppercase;
}

/* 88MD *********************/

.fenster88MD {
  color: #fff;
  background-color: #81a22c;
  margin-bottom:40px;
  margin-top:100px;

}

.fenster88MD p {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 30px;
  font-weight:lighter;
}

.fenster88MD h1 {
  padding-top: 30px;
  margin-left: 40px;
  text-transform: uppercase;
}

.fenster88MD img {
  width:100%;
  opacity: 0;
}

.fenster88MD_row {
  padding:0px;
  background: url("../img/fenster/88MD.jpg") top left no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1600px) and (max-width: 2600px) {

  .fenster88MD_row2 {
  height:100%;
  margin:auto;
  font-size:20px;
}
}

@media (min-width: 0px) and (max-width: 992px) {

  .fenster88MD p {
  margin-left: 10px;
  margin-right: 10px;
  font-weight:normal;
}

.fenster88MD h1 {
  margin-left: 10px;
}

.fenster88MD {
  margin-top:0px;
}
}

/* 76MD *********************/

.fenster76MD {
  color: #81a22c;
  background-color: #fff;
  margin-bottom:40px;
  margin-top:100px;

}

.fenster76MD p {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 30px;
  font-weight:lighter;
}

.fenster76MD h1 {
  padding-top: 30px;
  margin-left: 40px;
  text-transform: uppercase;
}

.fenster76MD img {
  width:100%;
  opacity: 0;
}

.fenster76MD_row2 {
  padding:0px;
  background: url("../img/fenster/76MD.jpg") top left no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1600px) and (max-width: 2600px) {

  .fenster76MD_row {
  height:100%;
  margin:auto;
  font-size:20px;
}
}

@media (min-width: 0px) and (max-width: 992px) {

  .fenster76MD p {
  margin-left: 10px;
  margin-right: 10px;
  font-weight:normal;
}

.fenster76MD h1 {
  margin-left: 10px;
}

.fenster76MD {
  margin-top:0px;
}

}