@charset "UTF-8";
/*
Theme Name: 4 Linden Aachen Theme
Description:
Version: 1.0
Author: Talha Sariyürek
Template: kc-parent-theme
Author URI: https://konzeptcode.com
*/
/*
@include max($tablet) {
	height: 60px;
}
*/
/*
Beispiel:
@include default_text_specs(
    $css-variable-prepend: "kc-teaser-title",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include default_h1_specs(
    $css-variable-prepend: "",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include default_h2_specs(
    $css-variable-prepend: "",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include css_variable_prepend(
    $property: "font-size",
    $prepend-string: 'kc-teaser-title',
    $default-value: 20px
);
*/
/*
@extend %transition;
*/
/*
@extend %transition-timing;
*/
/*
@include max($tablet) {
	height: 60px;
}
*/
:root {
  --white: #f8f7f4;
  --primary-color: #476136;
  --primary-color-dark: #2d3e22;
  --primary-color-light: #6a8a54;
  --primary-color-lightest: #e8ede5;
  --step-color-1: #f5f1ec;
  --text-color: #1F2017 !important;
  --text-color-light: #5C5A50 !important;
  --secondary-color: #c4a35a;
  --accent-warm: #a0522d;
  /* Gradient 1: Dark to Light */
  --gradient-1: linear-gradient(
  	135deg,
  	var(--primary-color) 0%,
  	var(--primary-color-light) 100%
  );
  /* Gradient 2: Light to Lightest */
  --gradient-2: linear-gradient(
  	135deg,
  	var(--primary-color-light) 0%,
  	var(--primary-color-lightest) 100%
  );
  /* Gradient 3: Warm White */
  --gradient-3: linear-gradient(135deg, #ffffff 0%, #f8f7f4 100%);
  /* Fonts -- aligned to HTML-Template Spec:
     --primary-font = body/text  (Source Serif 4)
     --secondary-font = display/headings (Playfair Display)
     --tertiary-font = accent script (Pinyon Script)
     Plus die Token-Aliases --font-body/--font-display/--font-ui/--font-script
     in _4linden-tokens.scss fuer explizite Modul-Selektoren. */
  --primary-font: "Source Serif 4", Georgia, serif;
  --secondary-font: "Playfair Display", Georgia, serif;
  --tertiary-font: "Pinyon Script", cursive;
  --font-roman: "Playfair Display", Georgia, serif;
  --content-width: min(1280px, calc(100vw - 2 * var(--global-padding, 15px))) !important;
  --phablet-width: 560px;
  --border-radius: 20px;
}

:root {
  --moss-darkest: #2D3A23;
  --moss-dark: #476136;
  --moss-mid: #6B8252;
  --moss-light: #A2B58E;
  --moss-soft: #D6DEC9;
  --saffron: #E3A220;
  --saffron-deep: #8A5A05;
  --saffron-light: #F4CE6E;
  --saffron-soft: #F7E7C2;
  --clay: var(--saffron);
  --clay-light: var(--saffron-light);
  --clay-soft: var(--saffron-soft);
  --cream: #F5EFE2;
  --cream-soft: #FAF6ED;
  --cream-warm: #EFE6D2;
  --ink: #1F2017;
  --ink-muted: #5C5A50;
  --line: #D4CFC0;
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Source Serif 4", Georgia, serif;
  --font-ui: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-script: "Pinyon Script", cursive;
  --hero-h1: clamp(40px, 6.5vw, 104px);
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 64px;
  --space-2xl: 96px;
  --space-3xl: 140px;
  --container: 1320px;
  --container-narrow: 720px;
  --container-wide: 1480px;
  --r-none: 0;
  --r-sm: 4px;
  --r-md: 12px;
  --r-full: 999px;
  --shadow-card: 0 1px 3px rgba(31, 32, 23, 0.04), 0 8px 24px rgba(31, 32, 23, 0.06);
  --shadow-elev: 0 4px 12px rgba(31, 32, 23, 0.08), 0 16px 48px rgba(31, 32, 23, 0.12);
}

@media (max-width: 580px) {
  :root {
    --space-xl: 32px;
  }
}
/*
@include max($tablet) {
	height: 60px;
}
*/
/*
Beispiel:
@include default_text_specs(
    $css-variable-prepend: "kc-teaser-title",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include default_h1_specs(
    $css-variable-prepend: "",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include default_h2_specs(
    $css-variable-prepend: "",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include css_variable_prepend(
    $property: "font-size",
    $prepend-string: 'kc-teaser-title',
    $default-value: 20px
);
*/
/*
@extend %transition;
*/
/*
@extend %transition-timing;
*/
/*
@include max($tablet) {
	height: 60px;
}
*/
body,
html {
  --header-h: 78px;
  --wrap-w: var(--container, 1320px);
}

.wrap {
  max-width: var(--wrap-w);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
  width: 100%;
}

body.has-fixed-header {
  padding-top: var(--header-h);
}

.site-header a,
.mobile-menu a {
  text-decoration: none;
}

/* ============================================================= HEADER */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  background: transparent;
  border-bottom: 1px solid transparent;
}
.site-header .wrap {
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-header.is-solid {
  background: var(--cream-soft);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 24px rgba(45, 58, 35, 0.05);
}

/* ---- Marke (logo.png) ---- */
.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: auto;
  padding: 9px;
  border-radius: 50%;
  transition: background 0.4s ease;
}
.brand .brand__logo {
  display: block;
  width: 54px;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.4s ease;
}

