/*
Theme Name:     Art du the
Theme URI:      n/a
Template:       kadence
Author:         Masterhomepage GmbH
Author URI:     n/a
Description:    Child theme for Art du the
Version:        3.39
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


/* ============================================================ */
/* 1. TOKENS                                                     */
/* ============================================================ */

:root {
  --content-max:           1200px;

  --section-padding-y-d:   72px;
  --section-padding-y-t:   56px;
  --section-padding-y-m:   40px;
  --section-padding-x-d:   60px;
  --section-padding-x-t:   40px;
  --section-padding-x-m:   24px;

  --hero-min-d:            90vh;
  --hero-min-t:            80vh;
  --hero-min-m:            620px;

  /* Startseite-Hero: 100vh full-bleed (Header liegt absolut drüber) */
  --hero-home-min-d:       100vh;
  --hero-home-min-t:       100vh;
  --hero-home-min-m:       600px;

  --border-color:          #d6d1c2;
}


/* ============================================================ */
/* 2. GLOBALE RESETS                                             */
/* ============================================================ */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0.5em;
}

/* Em-Tags: nur Farbakzent, KEIN Italic mehr (v3.5) */
em {
  font-style: normal;
}

/* Shadow Removal — global für alle Buttons */
.elementor-button,
.elementor-button:hover,
.elementor-button:focus,
.elementor-button:active,
.wp-block-button__link,
.wp-block-button__link:hover,
.kb-button,
.kb-button:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  filter: none !important;
}

.elementor-button:focus-visible,
button:focus-visible {
  outline: 2px solid #a88b5e;
  outline-offset: 2px;
  box-shadow: none !important;
}


/* ============================================================ */
/* 3. LAYOUT-HELPERS                                             */
/* ============================================================ */

.responsive-padding {
  padding-left: clamp(30px, 5.5vw, 150px) !important;
  padding-right: clamp(30px, 5.5vw, 150px) !important;
  box-sizing: border-box;
}

