section.wandel {
  background: linear-gradient(360deg, #ffffff 77.26%, #f9f9f9 100%);
}
section.wandel .container {
  display: grid;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}
@media (max-width: 1000px) {
  section.wandel .container {
    gap: 32px;
  }
}
section.wandel .headline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  grid-row: 1;
  grid-column: 1;
}
section.wandel .headline > * {
  margin-block: 0;
}
section.wandel .headline h2 {
  color: var(--gray1);
  padding-inline: 6px;
  padding-bottom: 0;
}
section.wandel .headline .t1 {
  color: var(--orange1);
}
section.wandel .timeline {
  width: 100%;
  padding-top: 20px;
  overflow: auto;
  display: flex;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  grid-row: 2;
  grid-column: 1;
  --idx: 0;
  --count: 6;
}
@media (max-width: 1000px) {
  section.wandel .timeline {
    grid-row: 3;
  }
}
section.wandel .timeline::-webkit-scrollbar {
  display: none;
}
section.wandel .timeline::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: calc(100% / var(--count));
  height: 2px;
  color: var(--orange1);
  background-color: var(--orange1);
  transform: scaleX(var(--idx, 1));
  transform-origin: left center;
  transition: transform ease-in-out 0.4s;
}
section.wandel .timeline::after {
  content: "";
  position: absolute;
  top: 0px;
  width: calc(100% / var(--count));
  height: 10px;
  background-image: linear-gradient(var(--orange1), var(--orange1));
  background-size: 2px 100%;
  background-repeat: no-repeat;
  background-position: center left;
  transform: translateX(calc(100% * var(--idx, 1)));
  transform-origin: left center;
  transition: transform ease-in-out 0.4s;
}
@media (max-width: 1000px) {
  section.wandel .timeline {
    --count: 4;
  }
}
section.wandel .timeline--year {
  flex-shrink: 0;
  display: block;
  width: calc(100% / var(--count));
  color: var(--gray3);
  font-variant: small-caps;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}
section.wandel .timeline--year a {
  font: inherit;
  text-decoration: none;
  color: inherit;
}
section.wandel .timeline--year.target {
  color: var(--orange1);
}
section.wandel .detail--year {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  grid-row: 3;
  grid-column: 1;
}
@media (max-width: 1000px) {
  section.wandel .detail--year {
    display: contents;
  }
}
section.wandel .detail--year > * {
  transition: opacity 0.4s, visibility 0s linear 0.4s;
  opacity: 0;
  visibility: hidden;
  grid-column: 1;
  width: 50%;
}
@media (max-width: 1000px) {
  section.wandel .detail--year > * {
    width: 100%;
  }
}
section.wandel .detail--year:target > *, section.wandel .detail--year.target > * {
  transition: opacity 0.4s, visibility 0s linear 0s;
  opacity: 1;
  visibility: visible;
}
section.wandel .detail--year img {
  aspect-ratio: 1.6;
  object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  section.wandel .detail--year img {
    grid-row: 2;
  }
}
section.wandel .detail--year .detail--year-content {
  flex-shrink: 0;
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  color: var(--gray2);
}
@media (max-width: 1000px) {
  section.wandel .detail--year .detail--year-content {
    padding: 32px;
    grid-row: 4;
  }
}
@media (max-width: 640px) {
  section.wandel .detail--year .detail--year-content {
    padding: 24px 0;
  }
}
section.wandel .detail--year .detail--year-content > * {
  margin-block: 0;
}
section.wandel .detail--year .detail--year-content .b1 {
  max-width: 470px;
}
section.wandel .detail--year .detail--year-content .statistic-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  justify-content: space-evenly;
  max-width: 520px;
}
section.wandel .detail--year .detail--year-content .statistic-container .statistic {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  flex-shrink: 0;
}
section.wandel .detail--year .detail--year-content .statistic-container .statistic .statistic-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
/*# sourceMappingURL=https://fsm.kniff.at/wp-content/build/scss_library/8dc5203cedbcea17883c6dfa413590f480ebbe56.css.map */