.site-header.is-solid .brand {
  background: var(--moss-dark);
}

.site-header:not(.is-solid) .brand__logo {
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.45));
}

/* ---- Primary nav ---- */
.primary-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-ui);
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 10px 15px;
  border-radius: var(--r-full);
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease;
  background: none;
  border: none;
  white-space: nowrap;
}
.nav-link svg {
  width: 9px;
  height: 9px;
  opacity: 0.7;
  transition: transform 0.3s ease;
}

.nav-item:hover .nav-link svg,
.nav-item:focus-within .nav-link svg {
  transform: rotate(180deg);
}

.site-header:not(.is-solid) .nav-link {
  color: var(--cream);
}
.site-header:not(.is-solid) .nav-link:hover {
  background: rgba(245, 239, 226, 0.14);
}

.site-header.is-solid .nav-link {
  color: var(--ink);
}
.site-header.is-solid .nav-link:hover {
  color: var(--moss-dark);
  background: var(--cream-warm);
}

/* ---- Dropdown ---- */
.dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 268px;
  background: var(--cream-soft);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 24px 60px rgba(45, 58, 35, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.3s;
}
.dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 18px;
}
.dropdown::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: var(--cream-soft);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.dropdown a {
  display: block;
  font-family: var(--font-body);
  font-size: 15.5px;
  color: var(--ink);
  padding: 9px 14px;
  border-radius: 9px;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.dropdown a:hover {
  background: var(--cream-warm);
  color: var(--moss-dark);
}

.dropdown__eyebrow {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--saffron-deep);
  padding: 6px 14px 10px;
}

.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

/* ---- Rechte Aktionen ---- */
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.site-header .socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header .socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition: background 0.25s, color 0.25s;
}
.site-header .socials svg {
  width: 16px;
  height: 16px;
}

.site-header:not(.is-solid) .socials a {
  color: var(--cream-soft);
}
.site-header:not(.is-solid) .socials a:hover {
  background: rgba(245, 239, 226, 0.16);
}

.site-header.is-solid .socials a {
  color: var(--moss-dark);
}
.site-header.is-solid .socials a:hover {
  background: var(--cream-warm);
}

.cta-support {
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 11px 22px;
  border-radius: var(--r-full);
  background: var(--clay);
  color: var(--moss-darkest);
  transition: background 0.25s ease, transform 0.2s ease;
  white-space: nowrap;
}
.cta-support:hover {
  background: var(--saffron-light);
  transform: translateY(-1px);
}

/* ---- Burger (nur mobil) ---- */
.burger {
  display: none;
  width: 44px;
  height: 44px;
  border: none;
  background: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0;
}
.burger span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 0 auto;
  border-radius: 2px;
  transition: background 0.3s, transform 0.3s, opacity 0.3s;
}

.site-header:not(.is-solid) .burger span {
  background: var(--cream-soft);
}

.site-header.is-solid .burger span {
  background: var(--moss-darkest);
}