.e-con-boxed > .e-con-inner {
  max-width: var(--content-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* ============================================================ */
/* 4. SPACING-SYSTEM                                             */
/* Verbindlich für alle Sektionen.                               */
/* Werte: 72/56/40 vertikal · 60/40/24 horizontal D/T/M.         */
/* ============================================================ */

.s-section {
  padding: var(--section-padding-y-d) var(--section-padding-x-d) !important;
}
@media (max-width: 1024px) {
  .s-section {
    padding: var(--section-padding-y-t) var(--section-padding-x-t) !important;
  }
}
@media (max-width: 767px) {
  .s-section {
    padding: var(--section-padding-y-m) var(--section-padding-x-m) !important;
  }
}

.s-section-hero {
  min-height: var(--hero-min-d) !important;
  padding: 202px var(--section-padding-x-d) 0 !important;
  display: flex !important;
  align-items: center !important;
}
@media (max-width: 1024px) {
  .s-section-hero {
    min-height: var(--hero-min-t) !important;
    padding: 180px var(--section-padding-x-t) 0 !important;
  }
}
@media (max-width: 767px) {
  .s-section-hero {
    min-height: var(--hero-min-m) !important;
    padding: 140px var(--section-padding-x-m) 0 !important;
  }
}

/* Startseite-Hero — Full-Bleed mit Header transparent darüber.
   Verwendung: NUR auf der Startseite-Hero-Section. Andere Heros
   nutzen .s-section-hero (90vh/80vh/620px). */
.s-section-hero-home {
  min-height: var(--hero-home-min-d) !important;
  padding: 202px var(--section-padding-x-d) 0 !important;
  display: flex !important;
  align-items: center !important;
}
@media (max-width: 1024px) {
  .s-section-hero-home {
    min-height: var(--hero-home-min-t) !important;
    padding: 180px var(--section-padding-x-t) 0 !important;
  }
}
@media (max-width: 767px) {
  .s-section-hero-home {
    min-height: var(--hero-home-min-m) !important;
    padding: 140px var(--section-padding-x-m) 0 !important;
  }
}


/* ============================================================ */
/* 5. BACKGROUNDS                                                */
/* ============================================================ */

.section-light {
  background-color: #f5f1e8 !important; /* Cream */
}
.section-dark {
  background-color: #666666 !important; /* Grau – wie Off-Canvas */
}
.section-grey {
  background-color: #666666 !important; /* Grau – heller als Anthrazit */
}


/* ============================================================ */
/* 6. TYPO-AKZENT — em (v3.5: nur Farbe, kein Italic)            */
/* ============================================================ */

h1 em, h2 em, h3 em, h4 em {
  color: #c4a97b;
  font-weight: inherit;
}


/* ============================================================ */
/* 7. ATOME                                                      */
/* ============================================================ */

.section-label {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-label::before {
  content: '';
  width: 40px;
  height: 1px;
  background: #a88b5e;
  flex-shrink: 0;
}
.section-label-light::before {
  background: #c4a97b;
}
.section-label-center {
  justify-content: center;
}

/* Hero-Tag — Label-artig oben im Hero (Cream-Linie + Cream-Text)
   Typo (Montserrat uppercase tracked) kommt vom H6-Default im Customizer.
   Hier nur Farb-Override + Linie davor. */
.hero-tag .elementor-heading-title {
  color: #f5f1e8 !important;
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-tag .elementor-heading-title::before {
  content: '';
  width: 40px;
  height: 1px;
  background: #f5f1e8;
  flex-shrink: 0;
}


/* ============================================================ */
/* 8. KOMPONENTE: TILE                                           */
/* ============================================================ */

.elementor-element.tile,
.tile {
  overflow: hidden !important;
  position: relative;
  transition: all 0.5s ease;
}

.tile > .elementor-background-overlay {
  transition: opacity 0.5s ease, filter 0.5s ease !important;
}
.tile:hover > .elementor-background-overlay {
  filter: brightness(0.75) contrast(1.05);
}

.tile > .elementor-widget,
.tile .elementor-widget-heading,
.tile .elementor-widget-text-editor {
  transition: transform 0.5s ease;
  will-change: transform;
}
.tile:hover > .elementor-widget,
.tile:hover .elementor-widget-heading,
.tile:hover .elementor-widget-text-editor {
  transform: translateY(-8px);
}

.tile .elementor-widget-heading .elementor-heading-title {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}
.tile .elementor-widget-heading .elementor-heading-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #c4a97b;
  transition: width 0.5s ease 0.1s;
}
.tile:hover .elementor-widget-heading .elementor-heading-title::after {
  width: 40px;
}
.tile .elementor-widget-heading:first-of-type .elementor-heading-title::after {
  display: none;
}


/* ============================================================ */
/* 9. KOMPONENTE: SHOP-WEICHE STARTSEITE                         */
/* ============================================================ */

.shop-path {
  flex: 1 1 0;
  transition: all 0.4s ease;
}
.shop-path:hover {
  background: rgba(245,241,232,0.08) !important;
  border-color: #c4a97b !important;
  transform: translateY(-4px);
}
.shop-path .elementor-button {
  transition: all 0.3s ease;
}
.shop-path:hover .elementor-button {
  color: #c4a97b;
  letter-spacing: 0.3em;
}

.shop-or {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 100%;
  align-self: stretch;
}
.shop-or-line {
  display: block;
  width: 1px;
  flex: 1;
  min-height: 60px;
  background: linear-gradient(to bottom, transparent, #c4a97b, transparent);
}
/* "oder" — v3.5: Sans-Versalien statt Cormorant italic */
.shop-or-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #c4a97b;
  line-height: 1;
}

@media (max-width: 768px) {
  .shop-or {
    flex-direction: row;
    min-height: 0;
    padding: 8px 0;
  }
  .shop-or-line {
    width: auto;
    height: 1px;
    min-height: 0;
    min-width: 40px;
    flex: 1;
    background: linear-gradient(to right, transparent, #c4a97b, transparent);
  }
}


/* ============================================================ */
/* 10. KOMPONENTE: SHOP-OFF-CANVAS                               */
/* v3.11: H2 jetzt Gold/400/28px, H6 11px, Text 11px Sans 300.   */
/* ============================================================ */

.shop-oc-label .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.shop-oc-label .elementor-heading-title::before,
.shop-oc-label .elementor-heading-title::after {
  content: '';
  width: 40px;
  height: 1px;
  background: #c4a97b;
  flex-shrink: 0;
}

/* Sub-Label »Wählen Sie Ihren Zugang« — Sans uppercase tracked */
.shop-oc-sub,
.shop-oc-sub p,
.shop-oc-sub .elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  color: rgba(245, 241, 232, 0.7) !important;
  line-height: 1.4 !important;
  text-align: center;
}

/* Karten-Titel H2 "Privat / Gastronomie" — Gold, 28px (70% von 40px Startseite) */
.shop-oc-path h2,
.shop-oc-path h2 .elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 28px !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  color: #c4a97b !important;
  margin-bottom: 10px !important;
}

/* H3/H4 als Fallback-Cream — falls Subtitle versehentlich als h3 gesetzt */
.shop-oc-path h3,
.shop-oc-path h4,
.shop-oc-path h3 .elementor-heading-title,
.shop-oc-path h4 .elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  color: #f5f1e8 !important;
}

/* H6 Subtitle — 70% des Customizer-Default H6 */
.shop-oc-path h6,
.shop-oc-path h6 .elementor-heading-title {
  font-size: 11px !important;
  letter-spacing: 0.2em !important;
  line-height: 1.5 !important;
  margin-bottom: 14px !important;
}

/* Subtitle via Klasse — falls Widget kein H6 ist */
.shop-oc-path-info,
.shop-oc-path-info p,
.shop-oc-path-info .elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #c4a97b !important;
  line-height: 1.4 !important;
}

