*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

    h1,
    h1.wp-block-heading {
        font-size: 3.5rem !important;
        /* Fixed global size for H1 */
        line-height: 1.1 !important;
        position: relative;
        padding-bottom: 1.5rem;
        /* Space for the underline */
        margin-bottom: 2rem !important;
    }

    h1::after,
    h1.wp-block-heading::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 6rem;
        /* equivalent to w-24 */
        height: 0.25rem;
        /* equivalent to h-1 */
        background-color: #4f952a;
        /* brand color */
    }

    /* Auto-center the line if the heading is center-aligned */
    h1.has-text-align-center::after,
    h1.wp-block-heading.has-text-align-center::after {
        left: 50%;
        transform: translateX(-50%);
    }

    h2.wp-block-heading {
        font-size: 2.5rem !important;
        line-height: 1.25 !important;
        position: relative;
        padding-bottom: 1.25rem;
    }

    /* Globaler Pinselstrich-Unterstrich unter allen h2 Überschriften */
    h2.wp-block-heading::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 160px;
        height: 7px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 7'%3E%3Cpath d='M1 5 C15 1.5 35 6.5 60 4.5 C85 2.5 108 6 132 4 C143 3.2 153 5 160 4.5' stroke='%234F952A' stroke-width='3.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 6.2 C28 4.5 55 6.8 85 5.5 C112 4.3 140 6.5 160 6' stroke='%234F952A' stroke-width='1' fill='none' opacity='0.3' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    /* Zentrierter Pinselstrich bei zentrierten Überschriften */
    h2.wp-block-heading.has-text-align-center::after {
        left: 50%;
        transform: translateX(-50%);
    }

    /* Global Button Styles */
    .wp-block-button__link {
        background-color: #4f952a !important;
        /* Force Brand Green */
        color: #ffffff !important;
        border-radius: 8px !important;
        font-weight: 700 !important;
        padding: 1rem 2rem !important;
        transition: all 0.3s ease !important;
        border: 2px solid #4f952a !important;
        text-decoration: none !important;
    }

    .wp-block-button__link:hover {
        background-color: #3e7821 !important;
        /* Darker green on hover */
        border-color: #3e7821 !important;
        color: #ffffff !important;
        transform: scale(1.02);
    }

    /* Outline Button Variant */
    .is-style-outline .wp-block-button__link {
        background-color: transparent !important;
        color: #4f952a !important;
    }

    .is-style-outline .wp-block-button__link:hover {
        background-color: #4f952a !important;
        color: #ffffff !important;
    }

    /* Premium Post Card */
    .post-card-premium {
        background-color: #ffffff;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        border: 1px solid rgba(32, 58, 79, 0.05);
        /* Sehr dezenter Rahmen */
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .post-card-premium:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px -10px rgba(32, 58, 79, 0.15);
        border-color: rgba(183, 216, 90, 0.4);
        /* Sanfter Grüner Rahmen beim Hover */
    }

    .post-card-premium img {
        transition: transform 0.6s ease;
    }

    .post-card-premium:hover img {
        transform: scale(1.05);
    }
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.highlight-marker {
        display: inline;
        padding-left: .2em;
        padding-right: .2em;
        background: linear-gradient(180deg, #fff0 55%, #b7d85a 55%, #b7d85a 85%, #fff0 85%);
        margin-left: -.4em;
    }
/* Kein Highlight-Marker in Überschriften */
h1 .highlight-marker,
    h2 .highlight-marker,
    h3 .highlight-marker,
    h4 .highlight-marker,
    .wp-block-heading .highlight-marker {
        background: none;
        padding: 0;
        margin: 0;
    }
/* Premium Teaser Hover Effect */
.teaser-card-premium {
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden;
        border: 1px solid rgba(183, 216, 90, 0.1);
        position: relative;
        cursor: pointer;
    }
.teaser-card-premium:hover {
        border-color: #b7d85a;
        transform: translateY(-8px);
        box-shadow: 0 20px 40px -15px rgba(32, 58, 79, 0.4);
    }
.teaser-card-premium img {
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }
.teaser-card-premium:hover img {
        transform: scale(1.1);
    }
/* Glassmorphism Text Box */
.teaser-glass-overlay {
        background: rgba(32, 58, 79, 0.6);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        transition: all 0.4s ease;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-sizing: border-box;
    }
.teaser-card-premium .wp-block-cover__inner-container {
        padding: 0 !important;
        width: 100% !important;
    }
.teaser-card-premium:hover .teaser-glass-overlay {
        background: rgba(32, 58, 79, 0.85);
        padding-bottom: 2rem !important;
    }
/* Animated Arrow */
.teaser-arrow {
        opacity: 0;
        transform: translateX(-15px);
        transition: all 0.4s ease;
        color: #b7d85a;
    }
.teaser-card-premium:hover .teaser-arrow {
        opacity: 1;
        transform: translateX(0);
    }
/* Premium Image Frame (Infomaterial) */
.image-frame-premium {
        border: 1.25rem solid rgba(183, 216, 90, 0.25);
        /* Sanftes, transparentes Ressourcen-Grün */
        display: block;
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
        overflow: hidden;
    }
.image-frame-premium img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-1 {
  height: 0.25rem;
}
.h-full {
  height: 100%;
}
.min-h-\[480px\] {
  min-height: 480px;
}
.w-16 {
  width: 4rem;
}
.w-24 {
  width: 6rem;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-xl {
  max-width: 36rem;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-4 {
  border-width: 4px;
}
.border-brand {
  --tw-border-opacity: 1;
  border-color: rgb(79 149 42 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(79 149 42 / var(--tw-bg-opacity, 1));
}
.bg-deep {
  --tw-bg-opacity: 1;
  background-color: rgb(32 58 79 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.text-center {
  text-align: center;
}
.font-headline {
  font-family: Antonio, sans-serif;
}
.font-sans {
  font-family: Inter, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-brand {
  --tw-text-opacity: 1;
  color: rgb(79 149 42 / var(--tw-text-opacity, 1));
}
.text-brand-light {
  --tw-text-opacity: 1;
  color: rgb(127 178 56 / var(--tw-text-opacity, 1));
}
.text-deep {
  --tw-text-opacity: 1;
  color: rgb(32 58 79 / var(--tw-text-opacity, 1));
}
.text-deep-muted {
  --tw-text-opacity: 1;
  color: rgb(111 127 141 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
/* --- Bildungsmodule Content Cards Vertical Alignment --- */
.module-card-columns {
        display: flex !important;
        align-items: center !important;
    }
.module-card-columns>.wp-block-column {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
/* --- Slick Slider: Gutenberg-Columns CSS neutralisieren wenn Slick aktiv --- */
.impressions-slider .wp-block-columns.slick-initialized {
        display: block !important;
        flex-wrap: unset !important;
        overflow: visible;
    }
.impressions-slider .wp-block-image img {
        width: 100%;
        height: 320px;
        -o-object-fit: cover;
           object-fit: cover;
        display: block;
    }
/* Slick Pfeil-Buttons */
.impressions-slider .slick-prev,
    .impressions-slider .slick-next {
        width: 46px;
        height: 46px;
        background: #203A4F;
        border-radius: 50%;
        z-index: 10;
        transition: background 0.3s ease, transform 0.2s ease;
    }
.impressions-slider .slick-prev:hover,
    .impressions-slider .slick-next:hover {
        background: #4F952A;
        transform: scale(1.08);
    }
.impressions-slider .slick-prev { left: 12px; }
.impressions-slider .slick-next { right: 12px; }
.impressions-slider .slick-prev::before,
    .impressions-slider .slick-next::before {
        font-size: 20px;
        opacity: 1;
        color: #ffffff;
    }
/* Slick Dots */
.impressions-slider .slick-dots {
        bottom: -38px;
    }
.impressions-slider .slick-dots li button::before {
        color: #203A4F;
        opacity: 0.25;
        font-size: 10px;
    }
.impressions-slider .slick-dots li.slick-active button::before {
        color: #4F952A;
        opacity: 1;
    }
/* Slick Slider Padding für Dots-Platz */
.impressions-slider {
        padding-bottom: 3rem !important;
    }
/* --- History-Slider (Über Uns / Geschichte) --- */
.history-slider .wp-block-columns.slick-initialized {
        display: block !important;
        flex-wrap: unset !important;
    }
.history-slider .wp-block-image img {
        width: 100%;
        display: block;
    }
.history-slider .slick-prev,
    .history-slider .slick-next {
        width: 46px;
        height: 46px;
        background: #203A4F;
        border-radius: 50%;
        z-index: 10;
        transition: background 0.3s ease, transform 0.2s ease;
    }
.history-slider .slick-prev:hover,
    .history-slider .slick-next:hover {
        background: #4F952A;
        transform: scale(1.08);
    }
.history-slider .slick-prev { left: -20px; }
.history-slider .slick-next { right: -20px; }
.history-slider .slick-prev::before,
    .history-slider .slick-next::before {
        font-size: 20px;
        opacity: 1;
        color: #ffffff;
    }
.history-slider .slick-dots {
        bottom: -38px;
    }
.history-slider .slick-dots li button::before {
        color: #203A4F;
        opacity: 0.25;
        font-size: 10px;
    }
.history-slider .slick-dots li.slick-active button::before {
        color: #4F952A;
        opacity: 1;
    }
.history-slider {
        padding-bottom: 3rem !important;
    }
/* History-Karten: volle Höhe für gleichmäßige Slides */
.history-slider .slick-slide > div,
    .history-slider .wp-block-column > .wp-block-group {
        height: 100%;
        box-sizing: border-box;
    }
/* --- Bildungsmodule Shortcode Grid --- */
.rr-module-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
@media (max-width: 1023px) {
        .rr-module-grid { grid-template-columns: repeat(2, 1fr); }
    }
@media (max-width: 639px) {
        .rr-module-grid { grid-template-columns: 1fr; }
    }
.rr-module-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
.rr-module-card__thumb img {
        width: 100%;
        aspect-ratio: 4/3;
        -o-object-fit: cover;
           object-fit: cover;
        display: block;
    }
.rr-module-card__body {
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
.rr-module-icon {
        margin-bottom: 0.75rem;
        display: flex;
        align-items: center;
    }
.rr-module-card__title {
        font-family: 'Antonio', sans-serif;
        color: #203A4F;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 0.75rem;
    }
.rr-module-card__title a {
        color: inherit;
        text-decoration: none;
    }
.rr-module-card__title a:hover {
        color: #4F952A;
    }
.rr-module-card__excerpt {
        color: #6F7F8D;
        font-size: 0.875rem;
        line-height: 1.65;
        flex-grow: 1;
        margin-bottom: 1rem;
    }
.rr-module-card__link {
        font-family: 'Antonio', sans-serif;
        color: #4F952A;
        font-size: 0.875rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 0.25rem;
        transition: color 0.2s ease;
    }
.rr-module-card__link:hover {
        color: #7FB238;
    }
/* --- Team Cards (einheitliches Design für alle Seiten) --- */
.team-card-premium {
        background-color: #f7faf2; /* surface */
        border: 1px solid rgba(32, 58, 79, 0.08);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: 100%;
        box-sizing: border-box;
        transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }
.team-card-premium:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px -10px rgba(32, 58, 79, 0.15);
        border-color: rgba(183, 216, 90, 0.5);
    }
/* Bild nimmt volle Breite der Karte ein */
.team-card-premium .wp-block-image {
        width: 100%;
        margin: 0;
    }
.team-card-premium .wp-block-image img {
        width: 100%;
        display: block;
        aspect-ratio: 1;
        -o-object-fit: cover;
           object-fit: cover;
    }
/* Text-Bereich der Karte */
.team-card-body {
        padding: 1.5rem 1.5rem 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex-grow: 1;
    }
/* --- Google Maps Wrapper --- */
.franchise-map-wrapper {
        overflow: hidden;
        border-radius: 8px;
        min-height: 520px;
        display: flex;
        flex-direction: column;
        align-self: stretch;
    }
.franchise-map-wrapper iframe {
        flex: 1;
        width: 100%;
        min-height: 520px;
        display: block;
        border: 0;
    }
/* --- Booking / Contact Shortcode Wrapper --- */
.booking-shortcode-wrapper {
        background: rgba(255, 255, 255, 0.95);
        border-radius: 8px;
        border: 1px solid rgba(79, 149, 42, 0.15);
        overflow: hidden;
    }
/* --- Partner-Logos Slider --- */
/* Gutenberg columns-Flex neutralisieren wenn Slick aktiv */
.partner-logos-slider .wp-block-columns.slick-initialized {
        display: block !important;
        flex-wrap: unset !important;
        overflow: visible;
    }
/* Logos: zentriert, einheitliche Höhe, Grayscale → Farbe on Hover */
.partner-logos-slider .wp-block-image {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem 1.5rem;
        margin: 0;
    }
.partner-logos-slider .wp-block-image img {
        width: 100%;
        max-height: 80px;
        -o-object-fit: contain;
           object-fit: contain;
        display: block;
        filter: grayscale(100%) opacity(0.6);
        transition: filter 0.35s ease, transform 0.25s ease;
    }
.partner-logos-slider .wp-block-image img:hover {
        filter: grayscale(0%) opacity(1);
        transform: scale(1.05);
    }
/* Pfeil-Buttons – identisch zu .impressions-slider */
.partner-logos-slider .slick-prev,
    .partner-logos-slider .slick-next {
        width: 46px;
        height: 46px;
        background: #203A4F;
        border-radius: 50%;
        z-index: 10;
        transition: background 0.3s ease, transform 0.2s ease;
    }
.partner-logos-slider .slick-prev:hover,
    .partner-logos-slider .slick-next:hover {
        background: #4F952A;
        transform: scale(1.08);
    }
.partner-logos-slider .slick-prev { left: -24px; }
.partner-logos-slider .slick-next { right: -24px; }
.partner-logos-slider .slick-prev::before,
    .partner-logos-slider .slick-next::before {
        font-size: 20px;
        opacity: 1;
        color: #ffffff;
    }
/* Dots */
.partner-logos-slider .slick-dots {
        bottom: -32px;
    }
.partner-logos-slider .slick-dots li button::before {
        color: #203A4F;
        opacity: 0.25;
        font-size: 10px;
    }
.partner-logos-slider .slick-dots li.slick-active button::before {
        color: #4F952A;
        opacity: 1;
    }
/* Platz für Pfeile und Dots */
.partner-logos-slider {
        padding-left: 32px !important;
        padding-right: 32px !important;
        padding-bottom: 3rem !important;
    }
/* ============================================================
       LEITBILD-SEKTION
       ============================================================ */
/* Bild-Wrapper: relativ für den Badge */
.leitbild-image-wrap {
        position: relative;
    }
/* Schwebender Stat-Badge: wp:group.leitbild-badge */
.leitbild-badge.wp-block-group {
        position: absolute;
        bottom: -1.5rem;
        right: -1.5rem;
        background: #203A4F;
        color: #ffffff;
        padding: 1.25rem 1.5rem;
        min-width: 160px;
        box-shadow: 0 12px 32px -8px rgba(32, 58, 79, 0.4);
        gap: 0 !important;
    }
/* Zahlen und Label: jetzt wp:paragraph → <p>, Margins zurücksetzen */
.leitbild-badge__number {
        display: block;
        font-family: 'Antonio', sans-serif;
        font-size: 2.25rem;
        line-height: 1;
        color: #7FB238;
        margin: 0 0 0.25rem !important;
        padding: 0 !important;
    }
.leitbild-badge__label {
        display: block;
        font-size: 0.75rem;
        line-height: 1.4;
        color: rgba(255, 255, 255, 0.75);
        text-transform: uppercase;
        letter-spacing: 0.06em;
        margin: 0 !important;
        padding: 0 !important;
    }
/* Kennzahlen-Bar: wp:columns.leitbild-stats */
.leitbild-stats.wp-block-columns {
        border-top: 2px solid #4F952A;
        border-bottom: 1px solid rgba(79, 149, 42, 0.2);
        margin: 1.75rem 0 1.75rem;
        gap: 0 !important;
    }
/* Separator zwischen Spalten 2 + 3 */
.leitbild-stats .wp-block-column + .wp-block-column > .leitbild-stat {
        border-left: 1px solid rgba(79, 149, 42, 0.2);
        padding-left: 1.25rem;
    }
/* wp:group.leitbild-stat – Innenabstand */
.leitbild-stat.wp-block-group {
        padding: 1rem 1.25rem 1rem 0;
        gap: 0 !important;
    }
/* Zahlen und Labels: jetzt wp:paragraph → <p>, Margins zurücksetzen */
.leitbild-stat__number {
        display: block;
        font-family: 'Antonio', sans-serif;
        font-size: 1.625rem;
        line-height: 1;
        color: #4F952A;
        margin: 0 0 0.3rem !important;
        padding: 0 !important;
    }
.leitbild-stat__label {
        display: block;
        font-size: 0.7rem;
        color: #6F7F8D;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        margin: 0 !important;
        padding: 0 !important;
    }
/* Akkordeon: native wp:details-Blöcke */
.leitbild-accordion {
        border-top: 1px solid rgba(32, 58, 79, 0.1);
        margin-bottom: 0.25rem;
    }
/* wp:details rendert als <details class="wp-block-details"> */
.leitbild-accordion .wp-block-details {
        border-bottom: 1px solid rgba(32, 58, 79, 0.1);
        /* Core-Padding zurücksetzen */
        padding: 0 !important;
        margin: 0 !important;
    }
.leitbild-accordion .wp-block-details > summary {
        cursor: pointer;
        padding: 1rem 0;
        font-family: 'Antonio', sans-serif;
        font-size: 1.05rem;
        font-weight: 700;
        color: #203A4F;
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style: none;
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none;
        letter-spacing: 0.02em;
        transition: color 0.2s ease;
    }
/* Webkit: Standard-Dreieck entfernen */
.leitbild-accordion .wp-block-details > summary::-webkit-details-marker { display: none; }
.leitbild-accordion .wp-block-details > summary::marker { display: none; }
.leitbild-accordion .wp-block-details > summary::after {
        content: '+';
        color: #4F952A;
        font-size: 1.5rem;
        line-height: 1;
        font-weight: 400;
        flex-shrink: 0;
        margin-left: 1rem;
        transition: color 0.2s ease;
    }
.leitbild-accordion .wp-block-details[open] > summary {
        color: #4F952A;
    }
.leitbild-accordion .wp-block-details[open] > summary::after {
        content: '−';
    }
/* Inhalt: Fade-in beim Öffnen – trifft alle direkten Kinder außer summary */
.leitbild-accordion .wp-block-details[open] > *:not(summary) {
        animation: leitbildFadeIn 0.28s ease;
    }
@keyframes leitbildFadeIn {
        from { opacity: 0; transform: translateY(-6px); }
        to   { opacity: 1; transform: translateY(0); }
    }
/* Textabsätze im Akkordeon */
.leitbild-accordion .wp-block-details > p {
        color: #6F7F8D;
        font-size: 0.9375rem;
        line-height: 1.75;
        margin: 0 0 0.75rem !important;
        padding: 0 !important;
    }
.leitbild-accordion .wp-block-details > p:last-child {
        margin-bottom: 1.25rem !important;
    }
/* Werte-Liste */
.leitbild-werte-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 0 1.25rem !important;
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
    }
.leitbild-werte-list li {
        color: #6F7F8D;
        font-size: 0.9375rem;
        line-height: 1.6;
        padding-left: 1.25rem;
        position: relative;
    }
.leitbild-werte-list li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.55em;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #4F952A;
        flex-shrink: 0;
    }
/* Badge-Abstand: Bild-Wrapper braucht rechts + unten Luft */
.leitbild-image-wrap .wp-block-image {
        margin-bottom: 0 !important;
    }
.leitbild-image-wrap {
        padding-bottom: 2.5rem;
        padding-right: 1.5rem;
    }
/* ============================================================
       SPONSOREN-SEITE – NEUE KOMPONENTEN
       ============================================================ */
/* --- Outline-Weiß Button-Variante (für dunkle Hero-Hintergründe) --- */
.is-style-outline-white .wp-block-button__link {
        background-color: transparent !important;
        color: #ffffff !important;
        border-color: rgba(255, 255, 255, 0.75) !important;
    }
.is-style-outline-white .wp-block-button__link:hover {
        background-color: rgba(255, 255, 255, 0.12) !important;
        color: #ffffff !important;
        border-color: #ffffff !important;
        transform: none;
    }
/* --- Benefit Cards (Sponsoring-Vorteile) --- */
.benefit-card {
        background: #ffffff;
        border: 1px solid rgba(32, 58, 79, 0.08);
        border-radius: 8px;
        padding: 2rem 1.75rem;
        display: flex;
        flex-direction: column;
        gap: 0.875rem;
        transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        height: 100%;
        box-sizing: border-box;
    }
.benefit-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px -10px rgba(32, 58, 79, 0.12);
        border-color: rgba(79, 149, 42, 0.35);
    }
.benefit-card__icon {
        width: 52px;
        height: 52px;
        background: #f7faf2;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: background 0.3s ease;
    }
.benefit-card:hover .benefit-card__icon {
        background: rgba(79, 149, 42, 0.12);
    }
.benefit-card__title {
        font-family: 'Antonio', sans-serif;
        font-size: 1.15rem;
        font-weight: 700;
        color: #203A4F;
        line-height: 1.3;
        margin: 0 !important;
        padding: 0 !important;
    }
.benefit-card__text {
        color: #6F7F8D;
        font-size: 0.9375rem;
        line-height: 1.75;
        margin: 0 !important;
        padding: 0 !important;
        flex-grow: 1;
    }
/* --- Impact Stat Cards (Wirkung in Zahlen) --- */
.impact-stat-card {
        background: #ffffff;
        border-top: 3px solid #4F952A;
        border-left: 1px solid rgba(79, 149, 42, 0.12);
        border-right: 1px solid rgba(79, 149, 42, 0.12);
        border-bottom: 1px solid rgba(79, 149, 42, 0.12);
        border-radius: 8px;
        padding: 2.5rem 1.75rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        height: 100%;
        box-sizing: border-box;
    }
.impact-stat-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px -10px rgba(32, 58, 79, 0.15);
        border-top-color: #7FB238;
    }
.impact-stat-card__number {
        display: block;
        font-family: 'Antonio', sans-serif;
        font-size: 3.25rem;
        line-height: 1;
        color: #4F952A;
        margin: 0 !important;
        padding: 0 !important;
    }
.impact-stat-card__label {
        display: block;
        font-family: 'Antonio', sans-serif;
        font-size: 0.8rem;
        color: #203A4F;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: 700;
        margin: 0.3rem 0 0 !important;
        padding: 0 !important;
    }
.impact-stat-card__desc {
        display: block;
        font-size: 0.8125rem;
        color: #6F7F8D;
        line-height: 1.6;
        margin: 0.25rem 0 0 !important;
        padding: 0 !important;
    }
/* --- Flottenpartner Branding-Showcase --- */
.branding-showcase {
        border-radius: 8px;
        overflow: hidden;
        background: #1a2f3f;
    }
.branding-showcase .wp-block-image {
        margin: 0;
    }
.branding-showcase .wp-block-image img {
        width: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
    }
.branding-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: rgba(127, 178, 56, 0.15);
        border: 1px solid rgba(127, 178, 56, 0.45);
        border-radius: 100px;
        padding: 0.375rem 1rem;
        font-family: 'Antonio', sans-serif;
        font-size: 0.75rem;
        color: #7FB238;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: 700;
    }
/* --- Sponsoren-Ansprechpartner-Karte --- */
.sponsor-contact-person {
        background: #203A4F;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        height: 100%;
        box-sizing: border-box;
    }
.sponsor-contact-person .wp-block-image {
        width: 100%;
        margin: 0;
    }
.sponsor-contact-person .wp-block-image img {
        width: 100%;
        display: block;
        aspect-ratio: 4/3;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center top;
           object-position: center top;
    }
.sponsor-contact-body {
        padding: 1.75rem 2rem 2rem;
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
        flex-grow: 1;
    }
.sponsor-contact-body a {
        color: #7FB238;
        text-decoration: none;
        transition: color 0.2s ease;
    }
.sponsor-contact-body a:hover {
        color: #ffffff;
    }
/* Native-Block-Klassen innerhalb .sponsor-contact-body */
.sponsor-name {
        font-family: 'Antonio', sans-serif;
        font-size: 1.4rem;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.2;
        margin: 0 0 0.25rem !important;
        padding: 0 !important;
    }
.sponsor-role {
        font-family: 'Antonio', sans-serif;
        font-size: 0.7rem;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: #7FB238;
        font-weight: 700;
        margin: 0 0 1rem !important;
        padding: 0 !important;
    }
.sponsor-link {
        color: rgba(255, 255, 255, 0.72) !important;
        font-size: 0.875rem !important;
        margin: 0 0 0.4rem !important;
        padding: 0 !important;
        transition: color 0.2s ease;
    }
.sponsor-link a {
        color: inherit;
        text-decoration: none;
    }
.sponsor-link:hover,
    .sponsor-link a:hover {
        color: #7FB238 !important;
    }
.sponsor-quote {
        color: rgba(255, 255, 255, 0.48) !important;
        font-size: 0.8125rem !important;
        line-height: 1.65 !important;
        font-style: italic;
        margin: 0 !important;
        padding: 0 !important;
    }
/* Trennlinie in der Ansprechpartner-Karte */
.sponsor-contact-body .wp-block-separator {
        border-color: rgba(255, 255, 255, 0.1) !important;
        margin: 1rem 0 !important;
    }
/* branding-badge auch als wp:paragraph nutzbar */
.branding-badge {
        margin: 0 0 1.25rem !important;
    }
/* --- Checkliste mit grünem Häkchen (USP-Listen, Feature-Listen) --- */
.checklist-green {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
    }
.checklist-green li {
        color: #203A4F;
        font-size: 0.9375rem;
        line-height: 1.5;
        padding-left: 1.75rem;
        position: relative;
    }
.checklist-green li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.3em;
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234F952A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
    }
/* Variante für dunklen Hintergrund (Branding-Sektion) */
.checklist-green--dark li {
        color: rgba(255, 255, 255, 0.82);
    }
.checklist-green--dark li::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237FB238' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    }
/* ============================================================
       KONTAKTSEITE – KOMPONENTEN
       ============================================================ */
/* --- Info-Karten (Adresse, Erreichbarkeit, Kontakt) --- */
.contact-info-card {
        background: #ffffff;
        border-top: 3px solid #4F952A;
        border-left: 1px solid rgba(79, 149, 42, 0.12);
        border-right: 1px solid rgba(79, 149, 42, 0.12);
        border-bottom: 1px solid rgba(79, 149, 42, 0.12);
        border-radius: 8px;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
        height: 100%;
        box-sizing: border-box;
        transition: all 0.3s ease;
    }
.contact-info-card:hover {
        box-shadow: 0 12px 30px -8px rgba(32, 58, 79, 0.1);
        border-top-color: #7FB238;
    }
.contact-info-card__label {
        font-family: 'Antonio', sans-serif;
        font-size: 0.7rem;
        font-weight: 700;
        color: #4F952A;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        margin: 0 0 0.25rem !important;
        padding: 0 !important;
    }
.contact-info-card__value {
        font-size: 0.9375rem;
        color: #203A4F;
        line-height: 1.7;
        margin: 0 !important;
        padding: 0 !important;
    }
.contact-info-card__value a {
        color: #4F952A;
        text-decoration: none;
        transition: color 0.2s ease;
    }
.contact-info-card__value a:hover {
        color: #3e7821;
        text-decoration: underline;
    }
/* --- Unternehmensdaten (Label + Wert als native Paragraphen) --- */
.contact-data-label {
        font-family: 'Antonio', sans-serif;
        font-size: 0.7rem;
        font-weight: 700;
        color: #4F952A;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        margin: 0 0 0.2rem !important;
        padding: 0 !important;
    }
.contact-data-value {
        font-size: 0.9375rem;
        color: #6F7F8D;
        line-height: 1.7;
        margin: 0 !important;
        padding: 0 !important;
    }
.contact-data-value a {
        color: #4F952A;
        text-decoration: none;
        transition: color 0.2s ease;
    }
.contact-data-value a:hover {
        color: #3e7821;
        text-decoration: underline;
    }
/* Trennlinie zwischen Daten-Zeilen */
.contact-data-separator.wp-block-separator {
        border-color: rgba(79, 149, 42, 0.15) !important;
        margin: 0.9rem 0 !important;
    }
/* ============================================================
       FOOTER
       ============================================================ */
/* Custom-Logo im Footer: auf weißes Bild invertieren */
.footer-custom-logo .custom-logo-link img {
        max-height: 48px;
        width: auto;
        filter: brightness(0) invert(1);
        display: block;
    }
/* Navigationsmenü im Footer */
.footer-nav-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 0.55rem;
    }
.footer-nav-list li a {
        color: rgba(255, 255, 255, 0.58);
        font-size: 0.9rem;
        text-decoration: none;
        display: inline-block;
        padding-left: 0;
        transition: color 0.2s ease, padding-left 0.2s ease;
    }
.footer-nav-list li a:hover {
        color: #7FB238;
        padding-left: 0.4rem;
    }
/* Partner-Logos im Footer */
.footer-partner-logos {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }
.footer-partner-logo-wrap {
        display: inline-block;
        opacity: 0.5;
        transition: opacity 0.3s ease, transform 0.25s ease;
    }
.footer-partner-logo-wrap:hover {
        opacity: 1;
        transform: scale(1.04);
    }
.footer-partner-logo-wrap img {
        display: block;
        max-height: 44px;
        width: auto;
        filter: grayscale(100%) brightness(2);
        transition: filter 0.3s ease;
    }
.footer-partner-logo-wrap:hover img {
        filter: grayscale(0%) brightness(1);
    }
/* Rechtliche Links im Sockel */
.footer-legal-link {
        color: rgba(255, 255, 255, 0.42);
        font-size: 0.75rem;
        text-decoration: none;
        transition: color 0.2s ease;
    }
.footer-legal-link:hover {
        color: #7FB238;
    }
/* ============================================================
       CONTACT FORM 7 – GLOBALES STYLING
       ============================================================ */
/* Kein Default-Rahmen vom Browser/CF7 */
/* CF7 wraps every field in a span – must be block-level to stay inside the grid */
/* ---- Layout-Helfer (im Formular-Body-HTML nutzbar) ---- */
/* ---- Labels ---- */
/* ---- Text / E-Mail / Tel / Number Inputs ---- */
/* ---- Textarea ---- */
/* ---- Select ---- */
/* ---- Placeholder ---- */
/* ---- Validierungsfehler-Zustände ---- */
/* ---- Datenschutz / Acceptance ---- */
/* CF7 rendert .wpcf7-acceptance als <span> um das Label */
/* ---- Submit-Button ---- */
/* Spinner */
/* ---- Antwort-Nachrichten (Success / Error) ---- */
.wpcf7-form.sent .wpcf7-response-output {
        border-color: #4F952A !important;
        background: rgba(79, 149, 42, 0.07) !important;
        color: #2d6016 !important;
    }
/* ---- Buchungsformular Standorte: Info-Sidebar ---- */
.booking-info-sidebar {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
.booking-info-box {
        background: #f7faf2;
        border-left: 3px solid #4F952A;
        border-radius: 0 6px 6px 0;
        padding: 1.25rem 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
    }
.booking-info-box__label {
        font-family: 'Antonio', sans-serif;
        font-size: 0.7rem;
        font-weight: 700;
        color: #4F952A;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin: 0 !important;
        padding: 0 !important;
    }
.booking-info-box__value {
        font-size: 0.9rem;
        color: #203A4F;
        line-height: 1.6;
        margin: 0 !important;
        padding: 0 !important;
    }
.\[-webkit-line-clamp\:2\] {
  -webkit-line-clamp: 2;
}

@font-face {
    font-family: 'Antonio';
    src: url('../fonts/Antonio-Variable.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* ============================================================
   CF7 FORM OVERRIDES – außerhalb @layer base, damit Tailwind
   JIT diese Selektoren nicht wegoptimiert und WordPress-CSS
   sie nicht durch höhere Spezifität überschreibt.
   ============================================================ */

/* Layout-Strukturen (müssen nicht-layered sein um WordPress zu überschreiben) */
.cf7-form-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.cf7-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}
@media (max-width: 640px) {
    .cf7-field-row { grid-template-columns: 1fr; }
}
.cf7-field-group {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.cf7-label {
    font-family: 'Antonio', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    color: #203A4F;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    display: block;
}
.cf7-acceptance-group { margin-top: 0.25rem; }
.cf7-submit-group { margin-top: 0.375rem; }

/* Span-Wrappers aller CF7-Felder müssen Block-Level sein */
.wpcf7 span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
}

/* Reset */
.wpcf7 form { margin: 0; padding: 0; }

/* Inputs */
.cf7-input,
.wpcf7 input[type="text"].cf7-input,
.wpcf7 input[type="email"].cf7-input,
.wpcf7 input[type="tel"].cf7-input,
.wpcf7 input[type="number"].cf7-input,
.wpcf7 input[type="url"].cf7-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid rgba(32, 58, 79, 0.16);
    border-radius: 6px;
    background: #ffffff;
    color: #203A4F;
    font-size: 0.9375rem;
    font-family: inherit;
    line-height: 1.4;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    outline: none;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
}
.cf7-input:focus,
.wpcf7 input[type="text"].cf7-input:focus,
.wpcf7 input[type="email"].cf7-input:focus,
.wpcf7 input[type="tel"].cf7-input:focus,
.wpcf7 input[type="number"].cf7-input:focus {
    border-color: #4F952A;
    box-shadow: 0 0 0 3px rgba(79, 149, 42, 0.1);
}

/* Textarea */
.cf7-textarea,
.wpcf7 textarea.cf7-textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1.5px solid rgba(32, 58, 79, 0.16);
    border-radius: 6px;
    background: #ffffff;
    color: #203A4F;
    font-size: 0.9375rem;
    font-family: inherit;
    line-height: 1.65;
    resize: vertical;
    min-height: 130px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    outline: none;
}
.cf7-textarea:focus,
.wpcf7 textarea.cf7-textarea:focus {
    border-color: #4F952A;
    box-shadow: 0 0 0 3px rgba(79, 149, 42, 0.1);
}

/* Select */
.cf7-select,
.wpcf7 select.cf7-select {
    width: 100%;
    padding: 0.75rem 2.75rem 0.75rem 1rem;
    border: 1.5px solid rgba(32, 58, 79, 0.16);
    border-radius: 6px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23203A4F' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.9rem center;
    background-size: 1rem;
    color: #203A4F;
    font-size: 0.9375rem;
    font-family: inherit;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    outline: none;
}
.cf7-select:focus,
.wpcf7 select.cf7-select:focus {
    border-color: #4F952A;
    box-shadow: 0 0 0 3px rgba(79, 149, 42, 0.1);
}

/* Placeholder */
.wpcf7 .cf7-input::-moz-placeholder, .wpcf7 .cf7-textarea::-moz-placeholder { color: rgba(32, 58, 79, 0.32); }
.wpcf7 .cf7-input::placeholder,
.wpcf7 .cf7-textarea::placeholder { color: rgba(32, 58, 79, 0.32); }

/* Validierungsfehler */
.wpcf7 .wpcf7-not-valid.cf7-input,
.wpcf7 .wpcf7-not-valid.cf7-textarea,
.wpcf7 .wpcf7-not-valid.cf7-select {
    border-color: #e53e3e !important;
    box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.09) !important;
}
.wpcf7-not-valid-tip { font-size: 0.75rem; color: #e53e3e; margin-top: 0.2rem; display: block; }

/* Acceptance / Datenschutz */
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 0.8125rem;
    color: #6F7F8D;
    line-height: 1.6;
    cursor: pointer;
    flex: 1;
}
.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 2px solid rgba(32, 58, 79, 0.22);
    border-radius: 4px;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    margin-top: 2px;
    flex-shrink: 0;
}
.wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked {
    background-color: #4F952A;
    border-color: #4F952A;
}
.wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label a { color: #4F952A; text-decoration: underline; }

/* Submit */
.wpcf7 input[type="submit"].cf7-submit {
    background-color: #4F952A !important;
    color: #ffffff !important;
    border: 2px solid #4F952A !important;
    border-radius: 8px !important;
    padding: 0.875rem 2.5rem !important;
    font-family: 'Antonio', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    cursor: pointer !important;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.2s ease !important;
    display: inline-block !important;
    width: auto !important;
    -moz-appearance: none !important;
         appearance: none !important;
    -webkit-appearance: none !important;
}
.wpcf7 input[type="submit"].cf7-submit:hover {
    background-color: #3e7821 !important;
    border-color: #3e7821 !important;
    transform: scale(1.02);
}

/* Antwort-Nachrichten */
.wpcf7-response-output {
    margin: 1.5rem 0 0 !important;
    padding: 0.9rem 1.25rem !important;
    border-radius: 6px !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    border: none !important;
    border-left: 4px solid !important;
}
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.aborted .wpcf7-response-output {
    border-color: #e53e3e !important;
    background: rgba(229, 62, 62, 0.06) !important;
    color: #c53030 !important;
}
.wpcf7-form.spam .wpcf7-response-output {
    border-color: #d69e2e !important;
    background: rgba(214, 158, 46, 0.06) !important;
    color: #975a16 !important;
}

/* ============================================================
   SITE HEADER & NAVIGATION
   ============================================================ */

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
    border-bottom: 1px solid rgba(32, 58, 79, 0.07);
    box-shadow: 0 2px 20px rgba(32, 58, 79, 0.06);
}

.header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.site-logo {
    display: block;
    flex-shrink: 0;
    width: 160px;
    line-height: 0;
}
.site-logo svg { width: 100%; height: auto; display: block; }

.desktop-nav { display: flex; align-items: center; }

.primary-nav {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.125rem;
}

.primary-nav > .menu-item > a {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 0.875rem;
    font-family: 'Antonio', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #203A4F;
    text-decoration: none;
    border-radius: 8px;
    letter-spacing: 0.01em;
    white-space: nowrap;
    transition: color 0.18s ease, background 0.18s ease;
}
.primary-nav > .menu-item > a:hover,
.primary-nav > .current-menu-item > a,
.primary-nav > .current-menu-ancestor > a {
    color: #4F952A;
    background: rgba(79, 149, 42, 0.07);
}

.primary-nav > .menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translate(-1px, -2px);
    transition: transform 0.22s ease;
    flex-shrink: 0;
}
.primary-nav > .menu-item-has-children:hover > a::after,
.primary-nav > .menu-item-has-children:focus-within > a::after {
    transform: rotate(-135deg) translate(-1px, 3px);
}