/* ============================================================= MOBILE MENU */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--moss-darkest);
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.2, 1), visibility 0s linear 0.5s;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-menu.open {
  transform: translateY(0);
  visibility: visible;
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.2, 1), visibility 0s;
}

.mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  padding: 0 clamp(20px, 5vw, 40px);
  flex-shrink: 0;
  border-bottom: 1px solid rgba(214, 222, 201, 0.16);
}

.mobile-menu__brand {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  color: var(--cream-soft);
}

.mobile-close {
  width: 44px;
  height: 44px;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
}
.mobile-close::before, .mobile-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: var(--cream-soft);
  border-radius: 2px;
}
.mobile-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-nav {
  padding: 18px clamp(20px, 5vw, 40px) 30px;
}

.m-group {
  border-bottom: 1px solid rgba(214, 222, 201, 0.14);
}

.m-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  color: var(--cream-soft);
  padding: 20px 0;
}
.m-trigger svg {
  width: 14px;
  height: 14px;
  color: var(--clay-light);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.m-group.open .m-trigger svg {
  transform: rotate(180deg);
}

.m-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.m-sub a {
  display: block;
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--moss-soft);
  padding: 11px 0 11px 2px;
}
.m-sub a:hover {
  color: var(--cream-soft);
}

.m-group.open .m-sub {
  max-height: 460px;
  padding-bottom: 14px;
}

.m-direct {
  display: block;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  color: var(--cream-soft);
  padding: 20px 0;
  border-bottom: 1px solid rgba(214, 222, 201, 0.14);
}

.mobile-cta {
  margin-top: 28px;
  padding: 0 clamp(20px, 5vw, 40px);
}
.mobile-cta a {
  display: block;
  text-align: center;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--clay);
  color: var(--moss-darkest);
  padding: 17px;
  border-radius: var(--r-full);
}

.mobile-menu__foot {
  margin-top: auto;
  padding: 24px clamp(20px, 5vw, 40px) 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(214, 222, 201, 0.14);
}
.mobile-menu__foot span {
  font-family: var(--font-ui);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--moss-light);
}
.mobile-menu__foot .socials {
  display: flex;
  gap: 14px;
}
.mobile-menu__foot .socials a {
  color: var(--moss-soft);
}
.mobile-menu__foot .socials svg {
  width: 18px;
  height: 18px;
}
.mobile-menu__foot .socials a:hover {
  color: var(--cream-soft);
}

/* ============================================================= RESPONSIVE */
@media (max-width: 1080px) {
  .primary-nav,
  .header-actions .socials,
  .cta-support {
    display: none;
  }
  .burger {
    display: flex;
  }
  .header-actions {
    margin-left: auto;
  }
}
/*
@include max($tablet) {
	height: 60px;
}
*/
/*
Beispiel:
@include default_text_specs(
    $css-variable-prepend: "kc-teaser-title",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include default_h1_specs(
    $css-variable-prepend: "",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include default_h2_specs(
    $css-variable-prepend: "",
    $font-weight: 700,
    $line-height: 1,
    $text-align: "center"
);
*/
/*
Beispiel:
@include css_variable_prepend(
    $property: "font-size",
    $prepend-string: 'kc-teaser-title',
    $default-value: 20px
);
*/
/*
@extend %transition;
*/
/*
@extend %transition-timing;
*/
/*
@include max($tablet) {
	height: 60px;
}
*/
.site-footer {
  background: var(--moss-darkest);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -10%;
  width: 60%;
  height: 120%;
  background: radial-gradient(circle, rgba(184, 89, 60, 0.16), transparent 62%);
  pointer-events: none;
}
.site-footer a {
  text-decoration: none;
}

/* ---- Newsletter-Band ---- */
.foot-news {
  position: relative;
  background: var(--moss-dark);
  border-bottom: 1px solid rgba(214, 222, 201, 0.14);
  padding: clamp(40px, 6vw, 64px) 0;
}
.foot-news .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.foot-news__copy {
  max-width: 520px;
}

.foot-news__tilde {
  font-family: var(--font-script);
  font-size: 40px;
  color: var(--clay-light);
  line-height: 0.6;
  margin-bottom: 10px;
}