/* Beschreibungstext — Body 15 → 11 (70%) */
.shop-oc-path-text,
.shop-oc-path-text p,
.shop-oc-path .elementor-widget-text-editor,
.shop-oc-path .elementor-widget-text-editor p {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300 !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
  color: rgba(245, 241, 232, 0.85) !important;
  margin-bottom: 18px !important;
}

.shop-oc-path {
  transition: background 0.4s ease, border-color 0.4s ease, transform 0.4s ease;
}
.shop-oc-path:hover {
  background: rgba(245, 241, 232, 0.06) !important;
  border-color: #c4a97b !important;
  transform: translateY(-3px);
}
.shop-oc-path:hover .elementor-button {
  color: #c4a97b !important;
  letter-spacing: 0.35em;
}


/* ============================================================ */
/* 11. KOMPONENTE: HOURS-TABLE                                   */
/* ============================================================ */

.hours-table {
  border-collapse: collapse;
  width: auto;
}
.hours-table th,
.hours-table td {
  padding: 6px 36px 6px 0;
  text-align: left;
  font-weight: normal;
  vertical-align: baseline;
}
.hours-table th {
  color: #a88b5e;
  font-size: 15px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hours-table td {
  color: #1a1a1a;
  font-size: 15px;
}


/* ============================================================ */
/* 12. KOMPONENTE: VISIT-COL-LABEL                               */
/* ============================================================ */

.visit-col-label .elementor-heading-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #a88b5e;
}


/* ============================================================ */
/* 13. KOMPONENTE: FAB-STEP                                      */
/* v3.5: Step-Nummer auf Montserrat 300 (war Cormorant italic)  */
/* ============================================================ */

.fab-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 50px 0;
  border-top: 1px solid var(--border-color);
}
.fab-step:last-of-type {
  border-bottom: 1px solid var(--border-color);
}

@media (max-width: 1024px) {
  .fab-step {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 0;
  }
}

.fab-step-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 76px;
  color: #c4a97b;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) { .fab-step-num { font-size: 64px; } }
@media (max-width: 767px)  { .fab-step-num { font-size: 56px; } }


/* ============================================================ */
/* 14. KOMPONENTE: FAB-INVESTITION                               */
/* ============================================================ */

.fab-investition {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1024px) {
  .fab-investition {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}


/* ============================================================ */
/* 15. KOMPONENTE: CONTACT-FORM                                  */
/* ============================================================ */

.contact-form .elementor-field-group .elementor-field-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5a5a55;
  margin-bottom: 6px;
}

.contact-form .elementor-field-group .elementor-field-textual,
.contact-form .elementor-field-group .elementor-select-wrapper select {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #2a2a28 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #d6d1c2 !important;
  border-radius: 0 !important;
  padding: 8px 0 10px !important;
  transition: border-color 0.3s ease;
  outline: none !important;
  box-shadow: none !important;
}

.contact-form .elementor-field-group .elementor-field-textual:focus,
.contact-form .elementor-field-group .elementor-select-wrapper select:focus {
  border-bottom-color: #1a1a1a !important;
}

.contact-form .elementor-field-group textarea.elementor-field-textual {
  min-height: 120px;
  resize: vertical;
}


