section.team {
  padding-top: 15rem;
  padding-top: 16rem;
}
section.team .container > h2 {
  text-align: center;
  margin-bottom: 7.5rem;
}
section.team .container > h2 span {
  display: block;
}
section.team .container > h2 .t1 {
  color: var(--orange1);
}
.nojs section.team nav {
  display: none;
}
section.team nav ul {
  text-align: center;
}
section.team nav li {
  display: inline-block;
  margin: 0 1.6rem;
  position: relative;
  color: var(--gray3);
  transition: color 0.4s;
}
section.team nav .main-filters button {
  position: relative;
  padding: 0.8rem 0;
  font-weight: 600;
}
section.team nav .main-filters button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.4s;
}
section.team nav .main-filters button.is-checked:after {
  color: var(--orange1);
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  section.team nav .main-filters button:hover {
    color: var(--orange1);
    opacity: 1;
  }
}
section.team nav .main-filters button.is-checked {
  color: var(--orange1);
  opacity: 1;
}
section.team nav .sub-filters {
  display: none;
  margin-top: 42px;
  white-space: nowrap;
  overflow: auto;
  max-width: 100%;
  padding-left: 24px;
  -webkit-mask-image: -webkit-linear-gradient(to right, transparent 0%, black 24px, black calc(100% - 24px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 24px, black calc(100% - 24px), transparent 100%);
  /* IE and Edge */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
}
section.team nav .sub-filters::-webkit-scrollbar {
  /* Hide scrollbar for Chrome, Safari and Opera */
  display: none;
}
section.team nav .sub-filters::after {
  content: "";
  width: 24px;
  display: inline-block;
}
section.team nav .sub-filters.visible {
  display: block;
}
section.team nav .sub-filters li {
  margin: 1px 0;
  margin-right: 4px;
}
section.team nav .sub-filters li.space-left {
  margin-left: 1em;
}
section.team .team-grid {
  visibility: hidden;
  display: block;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 6.5rem calc(var(--margin) / 3);
  margin-top: 6.7rem;
  width: calc(100% - 4 * var(--margin));
  font-size: 0;
  transform: translateZ(0);
}
section.team .team-slide {
  display: inline-block;
  width: 25%;
  margin-bottom: 6.5rem;
  padding: 0 calc(var(--margin) / 6);
  vertical-align: top;
}
section.team .team-slide > a {
  display: block;
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
  color: inherit;
}
@supports (display: grid) {
  section.team .team-grid {
    display: grid;
  }
  section.team .team-slide {
    display: block;
    width: auto !important;
    min-width: 0;
    margin-bottom: 0;
    padding: 0;
  }
}
@media (max-width: 1279px) {
  section.team .team-grid {
    width: calc(100% - 2 * var(--margin));
    grid-template-columns: repeat(3, 1fr);
  }
  section.team .team-slide {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  section.team nav li {
    display: inline-block;
    margin: 0.4em 1rem;
  }
}
.notouch section.team .team-grid:hover {
  opacity: 0.99999;
}
.notouch section.team .team-grid:hover .team-slide figure {
  opacity: 0.5;
}
.notouch section.team .team-grid:hover .team-slide:hover figure, .notouch section.team .team-grid:hover .team-slide.expanded figure {
  opacity: 0.99999;
}
.notouch.nojs section.team .team-grid:hover .team-slide:target figure {
  opacity: 0.99999;
}
section.team .team-slide {
  visibility: visible;
  transition: transform 0.3s, margin-bottom 0s ease-in-out 0s;
}
section.team .team-slide.expanded, section.team .team-slide:target {
  margin-bottom: 78vh;
  margin-bottom: calc(75vh + 2rem);
}
section.team .team-slide.expanded > a::after, section.team .team-slide:target > a::after {
  top: auto;
  content: " ";
  position: absolute;
  pointer-events: none;
  left: 50%;
  z-index: 2;
  transform: translate3d(-50%, 1rem, 0);
  border: solid transparent;
  border-top-color: var(--white);
  border-width: 1.5rem;
  margin-top: 5rem;
}
.nojs section.team .team-slide {
  display: inline-block !important;
}
.js section.team .team-slide.hide {
  transform: scale(0);
}
section.team .team-grid a figure {
  transition: opacity 0.7s;
  will-change: opacity;
  text-align: center;
  position: relative;
  margin: 0;
}
section.team .team-grid a figure figcaption {
  text-align: left;
  padding: 2rem 0 0;
}
section.team .team-grid a figure figcaption .b1 {
  display: block;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  section.team .team-grid a figure figcaption .b1 {
    margin: 0;
    font-size: 1rem;
  }
}
section.team .team-image-wrapper {
  overflow: hidden;
  padding-top: 150%;
  position: relative;
  background: #f6f6f6;
}
section.team .team-image-wrapper img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  /*transition: transform .5s;*/
  transform: scale(1);
  transform-origin: var(--origin-x) var(--origin-y);
  will-change: auto !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  object-fit: cover;
  font-family: "object-fit: cover";
}
@media (max-width: 767px) {
  section.team .team-image-wrapper img {
    transform: scale(2) !important;
  }
  section.team #du .team-image-wrapper img {
    transform: scale(1.5) !important;
  }
}
/*# sourceMappingURL=https://fsm.kniff.at/wp-content/build/scss_library/2c4164c932e8059ef9bf9f0f319cdab14861976b.css.map */