.primary-nav > .menu-item-has-children { position: relative; }

/* Unsichtbare Brücke: füllt die Lücke zwischen Nav-Item und Dropdown,
   damit :hover nicht abbricht wenn die Maus den Spalt überquert */
.primary-nav > .menu-item-has-children::before {
    content: '';
    position: absolute;
    top: 100%;
    left: -1rem;
    right: -1rem;
    height: 0.75rem;
    z-index: 199;
}

.primary-nav > .menu-item-has-children > .sub-menu {
    position: absolute;
    top: calc(100% + 0.625rem);
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    min-width: 240px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 16px 48px rgba(32, 58, 79, 0.14), 0 4px 12px rgba(32, 58, 79, 0.07);
    border: 1px solid rgba(79, 149, 42, 0.12);
    padding: 0.5rem;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
    z-index: 200;
}
.primary-nav > .menu-item-has-children > .sub-menu::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-left: 1px solid rgba(79, 149, 42, 0.12);
    border-top: 1px solid rgba(79, 149, 42, 0.12);
}
.primary-nav > .menu-item-has-children:hover > .sub-menu,
.primary-nav > .menu-item-has-children:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: all;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0s;
}

.primary-nav .sub-menu > .menu-item > a {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.625rem 0.875rem;
    color: #203A4F;
    font-family: 'Antonio', sans-serif;
    font-size: 0.9375rem;
    text-decoration: none;
    border-radius: 8px;
    white-space: nowrap;
    transition: color 0.15s ease, background 0.15s ease;
}
.primary-nav .sub-menu > .menu-item > a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(79, 149, 42, 0.35);
    flex-shrink: 0;
    transition: background 0.15s ease;
}
.primary-nav .sub-menu > .menu-item > a:hover,
.primary-nav .sub-menu > .current-menu-item > a {
    color: #4F952A;
    background: rgba(79, 149, 42, 0.07);
}
.primary-nav .sub-menu > .menu-item > a:hover::before,
.primary-nav .sub-menu > .current-menu-item > a::before {
    background: #4F952A;
}

