:root{
  --bg:#f7f2ea;
  --paper:#efe6d9;
  --card:rgba(255,255,255,.88);
  --text:#1f1f1f;
  --muted:#6b6258;
  --accent:#8a6a3c;
  --border:rgba(138,106,60,.28);
  --shadow:0 12px 28px rgba(0,0,0,.08);
  --radius:22px;

  --font-body:"Inter",sans-serif;
  --font-head:"Cormorant Garamond",serif;
}

*{box-sizing:border-box}
body{margin:0;font-family:var(--font-body);background:var(--bg);color:var(--text)}
a{text-decoration:none;color:inherit}
.container{width:min(1120px,92%);margin:auto}

/* ================= NAV ================= */
.header{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(138,106,60,.14);
  box-shadow:0 4px 18px rgba(0,0,0,.04);
}

.nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 0;
  min-height:82px;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
}

.logo{
  height:62px;
  width:auto;
  display:block;
  transition:transform .25s ease;
}

.logo:hover{
  transform:scale(1.03);
}

.brand-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.brand-title{
  font-family:var(--font-head);
  font-size:24px;
  letter-spacing:4px;
  line-height:1;
  margin:0;
}

.brand-sub{
  font-size:12px;
  color:var(--muted);
  margin-top:4px;
  letter-spacing:.04em;
}

.nav-links{
  display:flex;
  align-items:center;
  gap:10px;
}

.nav-links a{
  position:relative;
  padding:10px 14px;
  border-radius:999px;
  font-weight:600;
  font-size:15px;
  color:var(--text);
  transition:
    color .25s ease,
    background .25s ease,
    transform .2s ease;
}

.nav-links a:hover{
  color:var(--accent);
  background:rgba(138,106,60,.08);
  transform:translateY(-1px);
}

.nav-links a::after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:6px;
  height:1.5px;
  background:var(--accent);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .25s ease;
  border-radius:999px;
}

.nav-links a:hover::after{
  transform:scaleX(1);
}

/* HERO */
.hero{padding:60px 0}
.hero-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:48px;align-items:center}
.hero-image-wrapper{border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.hero-image{width:100%;height:400px;object-fit:cover;display:block;filter:brightness(0.96) contrast(1.05)}
.kicker{letter-spacing:.35em;text-transform:uppercase;color:var(--accent);font-size:12px}
.hero-text h1{font-family:var(--font-head);font-size:48px;margin:14px 0}
.accent{color:var(--accent)}
.lead{color:var(--muted);line-height:1.8;max-width:520px}

/* CARDS */
.elegant-card{
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.85));
  border-radius:var(--radius);
  padding:24px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.4),0 10px 24px rgba(0,0,0,.06);
}
.bordered{position:relative;border:1px solid var(--border)}
.bordered::before{content:"";position:absolute;inset:0;border-radius:var(--radius);border:1px solid rgba(255,255,255,.35);pointer-events:none}
.muted{color:var(--muted)}

.info-card{margin-top:18px}
.info-card h3,.card h3{
  font-size:12px;
  letter-spacing:.25em;
  text-transform:uppercase;
  margin:0 0 16px;
  color:#3c3326;
}

