.editor-styles-wrapper .section-schematischer-aufbau,
.section-schematischer-aufbau {
  -webkit-padding-before: calc(var(--section-space-m) * 2);
          padding-block-start: calc(var(--section-space-m) * 2);
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.editor-styles-wrapper .section-schematischer-aufbau .schematischer-aufbau,
.section-schematischer-aufbau .schematischer-aufbau {
  display: grid;
  grid-template-columns: var(--grid-auto-2);
  background-color: var(--secondary);
  gap: 0;
}
.editor-styles-wrapper .section-schematischer-aufbau .schematischer-aufbau__media,
.section-schematischer-aufbau .schematischer-aufbau__media {
  position: relative;
}
.editor-styles-wrapper .section-schematischer-aufbau .schematischer-aufbau__media figure,
.section-schematischer-aufbau .schematischer-aufbau__media figure {
  -webkit-margin-before: calc(var(--section-space-m) * -2);
          margin-block-start: calc(var(--section-space-m) * -2);
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.editor-styles-wrapper .section-schematischer-aufbau .schematischer-aufbau__content,
.section-schematischer-aufbau .schematischer-aufbau__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: var(--section-space-m);
  -webkit-padding-start: calc(var(--grid-gap) / 2);
          padding-inline-start: calc(var(--grid-gap) / 2);
  -webkit-padding-end: var(--card-padding);
          padding-inline-end: var(--card-padding);
}
@media (max-width: 904px) {
  .editor-styles-wrapper .section-schematischer-aufbau .schematischer-aufbau__content,
.section-schematischer-aufbau .schematischer-aufbau__content {
    padding-inline: var(--card-padding);
  }
}

.schematischer-aufbau__media img {
  width: 100%;
}