/* --- Hamburger --- */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.18s ease;
    flex-shrink: 0;
}
.menu-toggle:hover { background: rgba(32, 58, 79, 0.07); }
.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #203A4F;
    border-radius: 2px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
    transform-origin: center;
}
.menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* --- Mobile Overlay --- */
.mobile-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(32, 58, 79, 0.45);
    z-index: 90;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.mobile-nav-overlay.is-open { opacity: 1; }

.mobile-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(340px, 88vw);
    background: #ffffff;
    padding: 5.5rem 1.75rem 2.5rem;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -12px 0 40px rgba(32, 58, 79, 0.14);
}
.mobile-nav-overlay.is-open .mobile-nav { transform: translateX(0); }

/* --- Mobile Nav List --- */
.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-nav-list > .menu-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    font-family: 'Antonio', sans-serif;
    font-size: 1.375rem;
    color: #203A4F;
    text-decoration: none;
    border-bottom: 1px solid rgba(32, 58, 79, 0.08);
    letter-spacing: 0.01em;
    transition: color 0.18s ease;
}
.mobile-nav-list > .menu-item > a:hover { color: #4F952A; }

.mobile-chevron {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
    color: #6F7F8D;
}
.mobile-nav-list > .menu-item-has-children.is-open > a .mobile-chevron {
    transform: rotate(180deg);
}

.mobile-nav-list .sub-menu {
    list-style: none;
    padding: 0.25rem 0 0.5rem 0.875rem;
    margin: 0;
    display: none;
    border-bottom: 1px solid rgba(32, 58, 79, 0.08);
}
.mobile-nav-list .menu-item-has-children.is-open > .sub-menu { display: block; }

.mobile-nav-list .sub-menu .menu-item a {
    display: block;
    padding: 0.6rem 0;
    color: #6F7F8D;
    font-family: 'Antonio', sans-serif;
    font-size: 1.0625rem;
    text-decoration: none;
    transition: color 0.15s ease;
}
.mobile-nav-list .sub-menu .menu-item a:hover { color: #4F952A; }

/* --- Responsive --- */
@media (max-width: 899px) {
    .desktop-nav { display: none; }
    .menu-toggle { display: flex; }
    .mobile-nav-overlay { display: block; }
    .header-inner { padding: 0 1.25rem; }
}
@media (min-width: 900px) {
    .menu-toggle { display: none !important; }
    .mobile-nav-overlay { display: none !important; }
}

/* ============================================================
   BILDUNGSMODUL ARCHIV-SEITE
   ============================================================ */

/* --- Hero --- */
.modul-archive-hero {
    position: relative;
    min-height: 52vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #203A4F;
}
.modul-archive-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.3;
}
.modul-archive-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(32,58,79,0.92) 0%, rgba(32,58,79,0.75) 100%);
}
.modul-archive-hero__inner {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 5rem 1.5rem;
    max-width: 860px;
    margin: 0 auto;
}
.modul-archive-hero__eyebrow {
    font-family: 'Antonio', sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #4F952A;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 1.25rem;
}
.modul-archive-hero__title {
    font-family: 'Antonio', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 1.25rem;
    text-shadow: 0 2px 16px rgba(0,0,0,0.3);
}
.modul-archive-hero__sub {
    font-size: 1.125rem;
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
    font-weight: 300;
    max-width: 640px;
    margin: 0 auto;
}

