/* Haustüre *********************/
.ht_header {
      background: url("../img/ht/header_ht.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;
  }

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

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

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

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

}

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

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

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

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

.modelle {
  margin:auto;
}

.modelle p {
  font-size:20px;
  color:#81a22c;
}

.modelle img {
  width:100%;
}

.modelle img:hover {
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
}

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

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

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

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

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

.adoro1 {
  margin-top:0px;
}

.modelle p {
  font-size:20px;
  color:#81a22c;
}

.modelle img {
  width:50%;
}

.modelle img:hover {
  transform:scale(1.0);
  -webkit-transform:scale(1.0);
  -moz-transform:scale(1.0);
  -o-transform:scale(1.0);
}
}

/* Card *********************/
.card_adoro {
  margin-top:150px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  border-radius:0%;
  background-color: #81a22c;
  text-transform:uppercase;
  background: url("../img/ht/konfi.jpg") top left no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
}

.card_adoro_text {
  background-color:#fff;
  color:#81a22c;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size:20px;
  padding-left: 25px;
  padding-right: 25px;
  opacity: 0.9;
}

.button_adoro {
  margin-top:25px;
  background-color: #81a22c; /* Green */
  text-transform:uppercase;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button_adoro:hover {
  background-color: #fff;
  color: #81a22c;
}

@media (min-width: 0px) and (max-width: 992px) {
  .card_adoro {
    margin-top:100px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 100px;
  }
}

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

.card_adoro_text {
  width:50%;
  margin:auto;
}

}