.textbild.textbild--heading {
  padding-top: 120px;
}
.textbild.textbild--heading .textbild__head {
  text-align: center;
  margin-bottom: 120px;
}
.textbild.textbild--heading .textbild__head h2 {
  margin-bottom: 20px;
}
.textbild .textbild__wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
}
.textbild .textbild__wrapper.textbild--reverse {
  flex-direction: row-reverse;
}
.textbild .textbild__wrapper.textbild--reverse.textbild--variant-2 {
  flex-direction: column-reverse;
}
.textbild .textbild__wrapper.textbild--reverse .textbild__image.textbild--imground {
  justify-content: flex-end;
}
.textbild .textbild__wrapper.textbild--reverse .textbild__video.textbild--videoround {
  justify-content: flex-end;
}
.textbild .textbild__wrapper.textbild--variant-2 {
  flex-direction: column;
  align-items: flex-start;
  gap: 70px 32px;
}
.textbild .textbild__wrapper.textbild--variant-2 .textbild__image {
  flex: auto;
  width: 100%;
}
.textbild .textbild__wrapper.textbild--variant-2 .textbild__video {
  flex: auto;
  width: 100%;
}
.textbild .textbild__wrapper.textbild--variant-2 .textbild__video video {
  height: 100%;
  aspect-ratio: 16/9;
  max-height: none;
}
.textbild__wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  width: 100%;
}
.textbild__content {
  flex: 1 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.textbild .textbild__text {
  width: 86.5%;
}
@media screen and (max-width: 863px) {
  .textbild .textbild__text {
    width: 100%;
  }
}
.textbild .textbild__text a[href*="mailto:"],
.textbild .textbild__text a[href*="tel:"] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 150%;
  padding-left: 32px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.textbild .textbild__text a[href*="mailto:"]::before,
.textbild .textbild__text a[href*="tel:"]::before {
  position: absolute;
  font-family: "icomoon";
  left: 0;
  top: 0;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.textbild .textbild__text a[href*="mailto:"]::before {
  content: "\e901";
  font-size: 28px;
}
.textbild .textbild__text a[href*="tel:"]::before {
  content: "\e916";
  font-size: 20px;
}
.textbild__image {
  display: flex;
  flex: 1 48%;
  width: 100%;
  overflow: hidden;
}
.textbild__image.textbild--imground {
  justify-content: flex-start;
}
.textbild__image.textbild--imground picture {
  width: -moz-max-content;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 756px;
}
.textbild__image.textbild--imground picture img {
  aspect-ratio: 1/1;
}
.textbild__image picture {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 756px;
  overflow: hidden;
}
.textbild__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textbild__video {
  display: flex;
  flex: 1 48%;
  width: 100%;
  display: flex;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#fff, #fff);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(#fff, #fff);
  mask-repeat: no-repeat;
  mask-size: cover;
}
.textbild__video.textbild--videoround {
  justify-content: flex-start;
}
.textbild__video.textbild--videoround video {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 756px;
  aspect-ratio: 1/1;
}
.textbild__video video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 756px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .textbild.textbild--heading {
    padding-top: 90px;
  }
  .textbild.textbild--heading .textbild__head {
    margin-bottom: 90px;
  }
  .textbild .textbild__wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .textbild.textbild--heading {
    padding-top: 70px;
  }
  .textbild.textbild--heading .textbild__head {
    margin-bottom: 70px;
  }
  .textbild .textbild__wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .textbild__content-inner {
    align-items: flex-start;
    gap: 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .textbild.textbild--heading {
    padding-top: 50px;
  }
  .textbild.textbild--heading .textbild__head {
    margin-bottom: 50px;
  }
  .textbild .textbild__wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .textbild .textbild__content {
    gap: 10px;
  }
}
@media screen and (max-width: 650px) {
  .textbild__image {
    flex: none;
    max-width: 100%;
  }
}