
:root{--ink:#132f42;--navy:#0e2f47;--blue:#176d96;--orange:#e97816;--muted:#657b89;--line:#d9e5eb;--soft:#f4f8fa;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}a{color:inherit}.wrap{width:min(1160px,calc(100% - 32px));margin:auto}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{text-decoration:none;font-weight:900;color:var(--navy);font-size:1.2rem}.brand small{display:block;font-size:.66rem;color:var(--muted);margin-top:4px}.nav nav{display:flex;align-items:center;gap:18px}.nav nav a{text-decoration:none;font-size:.86rem;font-weight:800}.nav nav a.active{color:var(--blue)}.edit-link{padding:10px 13px;border-radius:999px;background:#edf6fa;color:var(--blue)!important}.hero{min-height:520px;background-size:cover;background-position:center;display:flex;align-items:center;color:#fff}.hero-inner{display:flex;align-items:center;min-height:520px}.hero-copy{max-width:680px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.73rem;font-weight:900;color:#2686ad}.hero .eyebrow{color:#fff}.hero h1{font-size:clamp(3rem,6vw,5.7rem);line-height:.95;letter-spacing:-.05em;margin:12px 0 18px}.hero p{font-size:1.12rem;line-height:1.6;max-width:620px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;min-height:48px;padding:0 18px;border-radius:10px;align-items:center;justify-content:center;text-decoration:none;font-weight:900;border:0}.btn.primary{background:var(--orange);color:#fff}.btn.ghost{border:1px solid rgba(255,255,255,.65);color:#fff;background:rgba(255,255,255,.08)}.benefit-strip{background:var(--navy);color:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefit-grid>div{padding:22px;border-right:1px solid rgba(255,255,255,.12);text-align:center}.benefit-grid strong,.benefit-grid span{display:block}.benefit-grid span{font-size:.78rem;color:#c8d7df;margin-top:4px}.section{padding:70px 0}.section.soft{background:var(--soft)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:26px}.section h2,.page-hero h1{font-size:clamp(2.2rem,4vw,4rem);line-height:1;letter-spacing:-.04em;color:var(--navy);margin:8px 0}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.card{border:1px solid var(--line);border-radius:16px;padding:20px;background:#fff}.card .icon{font-size:1.5rem;color:var(--orange)}.card h3{margin:12px 0 7px}.card p{margin:0;color:var(--muted);line-height:1.5}.notice{display:flex;align-items:center;justify-content:space-between;gap:30px}.notice p{color:var(--muted);line-height:1.6;max-width:780px}.page-hero{padding:60px 0;background:linear-gradient(120deg,#eef6f9,#fff)}.page-hero p{color:var(--muted);max-width:760px;line-height:1.6}.services-grid{grid-template-columns:repeat(3,1fr)}.service-card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:10px;margin-bottom:12px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.large-copy{font-size:1.08rem;line-height:1.75;color:var(--muted)}.two-images{display:grid;grid-template-columns:1fr 1fr;gap:12px}.two-images img{width:100%;height:280px;object-fit:cover;border-radius:14px}.image-placeholder{grid-column:1/-1;min-height:280px;display:grid;place-items:center;background:var(--soft);border:2px dashed var(--line);border-radius:14px;color:var(--muted)}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery figure{margin:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.gallery figcaption{padding:12px;color:var(--muted)}.empty-state{padding:35px;border:2px dashed var(--line);border-radius:14px;color:var(--muted)}.news-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.news-card{padding:24px;border:1px solid var(--line);border-radius:16px}.news-card p{color:var(--muted);line-height:1.6}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px}.contact-card,.contact-form{border:1px solid var(--line);border-radius:16px;padding:24px}.contact-form{display:grid;gap:13px}.contact-form label{font-size:.86rem;font-weight:800}.contact-form input,.contact-form textarea{width:100%;margin-top:6px;border:1px solid #cbdbe3;border-radius:9px;padding:12px;font:inherit}.contact-form textarea{min-height:140px}.footer{background:#0c293e;color:#fff;padding:28px 0}.footer-grid{display:flex;justify-content:space-between;gap:25px}.footer span,.footer a{color:#c8d7df}
@media(max-width:900px){.cards,.services-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.contact-grid{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.wrap{width:min(100% - 22px,1160px)}.hero{min-height:480px}.hero-inner{min-height:480px}.hero h1{font-size:3rem}.benefit-grid{grid-template-columns:repeat(2,1fr)}.cards,.services-grid,.gallery,.news-grid{grid-template-columns:1fr}.section{padding:50px 0}.section-head,.notice,.footer-grid{align-items:flex-start;flex-direction:column}}


/* V2 – ruhige Template-Optik: mittig, begrenzte Breite, abgerundete Ecken */
body{
  background:#edf2f4;
  padding:18px 0 30px;
}

.site-header,
body > main,
.footer{
  width:min(1360px, calc(100% - 36px));
  margin-left:auto;
  margin-right:auto;
}

.site-header{
  border-radius:22px 22px 0 0;
  overflow:hidden;
  box-shadow:0 8px 26px rgba(20,55,73,.07);
}

body > main{
  overflow:hidden;
  background:#fff;
  box-shadow:0 12px 32px rgba(20,55,73,.06);
}

.footer{
  border-radius:0 0 22px 22px;
  overflow:hidden;
  margin-bottom:18px;
}

.hero{
  min-height:480px;
}
.hero-inner{
  min-height:480px;
}
.hero-copy{
  max-width:610px;
}
.hero h1{
  font-size:clamp(2.8rem,5vw,4.8rem);
}

.section{
  padding:58px 0;
}
.page-hero{
  padding:48px 0;
}

.cards{
  gap:16px;
}
.card{
  box-shadow:none;
}
.service-card{
  overflow:hidden;
}
.service-card img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:11px;
  margin-bottom:14px;
  background:#eef3f5;
}

/* Etwas kompaktere Startseite */
.benefit-grid>div{
  padding:18px 14px;
}

@media(max-width:900px){
  body{
    padding:8px 0 16px;
  }
  .site-header,
  body > main,
  .footer{
    width:min(100% - 16px,1360px);
  }
  .site-header{border-radius:16px 16px 0 0}
  .footer{border-radius:0 0 16px 16px}
}


/* V3 – derselbe gewählte Banner auf allen Unterseiten */
.page-hero-banner{
  min-height:250px;
  display:flex;
  align-items:center;
  background-size:cover;
  background-position:center;
  color:#fff;
  padding:38px 0 !important;
}
.page-hero-banner .eyebrow,
.page-hero-banner h1,
.page-hero-banner p{
  color:#fff !important;
}
.page-hero-banner h1{
  max-width:820px;
  text-shadow:0 2px 10px rgba(0,0,0,.18);
}
.page-hero-banner p{
  max-width:760px;
  text-shadow:0 1px 8px rgba(0,0,0,.16);
}
@media(max-width:600px){
  .page-hero-banner{
    min-height:210px;
    background-position:center;
  }
}


/* V5 – kompakte Referenzgalerie mit Klick-Vergrößerung */
.gallery{
  grid-template-columns:repeat(4,1fr) !important;
  gap:12px !important;
}
.gallery-item{
  border-radius:12px !important;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line) !important;
}
.gallery-thumb-btn{
  display:block;
  width:100%;
  border:0;
  padding:0;
  margin:0;
  background:#eef3f5;
  cursor:zoom-in;
}
.gallery-thumb-btn img{
  display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  transition:transform .18s ease;
}
.gallery-thumb-btn:hover img{
  transform:scale(1.025);
}
.gallery-item figcaption{
  padding:9px 10px !important;
  font-size:.78rem;
  line-height:1.35;
  min-height:0;
}
.lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(8,24,35,.88);
}
.lightbox.open{
  display:flex;
}
.lightbox-inner{
  max-width:min(1100px,92vw);
  max-height:88vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}