/* Öffnungszeiten */
.hours{display:grid;gap:14px}
.hours .row{display:grid;grid-template-columns:140px 1fr;align-items:center;padding:12px 16px;border-radius:18px;border:1px solid rgba(138,106,60,.18);background:rgba(239,230,217,.28)}
.hours .day{font-weight:700;color:#3c3326}
.hours .time{color:var(--muted)}
.hours .note{font-weight:600;color:rgba(107,98,88,.85)}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;background:var(--accent);color:#fff;border-radius:14px;font-weight:700;transition:.2s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 6px 14px rgba(0,0,0,.12)}
.link{color:var(--accent);font-weight:700}
.menu-cta{margin-top:22px;text-align:center}

/* Sections */
.section{padding:70px 0}
.section-alt{background:var(--paper)}

/* ===== Galerie Filmstreifen (1 Zeile) ===== */
.gallery-top{
  text-align:center;
  margin-bottom:25px;
}

.gallery-top h2{
  font-family:var(--font-head);
  font-size:52px;
  margin:0;
}

.gallery-top p{
  margin:8px 0 0 0;
  color:var(--muted);
}

/* Streifen */
.marquee{
  position:relative;
  overflow:hidden;
  padding:14px 0;
}

/* weiche Kanten links/rechts */
.marquee::before,
.marquee::after{
  content:"";
  position:absolute;
  top:0;bottom:0;
  width:90px;
  z-index:2;
  pointer-events:none;
}
.marquee::before{
  left:0;
  background:linear-gradient(90deg, rgba(247,242,234,1), rgba(247,242,234,0));
}
.marquee::after{
  right:0;
  background:linear-gradient(270deg, rgba(247,242,234,1), rgba(247,242,234,0));
}

/* Track – endlos */
.marquee-track{
  display:flex;
  gap:16px;
  width:max-content;
  animation: scroll 22s linear infinite;
  padding-left:16px;
}

/* Bilder */
.marquee-track img{
  height:160px;
  width:auto;
  object-fit:contain;
  border-radius:16px;
  box-shadow:0 10px 20px rgba(0,0,0,.08);
  border:1px solid rgba(138,106,60,.18);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Hover Effekt */
.marquee-track img:hover{
  transform: scale(1.08);
  box-shadow: 0 18px 35px rgba(0,0,0,.18);
}

/* Pause beim Hover */
.marquee:hover .marquee-track{
  animation-play-state: paused;
}

/* Endlos Bewegung */
@keyframes scroll{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

/* Kontakt */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.contact-cards.vertical{display:flex;flex-direction:column;gap:26px;margin-top:18px}
.review-box{margin-top:26px;text-align:center}
.map{align-self:center}

/* ================= FOOTER ================= */
.footer{
  padding:50px 0 30px;
  border-top:1px solid rgba(138,106,60,.14);
  background:
    linear-gradient(180deg, rgba(243,236,223,.85) 0%, rgba(239,230,217,1) 100%);
  margin-top:40px;
}

.footer-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:40px;
  margin-bottom:26px;
}

.footer h3,
.footer h4{
  font-family:var(--font-head);
  margin:0 0 16px;
  font-weight:600;
  letter-spacing:.02em;
  color:var(--text);
  position:relative;
}

.footer h4::after,
.footer h3::after{
  content:"";
  display:block;
  width:36px;
  height:2px;
  margin-top:10px;
  background:rgba(138,106,60,.45);
  border-radius:999px;
}

.footer p,
.footer a{
  color:var(--muted);
  line-height:1.9;
  margin:0 0 10px;
  transition:color .25s ease, transform .25s ease;
}

.footer a:hover{
  color:var(--accent);
  transform:translateX(2px);
}

.footer-grid > div{
  padding:4px 0;
}

.footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid rgba(138,106,60,.12);
  padding-top:18px;
  color:var(--muted);
  font-size:15px;
}

.footer-bottom p{
  margin:0;
}

.footer-bottom-links{
  display:flex;
  gap:20px;
}

.footer-bottom-links a{
  margin:0;
  position:relative;
}

.footer-bottom-links a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-3px;
  width:100%;
  height:1px;
  background:rgba(138,106,60,.45);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s ease;
}

.footer-bottom-links a:hover::after{
  transform:scaleX(1);
}

/* Responsive */
@media(max-width:900px){
  .footer-grid{
    grid-template-columns:1fr 1fr;
  }

  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
}

@media(max-width:600px){
  .footer-grid{
    grid-template-columns:1fr;
  }
}

/* Responsive */
@media(max-width:900px){
  .footer-grid{
    grid-template-columns:1fr 1fr;
  }

  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
}

@media(max-width:600px){
  .footer-grid{
    grid-template-columns:1fr;
  }
}

/* Responsive */
@media(max-width:900px){
  .hero-grid,.contact-grid{grid-template-columns:1fr}
  .hero-image{height:300px}
.marquee-track img{
  height:130px;
  width:auto;
  object-fit:contain;
}  .hours .row{grid-template-columns:120px 1fr}
}

