/* xFigma – Scheiblhofer RE: Events/Verkostung (Figma-Node 267:1920) */
.xfigma-re-events {
  background: #131313;
  color: #ffffff;
  padding: 126px 24px 96px;
}
.xfigma-re-events__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  text-align: center;
  max-width: 1054px;
  margin: 0 auto 64px;
}
.xfigma-re-events__title {
  margin: 0;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.02;
}
.xfigma-re-events__title strong,
.xfigma-re-events__title b {
  font-weight: 700;
}
.xfigma-re-events__subtitle {
  margin: 0;
  font-weight: 300;
  font-size: 36px;
  line-height: 1.2;
}
.xfigma-re-events__grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1245px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.xfigma-re-events__tile {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 479px;
  max-width: 100%;
  text-decoration: none;
  color: #ffffff;
}
.xfigma-re-events__imgwrap {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 479 / 626;
  overflow: hidden;
}
.xfigma-re-events__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.xfigma-re-events__tile:hover .xfigma-re-events__img {
  transform: scale(1.03);
}
.xfigma-re-events__more {
  position: absolute;
  left: 55px;
  right: 55px;
  bottom: 45px;
  padding: 10px;
  border: 1px solid #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.xfigma-re-events__tile:hover .xfigma-re-events__more {
  opacity: 1;
}
.xfigma-re-events__label {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 900px) {
  .xfigma-re-events {
    padding: 72px 20px 56px;
  }
  .xfigma-re-events__title {
    font-size: 40px;
  }
  .xfigma-re-events__subtitle {
    font-size: 22px;
  }
  .xfigma-re-events__tile {
    width: 100%;
    max-width: 420px;
    gap: 24px;
  }
  .xfigma-re-events__label {
    font-size: 28px;
  }
}
/*# sourceMappingURL=/xassets/uncompressed/source_map/158.css.css.map */