/* xFigma – Scheiblhofer RE: Lagen-Karte + Liste */
.xfigma-re-lagen {
  background: #131313;
  color: #fff;
  padding: 0 36px 106px;
}
.xfigma-re-lagen__inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
}
.xfigma-re-lagen__map {
  position: relative;
  flex: 0 0 auto;
  width: 620px;
  max-width: 50%;
}
.xfigma-re-lagen__map img {
  width: 100%;
  height: auto;
  display: block;
}
.xfigma-re-lagen__marker {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #bf0f1e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}
.xfigma-re-lagen__list {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 60px;
}
.xfigma-re-lagen__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.xfigma-re-lagen__num {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
}
.xfigma-re-lagen__text {
  display: flex;
  flex-direction: column;
}
.xfigma-re-lagen__name {
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.4;
}
.xfigma-re-lagen__sub {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 1100px) {
  .xfigma-re-lagen__inner {
    flex-direction: column;
    align-items: center;
  }
  .xfigma-re-lagen__map {
    width: 100%;
    max-width: 520px;
  }
  .xfigma-re-lagen__list {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .xfigma-re-lagen__list {
    grid-template-columns: 1fr;
  }
  .xfigma-re-lagen__name {
    font-size: 22px;
  }
  .xfigma-re-lagen__sub {
    font-size: 17px;
  }
}
/*# sourceMappingURL=/xassets/uncompressed/source_map/169.css.css.map */