/*--------------------------------------------------------------
# JOHANNS Home & Garden — Eventlocation Theme
# Schwarz & Gold, edel. Überschreibt/ergänzt main.css (Impact Template)
--------------------------------------------------------------*/

/* Schriften werden lokal geladen – siehe assets/css/fonts.css */

:root {
  /* Fonts */
  /* Die erste Schrift ist jeweils die richtige. Dahinter Systemschriften,
     die einspringen, solange die Dateien in assets/fonts/ fehlen. */
  --font-default: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-primary: "Playfair Display", "Georgia", "Times New Roman", serif;
  --font-secondary: "Cormorant Garamond", "Georgia", "Times New Roman", serif;
  --font-script: "Alex Brush", "Segoe Script", "Brush Script MT", "Snell Roundhand", "Apple Chancery", cursive;

  /* Colors */
  --color-default: #e7e1d4;
  --color-primary: #c9a15c;
  --color-secondary: #e6cb8e;
  --color-white: #f4f0e6;

  --hg-black: #0a0b0d;
  --hg-black-soft: #121316;
  --hg-black-card: #1a1c20;
  --hg-gold: #c9a15c;
  --hg-gold-light: #e6cb8e;
  --hg-gold-dark: #8f7139;
  --hg-cream: #efe9db;
  --hg-muted: #a89f8d;
  --hg-line: rgba(201, 161, 92, 0.25);
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
body {
  background-color: var(--hg-black);
  color: var(--hg-cream);
}

a {
  color: var(--hg-gold);
}

a:hover {
  color: var(--hg-gold-light);
}

::selection {
  background: var(--hg-gold);
  color: #0a0b0d;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  color: var(--hg-cream);
}

.script {
  font-family: var(--font-script);
  color: var(--hg-gold);
  font-weight: 400;
  line-height: 1;
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-default);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--hg-gold);
  margin-bottom: 10px;
}

.divider-gold {
  width: 70px;
  height: 2px;
  background: var(--hg-gold);
  margin: 18px auto 24px auto;
  border: none;
  opacity: 1;
}

.divider-gold.start {
  margin: 18px 0 24px 0;
}

.text-gold { color: var(--hg-gold) !important; }
.text-cream { color: var(--hg-cream) !important; }
.text-muted-gold { color: var(--hg-muted) !important; }

/*--------------------------------------------------------------
# Section backgrounds (alles schwarz/gold, abwechselnde Tiefe)
--------------------------------------------------------------*/
.section-dark { background-color: var(--hg-black); }
.section-soft { background-color: var(--hg-black-soft); }
.section-card-bg { background-color: var(--hg-black-card); }

section {
  padding: 90px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 6px;
}

.section-header h2:after {
  display: none;
}

.section-header p {
  color: var(--hg-muted);
  font-family: var(--font-secondary);
  font-size: 20px;
  font-style: italic;
  margin: 0;
}

.about p, .about li, .content p {
  color: var(--hg-cream);
  line-height: 1.85;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-gold, a.btn-gold {
  display: inline-block;
  background: var(--hg-gold);
  color: #100e0a !important;
  border: 1px solid var(--hg-gold);
  padding: 15px 38px;
  font-family: var(--font-default);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.35s ease;
}

.btn-gold:hover, a.btn-gold:hover {
  background: transparent;
  color: var(--hg-gold) !important;
}

.btn-outline-gold, a.btn-outline-gold {
  display: inline-block;
  background: transparent;
  color: var(--hg-gold) !important;
  border: 1px solid var(--hg-gold);
  padding: 15px 38px;
  font-family: var(--font-default);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.35s ease;
}

.btn-outline-gold:hover, a.btn-outline-gold:hover {
  background: var(--hg-gold);
  color: #100e0a !important;
}

/*--------------------------------------------------------------
# Topbar / Header / Nav
--------------------------------------------------------------*/
#topbar {
  background-color: var(--hg-black) !important;
  border-bottom: 1px solid var(--hg-line);
  font-family: var(--font-default);
  letter-spacing: 0.05em;
}

#topbar .contact-info a {
  color: var(--hg-cream);
}

#topbar .social-links a {
  color: var(--hg-gold);
  margin-left: 14px;
  margin-right: 0;
}

/* Telefonnummer bündig zur linken Logo-Kante, Icons bündig zur rechten
   Kante des letzten Menüpunkts – Topbar und Kopfbereich nutzen denselben
   Container, hier werden nur die Innenabstände der Icons neutralisiert. */
#topbar .contact-info,
#topbar .social-links {
  padding: 0;
}

#topbar .contact-info i.bi-phone {
  margin-left: -2px;
}

#topbar .social-links a:last-child {
  margin-right: -1px;
}

#header {
  background-color: rgba(10, 11, 13, 0.97) !important;
  border-bottom: 1px solid var(--hg-line);
}

#header .logo img {
  max-height: 64px;
  margin-right: 12px;
}

#header .logo .header-logo-img {
  height: 62px;
  max-height: 62px;
  width: auto;
  flex-shrink: 0;
}

#header .logo {
  flex-shrink: 0;
}

.footer-logo {
  height: auto;
}

.footer-logo {
  max-height: 50px;
  width: auto;
  margin-bottom: 14px;
}

#header .logo .brand-text {
  font-family: var(--font-primary);
  color: var(--hg-cream);
  line-height: 1.1;
}

#header .logo .brand-text strong {
  display: block;
  font-size: 22px;
  letter-spacing: 0.05em;
}

#header .logo .brand-text span {
  display: block;
  font-family: var(--font-default);
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--hg-gold);
  text-transform: uppercase;
}