.foot-news h3 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 500;
  color: var(--cream-soft);
  line-height: 1.12;
}
.foot-news h3 em {
  font-style: italic;
  color: var(--clay-light);
}

.foot-news p {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--moss-soft);
  margin-top: 10px;
}

.foot-news__signup {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: min(420px, 100%);
}
.foot-news__signup .news-form,
.foot-news__signup .news-form-privacy {
  max-height: 200px;
  transition: opacity 0.35s ease, max-height 0.45s ease, margin 0.35s ease, transform 0.35s ease;
}
.foot-news__signup.is-sent .news-form,
.foot-news__signup.is-sent .news-form-privacy {
  opacity: 0;
  max-height: 0;
  margin: 0;
  transform: translateY(-8px);
  overflow: hidden;
  pointer-events: none;
}
.foot-news__signup.is-sent .news-form-msg {
  font-size: 15px;
}

.news-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.foot-news .news-form-msg {
  font-family: var(--font-ui);
  font-size: 13px;
  color: var(--cream-soft);
  margin: 0;
}
.foot-news .news-form-msg:empty {
  display: none;
}
.foot-news .news-form-msg.is-error {
  color: var(--clay-light);
}
.foot-news .news-form-msg.is-success {
  color: #cfe3c0;
}

.foot-news .news-form-privacy {
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 1.4;
  color: var(--moss-soft);
  margin: 0;
}
.foot-news .news-form-privacy a {
  color: var(--clay-light);
  text-decoration: underline;
}

.news-form {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--cream-soft);
  border-radius: var(--r-full);
  padding: 7px 7px 7px 22px;
  width: 100%;
}
.news-form input {
  flex: 1;
  min-width: 0;
  border: none;
  background: none;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--ink);
  outline: none;
}
.news-form input::-moz-placeholder {
  color: var(--ink-muted);
}
.news-form input::placeholder {
  color: var(--ink-muted);
}
.news-form button {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--clay);
  color: var(--moss-darkest);
  border: none;
  border-radius: var(--r-full);
  padding: 13px 22px;
  cursor: pointer;
  transition: background 0.25s;
  white-space: nowrap;
}
.news-form button:hover {
  background: var(--saffron-light);
}

/* ---- Link-Spalten ---- */
.foot-main {
  position: relative;
  padding: clamp(46px, 6vw, 72px) 0 clamp(34px, 4vw, 48px);
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 56px);
}

.foot-brand .brand__name {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  color: var(--cream-soft);
}
.foot-brand .foot-script {
  font-family: var(--font-script);
  font-size: 25px;
  color: var(--moss-light);
  margin: 6px 0 18px;
}

.foot-address {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 15px;
  color: var(--moss-soft);
  line-height: 1.75;
}
.foot-address strong {
  color: var(--cream);
  font-weight: 500;
}
.foot-address a {
  color: var(--moss-soft);
}
.foot-address a:hover {
  color: var(--cream-soft);
}

.foot-leitsatz {
  font-family: var(--font-body);
  font-style: italic;
  font-size: 15px;
  color: var(--clay-light);
  margin-top: 18px;
}

.foot-col h4 {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--clay-light);
  margin-bottom: 18px;
}
.foot-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.foot-col li {
  margin-bottom: 11px;
}
.foot-col a {
  display: block;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--moss-soft);
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.foot-col a:hover {
  color: var(--cream-soft);
  padding-left: 4px;
}

/* ---- Bottom-Bar ---- */
.foot-bottom {
  position: relative;
  border-top: 1px solid rgba(214, 222, 201, 0.14);
}
.foot-bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 22px;
  padding-bottom: 22px;
}

.foot-legal {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: var(--font-ui);
  font-size: 12.5px;
  color: var(--moss-light);
}
.foot-legal a {
  color: var(--moss-light);
  transition: color 0.2s;
}
.foot-legal a:hover {
  color: var(--cream-soft);
}
.foot-legal .dot {
  opacity: 0.5;
}

.foot-right {
  display: flex;
  align-items: center;
  gap: 22px;
}
.foot-right .socials {
  display: flex;
  align-items: center;
  gap: 14px;
}
.foot-right .socials a {
  color: var(--moss-light);
}
.foot-right .socials a:hover {
  color: var(--cream-soft);
}
.foot-right .socials svg {
  width: 17px;
  height: 17px;
}

