/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
/** team */
.node--type-team.node--view-mode-teaser, .node--type-team.node--view-mode-token {
  padding-bottom: 0;
}
.node--type-team.node--view-mode-teaser .field--name-field-team-position, .node--type-team.node--view-mode-token .field--name-field-team-position {
  font-size: 16px;
  font-weight: 300;
}
.node--type-team.node--view-mode-full .field--name-field-team-position {
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .node--type-team.node--view-mode-full .team-full-image {
    margin-bottom: 30px;
  }
}
.node--type-team.node--view-mode-full .field--name-field-short {
  margin-bottom: 1rem;
}

.team__list .view-content:not(.flickity-enabled) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 30px;
}
@media (max-width: 992px) {
  .team__list .view-content:not(.flickity-enabled) {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
}
.team__list .view-content.flickity-enabled {
  margin: 0 -15px;
}
.team__list .view-content.flickity-enabled .views-row {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .team__list .view-content.flickity-enabled .views-row {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  .team__list .view-content.flickity-enabled .views-row {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .team__list .view-content.flickity-enabled .views-row {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .team__list .view-content.flickity-enabled .views-row {
    width: 100%;
  }
}
.team__list .view-content.flickity-enabled .views-row h3 {
  margin-bottom: 0;
}
.team__list .team-block-slider-nav {
  margin-top: 30px;
  display: none;
  justify-content: center;
  align-items: center;
}
.team__list .team-block-slider-nav .flickity-button {
  position: static;
  transform: none;
  max-width: 44px;
  width: 100%;
}
.team__list .team-block-slider-nav .flickity-button.previous {
  left: 0;
}
@media (max-width: 576px) {
  .team__list .team-block-slider-nav .flickity-button.previous {
    left: 0;
  }
}
.team__list .team-block-slider-nav .flickity-button.next {
  right: 0;
}
@media (max-width: 576px) {
  .team__list .team-block-slider-nav .flickity-button.next {
    right: 0;
  }
}
.team__list .team-block-slider-nav .flickity-button:focus {
  box-shadow: none;
}
.team__list .team-block-slider-nav .flickity-button-icon {
  position: static;
}
.team__list .team-block-slider-nav .team-block-slider-dots {
  position: static;
  width: auto;
  margin: 0 20px;
}
.team__list .service-block-more {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.team-teaser--link {
  display: block;
  height: 100%;
}
.team-teaser .img-adaptive {
  overflow: hidden;
}
.team-teaser .img-adaptive img {
  transition: transform 0.4s, opacity 0.4s;
}
.team-teaser .img-adaptive:not(:last-child) {
  margin-bottom: 15px;
}
.team-teaser:hover img {
  transform: scale(1.05);
}
.team-teaser:active img {
  opacity: 0.8;
}
.team-teaser__title {
  margin-bottom: 15px;
  color: #0ca519;
  font-weight: 400;
}
.team-teaser .field--name-field-team-position {
  color: #0ca519;
  margin-bottom: 15px;
}