section.hero.ansatz {
  min-height: 100vh;
  height: auto;
  max-height: none;
  color: var(--white);
  background-color: black;
}
@media (max-width: 1279px) {
  section.hero.ansatz {
    min-height: 0;
  }
}
section.hero.ansatz .bg, section.hero.ansatz .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
section.hero.ansatz .bg {
  position: sticky;
}
section.hero.ansatz .bg img {
  object-fit: cover;
}
section.hero.ansatz .bg img.crossfade {
  opacity: 0;
}
section.hero.ansatz .bg img.crossfade:first-child {
  opacity: 1;
}
section.hero.ansatz .absatz {
  display: block;
  margin-top: 125vh;
  height: 1px;
}
section.hero.ansatz p, section.hero.ansatz h1, section.hero.ansatz h2, section.hero.ansatz h3 {
  margin: 0;
}
section.hero.ansatz .stops {
  position: relative;
  margin: -100vh var(--margin) 0;
  padding: 0;
  max-width: none;
}
section.hero.ansatz .stops .stop {
  width: calc(100% - 2 * var(--col));
  margin-left: var(--col);
  margin-right: var(--col);
  max-width: 600px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.hero.ansatz .stops .stop:first-child {
  justify-content: flex-end;
}
section.hero.ansatz .stops .stop p {
  font-family: "Graublau Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  /* identical to box height, or 34px */
  font-feature-settings: "pnum" on, "lnum" on;
}
@media (max-width: 767px) {
  section.hero.ansatz .stops .stop p {
    font-family: "Graublau Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 130%;
    /* identical to box height, or 30px */
    font-feature-settings: "pnum" on, "lnum" on;
  }
}
@media (max-width: 767px) {
  section.hero.ansatz .stops .stop p {
    font-size: min(23px, 2.5vh);
  }
}
@media (max-width: 767px) {
  section.hero.ansatz .stops .title .t1 {
    font-family: "Graublau Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.02em;
  }
}
.immobilienrecht section.hero.ansatz .title {
  margin-top: calc(15vh + var(--margin));
  margin-bottom: auto;
}
.sportrecht section.hero.ansatz .stop:first-child {
  max-width: min(100vw, 57vmax);
}
.sportrecht section.hero.ansatz .title {
  margin-top: calc(15vh + var(--margin));
  margin-bottom: auto;
}
.sportrecht section.hero.ansatz .title .t1 {
  font-size: min(13vw, 6vmax);
}
.vergaberecht section.hero.ansatz .bg img {
  object-position: 75% center;
}
.vergaberecht section.hero.ansatz .title {
  margin-top: auto;
  margin-bottom: auto;
}
.unternehmens-und-gesellschaftsrecht section.hero.ansatz .title {
  margin-bottom: calc(8vh + var(--margin));
}
@media (max-width: 767px) {
  .unternehmens-und-gesellschaftsrecht section.hero.ansatz .title {
    margin-bottom: calc(14vh + var(--margin));
  }
}
/*# sourceMappingURL=https://fsm.kniff.at/wp-content/build/scss_library/23f4cfe04fd6ba15a6026591bfc73c98f245acb4.css.map */