.textbild .textbild__wrapper.textbild--reverse {
  flex-direction: row-reverse;
}
.textbild__wrapper {
  display: flex;
  align-items: center;
  gap: 20px 72px;
  flex-wrap: wrap;
  padding: 62px 0;
}
.textbild__wrapper:first-child {
  padding-top: 0px;
}
.textbild__wrapper + .textbild__wrapper {
  padding-top: 0px;
}
.textbild__content {
  flex: 1 420px;
}
.textbild__content-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.textbild__image {
  flex: 1 420px;
}
.textbild__image figure {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 427px;
  border-radius: 48px;
  overflow: hidden;
}
.textbild__image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1536px) {
  .textbild__image figure {
    border-radius: 48px;
  }
}
@media screen and (max-width: 1279px) {
  .textbild__image figure {
    border-radius: 38px;
  }
}
@media screen and (max-width: 1023px) {
  .textbild__image figure {
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  .textbild__image figure {
    border-radius: 22px;
  }
}
@media screen and (max-width: 520px) {
  .textbild__image figure {
    border-radius: 20px;
  }
}
@supports (font-size: clamp(1px, 2vw, 3px)) {
  .textbild__image figure {
    border-radius: clamp(20px, 3vw, 48px);
  }
}

@media screen and (max-width: 1023px) {
  .textbild__wrapper {
    padding: 32px 0;
  }
}
.wp-block h2.block-editor-rich-text__editable {
  margin: 0;
}
.wp-block p.block-editor-rich-text__editable {
  margin: 0;
}
.wp-block .textbild__image {
  position: relative;
}
.wp-block .textbild__image button.components-button.is-secondary {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
}
.wp-block .textbild__image button.components-button.is-secondary:hover {
  background: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
  color: var(--wp-components-color-accent-inverted, #fff);
}