.lightbox-inner img{
  max-width:100%;
  max-height:80vh;
  object-fit:contain;
  border-radius:12px;
  background:#fff;
}
.lightbox-caption{
  color:#fff;
  text-align:center;
  font-size:.9rem;
}
.lightbox-close{
  position:absolute;
  top:18px;
  right:24px;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#18394c;
  font-size:2rem;
  line-height:1;
  cursor:pointer;
}
body.lightbox-open{
  overflow:hidden;
}

@media(max-width:1000px){
  .gallery{
    grid-template-columns:repeat(3,1fr) !important;
  }
}
@media(max-width:700px){
  .gallery{
    grid-template-columns:repeat(2,1fr) !important;
  }
}
@media(max-width:420px){
  .gallery{
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
  }
  .gallery-item figcaption{
    font-size:.72rem;
  }
}


/* V9 – kleinere Galerie-Vorschauen, vollständiges Bild statt Beschnitt */
.gallery{
  grid-template-columns:repeat(5,1fr) !important;
  gap:12px !important;
}
.gallery-thumb-btn{
  background:#fff !important;
  padding:8px !important;
  border-bottom:1px solid #edf2f4 !important;
}
.gallery-thumb-btn img{
  width:100% !important;
  height:150px !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  background:#fff !important;
  transform:none !important;
}
@media(max-width:1100px){.gallery{grid-template-columns:repeat(4,1fr)!important}}
@media(max-width:800px){.gallery{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:560px){.gallery{grid-template-columns:repeat(2,1fr)!important}.gallery-thumb-btn img{height:125px!important}}


/* V10 – Bannerhöhe bleibt fest, Begrüßungstext steht darunter */
.hero{
  height:480px !important;
  min-height:480px !important;
  overflow:hidden;
}
.hero-inner{
  height:480px !important;
  min-height:480px !important;
}
.hero-copy{
  max-width:650px;
}
.hero-copy h1{
  margin-bottom:24px;
}
.welcome-section{
  background:#fff;
  padding:42px 0 46px;
  border-bottom:1px solid var(--line);
}
.welcome-grid{
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:42px;
  align-items:start;
}
.welcome-grid h2{
  margin:8px 0 0;
  color:var(--navy);
  font-size:clamp(1.8rem,3vw,2.7rem);
  line-height:1.05;
}
.welcome-copy{
  color:var(--muted);
  font-size:1rem;
  line-height:1.7;
  max-width:800px;
}
@media(max-width:700px){
  .hero,
  .hero-inner{
    height:410px !important;
    min-height:410px !important;
  }
  .welcome-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .welcome-section{
    padding:32px 0 36px;
  }
}


/* V11 – ruhige Startseite */
.home-images-section{padding:0 0 46px;background:#fff}.home-images-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.home-image-box{aspect-ratio:4/3;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#f4f7f8}.home-image-box img{width:100%;height:100%;object-fit:cover;display:block}.home-image-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#80939e;background:#f4f7f8;font-size:.9rem}.home-counter-section{padding:0 0 44px;background:#fff}.home-counter{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#f7fafb}.home-counter>div{text-align:center;padding:14px 10px;border-right:1px solid var(--line)}.home-counter>div:last-child{border-right:0}.home-counter strong,.home-counter span{display:block}.home-counter strong{font-size:1.15rem;color:var(--navy)}.home-counter span{font-size:.72rem;color:var(--muted);margin-top:3px}@media(max-width:700px){.home-images-grid{grid-template-columns:1fr}.home-counter{grid-template-columns:repeat(2,1fr)}.home-counter>div:nth-child(2){border-right:0}.home-counter>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}


/* V12 – kleinere Startseiten-Vorschaubilder + Klick-Vergrößerung */
.home-images-section{
  padding:10px 0 34px !important;
}
.home-images-grid{
  grid-template-columns:repeat(3,minmax(0,260px)) !important;
  justify-content:center;
  gap:18px !important;
}
.home-image-box{
  aspect-ratio:4/3 !important;
  border-radius:14px !important;
  background:#fff !important;
  overflow:hidden;
}
.home-image-btn{
  display:block;
  width:100%;
  height:100%;
  padding:8px;
  border:0;
  background:#fff;
  cursor:zoom-in;
}
.home-image-btn img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  background:#fff;
  border-radius:8px;
}
.home-image-placeholder{
  min-height:180px;
}
#homeLightbox .lightbox-inner img{
  max-width:min(1200px,92vw);
  max-height:84vh;
  object-fit:contain;
  background:#fff;
}
@media(max-width:900px){
  .home-images-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}