/* ============================================================ */
/* 16. STICKY HEADER                                             */
/* ============================================================ */

.site-header.elementor-sticky--effects .header-inner {
  padding-top: 12px;
  padding-bottom: 12px;
  transition: padding 0.3s ease;
}
.site-header.elementor-sticky--effects .e-site-logo-container img {
  max-width: 120px;
  transition: max-width 0.3s ease;
}
.site-header.elementor-sticky--active + .site-header {
  height: 157px !important;
}


/* ============================================================ */
/* 17. EDITOR-HELPER                                             */
/* ============================================================ */

body.elementor-editor-active .elementor-section-wrap > .elementor-section,
body.elementor-editor-active .elementor-section-wrap > .e-con,
body.elementor-editor-active [data-elementor-type="wp-page"] > .e-con,
body.elementor-editor-active [data-elementor-type="wp-post"] > .e-con {
  outline: 1px dashed rgba(168,139,94,0.35);
  outline-offset: -1px;
  margin-bottom: 8px;
}


/* ============================================================ */
/* KOMPONENTE: FAQ (Elementor Nested Accordion)                 */
/* v3.23: Styling über Klasse .faq-akkordeon (am Widget setzen). */
/*        Im Widget: Icon + Active Icon = None.                  */
/* ============================================================ */

.faq-content {
  max-width: 880px;
  margin: 0 auto;
}

.faq-cat-block {
  margin-bottom: 80px;
}
.faq-cat-block:last-child {
  margin-bottom: 0;
}

/* Rubrikentitel — ohne Linie (v3.23) */
.faq-cat-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #1a1a1a;
  margin-bottom: 24px;
}

/* Widget-Variablen: Box-Border aus, kein Abstand zwischen Items */
.faq-akkordeon {
  --n-accordion-border-width: 0;
  --n-accordion-item-title-space-between: 0px;
}

/* Trennlinie unten statt Box */
.faq-akkordeon .e-n-accordion-item {
  border-bottom: 1px solid #d6d1c2;
}
.faq-akkordeon .e-n-accordion-item:last-child {
  border-bottom: none;
}

/* Frage (Title) */
.faq-akkordeon .e-n-accordion-item-title {
  background: transparent;
  padding: 20px 0;
  gap: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #1a1a1a;
  transition: color 0.2s ease;
}
.faq-akkordeon .e-n-accordion-item-title:hover,
.faq-akkordeon .e-n-accordion-item-title:hover .e-n-accordion-item-title-text {
  color: #a88b5e;
}
.faq-akkordeon .e-n-accordion-item-title-header {
  flex-grow: 1;
}

