/* =========================================================
   SCHIRMBAR EMSTEK
   Grundstil / Designsystem
   Joomla 6 / Helix Ultimate / SPPB
   ========================================================= */

:root {
  --ht-primary: #1b1b1b;
  --ht-primary-soft: #252525;
  --ht-primary-dark: #111111;

  --ht-accent: #caa062;          /* Sand/Gold */
  --ht-accent-dark: #a98249;
  --ht-accent-soft: #e4c89d;

  --ht-bg: #1a1a1a;              /* Haupt-Hintergrund */
  --ht-bg-alt: #222222;          /* alternative dunkle Fläche */
  --ht-surface: #262626;         /* Cards / Boxen */
  --ht-surface-2: #2f2f2f;       /* Hover / zweite Ebene */

  --ht-white: #ffffff;
  --ht-text: #f2efe9;
  --ht-text-soft: #d0cbc3;
  --ht-text-muted: #a79f94;

  --ht-border: rgba(255, 255, 255, 0.08);
  --ht-border-strong: rgba(202, 160, 98, 0.24);

  --ht-font-head: "Bree Serif", Georgia, serif;
  --ht-font-body: "Source Sans 3", Arial, sans-serif;

  --ht-radius: 18px;
  --ht-radius-sm: 10px;
  --ht-radius-lg: 28px;

  --ht-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  --ht-shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.18);

  --ht-section-space: clamp(72px, 8vw, 128px);
  --ht-section-space-sm: clamp(42px, 5vw, 72px);

  --ht-container-narrow: 880px;
  --ht-container-wide: 1320px;
}

/* =========================================================
   FONTS LOKAL
   ========================================================= */

