.elementor-291 .elementor-element.elementor-element-b6075a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-291 .elementor-element.elementor-element-b6075a7:not(.elementor-motion-effects-element-type-background), .elementor-291 .elementor-element.elementor-element-b6075a7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor5 );}.elementor-291 .elementor-element.elementor-element-b6075a7 > .elementor-shape-top .elementor-shape-fill, .elementor-291 .elementor-element.elementor-element-b6075a7 > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:var( --e-global-color-secondary );}.elementor-291 .elementor-element.elementor-element-b6075a7 > .elementor-shape-bottom .elementor-shape-fill, .elementor-291 .elementor-element.elementor-element-b6075a7 > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-secondary );}/* Start custom CSS for html, class: .elementor-element-c43955c */.speisekarte .menu-item,
.getraenkekarte .menu-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
  width: 100%;
}

.menu-item span {
  flex: 1 1 70%;
  word-break: break-word;
  padding-right: 0.5em;
}

.menu-item strong {
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}

@media (max-width: 480px) {
  .menu-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-item strong {
    margin-top: 0.2em;
    text-align: left;
  }
}
nav ul {
  display: flex;
  gap: 1.5em;         /* Abstand zwischen den Punkten */
  list-style: none;   /* keine Aufzählungszeichen */
  padding: 0;
  margin: 0;
}

nav ul li {
  display: inline;    /* oder flex, je nach Theme */
}

nav ul li a {
  text-decoration: none;
}/* End custom CSS */