/*...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 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 30px;
}
@media (max-width: 992px) {
  .team__list .view-content {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }
}
.team__list .view-content.flickity-enabled {
  display: block;
}
.team__list .service-block-more {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.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: #000000;
  font-weight: 400;
}
.team-teaser .field--name-field-team-position {
  color: #000000;
  margin-bottom: 15px;
}
/*# sourceMappingURL=_maps/team.css.map */
