/* xFigma – Scheiblhofer RE: Hero (Figma-Node 267:1914) */
.xfigma-re-hero {
  position: relative;
  width: 100%;
  background: #131313;
  overflow: hidden;
}
.xfigma-re-hero__bg {
  display: block;
  width: 100%;
  height: auto;
}
.xfigma-re-hero__video {
  object-fit: cover;
  background: #131313;
}
/* Angebots-Karte: Bild ist 588x487 (Karte in oberen 588x286, darunter Schlagschatten) -> unten wegcroppen */
.xfigma-re-hero__offer {
  position: absolute;
  right: 36px;
  top: 60%;
  display: block;
  width: 512px;
  /* nahe Design (588) */
  height: 249px;
  /* 512 * 286/588 -> croppt den Schatten */
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.xfigma-re-hero__offer-img {
  display: block;
  width: 100%;
  height: auto;
  /* natürliche Höhe (588x487->392x325); Container schneidet unten ab */
}
@media (max-width: 1200px) {
  .xfigma-re-hero__offer {
    right: 20px;
    top: 58%;
    width: 320px;
    height: 156px;
  }
}
@media (max-width: 760px) {
  /* Mobil: Video/Bild fuellt ~3/4 der Screenhoehe (seitlich beschnitten, cover) statt flacher Streifen */
  .xfigma-re-hero__bg {
    height: 75vh;
    object-fit: cover;
  }
  .xfigma-re-hero__offer {
    position: static;
    margin: -60px auto 24px;
    width: min(392px, 88%);
    height: auto;
    aspect-ratio: 588 / 286;
  }
}
/*# sourceMappingURL=/xassets/uncompressed/source_map/150.css.css.map */