/* Bree Serif */
@font-face {
  font-family: 'Bree Serif';
  src: url('/templates/shaper_helixultimate/fonts/bree-serif/bree-serif-v18-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Source Sans 3 – Regular */
@font-face {
  font-family: 'Source Sans 3';
  src: url('/templates/shaper_helixultimate/fonts/source-sans-3/source-sans-3-v19-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Source Sans 3 – Italic */
@font-face {
  font-family: 'Source Sans 3';
  src: url('/templates/shaper_helixultimate/fonts/source-sans-3/source-sans-3-v19-latin-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Source Sans 3 – Medium */
@font-face {
  font-family: 'Source Sans 3';
  src: url('/templates/shaper_helixultimate/fonts/source-sans-3/source-sans-3-v19-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Source Sans 3 – SemiBold */
@font-face {
  font-family: 'Source Sans 3';
  src: url('/templates/shaper_helixultimate/fonts/source-sans-3/source-sans-3-v19-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Source Sans 3 – Bold */
@font-face {
  font-family: 'Source Sans 3';
  src: url('/templates/shaper_helixultimate/fonts/source-sans-3/source-sans-3-v19-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Source Sans 3 – ExtraBold */
@font-face {
  font-family: 'Source Sans 3';
  src: url('/templates/shaper_helixultimate/fonts/source-sans-3/source-sans-3-v19-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Source Sans 3 – Black */
@font-face {
  font-family: 'Source Sans 3';
  src: url('/templates/shaper_helixultimate/fonts/source-sans-3/source-sans-3-v19-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* =========================================================
   Basis
   ========================================================= */

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--ht-font-body);
  font-size: 18px;
  line-height: 1.7;
  color: var(--ht-text);
  background: var(--ht-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.site.com-sppagebuilder {
  background: var(--ht-bg);
}

a {
  color: var(--ht-accent);
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

a:hover,
a:focus {
  color: var(--ht-white);
  text-decoration: none;
}

p {
  margin-bottom: 1.15em;
  color: var(--ht-text-soft);
}

strong,
b {
  color: var(--ht-white);
  font-weight: 700;
}

small {
  color: var(--ht-text-muted);
}

img {
  max-width: 100%;
  height: auto;
}

::selection {
  background: rgba(202, 160, 98, 0.22);
  color: var(--ht-white);
}

/* =========================================================
   Headlines
   ========================================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ht-font-head);
  color: var(--ht-white);
  line-height: 1.08;
  letter-spacing: 0.01em;
  margin-bottom: 0.45em;
}

h1 {
  font-size: clamp(2.7rem, 6vw, 5.2rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
}

h4 {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.95rem;
}

/* =========================================================
   Listen / Standard-Content
   ========================================================= */

ul,
ol {
  margin-bottom: 1.2em;
  padding-left: 1.2em;
}

li {
  margin-bottom: 0.35em;
  color: var(--ht-text-soft);
}

hr {
  border: 0;
  height: 1px;
  background: var(--ht-border);
  margin: 2rem 0;
}

/* =========================================================
   Header / Sticky Header
   ========================================================= */

#sp-header {
  background: rgba(17, 17, 17, 0.86);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

#sp-header.header-with-bg {
  background: rgba(17, 17, 17, 0.94);
}

#sp-header .logo a,
#sp-header .logo a:hover,
#sp-header .logo a:focus {
  color: var(--ht-white);
}

#sp-header .sp-megamenu-parent > li > a,
#sp-header .sp-megamenu-parent > li > span {
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--ht-font-body);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

#sp-header .sp-megamenu-parent > li:hover > a,
#sp-header .sp-megamenu-parent > li.active > a,
#sp-header .sp-megamenu-parent > li > a:hover,
#sp-header .sp-megamenu-parent > li > a:focus {
  color: var(--ht-accent);
}

.burger-icon > span {
  background-color: var(--ht-white);
}
#events {
  scroll-margin-top: 30px;
}
#speisen {
  scroll-margin-top: 80px;
}
/* =========================================================
   Helix / SPPB Grundanpassungen
   ========================================================= */

.sp-page-builder .page-content #section-id-,
.sppb-section {
  background-color: transparent;
}

.sppb-section,
.sppb-addon {
  position: relative;
}

.sppb-row-container {
  max-width: var(--ht-container-wide);
}

.sppb-btn {
  font-family: var(--ht-font-body);
  font-weight: 700;
  border-radius: 999px;
  padding: 14px 24px;
  transition: all 0.25s ease;
  box-shadow: none;
}

.sppb-btn:hover,
.sppb-btn:focus {
  transform: translateY(-2px);
}

.sppb-btn.sppb-btn-primary,
.sppb-btn-primary {
  background: var(--ht-accent);
  border-color: var(--ht-accent);
  color: #181512;
}

.sppb-btn.sppb-btn-primary:hover,
.sppb-btn.sppb-btn-primary:focus,
.sppb-btn-primary:hover,
.sppb-btn-primary:focus {
  background: var(--ht-accent-dark);
  border-color: var(--ht-accent-dark);
  color: var(--ht-white);
}

.sppb-btn.sppb-btn-default,
.sppb-btn-default {
  background: transparent;
  border: 1px solid var(--ht-border-strong);
  color: var(--ht-white);
}

.sppb-btn.sppb-btn-default:hover,
.sppb-btn.sppb-btn-default:focus,
.sppb-btn-default:hover,
.sppb-btn-default:focus {
  background: var(--ht-accent);
  border-color: var(--ht-accent);
  color: #181512;
}

.sppb-addon-title {
  color: var(--ht-white);
}

/* =========================================================
   Utility Classes
   ========================================================= */

.ht-section {
  padding-top: var(--ht-section-space);
  padding-bottom: var(--ht-section-space);
}

.ht-section-sm {
  padding-top: var(--ht-section-space-sm);
  padding-bottom: var(--ht-section-space-sm);
}

.ht-dark {
  background: var(--ht-bg);
}

.ht-dark-alt {
  background: var(--ht-bg-alt);
}

.ht-surface {
  background: var(--ht-surface);
  border: 1px solid var(--ht-border);
  border-radius: var(--ht-radius);
  box-shadow: var(--ht-shadow-soft);
}

.ht-surface-2 {
  background: var(--ht-surface-2);
  border: 1px solid var(--ht-border);
  border-radius: var(--ht-radius);
  box-shadow: var(--ht-shadow-soft);
}

.ht-narrow {
  max-width: var(--ht-container-narrow);
  margin-left: auto;
  margin-right: auto;
}

.ht-center {
  text-align: center;
}

.ht-muted {
  color: var(--ht-text-muted);
}

.ht-lead {
  font-size: clamp(1.1rem, 2vw, 1.28rem);
  line-height: 1.65;
  color: var(--ht-text-soft);
}

.ht-accent {
  color: var(--ht-accent);
}

/* =========================================================
   Eyebrow / Intro
   ========================================================= */

.ht-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(202, 160, 98, 0.10);
  border: 1px solid rgba(202, 160, 98, 0.22);
  color: var(--ht-accent-soft);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ht-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ht-accent);
  flex: 0 0 8px;
}

.ht-intro-text {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   Hero
   ========================================================= */

.ht-hero {
  position: relative;
  overflow: hidden;
}

.ht-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.58) 70%, rgba(26, 26, 26, 0.92) 100%);
  z-index: 1;
  pointer-events: none;
}

.ht-hero .sppb-container-inner,
.ht-hero .sppb-row-container,
.ht-hero .sppb-row,
.ht-hero .sppb-column,
.ht-hero .sppb-column-addons {
  position: relative;
  z-index: 2;
}

.ht-hero-title h1,
.ht-hero-title h2 {
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

.ht-hero p {
  color: rgba(255, 255, 255, 0.9);
}

.ht-hero-logo img {
  max-width: 240px;
  width: 100%;
  height: auto;
}

.ht-hero-image img {
  border-radius: var(--ht-radius-lg);
  box-shadow: var(--ht-shadow);
}

/* =========================================================
   Cards allgemein
   ========================================================= */

.ht-card {
  height: 100%;
  padding: 28px;
  background: var(--ht-surface);
  border: 1px solid var(--ht-border);
  border-radius: var(--ht-radius);
  box-shadow: var(--ht-shadow-soft);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.ht-card:hover {
  transform: translateY(-4px);
  border-color: var(--ht-border-strong);
  background: var(--ht-surface-2);
}

.ht-card h3,
.ht-card h4 {
  margin-bottom: 0.45em;
}

.ht-card p:last-child,
.ht-card ul:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Quickfacts / Infoboxen
   ========================================================= */

.ht-fact-card {
  text-align: center;
  padding: 26px 22px;
}

.ht-fact-card strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 6px;
  color: var(--ht-white);
}

.ht-fact-card span,
.ht-fact-card p {
  display: block;
  margin: 0;
  color: var(--ht-text-soft);
}

/* =========================================================
   Event Cards
   ========================================================= */

.ht-event-card {
  height: 100%;
  padding: 28px;
  background: linear-gradient(180deg, rgba(202, 160, 98, 0.06), rgba(202, 160, 98, 0.02)), var(--ht-surface);
  border: 1px solid var(--ht-border-strong);
  border-radius: var(--ht-radius);
  box-shadow: var(--ht-shadow-soft);
}

.ht-event-date {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(202, 160, 98, 0.12);
  color: var(--ht-accent-soft);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ht-event-card h3,
.ht-event-card h4 {
  margin-bottom: 10px;
}

.ht-event-meta {
  font-weight: 700;
  color: var(--ht-white);
  margin-bottom: 10px;
}

.ht-event-note {
  color: var(--ht-text-muted);
  font-size: 0.98rem;
}

/* =========================================================
   Gastro Cards
   ========================================================= */

.ht-gastro-card {
  height: 100%;
  padding: 30px;
  background: var(--ht-surface);
  border: 1px solid var(--ht-border);
  border-radius: var(--ht-radius);
  box-shadow: var(--ht-shadow-soft);
  text-align: center;
}

.ht-gastro-card img {
  max-height: 70px;
  width: auto;
  margin: 0 auto 18px;
  object-fit: contain;
}



/* =========================================================
   CTA / Reservierung
   ========================================================= */

.ht-cta-box {
  padding: clamp(28px, 4vw, 44px);
  background:
    linear-gradient(135deg, rgba(202, 160, 98, 0.14), rgba(202, 160, 98, 0.04)),
    var(--ht-surface);
  border: 1px solid var(--ht-border-strong);
  border-radius: var(--ht-radius-lg);
  box-shadow: var(--ht-shadow);
}

.ht-mail-link {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 800;
  color: var(--ht-white);
  word-break: break-word;
}

.ht-mail-link:hover,
.ht-mail-link:focus {
  color: var(--ht-accent-soft);
}

/* =========================================================
   Unterseiten Speisekarten
   ========================================================= */

.ht-menu-page {
  background: var(--ht-bg);
}

.ht-menu-page .sppb-section {
  background: transparent;
}

.ht-menu-intro {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.ht-menu-sheet,
.ht-menu-card {
  background: var(--ht-surface);
  border: 1px solid var(--ht-border);
  border-radius: var(--ht-radius);
  box-shadow: var(--ht-shadow-soft);
}

.ht-menu-sheet {
  padding: 28px;
}

.ht-menu-card {
  padding: 22px 24px;
}

.ht-menu-card h3,
.ht-menu-card h4 {
  margin-bottom: 8px;
}

.ht-menu-card p {
  margin-bottom: 0;
}

.ht-menu-price {
  color: var(--ht-accent-soft);
  font-weight: 800;
  white-space: nowrap;
}

/* =========================================================
   Footer / allgemeine Module
   ========================================================= */

#sp-footer,
#sp-bottom {
  background: #141414;
  color: var(--ht-text-muted);
}

#sp-footer a,
#sp-bottom a {
  color: var(--ht-text-soft);
}

#sp-footer a:hover,
#sp-bottom a:hover {
  color: var(--ht-accent);
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 991px) {
  #sp-header {
    height: 72px;
  }

  .ht-card,
  .ht-event-card,
  .ht-gastro-card,
  .ht-cta-box {
    padding: 24px;
  }

  .ht-hero-logo img {
    max-width: 200px;
  }
}

@media (max-width: 575px) {
  #sp-header {
    height: 64px;
  }

  body {
    font-size: 17px;
  }

  .ht-card,
  .ht-event-card,
  .ht-gastro-card,
  .ht-menu-sheet,
  .ht-menu-card {
    padding: 20px;
  }

  .ht-eyebrow {
    font-size: 0.78rem;
    letter-spacing: 0.06em;
  }

  h1 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  h2 {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .ht-mail-link {
    font-size: 1.05rem;
  }
}
.ht-hero {
  display: flex;
  align-items: center;
}

.ht-hero-minheight {
  min-height: clamp(640px, 88vh, 920px);
}

.ht-hero .sppb-row-container {
  position: relative;
  z-index: 2;
}

.ht-hero-row {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.ht-hero-logo {
  margin-bottom: 18px;
}

.ht-hero-logo img {
  max-width: 250px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.ht-hero-title h1,
.ht-hero-title h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

.ht-hero .ht-lead,
.ht-hero p.ht-lead,
.ht-hero .sppb-addon-text-block .ht-lead {
  max-width: 760px;
  margin: 0 auto 24px;
  color: rgba(255,255,255,0.92);
}

.ht-hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.ht-hero-note {
  margin-top: 18px;
  font-size: 1rem;
  color: var(--ht-text-soft);
}

.ht-hero-note strong {
  color: var(--ht-white);
  font-weight: 700;
}

@media (max-width: 991px) {
  .ht-hero-minheight {
    min-height: clamp(560px, 78vh, 760px);
  }

  .ht-hero-logo img {
    max-width: 210px;
  }
}

@media (max-width: 575px) {
  .ht-hero-minheight {
    min-height: clamp(500px, 72vh, 680px);
  }

  .ht-hero-logo img {
    max-width: 180px;
  }

  .ht-hero-note {
    font-size: 0.95rem;
  }
}
.ht-hero-minheight {
  min-height: clamp(640px, 88vh, 920px);
}

@media (max-width: 991px) {
  .ht-hero-minheight {
    min-height: clamp(560px, 78vh, 760px);
  }
}

@media (max-width: 575px) {
  .ht-hero-minheight {
    min-height: clamp(500px, 72vh, 680px);
  }
}
.ht-facts-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.ht-fact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.ht-fact-card span + span {
  margin-top: 2px;
}

.ht-fact-card a {
  color: var(--ht-white);
  font-weight: 700;
}

.ht-fact-card a:hover,
.ht-fact-card a:focus {
  color: var(--ht-accent-soft);
}

@media (max-width: 1199px) {
  .ht-facts-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ht-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .ht-facts-grid {
    grid-template-columns: 1fr;
  }
}
.ht-facts-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 991px) {
  .ht-facts-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .ht-facts-3 {
    grid-template-columns: 1fr;
  }
}
.ht-gastro-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
	margin-top: 80px;
}

.ht-gastro-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  height: 100%;
  padding: 30px;
  background: var(--ht-surface);
  border: 1px solid var(--ht-border);
  border-radius: var(--ht-radius);
  box-shadow: var(--ht-shadow-soft);
  text-align: center;
}

.ht-gastro-card img {
  display: block;
  max-height: 100px;
  width: auto;
  max-width: 100%;
  margin: 0 auto 10px;
  object-fit: contain;
}

.ht-gastro-card:first-child img {
  max-height: 82px;
}

.ht-gastro-card h3 {
  margin-bottom: 0.2em;
}

.ht-gastro-list {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
}

.ht-gastro-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--ht-text-soft);
}

.ht-gastro-list li:last-child {
  margin-bottom: 0;
}

.ht-gastro-list li i {
  color: var(--ht-accent);
  font-size: 0.95rem;
  line-height: 1;
  flex: 0 0 auto;
}

.ht-gastro-buttons {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.ht-gastro-buttons .ht-btn-gastro {
  flex: 1 1 0;
}

.ht-btn-gastro {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  text-align: center;
  background: rgba(202, 160, 98, 0.08);
  border: 1px solid var(--ht-border-strong);
  color: var(--ht-white);
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.25s ease;
}

.ht-btn-gastro:hover,
.ht-btn-gastro:focus {
  background: var(--ht-accent);
  border-color: var(--ht-accent);
  color: #181512;
  transform: translateY(-2px);
}

/* Anadolu mit nur einem Button */
.ht-gastro-card--single .ht-gastro-buttons {
  justify-content: center;
}

.ht-gastro-card--single .ht-btn-gastro {
  flex: 0 1 320px;
}

/* Tablet */
@media (max-width: 991px) {
  .ht-gastro-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ht-gastro-card {
    padding: 26px;
  }

  .ht-gastro-card img {
    max-height: 66px;
  }

  .ht-gastro-card:first-child img {
    max-height: 74px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .ht-gastro-card {
    padding: 22px 18px;
    gap: 16px;
  }

  .ht-gastro-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .ht-gastro-card--single .ht-btn-gastro {
    flex-basis: auto;
    max-width: none;
  }

  .ht-gastro-list li {
    font-size: 1rem;
  }
}
.ht-events-slider {
  position: relative;
}

.ht-events-nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 24px;
}

.ht-events-btn {
  appearance: none;
  border: 1px solid var(--ht-border-strong);
  background: rgba(202, 160, 98, 0.08);
  color: var(--ht-white);
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.25s ease;
}

.ht-events-btn:hover,
.ht-events-btn:focus {
  background: var(--ht-accent);
  border-color: var(--ht-accent);
  color: #181512;
  transform: translateY(-2px);
}

.ht-events-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

.ht-events-viewport {
  overflow: hidden;
}

.ht-events-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px;
  transition: transform 0.35s ease;
  will-change: transform;
}

.ht-event-card {
  min-height: 100%;
  padding: 28px;
  background: linear-gradient(180deg, rgba(202, 160, 98, 0.06), rgba(202, 160, 98, 0.02)), var(--ht-surface);
  border: 1px solid var(--ht-border-strong);
  border-radius: var(--ht-radius);
  box-shadow: var(--ht-shadow-soft);
}

.ht-event-card--highlight {
  background: linear-gradient(180deg, rgba(202, 160, 98, 0.14), rgba(202, 160, 98, 0.05)), var(--ht-surface-2);
  border-color: rgba(202, 160, 98, 0.45);
}

.ht-event-card h3 {
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.ht-event-card h3 a {
  color: var(--ht-white);
}

.ht-event-card h3 a:hover,
.ht-event-card h3 a:focus {
  color: var(--ht-accent-soft);
}

.ht-event-date {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(202, 160, 98, 0.12);
  color: var(--ht-accent-soft);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ht-event-meta {
  font-weight: 700;
  color: var(--ht-white);
  margin-bottom: 10px;
}

.ht-event-organizer {
  margin-bottom: 10px;
  color: var(--ht-text-soft);
}

.ht-event-note {
  color: var(--ht-text-muted);
  font-size: 0.98rem;
}

.ht-events-slider.is-static .ht-events-nav {
  display: none;
}

@media (max-width: 1199px) {
  .ht-events-track {
    grid-auto-columns: calc((100% - 24px) / 2);
  }
}

@media (max-width: 767px) {
  .ht-events-nav {
    justify-content: center;
  }

  .ht-events-track {
    grid-auto-columns: 100%;
  }

  .ht-event-card {
    padding: 22px;
  }
}
/* =========================
   SCHIRMBAR MENÜSEITEN
   ========================= */

:root{
  --menu-bg: #1a1a1a;
  --menu-bg-alt: #232323;
  --menu-card: #2a2a2a;
  --menu-card-2: #313131;
  --menu-text: #f2efe9;
  --menu-text-soft: #d0cbc3;
  --menu-muted: #a79f94;
  --menu-accent: #caa062;
  --menu-accent-dark: #a98249;
  --menu-border: rgba(255,255,255,0.08);
  --menu-border-strong: rgba(202,160,98,0.24);
  --menu-radius: 18px;
  --menu-shadow: 0 18px 42px rgba(0,0,0,.25);
}

body.schirmbar-menu-page {
  background: var(--menu-bg);
  color: var(--menu-text);
}

.schirmbar-menu-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 16px 120px;
}

.schirmbar-menu-intro {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.schirmbar-menu-intro h1 {
  margin-bottom: 12px;
}

.schirmbar-menu-intro p {
  color: var(--menu-text-soft);
  margin-bottom: 0;
}

.schirmbar-top-boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 34px;
}

.schirmbar-top-box {
  background: linear-gradient(180deg, rgba(202,160,98,0.06), rgba(202,160,98,0.02)), var(--menu-card);
  border: 1px solid var(--menu-border-strong);
  border-radius: var(--menu-radius);
  box-shadow: var(--menu-shadow);
  padding: 24px;
}

.schirmbar-top-box__logo {
  max-height: 56px;
  width: auto;
  display: block;
  margin-bottom: 14px;
}

.schirmbar-top-box h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.schirmbar-top-box p,
.schirmbar-top-box li {
  color: var(--menu-text-soft);
  margin-bottom: 0.45em;
}

.schirmbar-top-box ul {
  margin: 0;
  padding-left: 1.1em;
}

.menuapp {
  background: transparent;
}

.menuapp__top {
  display: none;
}

.menuapp__main {
  display: grid;
  gap: 18px;
}

.cat {
  background: var(--menu-card);
  border: 1px solid var(--menu-border);
  border-radius: var(--menu-radius);
  box-shadow: var(--menu-shadow);
  overflow: hidden;
}

.cat[open] {
  background: var(--menu-card-2);
}

.cat > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
}

.cat > summary::-webkit-details-marker {
  display: none;
}

.cat > summary b {
  color: #fff;
  font-size: 1.12rem;
}

.cat > summary .muted {
  color: var(--menu-muted);
  font-size: 0.98rem;
  margin-top: 6px;
}

.cat > summary .chev {
  color: var(--menu-accent);
  font-size: 1.1rem;
  transition: transform .25s ease;
}

.cat[open] > summary .chev {
  transform: rotate(180deg);
}

.cat__body {
  padding: 0 24px 24px;
}

.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--menu-border);
}

.menu-item:first-child {
  border-top: 0;
}

.menu-item .left {
  display: flex;
  gap: 14px;
}

.menu-item .nr {
  min-width: 34px;
  color: var(--menu-accent);
  font-weight: 800;
}

.menu-item .name {
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}

.menu-item .desc {
  color: var(--menu-text-soft);
  margin-bottom: 6px;
}

.menu-item .meta {
  color: var(--menu-muted);
  font-size: .95rem;
}

.prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.price {
  text-align: right;
  width: 100%;
}

.price .tag {
  color: var(--menu-accent);
  font-weight: 700;
  margin-right: 6px;
}

.addon-box,
.infogrid {
  margin-top: 12px;
}

.infogrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.infocard {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--menu-border);
  border-radius: 14px;
  padding: 18px;
}