@media (min-width: 1280px) {
  .navbar a, .navbar a:focus {
    font-family: var(--font-default);
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-default);
  }

  .navbar a:hover, .navbar .active, .navbar li:hover > a {
    color: var(--hg-gold);
  }

  .navbar > ul > li > a:before {
    background-color: var(--hg-gold);
  }

  .navbar .dropdown ul {
    background: var(--hg-black-card);
    border: 1px solid var(--hg-line);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.55);
  }

  .navbar .dropdown ul a {
    color: var(--hg-cream) !important;
    text-transform: none;
    font-size: 15px;
    letter-spacing: normal;
  }

  .navbar .dropdown ul a:hover, .navbar .dropdown ul li:hover > a {
    color: var(--hg-gold) !important;
  }
}

@media (max-width: 1279px) {
  .navbar {
    background: rgba(8, 9, 10, 0.98);
  }
  .navbar a, .navbar a:focus {
    color: var(--hg-cream);
    font-family: var(--font-default);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 14px;
  }
  .navbar .dropdown ul {
    background: var(--hg-black-soft);
  }
  .navbar .dropdown ul a {
    color: var(--hg-muted) !important;
  }
}

.mobile-nav-toggle {
  color: var(--hg-gold) !important;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
.hero-hg {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background-color: #000;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-hg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,7,8,.65) 0%, rgba(8,9,10,.72) 45%, rgba(10,11,13,.95) 100%);
  z-index: 1;
}

.hero-hg .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 140px 15px 60px 15px;
}

.hero-hg .eyebrow {
  font-size: 14px;
}

.hero-hg h1 {
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  font-weight: 700;
  color: var(--hg-cream);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.hero-hg h1 span {
  display: block;
  color: var(--hg-gold);
}

.hero-hg .script {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  margin: 10px 0 18px 0;
}

.hero-hg .sub {
  font-family: var(--font-secondary);
  font-size: 21px;
  font-style: italic;
  color: var(--hg-muted);
  max-width: 620px;
  margin: 0 auto 30px auto;
}

.subtle-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 3px;
  transition: text-decoration-color 0.2s ease;
}

.subtle-link:hover {
  color: inherit;
  text-decoration-color: var(--hg-gold);
}

.hero-hg .hero-ctas {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

/* Badge row (Stilvoll / Vielseitig / Persönlich / Unvergesslich) */
.badge-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.8rem;
  max-width: 720px;
  margin: 0 auto;
}

.badge-item {
  text-align: center;
}

.badge-item i {
  display: block;
  font-size: 1.7rem;
  color: var(--hg-gold);
  margin-bottom: 8px;
}

.badge-item span {
  display: block;
  font-family: var(--font-default);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hg-muted);
}

/* Secondary/inner-page hero (smaller) */
.page-hero {
  position: relative;
  min-height: 46vh;
  display: flex;
  align-items: center;
  background-color: #000;
  background-size: cover;
  background-position: center;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,7,8,.7) 0%, rgba(10,11,13,.92) 100%);
  z-index: 1;
}

.page-hero .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 130px 15px 40px 15px;
}

.page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  color: var(--hg-cream);
}

/*--------------------------------------------------------------
# Icon badges / feature grid
--------------------------------------------------------------*/
.feature-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}

.feature-card {
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
  border-radius: 6px;
  padding: 36px 26px;
  text-align: center;
  transition: 0.3s;
}

.feature-card:hover {
  border-color: var(--hg-gold);
  transform: translateY(-4px);
}

.feature-card i {
  font-size: 2.1rem;
  color: var(--hg-gold);
  margin-bottom: 16px;
  display: block;
}

.feature-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.feature-card p {
  color: var(--hg-muted);
  font-size: 15px;
  margin: 0;
}

/*--------------------------------------------------------------
# Pricing (Location-Pakete) — überschreibt Template .pricing
--------------------------------------------------------------*/
.pricing .pricing-item {
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
  border-radius: 8px;
  padding: 40px 30px;
  text-align: center;
}

.pricing h3 {
  font-family: var(--font-default);
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--hg-gold);
  margin-bottom: 18px;
}

.pricing h4 {
  font-family: var(--font-primary);
  font-size: 46px;
  color: var(--hg-cream);
  font-weight: 700;
  margin-bottom: 20px;
}

.pricing h4 span {
  font-family: var(--font-default);
  font-size: 14px;
  color: var(--hg-muted);
}

.pricing ul {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  text-align: left;
}

.pricing ul li {
  padding: 10px 0;
  border-bottom: 1px dashed var(--hg-line);
  color: var(--hg-cream);
  font-size: 15px;
}

.pricing ul li:last-child { border-bottom: none; }

.pricing ul i {
  color: var(--hg-gold);
  margin-right: 10px;
}

.pricing .featured {
  border: 1px solid var(--hg-gold);
  position: relative;
  transform: scale(1.03);
}

.pricing .featured:before {
  content: "Beliebt";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--hg-gold);
  color: #100e0a;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
  font-weight: 700;
}

.pricing .buy-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 30px;
  border: 1px solid var(--hg-gold);
  color: var(--hg-gold);
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background: var(--hg-gold);
  color: #100e0a;
}

/* Inklusivleistungen Liste */
.included-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px 30px;
}

.included-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--hg-cream);
  font-size: 15.5px;
}

