.team-bubble {
  display: flex;
  align-items: center;
  max-width: 490px;
  gap: 40px;
}
@media (max-width: 1279px) {
  .team-bubble {
    width: 100%;
  }
}
.team-bubble .contact-links {
  display: flex;
  gap: 16px;
}
.team-bubble .contact-links a {
  display: block;
}
.team-bubble .contact-links .team-link {
  display: flex;
  flex-direction: column;
  max-width: 250px;
}
.team-bubble .contact-links .team-link .name {
  color: var(--gray2);
  font-weight: 600;
}
.team-bubble .contact-links .team-link .berufstitel {
  font-family: "Graublau Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray3);
}
@media (max-width: 640px) {
  .team-bubble.special {
    flex-direction: column;
    gap: 24px;
  }
}
.team-bubble.special .contact-links {
  flex-direction: column;
}
@media (max-width: 640px) {
  .team-bubble.special .contact-links {
    text-align: center;
    align-items: center;
  }
}
.team-bubble.special .img-link {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.team-bubble.special .img-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-bubble.special .name {
  font-family: "Graublau Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  /* identical to box height, or 34px */
  font-feature-settings: "pnum" on, "lnum" on;
}
@media (max-width: 767px) {
  .team-bubble.special .name {
    font-family: "Graublau Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 130%;
    /* identical to box height, or 30px */
    font-feature-settings: "pnum" on, "lnum" on;
  }
}
.team-bubble.normal {
  margin-bottom: 16px;
}
@media (max-width: 1279px) {
  .team-bubble.normal {
    max-width: 370px;
  }
}
.team-bubble.normal .contact-links {
  flex-direction: row-reverse;
}
.team-bubble.special + .normal {
  margin-top: 80px;
}
/*# sourceMappingURL=https://fsm.kniff.at/wp-content/build/scss_library/c742e23182978abbe7c10fe4772fbf80e16dec95.css.map */