/* xFigma – Scheiblhofer RE: World Tiles (Figma-Node 267:1933) */
.xfigma-re-world-tiles {
  background: #131313;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}
.xfigma-re-world-tiles__tile {
  position: relative;
  width: 100%;
  aspect-ratio: 1512 / 982;
  min-height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.xfigma-re-world-tiles__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.xfigma-re-world-tiles__content {
  position: absolute;
  left: 50%;
  top: 13.5%;
  /* Figma: Content-Block bei y132 von 982 -> oberes Drittel, NICHT zentriert */
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
  /* Figma: Logo (244h) -> Claim bei y298 = 54px Abstand */
  width: 760px;
  max-width: 90%;
  text-align: center;
  z-index: 2;
}
.xfigma-re-world-tiles__logo {
  display: block;
  width: 396px;
  /* Kachel 1 (Resort) */
  max-width: 78%;
  height: auto;
}
.xfigma-re-world-tiles__tile:nth-child(2) .xfigma-re-world-tiles__logo {
  width: 358px;
}
/* Quarter */
.xfigma-re-world-tiles__tile:nth-child(3) .xfigma-re-world-tiles__logo {
  width: 421px;
}
/* Hangover */
.xfigma-re-world-tiles__claim {
  margin: 0;
  color: #ffffff;
  /* Body-Schrift wie im restlichen Text (statt Futura/Jost). */
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.xfigma-re-world-tiles__link {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}
@media (max-width: 900px) {
  .xfigma-re-world-tiles__content {
    gap: 32px;
  }
  .xfigma-re-world-tiles__logo {
    max-width: 260px;
  }
  .xfigma-re-world-tiles__claim {
    font-size: 48px;
  }
}
@media (max-width: 560px) {
  .xfigma-re-world-tiles__tile {
    min-height: 380px;
  }
  .xfigma-re-world-tiles__logo {
    max-width: 200px;
  }
  .xfigma-re-world-tiles__claim {
    font-size: 34px;
  }
}
/*# sourceMappingURL=/xassets/uncompressed/source_map/155.css.css.map */