.included-list li i {
  color: var(--hg-gold);
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Menü-Listen (Getränke / Speisen)
--------------------------------------------------------------*/
.menu-block {
  margin-bottom: 40px;
}

.menu-block-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.menu-block-head i {
  font-size: 1.5rem;
  color: var(--hg-gold);
}

.menu-block-head h3 {
  font-size: 22px;
  margin: 0;
  letter-spacing: 0.03em;
}

.menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-items li {
  padding: 14px 0;
  border-bottom: 1px dashed var(--hg-line);
}

.menu-items li:last-child { border-bottom: none; }

.menu-items li b {
  color: var(--hg-cream);
  font-family: var(--font-primary);
  font-size: 17px;
  font-weight: 600;
}

.menu-items li .desc {
  display: block;
  color: var(--hg-muted);
  font-size: 14.5px;
  margin-top: 3px;
}

.menu-note {
  color: var(--hg-gold);
  font-size: 13px;
  font-style: italic;
}

.food-card {
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.food-card-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  /* Standard bleibt die Bildmitte. Bilder, bei denen das Motiv nicht mittig
     sitzt, bekommen im HTML ein eigenes object-position – siehe Arancini
     (Motiv oben, unten Schneidbrett) und Pizza (Hochformat, Motiv unten). */
  object-position: 50% 50%;
  display: block;
  border-bottom: 1px solid var(--hg-line);
}

.food-card-body {
  padding: 28px 30px 8px;
}

/* Startseite: vier Karten nebeneinander, deshalb schmaler und unten geschlossen */
#catering .food-card-body { padding: 24px 22px; }
#catering .food-card-body h3 { margin-bottom: 12px; }
#catering .food-card-img { height: 190px; }

.food-card-body h3 {
  font-size: 22px;
  margin: 0 0 16px;
  letter-spacing: 0.03em;
  color: var(--hg-gold-light);
}

.season-box {
  border: 1px dashed var(--hg-gold);
  border-radius: 10px;
  padding: 32px 34px;
  background: rgba(201, 161, 92, 0.05);
}

.season-box-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 26px;
}

.season-box-head i {
  font-size: 1.8rem;
  color: var(--hg-gold);
  margin-top: 4px;
}

.season-box-head h3 {
  font-size: 20px;
  margin: 0 0 6px;
  letter-spacing: 0.03em;
}

.season-box-head p {
  margin: 0;
  color: var(--hg-muted);
  font-size: 14.5px;
}

.season-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.season-item {
  text-align: center;
  padding: 18px 12px;
  border-radius: 8px;
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
}

.season-item i {
  font-size: 1.6rem;
  color: var(--hg-gold);
  display: block;
  margin-bottom: 10px;
}

.season-item b {
  display: block;
  font-family: var(--font-primary);
  color: var(--hg-cream);
  font-size: 15.5px;
  margin-bottom: 6px;
}

.season-item span {
  display: block;
  color: var(--hg-muted);
  font-size: 13px;
}

@media (max-width: 767px) {
  .season-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.section-banner-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--hg-line);
  margin-bottom: 45px;
}

/*--------------------------------------------------------------
# Arancini Produktkarten
--------------------------------------------------------------*/
.product-card {
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
  border-radius: 10px;
  padding: 38px 40px;
  margin-bottom: 0;
  height: 100%;
}

/* Bestellblock unter allen Sorten – eine Stelle statt acht */
.bestell-box {
  background: var(--hg-black-card);
  border: 1px solid var(--hg-gold);
  border-radius: 10px;
  padding: 40px 42px;
  text-align: center;
}
.bestell-box h3 {
  color: var(--hg-cream);
  font-size: 26px;
  margin: 10px 0 14px;
}
.bestell-box p {
  color: var(--hg-muted);
  font-size: 15.5px;
  margin: 0 auto;
  max-width: 480px;
}
.bestell-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 26px;
}
.bestell-ctas i { margin-right: 8px; }
@media (max-width: 575.98px) {
  .bestell-box { padding: 32px 22px; }
  .bestell-ctas a { width: 100%; }
}

.product-card.featured {
  border-color: var(--hg-gold);
}

.product-card .row {
  align-items: center;
}

.product-card h3 {
  color: var(--hg-gold-light);
  font-size: 24px;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

.product-card .lead-text {
  color: var(--hg-cream);
  font-size: 15.5px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.ingredient-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
}

.ingredient-list li {
  padding: 9px 0 9px 28px;
  position: relative;
  border-bottom: 1px dashed var(--hg-line);
  font-size: 14.5px;
  color: var(--hg-muted);
  line-height: 1.5;
}

.ingredient-list li:last-child {
  border-bottom: none;
}

.ingredient-list li::before {
  content: "\f272";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 9px;
  color: var(--hg-gold);
}

.ingredient-list li strong {
  color: var(--hg-cream);
  font-family: var(--font-primary);
  font-weight: 600;
}

.product-card-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.product-card-media img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--hg-line);
}

.product-card-tag {
  display: inline-block;
  color: var(--hg-gold);
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.info-box-card {
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
  border-radius: 10px;
  padding: 26px 26px 22px;
  height: 100%;
  text-align: center;
}

.info-box-card i {
  font-size: 1.7rem;
  color: var(--hg-gold);
  margin-bottom: 12px;
  display: block;
}

.info-box-card h4 {
  font-size: 17px;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
  color: var(--hg-gold-light);
}

.info-box-card p {
  color: var(--hg-muted);
  font-size: 13.5px;
  margin: 0;
  line-height: 1.6;
}

.mini-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.mini-list li {
  color: var(--hg-muted);
  font-size: 13.5px;
  padding: 6px 0;
  border-bottom: 1px dashed var(--hg-line);
}

.mini-list li:last-child {
  border-bottom: none;
}

/*--------------------------------------------------------------
# Zusatzleistungen Icon-Grid
--------------------------------------------------------------*/
.extras-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 26px 14px;
  text-align: center;
}

.extras-grid .extra-item i {
  font-size: 1.7rem;
  color: var(--hg-gold);
  display: block;
  margin-bottom: 10px;
}

.extras-grid .extra-item span {
  display: block;
  font-size: 12.5px;
  color: var(--hg-muted);
  letter-spacing: 0.02em;
}

