/**
* Block Name: team
*/

section.team {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

section.team .row {
  row-gap: 30px;
  align-items: stretch;
}

section.team .card_frame {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section.team .img_frame {
  max-height: 295px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

section.team .person_card {
  border-radius: 5px;
  position: relative;
  background: #e2f2d981;
}

section.team .person_card .person_name,
section.team .person_card .person_kontakt {
  padding: 20px 30px 20px 30px;
}

section.team .person_card .person_name {
  border-bottom: 2px solid #74c0441e;
}

section.team .person_card .person_name h4 {
  margin-bottom: 10px;
}

section.team .person_card .person_name p {
  color: #6f6f6f;
  font-size: 1.5rem;
  margin-bottom: 0;
}

section.team .person_card .person_kontakt a {
  color: #6f6f6f;
  padding-top: 10px;
  font-weight: 300;
  min-height: 35px;
}

section.team .person_card .person_kontakt a:hover {
  color: #73c640;
}

section.team .person_card .person_kontakt a span {
  margin-left: 15px;
}

section.team .person_card .person_kontakt a svg {
  position: relative;
  top: 3px;
}

section.team .person_card .person_kontakt a:hover svg path {
  fill: #73c640;
}

@media (min-width: 1440px) {
  section.team .img_frame {
    max-height: 420px;
  }
}

@media (max-width: 992px) {
  section.team .row {
    row-gap: 30px;
  }

  section.team .img_frame {
    max-height: 350px;
    object-position: 50% 40%;
  }
}

@media (max-width: 576px) {
  section.team .person_card .person_name,
  section.team .person_card .person_kontakt {
    padding: 20px;
  }

  section.team .card_frame .person_details {
    min-height: fit-content;
  }

  section.team .card_frame .img_wrapper {
    bottom: 30px;
  }
}