.anemos-title{
  font-family: var(--font-head);
  font-size: 52px;
  letter-spacing: 6px;
  text-align: center;
  margin-bottom: 10px;
}

.hero-text h1::after{
  content:"";
  display:block;
  width:80px;
  height:2px;
  background:var(--accent);
  margin-top:12px;
}

/* ===== AKTUELL SEITE ===== */

.aktuell-hero{
  padding-top: 70px;
}

.aktuell-head{
  text-align: center;
  margin-bottom: 50px;
}

.page-title{
  font-family: var(--font-head);
  font-size: 54px;
  margin: 0 0 12px;
}

.page-lead{
  color: var(--muted);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.8;
}

.aktuell-cards{
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.aktuell-feature{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88));
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 26px;
  overflow: hidden;
}

.aktuell-feature.reverse{
  direction: rtl;
}

.aktuell-feature.reverse > *{
  direction: ltr;
}

/* 🔥 WICHTIG: Bild-Wrapper */
.aktuell-image-wrap{
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 4/3; /* verhindert komisches Abschneiden */
}

/* 🔥 BILD FIX */
.aktuell-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 22px;
  transition: transform 0.45s ease;
}

/* Hover Effekt */
.aktuell-feature:hover .aktuell-image{
  transform: scale(1.04);
}

.aktuell-content h2{
  font-family: var(--font-head);
  font-size: 38px;
  margin: 8px 0 12px;
}

.aktuell-badge{
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(138,106,60,.10);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.aktuell-list{
  margin: 20px 0;
  padding-left: 20px;
  line-height: 1.9;
  color: var(--text);
}

.small-note{
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 8px;
}

/* Responsive */
@media(max-width:900px){
  .aktuell-feature,
  .aktuell-feature.reverse{
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .aktuell-image-wrap{
    aspect-ratio: 4/3;
  }

  .page-title{
    font-size: 40px;
  }

  .aktuell-content h2{
    font-size: 30px;
  }
}


.instagram-section{
  background: var(--paper);
}

.instagram-box{
  display:flex;
  align-items:center;
  gap:40px;
  background:white;
  border-radius:28px;
  padding:30px;
  border:1px solid var(--border);
}

.instagram-left img{
  width:120px;
  border-radius:50%;
}

.instagram-right h2{
  font-family:var(--font-head);
  font-size:36px;
  margin-bottom:10px;
}

.insta-btn{
  margin-top:15px;
  display:inline-block;
}

.aktuell-preview{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin:30px 0;
}

.preview-card{
  text-align:center;
}

.preview-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:20px;
  transition:0.3s;
}

.preview-card img:hover{
  transform:scale(1.05);
}

.preview-card h3{
  margin-top:10px;
  font-family:var(--font-head);
}

/* ===== Aktuelle Empfehlungen schöner ===== */
.empfehlungen-box{
  background: linear-gradient(180deg, rgba(255,255,255,.60), rgba(255,255,255,.35));
  border: 1px solid rgba(138,106,60,.14);
  border-radius: 30px;
  padding: 38px 34px;
  box-shadow: 0 12px 30px rgba(0,0,0,.05);
}

.empfehlungen-head{
  text-align: center;
  margin-bottom: 30px;
}

.empfehlungen-head h2{
  font-family: var(--font-head);
  font-size: 42px;
  margin: 0 0 10px;
}

.empfehlungen-head h2::after{
  content:"";
  display:block;
  width:70px;
  height:2px;
  margin:12px auto 0;
  background: rgba(138,106,60,.55);
  border-radius:999px;
}

.empfehlungen-head p{
  margin:0;
}

.aktuell-preview{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin:30px 0;
}

.preview-card{
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(138,106,60,.12);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(0,0,0,.05);
  transition: transform .3s ease, box-shadow .3s ease;
}

.preview-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(0,0,0,.10);
}

.preview-card img{
  width:100%;
  height:240px;
  object-fit:cover;
  display:block;
  transition: transform .35s ease;
}

.preview-card:hover img{
  transform: scale(1.04);
}