/*--------------------------------------------------------------
# Galerie / Portfolio dunkel
--------------------------------------------------------------*/
.portfolio .portfolio-wrap {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--hg-line);
}

.portfolio .portfolio-wrap img { transition: 0.5s; }

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.08);
}

/*--------------------------------------------------------------
# Buchungsformular
--------------------------------------------------------------*/
.booking-form label {
  display: block;
  font-family: var(--font-default);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--hg-gold);
  margin-bottom: 8px;
}

.booking-form .form-group { margin-bottom: 22px; }

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
  color: var(--hg-cream);
  border-radius: 3px;
  padding: 13px 16px;
  font-family: var(--font-default);
  font-size: 15px;
  transition: 0.25s;
}

.booking-form select option {
  background: var(--hg-black-card);
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: none;
  border-color: var(--hg-gold);
  box-shadow: 0 0 0 3px rgba(201, 161, 92, 0.15);
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
  color: #6f6a5e;
}

.booking-form .form-note {
  font-size: 13px;
  color: var(--hg-muted);
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Kontakt Info-Kacheln
--------------------------------------------------------------*/
.contact-info-card {
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
  border-radius: 8px;
  padding: 30px;
  height: 100%;
}

.contact-info-card .info-item {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
  align-items: flex-start;
}

.contact-info-card .info-item:last-child { margin-bottom: 0; }

.contact-info-card .info-item i {
  font-size: 1.4rem;
  color: var(--hg-gold);
}

.contact-info-card .info-item h4 {
  font-size: 16px;
  margin-bottom: 4px;
  font-family: var(--font-default);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--hg-cream);
}

.contact-info-card .info-item p, .contact-info-card .info-item a {
  color: var(--hg-muted);
  margin: 0;
}

/*--------------------------------------------------------------
# Google Maps Einbindung
--------------------------------------------------------------*/
.map-embed {
  width: 100%;
  border: 1px solid var(--hg-line);
  border-radius: 10px;
  overflow: hidden;
  height: 380px;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(0.3) contrast(1.05);
}

/*--------------------------------------------------------------
# FAQ (accordion) dunkel
--------------------------------------------------------------*/
.faq .accordion-item {
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
  margin-bottom: 12px;
  border-radius: 6px;
  overflow: hidden;
}

.faq .accordion-button {
  background: var(--hg-black-card);
  color: var(--hg-cream);
  font-family: var(--font-primary);
  font-size: 18px;
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--hg-gold);
  background: var(--hg-black-card);
}

.faq .accordion-button::after {
  filter: invert(76%) sepia(28%) saturate(561%) hue-rotate(358deg) brightness(94%) contrast(90%);
}

.faq .accordion-body {
  color: var(--hg-muted);
  background: var(--hg-black-card);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background-color: var(--hg-black) !important;
  border-top: 1px solid var(--hg-line);
  padding-top: 60px;
}

.footer h4 {
  color: var(--hg-gold);
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--font-default);
  margin-bottom: 18px;
}

.footer .footer-links ul li { color: var(--hg-muted); line-height: 1; }

.footer .footer-links ul a {
  color: var(--hg-muted);
}

.footer .footer-links ul a:hover { color: var(--hg-gold); }

.footer .copyright {
  color: var(--hg-muted);
  border-top: 1px solid var(--hg-line);
  padding-top: 20px;
  font-size: 13px;
}

.footer .social-links a {
  color: var(--hg-gold);
  border: 1px solid var(--hg-line);
}

.scroll-top {
  background: var(--hg-gold) !important;
  color: #100e0a !important;
}

/*--------------------------------------------------------------
# Verfügbarkeits-/Info-Strip
--------------------------------------------------------------*/
.info-strip {
  background: var(--hg-black-card);
  border-top: 1px solid var(--hg-line);
  border-bottom: 1px solid var(--hg-line);
  padding: 22px 0;
}

.info-strip .row > div {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  color: var(--hg-cream);
  font-size: 14.5px;
  margin: 6px 0;
}

.info-strip i { color: var(--hg-gold); font-size: 1.2rem; }

/*--------------------------------------------------------------
# Prio-Reihenfolge Startseite: Teaser-Cards (Location > Catering > Arancini)
--------------------------------------------------------------*/
.teaser-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--hg-line);
  background: var(--hg-black-card);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.teaser-card .teaser-img {
  height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.teaser-card.teaser-compact .teaser-img { height: 170px; }

.teaser-card .teaser-body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.teaser-card .teaser-tag {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hg-gold);
  margin-bottom: 8px;
}

.teaser-card h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.teaser-card p {
  color: var(--hg-muted);
  flex: 1;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 768px) {
  section { padding: 60px 0; }
  .section-header h2 { font-size: 30px; }
  .hero-hg { min-height: 100vh; }
}

/*--------------------------------------------------------------
# Navigation: zehn Punkte einzeilig
# Ohne diese Regeln bricht die Leiste ab etwa 1500 px um.
--------------------------------------------------------------*/
@media (min-width: 1280px) {

  /* Kopfbereich darf breiter werden als der Inhalt (container-xl = 1320 px) */
  #header > .container-xl,
  #topbar > .container-xl {
    max-width: 1660px;
  }

  /* Logo etwas kompakter, schafft rund 40 px */
  #header .logo .header-logo-img {
    height: 52px;
    max-height: 52px;
  }

  /* Engere Abstände zwischen den Punkten */
  .navbar > ul > li {
    padding: 10px 0 10px 20px;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 13.5px;
    letter-spacing: 0.055em;
    padding: 0 2px;
  }
}