.infocard h3 {
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.infocard p {
  color: var(--menu-text-soft);
  margin: 0;
}

.extras-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 14px;
}

.extras-head,
.extras-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px 74px;
  gap: 10px;
  align-items: start;
}

.extras-head {
  color: var(--menu-accent);
  font-weight: 800;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--menu-border);
  margin-bottom: 10px;
}

.extras-row {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.04);
  color: var(--menu-text-soft);
}

.extras-row .right,
.extras-head .right {
  text-align: right;
}

.addon-foot {
  margin-top: 14px;
  color: var(--menu-muted);
  font-size: .95rem;
}

.schirmbar-callbar {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 999;
}

.schirmbar-callbar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--menu-accent);
  color: #181512;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
}

.schirmbar-callbar a:hover,
.schirmbar-callbar a:focus {
  background: var(--menu-accent-dark);
  color: #fff;
}

@media (max-width: 991px) {
  .schirmbar-top-boxes,
  .infogrid,
  .extras-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .schirmbar-menu-wrap {
    padding: 28px 14px 110px;
  }

  .cat > summary,
  .cat__body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-item {
    grid-template-columns: 1fr;
  }

  .prices {
    align-items: flex-start;
    min-width: 0;
  }

  .extras-head,
  .extras-row {
    grid-template-columns: minmax(0, 1fr) 70px 70px;
    font-size: .95rem;
  }
}
.eiskarte-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.eiskarte-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--menu-border);
}