/* --- Kategorie-Filter-Bar --- */
.modul-filter-bar {
    background: #ffffff;
    border-bottom: 1px solid rgba(32,58,79,0.07);
    position: sticky;
    top: 72px;
    z-index: 50;
}
.modul-filter-bar__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.modul-filter-bar__inner::-webkit-scrollbar { display: none; }
.modul-filter-tab {
    font-family: 'Antonio', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #6F7F8D;
    text-decoration: none;
    padding: 1rem 1.125rem;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: color 0.18s ease, border-color 0.18s ease;
    letter-spacing: 0.02em;
}
.modul-filter-tab:hover { color: #4F952A; }
.modul-filter-tab.is-active {
    color: #4F952A;
    border-bottom-color: #4F952A;
}

/* --- Archiv-Sektion --- */
.modul-archive-section {
    background: #f7faf2;
    padding: 5rem 0 6rem;
}
.modul-archive-section__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* --- Kachel-Bild Overlay --- */
.rr-module-card__thumb { position: relative; display: block; }
.rr-module-card__thumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(32,58,79,0);
    transition: background 0.35s ease;
}
.rr-module-card:hover .rr-module-card__thumb-overlay {
    background: rgba(32,58,79,0.12);
}

/* Leeres Thumb-Fallback */
.rr-module-card__thumb--empty {
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f5eb;
}