/* Zwischen 1280 und 1500 px wird es eng – dort noch etwas kompakter */
@media (min-width: 1280px) and (max-width: 1500px) {
  .navbar > ul > li {
    padding: 10px 0 10px 14px;
  }
  .navbar a,
  .navbar a:focus {
    font-size: 12.5px;
    letter-spacing: 0.03em;
  }
  #header .logo .header-logo-img {
    height: 46px;
    max-height: 46px;
  }
}


/*--------------------------------------------------------------
# Kompakter Anfrage-Block
--------------------------------------------------------------*/
.cta-box {
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
  border-radius: 10px;
  padding: 46px 40px 40px 40px;
  text-align: center;
}

.cta-box .eyebrow { margin-bottom: 6px; }

.cta-box h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 8px;
}

.cta-box .cta-sub {
  font-family: var(--font-secondary);
  font-size: 19px;
  font-style: italic;
  color: var(--hg-muted);
  margin-bottom: 28px;
}

.cta-box .btn-gold { padding: 15px 44px; }

.cta-direct {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px dashed var(--hg-line);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 16px;
  font-size: 15px;
}

.cta-direct a { color: var(--hg-cream); }
.cta-direct a:hover { color: var(--hg-gold); }
.cta-direct i { color: var(--hg-gold); margin-right: 5px; }
.cta-sep { color: var(--hg-line); }

.cta-legal {
  color: var(--hg-muted);
  font-size: 12.5px;
  margin: 16px 0 0 0;
}

@media (max-width: 575px) {
  .cta-box { padding: 34px 22px 30px 22px; }
  .cta-box h2 { font-size: 27px; }
  .cta-direct { flex-direction: column; gap: 8px; }
  .cta-sep { display: none; }
}


/*--------------------------------------------------------------
# Umbruch: verhindert waagerechtes Überlaufen auf schmalen Geräten
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  hyphens: auto;
}

p, li, td, address, .menu-items li, .cta-direct a {
  overflow-wrap: break-word;
}


/*--------------------------------------------------------------
# Verlinkte Übersichtskacheln auf der Startseite
--------------------------------------------------------------*/
a.feature-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

a.feature-link h3 { transition: color 0.3s; }
a.feature-link:hover h3 { color: var(--hg-gold); }
a.feature-link:hover { border-color: var(--hg-gold); }

/* Übersichtskacheln: immer drei pro Reihe, damit sechs Kacheln 3 + 3 stehen */
.feature-row.cols-3 { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 991px) {
  .feature-row.cols-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
  .feature-row.cols-3 { grid-template-columns: 1fr; }
}

/*--------------------------------------------------------------
# Equipment-Karten
--------------------------------------------------------------*/
.equip-card {
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
  border-radius: 8px;
  padding: 32px 28px 26px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s;
}

.equip-card > i {
  font-size: 2rem;
  color: var(--hg-gold);
  display: block;
  margin-bottom: 16px;
}

.equip-card h3 {
  font-size: 21px;
  margin-bottom: 14px;
}

.equip-card .mini-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}

.equip-card .mini-list li {
  color: var(--hg-cream);
  font-size: 15px;
  padding: 4px 0;
}

.equip-card .equip-price {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed var(--hg-line);
  font-family: var(--font-default);
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--hg-gold);
}

a.equip-card {
  text-decoration: none;
  color: inherit;
}

a.equip-card:hover,
.equip-card:hover {
  border-color: var(--hg-gold);
}

a.equip-card h3 { transition: color 0.3s; }
a.equip-card:hover h3 { color: var(--hg-gold); }

/* Preisliste in den Equipment-Karten */
.equip-list { list-style: none; padding: 0; margin: 0 0 4px 0; }

.equip-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: baseline;
  padding: 7px 0;
  border-bottom: 1px dashed var(--hg-line);
  color: var(--hg-cream);
  font-size: 15px;
}

.equip-list li:last-child { border-bottom: none; }

.equip-list .num {
  color: var(--hg-gold);
  font-family: var(--font-default);
  font-size: 14px;
  white-space: nowrap;
}

/*--------------------------------------------------------------
# Korrekturen 18.08.
--------------------------------------------------------------*/

/* Groesserer Kicker ueber den Abschnitts-Ueberschriften */
.eyebrow-lg {
  font-size: 17px !important;
  letter-spacing: 0.22em;
}

@media (max-width: 575px) {
  .eyebrow-lg { font-size: 14px !important; }
}

/* Eigene SVG-Symbole in den Uebersichtskacheln */
.svg-icon {
  display: block;
  margin: 0 auto 16px auto;
  color: var(--hg-gold);
  line-height: 1;
}

.svg-icon svg {
  width: 2.1rem;
  height: 2.1rem;
  display: block;
  margin: 0 auto;
}

/* Grosser Abschluss-Button */
.btn-xl {
  font-size: 16px !important;
  padding: 20px 56px !important;
  letter-spacing: 0.16em;
}

@media (max-width: 575px) {
  .btn-xl { font-size: 13.5px !important; padding: 16px 26px !important; }
}

/* Equipment-Kacheln als Schaltflaechen */
.extras-grid button.extra-item {
  background: none;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 14px 6px;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: border-color 0.25s, background 0.25s;
}

.extras-grid button.extra-item:hover,
.extras-grid button.extra-item:focus-visible {
  border-color: var(--hg-line);
  background: var(--hg-black-card);
}

.extras-grid button.extra-item.is-active {
  border-color: var(--hg-gold);
  background: var(--hg-black-card);
}

/* Galerie nach Event-Arten */
.events-titel {
  font-family: var(--font-primary);
  font-size: 26px;
  color: var(--hg-cream);
  margin: 10px 0 22px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--hg-line);
}

/* Paketkarten auf der Streetfood-Seite */
.band-img-c {
  display: block; width: 100%; height: auto;
  margin: 0 0 46px 0;
  border-radius: 8px; border: 1px solid var(--hg-line);
}

