.team-infoView {
  visibility: hidden;
  transition: visibility 0s ease-in-out 0s, transform 0s ease-in-out 0s;
  background-color: var(--gray2);
  color: var(--white);
  position: absolute;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding: 7rem 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  height: 75vh;
  /*overflow: hidden;*/
  transform: scaleY(0);
  transform-origin: center top;
  z-index: 1;
}
.nojs .team-container .team-infoView .only-overlay {
  display: block;
}
.nojs .team-container .team-infoView .show-all, .nojs .team-container .team-infoView .short_title {
  display: none;
}
.nojs .team-container .team-infoView .long_title {
  display: block;
}
.team-container .team-infoView {
  position: relative;
  color: inherit;
  background-color: transparent;
  height: auto;
}
.team-container .team-infoView .container {
  max-width: 1280px;
}
.team-container .team-infoView .close {
  display: none;
}
.team-container .team-infoView h2 span:first-child {
  display: inline;
}
.team-container .team-infoView .the_content > img {
  width: 100%;
  max-width: 350px;
  margin: 1em 0;
}
.team-container .team-infoView .infoView-nav li:not(:last-child) {
  margin-right: 0.7em;
}
.team-infoView:before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 1.5rem;
  width: 100%;
  left: 0;
  background: linear-gradient(0deg, rgba(var(--rgb_white), 1) 0%, rgba(var(--rgb_white), 0) 100%);
}
.single-team main {
  background-color: var(--gray2);
}
.single-team .team-infoView {
  display: flex;
  flex-direction: column;
  color: white;
}
.single-team .team-infoView .img-wrapper {
  width: 100%;
  max-width: 810px;
  margin: 40px auto 60px;
  position: relative;
}
.single-team .team-infoView .img-wrapper::before {
  content: "";
  display: block;
  padding-top: 52%;
}
.single-team .team-infoView .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--breitbild-x, 50%) var(--breitbild-y, 30%);
}
.single-team .team-infoView::before {
  content: none;
}
.team-infoView > * {
  opacity: 0;
  transition: opacity 0s ease-in-out 0s;
}
.team-slide:target .team-infoView {
  visibility: visible;
  transition: visibility 0s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  transform: scaleY(1);
}
.team-slide:target .team-infoView > * {
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0.5s;
}
.expanded .team-infoView {
  visibility: visible;
  transition: visibility 0s ease-in-out 0s, transform 0.5s ease-in-out 0s;
  transform: scaleY(1);
}
.expanded .team-infoView > * {
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0.5s;
}
.team-infoView h2 span.b1 {
  display: none;
}
.team-infoView .button {
  margin-top: 2rem;
}
.team-infoView .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 4.4rem;
  height: 4.4rem;
  color: transparent;
  overflow: hidden;
  display: block;
  z-index: 1;
}
.team-infoView .close::before, .team-infoView .close::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 1px;
  background: var(--white);
  transform: rotate(45deg);
}
.team-infoView .close::after {
  transform: rotate(-45deg);
}
.team-infoView .container {
  display: flex;
  max-width: 1000px;
  justify-content: space-around;
}
.team-infoView .the_content {
  width: 100%;
  margin-right: 7rem;
  max-width: 460px;
  flex-shrink: 0;
}
.team-infoView aside {
  width: 100%;
  margin-right: -7rem;
}
.team-infoView aside .zusatz {
  float: left;
  width: calc(50% - 7rem);
  margin-right: 7rem;
  margin-bottom: 4rem;
}
.team-infoView aside .zusatz .long {
  display: none;
}
.team-infoView aside .zusatz:nth-child(even) {
  float: right;
}
.team-infoView aside h3, .team-infoView aside li:not(:last-child) {
  margin-bottom: 1em;
}
.team-infoView aside a {
  font-weight: normal;
}
.team-infoView li.only-overlay, .team-infoView li .long_title {
  display: none;
}
.team-infoView .infoView-nav {
  display: none;
}
.team-infoView .testimonials {
  text-align: left;
  padding: 3rem 0;
  margin-bottom: 2rem;
  width: 95%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  display: block !important;
}
.team-infoView .testimonials figure {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.team-infoView .testimonials figcaption {
  padding: 0;
}
.team-infoView .testimonials .image {
  flex-shrink: 0;
  margin-right: 2rem;
}
.team-infoView .testimonials img {
  width: 4.4rem;
  height: 4.4rem;
}
.team-infoView .testimonials footer {
  background: none;
  padding: 0;
  color: inherit;
}
.team-infoView .testimonials blockquote {
  font-size: 2rem;
  font-style: italic;
  font-weight: 100;
  line-height: 1.3;
}
.team-infoView .testimonials .flickity-button {
  background: none;
}
.team-infoView .testimonials .flickity-viewport {
  width: 100%;
}
.team-infoView .flickity-prev-next-button {
  width: 15px;
  height: 15px;
  top: auto;
  bottom: 10px;
  left: 95% !important;
  right: auto !important;
  padding: 0;
  transform: translateX(-50%) !important;
  color: inherit;
}
.team-infoView .flickity-prev-next-button.previous {
  margin-left: -2rem;
}
.team-infoView .flickity-prev-next-button.next {
  margin-left: 2rem;
}
.team-infoView .flickity-button-icon {
  fill: currentColor;
}
@media screen and (max-width: 1023px) {
  .team-infoView .container, .team-infoView aside {
    display: grid;
    display: -ms-grid;
    grid-template-rows: min-content auto;
  }
  .team-infoView .infoView-nav {
    display: block;
  }
  .team-infoView .infoView-nav ul {
    text-align: left;
  }
  .team-infoView .infoView-nav li {
    display: inline-block;
    color: inherit;
    margin-left: 0;
    opacity: 0.5;
    transition: opacity 0.4s;
    position: relative;
    cursor: pointer;
  }
  .team-infoView .infoView-nav li.active {
    opacity: 1;
  }
  .team-infoView .infoView-nav li:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: var(--orange1);
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0;
  }
  .team-infoView .infoView-nav li.active:after {
    opacity: 1;
  }
  .team-infoView .infoView-nav, .team-infoView aside, .team-infoView aside .zusatz, .team-infoView .the_content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 550px;
  }
  .team-infoView aside, .team-infoView aside .zusatz, .team-infoView .the_content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 2 / span 1;
    grid-column: 1 / span 1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s, visibility 0s linear 0.4s;
  }
  .team-infoView .testimonials {
    -ms-grid-row: 1;
    grid-row: 1 / span 1;
    margin-bottom: 0 !important;
    padding-bottom: 4rem !important;
  }
  .team-infoView .testimonials figure {
    flex-direction: column;
  }
  .team-infoView .testimonials .image {
    margin: 0;
  }
  .team-infoView .testimonials figcaption {
    text-align: center;
  }
  .team-infoView .testimonials .flickity-prev-next-button {
    left: 50% !important;
    bottom: 15px;
  }
  .team-infoView aside .zusatz {
    -ms-grid-row: 2;
    grid-row: 2 / span 1;
    margin-top: 2rem;
  }
  .team-infoView aside .zusatz h3 {
    display: none;
  }
  .team-infoView .active, .team-infoView aside.active .zusatz.active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s, visibility 0s linear 0s;
  }
}
@media screen and (max-width: 1023px) and (hover: hover) and (pointer: fine) {
  .team-infoView .infoView-nav li:hover {
    opacity: 1;
  }
}
/*# sourceMappingURL=https://fsm.kniff.at/wp-content/build/scss_library/e12ca99447c8046171d163c20b8294ea3f12d2b5.css.map */