@media(max-width:700px){
  .home-images-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media(max-width:430px){
  .home-images-grid{
    grid-template-columns:1fr !important;
  }
}


/* V13 – Startseite auf einer gemeinsamen Mittelachse */
.welcome-section{
  padding:44px 0 30px !important;
  border-bottom:0 !important;
}
.welcome-content{
  width:min(1040px, calc(100% - 32px));
  text-align:left;
}
.welcome-content h2{
  margin:8px 0 18px;
  color:var(--navy);
  font-size:clamp(2rem,3.5vw,3.25rem);
  line-height:1.05;
  letter-spacing:-.035em;
}
.welcome-content .welcome-copy{
  max-width:none;
  width:100%;
  font-size:1rem;
  line-height:1.72;
}

.home-images-section .wrap,
.home-counter-section .wrap{
  width:min(1040px, calc(100% - 32px));
}
.home-images-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  width:100%;
  max-width:none;
  justify-content:stretch;
}
.home-image-box{
  width:100%;
}
.home-counter{
  width:100%;
}

@media(max-width:700px){
  .welcome-content,
  .home-images-section .wrap,
  .home-counter-section .wrap{
    width:min(100% - 22px,1040px);
  }
}


/* V14 – Kontaktbereich und Rechtliches */
.contact-grid-v14{
  grid-template-columns:.72fr 1.28fr;
  align-items:stretch;
}
.contact-info-card h2{
  margin:7px 0 20px;
  font-size:1.75rem;
  line-height:1.05;
  color:var(--navy);
}
.contact-info-list{
  display:grid;
  gap:5px;
}
.contact-info-row{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:11px;
  align-items:start;
  padding:10px 0;
  border-bottom:1px solid #e6eef2;
}
.contact-info-row:last-child{
  border-bottom:0;
}
.contact-icon{
  width:34px;
  height:34px;
  border-radius:9px;
  display:grid;
  place-items:center;
  background:#eef6fa;
  font-size:1rem;
}
.contact-info-row strong,
.contact-info-row a,
.contact-info-row span{
  display:block;
}
.contact-info-row strong{
  font-size:.78rem;
  color:#516d7b;
  margin-bottom:3px;
}
.contact-info-row a,
.contact-info-row div>span{
  color:var(--navy);
  font-size:.92rem;
  line-height:1.4;
  text-decoration:none;
}
.legal-shortcuts{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid var(--line);
}
.legal-shortcuts a{
  text-align:center;
  padding:10px 8px;
  border-radius:9px;
  background:#f3f7f9;
  border:1px solid var(--line);
  color:var(--navy);
  text-decoration:none;
  font-size:.82rem;
  font-weight:700;
}
.contact-form-note{
  margin:0;
  text-align:center;
  color:var(--muted);
  font-size:.76rem;
}
.footer-grid{
  align-items:center;
}
.footer-legal{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.footer-legal a{
  text-decoration:none;
  font-size:.82rem;
}

.legal-hero{
  background:linear-gradient(120deg,#eef6f9,#fff);
}
.legal-page{
  max-width:900px;
}
.legal-page h2{
  margin:28px 0 8px;
  font-size:1.25rem;
  letter-spacing:-.01em;
}
.legal-page p{
  color:var(--muted);
  line-height:1.65;
}
.legal-notice{
  padding:16px 18px;
  border-radius:12px;
  border-left:4px solid var(--orange);
  background:#fff8ec;
  line-height:1.5;
  color:#71542f;
}

@media(max-width:850px){
  .contact-grid-v14{
    grid-template-columns:1fr;
  }
  .footer-grid{
    align-items:flex-start;
  }
}


/* V15 – einheitliche Bannerhöhe auf allen Seiten */
.hero{
  height:250px !important;
  min-height:250px !important;
}
.hero-inner{
  height:250px !important;
  min-height:250px !important;
}
.hero-copy{
  max-width:820px;
}
.hero-copy h1{
  font-size:clamp(2.2rem,4vw,4rem) !important;
  margin:8px 0 0 !important;
}
.hero .eyebrow{
  margin-bottom:0;
}
@media(max-width:600px){
  .hero,
  .hero-inner{
    height:210px !important;
    min-height:210px !important;
  }
  .hero-copy h1{
    font-size:2.25rem !important;
  }
}


/* V17 – flache Banner, Fokus etwas nach oben */
.hero,
.page-hero-banner{
  background-position:center 28% !important;
}


/* V19 Demo – kompakter Sprachumschalter */
.language-menu{
  position:relative;
}
.language-button{
  border:1px solid var(--line);
  background:#fff;
  color:var(--navy);
  min-height:38px;
  padding:0 11px;
  border-radius:999px;
  font:inherit;
  font-size:.78rem;
  font-weight:700;
  cursor:pointer;
}
.language-dropdown{
  position:absolute;
  top:45px;
  right:0;
  z-index:90;
  min-width:165px;
  display:none;
  padding:7px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  box-shadow:0 12px 28px rgba(15,47,68,.15);
}
.language-menu.open .language-dropdown{
  display:grid;
}
.language-dropdown button{
  width:100%;
  border:0;
  background:#fff;
  text-align:left;
  padding:9px 10px;
  border-radius:8px;
  color:var(--navy);
  font:inherit;
  font-size:.8rem;
  cursor:pointer;
}
.language-dropdown button:hover{
  background:#eef6f9;
}

@media(max-width:1100px){
  .language-button{
    padding:0 9px;
  }
}
@media(max-width:900px){
  .language-menu{
    margin-left:auto;
  }
}

/* V21 – Referenzbilder auf der Referenzseite optisch gleich groß */
.gallery{
  grid-template-columns:repeat(5,1fr) !important;
  gap:12px !important;
  align-items:stretch;
}
.gallery-item{
  display:flex;
  flex-direction:column;
  height:100%;
}
.gallery-thumb-btn{
  display:block;
  width:100%;
  padding:0 !important;
  background:#eef3f5 !important;
  border-bottom:1px solid #edf2f4 !important;
}
.gallery-thumb-btn img{
  width:100% !important;
  height:170px !important;
  aspect-ratio:4/3 !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block;
  background:#eef3f5 !important;
}
.gallery-item figcaption{
  min-height:58px;
  display:flex;
  align-items:flex-start;
}
@media(max-width:1100px){
  .gallery{grid-template-columns:repeat(4,1fr)!important}
}
@media(max-width:800px){
  .gallery{grid-template-columns:repeat(3,1fr)!important}
}
@media(max-width:560px){
  .gallery{grid-template-columns:repeat(2,1fr)!important}
  .gallery-thumb-btn img{height:130px!important}
}


/* V22 – SeitenZack Digital: auswählbare Farbstile */
body.theme-blue{--navy:#0e2f47;--blue:#176d96;--orange:#e97816;--soft:#f4f8fa;--line:#d9e5eb}
body.theme-green{--navy:#23442f;--blue:#4f7d43;--orange:#8ba83d;--soft:#f3f7f1;--line:#d8e4d4}
body.theme-sand{--navy:#4a3a2d;--blue:#8d6d4b;--orange:#c28a47;--soft:#f8f4ed;--line:#e6dccc}
body.theme-anthracite{--navy:#272d31;--blue:#56636a;--orange:#d8752b;--soft:#f3f4f4;--line:#dadfe1}
body.theme-violet{--navy:#322b55;--blue:#62559a;--orange:#8d6ac1;--soft:#f5f3f9;--line:#dfdaea}
body.theme-red{--navy:#4c2528;--blue:#85414a;--orange:#b75a4d;--soft:#faf3f2;--line:#ead8d6}


/* Gastro-Erweiterung */
.nav nav{gap:13px}
.nav nav a{font-size:.80rem}
.menu-wrap{max-width:980px}
.menu-category{margin:34px 0 12px!important;font-size:2rem!important}
.menu-category:first-of-type{margin-top:0!important}
.menu-list{border-top:1px solid var(--line)}
.menu-item{display:grid;grid-template-columns:1fr auto;gap:24px;padding:18px 0;border-bottom:1px solid var(--line);align-items:start}
.menu-item h3{margin:0 0 5px;color:var(--navy);font-size:1.08rem}
.menu-item p{margin:0;color:var(--muted);line-height:1.5}
.menu-price{white-space:nowrap;color:var(--navy);font-size:1.03rem}
.menu-pdf-box{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid var(--line);border-radius:14px;padding:18px 20px;margin-bottom:34px;background:var(--soft)}
.menu-pdf-box strong,.menu-pdf-box span{display:block}
.menu-pdf-box span{color:var(--muted);font-size:.82rem;margin-top:4px}
.directions-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.directions-card{border:1px solid var(--line);border-radius:16px;padding:26px;background:#fff}
.directions-card h2{font-size:2rem!important;margin:8px 0 18px!important}
.directions-card h3{margin:20px 0 6px;color:var(--navy)}
.directions-card p{color:var(--muted);line-height:1.65}
.directions-address{font-size:1.05rem;color:var(--ink)!important}
@media(max-width:1180px){.nav nav{gap:9px}.nav nav a{font-size:.75rem}.edit-link{padding:9px 10px}}
@media(max-width:900px){.directions-grid{grid-template-columns:1fr}}
@media(max-width:600px){.menu-item{grid-template-columns:1fr;gap:8px}.menu-pdf-box{align-items:flex-start;flex-direction:column}}


/* Veranstaltungen */
.events-wrap{max-width:980px}
.event-card{display:grid;grid-template-columns:190px 1fr;gap:28px;padding:24px 0;border-bottom:1px solid var(--line);align-items:start}
.event-card:first-child{padding-top:0}
.event-date{border-radius:14px;background:var(--soft);padding:18px}
.event-date strong,.event-date span{display:block}
.event-date strong{color:var(--navy);font-size:1rem;line-height:1.35}
.event-date span{margin-top:6px;color:var(--muted);font-size:.9rem}
.event-main h2{margin:0 0 8px!important;font-size:1.45rem!important}
.event-main p{margin:0;color:var(--muted);line-height:1.65}
.event-location{margin-top:12px;font-weight:700;color:var(--navy)}
@media(max-width:700px){.event-card{grid-template-columns:1fr;gap:12px}.event-date{display:flex;justify-content:space-between;gap:12px;align-items:center}.event-date span{margin-top:0}}


/* Gastro: Bearbeiten-Button kompakter, damit die Navigation sauber in einer Zeile bleibt */
.edit-link{
  padding:7px 9px;
  font-size:.72rem !important;
  white-space:nowrap;
}
@media(max-width:1180px){
  .edit-link{
    padding:6px 8px;
    font-size:.68rem !important;
  }
}


/* Gastro: Seite und Inhaltsbereich etwas breiter für die längere Navigation */
@media(min-width:901px){
  .site-header,
  body > main,
  .footer{
    width:min(1480px, calc(100% - 24px));
  }

  .wrap{
    width:min(1300px, calc(100% - 28px));
  }

  .nav{
    gap:18px;
  }

  .nav nav{
    gap:12px;
    flex-wrap:nowrap;
  }

  .nav nav a{
    white-space:nowrap;
  }
}


/* Globaler Gastro-Banner und Karten-Vorschau */
.map-preview-link{display:block;text-decoration:none;color:inherit;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;transition:transform .18s ease,box-shadow .18s ease}
.map-preview-link:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,0,0,.08)}
.map-preview-visual{position:relative;aspect-ratio:16/9;background:#eef2f1;overflow:hidden}
.map-preview-visual img{width:100%;height:100%;object-fit:cover;display:block}
.map-preview-badge{position:absolute;right:14px;top:14px;background:rgba(255,255,255,.95);color:var(--navy);padding:8px 12px;border-radius:999px;font-weight:700;font-size:.82rem;box-shadow:0 8px 18px rgba(0,0,0,.08)}
.map-preview-copy{padding:16px 18px 18px;display:grid;gap:8px}
.map-preview-copy strong{font-size:1.08rem;color:var(--navy)}
.map-preview-copy span{color:var(--muted);line-height:1.55;white-space:pre-line}
.map-preview-copy em{font-style:normal;font-weight:700;color:var(--navy)}
.directions-map-card h2{margin-bottom:18px!important}


/* Kleine Karten-Vorschau bei Anfahrt */
.small-map-link{display:block;text-decoration:none;color:inherit;margin:18px 0 16px}
.small-map-box{position:relative;width:min(100%,420px);aspect-ratio:20/10;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#eef2f1;box-shadow:0 8px 20px rgba(0,0,0,.05)}
.small-map-box img{width:100%;height:100%;display:block;object-fit:cover}
.small-map-box span{position:absolute;right:12px;bottom:12px;background:rgba(255,255,255,.95);color:var(--navy);padding:7px 11px;border-radius:999px;font-weight:700;font-size:.82rem;box-shadow:0 6px 14px rgba(0,0,0,.08)}
.small-map-link:hover .small-map-box{transform:translateY(-2px);box-shadow:0 12px 24px rgba(0,0,0,.09)}


/* Gastro Banner: vorbereitete Breitformatbilder ohne starkes Abschneiden */
.hero,
.page-hero-banner{
  background-position:center center;
  background-size:cover;
}

/* Kleine Karten-Vorschau wie gewünscht */
.mini-map{
  position:relative;
  width:100%;
  max-width:420px;
  aspect-ratio:2/1;
  margin:18px 0 16px;
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  background:#eef2f1;
  box-shadow:0 8px 22px rgba(0,0,0,.06);
}
.mini-map iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
  pointer-events:none;
}
.mini-map > a{
  position:absolute;
  inset:0;
  z-index:2;
  cursor:pointer;
}


/* Speisekarte: Foto-Upload und DIN-A4 */
.menu-print-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border:1px solid var(--line);
  border-radius:14px;
  padding:18px 20px;
  margin-bottom:34px;
  background:#fff;
}
.menu-print-box strong,.menu-print-box span{display:block}
.menu-print-box span{color:var(--muted);font-size:.82rem;margin-top:4px}
.menu-photo-section{margin:38px 0 46px}
.menu-photo-section h2{margin:7px 0 7px!important}
.menu-photo-section > p{color:var(--muted);margin:0 0 18px}
.menu-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.menu-photo-btn{
  border:1px solid var(--line);
  border-radius:14px;
  padding:0;
  overflow:hidden;
  background:#fff;
  cursor:pointer;
  text-align:left;
}
.menu-photo-btn img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;background:#f4f4f4}
.menu-photo-btn span{display:block;padding:10px 12px;font-weight:700;color:var(--navy)}
@media(max-width:760px){
  .menu-photo-grid{grid-template-columns:repeat(2,1fr)}
  .menu-print-box{align-items:flex-start;flex-direction:column}
}
@media(max-width:480px){.menu-photo-grid{grid-template-columns:1fr}}


/* Druckkarte bleibt innerhalb von SeitenZack */
.print-menu-section{background:#f3f1ee}
.print-menu-actions{display:flex;gap:12px;justify-content:center;margin-bottom:22px;flex-wrap:wrap}
.a4-menu-sheet{
  width:min(210mm,100%);
  min-height:297mm;
  margin:0 auto;
  background:#fff;
  padding:18mm 18mm 16mm;
  box-shadow:0 10px 32px rgba(0,0,0,.10);
}
.a4-menu-head{text-align:center;border-bottom:2px solid var(--accent);padding-bottom:8mm;margin-bottom:8mm}
.a4-menu-head h1{font-family:Georgia,serif;color:var(--accent);font-size:2rem;margin:0 0 5px}
.a4-menu-head p{margin:0;color:var(--muted)}
.a4-category{break-inside:avoid;margin:0 0 7mm}
.a4-category h2{font-family:Georgia,serif;color:var(--accent);font-size:1.35rem;margin:0 0 10px;border-bottom:1px solid var(--line);padding-bottom:7px}
.a4-item{display:grid;grid-template-columns:1fr auto;gap:28px;padding:8px 0;border-bottom:1px dotted #d8d1cb;break-inside:avoid}
.a4-item h3{font-size:.98rem;margin:0 0 4px}
.a4-item p{font-size:.84rem;line-height:1.4;color:var(--muted);margin:0}
.a4-item strong{white-space:nowrap}
.a4-menu-foot{margin-top:10mm;padding-top:5mm;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:20px;font-size:.78rem;color:var(--muted)}
.a4-menu-foot div:last-child{text-align:right}

@media(max-width:760px){
  .a4-menu-sheet{min-height:0;padding:24px 18px}
  .a4-menu-foot{grid-template-columns:1fr}
  .a4-menu-foot div:last-child{text-align:left}
}
@media print{
  .no-print,.site-header,.footer{display:none!important}
  body{background:#fff!important}
  main,.section,.print-menu-section{padding:0!important;margin:0!important;background:#fff!important}
  .wrap{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
  .a4-menu-sheet{width:210mm;min-height:297mm;margin:0;box-shadow:none;padding:18mm 18mm 16mm}
  @page{size:A4;margin:0}
}


/* Elegante Druckkarte für Gastro */
.a4-menu-sheet-elegant{
  background:linear-gradient(180deg,#fffdf9 0%,#fff 100%);
  border:1px solid #e7ddd4;
  border-radius:8px;
  position:relative;
  overflow:hidden;
}
.a4-ornament{
  height:12px;
  background:
    linear-gradient(90deg,transparent 0 5%, rgba(139,38,53,.18) 5% 95%, transparent 95% 100%);
}
.a4-ornament-top{margin:-18mm -18mm 8mm}
.a4-ornament-bottom{margin:8mm -18mm -16mm}
.a4-menu-head-elegant{
  text-align:center;
  border-bottom:0;
  margin-bottom:8mm;
  padding-bottom:0;
}
.a4-head-overline{
  display:inline-block;
  font-size:.78rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#8a7461;
  margin-bottom:10px;
}
.a4-menu-head-elegant h1{
  font-family:Georgia,serif;
  font-size:2.2rem;
  line-height:1.08;
  margin:0;
  color:#8b2635;
}
.a4-subtitle{
  margin:10px 0 14px;
  font-size:1rem !important;
  color:#6e6761 !important;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.a4-head-meta{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px 14px;
  font-size:.8rem;
  color:#6e6761;
  border-top:1px solid #eadfd6;
  border-bottom:1px solid #eadfd6;
  padding:10px 0;
}
.a4-head-meta span{white-space:pre-line}
.a4-menu-body{
  display:grid;
  gap:16px;
}
.a4-category-card{
  margin:0;
  border:1px solid #efe4db;
  border-radius:10px;
  padding:14px 16px 8px;
  background:#fffdfa;
}
.a4-category-label{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  margin:0 0 10px;
}
.a4-category-label span{
  display:inline-block;
  background:#8b2635;
  color:#fff;
  border-radius:999px;
  padding:7px 14px;
  font-family:Georgia,serif;
  font-size:1rem;
  letter-spacing:.03em;
}
.a4-item-elegant{
  gap:16px;
  padding:10px 0;
  border-bottom:1px dashed #e2d7cf;
  align-items:start;
}
.a4-item-elegant:last-child{border-bottom:0}
.a4-item-main h3{
  font-size:1rem;
  margin:0 0 4px;
  color:#2f2a26;
}
.a4-item-main p{
  margin:0;
  color:#6e6761;
  font-size:.84rem;
  line-height:1.45;
}
.a4-price-tag{
  white-space:nowrap;
  align-self:start;
  background:#f7efe9;
  color:#8b2635;
  border:1px solid #ead8cd;
  border-radius:999px;
  padding:7px 12px;
  font-weight:800;
  font-size:.92rem;
  min-width:78px;
  text-align:center;
}
.a4-menu-foot-elegant{
  margin-top:8mm;
  padding-top:5mm;
  border-top:1px solid #eadfd6;
  font-size:.8rem;
}
.a4-menu-foot-elegant strong{
  display:inline-block;
  margin-bottom:5px;
  color:#8b2635;
}
@media(max-width:760px){
  .a4-ornament-top{margin:-24px -18px 18px}
  .a4-ornament-bottom{margin:18px -18px -24px}
  .a4-head-meta{display:grid;gap:6px}
  .a4-category-card{padding:12px 12px 6px}
}
@media print{
  .a4-menu-sheet-elegant{
    border:1px solid #e7ddd4;
    box-shadow:none;
  }
  .a4-ornament-top{margin:-18mm -18mm 8mm}
  .a4-ornament-bottom{margin:8mm -18mm -16mm}
}


/* Aktuelles mit drei Bildern */
.current-feature-card{display:grid;grid-template-columns:minmax(260px,.9fr) 1.4fr;gap:26px;align-items:center;margin-bottom:24px}
.current-feature-copy p{line-height:1.65;color:var(--muted)}
.current-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.current-image-count-1{grid-template-columns:1fr}.current-image-count-2{grid-template-columns:repeat(2,1fr)}
.current-image-btn,.event-photo-btn{padding:0;border:0;background:transparent;cursor:pointer;border-radius:12px;overflow:hidden}
.current-image-btn img{width:100%;height:190px;object-fit:cover;display:block}
.current-job-card{margin-top:20px}

/* Veranstaltungen mit Bild */
.event-card-with-image{grid-template-columns:180px 170px 1fr;align-items:center}
.event-photo-btn img{width:100%;height:130px;object-fit:cover;display:block}

/* Kontakt logisch untereinander */
.contact-stack{max-width:900px;display:grid;gap:22px}
.contact-request-card{padding:26px}
.contact-form-systematic{display:grid;gap:14px}
.contact-form-systematic label{display:grid;gap:6px;font-weight:700;color:var(--navy)}
.contact-form-systematic input,.contact-form-systematic textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px;background:#fff;font:inherit;color:var(--ink)}
.contact-form-systematic textarea{min-height:150px;resize:vertical}
.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contact-legal{max-width:420px;margin:0 auto;width:100%}
@media(max-width:850px){.current-feature-card{grid-template-columns:1fr}.event-card-with-image{grid-template-columns:1fr}.event-photo-btn img{height:220px}.contact-form-row{grid-template-columns:1fr}}
@media(max-width:600px){.current-image-grid,.current-image-count-2{grid-template-columns:1fr}.current-image-btn img{height:220px}}


/* Digital Beauty – Bilder vollständig anzeigen, nichts abschneiden */
.gallery-thumb-btn{
  background:#f9f5f6 !important;
}
.gallery-thumb-btn img{
  width:100% !important;
  height:auto !important;
  aspect-ratio:4/3 !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#f9f5f6 !important;
}
.gallery img{
  object-fit:contain !important;
  background:#f9f5f6 !important;
}
.home-image-box{
  aspect-ratio:4/3 !important;
  background:#f9f5f6 !important;
}
.home-image-box img,
.home-image-btn img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#f9f5f6 !important;
}
.hero,
.page-hero-banner{
  background-size:cover !important;
  background-position:center center !important;
}


/* Digital Beauty – finale Bilddarstellung ohne Balken und ohne künstliche Rahmen */
.home-images-grid{align-items:stretch}
.home-image-box{
  aspect-ratio:8/5 !important;
  background:#fff !important;
}
.home-image-box img,
.home-image-btn img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  background:#fff !important;
}
.gallery{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
.gallery-item,
.gallery-thumb-btn{
  background:#fff !important;
}
.gallery-thumb-btn img,
.gallery-item img{
  width:100% !important;
  height:auto !important;
  aspect-ratio:8/5 !important;
  object-fit:cover !important;
  object-position:center !important;
  background:#fff !important;
}
.hero,
.page-hero-banner{
  background-size:cover !important;
  background-position:center center !important;
}
@media(max-width:900px){
  .gallery{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
@media(max-width:560px){
  .gallery{grid-template-columns:1fr !important}
}


/* Digital Beauty – hochauflösende Originalfotos */
.home-image-box,
.home-image-btn{
  aspect-ratio:8/5 !important;
  overflow:hidden !important;
  background:#fff !important;
}
.home-image-box img,
.home-image-btn img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}
.gallery{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px !important;
}
.gallery-item,
.gallery-thumb-btn{
  overflow:hidden !important;
  background:#fff !important;
}
.gallery-thumb-btn img,
.gallery-item img{
  width:100% !important;
  height:260px !important;
  object-fit:cover !important;
  object-position:center !important;
}
.hero,
.page-hero-banner{
  background-size:cover !important;
  background-position:center center !important;
  image-rendering:auto !important;
}
@media(max-width:900px){
  .gallery{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .gallery-thumb-btn img,.gallery-item img{height:220px !important}
}
@media(max-width:560px){
  .gallery{grid-template-columns:1fr !important}
}


/* Digital Beauty – besserer Banner + Kontaktformular direkt sichtbar */
.contact-stack{
  max-width:1180px !important;
  display:grid !important;
  grid-template-columns:minmax(320px,.78fr) minmax(420px,1.22fr) !important;
  gap:24px !important;
  align-items:start !important;
}
.contact-info-card,.contact-request-card{
  height:100%;
}
.contact-legal{
  grid-column:1 / -1 !important;
  max-width:none !important;
  margin:0 !important;
}
.contact-request-card h2{
  font-size:clamp(2.1rem,3.6vw,3.8rem) !important;
  line-height:1 !important;
}
.page-hero.page-hero-banner{
  min-height:190px;
  background-size:cover !important;
  background-position:center center !important;
}
.page-hero.page-hero-banner .wrap{
  padding-top:8px;
  padding-bottom:8px;
}
.page-hero.page-hero-banner h1{
  color:#fff !important;
  max-width:760px;
}
.page-hero.page-hero-banner p{
  color:rgba(255,255,255,.92) !important;
  max-width:720px;
}
@media(max-width:980px){
  .contact-stack{
    grid-template-columns:1fr !important;
    max-width:900px !important;
  }
}


/* SeitenZack Handy-Menü V4 */
.mobile-menu-toggle{display:none}
@media(max-width:900px){
  html,body{max-width:100%;overflow-x:hidden}
  body{overflow-y:auto!important;-webkit-overflow-scrolling:touch}
  .site-header{position:sticky;top:0;z-index:1000;overflow:visible!important}
  .site-header .nav{
    position:relative;min-height:68px;display:flex;align-items:center;
    overflow:visible!important
  }
  .brand{min-width:0;max-width:calc(100% - 58px)}
  .mobile-menu-toggle{
    display:inline-flex!important;width:46px;height:42px;margin-left:auto;
    align-items:center;justify-content:center;border:1px solid #d9e0e6;
    border-radius:11px;background:#fff;color:inherit;font-size:1.35rem;
    font-weight:900;cursor:pointer;z-index:1002
  }
  #main-nav{
    display:none!important;position:fixed!important;left:12px!important;right:12px!important;
    top:86px!important;z-index:1001!important;max-height:calc(100vh - 105px)!important;
    overflow-y:auto!important;padding:12px!important;border:1px solid #dfe5ea!important;
    border-radius:14px!important;background:#fff!important;
    box-shadow:0 18px 45px rgba(20,35,50,.28)!important
  }
  #main-nav.mobile-nav-open{
    display:grid!important;grid-template-columns:1fr!important;gap:4px!important
  }
  #main-nav a,#main-nav a:not(.edit-link){
    display:block!important;width:100%!important;padding:13px 12px!important;margin:0!important;
    border-radius:9px!important;background:#fff!important;color:inherit!important;
    font-size:1rem!important;line-height:1.25!important;text-align:left!important
  }
  #main-nav a.active{background:#edf4f7!important}
  #main-nav .edit-link{
    margin-top:5px!important;background:#eef6fb!important;text-align:center!important
  }
  body>main{height:auto!important;min-height:0!important;overflow:visible!important}
}