.paket-card {
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
  border-radius: 8px;
  padding: 34px 28px;
  height: 100%;
}

.paket-card.is-featured { border-color: var(--hg-gold); }

.paket-name {
  font-family: var(--font-default);
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--hg-gold);
  margin-bottom: 14px;
}

.paket-preis {
  font-family: var(--font-primary);
  font-size: 40px;
  font-weight: 600;
  color: var(--hg-cream);
  line-height: 1;
  margin-bottom: 18px;
}

.paket-preis span {
  font-family: var(--font-default);
  font-size: 13px;
  color: var(--hg-muted);
}

.paket-sub {
  font-family: var(--font-secondary);
  font-style: italic;
  font-size: 17px;
  color: var(--hg-muted);
  margin-bottom: 20px;
}

.paket-liste { list-style: none; padding: 0; margin: 0; }

.paket-liste li {
  display: flex; gap: 10px; align-items: flex-start;
  color: var(--hg-cream); font-size: 15px; padding: 5px 0;
}

.paket-liste li i { color: var(--hg-gold); font-size: 0.9rem; margin-top: 4px; }

/*--------------------------------------------------------------
# Infoband mit Bild
--------------------------------------------------------------*/
.info-band {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 0;
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
  border-radius: 10px;
  overflow: hidden;
}

.info-band__bild img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.info-band__text { padding: 40px 42px; align-self: center; }
.info-band__text h2 { font-size: 30px; margin-bottom: 16px; }
.info-band__text p { color: var(--hg-muted); margin-bottom: 12px; }

@media (max-width: 767px) {
  .info-band { grid-template-columns: 1fr; }
  .info-band__bild img { min-height: 240px; }
  .info-band__text { padding: 30px 24px; }
}

/*--------------------------------------------------------------
# Herstellungsschritte
--------------------------------------------------------------*/
.schritt-card {
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.schritt-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid var(--hg-line);
}

.schritt-body { padding: 26px 26px 28px 26px; position: relative; }

.schritt-nr {
  display: inline-block;
  font-family: var(--font-primary);
  font-size: 15px;
  color: var(--hg-gold);
  border: 1px solid var(--hg-gold);
  border-radius: 50%;
  width: 32px; height: 32px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 14px;
}

.schritt-body h3 { font-size: 21px; margin-bottom: 10px; }
.schritt-body p { color: var(--hg-muted); font-size: 15px; margin: 0; }

/*--------------------------------------------------------------
# Equipment-Liste nach Gruppen
--------------------------------------------------------------*/
.equip-gruppe {
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
  border-radius: 8px;
  padding: 30px 32px 22px 32px;
  margin-bottom: 26px;
}

.equip-gruppe__kopf {
  display: flex; align-items: center; gap: 14px;
  padding-bottom: 16px; margin-bottom: 8px;
  border-bottom: 1px solid var(--hg-line);
}

.equip-gruppe__kopf i { font-size: 1.6rem; color: var(--hg-gold); }
.equip-gruppe__kopf h3 { font-size: 23px; margin: 0; }

.equip-zeile {
  display: flex; justify-content: space-between; gap: 26px;
  align-items: baseline;
  padding: 15px 0;
  border-bottom: 1px dashed var(--hg-line);
}

.equip-zeile:last-child { border-bottom: none; }

.equip-zeile__text b {
  display: block;
  color: var(--hg-cream);
  font-family: var(--font-default);
  font-weight: 600;
  font-size: 15.5px;
  margin-bottom: 3px;
}

.equip-zeile__text span { color: var(--hg-muted); font-size: 14.5px; }

.equip-zeile__preis {
  flex: 0 0 auto;
  text-align: right;
  color: var(--hg-gold);
  font-family: var(--font-default);
  font-size: 14.5px;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .equip-gruppe { padding: 24px 20px 16px 20px; }
  .equip-zeile { flex-direction: column; gap: 4px; }
  .equip-zeile__preis { text-align: left; }
}

/* Kooperationspartner */
.partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 26px 18px;
  text-align: center;
}

.partner-item i {
  font-size: 1.8rem; color: var(--hg-gold);
  display: block; margin-bottom: 10px;
}

.partner-item span { color: var(--hg-cream); font-size: 15px; }

/* Stufensymbole: ein, zwei oder drei Zeichen nebeneinander */
.feature-card .stufen { display: block; margin-bottom: 16px; line-height: 1; }

.feature-card .stufen i {
  display: inline-block;
  margin: 0 2px;
  font-size: 1.7rem;
  color: var(--hg-gold);
}

/*--------------------------------------------------------------
# Equipment-Info als Fenster
--------------------------------------------------------------*/
.equip-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.equip-modal[hidden] { display: none; }

.equip-modal__hg {
  position: absolute;
  inset: 0;
  background: rgba(6, 7, 8, 0.82);
  backdrop-filter: blur(3px);
}

.equip-modal__box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  background: var(--hg-black-card);
  border: 1px solid var(--hg-gold);
  border-radius: 10px;
  padding: 44px 40px 36px 40px;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

.equip-modal__icon {
  font-size: 2.6rem;
  color: var(--hg-gold);
  display: block;
  margin-bottom: 18px;
}

.equip-modal__box h4 {
  font-family: var(--font-primary);
  font-size: 26px;
  color: var(--hg-cream);
  margin-bottom: 14px;
}

.equip-modal__box p {
  color: var(--hg-muted);
  font-size: 15.5px;
  margin-bottom: 18px;
}

.equip-modal__preis {
  display: block;
  font-family: var(--font-default);
  font-size: 17px;
  color: var(--hg-gold);
  letter-spacing: 0.04em;
}