.lang {
  font-family: var(--font-ui);
  font-size: 12.5px;
  letter-spacing: 0.08em;
}
.lang ul {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lang a {
  color: var(--moss-light);
  text-transform: uppercase;
  transition: color 0.2s;
}
.lang a:hover {
  color: var(--cream-soft);
}
.lang .current-lang a,
.lang a.active {
  color: var(--cream-soft);
  font-weight: 600;
}

/* ============================================================= RESPONSIVE */
@media (max-width: 1080px) {
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
  .foot-brand {
    grid-column: 1/-1;
  }
  .site-footer::before {
    display: none;
  }
}
@media (max-width: 560px) {
  .foot-grid {
    grid-template-columns: 1fr;
  }
  .foot-news .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .foot-news__signup {
    min-width: 0;
    width: 100%;
  }
  .news-form {
    width: 100%;
    max-width: 100%;
  }
  .foot-bottom .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-credit {
  background: var(--ink);
  text-align: center;
  padding: 13px var(--global-padding);
  font-family: var(--font-ui);
  font-size: 12px;
  line-height: 1.5;
  color: rgba(245, 239, 226, 0.5);
}
.site-credit a {
  color: rgba(245, 239, 226, 0.72);
  text-decoration: none;
  transition: color 0.25s ease;
}
.site-credit a:hover {
  color: var(--cream-soft);
}

.wa-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.wa-fab svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
  display: block;
}
.wa-fab:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}
.wa-fab:focus-visible {
  outline: 3px solid var(--cream-soft);
  outline-offset: 3px;
}
@media (max-width: 560px) {
  .wa-fab {
    right: 16px;
    bottom: 16px;
  }
}

.group-container.event-hero-plain-container {
  background: var(--moss-darkest);
}

.group-container.event-facts-container {
  --group-padding-top: var(--section-pad-y);
  --group-padding-bottom: var(--section-pad-y);
  background: var(--cream);
}
.group-container.event-facts-container .ef-list {
  max-width: var(--container-narrow);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: var(--space-2xl);
       column-gap: var(--space-2xl);
  border-top: 1px solid var(--line);
}
@media (max-width: 580px) {
  .group-container.event-facts-container .ef-list {
    grid-template-columns: 1fr;
  }
}
.group-container.event-facts-container .ef-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding: var(--space-md) 0;
  border-bottom: 1px solid var(--line);
}
.group-container.event-facts-container .ef-label {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--saffron-deep);
}
.group-container.event-facts-container .ef-value {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.4;
  color: var(--ink);
  margin: 0;
}
.group-container.event-facts-container .ef-value a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  transition: border-color 0.2s ease, color 0.2s ease;
}
.group-container.event-facts-container .ef-value a:hover {
  color: var(--saffron-deep);
  border-color: var(--clay);
}
.group-container.event-facts-container .ef-arrow {
  font-size: 13px;
  color: var(--saffron-deep);
}
.group-container.event-facts-container .ef-sessions {
  max-width: var(--container-narrow);
  margin: 0 auto;
}
.group-container.event-facts-container .ef-list + .ef-sessions {
  margin-top: var(--space-lg);
}
.group-container.event-facts-container .ef-sessions-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 28px);
  color: var(--ink);
  margin: 0 0 var(--space-sm);
}
.group-container.event-facts-container .ef-sessions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.group-container.event-facts-container .ef-sessions-list li {
  font-family: var(--font-body);
  font-size: 17px;
  color: var(--ink);
  padding: var(--space-xs) 0;
  border-bottom: 1px solid var(--line);
}
.group-container.event-facts-container .ef-sessions-list li:last-child {
  border-bottom: 0;
}

