/* Gives the mobile hero eyebrow comfortable clearance below the header. */
@media (max-width: 767px) {
  .hero .hero-inhalt {
    padding-top: clamp(56px, 12vw, 76px);
  }
}
