/* ==================
  Colors
================= */
/* ==================
  Max content widths
================= */
.pt_filter_buttons {
  margin-bottom: 4rem;
}
.pt_filter_buttons .pt_filter_btn {
  border: 2px solid #d5da2a !important;
  color: #d5da2a !important;
  background: transparent;
  transition: all 0.5s ease-in-out !important;
}
.pt_filter_buttons .pt_filter_btn.pt_active {
  background: #d5da2a !important;
  color: #004142 !important;
}
.pt_team_grid {
  position: relative !important;
}
.pt_team_grid .pt_team_card {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .pt_team_grid .pt_team_card {
    margin: 1rem;
    width: calc((1200px - 6rem) / 3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pt_team_grid .pt_team_card {
    margin: 1.5rem;
    width: calc((88vw - 6rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .pt_team_grid .pt_team_card {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.pt_team_grid .pt_team_card * {
  color: white;
}
.pt_team_grid .pt_team_card .pt_text {
  margin-top: 3rem;
}
.pt_team_grid .pt_team_card .pt_name {
  font-weight: bold;
  font-size: 2rem;
}
.pt_team_grid .pt_team_card .pt_email {
  color: #d5da2a;
}
/*# sourceMappingURL=https://stb-popp.de/wp-content/build/scss_library/06a988603c1ae0580ef005e4644c4f00a4fbfc44.css.map */