/**
* Block Name: team_detail
*/

section.team_detail .card {
  border: 0px;
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
  background-color: rgba(224, 224, 224, 0.5);
  margin-top: 23px;
  margin-bottom: 15px;
  padding: 15px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 8px 30px 0px #8a8a8a14, 0px 4px 6px 0px #8a8a8a14, 0px 1px 2px 0px #8a8a8a14;
  box-shadow: 0px 8px 30px 0px #8a8a8a14, 0px 4px 6px 0px #8a8a8a14, 0px 1px 2px 0px #8a8a8a14;
  transition: all 0.5s ease;
}

section.team_detail .card.hov_akkordeon {
  background-color: #fff;
}

section.team_detail .card:hover {
  border-bottom: 1px solid #e13a3e;
}

/* section.team_detail .card:last-child {
  border-bottom: 1px solid #e0e0e0;
} */

section.team_detail .card .card-header {
  background: transparent;
  border: 0px;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.team_detail .card .card-header h3 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section.team_detail .card:hover .card-header h3 {
  color: #e13a3e;
}

section.team_detail .card a.card-header {
  text-decoration: none !important;
}

section.team_detail .card a.card-header:not(.collapsed) h3 {
  color: #e13a3e;
}

section.team_detail .card a.card-header .arrow::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8L6 14L7.41 15.41L12 10.83L16.59 15.41L18 14L12 8Z' fill='black'/%3E%3C/svg%3E%0A");
}

section.team_detail .card a.card-header.collapsed .arrow::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.59 8.58984L12 13.1698L7.41 8.58984L6 9.99984L12 15.9998L18 9.99984L16.59 8.58984Z' fill='black'/%3E%3C/svg%3E%0A");
}