.group-container.ed-related-container .section-h2-container {
  max-width: var(--content-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.group-container.cta-clay-container + .group-container.ed-related-container {
  --group-padding-top: var(--section-pad-y);
}

html,
body {
  font-family: var(--font-body, var(--p-font-family));
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink, var(--text-color));
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  background: var(--cream, var(--white));
  overflow-x: clip;
}

*,
*::before,
*::after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* =====================================================================
   Single-Post (Blog single.php) + Event-Archiv (archive-event.php)
   Geteiltes Basis-Layout. Die Event-Detailseite (single-event.php) hat ein
   eigenes, modul-stiliges Layout -> _event-detail.scss (NICHT mehr hier).
   ===================================================================== */
#post-container {
  max-width: var(--container-narrow);
  margin: 0 auto;
  padding: var(--space-2xl) var(--space-md);
}

#post-container.event-archive {
  max-width: var(--container);
}

#single-post-header {
  margin-bottom: var(--space-lg);
}

#single-post-header h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.1;
  color: var(--ink);
  margin: 0 0 var(--space-md);
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
}

.blog-meta .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-ui);
  font-size: 13px;
  color: var(--ink-muted);
  background: var(--cream-soft);
  border: 1px solid var(--line);
  padding: 6px 12px;
  border-radius: var(--r-full);
}

#single-post-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: var(--space-xl);
  align-items: start;
}

@media (max-width: 900px) {
  #single-post-content {
    grid-template-columns: minmax(0, 1fr);
  }
}
#single-post-content article#wrapper {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
}

#single-post-content article#wrapper .featured-image img {
  width: 100%;
  height: auto;
  border-radius: var(--r-md);
  margin-bottom: var(--space-lg);
}

#single-post-content article#wrapper h2,
#single-post-content article#wrapper h3 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--ink);
  margin: var(--space-lg) 0 var(--space-sm);
}

#single-post-content article#wrapper p {
  margin: 0 0 var(--space-md);
}

#single-post-content article#wrapper img {
  max-width: 100%;
  height: auto;
}

#single-post-sidebar .sidebar-widget {
  background: var(--cream-soft);
  border: 1px solid var(--line);
  padding: var(--space-md);
  border-radius: var(--r-md);
  margin-bottom: var(--space-md);
}

#single-post-sidebar .widget-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 var(--space-sm);
  color: var(--ink);
}

#single-post-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#single-post-sidebar li {
  border-top: 1px solid var(--line);
  padding: var(--space-sm) 0;
}

#single-post-sidebar li:first-child {
  border-top: 0;
  padding-top: 0;
}

#single-post-sidebar .recent-post-item {
  text-decoration: none;
  color: var(--ink);
  display: block;
}

#single-post-sidebar .recent-post-item:hover .list-item-title {
  color: var(--saffron-deep);
}

#single-post-sidebar .list-item-title {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 15px;
  display: block;
}

#single-post-sidebar .list-item-metas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-top: 4px;
}

#single-post-sidebar .list-item-meta {
  font-family: var(--font-ui);
  font-size: 12px;
  color: var(--ink-muted);
}

#single-post-sidebar .cta-box {
  background: var(--moss-dark);
  border-color: var(--moss-dark);
}

#single-post-sidebar .cta-box h3 {
  font-family: var(--font-display);
  color: var(--cream-soft);
  margin: 0 0 var(--space-xs);
}

#single-post-sidebar .cta-box p {
  font-family: var(--font-body);
  color: var(--moss-soft);
  margin: 0 0 var(--space-sm);
}

#single-post-sidebar .cta-box .cta-button {
  font-family: var(--font-ui);
  font-weight: 600;
  background: var(--clay);
  color: var(--moss-darkest);
  border: 0;
  padding: 10px 18px;
  border-radius: var(--r-full);
  cursor: pointer;
}

.event-archive-empty {
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--ink-muted);
  padding: var(--space-xl) 0;
  text-align: center;
}

.page-id-317 .maps-container:not(.initialized) {
  --maps-container-background-image: url("https://4lindenaachen.eu/wp-content/uploads/2026/06/kontakt-karte-vorschau.png");
}

.maplibregl-marker [fill="#3FB1CE"] {
  fill: var(--moss-dark);
}

.maplibregl-popup-content {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink);
  padding: 12px 32px 12px 16px;
}
.maplibregl-popup-content strong {
  font-size: 15px;
  color: var(--ink);
}
.maplibregl-popup-content a {
  display: inline-block;
  margin-top: 8px;
  color: var(--moss-dark);
  font-weight: 600;
  text-decoration: none;
}
