.modal_team .team_bild {
  width: 100%;
  height: auto;
  margin-top: 40px;
}
.modal_team h2 {
  font-size: 1.5rem;
  padding-top: 40px;
}
.modal_team .linkedIn {
  display: inline-block;
  width: 40px;
}
.modal_team p {
  margin-bottom: 1.3em;
}
.start_potential_card_element_wrap.noafter::after {
  display: none;
}
.start_potential_card_element_wrap.noafter {
  width: 100%;
}
.noafter h2 {
  display: inline-block;
}
.team .card_item {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.team-card {
  background-color: #eee;
  height: 100%;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  min-height: 300px;
}
.team-card .card_img {
  margin-left: auto;
  margin-right: auto;
}
.team-card .card_untertitel {
  text-align: center !important;
}
.card_link {
  outline: none;
}
.card_link:hover .team-card {
  background-color: #ddd;
}

@media (max-width: 767px) {
  .modal_team .team_bild {
    margin-top: 0;
    width: 80%;
  }
  .modal_team h2 {
    padding-top: 20px;
  }
  .modal_team p {
    margin-bottom: 1em;
  }
  .team_filter_btn img {
    display: none;
  }
  .team_filter_btn {
    width: 33.333%;
    text-align: left;
  }
  .filters-button-group .button-group {
    padding-bottom: 15px;
  }
  .page-template-template_team_neu #inner {
    margin-top: 0;
  }
}