#json-aus-api {
  width: 100%;
  overflow: visible;
}

.menu-section {
  position: relative;
}

.menu-section.is-light {
  background: transparent;
  color: inherit;
  padding: 40px 0;
}

/* Dunkler Block mit echter Vollbreite */
.menu-section.is-dark {
  position: relative;
  color: #fff;
  width: 100vw;
  max-width: none;
  left: 50%;
  right: auto;
  margin-left: -50vw;
  margin-right: 0;
  padding: 0 20px 120px;
  box-sizing: border-box;
  overflow: visible;
}

/* Schwarze Fläche beginnt erst unter dem oberen Bogen
   und endet vor dem unteren Bogen */
.menu-section.is-dark::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  bottom: 120px;
  background: #000;
  z-index: 0;
}

/* Inhalt liegt über der schwarzen Fläche */
.menu-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 120px;
}

/* Überschriften / Inhalte */
.menu-headline {
  margin: 0 0 20px 0;
  color: inherit;
}

.menu-item {
  max-width: 850px;
  margin: 0 auto 22px auto;
}

.menu-item-title {
  font-weight: 700;
  font-size: 20px;
}

.menu-item-text {
  margin-top: 6px;
  line-height: 1.5;
  white-space: pre-line;
}

.menu-item-price {
  margin-top: 8px;
  font-weight: 700;
}
.menu-item:last-child {
  margin-bottom: 50px;
}

/* Bogen allgemein */
.menu-bogen {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 1;
  transform: none;
  pointer-events: none;
}

.menu-bogen svg {
  display: block;
  width: 100%;
  height: auto;
}

/* Oberer Bogen */
.menu-bogen.menu-bogen-top {
  top: 0;
}

/* Unterer Bogen */
.menu-bogen.menu-bogen-bottom {
  top: auto;
  bottom: -20px;
}

/* Bogenfarbe über currentColor */
.menu-bogen.menu-bogen-top svg,
.menu-bogen.menu-bogen-bottom svg {
  color: #000;
}
