.hero {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .hero {
    flex-direction: column;
  }
}
.hero .image {
  flex-basis: 50%;
  position: relative;
}
.hero .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero .text {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  background-color: var(--green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 32px;
  padding: 32px;
}
.hero .text > * {
  max-width: 500px;
}
.hero .text .t1 {
  font-size: min(136px, 8vw);
}
.hero .text .b2 {
  opacity: 0.7;
}
/*# sourceMappingURL=https://drogistenwissenmehr.kniff.at/wp-content/build/scss_library/a4e08037781d71c241aad850c7929115bf93e3cc.css.map */