/* HS-Anlagen *********************/
.hs_header {
      background: url("../img/hs/header_hs.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;
  }

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

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

/* Premidoor76 *********************/

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

}

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

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

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

.premidoor76_row {
  padding:0px;
  background: url("../img/hs/hs_76.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) {

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

@media (min-width: 0px) and (max-width: 992px) {
  
  .premidoor76 p {
  margin-left: 10px;
  margin-right: 10px;
  font-weight:normal;
}

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

.premidoor76 {
  margin-top:0px;

}

}