/* xFigma – Scheiblhofer RE: Seiten-Hero */
.xfigma-re-phero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #131313 center / cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 210px 48px 120px;
}
.xfigma-re-phero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(19, 19, 19, 0.55) 0%, rgba(19, 19, 19, 0.15) 38%, rgba(19, 19, 19, 0.55) 100%);
}
.xfigma-re-phero__inner {
  position: relative;
  max-width: 900px;
}
.xfigma-re-phero__title {
  margin: 0;
  font-size: 96px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.xfigma-re-phero__title-light {
  font-weight: 300;
}
.xfigma-re-phero__title-bold {
  font-weight: 700;
}
.xfigma-re-phero__sub {
  margin: 21px 0 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 900px) {
  .xfigma-re-phero {
    min-height: 520px;
    padding: 150px 24px 70px;
  }
  .xfigma-re-phero__title {
    font-size: 54px;
  }
  .xfigma-re-phero__sub {
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  .xfigma-re-phero__title {
    font-size: 38px;
  }
  .xfigma-re-phero__sub {
    font-size: 17px;
  }
}
/*# sourceMappingURL=/xassets/uncompressed/source_map/164.css.css.map */