/*
Theme Name: Elbe Kebap House
Theme URI: https://elbekebaphouse.de
Author: Elbe Kebap House
Author URI: https://elbekebaphouse.de
Description: Modernes Restaurant-Theme für Elbe Kebap House - Alle Inhalte über Design → Customizer bearbeitbar. DSGVO-konform ohne Tracking. Voll responsive für Handy, Tablet, Fold und Desktop.
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elbe-kebap
Tags: restaurant, food, custom-menu, custom-logo, featured-images, full-width-template, theme-options, translation-ready
*/

:root{
  --green:#2D8C3C;--green-light:#34A853;--green-dark:#1e6b2a;
  --dark:#1a1a1a;--dark-soft:#2d2d2d;
  --cream:#faf7f2;--cream-dark:#f0ece4;
  --warm-gray:#8a8278;--text:#1a1a1a;--text-light:#5a5650;--white:#fff;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--cream);overflow-x:hidden;line-height:1.6}
h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
::selection{background:var(--green);color:#fff}

/* ==== TOP BAR ==== */
.top-bar{background:var(--dark);color:#fff;font-size:.875rem;padding:.5rem 1rem}
.top-bar-inner{max-width:80rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
.top-bar a{color:#fff;display:inline-flex;align-items:center;gap:.5rem;transition:color .3s}
.top-bar a:hover{color:var(--green-light)}

/* ==== HEADER (LEFT-ALIGNED LOGO + TEXT) ==== */
.header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:box-shadow .3s}
.header.scrolled{box-shadow:0 4px 20px rgba(0,0,0,.12)}
.header-inner{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:5rem}

/* Logo + Text - IMMER LINKSBÜNDIG, zusammen als Block */
.logo-link{display:inline-flex;align-items:center;gap:.75rem;transition:transform .3s;flex-shrink:0}
.logo-link:hover{transform:scale(1.02)}
.logo-img{height:2.75rem !important;width:auto !important;max-width:2.75rem !important;max-height:2.75rem !important;object-fit:contain;display:block}
.logo-text h1{font-size:1.15rem;font-weight:700;line-height:1.2;font-family:'Playfair Display',Georgia,serif}
.logo-text h1 span{color:var(--green)}
.logo-text p{font-size:.65rem;color:var(--warm-gray);letter-spacing:.1em;text-transform:uppercase;margin-top:2px}

/* Falls WordPress custom-logo verwendet wird - verstecke es, wir nutzen unser eigenes img */
.custom-logo-link{display:none !important}

/* Navigation */
.nav{display:flex;align-items:center;gap:.25rem}
.nav-link{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--text-light);transition:color .3s,background .3s;border:none;background:none;cursor:pointer}
.nav-link:hover,.nav-link.active{color:var(--green);background:rgba(45,140,60,.08)}
.btn-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--green);color:#fff;border-radius:.5rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:background .3s,transform .2s}
.btn-cta:hover{background:var(--green-dark);transform:translateY(-1px)}
.mobile-toggle{display:none;padding:.5rem;border:none;background:none;cursor:pointer;border-radius:.5rem}
.mobile-toggle:hover{background:#f5f5f5}
.mobile-menu{display:none;background:#fff;border-top:1px solid #f0f0f0;padding:1rem}
.mobile-menu.open{display:block;animation:fadeIn .2s}
.mobile-menu a,.mobile-menu button{display:block;width:100%;text-align:left;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;color:var(--text-light);border:none;background:none;cursor:pointer;text-decoration:none}
.mobile-menu a:hover{background:rgba(45,140,60,.05);color:var(--green)}

/* ==== HERO ==== */
.hero{position:relative;min-height:85vh;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(26,26,26,.9),rgba(26,26,26,.7),rgba(26,26,26,.4))}
.hero-content{position:relative;z-index:10;max-width:80rem;margin:0 auto;padding:5rem 1.5rem;width:100%}
.hero-inner{max-width:42rem;animation:fadeInUp .6s ease}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(45,140,60,.2);backdrop-filter:blur(8px);border:1px solid rgba(45,140,60,.3);border-radius:9999px;padding:.5rem 1rem;margin-bottom:2rem;color:var(--green-light);font-size:.875rem;font-weight:500}
.hero h1{font-size:3.5rem;font-weight:700;color:#fff;line-height:1.1;margin-bottom:1.5rem}
.hero h1 span{color:var(--green-light)}
.hero-desc{font-size:1.25rem;color:#d1d5db;margin-bottom:2rem;line-height:1.7}
.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}
.btn-hero-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--green);color:#fff;padding:1rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:500;border:none;cursor:pointer;transition:background .3s;box-shadow:0 8px 24px rgba(45,140,60,.25)}
.btn-hero-primary:hover{background:var(--green-dark)}
.btn-hero-secondary{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);backdrop-filter:blur(8px);color:#fff;padding:1rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:500;border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:background .3s}
.btn-hero-secondary:hover{background:rgba(255,255,255,.2)}
.hero-info{margin-top:3rem;display:flex;flex-wrap:wrap;gap:1.5rem}
.hero-info-item{display:flex;align-items:center;gap:.5rem;color:#d1d5db;font-size:.875rem}
.hero-info-item svg{color:var(--green-light);flex-shrink:0}

/* Special Hours Box (Hero) */
.hero-special-hours{margin-top:1.5rem;padding:1rem 1.25rem;background:rgba(45,140,60,.15);border:1px solid rgba(52,168,83,.35);border-radius:.75rem;backdrop-filter:blur(6px);color:#fff;max-width:42rem}
.hero-special-hours strong{color:var(--green-light);display:block;margin-bottom:.25rem;font-size:.95rem}
.hero-special-hours p{color:#e5e7eb;font-size:.9rem;line-height:1.5}

/* ==== SECTIONS ==== */
.section{padding:5rem 1.5rem}
.section-inner{max-width:80rem;margin:0 auto}
.section-white{background:#fff}
.section-cream{background:var(--cream)}
.section-center{text-align:center}
.section-label{color:var(--green);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}
.section-title{margin-top:.75rem;font-size:2.5rem;font-weight:700;color:var(--text)}
.section-title span{color:var(--green)}
.section-desc{margin-top:1rem;font-size:1.125rem;color:var(--warm-gray);max-width:42rem}
.section-center .section-desc{margin-left:auto;margin-right:auto}

/* Grand Opening */
.grand-opening-badge{display:inline-block;background:var(--green);color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem}
.grand-opening-title{font-size:2.5rem;font-weight:700;margin-bottom:2.5rem}
.grand-opening-text{max-width:48rem;margin:0 auto}
.grand-opening-text p{font-size:1.05rem;color:var(--text-light);line-height:1.8;margin-bottom:1.25rem}
.grand-opening-highlight{margin-top:2.5rem;background:var(--green);border-radius:1rem;padding:2rem;color:#fff;font-size:1.1rem;font-weight:600;line-height:1.7}
.grand-opening-sig{margin-top:2rem;font-size:1.25rem;font-family:'Playfair Display',serif;color:var(--text-light)}

/* Dishes Grid - EINHEITLICHE BILDGRÖSSEN */
.dishes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;max-width:80rem;margin-left:auto;margin-right:auto}
.dishes-grid--count-1{grid-template-columns:minmax(0,28rem)}
.dishes-grid--count-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:56rem}
.dishes-grid--count-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.dishes-grid--count-5,.dishes-grid--count-6{grid-template-columns:repeat(3,minmax(0,1fr))}
.dish-card{position:relative;overflow:hidden;border-radius:1rem;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:box-shadow .5s;cursor:pointer;aspect-ratio:4/3}
.dish-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.15)}
.dish-card-img{position:absolute;inset:0;overflow:hidden}
.dish-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.dish-card:hover .dish-card-img img{transform:scale(1.1)}
.dish-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.1) 55%,transparent)}
.dish-card-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:2}
.dish-card-cat{color:var(--green-light);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}
.dish-card-name{font-size:1.25rem;font-weight:700;color:#fff;font-family:'Playfair Display',serif;margin-top:.25rem}
.dish-card-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem}
.dish-card-price{color:#fff;font-size:1.125rem;font-weight:600}
.dish-card-link{color:rgba(255,255,255,.8);font-size:.875rem;transition:color .3s}
.dish-card:hover .dish-card-link{color:var(--green-light)}
.btn-dark{display:inline-flex;align-items:center;gap:.5rem;background:var(--dark);color:#fff;padding:1rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:500;border:none;cursor:pointer;transition:background .3s;margin-top:3rem}
.btn-dark:hover{background:var(--dark-soft)}

/* About */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.about-img-wrap{position:relative}
.about-img-wrap img{border-radius:1rem;width:100%;aspect-ratio:4/5;max-height:500px;object-fit:cover;box-shadow:0 20px 60px rgba(0,0,0,.15)}
.about-badge{position:absolute;bottom:-1.5rem;right:-1.5rem;background:var(--green);color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 8px 24px rgba(45,140,60,.3)}
.about-badge p:first-child{font-size:1.75rem;font-weight:700;font-family:'Playfair Display',serif}
.about-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem}
.about-feature{display:flex;align-items:flex-start;gap:1rem}
.about-feature-icon{width:3rem;height:3rem;border-radius:.75rem;background:rgba(45,140,60,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.about-feature-icon svg{color:var(--green)}
.about-feature h4{font-family:'Inter',sans-serif;font-weight:600;font-size:.95rem}
.about-feature p{font-size:.85rem;color:var(--warm-gray);margin-top:.25rem}
.link-green{color:var(--green);font-weight:500;display:inline-flex;align-items:center;gap:.5rem;margin-top:2.5rem;transition:gap .3s}
.link-green:hover{gap:.75rem}

/* CTA Banner */
.cta-banner{position:relative;padding:5rem 1.5rem;overflow:hidden;min-height:20rem}
.cta-banner .hero-bg img{width:100%;height:100%;object-fit:cover}
.cta-banner-overlay{position:absolute;inset:0;background:rgba(26,26,26,.8)}
.cta-banner-content{position:relative;z-index:10;max-width:48rem;margin:0 auto;text-align:center}
.cta-banner h2{font-size:2rem;color:#fff;margin-bottom:1rem}
.cta-banner p{font-size:1.125rem;color:#d1d5db;margin-bottom:2rem}
.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}

/* ==== PAGE HEADER (Archiv + Unterseiten) ==== */
.page-header{background:var(--dark);color:#fff;padding:4rem 1.5rem}
.page-header-inner{max-width:80rem;margin:0 auto}
.page-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;font-family:'Playfair Display',serif}
.page-header h1 span{color:var(--green-light)}
.page-header p{font-size:1.125rem;color:#9ca3af;max-width:42rem;line-height:1.6}

/* ==== SPEISEKARTE (archive-gericht) ==== */
.menu-layout{display:flex;gap:2.5rem;max-width:80rem;margin:0 auto;padding:2.5rem 1.5rem;background:var(--cream)}
.menu-sidebar{width:18rem;flex-shrink:0}
.menu-sidebar-sticky{position:sticky;top:7rem}
.menu-sidebar h3{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--warm-gray);margin-bottom:1rem;font-family:'Inter',sans-serif}
.cat-btn{width:100%;text-align:left;padding:.75rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:500;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s;background:#fff;color:var(--text-light);margin-bottom:.5rem;text-decoration:none;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.cat-btn:hover{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.08);color:var(--green)}
.cat-btn.active{background:var(--green);color:#fff;box-shadow:0 4px 12px rgba(45,140,60,.2)}
.cat-count{font-size:.7rem;padding:.125rem .5rem;border-radius:9999px;background:var(--cream-dark);color:var(--warm-gray);font-weight:600}
.cat-btn.active .cat-count{background:rgba(255,255,255,.2);color:#fff}
.menu-content{flex:1;min-width:0}
.menu-content h2{font-size:1.75rem;font-weight:700;margin-bottom:.25rem;font-family:'Playfair Display',serif}
.menu-content .count{color:var(--warm-gray);margin-bottom:2rem;font-size:.95rem}
.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.menu-item{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:box-shadow .3s,transform .2s;display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}
.menu-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-2px)}
.menu-item-name{font-size:.95rem;font-weight:600;transition:color .3s}
.menu-item:hover .menu-item-name{color:var(--green)}
.menu-item-cat{display:inline-block;margin-top:.25rem;font-size:.7rem;color:var(--green);background:rgba(45,140,60,.1);padding:.125rem .5rem;border-radius:9999px}
.menu-item-desc{font-size:.85rem;color:var(--warm-gray);margin-top:.5rem;line-height:1.5}
.menu-item-price{font-size:1.1rem;font-weight:700;color:var(--green);white-space:nowrap}
.menu-hint{margin-top:1.5rem;padding:1.25rem;background:rgba(45,140,60,.05);border:1px solid rgba(45,140,60,.2);border-radius:.75rem;font-size:.875rem;color:var(--green);font-weight:500}
.no-results{text-align:center;padding:4rem 0;color:var(--warm-gray);font-size:1.125rem;background:#fff;border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.04)}

/* ==== CONTACT ==== */
.contact-grid{display:grid;grid-template-columns:1fr 2fr;gap:3rem}
.contact-cards{display:flex;flex-direction:column;gap:1.5rem}
.contact-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:box-shadow .3s}
.contact-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}
.contact-card-icon{width:3rem;height:3rem;border-radius:.75rem;background:rgba(45,140,60,.1);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.contact-card-icon svg{color:var(--green)}
.contact-card h3{font-family:'Inter',sans-serif;font-weight:600;font-size:.95rem;margin-bottom:.5rem}
.contact-card p{font-size:.875rem;color:var(--warm-gray)}
.contact-hours{list-style:none;padding:0;margin-top:1rem}
.contact-hours li{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.75rem}
.contact-hours li span:first-child{color:var(--text-light)}
.contact-hours li span:last-child{font-weight:500;color:var(--text)}
.contact-right{display:flex;flex-direction:column;gap:2rem}
.contact-map{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.contact-map iframe{width:100%;height:350px;border:0;display:block}
.contact-form-wrap{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.contact-form-wrap h2{font-size:1.5rem;margin-bottom:.5rem}
.contact-form-wrap>p{color:var(--warm-gray);margin-bottom:2rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}
.form-group{display:flex;flex-direction:column}
.form-group.full{grid-column:span 2}
.form-group label{font-size:.875rem;font-weight:500;color:var(--text-light);margin-bottom:.375rem}
.form-group input,.form-group textarea{padding:.75rem 1rem;border-radius:.75rem;border:1px solid #e5e5e5;background:var(--cream);font-size:.95rem;color:var(--text);outline:none;transition:all .3s;font-family:'Inter',sans-serif;width:100%}
.form-group input:focus,.form-group textarea:focus{border-color:var(--green);box-shadow:0 0 0 2px rgba(45,140,60,.15)}
.form-group textarea{resize:none;min-height:120px}
.btn-submit{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:var(--green);color:#fff;border-radius:.75rem;font-weight:500;border:none;cursor:pointer;font-size:.95rem;transition:background .3s}
.btn-submit:hover{background:var(--green-dark)}

/* Legal */
.legal-content{max-width:48rem;margin:0 auto;padding:4rem 1.5rem}
.legal-card{background:#fff;border-radius:1rem;padding:2.5rem 3rem;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.legal-card h2{font-size:1.5rem;margin-bottom:2rem}
.legal-card h3{font-size:1.2rem;margin-top:2rem;margin-bottom:1rem}
.legal-card p{color:var(--text-light);margin-bottom:1rem;line-height:1.7}
.legal-card a{color:var(--green)}
.legal-card a:hover{text-decoration:underline}
.legal-card ul{padding-left:1.5rem;margin-bottom:1rem}
.legal-card ul li{color:var(--text-light);margin-bottom:.25rem}
.legal-info-box{background:var(--cream);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem}
.legal-info-box p{margin-bottom:.25rem}
.legal-info-box .label{font-weight:600;color:var(--text)}

/* ==== KARRIERE ==== */
.karriere-intro{max-width:42rem;margin:0 auto 3rem;text-align:center}
.karriere-intro p{font-size:1.1rem;color:var(--text-light);line-height:1.75}

.jobs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem;margin-bottom:3.5rem}
.job-card{background:#fff;border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:box-shadow .3s,transform .3s;position:relative;display:flex;flex-direction:column;overflow:hidden}
.job-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.1);transform:translateY(-4px)}
.job-card-img{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--cream-dark)}
.job-card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s}
.job-card:hover .job-card-img img{transform:scale(1.05)}
.job-card-body{padding:1.75rem;display:flex;flex-direction:column;flex:1;position:relative}
.job-card:not(:has(.job-card-img)) .job-card-body,
.job-card-body-no-img{padding-top:2rem}
.job-card-icon{width:3.25rem;height:3.25rem;border-radius:.85rem;background:rgba(45,140,60,.1);display:flex;align-items:center;justify-content:center;margin:1.75rem 1.75rem 0;color:var(--green)}
.job-card:has(.job-card-icon) .job-card-body{padding-top:1rem}
.job-card-badge{display:inline-block;background:var(--green);color:#fff;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.35rem .85rem;border-radius:9999px;margin:1.25rem 1.75rem 0;align-self:flex-start}
.job-card-badge-on-img{position:absolute;top:1rem;left:1rem;margin:0;box-shadow:0 2px 8px rgba(0,0,0,.25)}
.job-card h3{font-size:1.35rem;font-family:'Playfair Display',serif;font-weight:700;margin-bottom:.75rem;line-height:1.3}
.job-card-text{flex:1;margin-bottom:1.5rem}
.job-card-text p{color:var(--text-light);line-height:1.7;font-size:.95rem;margin-bottom:.75rem}
.job-card-text p:last-child{margin-bottom:0}
.job-card-text ul{padding-left:1.25rem;margin:.5rem 0}
.job-card-text li{color:var(--text-light);line-height:1.6;font-size:.95rem;margin-bottom:.25rem}
.job-card-apply{display:inline-flex;align-items:center;gap:.5rem;color:var(--green);font-weight:600;font-size:.95rem;transition:gap .3s;align-self:flex-start}
.job-card-apply:hover{gap:.75rem}

.karriere-contact-bar{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.06);display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;border-left:4px solid var(--green)}
.karriere-contact-bar strong{display:block;font-family:'Playfair Display',serif;font-size:1.2rem;margin-bottom:.25rem}
.karriere-contact-bar p{color:var(--text-light);font-size:.95rem}
.karriere-contact-links{display:flex;gap:.75rem;flex-wrap:wrap}

/* Empty State */
.karriere-empty{max-width:36rem;margin:0 auto;text-align:center;background:#fff;border-radius:1.25rem;padding:3.5rem 2rem;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.karriere-empty-icon{width:5rem;height:5rem;border-radius:50%;background:rgba(45,140,60,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--green)}
.karriere-empty h2{font-size:1.75rem;margin-bottom:1rem;font-family:'Playfair Display',serif}
.karriere-empty-text{color:var(--text-light);line-height:1.75;font-size:1.05rem;margin-bottom:2rem}
.karriere-empty-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}
.karriere-empty-actions .btn-hero-primary,.karriere-empty-actions .btn-hero-secondary{box-shadow:none;padding:.85rem 1.5rem;font-size:.95rem}

/* ==== FOOTER ==== */
.footer{background:var(--dark);color:#fff;padding:4rem 1.5rem}
.footer-inner{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}
.footer h4{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#d1d5db;margin-bottom:1.5rem;font-family:'Inter',sans-serif}
.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}
.footer-logo-img{height:3rem !important;width:3rem !important;max-width:3rem !important;max-height:3rem !important;object-fit:contain;display:block}
.footer-brand h3{font-size:1.1rem;font-family:'Playfair Display',serif}
.footer-brand span{color:var(--green-light)}
.footer-desc{color:#9ca3af;font-size:.875rem;line-height:1.6}
.footer-links{list-style:none;padding:0}
.footer-links li{margin-bottom:.75rem}
.footer-links a{color:#9ca3af;font-size:.875rem;transition:color .3s}
.footer-links a:hover{color:var(--green-light)}
.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}
.footer-contact-item svg{color:var(--green-light);margin-top:.125rem;flex-shrink:0}
.footer-contact-item a,.footer-contact-item span{color:#9ca3af;font-size:.875rem;transition:color .3s;word-break:break-word}
.footer-contact-item a:hover{color:var(--green-light)}
.footer-hours-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}
.footer-hours-item svg{color:var(--green-light);margin-top:.25rem;flex-shrink:0}
.footer-hours-item .day{color:#d1d5db;font-size:.875rem;display:block}
.footer-hours-item .time{color:#9ca3af;font-size:.875rem}
.footer-special-hours{margin-top:1.25rem;padding:1rem;background:rgba(52,168,83,.1);border:1px solid rgba(52,168,83,.25);border-radius:.5rem}
.footer-special-hours strong{color:var(--green-light);font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}
.footer-special-hours p{color:#d1d5db;font-size:.85rem;margin-top:.5rem;line-height:1.5}
.footer-bottom{border-top:1px solid #374151;margin-top:3rem;padding-top:1.5rem}
.footer-bottom-inner{max-width:80rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
.footer-bottom p{color:#6b7280;font-size:.875rem}

/* ==== COOKIE BANNER ==== */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--dark);border-top:1px solid #374151;box-shadow:0 -4px 24px rgba(0,0,0,.3);animation:slideUp .4s ease}
.cookie-inner{max-width:80rem;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.cookie-text{display:flex;align-items:center;gap:.75rem;flex:1;min-width:15rem}
.cookie-text svg{color:var(--green-light);flex-shrink:0}
.cookie-text p{font-size:.875rem;color:#d1d5db}
.cookie-text a{color:var(--green-light);font-weight:500}
.cookie-text a:hover{text-decoration:underline}
.cookie-btns{display:flex;align-items:center;gap:.75rem;flex-shrink:0}
.cookie-accept{padding:.625rem 1.5rem;background:var(--green);color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .3s}
.cookie-accept:hover{background:var(--green-dark)}
.cookie-close{padding:.5rem;background:none;border:none;color:#9ca3af;cursor:pointer;transition:color .3s}
.cookie-close:hover{color:#fff}

/* ==== ANIMATIONS ==== */
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}

/* ================================================
   RESPONSIVE — Desktop > Tablet > Mobile > Fold
   ================================================ */

/* Tablet & kleiner Desktop (≤1024px) */
@media (max-width:1024px){
  .nav{display:none}
  .mobile-toggle{display:block}
  .dishes-grid,
  .dishes-grid--count-4,
  .dishes-grid--count-5,
  .dishes-grid--count-6{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:100%}
  .dishes-grid--count-1{grid-template-columns:minmax(0,28rem)}
  .about-grid{grid-template-columns:1fr;gap:2rem}
  .about-badge{display:none}
  .contact-grid{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr 1fr;gap:2rem}
  .menu-sidebar{display:none}
  .menu-layout{flex-direction:column;padding:2rem 1.25rem}
  .hero h1{font-size:2.75rem}
  .section-title,.grand-opening-title{font-size:2rem}
  .page-header h1{font-size:2rem}
}

/* Standard Mobile (≤768px) */
@media (max-width:768px){
  .top-bar{padding:.5rem .75rem;font-size:.8rem}
  .top-bar-inner{flex-direction:column;gap:.35rem;align-items:flex-start}
  .header-inner{padding:0 1rem;min-height:4.5rem}
  .logo-img{height:2.25rem !important;width:2.25rem !important;max-width:2.25rem !important;max-height:2.25rem !important}
  .logo-text h1{font-size:1rem}
  .logo-text p{font-size:.6rem}
  .hero{min-height:78vh}
  .hero-content{padding:3.5rem 1.25rem}
  .hero h1{font-size:2.25rem}
  .hero-desc{font-size:1rem}
  .hero-buttons{flex-direction:column;align-items:stretch}
  .btn-hero-primary,.btn-hero-secondary{justify-content:center;padding:.875rem 1.5rem}
  .section{padding:3.5rem 1.25rem}
  .dishes-grid,
  .dishes-grid--count-1,
  .dishes-grid--count-2,
  .dishes-grid--count-4,
  .dishes-grid--count-5,
  .dishes-grid--count-6{grid-template-columns:1fr;gap:1.25rem;max-width:100%}
  .menu-grid{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr;gap:1rem}
  .form-group.full{grid-column:span 1}
  .footer{padding:3rem 1.25rem}
  .footer-inner{grid-template-columns:1fr;gap:2.25rem}
  .footer-bottom-inner{flex-direction:column;gap:.5rem;text-align:center}
  .section-title,.grand-opening-title{font-size:1.75rem}
  .page-header{padding:3rem 1.25rem}
  .page-header h1{font-size:1.75rem}
  .page-header p{font-size:1rem}
  .legal-card{padding:1.75rem}
  .jobs-grid{grid-template-columns:1fr;gap:1.25rem}
  .job-card-body{padding:1.5rem}
  .job-card h3{font-size:1.2rem}
  .karriere-contact-bar{flex-direction:column;align-items:flex-start;padding:1.5rem}
  .karriere-empty{padding:2.5rem 1.5rem}
  .karriere-empty h2{font-size:1.4rem}
  .cta-banner{padding:3.5rem 1.25rem}
  .cta-banner h2{font-size:1.5rem}
  .cta-buttons{flex-direction:column;align-items:stretch}
}

/* Kleines Handy (≤480px) */
@media (max-width:480px){
  .logo-text h1{font-size:.95rem}
  .logo-text p{font-size:.55rem;letter-spacing:.08em}
  .hero h1{font-size:1.85rem}
  .hero-badge{font-size:.75rem;padding:.4rem .85rem}
  .section-title,.grand-opening-title{font-size:1.5rem}
  .contact-map iframe{height:280px}
  .cookie-inner{padding:.85rem 1rem}
  .cookie-text p{font-size:.8rem}
  .footer-brand h3{font-size:1rem}
}

/* Ultra schmal / Samsung Fold geschlossen (≤360px) */
@media (max-width:360px){
  .header-inner{padding:0 .75rem;gap:.5rem}
  .logo-link{gap:.5rem}
  .logo-img{height:2rem !important;width:2rem !important;max-width:2rem !important;max-height:2rem !important}
  .logo-text h1{font-size:.85rem}
  .logo-text p{display:none}
  .hero-content{padding:2.75rem 1rem}
  .hero h1{font-size:1.6rem}
  .hero-desc{font-size:.95rem}
  .section{padding:2.75rem 1rem}
  .menu-layout{padding:1.5rem 1rem}
  .menu-item{padding:1rem;flex-direction:column;align-items:flex-start}
  .menu-item-price{margin-top:.5rem}
  .footer{padding:2.5rem 1rem}
  .btn-hero-primary,.btn-hero-secondary{padding:.75rem 1.25rem;font-size:.9rem}
}