/* Feines Plus/Minus aus zwei 1px-Strichen — rechtsbündig */
.faq-akkordeon .e-n-accordion-item-title::after {
  content: '';
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background-image:
    linear-gradient(#a88b5e, #a88b5e),
    linear-gradient(#a88b5e, #a88b5e);
  background-size: 14px 1px, 1px 14px;
  background-position: center, center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.faq-akkordeon .e-n-accordion-item[open] .e-n-accordion-item-title::after {
  background-size: 14px 1px, 0 0;
  transform: rotate(180deg);
}

/* Antwort (Content-Container) */
.faq-akkordeon .e-n-accordion-item > .e-con {
  background: transparent;
  padding: 0 0 24px 0;
}
.faq-akkordeon .e-n-accordion-item .e-con p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #1a1a1a;
  max-width: 760px;
  margin: 0;
}
.faq-akkordeon .e-n-accordion-item .e-con,
.faq-akkordeon .e-n-accordion-item .e-con p,
.faq-akkordeon .e-n-accordion-item .e-con li,
.faq-akkordeon .e-n-accordion-item .e-con .elementor-widget-text-editor p {
  font-size: 16px !important;
}

/* Ziehdauer-Tabelle in FAQ-Answer */
.faq-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.faq-table th {
  text-align: left;
  font-weight: 500;
  color: #a88b5e;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 10px 14px 10px 0;
  border-bottom: 1px solid #d6d1c2;
}
.faq-table td {
  padding: 10px 14px 10px 0;
  border-bottom: 1px solid #d6d1c2;
  color: #1a1a1a;
  vertical-align: top;
}
.faq-table tr:last-child td {
  border-bottom: none;
}

/* Mobile: Card-Layout statt Tabelle */
@media (max-width: 767px) {
  .faq-table thead { display: none; }
  .faq-table, .faq-table tbody, .faq-table tr, .faq-table td {
    display: block;
    width: 100%;
  }
  .faq-table tr {
    border-bottom: 1px solid #d6d1c2;
    padding: 14px 0;
  }
  .faq-table tr:last-child { border-bottom: none; }
  .faq-table td {
    padding: 4px 0;
    border: none;
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  .faq-table td:first-child {
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 6px;
    font-size: 15px;
  }
  .faq-table td:not(:first-child)::before {
    content: attr(data-label);
    color: #a88b5e;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 500;
    flex-shrink: 0;
  }
}

/* Scroll-Variante */
.faq-table-scroll {
  margin-top: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #c4a97b #e7e1d3;
}
.faq-table-scroll::-webkit-scrollbar {
  height: 8px;
}
.faq-table-scroll::-webkit-scrollbar-track {
  background: #e7e1d3;
  border-radius: 4px;
}
.faq-table-scroll::-webkit-scrollbar-thumb {
  background: #c4a97b;
  border-radius: 4px;
}
.faq-table-scroll .faq-table {
  margin-top: 0;
}

@media (max-width: 767px) {
  .faq-table--scroll { display: table; min-width: 600px; }
  .faq-table--scroll thead { display: table-header-group; }
  .faq-table--scroll tbody { display: table-row-group; }
  .faq-table--scroll tr { display: table-row; padding: 0; border-bottom: none; }
  .faq-table--scroll th,
  .faq-table--scroll td {
    display: table-cell;
    width: auto;
    padding: 10px 14px 10px 0;
    border-bottom: 1px solid #d6d1c2;
  }
  .faq-table--scroll th { white-space: nowrap; }
  .faq-table--scroll td:first-child {
    margin-bottom: 0;
    font-weight: 400;
    color: #1a1a1a;
    font-size: 14px;
  }
  .faq-table--scroll td:not(:first-child)::before { content: none; }
  .faq-table--scroll tr:last-child td { border-bottom: none; }
}

/* Mobile: FAQ-Akkordeon */
@media (max-width: 767px) {
  .faq-cat-block { margin-bottom: 56px; }
  .faq-cat-title { font-size: 22px; margin-bottom: 16px; }
  .faq-akkordeon .e-n-accordion-item-title { font-size: 16px; padding: 16px 0; gap: 24px; }
  .faq-akkordeon .e-n-accordion-item > .e-con { padding: 0 0 18px 0; }
}


/* ============================================================ */
/* KOMPONENTE: FOOTER                                            */
/* ============================================================ */

@media (max-width: 767px) {
  .footer-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
  }
}


/* ============================================================ */
/* KOMPONENTE: KONTAKT-SEITE                                     */
/* v3.5: contact-info-text auf Montserrat                       */
/* ============================================================ */

/* Form + Info — 2-Spalten-Grid */
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
}
@media (max-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

/* Form-Row — 2-spaltig (Vorname/Nachname) */
.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .contact-form-row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}

/* Info-Spalte mit linker Trennlinie */
.contact-info-col {
  padding-left: 20px;
  border-left: 1px solid #d6d1c2;
}
@media (max-width: 1024px) {
  .contact-info-col {
    padding: 40px 0 0 0;
    border-left: 0;
    border-top: 1px solid #d6d1c2;
  }
}

/* Info-Blöcke */
.contact-info-block {
  margin-bottom: 36px;
}
.contact-info-block:last-child {
  margin-bottom: 0;
}

/* Info-Label */
.contact-info-label,
.contact-info-label p,
.contact-info-label .elementor-heading-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #5a5a55;
  margin-bottom: 0;
}

/* Info-Text */
.contact-info-text,
.contact-info-text p,
.contact-info-text .elementor-heading-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 0;
}
.contact-info-text a,
.contact-info-text p a {
  color: #1a1a1a;
  border-bottom: 1px solid #d6d1c2;
  text-decoration: none;
  transition: color 0.2s ease;
}
.contact-info-text a:hover,
.contact-info-text p a:hover {
  color: #a88b5e;
}

