:root{--bg:#121416;--turq:#16C7C9;--white:#ffffff;--outer:56px;--radius-outer:44px;--radius-inner:40px;--shadow:rgba(0,0,0,.55);}
*{box-sizing:border-box}
html,body{height:100%}
body.ahd-body{margin:0;background:var(--bg);color:#e9eef2;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;}

.ahd-page{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:var(--outer);}

.ahd-frame{width:min(1200px, 100%);position:relative;border-radius:var(--radius-outer);box-shadow:0 10px 28px var(--shadow);background:transparent;}
.ahd-frame::before{content:"";position:absolute;inset:0;border-radius:var(--radius-outer);border:8px solid var(--white);pointer-events:none;}
.ahd-frame::after{content:"";position:absolute;inset:8px;border-radius:var(--radius-inner);border:6px solid var(--turq);filter:drop-shadow(0 0 10px rgba(22,199,201,.18));pointer-events:none;}

.ahd-inner{position:relative;padding:24px 26px 34px;}

.ahd-nav{position:sticky;top:18px;z-index:50;display:flex;gap:22px;justify-content:center;align-items:center;margin:10px auto 22px;max-width:880px;padding:18px 22px;border-radius:26px;background:rgba(10,12,13,.75);backdrop-filter:blur(10px);border:1px solid rgba(22,199,201,.22);box-shadow:0 12px 24px rgba(0,0,0,.35);}
.ahd-nav a{color:#e9eef2;text-decoration:none;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:13px;opacity:.95}
.ahd-nav a:hover{color:var(--turq)}

.ahd-hero{position:relative;border-radius:28px;overflow:hidden;padding:54px 22px 44px;background:linear-gradient(to bottom, rgba(0,0,0,.45), rgba(0,0,0,.78)), var(--hero-url) center/cover no-repeat;}
.ahd-hero-overlay{position:absolute;inset:0;background:radial-gradient(60% 70% at 50% 20%, rgba(22,199,201,.10), transparent 60%);pointer-events:none;}

.ahd-logo-wrap{position:relative;display:flex;justify-content:center;margin-top:-8px;margin-bottom:18px;}
.ahd-logo{width:min(520px, 84vw);height:auto;display:block;filter:drop-shadow(0 18px 30px rgba(0,0,0,.45));}

.ahd-hero-text{position:relative;max-width:880px;margin:0 auto;text-align:center;}
.ahd-kicker{
  text-align:center;
  color:#7fd6d8;
  font-size:28px;
  letter-spacing:3px;
  text-transform:uppercase;
  font-weight:700;
  margin-bottom:10px;
}
.ahd-headline{margin:0;color:#f3f7fa;font-weight:900;font-size:clamp(34px,5vw,68px);line-height:1.05;}
.ahd-sub{margin:16px auto 0;max-width:820px;color:rgba(233,238,242,.92);font-size:clamp(15px,1.6vw,18px);line-height:1.55;}

.ahd-cta{margin-top:22px;display:flex;justify-content:center;}
.ahd-cta-row{gap:14px;flex-wrap:wrap;}
.ahd-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;background:rgba(22,199,201,.18);border:1px solid rgba(22,199,201,.55);color:#e9eef2;text-decoration:none;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:13px;box-shadow:0 12px 22px rgba(0,0,0,.35);}
.ahd-btn:hover{background:rgba(22,199,201,.26)}
.ahd-btn-ghost{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14)}
.ahd-btn-ghost:hover{background:rgba(255,255,255,.10)}

.ahd-section{padding:46px 6px 0;}
.ahd-section h2{margin:0;text-align:center;color:#8fe9ea;font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:clamp(22px,3vw,34px);}
.ahd-divider{height:2px;max-width:940px;margin:16px auto 0;background:linear-gradient(90deg, transparent, rgba(22,199,201,.7), transparent);}

.ahd-grid{margin-top:26px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.ahd-card{background:rgba(10,12,13,.62);border:1px solid rgba(22,199,201,.18);border-radius:22px;padding:22px 22px;box-shadow:0 14px 26px rgba(0,0,0,.32);}
.ahd-card h3{margin:0 0 10px;color:#f1f6f9;font-weight:900;letter-spacing:.10em;text-transform:uppercase;font-size:18px;}
.ahd-meta{margin:0;color:rgba(233,238,242,.90);font-size:16px;line-height:1.6}
.ahd-list{margin:10px 0 0;padding-left:18px;color:rgba(233,238,242,.92)}
.ahd-list li{margin:8px 0}

.ahd-contact-line{display:flex;gap:10px;align-items:flex-start;margin:10px 0}
.ahd-dot{width:10px;height:10px;border-radius:50%;margin-top:6px;background:var(--turq);box-shadow:0 0 10px rgba(22,199,201,.22)}

.ahd-event{display:grid;gap:14px;}
.ahd-event-img{width:100%;height:auto;border-radius:16px;border:1px solid rgba(255,255,255,.10);display:block;}

.ahd-note{margin-top:14px;text-align:center;color:rgba(233,238,242,.72);font-size:14px;}
.ahd-note code{background:rgba(255,255,255,.06);padding:2px 6px;border-radius:8px}

.ahd-footer{padding:34px 0 8px;text-align:center;color:rgba(233,238,242,.65);font-size:14px;}

/* Responsive */
@media (max-width: 900px){
  .ahd-page{padding:22px}
  .ahd-inner{padding:18px 16px 26px}
  .ahd-grid{grid-template-columns:1fr}
  .ahd-nav{gap:14px;padding:14px 14px;flex-wrap:wrap}
}
@media (max-width: 520px){
  .ahd-nav a{font-size:12px}
  .ahd-hero{padding:44px 16px 34px}
}
.ahd-footer{
  padding: 34px 0 20px;
  text-align:center;
  color: rgba(233,238,241,.55);
  font-size: 14px;
}

.ahd-footer-link{
  color: rgba(255,255,255,.75);
  text-decoration: none;
  margin: 0 6px;
  font-weight: 600;
  transition: 0.2s ease;
}

.ahd-footer-link:hover{
  color: #16C7C9;
}

.ahd-footer-link:hover{
  color:#16C7C9;
}

/* Smooth Scroll */
html{
  scroll-behavior:smooth;
}

/* Öffnungszeiten */

.ahd-hours{
max-width:700px;
margin:0 auto;
text-align:center;
padding:30px;
font-size:inherit;
}

.ahd-hours-grid{
max-width:500px;
margin:0 auto;
}

.ahd-hours-row{
display:flex;
justify-content:space-between;
align-items:center;
padding:8px 0;
border-bottom:1px solid rgba(255,255,255,0.08);
font-size:inherit;
}

.ahd-hours-row span:first-child{
text-align:left;
}

.ahd-hours-row span:last-child{
color:#16C7C9;
font-weight:600;
text-align:right;
}

.ahd-hours-note{
margin-top:25px;
opacity:0.85;
line-height:1.6;
}

.ahd-hours-kitchen{
margin-top:35px;
color:#16C7C9;
font-weight:700;
letter-spacing:1px;
}

.ahd-hours-kitchen-text{
margin-top:10px;
color:#16C7C9;
line-height:1.6;
}

.ahd-time{
color:#16C7C9;
}

/* Öffnungszeiten Küche: Text weiß, nur Zeiten türkis */
.ahd-hours-kitchen-text{
  color: rgba(255,255,255,0.86) !important; /* normaler Text */
}

.ahd-hours-kitchen-text .ahd-time{
  color: #16C7C9 !important;               /* nur Zeiten */
  font-weight: 700;
}

.ahd-hero-welcome{
  text-align:center;
  color:#7fd6d8; /* gleiche Farbe wie Überschriften */
  font-size:28px;
  letter-spacing:3px;
  margin-bottom:10px;
  font-weight:700;
  text-transform:uppercase;
}