#team {
  color: white;
  background-color: var(--gray1);
}
#team .container {
  max-width: 1168px;
}
#team .left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#team .left .icon-links a::before {
  background-color: white;
}
#team .team-header {
  aspect-ratio: 2 / 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding: min(48px, 5vw);
  min-height: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#team .team-header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
#team .team-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}
#team .team-header h1 {
  margin: 0;
  position: relative;
  z-index: 2;
  max-width: 640px;
  font-size: clamp(40px, 5.5vw, 64px);
}
#team .half-half .container {
  border-top: 0px !important;
}
#team .half-half .t1 {
  color: var(--orange1);
}
#team h3 {
  margin: 0;
}
#team ul.auszeichnungen {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 48px;
}
#team ul.auszeichnungen li {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 0;
}
#team ul.auszeichnungen li div {
  max-width: 460px;
}
#team ul.auszeichnungen li::before {
  content: "";
  background-image: url("/wp-content/themes/fsm/partials/sportrecht-team/img/check.svg");
  width: 32px;
  height: 32px;
  margin: 0;
}
#team ul.publications {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  gap: 16px;
}
#team ul.publications li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#team ul.publications li.hide {
  display: none;
}
#team ul.publications li::before {
  position: absolute;
}
/*# sourceMappingURL=https://www.fsm.law/wp-content/build/scss_library/1612747748f00da65281bc27b3797836a4041162.css.map */