.equip-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: 0;
  color: var(--hg-muted);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.equip-modal__close:hover,
.equip-modal__close:focus-visible { color: var(--hg-gold); }

@media (max-width: 575px) {
  .equip-modal__box { padding: 38px 24px 28px 24px; }
  .equip-modal__box h4 { font-size: 22px; }
}

/* Verlinkte Positionen in der Speisekarte */
.menu-items .menu-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(201, 161, 92, 0.45);
  text-underline-offset: 3px;
  transition: color 0.2s, text-decoration-color 0.2s;
}

.menu-items .menu-link:hover {
  color: var(--hg-gold);
  text-decoration-color: var(--hg-gold);
}

/* --------------------------------------------------------------
   Abnahme 06.09.2026 – Überschriftenebenen korrigiert
   Die Kästen in Fußzeile, Kontaktblock und Infoboxen benutzten <h4>
   direkt nach einem <h2>. Das ist ein Verstoß gegen die
   Überschriftenreihenfolge (WCAG). Die Elemente sind jetzt <h3>,
   das Aussehen bleibt unverändert.
   -------------------------------------------------------------- */
.contact .info-item h3 { padding: 0; font-size: 20px; font-weight: 600; margin-bottom: 5px; }
.footer h3 { color: var(--hg-gold); font-size: 16px; letter-spacing: 0.1em; text-transform: uppercase;
             font-family: var(--font-default); margin-bottom: 18px; position: relative; padding-bottom: 12px; }
.info-box-card h3 { font-size: 17px; letter-spacing: 0.03em; margin-bottom: 14px; color: var(--hg-gold-light); }
.contact-info-card .info-item h3 { font-size: 16px; margin-bottom: 4px; font-family: var(--font-default);
             letter-spacing: 0.05em; text-transform: uppercase; color: var(--hg-cream); }
.quiet-group h3 { font-size: 15px; letter-spacing: 0.04em; text-transform: uppercase;
             font-family: var(--font-default); color: var(--hg-gold); margin-bottom: 8px; }

/* Sichtbarer Fokusring – Tastaturbedienung */
a:focus-visible, button:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--hg-gold);
  outline-offset: 3px;
  border-radius: 2px;
}

/* Bewegung reduzieren, wenn das Betriebssystem es verlangt */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  [data-aos] { opacity: 1 !important; transform: none !important; }
}
.equip-modal__box h3 { font-family: var(--font-primary); font-size: 26px; color: var(--hg-cream); margin-bottom: 14px; }
@media (max-width: 575.98px) { .equip-modal__box h3 { font-size: 22px; } }

/* Textlinks im Fließtext unterstreichen – ohne Unterstreichung reicht der
   Farbkontrast zum Fließtext nicht aus (WCAG 1.4.1, axe link-in-text-block). */
main p a:not(.btn-gold):not(.btn-outline-gold):not(.btn-xl):not(.feature-link):not(.subtle-link),
main li a:not(.btn-gold):not(.btn-outline-gold):not(.btn-xl):not(.menu-link),
main address a,
main td a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}
main .footer p a, .footer a, .info-strip a, .badge-row a { text-decoration: none; }
/* Hero-Verweise bleiben ohne Unterstreichung: heller Text auf dunklem Bild,
   der Kontrast zum umgebenden Text reicht dort aus (axe meldet sie nicht). */
.hero-hg .sub a, .page-hero .sub a { text-decoration: none; }

/* Menü-Umschalter ist jetzt ein <button> (tastaturbedienbar).
   Knopf-Optik zurücksetzen, damit das Aussehen unverändert bleibt. */
button.mobile-nav-toggle {
  background: none; border: 0; padding: 0; line-height: 1; cursor: pointer; color: inherit;
}

/* Der Hinweiskasten ist ein <div>, kein <p> – Link trotzdem unterstreichen */
main .note-box a, main .info-band a, main .quiet-note a {
  text-decoration: underline; text-underline-offset: 0.18em; text-decoration-thickness: 1px;
}

/* Sprunglink – erster Tabulatorsprung, wird nur bei Tastaturbedienung sichtbar */
.sprunglink {
  position: absolute; left: 12px; top: -60px; z-index: 2000;
  background: var(--hg-gold); color: #0a0b0d;
  padding: 12px 20px; border-radius: 4px;
  font-family: var(--font-default); font-size: 15px; font-weight: 600;
  text-decoration: none; transition: top 0.15s ease;
}
.sprunglink:focus { top: 12px; color: #0a0b0d; }

/* Trefferflächen: freistehende Verweise mindestens 24 x 24 px (WCAG 2.5.8).
   Betraf die Fußzeilen-Verweise (19 px hoch) und die Social-Symbole (15 px). */
.footer-links ul li a,
.footer .copyright a,
.credits a {
  display: inline-flex; align-items: center; min-height: 24px;
}
.social-links a,
#topbar .social-links a {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 26px; min-height: 26px;
}
#topbar .contact-info a { display: inline-flex; align-items: center; min-height: 24px; }
#navbar ul li a { display: inline-flex; align-items: center; min-height: 26px; }

/* --------------------------------------------------------------
   WICHTIG: width/height an <img> reservieren nur das Seitenverhältnis
   und verhindern Layout-Sprünge. Ohne height:auto rechnet der Browser
   die Attributhöhe als tatsächliche Höhe und zerrt das Bild in die Länge,
   sobald die Breite per CSS auf 100 % gesetzt ist.
   -------------------------------------------------------------- */
img { height: auto; }
/* Knopf und Hinweistext stehen untereinander, nicht nebeneinander.
   Vorher war .product-card-buy in sich selbst verschachtelt und hat
   seine eigene Flex-Ausrichtung an die Kinder weitergegeben. */
