/* Mikroland Hero 18.0.4 – exact approved composition */
.mldk-real-hero,
.mldk-real-hero * {
  box-sizing: border-box;
}

.mldk-real-hero {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #f8f7f1;
}

.mldk-real-hero__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* The approved image already contains the complete header and hero composition.
   Therefore the generated live header is hidden on the front page only. */
body.home .mikroland-header {
  display: none !important;
}

body.home .ml-hero-v2 {
  display: none !important;
}

.mldk-real-hero__hotspot {
  position: absolute;
  z-index: 3;
  display: block;
  border-radius: 4px;
}

.mldk-real-hero__hotspot:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

/* Hotspots based on the 1536 × 1024 approved image */
.mldk-real-hero__hotspot--brand {
  left: 1.7%;
  top: 1.5%;
  width: 16.8%;
  height: 6.8%;
}

.mldk-real-hero__hotspot--supergarten {
  left: 44.7%;
  top: 2.0%;
  width: 8.7%;
  height: 5.5%;
}

.mldk-real-hero__hotspot--pilotregion {
  left: 54.4%;
  top: 2.0%;
  width: 8.7%;
  height: 5.5%;
}

.mldk-real-hero__hotspot--partner {
  left: 64.1%;
  top: 2.0%;
  width: 6.4%;
  height: 5.5%;
}

.mldk-real-hero__hotspot--mitmachen {
  left: 72.1%;
  top: 2.0%;
  width: 8.1%;
  height: 5.5%;
}

.mldk-real-hero__hotspot--more {
  left: 10.8%;
  top: 46.2%;
  width: 14.5%;
  height: 6.0%;
}

@media (max-width: 900px) {
  .mldk-real-hero {
    overflow-x: auto;
  }

  .mldk-real-hero__image {
    width: 1180px;
    max-width: none;
  }

  .mldk-real-hero__hotspot {
    display: none;
  }
}
