@media screen and (min-width: 768px) {
  .editor-styles-wrapper .hero + .section-highlight,
.hero + .section-highlight {
    -webkit-padding-before: calc(var(--section-space-m) * 2);
            padding-block-start: calc(var(--section-space-m) * 2);
  }
}

.editor-styles-wrapper .section-highlight__container,
.section-highlight__container {
  --_gap: var(--grid-gap);
  background-color: var(--secondary);
}
.editor-styles-wrapper .section-highlight__container .section-hightlight___grid,
.section-highlight__container .section-hightlight___grid {
  gap: var(--_gap);
}
.editor-styles-wrapper .section-highlight__container .section-highlight__content-wrapper,
.section-highlight__container .section-highlight__content-wrapper {
  padding-block: var(--section-space-m);
  -webkit-padding-end: var(--section-space-m);
          padding-inline-end: var(--section-space-m);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 959px) {
  .editor-styles-wrapper .section-highlight__container .section-highlight__content-wrapper,
.section-highlight__container .section-highlight__content-wrapper {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
.editor-styles-wrapper .section-highlight__container .section-highlight__content-wrapper .section-intro1__headline,
.section-highlight__container .section-highlight__content-wrapper .section-intro1__headline {
  font-weight: var(--font-weight-regular);
  word-wrap: normal;
}
.editor-styles-wrapper .section-highlight__container .section-highlight__content-wrapper .wp-block-buttons,
.section-highlight__container .section-highlight__content-wrapper .wp-block-buttons {
  -webkit-margin-before: var(--card-content-gap);
          margin-block-start: var(--card-content-gap);
}
.editor-styles-wrapper .section-highlight__container .section-highlight__media-wrapper,
.section-highlight__container .section-highlight__media-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--content-gap);
  -webkit-padding-after: var(--section-space-m);
          padding-block-end: var(--section-space-m);
}
@media (max-width: 959px) {
  .editor-styles-wrapper .section-highlight__container .section-highlight__media-wrapper,
.section-highlight__container .section-highlight__media-wrapper {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.editor-styles-wrapper .section-highlight__container .section-highlight__media-wrapper > figure,
.section-highlight__container .section-highlight__media-wrapper > figure {
  -webkit-margin-before: calc(var(--section-space-m) * -1 / 2);
          margin-block-start: calc(var(--section-space-m) * -1 / 2);
  -webkit-margin-after: 0;
          margin-block-end: 0;
  overflow: hidden;
  width: 100%;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.editor-styles-wrapper .section-highlight__container .section-highlight__media,
.section-highlight__container .section-highlight__media {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* Zentriert den sichtbaren Teil des Bildes */
  inset: 0;
}