.kauf-inhalt { width: 100%; text-align: center; padding: 6px 0 2px; }
.kauf-inhalt .btn-gold { display: inline-block; }
.kauf-inhalt p { margin: 14px 0 0; }

/* Beitext unter dem Preis in den Location-Karten */
.pricing-item .paket-beitext {
  text-align: center;
  color: var(--hg-gold-light);
  font-family: var(--font-secondary);
  font-style: italic;
  font-size: 16.5px;
  line-height: 1.4;
  margin: 22px 0 22px;
}

/* --------------------------------------------------------------
   Trauerfeiern: Location-Pauschale als eigene Karte über den Paketen
   -------------------------------------------------------------- */
.miete-karte {
  background: var(--hg-black-card);
  border: 1px solid var(--hg-gold);
  border-radius: 10px;
  padding: 34px 38px 30px;
  text-align: center;
}
.miete-kopf {
  font-family: var(--font-default);
  font-size: 12.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hg-gold);
  margin-bottom: 14px;
}
.miete-preis {
  font-family: var(--font-primary);
  font-size: 46px;
  line-height: 1;
  color: var(--hg-cream);
}
.miete-preis span { font-size: 26px; color: var(--hg-gold); margin-left: 4px; }
.miete-zusatz {
  font-family: var(--font-secondary);
  font-style: italic;
  font-size: 17px;
  color: var(--hg-gold-light);
  margin: 22px 0 24px;
}
.miete-liste {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 340px;
  text-align: left;
}
.miete-liste li {
  position: relative;
  padding: 8px 0 8px 30px;
  font-size: 15px;
  color: var(--hg-cream);
  border-bottom: 1px solid var(--hg-line);
}
.miete-liste li:last-child { border-bottom: 0; }
.miete-liste i {
  position: absolute; left: 0; top: 11px;
  color: var(--hg-gold); font-size: 14px;
}
.miete-fuss {
  color: var(--hg-muted);
  font-size: 14px;
  margin: 20px 0 0;
}
@media (max-width: 575.98px) {
  .miete-karte { padding: 26px 22px 24px; }
  .miete-preis { font-size: 38px; }
}

/* --------------------------------------------------------------
   Bildergalerie Location: ein großes Bild, darunter zwei kleinere
   Aufnahmen des Außenbereichs. Alle drei per Klick vergrößerbar.
   -------------------------------------------------------------- */
.aussen-galerie a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--hg-line);
}
.aussen-galerie img {
  width: 100%;
  display: block;
  transition: transform 0.45s ease, opacity 0.25s ease;
}
.aussen-galerie a:hover img,
.aussen-galerie a:focus-visible img {
  transform: scale(1.035);
  opacity: 0.92;
}
/* Kleines Lupen-Zeichen oben rechts, damit erkennbar ist, dass man klicken kann */
.aussen-galerie a::after {
  content: "\F52A";              /* bi-zoom-in */
  font-family: "bootstrap-icons";
  position: absolute;
  top: 12px; right: 12px;
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(10, 11, 13, 0.72);
  border: 1px solid var(--hg-line);
  border-radius: 50%;
  color: var(--hg-gold);
  font-size: 15px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.aussen-galerie a:hover::after,
.aussen-galerie a:focus-visible::after { opacity: 1; }

/* Auch das große Bild bekommt die Behandlung */
.glightbox > img { border-radius: 12px; }

.bild-unterzeile {
  color: var(--hg-muted);
  font-family: var(--font-secondary);
  font-style: italic;
  font-size: 15.5px;
  margin: 12px 0 0;
}

/* --------------------------------------------------------------
   Malkurs-Tickets auf der Flower-&-Art-Seite
   -------------------------------------------------------------- */
.ticket-karte {
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
  border-radius: 8px;
  padding: 20px 22px 18px;
  height: 100%;
  text-align: center;
}
.ticket-kopf {
  font-family: var(--font-default);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hg-gold);
  margin-bottom: 10px;
}
.ticket-preis {
  font-family: var(--font-primary);
  font-size: 30px;
  line-height: 1;
  color: var(--hg-cream);
  margin-bottom: 18px;
}
.ticket-preis span { font-size: 19px; color: var(--hg-gold); margin-left: 3px; }
.ticket-karte p {
  color: var(--hg-muted);
  font-size: 13.5px;
  line-height: 1.5;
  margin: 0;
}

/* Eigener Block für den Erwachsenen-Malkurs */
.erw-kurs {
  background: var(--hg-black-card);
  border: 1px solid var(--hg-line);
  border-left: 3px solid var(--hg-gold);
  border-radius: 8px;
  padding: 28px 32px;
}
@media (max-width: 575.98px) { .erw-kurs { padding: 22px 20px; } }

/* Plakat zum Malkurs – volle Höhe, klickbar */
.kurs-img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--hg-line);
  display: block;
  transition: transform 0.4s ease, opacity 0.25s ease;
}
a:hover > .kurs-img,
a:focus-visible > .kurs-img { transform: scale(1.015); opacity: 0.93; }

/* Kennzeichnung KI-generierter Bilder.
   Bewusst zurückhaltend, aber lesbar – der Kontrast liegt über 4,5:1. */
.ki-hinweis {
  display: flex;
  align-items: baseline;
  gap: 7px;
  justify-content: center;
  color: var(--hg-muted);
  font-family: var(--font-default);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin: 14px 0 0;
}
.ki-hinweis i {
  color: var(--hg-gold);
  font-size: 13px;
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .ki-hinweis { font-size: 12.5px; text-align: left; }
}

/* Abschlusszeile bei Über uns */
.uns-claim {
  font-size: 30px;
  margin: 22px 0 0;
}
@media (max-width: 575.98px) {
  .uns-claim { font-size: 26px; }
}
