.abbinder {
  text-align: center;
}
.abbinder .you {
  margin: 0;
  width: 100%;
  max-width: 520px;
}
.abbinder .button {
  margin: 32px 0 0;
}
.abbinder .contact {
  margin-top: 64px;
}
.abbinder .contact ul {
  display: flex;
  width: 100%;
  width: max-content;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.abbinder .contact ul li {
  width: 185px;
  max-width: 40vw;
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
}
.abbinder .contact ul li .img-link {
  display: block;
  width: 120px;
  height: 120px;
  max-width: 25vw;
  max-height: 25vw;
  border-radius: 120px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  overflow: hidden;
}
.abbinder .contact ul li .img-link img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.abbinder .contact ul li .team-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.abbinder .contact ul li .team-link .berufstitel {
  opacity: 0.64;
}
/*# sourceMappingURL=https://fsm.kniff.at/wp-content/build/scss_library/35b50794b2cebd728aa29c6b0d5349e270195222.css.map */