.eiskarte-item:first-child {
  border-top: 0;
}

.eiskarte-item img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  background: rgba(255,255,255,0.04);
}

.eiskarte-item .name {
  color: #fff;
  font-weight: 800;
  margin-bottom: 6px;
}

.eiskarte-item .desc {
  color: var(--menu-text-soft);
  margin-bottom: 6px;
}

.eiskarte-item .badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.eiskarte-item .badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 1px solid var(--menu-border);
  color: var(--menu-text-soft);
  background: rgba(255,255,255,0.04);
}

.eiskarte-item .badge.alk {
  color: #fff;
  background: rgba(202,160,98,0.12);
  border-color: var(--menu-border-strong);
}

.eiskarte-item .badge.kids {
  color: #181512;
  background: var(--menu-accent);
  border-color: var(--menu-accent);
}

.eiskarte-item .badge.season,
.eiskarte-item .badge.cold {
  color: #fff;
  background: rgba(255,255,255,0.08);
}

.eiskarte-price {
  white-space: nowrap;
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
}

.eiskarte-list {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.eiskarte-list-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.eiskarte-list-row:first-child {
  border-top: 0;
}

.eiskarte-list-row .note {
  display: block;
  color: var(--menu-muted);
  font-size: .92rem;
  margin-top: 4px;
}

.eiskarte-footnote {
  margin-top: 12px;
  color: var(--menu-muted);
  font-size: .95rem;
}

@media (max-width: 991px) {
  .eiskarte-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .eiskarte-item {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .eiskarte-item img {
    width: 80px;
    height: 80px;
  }

  .eiskarte-price {
    grid-column: 2;
  }
}