.nojs section.expertise .wrapper ol li .content {
  display: block;
}
.nojs section.expertise .wrapper ol li .arrow {
  display: none;
}
section.expertise {
  background-color: var(--gray4);
  color: var(--gray2);
}
section.expertise h2.huge {
  font-style: normal;
  font-weight: 300;
  font-size: min(20vw, 132px);
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (max-width: 767px) {
  section.expertise h2.huge {
    display: none;
  }
}
section.expertise .wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: -30vh;
  margin-bottom: -10vh;
  padding: 0 var(--col);
}
@media (max-width: 1279px) {
  section.expertise .wrapper {
    padding: 0;
    margin-top: -30vh;
    margin-bottom: -30vh;
  }
}
@media (max-width: 767px) {
  section.expertise .wrapper {
    padding: 0 var(--col);
    margin-top: 0;
    margin-bottom: 0;
    flex-direction: column;
  }
}
section.expertise .wrapper .animation-wrapper {
  position: sticky;
  top: 50px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media (max-width: 1279px) {
  section.expertise .wrapper .animation-wrapper {
    width: 40%;
  }
}
@media (max-width: 767px) {
  section.expertise .wrapper .animation-wrapper {
    position: static;
    height: auto;
    width: 100%;
    align-items: center;
  }
}
section.expertise .wrapper .animation-wrapper lottie-player, section.expertise .wrapper .animation-wrapper noscript {
  width: 72%;
}
section.expertise .wrapper .animation-wrapper img {
  width: 100%;
}
section.expertise .wrapper ol {
  counter-reset: expertise;
  width: 50%;
  margin-left: auto;
  margin-top: 40vh;
  margin-bottom: 40vh;
}
@media (max-width: 1279px) {
  section.expertise .wrapper ol {
    width: 60%;
  }
}
@media (max-width: 767px) {
  section.expertise .wrapper ol {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
section.expertise .wrapper ol > li {
  counter-increment: expertise;
  padding: 64px 0;
}
section.expertise .wrapper ol > li + li {
  border-top: 1px solid var(--gray3);
}
section.expertise .wrapper ol > li h3 {
  margin: 0;
  max-width: 500px;
}
section.expertise .wrapper ol > li h3 a .arrow {
  transition: margin-left 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  section.expertise .wrapper ol > li h3 a:hover .arrow {
    margin-left: 5px;
  }
}
section.expertise .wrapper ol > li .content {
  display: none;
}
section.expertise .wrapper ol > li .content:target {
  display: block;
}
section.expertise .wrapper ol > li::before {
  content: counter(expertise) "/" attr(data-total);
  font-family: "Graublau Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  /* identical to box height, or 17px */
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
section.expertise ul.team {
  display: flex;
  gap: 16px;
  margin: 2em 0;
}
section.expertise ul.team a {
  display: inline-block;
}
section.expertise ul.team img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}
section.expertise .expertise-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 20;
  display: flex;
  overflow: auto;
  background-color: rgba(var(--rgb_gray1), 0.96);
  padding: 50px var(--margin);
  align-items: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}
section.expertise .expertise-overlay a.close {
  position: fixed;
  top: var(--margin);
  right: var(--margin);
  display: block;
  color: var(--white);
  background-color: currentColor;
  width: 41px;
  height: 41px;
  -webkit-mask-image: url(/wp-content/themes/fsm/partials/expertise/../../img/close.svg);
  -webkit-mask-size: 100% 100%;
  mask-image: url(/wp-content/themes/fsm/partials/expertise/../../img/close.svg);
  mask-size: 100% 100%;
}
section.expertise .expertise-overlay article {
  width: 100%;
  max-width: 560px;
  margin: auto;
}
section.expertise .expertise-overlay article h3 {
  color: var(--orange1);
  margin-top: 0;
  margin-bottom: 40px;
}
section.expertise .expertise-overlay article h3 .arrow {
  display: none;
}
section.expertise .expertise-overlay article .content {
  color: var(--white);
}
/*# sourceMappingURL=https://fsm.kniff.at/wp-content/build/scss_library/639dcff33aeaa31725e89cf9bb73c28bc51020d9.css.map */