/* Map + Adresse — 2-Spalten-Grid */
.contact-map-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1024px) {
  .contact-map-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Map-iframe */
.contact-map-iframe {
  width: 100%;
  min-height: 480px;
  border: 0;
  display: block;
}
@media (max-width: 1024px) { .contact-map-iframe { min-height: 360px; } }
@media (max-width: 767px)  { .contact-map-iframe { min-height: 280px; } }


/* ============================================================ */
/* KOMPONENTE: HEADER OVER HERO                                  */
/* Anthrazit 90% Background konstant — kein transparent/sticky-  */
/* Switch mehr. Schrumpf-Animation kommt vom Sticky-Effect am    */
/* Container (Padding + Logo via Elementor Sticky-Settings).     */
/* Logo: nur eine Variante (hell), Cream-Schrift konstant.       */
/* ============================================================ */

/* Sticky-Container — non-scroll Anthrazit 90%, scroll Anthrazit 100% + Schrumpf */
header[data-elementor-type="header"] .elementor-sticky {
  background: rgba(26, 26, 26, 0.90) !important;
  transition: background 0.35s ease, padding 0.35s ease !important;
}
header[data-elementor-type="header"] .elementor-sticky.elementor-sticky--effects {
  background: #1a1a1a !important;
  border-bottom: 1px solid rgba(245, 241, 232, 0.1);
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
@media (max-width: 767px) {
  header[data-elementor-type="header"] .elementor-sticky.elementor-sticky--effects {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}
/* Logo schrumpft mit + zentriert im Sticky-State */
header[data-elementor-type="header"] .elementor-sticky img {
  transition: max-height 0.35s ease, max-width 0.35s ease;
}
header[data-elementor-type="header"] .elementor-sticky.elementor-sticky--effects img {
  height: 50px !important;
  width: auto !important;
  aspect-ratio: 216 / 119;
  max-height: none !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
/* Logo-Wrap-Container: mittig in eigener Grid/Flex-Spalte */
header[data-elementor-type="header"] .logo-wrap,
header[data-elementor-type="header"] .elementor-widget-image {
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}
header[data-elementor-type="header"] .logo-wrap > .elementor-widget,
header[data-elementor-type="header"] .logo-wrap .elementor-widget-container {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Header-Tag selbst: position absolute, damit Hero darunter durchgeht */
header[data-elementor-type="header"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

/* Nav-Schriften: Cream konstant, Hover Gold-Soft, prägnant */
header[data-elementor-type="header"] .elementor-nav-menu li a.elementor-item,
header[data-elementor-type="header"] .elementor-nav-menu li a.elementor-item:visited,
header[data-elementor-type="header"] .elementor-nav-menu li a.elementor-item:focus {
  color: #f5f1e8 !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  transition: color 0.3s ease;
}
header[data-elementor-type="header"] .elementor-nav-menu li a.elementor-item:hover {
  color: #c4a97b !important;
}

/* Mittlere Bildschirme (Laptop ~1024-1440): Nav enger + Logo kleiner */
@media (min-width: 1025px) and (max-width: 1440px) {
  header[data-elementor-type="header"] .elementor-nav-menu li a.elementor-item {
    letter-spacing: 0.12em !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  header[data-elementor-type="header"] .elementor-sticky {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  header[data-elementor-type="header"] .elementor-sticky img {
    max-height: 70px !important;
    width: auto !important;
  }
}

/* Nav-Menu nie umbrechen */
header[data-elementor-type="header"] .elementor-nav-menu {
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}
header[data-elementor-type="header"] .elementor-nav-menu li a.elementor-item {
  white-space: nowrap !important;
}

/* Header-Grid: 1fr auto 1fr — nur Desktop */
@media (min-width: 1025px) {
  header[data-elementor-type="header"] .e-con.e-grid,
  header[data-elementor-type="header"] .e-con-full,
  header[data-elementor-type="header"] .elementor-sticky {
    grid-template-columns: 1fr auto 1fr !important;
  }
  header[data-elementor-type="header"] .elementor-sticky > .e-con:last-child,
  header[data-elementor-type="header"] .elementor-sticky > .e-child:last-child {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 24px !important;
    flex-wrap: nowrap !important;
  }
}

/* Active Menu-Link: Gold + bold */
header[data-elementor-type="header"] .elementor-nav-menu li a.elementor-item.elementor-item-active,
header[data-elementor-type="header"] .elementor-nav-menu li.current-menu-item > a.elementor-item {
  color: #c4a97b !important;
  font-weight: 700 !important;
}

/* Shop-Button im Header */
header[data-elementor-type="header"] .header-cta .elementor-button,
header[data-elementor-type="header"] a.elementor-button.header-cta {
  background-color: transparent !important;
  color: #f5f1e8 !important;
  border: 1px solid #f5f1e8 !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  transition: all 0.3s ease;
}
header[data-elementor-type="header"] .header-cta .elementor-button:hover,
header[data-elementor-type="header"] a.elementor-button.header-cta:hover {
  background-color: #f5f1e8 !important;
  color: #1a1a1a !important;
}

/* Mobile: Burger-Toggle Cream */
header[data-elementor-type="header"] .elementor-menu-toggle,
header[data-elementor-type="header"] .elementor-menu-toggle:hover,
header[data-elementor-type="header"] .elementor-menu-toggle:focus {
  color: #f5f1e8 !important;
}
header[data-elementor-type="header"] .elementor-menu-toggle svg {
  fill: #f5f1e8 !important;
}

/* Mobile: aufgeklapptes Menu-Panel Anthrazit */
header[data-elementor-type="header"] .elementor-nav-menu--dropdown {
  background-color: #1a1a1a !important;
}
header[data-elementor-type="header"] .elementor-nav-menu--dropdown a.elementor-item {
  color: #f5f1e8 !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  border-bottom: 1px solid rgba(245, 241, 232, 0.08);
}
header[data-elementor-type="header"] .elementor-nav-menu--dropdown a.elementor-item:hover {
  color: #c4a97b !important;
  background-color: rgba(245, 241, 232, 0.04) !important;
}

/* Statischer Header für Legal Pages (Impressum, Datenschutz, Cookie-Richtlinie) —
   Header sitzt im Dokumentenfluss, nicht über Hero. Sticky bleibt aktiv.
   Greift via WordPress page-id Body-Klassen. */
body.page-id-4158 header[data-elementor-type="header"],
body.page-id-4164 header[data-elementor-type="header"],
body.page-id-4951 header[data-elementor-type="header"] {
  position: relative !important;
}
body.page-id-4158 header[data-elementor-type="header"] .elementor-sticky,
body.page-id-4164 header[data-elementor-type="header"] .elementor-sticky,
body.page-id-4951 header[data-elementor-type="header"] .elementor-sticky {
  background: #1a1a1a !important;
}


/* ============================================================ */
/* ELEMENTOR-HEADER — Basis-BG Anthrazit (Anti-Grün-Flash)        */
/* ============================================================ */

header[data-elementor-type="header"] > .elementor-section,
header[data-elementor-type="header"] > .elementor-element,
header[data-elementor-type="header"] > .e-con {
  background-color: rgba(26, 26, 26, 0.90) !important;
}


/* ============================================================ */
/* KOMPONENTE: HERO-OVERLAY                                      */
/* Vollflächen-Tint Ink #2a2a28 15% — kein Verlauf.              */
/* ============================================================ */

.hero-overlay {
  position: relative;
}
.hero-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(42, 42, 40, 0.15);
  pointer-events: none;
  z-index: 1;
}
.hero-overlay > * {
  position: relative;
  z-index: 2;
}

/* Hero ohne Overlay */
.hero-no-overlay {
  position: relative;
}
.hero-no-overlay > * {
  position: relative;
  z-index: 2;
}

/* ============================================================ */
/* KOMPONENTE: FOOTER BACKGROUND                                 */
/* ============================================================ */

[data-elementor-type="footer"],
[data-elementor-type="footer"] > .elementor-element,
[data-elementor-type="footer"] > .e-con {
  background-color: #1a1a1a !important;
}


/* ============================================================ */
/* KOMPONENTE: HERO TEXT-SHADOW                                  */
/* ============================================================ */

.s-section-hero .hero-tag .elementor-heading-title,
.s-section-hero-home .hero-tag .elementor-heading-title,
.s-section-hero h1.elementor-heading-title,
.s-section-hero-home h1.elementor-heading-title,
.s-section-hero h1,
.s-section-hero-home h1 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* Tiles: Text-Shadow für Lesbarkeit über Bild */
.tile .elementor-heading-title,
.tile .elementor-widget-text-editor,
.tile .elementor-widget-text-editor p {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}


.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
  font-size: 11px !important;
font-weight: 600 !important;
}