.fur-kandidaten.why-section {
  padding-top: 90px;
  padding-bottom: 60px;
}
.why-section.fur-kandidaten p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.team-member-social-media ul {
  display: flex;
  padding-left: 0;
  margin: 0;
}
.team-member-social-media li {
  list-style: none;
  padding-right: 10px;
}
.team-member-social-media li a img {
  width: 25px;
  transition: 0.3s;
}

.team-member-social-media li a img:hover {
  filter: invert(109%) sepia(94%) saturate(5000%) hue-rotate(0deg)
    brightness(69%) contrast(167%);
}




.team-member-text {
  padding-top: 30px;
}
.team-member-text p {
  font-size: 20px;
  line-height: 30px;
  color: #cd132d;
  font-weight: 700;
}
.team-member-bio h3 {
  font-size: 28px;
  line-height: 26px;
  padding-top: 25px;
  color: #929292;
  font-weight: 300;
}
.team-member-bio div {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
}

.team-member {
  position: relative;
  margin-bottom: 30px;
}
.team-member-social-media {
  padding-top: 15px;
  position: absolute;
  bottom: 0;
}
.team {
  margin-bottom: 90px;
}
.hero-section.uber-uns {
  /* background-image: url(/wp-content/uploads/2023/09/Page-8.png); */
}
.hero-section.karriere-bei-uns {
  /* background-image: url(/wp-content/uploads/2023/09/Page-9.png); */
}

.why_text--fur-kandidaten p {
  padding-bottom: 60px;
}

.why-section p:nth-child(2) {
  padding-bottom: 60px;
}

.page-template-karriere-bei-uns .job-post-box .job-post-content p {
  padding-bottom: 0;
  color: #a2a5a7;
}

/*.team-member-image {
  max-width: 70%;
}*/



@media (max-width: 1180px) {
  .team-member-bio h3 {
    font-size: 32px;
  }
  .team-member-bio div {
    font-size: 17px;
    line-height: 28px;
  }
  .team-member-text p {
    font-size: 17px;
    line-height: 27px;
  }
}

@media (max-width: 991px) {
  .team-member {
    margin-bottom: 30px;
  }
  .team {
    margin-bottom: 30px;
  }
  .why-section p:nth-child(2) {
    padding-bottom: 30px;
  }
}