.preview-content{
  padding: 16px 18px 18px;
  text-align: center;
}

.preview-card h3{
  margin:0;
  font-family: var(--font-head);
  font-size: 34px;
  font-weight: 600;
}

.empfehlungen-button{
  text-align:center;
  margin-top: 12px;
}

@media(max-width:900px){
  .aktuell-preview{
    grid-template-columns:1fr;
  }

  .empfehlungen-box{
    padding:28px 20px;
  }

  .empfehlungen-head h2{
    font-size:34px;
  }
}

/* ================= MOBILE / TABLET ================= */
@media (max-width: 900px){

  .container{
    width:min(94%, 94%);
  }

  .nav{
    flex-direction:column;
    gap:12px;
    padding:14px 0;
  }

  .logo{
    height:52px;
  }

  .nav-links{
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
  }

  .nav-links a{
    margin:0;
    padding:8px 12px;
    font-size:14px;
  }

  .hero{
    padding:40px 0;
  }

  .hero-grid{
    grid-template-columns:1fr;
    gap:28px;
  }

  .hero-image{
    height:260px;
    border-radius:22px;
  }

  .hero-text{
    text-align:center;
  }

  .hero-text h1{
    font-size:38px;
    line-height:1.05;
  }

  .hero-text h1::after{
    margin:12px auto 0;
  }

  .lead{
    max-width:100%;
    font-size:16px;
  }

  .info-card{
    margin-top:16px;
  }

  .hours .row{
    grid-template-columns:1fr;
    gap:6px;
    text-align:left;
  }

  .hours .day{
    font-size:15px;
  }

  .hours .time{
    font-size:15px;
  }

  .section{
    padding:50px 0;
  }

  .gallery-top h2,
  .anemos-title,
  .page-title{
    font-size:36px;
  }

  .gallery-top p,
  .gallery-subtitle,
  .page-lead{
    font-size:15px;
    line-height:1.7;
  }

  .marquee-track{
    gap:12px;
  }

  .marquee-track img{
    height:120px;
    width:auto;
  }

  .empfehlungen-box{
    padding:26px 18px;
    border-radius:24px;
  }

  .empfehlungen-head h2{
    font-size:32px;
  }

  .aktuell-preview{
    grid-template-columns:1fr;
    gap:18px;
  }

  .preview-card img{
    height:220px;
  }

  .preview-card h3{
    font-size:28px;
  }

  .instagram-box{
    flex-direction:column;
    text-align:center;
    gap:22px;
    padding:24px 18px;
  }

  .instagram-left img{
    width:90px;
  }

  .instagram-right h2{
    font-size:30px;
  }

  .philosophy-box{
    padding:24px 18px;
    border-radius:24px;
  }

  .philosophy-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .philosophy-card h3{
    font-size:24px;
  }

  .contact-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .review-box{
    max-width:100%;
  }

  .map iframe{
    height:260px;
  }

  .aktuell-feature,
  .aktuell-feature.reverse{
    grid-template-columns:1fr;
    direction:ltr;
    gap:20px;
    padding:18px;
    border-radius:22px;
  }

  .aktuell-image-wrap{
    aspect-ratio:4/3;
  }

  .aktuell-content h2{
    font-size:30px;
  }

  .aktuell-list{
    line-height:1.75;
  }

  .footer{
    padding:38px 0 24px;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:24px;
  }

  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .footer-bottom-links{
    flex-wrap:wrap;
    gap:12px;
  }
}

/* ================= KLEINE HANDYS ================= */
@media (max-width: 600px){

  .hero-text h1{
    font-size:32px;
  }

  .gallery-top h2,
  .anemos-title,
  .page-title{
    font-size:30px;
    letter-spacing:3px;
  }

  .preview-card img{
    height:200px;
  }

  .aktuell-content h2{
    font-size:26px;
  }

  .instagram-right h2,
  .empfehlungen-head h2,
  .philosophy-head h2{
    font-size:28px;
  }

  .footer-grid{
    grid-template-columns:1fr;
  }

  .logo{
    height:46px;
  }

  .btn{
    width:100%;
    text-align:center;
  }
}