/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.wm-lottie-hinweis  {
    -webkit-filter: brightness(0%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
            filter: brightness(0%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.wochenmenue-block {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}

.wochenmenue-block h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
}

.wochenmenue-block .wm-aktuell {
  font-weight: normal;
  font-size: 1rem;
  color: #177b4e;
}

.wochenmenue-block .wm-naechste {
  font-weight: normal;
  font-size: 1rem;
  color: #0073aa;
}

.wochenmenue-table-wrapper {
  overflow-x: auto;
}

.wochenmenue-tabelle {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}

.wochenmenue-tabelle th,
.wochenmenue-tabelle td {
  border: 1px solid #ccc;
  padding: 0.5rem 0.75rem;
  text-align: left;
  vertical-align: top;
}

.wochenmenue-tabelle th {
  background-color: #f5f5f5;
  font-weight: 600;
}

.wochenmenue-tabelle td.gericht {
  width: 20%;
}

.wochenmenue-tabelle td.price {
  white-space: nowrap;
}

.wochenmenue-tabelle .scroll-spacer {
    width: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    height: 1px;
    overflow: hidden;
}

.wochenmenue-tabelle .scroll-spacer td {
  min-height: 1px;
  border: none !important;
  padding: 0 !important;
  background-color: transparent !important;
}

/* Responsive Table für kleinere Screens */
@media (max-width: 1200px) {
  .wochenmenue-block {
    padding: 1rem 0;
  }

  .wochenmenue-block h2 {
    padding: 0 1rem;
    font-size: 1.2rem;
  }
  .wochenmenue-tabelle,
  .wochenmenue-tabelle thead,
  .wochenmenue-tabelle tbody,
  .wochenmenue-tabelle th,
  .wochenmenue-tabelle td,
  .wochenmenue-tabelle tr {
    display: block;
    width: 100%;
  }

  .wochenmenue-tabelle th {
    text-transform: uppercase;
    height: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    line-height: 2rem;
  }

  .wochenmenue-tabelle thead {
    display: none;
  }

  .wochenmenue-tabelle tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 0 1rem;
  }

  .wochenmenue-tabelle tr {
    width: 80%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 1rem;
    background-color: #fafafa !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .wochenmenue-tabelle tr:first-of-type {
    margin-left: 1rem !important;
  }

  .wochenmenue-tabelle td {
    border: none;
    position: relative;
    min-height: 2.2rem;
    background-color: #fafafa !important;
    padding-top: 1rem;
  }

  .wochenmenue-tabelle td.gericht {
    border-bottom: 1px dotted #000;
    width: 70% !important;
  }

  .wochenmenue-tabelle td.price {
    border-bottom: 1px dotted #000;
    width: 30% !important;
    text-align: right;
  }
  
  .wochenmenue-tabelle td.veggie {
    border: none !important;
  }

  .wochenmenue-tabelle td::before {
    content: attr(data-label);
    position: absolute;
    left: 0.75rem;
    top: 0.5rem;
    width: 35%;
    font-weight: bold;
    white-space: nowrap;
    color: #555;
  }

  .plan-footer {
    padding: 0 1rem;
  }
}

.wm-zusatzstoffe-listen ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 0.5rem;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: .9rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1rem;
}

@media screen and (max-width: 1100px) {
  .wm-zusatzstoffe-listen ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wm-zusatzstoffe {
    font-size: 0.9em;
    font-style: italic;
    color: #666;
}

.empty-plan {
  text-align: center;
}

.plan-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.05rem;
}

p.pdf-download a {
  color: var(--e-global-color-3202126);
  text-decoration: none;
}

p.pdf-download a:hover,
p.pdf-download a:focus,
p.pdf-download a:focus-visible,
p.pdf-download a:active {
  color: var(--e-global-color-bd7b7f3);
}


.pdf-download svg {
    width: 2em;
    height: 2em;
    vertical-align: middle;
    margin-right: 0.4em;
    fill: currentColor;
}


@media screen and (max-width: 880px) {
  .plan-footer {
    display: block;
    font-size: 1rem;
    text-align: center;
  }

  p.pdf-download a {
    background-color: var(--e-global-color-bd7b7f3);
    color: #fff;
    font-size: 1rem;
    border-radius: 0px;
    padding: 12px;
    display: inline-block;
    width: calc(100% - 0rem);
    border-radius: 999px;
    font-weight: 500;
  }

  p.pdf-download a:hover,
  p.pdf-download a:focus,
  p.pdf-download a:focus-visible,
  p.pdf-download a:active {
    background-color: var(--e-global-color-3202126);
    color: #fff;
  }


  .dessert {
    margin-bottom: 0.5rem;
  }
}

.wochenmenue-tabelle tr.heute {
  border: 2px solid var(--e-global-color-bd7b7f3);
}

.wochenmenue-tabelle tr.heute th,
.wochenmenue-tabelle tr.heute td {
    background-color: #8e8a1f1a !important;
}

@media screen and (max-width: 1200px) {
  .wochenmenue-tabelle tr.heute {
    border: 2px solid var(--e-global-color-bd7b7f3);
    background-color: #8e8a1f1a !important;
  }

  .wochenmenue-tabelle tr.heute th {
    background-color: #8e8a1f2e;
  }
  .wochenmenue-tabelle tr.heute td {
      background-color: transparent !important
  }

} 