/* Kategorie-Badge auf Karte */
.rr-module-card__cat {
    display: inline-block;
    font-family: 'Antonio', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    color: #4F952A;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    background: rgba(79,149,42,0.1);
    border-radius: 100px;
    padding: 0.25rem 0.75rem;
    margin-bottom: 0.875rem;
}

/* --- Pagination --- */
.modul-archive-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.375rem;
    margin-top: 4rem;
    flex-wrap: wrap;
}
.modul-archive-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 0.75rem;
    font-family: 'Antonio', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #203A4F;
    text-decoration: none;
    border: 1.5px solid rgba(32,58,79,0.15);
    border-radius: 8px;
    transition: all 0.18s ease;
}
.modul-archive-pagination .page-numbers:hover {
    color: #4F952A;
    border-color: #4F952A;
    background: rgba(79,149,42,0.06);
}
.modul-archive-pagination .page-numbers.current {
    background: #4F952A;
    border-color: #4F952A;
    color: #ffffff;
}

/* Leer-Zustand */
.modul-archive-empty {
    text-align: center;
    font-size: 1.125rem;
    color: #6F7F8D;
    padding: 4rem 0;
}

/* --- Responsive --- */
@media (max-width: 767px) {
    .modul-archive-section { padding: 3rem 0 4rem; }
    .modul-archive-section__inner { padding: 0 1.25rem; }
    .modul-filter-bar__inner { padding: 0 1.25rem; }
    .modul-archive-hero__inner { padding: 4rem 1.25rem; }
    .modul-filter-bar { top: 64px; }
}
.marker\:text-brand *::marker {
  color: rgb(79 149 42 );
}
.marker\:text-brand::marker {
  color: rgb(79 149 42 );
}
.hover\:bg-brand:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 149 42 / var(--tw-bg-opacity, 1));
}
.hover\:bg-brand-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(127 178 56 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-deep:hover {
  --tw-text-opacity: 1;
  color: rgb(32 58 79 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
@media (min-width: 640px) {

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 768px) {

  .md\:w-auto {
    width: auto;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}