body.single-restaurant {
    padding-top: 0;
    overflow: visible;
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.has-no-margin {
    margin-block-start: 0;
    margin: 0 auto;
}
.is-date-info {
    font-size: 32px !important;
    font-weight: 600;
}
.is-date-info br {
    display: none;
}
.is-open-info p {
    font-size: 16px !important;
    margin-block-start: 0;
}

p.wk-feiertag-text {
    text-align: center;
    font-size: 16px!important;
    padding-top: 15px;
}
/* ===========================
   Desktop / Mobile Visibility
=========================== */
.wochenkarte-desktop { display: block; }
.wochenkarte-mobile  { display: none; }

.logomobile{
    display: none!important;
}
.hidedesktop{
    display: block!important
}
/* ===========================
   Kategorie-Borders
=========================== */
.wochenkarte-kategorie--meat,           .wk-cat-meat           { border-top: 5px solid #666; }
.wochenkarte-kategorie--veggie,         .wk-cat-veggie         { border-top: 5px solid #884292; }
.wochenkarte-kategorie--aktionsgericht, .wk-cat-aktionsgericht { border-top: 5px solid #f8af30; }
.wochenkarte-kategorie--fresh,          .wk-cat-fresh          { border-top: 5px solid #3fa535; margin-top: 20px; }
.wochenkarte-kategorie--extras,         .wk-cat-extras         { border-top: 5px solid #0074a6; }

.wochenkarte-kategorie.wochenkarte-kategorie--meat           { color: #666; }
.wochenkarte-kategorie.wochenkarte-kategorie--veggie         { color: #884292; }
.wochenkarte-kategorie.wochenkarte-kategorie--aktionsgericht { color: #f8af30; }
.wochenkarte-kategorie.wochenkarte-kategorie--fresh          { color: #3fa535; }
.wochenkarte-kategorie.wochenkarte-kategorie--extras         { color: #0074a6; }

.wochenkarte-zelle.heute {
    border-left: 5px solid #f9b030;
    border-right: 5px solid #f9b030;
}
.wochenkarte-zelle.wk-cat-meat.heute {
    border-top: 5px solid #f9b030;
}
/* Standardmäßig kein border-bottom bei meat und veggie */
.wochenkarte-zelle.wk-cat-meat.heute,
.wochenkarte-zelle.wk-cat-veggie.heute {
    border-bottom: 0;
}
/* Veggie bekommt border-bottom wenn kein Aktionsgericht */
.no-aktionsgericht .wochenkarte-zelle.wk-cat-veggie.heute {
    border-bottom: 5px solid #f9b030;
}
/* Aktionsgericht schließt den Rahmen ab */
.wochenkarte-zelle.wk-cat-veggie.heute {
    border-top: 5px solid #f9b030;
}
.wochenkarte-zelle.wk-cat-aktionsgericht.heute {
    border-bottom: 5px solid #f9b030;
}


/* ===========================
   Wrapper & Container
=========================== */
.wochenkarte-wrapper { width: 100%; margin-top: -80px; }
.wochenkarte-container {
    display: grid;
    grid-template-columns: 160px repeat(5, minmax(0, max-content));
    column-gap: 25px;
    row-gap: 0;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.zusatzstoffe-allergene-container {
    display: grid;
    grid-template-columns: 160px repeat(2, minmax(0, max-content));
    column-gap: 15px;
    row-gap: 0;
    align-items: flex-start;
    margin: 20px 0;
}


/* ===========================
   Wochentage & Header
=========================== */
.wk-head-empty {}
.wochenkarte-tag {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: #fff;
    padding: 0 5px;
    margin: 0 auto;
    position: relative;
    top: 15px;
    z-index: 1;
    font-size: 22px;
}
.wochenkarte-tag.vergangen {
    opacity: 1;
    color: #999;
}


/* ===========================
   Kategorien & Zellen
=========================== */
.wochenkarte-kategorie,
.wochenkarte-zelle {
    justify-content: flex-start;
}
.wochenkarte-kategorie {
    font-weight: bold;
    font-size: 18px;
    line-height: 0.6;
    white-space: pre-line;
    padding: 12px 5px;
}
.wochenkarte-zelle {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 10px;
    transition: border 0.2s ease;
}
.wochenkarte-zelle.wk-cat-meat { padding-top: 20px; }

.wochenkarte-zelle.wk-cat-meat.vergangen,
.wochenkarte-zelle.wk-cat-veggie.vergangen,
.wochenkarte-zelle.wk-cat-aktionsgericht.vergangen { opacity: 0.25; }


/* ===========================
   Gericht Content — meat / veggie / aktionsgericht
=========================== */
.wk-cat-meat .wk-gericht,
.wk-cat-veggie .wk-gericht,
.wk-cat-aktionsgericht .wk-gericht {
    position: relative;
    text-align: left;
    flex-grow: 1;
}


/* ===========================
   Gericht Content — fresh & extras (eine Zeile)
=========================== */
.wk-cat-fresh .wk-gericht .wk-content,
.wk-cat-extras .wk-gericht .wk-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    flex-wrap: nowrap;
    line-height: 1.3;
}
.wk-cat-fresh .wk-gericht .wk-title,
.wk-cat-extras .wk-gericht .wk-title {
    text-align: left;
    flex-shrink: 0;
    min-width: 200px;
}
.wk-cat-fresh .wk-gericht .wk-desc,
.wk-cat-extras .wk-gericht .wk-desc {
    display: inline;
    text-align: center;
    flex: 1;
    padding: 0;
}
.wk-cat-fresh .wk-gericht .wk-preis,
.wk-cat-extras .wk-gericht .wk-preis {
    text-align: right;
    flex-shrink: 0;
    white-space: nowrap;
    margin-top: 0;
}
.wk-cat-fresh .wk-deklaration-list,
.wk-cat-extras .wk-deklaration-list {
    display: inline;
    white-space: nowrap;
}


/* ===========================
   Preis-Divider
=========================== */
.wk-preis-divider {
    color: #ccc;
    margin: 0 4px;
    font-weight: normal;
}


/* ===========================
   Deklaration allgemein
=========================== */
.wk-deklaration-list {
    display: block;
    font-size: 0.8em;
    color: #999;
    margin-top: 2px;
    line-height: 1.4;
}
.wk-empty {}
.wk-title {
    font-weight: bold;
    margin-bottom: 2px;
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
}
.spalte-zusatzstoffe .wk-title,
.spalte-allergene .wk-title { padding-top: 5px; }
.wk-desc {
    font-size: 16px;
    text-align: center;
    padding: 6px 0;
    display: inline-block;
}
.wk-meta  { font-size: small; line-height: 1.3; text-align: center; }
.wk-preis {
    font-weight: bold;
    font-size: 14px;
    margin-top: 3px;
    text-align: center;
        min-width: 260px;
    white-space: nowrap;
}
.wk-cat-meat .wk-preis,
.wk-cat-veggie .wk-preis,
.wk-cat-aktionsgericht .wk-preis { font-size: 18px; }
.wk-gericht.fresh,
.wk-gericht.extras { text-align: center; font-size: 16px; }
span.wk-feiertag-text {
    font-size: 16px;
}

/* ===========================
   Deklaration / Zusatzstoffe
=========================== */
.spalte-allergene, .spalte-zusatzstoffe {
    border-top: 3px solid #666;
}
.unterspalten {
    font-size: 0.8rem;
    display: grid;
    gap: 5px;
    padding: 10px 0;
    justify-items: start;
    align-items: start;
    grid-template-columns: repeat(4, 1fr);
}
.unterspalte {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.unterspalte br{
    display: none;
}
.unterspalte strong {
    min-width: 30px;
    display: inline-block;
    text-align: right;
    padding-right: 6px;
}

/* Inline-Kürzel im Gericht (abbr-Tooltips) */
.wk-deklaration {
    position: relative;
    text-decoration: underline dotted;
    cursor: help;
    font-style: normal;
}
.wk-allergen    { color: #000; }
.wk-zusatzstoff { color: #000; }

.wk-deklaration::after {
    content: attr(title);
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    background: #1c1b19;
    color: #cdccca;
    font-size: 0.75rem;
    white-space: nowrap;
    padding: 4px 8px;
    border-radius: 4px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 180ms ease;
    z-index: 100;
}
.wk-deklaration:hover::after,
.wk-deklaration:focus::after {
    opacity: 1;
}


/* ===========================
   Status & Highlights
=========================== */
.vergangen { opacity: 0.5; }
.heute     { background: #f8af3012; }
.wk-heute {
    border-top: 3px solid #ffa000;
    border-left: 3px solid #ffa000;
    border-right: 3px solid #ffa000;
}
.wochenkarte-tag.heute { background: #fff; }
.montag-highlight   { background: #4caf50 !important; color: white !important; }
.nicht-waehlbar     { background: #f0f0f0 !important; cursor: not-allowed !important; }
.readonly-disabled  { background: #f5f5f5 !important; color: #666 !important; }
.feiertag { font-size: 15px; }


/* ===========================
   Flex Wrapper
=========================== */
.spalten-wrapper { display: flex; gap: 20px; }
.spalte-haupt    { flex: 1; }


/* ===========================
   Extras / Fresh Styles (Legacy-Klassen)
=========================== */
.wochenkarte-fresh {
    margin-top: 25px;
    padding: 10px 12px;
    background: #f5f5f5;
    border-left: 4px solid #7cb342;
}
.wk-fresh-label { font-size: 1.05em; }
.wochenkarte-extras {
    margin-top: 15px;
    padding: 10px 12px;
    background: #fff8e1;
    border-left: 4px solid #ffa000;
}
.wk-extras-label { font-size: 1.05em; }
.wk-inline-preis { font-weight: bold; }
.zusatzstoffe-allergene-container { display: none; }


/* ===========================
   Responsive
=========================== */
@media (max-width: 1550px) {
    .unterspalten { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1350px) {
    .unterspalten { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1200px) {
    .wk-title { padding-left: 5px; font-size: 16px; hyphens: auto; }
    .wochenkarte-container { column-gap: 5px; grid-template-columns: 120px repeat(5, 1fr); }
    .wochenkarte-tag { font-size: 20px; }
    .wochenkarte-kategorie { font-size: 14px; }
    .wk-cat-fresh .wk-gericht, .wk-cat-extras .wk-gericht, .wk-desc { font-size: 14px; }
    .zusatzstoffe-allergene-container { grid-template-columns: 120px repeat(2, minmax(0, max-content)); }
    .wk-cat-meat .wk-preis, .wk-cat-veggie .wk-preis, .wk-cat-aktionsgericht .wk-preis { font-size: 14px; }
}


/* ===========================
   Mobile Layout
=========================== */
@media (max-width: 1024px) {
    .mobilefullheight { min-height: auto; height: 100%; }
    .desktoplogo { display: none; }
    .is-layout-flow > .alignright { margin-inline-start: 0; margin-inline-end: 0; }
    .wochenkarte-desktop { display: none; }
    .wochenkarte-mobile  { display: block; margin-top: 20px; }

    .wk-day-block { margin-bottom: 30px; padding-top: 10px; }

    .wochenkarte-tag {
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 22px;
        top: 0;
        margin-bottom: 0;
    }
    .wk-day-block.heute .wochenkarte-tag { background: #fff; }
    .wk-day-block.vergangen              { display: none; }

    .wochenkarte-kategorie {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        padding: 12px 5px;
        margin-top: 10px;
    }

    .wk-cat-meat.wochenkarte-zelle,
    .wk-cat-veggie.wochenkarte-zelle,
    .wk-cat-aktionsgericht.wochenkarte-zelle,
    .wk-cat-fresh.wochenkarte-zelle,
    .wk-cat-extras.wochenkarte-zelle    { border-top: 0; }

    /* Mobile: fresh & extras zurück auf Spalten-Layout */
    .wk-cat-fresh .wk-gericht .wk-content,
    .wk-cat-extras .wk-gericht .wk-content {
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }
    .wk-cat-fresh .wk-gericht .wk-title,
    .wk-cat-extras .wk-gericht .wk-title  { text-align: center; }
    .wk-cat-fresh .wk-gericht .wk-preis,
    .wk-cat-extras .wk-gericht .wk-preis  { text-align: center; }

    .wk-gericht               { text-align: center; padding: 12px 10px; }
    .wk-gericht .wk-title     { font-weight: bold; font-size: 18px; margin-bottom: 4px; }
    .wk-gericht .wk-desc      { font-size: 16px; text-align: center; width: 100%;}
    .wk-gericht .wk-preis     { font-weight: bold; font-size: 16px; text-align: center; margin-top: 3px; }

    p { padding: 0 !important; }

    .wk-day-block.heute {
        background: none;
        border: 5px solid #ffa000;
        padding: 10px;
    }
    .wk-day-block.zukunft {
        border: 5px solid #ccc;
        background: none;
        padding: 10px;
        margin-top: 40px;
    }

    .wochenkarte-kategorie--fresh, .wk-cat-fresh { margin-top: 0; }
    .wochenkarte-zelle.wk-cat-meat                { padding-top: 0; }
    .wk-cat-meat .wk-gericht, .wk-cat-veggie .wk-gericht, .wk-cat-aktionsgericht .wk-gericht { min-height: auto; }
    .wochenkarte-zelle                            { padding: 0 10px 10px 10px; }

    .wk-deklaration::after {
        white-space: normal;
        max-width: 160px;
        text-align: center;
    }
    
    .hidedesktop{
        display: none!important
    }
    .logomobile{
        display: block!important;
        max-width: 250px!important;
        width: 250px!important;
    }
}


@media (max-width: 768px) {
    .zusatzstoffe-allergene-container {
        display: flex;
        grid-auto-flow: row;
        flex-direction: column;
    }
    .wk-day-block        { padding: 10px 0; margin-bottom: 10px; }
    .wochenkarte-tag     { font-size: 1.2em; margin-bottom: 6px; }
    .wochenkarte-kategorie { font-size: 16px; padding: 8px 5px; margin-top: 10px; }
    .wk-gericht .wk-title { font-size: 16px; }
    .wk-gericht .wk-desc  { font-size: 16px; }
    .wk-gericht .wk-preis { font-size: 14px; }
    
}