.landing-header {
  background: #f5f5f5 url("/assets/sommeraktion-duesseldorf/img/sommeraktion_hero.webp") no-repeat center;
  background-size: cover;
  border-top: 10px solid #4CB2C2;
  height: 50vh;
  min-height: 300px;
  position: relative;
}
.landing-header .sommeraktion-text-overlay {
  position: absolute;
  top: 2rem;
  right: 1rem;
  left: 1rem;
  background: url("/assets/sommeraktion-duesseldorf/img/sommeraktion_text.png") no-repeat center;
  background-size: contain;
  height: 50%;
}
@media (max-width: 767px) {
  .landing-header-logo {
    display: none;
  }
}
.landing-content-tagline.sommeraktion span {
  background-color: #ff4d1f;
}

/*# sourceMappingURL=sommeraktion-duesseldorf.css.map */
