/* Speisekarten-Navigation Styles */
.ankerpunkte ul {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.ankerpunkte ul::-webkit-scrollbar {
    display: none;
}

.ankerpunkte li {
    margin-right: 20px;
    font-weight: bold;
}
.ankerpunkte a {
    color: #7e0403;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    border-right: 1px solid #e9e9e9;
    padding-right: 12px;
    padding-left: 12px;
    margin-left: -20px;
    line-height: 18px;
    flex-wrap: wrap;
}

.ankerpunkte a svg {
    width: 27px;
    height: 35px;
    margin-right: 8px;
    fill: currentColor;
}

li.menuweiter {
    position: absolute;
    right: 0px;
    font-family: etmodules;
    background: #ece8e4;
    margin-right: 0px;
    height: 100%;
    line-height: 1;
    top: 0px !important;
    font-size: 23px;
    color: #7e0403;
    width: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

li.lastmenupoint {
    padding-right: 80px;
}

.ankerpunkte li {
    list-style: none;
}

.ankerpunkte a {
    padding-right: 22px;
    padding-left: 22px;
}


/* Verstecke alle Angebotstabellen standardmäßig */
[id^="wcpt-"][id*="-angebote"],
[id^="wcpt-"][id*="montag"],
[id^="wcpt-"][id*="dienstag"],
[id^="wcpt-"][id*="mittwoch"],
[id^="wcpt-"][id*="donnerstag"],
[id^="wcpt-"][id*="freitag"],
.wcpt-table-scroll-wrapper-outer:has(table[id^="wcpt-"][id*="-angebote"]),
.wcpt-table-scroll-wrapper-outer:has(th:contains("montag")),
.wcpt-table-scroll-wrapper-outer:has(th:contains("dienstag")),
.wcpt-table-scroll-wrapper-outer:has(th:contains("mittwoch")),
.wcpt-table-scroll-wrapper-outer:has(th:contains("donnerstag")),
.wcpt-table-scroll-wrapper-outer:has(th:contains("freitag")) {
    display: none !important;
}

/* Zeige aktive Tagesangebote an */
.show-daily-special {
    display: block !important;
}

.wcpt-responsive-navigation {
    display: none !important;
}
.ankerpunkte a.ds-menu-active {
    background: #7e0403;
    color: #fff;
}

.ankerpunkte a.ds-menu-active:before {
    filter: invert(100%);
}

.menu-icon {
    width: 100% !important;
    height: 35px;
    margin-right: 8px;
    display: block !important;
    text-align: center;
    margin: 0 auto;
}

.ds-menu-active .menu-icon {
    filter: invert(100%); /* Für weiß im aktiven Zustand */
}