/* =============================================================
   REWE Quermann – rewe-q.de
   Statischer Nachbau der WordPress/Elementor-Seite in nativem
   HTML/CSS/JS. Breakpoints wie im Original:
     Desktop  ≥ 1025px
     Tablet   768px – 1024px
     Mobil    ≤ 767px
   ============================================================= */

:root {
  --c-dark: #4A4A4A;      /* Hintergrund (Elementor "e3c7a6b") */
  --c-red: #CC1421;       /* REWE-Rot ("8189549") */
  --c-text: #7A7A7A;      /* Standard-Textfarbe */
  --c-secondary: #54595F;
  --c-accent: #61CE70;
  --c-primary: #6EC1E4;
  --ff-roboto: "Roboto", sans-serif;
  --ff-edo: "Edo", sans-serif;
  --content-w: 1140px;
}

/* ---------- Reset (entspricht Hello-Theme reset.css) ---------- */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
*, :after, :before { box-sizing: border-box; }
body {
  background-color: #fff;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 { color: inherit; font-family: inherit; font-weight: 500; line-height: 1.2; margin-block-end: 1rem; margin-block-start: .5rem; }
h1 { font-size: 2.5rem; } h2 { font-size: 2rem; } h3 { font-size: 1.75rem; } h4 { font-size: 1.5rem; } h5 { font-size: 1.25rem; } h6 { font-size: 1rem; }
p { margin-block-end: .9rem; margin-block-start: 0; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
a { background-color: transparent; color: #c36; text-decoration: none; }
a:active, a:hover { color: #336; }
b, strong { font-weight: bolder; }
img { border-style: none; height: auto; max-width: 100%; }
[hidden] { display: none !important; }
label { display: inline-block; line-height: 1; vertical-align: middle; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 1rem; line-height: 1.5; margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
[type=button], [type=submit], button { -webkit-appearance: button; }
button:not(:disabled), [type=submit]:not(:disabled) { cursor: pointer; }
textarea { overflow: auto; resize: vertical; }
[type=checkbox], [type=radio] { box-sizing: border-box; padding: 0; }
dd, dl, dt, li, ol, ul { background: transparent; border: 0; font-size: 100%; margin-block-end: 0; margin-block-start: 0; outline: 0; vertical-align: baseline; }
.page-content a { text-decoration: underline; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; }
.seo-h1, .widget.seo-h1 { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { background-color: #eee; clip: auto !important; clip-path: none; color: #333; display: block; font-size: 1rem; height: auto; left: 5px; line-height: normal; padding: 12px 24px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

/* Emoji (WordPress-Twemoji) */
img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; }

/* ---------- Sichtbarkeit je Gerät ---------- */
@media (min-width: 1025px) { .hide-desktop { display: none !important; } }
@media (min-width: 768px) and (max-width: 1024px) { .hide-tablet { display: none !important; } }
@media (max-width: 767px) { .hide-mobile { display: none !important; } }

/* ---------- Layout-Grundbausteine (Elementor-Container) ----------
   .con        = Flex-Container (Spalte), 10px Innenabstand, 20px Gap
   .con--row   = Zeile
   .boxed      = Außencontainer ohne Gap, Inhalt in .inner (max. Breite)
------------------------------------------------------------------- */
.con { display: flex; flex-direction: column; position: relative; min-width: 0; width: 100%; padding: 10px; gap: 20px; flex: 0 1 auto; }
.con--row { flex-direction: row; }
.boxed { display: flex; flex-direction: column; position: relative; padding: 10px; width: 100%; min-width: 0; }
.boxed > .inner { display: flex; flex-direction: column; gap: 20px; width: 100%; max-width: min(100%, var(--content-w)); margin: 0 auto; height: 100%; min-width: 0; }
.boxed--row > .inner { flex-direction: row; }
.con--row > .con, .boxed--row > .inner > .con { max-width: 100%; }
@media (max-width: 767px) {
  .con--row, .boxed--row > .inner { flex-wrap: wrap; }
}
@media (max-width: 1024px) { :root { --content-w: 1024px; } }
@media (max-width: 767px)  { :root { --content-w: 767px; } }

/* Widgets */
.widget { position: relative; max-width: 100%; min-width: 0; }
.heading { padding: 0; margin: 0; line-height: 1; font-family: var(--ff-roboto); font-weight: 600; color: var(--c-primary); }
.image { text-align: center; }
.image a { display: inline-block; }
.image img { display: inline-block; vertical-align: middle; }
.text { font-family: var(--ff-roboto); font-weight: 400; color: var(--c-text); }

/* Buttons (Elementor "size-sm") */
.btn { display: inline-block; background-color: #69727d; border-radius: 3px; color: #fff; fill: #fff; font-size: 15px; line-height: 1; padding: 12px 24px; text-align: center; transition: all .3s; font-family: var(--ff-roboto); font-weight: 500; text-decoration: none !important; border: none; }
.btn:hover, .btn:focus, .btn:visited { color: #fff; }
.btn__wrap { display: flex; flex-direction: row; gap: 5px; justify-content: center; }
.btn__text { display: inline-block; }
.btn--shrink { transition-duration: .3s; transition-property: transform; transition-timing-function: ease-out; }
.btn--shrink:hover, .btn--shrink:focus { transform: scale(.9); }
.btn--red { background-color: var(--c-red); }
.btn--green { background-color: #2B8B22; }

/* ---------- Header ---------- */
.site-header { position: relative; }

/* Öffnungszeiten-Leiste */
.topbar { display: flex; flex-direction: column; justify-content: flex-end; background-color: #424242; padding: 0; min-width: 0; }
.topbar__inner { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; max-width: min(100%, 1141px); margin: 0 auto; gap: 0; min-width: 0; }
.topbar__con { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 99.434%; max-width: 100%; margin: 0 0 6px; padding: 0; flex: 0 0 auto; min-width: 0; }
.topbar__text { width: 100.266%; max-width: 100%; margin: -10px 0; padding: 0; text-align: center; font-family: var(--ff-roboto); font-weight: 500; color: #fff; }
.topbar__text p { margin-block-end: .9rem; }
@media (max-width: 767px) {
  .topbar__con { margin: 0; width: 100%; }
  .topbar__text { padding: 0 0 6px; font-size: 14px; }
}

/* Mobile Kopfzeile (nur ≤ 767px sichtbar) */
.header-mobile { display: flex; flex-direction: column; background-color: var(--c-dark); padding: 13px 0 8px; min-width: 0; }
.header-mobile__inner { display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px; width: 100%; max-width: 100%; margin: 0 auto; min-width: 0; }
.header-mobile__logo { display: flex; flex-direction: column; width: 73%; max-width: 100%; padding: 10px; gap: 20px; min-width: 0; }
.header-mobile__logo .image { margin: -9px 0 0; }
.header-mobile__logo img { width: 96%; }
.header-mobile__nav { display: flex; flex-direction: row; justify-content: center; align-items: center; width: 19%; max-width: 100%; padding: 10px; gap: 20px; min-width: 0; }
.header-mobile__nav .menu { align-self: center; }

/* Desktop-/Tablet-Kopfzeile (≤ 767px ausgeblendet) */
.header-desktop { display: flex; flex-direction: row; min-height: 120px; background-color: var(--c-dark); padding: 0; gap: 0; width: 100%; min-width: 0; }
.header-desktop__boxed { display: flex; flex-direction: row; padding: 0; width: 100%; flex: 0 0 auto; min-width: 0; }
.header-desktop__inner { display: flex; flex-direction: row; align-items: center; gap: 20px; width: 100%; max-width: min(100%, 1200px); margin: 0 auto; height: 100%; min-width: 0; }
.header-desktop__logo { display: flex; flex-direction: column; justify-content: center; width: 29.564%; padding: 0; gap: 20px; flex: 0 0 auto; min-width: 0; }
.header-desktop__logo img { width: 74%; }
.header-desktop__nav { display: flex; flex-direction: column; width: 100%; padding: 10px; gap: 20px; flex: 0 1 auto; min-width: 0; }
.header-desktop__tante { display: flex; flex-direction: column; width: 33%; padding: 10px; gap: 20px; flex: 0 1 auto; min-width: 0; }
.header-desktop__tante img { width: 52%; }
@media (max-width: 1024px) {
  .header-desktop__logo { width: 55%; }
  .header-desktop__logo .image { margin: -9px 0 0; }
  .header-desktop__logo img { width: 71%; }
  .header-desktop__nav .menu { margin: 0 0 -15px; align-self: center; }
}

/* ---------- Navigation (Elementor Nav-Menu) ---------- */
.menu { position: relative; display: flex; flex-direction: column; gap: 20px; }
.menu ul { list-style: none; margin: 0; padding: 0; line-height: normal; }
.menu li { position: relative; border-width: 0; }
.menu a { position: relative; display: flex; align-items: center; line-height: 20px; padding: 10px 20px; font-family: var(--ff-roboto); font-weight: 600; text-decoration: none !important; }
/* Hauptmenü (horizontal) */
.menu__main { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto; position: relative; z-index: 2; }
.menu__main > li { display: flex; }
.menu__main a { flex-grow: 1; white-space: nowrap; padding: 13px 20px; transition: .4s; color: #fff; fill: #fff; }
.menu__main a:hover, .menu__main a:focus { color: var(--c-red); transform: translateY(-8px); }
.menu__main a.is-active { color: #fff; }
/* Burger-Toggle */
.menu__toggle { display: flex; align-items: center; justify-content: center; margin: 0 auto; background-color: rgba(0,0,0,.05); border: 0 solid; border-radius: 3px; color: #fff; cursor: pointer; font-size: 22px; padding: .25em; line-height: 1; }
.menu__toggle svg { fill: #fff; height: auto; width: 1em; }
.menu__toggle .icon-close, .menu__toggle.is-active .icon-open { display: none; }
.menu__toggle.is-active .icon-close { display: block; }
.menu__toggle:focus { outline: none; }
/* Dropdown (Burger-Menü) */
.menu .menu__dropdown { background-color: #fff; font-size: 13px; margin-top: 10px; overflow-x: hidden; overflow-y: hidden; transform-origin: top; transition: max-height .3s, transform .3s; max-height: 0; transform: scaleY(0); }
.menu__dropdown.is-open { max-height: 100vh; transform: scaleY(1); }
.menu__dropdown a { color: #33373d; font-family: var(--ff-roboto); font-weight: 500; }
.menu__dropdown a:hover, .menu__dropdown a:focus, .menu__dropdown a.is-active { background-color: var(--c-dark); color: #fff; }
/* Nur auf dem Desktop: Dropdown/Toggle verbergen */
@media (min-width: 1025px) { .menu--dropdown-tablet .menu__toggle, .menu--dropdown-tablet .menu__dropdown { display: none; } }
@media (max-width: 1024px) { .menu--dropdown-tablet .menu__main { display: none; } }
/* Mobile Variante: Dropdown über die volle Breite gestreckt */
.menu--stretch .menu__dropdown { position: absolute; z-index: 9997; left: 0; width: 100vw; }
@media (max-width: 767px) {
  .header-mobile .menu { margin: 0; padding: 0; }
  .header-mobile .menu__dropdown { margin-top: 31px !important; border-radius: 0; }
  .header-mobile .menu__dropdown a { font-weight: 600; font-size: 17px; padding: 11px 16px; }
  .header-desktop .menu { width: 100%; max-width: 100%; margin: 0; padding: 9px 0 0; }
  .header-desktop .menu__dropdown a { font-size: 17px; padding-left: 22px; padding-right: 22px; }
  .header-desktop .menu__dropdown { margin-top: 4px !important; }
}

/* ---------- Footer ---------- */
.site-footer { background-color: #0B0B0B; }
.footer-main { display: flex; flex-direction: column; background-color: #000; padding: 43px 0; min-width: 0; }
.footer-main__inner { display: flex; flex-direction: row; justify-content: center; align-items: stretch; gap: 0; width: 100%; max-width: min(100%, 1200px); margin: 0 auto; min-width: 0; }
.footer-cols { display: flex; flex-direction: column; justify-content: space-evenly; width: 100%; max-width: 100%; padding: 0; gap: 20px; flex: 0 0 auto; min-width: 0; }
.footer-cols__row { display: flex; flex-direction: row; align-items: flex-start; gap: 0; padding: 0; width: 100%; min-width: 0; }
.footer-col { display: flex; flex-direction: column; gap: 0; padding: 10px; width: 100%; max-width: 100%; flex: 0 1 auto; min-width: 0; }
.footer-col--address { flex: 0 0 auto; }
.footer-logo { display: flex; flex-direction: column; justify-content: center; align-items: flex-end; width: 100%; max-width: 100%; padding: 0; gap: 20px; flex: 0 0 auto; min-width: 0; }
.footer-logo img { width: 100%; }
@media (min-width: 768px) {
  .footer-cols { width: 76%; }
  .footer-col--hours { width: 79%; }
  .footer-col--address { width: 23%; }
  .footer-col--legal { width: 78%; }
  .footer-col--pages { width: 88%; }
  .footer-logo { width: 27%; }
}
.footer-col__title { font-family: var(--ff-roboto); font-size: 24px; font-weight: 600; color: var(--c-red); text-align: start; }
.footer-list { list-style: none; margin: 0; padding: 14px 0 0; }
.footer-list li { margin: 0; padding: 0; position: relative; }
.footer-list li:not(:last-child) { padding-block-end: 1.5px; }
.footer-list li:not(:first-child) { margin-block-start: 1.5px; }
.footer-list span { font-family: var(--ff-roboto); font-size: 17px; font-weight: 500; line-height: 38px; color: #fff; }
.footer-list--address { width: 112.553%; max-width: 100%; padding-top: 16px; flex: 0 0 auto; }
.footer-list--address li:not(:last-child) { padding-block-end: 1px; }
.footer-list--address li:not(:first-child) { margin-block-start: 1px; }
.footer-menu { padding: 13px 0 0; margin: 0; }
.footer-menu ul { list-style: none; margin: 0; padding: 0; }
.footer-menu a { display: flex; align-items: center; justify-content: flex-start; padding: 13px 0; line-height: 15px; font-family: var(--ff-roboto); font-weight: 600; font-size: 1rem; color: #fff; fill: #fff; transition: .4s; text-decoration: none; }
.footer-menu a:hover, .footer-menu a:focus { color: #fff; }
/* Tablet/Mobil: Elementor zeigt hier die "Dropdown"-Variante des Menüs */
@media (max-width: 1024px) {
  .footer-menu ul { margin-top: 10px; background-color: #0C0B0B; font-size: 13px; }
  .footer-menu a { padding: 10px 20px; font-weight: 500; font-size: inherit; }
}
@media (max-width: 767px) {
  .footer-menu ul { margin-top: 3px; font-size: 17px; }
  .footer-menu a { padding: 13px 0; }
}
.footer-credit { display: flex; flex-direction: column; padding: 10px; min-width: 0; }
.footer-credit__inner { width: 100%; max-width: min(100%, var(--content-w)); margin: 0 auto; }
.footer-credit .text { text-align: center; }
.footer-credit a { color: #979797; text-decoration: none; }
@media (max-width: 1024px) {
  .footer-main { padding: 32px; }
  .footer-main__inner { justify-content: space-between; flex-wrap: wrap; max-width: min(100%, 676px); }
  .footer-cols { width: 100%; margin: 0 0 5%; }
  .footer-logo { width: 100%; margin: 0; padding: 0 0 12px; }
  .footer-logo .image { padding: 0; }
  .footer-logo img { width: 51%; }
}
@media (max-width: 767px) {
  .footer-main { gap: 40px; margin: 20% 0 5%; padding: 0 5%; }
  .footer-main__inner { gap: 40px; padding-bottom: 10%; }
  .footer-cols { margin: 0; }
  .footer-cols__row { flex-wrap: wrap; }
  .footer-logo { margin: 0; }
}

/* ---------- Cookie-Hinweis (Nachbau des Cookie-Notice-Banners) ---------- */
#cookie-notice { position: fixed; min-width: 100%; height: auto; z-index: 100000; font-size: 13px; letter-spacing: 0; line-height: 20px; left: 0; bottom: 0; text-align: center; font-weight: 400; font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif; background-color: rgba(74,74,74,1); color: #fff; transition: opacity .5s; }
#cookie-notice, #cookie-notice * { box-sizing: border-box; }
#cookie-notice.cookie-notice-hidden { display: none; }
.cookie-notice-container { padding: 15px 30px; text-align: center; width: 100%; z-index: 2; position: relative; }
.cn-text-container { margin: 0 0 6px; display: inline-block; }
.cn-buttons-container { display: inline-block; }
#cookie-notice .cn-button { font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif; font-weight: 400; font-size: 13px; letter-spacing: .25px; margin: 0 0 0 10px; text-align: center; text-transform: none; display: inline-block; cursor: pointer; touch-action: manipulation; white-space: nowrap; outline: 0; box-shadow: none; text-shadow: none; border: none; border-radius: 2rem; text-decoration: none; padding: 8.5px 10px; line-height: 1; color: inherit; background-color: var(--c-red); }
.cn-close-icon { position: absolute; right: 15px; top: 50%; margin: -10px 0 0; width: 15px; height: 15px; opacity: .5; padding: 10px; border: none; outline: 0; background: 0 0; box-shadow: none; cursor: pointer; }
.cn-close-icon:hover { opacity: 1; }
.cn-close-icon:after, .cn-close-icon:before { position: absolute; content: ' '; height: 15px; width: 2px; top: 3px; background-color: grey; }
.cn-close-icon:before { transform: rotate(45deg); }
.cn-close-icon:after { transform: rotate(-45deg); }
@media all and (max-width: 900px) {
  .cookie-notice-container #cn-notice-text { display: block; }
  .cookie-notice-container #cn-notice-buttons { display: block; }
  #cookie-notice .cn-button { margin: 0 5px 5px; }
}

/* ---------- Animationen (Elementor Entrance-Animations) ---------- */
.invisible { visibility: hidden; }
.animated { animation-duration: 1.25s; animation-fill-mode: both; }
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0,100%,0); } to { opacity: 1; transform: none; } }
.fadeInUp { animation-name: fadeInUp; }
@keyframes zoomIn { from { opacity: 0; transform: scale3d(.3,.3,.3); } 50% { opacity: 1; } }
.zoomIn { animation-name: zoomIn; }
@media (prefers-reduced-motion: reduce) { .animated { animation: none !important; } .invisible { visibility: visible; } }

/* =============================================================
   STARTSEITE
   ============================================================= */

/* ---------- Slider (Elementor "Slides"-Widget, Swiper-Nachbau) ---------- */
.slider { width: 100%; padding: 0; position: relative; }
.slider__wrapper { position: relative; overflow: hidden; width: 100%; z-index: 1; }
.slider__track { display: flex; width: 100%; transition-property: transform; transition-timing-function: ease; }
.slider__slide { position: relative; flex: 0 0 100%; width: 100%; height: 712px; overflow: hidden; }
.slider__bg { position: absolute; inset: 0; min-width: 100%; min-height: 100%; background-position: 50%; background-repeat: no-repeat; background-size: cover; }
.slider__inner { position: absolute; inset: 0; margin: auto; padding: 0; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; }
.slider__contents { margin: 0 auto; max-width: 60%; text-shadow: 0 0 10px #000; }
.slider__contents.animated { animation-duration: 1.25s; }
.slider__heading { font-family: var(--ff-edo); font-size: 79px; font-weight: 400; line-height: 86px; word-spacing: 0; margin-block-start: .5rem; margin-block-end: 1rem; color: #fff; }
.slider__btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; display: inline-flex; font-size: 49px; color: #fff; cursor: pointer; background: none; border: 0; padding: 0; line-height: 1; }
.slider__btn svg { fill: #fff; height: 1em; width: 1em; }
.slider__btn--prev { left: 10px; }
.slider__btn--next { right: 10px; }
.slider__btn:focus { outline: none; }
/* Mobiler Slider (ein Bild, ohne Text) */
.slider--mobile .slider__contents { max-width: 66%; }
.slider__bg--mobile1 { background-color: #833ca3; background-image: url("../img/Mobile_Slider.jpg"); }
.slider__bg--hero1 { background-image: url("../img/Hero6.jpg"); }
.slider__bg--hero2 { background-image: url("../img/Hero2.2.jpg"); }
.slider__bg--hero3 { background-image: url("../img/Hero7.jpg"); }
@media (max-width: 767px) {
  .slider--mobile .slider__inner { padding: 335px 0 0; }
}

/* ---------- Hero-Bereiche ---------- */
.hero-mobile-wrap { display: flex; flex-direction: column; padding: 0; gap: 20px; position: relative; min-width: 0; }
.hero-mobile__sign { display: flex; flex-direction: column; margin-top: -722px; padding: 0; gap: 20px; z-index: 2; position: relative; min-width: 0; }
.hero-mobile__sign .image { margin: 2px 0 0; padding: 0; text-align: end; }
@media (max-width: 767px) {
  .hero-mobile__sign .image { margin: -11px 0 0; }
  .hero-mobile__sign img { width: 85%; }
}
.hero-wrap { display: flex; flex-direction: column; padding: 0; gap: 20px; position: relative; min-width: 0; }
@media (max-width: 1024px) { .hero-wrap { margin-top: -15px; } }
/* Header + Hero zusammen = eine Bildschirmhöhe (--header-h wird per JS gemessen, Fallback 168px) */
:root { --header-h: 168px; }
@media (min-width: 768px) {
  .hero-wrap .slider__slide { height: calc(100vh - var(--header-h)); height: calc(100svh - var(--header-h)); min-height: 460px; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-wrap .slider__slide { height: calc(100vh - var(--header-h) + 15px); height: calc(100svh - var(--header-h) + 15px); } /* gleicht margin-top:-15px aus */
}

/* ---------- Kennzahlen ---------- */
.stats { display: flex; flex-direction: column; justify-content: center; position: relative; margin-top: -70px; padding: 0; z-index: 2; min-width: 0; }
.stats__inner { display: flex; flex-direction: row; justify-content: center; gap: 20px; width: 100%; max-width: min(100%, 1200px); margin: 0 auto; min-width: 0; }
.stats__box { display: flex; flex-direction: column; position: relative; width: 100%; padding: 25px 0; border-radius: 31px; box-shadow: 0 0 10px 0 rgba(0,0,0,.5); background-color: #1B1B1B; z-index: 2; min-width: 0; }
.stats__box-inner { display: flex; flex-direction: row; gap: 20px; width: 100%; max-width: min(100%, 1075px); margin: 0 auto; height: 100%; min-width: 0; }
.stats__col { display: flex; flex-direction: column; position: relative; width: 100%; padding: 10px; gap: 20px; min-width: 0; }
.counter { display: flex; flex-direction: column-reverse; justify-content: center; align-items: stretch; }
.counter__number-wrap { display: flex; flex: 1; font-size: 62px; font-weight: 600; line-height: 1; text-align: center; color: #fff; font-family: var(--ff-roboto); }
.counter__number { flex-grow: var(--counter-number-grow, 0); }
.counter__prefix { flex-grow: var(--counter-prefix-grow, 1); text-align: end; white-space: pre-wrap; }
.counter__suffix { flex-grow: var(--counter-suffix-grow, 1); text-align: start; white-space: pre-wrap; }
.counter__title { display: flex; flex: 1; align-items: center; justify-content: center; font-size: 26px; font-weight: 400; line-height: 43px; margin: 0; padding: 0; color: #fff; font-family: var(--ff-roboto); }
@media (max-width: 1024px) {
  .stats { margin-top: -37px; }
  .stats__col--1 { justify-content: center; align-items: center; }
  .stats__col--1 .counter { gap: 0; }
  .stats__col--1 .counter__title { font-size: 23px; }
  .stats__col--1 .counter__number-wrap { --counter-prefix-grow: 0; --counter-suffix-grow: 0; --counter-number-grow: 1; gap: 0; }
  .stats__col--1 .counter__number { text-align: center; }
  .stats__col--2, .stats__col--3 { justify-content: center; }
  .stats__col--2 .counter__title { font-size: 22px; }
  .stats__col--3 .counter__title { font-size: 20px; }
}
@media (max-width: 767px) {
  .stats { margin-top: 272px; padding: 0 0 45px; }
  .stats__inner, .stats__box-inner { flex-wrap: wrap; }
}

/* ---------- Team ---------- */
.team { display: flex; flex-direction: column; justify-content: flex-end; position: relative; min-height: 387px; margin-top: -180px; padding: 235px 0 0; background-color: var(--c-dark); min-width: 0; }
.team__inner { display: flex; flex-direction: column; gap: 20px; width: 100%; max-width: min(100%, 1200px); margin: 0 auto; height: 100%; min-width: 0; }
.team__row { display: flex; flex-direction: row; align-items: center; gap: 0; margin: 0 0 52px; padding: 10px; position: relative; width: 100%; min-width: 0; }
.team__textcol { display: flex; flex-direction: row; position: relative; width: 100%; padding: 0; gap: 20px; flex: 0 0 auto; min-width: 0; }
.team__textbox { display: flex; flex-direction: column; position: relative; width: 100%; padding: 17px 28px 17px 17px; gap: 20px; min-width: 0; }
.team__title { font-family: var(--ff-edo); font-size: 59px; font-weight: 400; color: #fff; }
.team__text { font-size: 20px; color: #D1D1D1; }
.team__imgcol { display: flex; flex-direction: column; position: relative; width: 100%; padding: 10px; gap: 20px; min-width: 0; }
.team__img img { border-radius: 13px; }
@media (min-width: 768px) { .team__textcol { width: 50.928%; } }
@media (max-width: 1024px) and (min-width: 768px) { .team__textcol { width: 709.297px; max-width: 100%; } }
@media (max-width: 1024px) {
  .team__row { flex-direction: column-reverse; }
  .team__textbox { gap: 15px; padding: 29px 6px 6px; }
  .team__title { font-size: 54px; }
}
@media (max-width: 767px) {
  .team { margin-top: -270px; padding: 260px 0 0; }
  .team__row { flex-wrap: wrap; }
  .team__title { font-size: 42px; }
  .team__textbox > .widget:nth-child(2) { padding: 0 0 22px; text-align: center; }
}

/* ---------- Erlebnisse ---------- */
.features { display: flex; flex-direction: column; position: relative; padding: 40px 0 51px; background-color: var(--c-dark); min-width: 0; }
.features__inner { display: flex; flex-direction: column; gap: 20px; width: 100%; max-width: min(100%, var(--content-w)); margin: 0 auto; min-width: 0; }
.features__title { font-family: var(--ff-edo); font-size: 59px; font-weight: 400; color: #fff; }
.features__row { display: flex; flex-direction: row; gap: 20px; padding: 0; position: relative; width: 100%; min-width: 0; }
.features__col { display: flex; flex-direction: column; position: relative; width: 100%; min-height: 342px; padding: 10px; gap: 20px; min-width: 0; }
.feature { display: flex; flex-direction: column; justify-content: flex-start; position: relative; width: 100%; min-height: 341px; gap: 11px; border-radius: 13px; padding: 39px; min-width: 0; }
.feature::before { content: ""; position: absolute; inset: 0; display: block; border-radius: 13px; background-image: linear-gradient(132deg, #000 0%, #FFFFFF00 100%); opacity: .5; transition: opacity .3s; }
.feature--events { background-image: url("../img/Events1.jpg"); background-repeat: no-repeat; background-size: cover; }
.feature--region { min-height: 342px; padding: 38px; background-image: url("../img/frische-aus-der-region1.jpg"); }
.feature--region::before { opacity: .78; }
.feature__title { font-family: var(--ff-roboto); font-size: 34px; font-weight: 600; }
.feature__title--red { color: var(--c-red); }
.feature__title--green { color: #2B8B22; }
.feature__text { padding: 0 87px 0 0; font-size: 20px; text-shadow: 1px 1px 6px #000; color: #E9E9E9; }
.feature__bottom { display: flex; flex-direction: row; position: relative; width: 100%; padding: 0; gap: 20px; min-width: 0; }
.feature__bottom--region { min-height: 0; margin: 0; }
.feature__btncol { display: flex; flex-direction: column; position: relative; width: 100%; padding: 0; gap: 0; min-width: 0; }
.feature__bottom--region .feature__btncol { min-height: 0; }
.feature__logocol { display: flex; flex-direction: column; position: relative; width: 100%; padding: 0; gap: 20px; min-width: 0; }
.feature__logo img { width: 84%; }
.feature .btn { font-size: 18px; font-weight: 500; border-radius: 10px; padding: 10px 22px 10px 14px; }
@media (max-width: 1024px) {
  .features { padding: 0 11px 11px; }
  .features__inner > .widget:first-child { padding: 0 12px 0 16px; }
  .features__title { font-size: 54px; }
  .feature__title { font-size: 30px; }
  .feature__text { padding: 0; }
  .feature__bottom { flex-direction: column; }
}
@media (max-width: 1024px) and (min-width: 768px) { .feature__bottom--region .feature__btncol { width: 807px; max-width: 100%; } }
@media (max-width: 767px) {
  .features { padding: 0 17px; }
  .features__inner > .widget:first-child { padding: 0 0 22px; text-align: center; }
  .features__title { font-size: 43px; }
  .features__row { flex-wrap: wrap; }
  .features__col { padding: 0; }
  .feature { background-position: center center; padding: 20px; }
  .feature__bottom { flex-wrap: wrap; }
  .feature__logo { text-align: start; }
}

/* ---------- Highlights (Flip-Boxen) ---------- */
.highlights { display: flex; flex-direction: column; position: relative; padding: 32px 0 0; gap: 20px; background-color: var(--c-dark); min-width: 0; }
.highlights__head { display: flex; flex-direction: column; position: relative; width: 100%; padding: 10px; gap: 0; min-width: 0; }
.highlights__kicker { margin: 0 0 2px; text-align: center; font-size: 36px; color: #fff; }
.highlights__kicker p { margin-block-end: 0; }
.highlights__title { font-family: var(--ff-edo); font-size: 59px; font-weight: 400; color: #fff; text-align: center; }
.highlights__head > .widget:nth-child(2) { padding: 0; text-align: center; }
.divider { padding: 0 0 34px; }
.divider__inner { display: flex; text-align: center; padding-block: 15px; min-width: 0; }
.divider__line { display: flex; width: 16%; margin: 0 auto; border-block-start: 3.6px solid #fff; direction: ltr; min-width: 0; }
.hl-row { display: flex; flex-direction: row; position: relative; width: 100%; gap: 0; padding: 0; min-width: 0; }
.hl-col { display: flex; flex-direction: column; position: relative; width: 100%; padding: 0; gap: 20px; min-width: 0; }
.hl-col--rounded { border-radius: 13px; }
.hl-col--fx-scroll { min-height: 360px; }
.hl-col--grey { background-color: #3F3F3F; gap: 0; border-radius: 0; }
.flip { margin: 0; padding: 0; width: 100%; }
.flip__box { height: 368px; perspective: 1000px; position: relative; transform-style: preserve-3d; }
.flip__layer { height: 100%; width: 100%; position: absolute; transition: all .6s ease-in-out; backface-visibility: hidden; transform-style: preserve-3d; }
.flip__overlay { display: flex; flex-direction: column; align-items: stretch; justify-content: center; height: 100%; width: 100%; padding: 35px; text-align: center; color: #fff; }
.flip__front .flip__overlay { text-align: start; justify-content: flex-start; }
.flip__back .flip__overlay { text-align: center; }
.flip__title { font-size: 21px; font-weight: 600; line-height: 1; }
.flip__desc { font-size: 14px; }
.flip__title:not(:last-child), .flip__desc:not(:last-child) { margin: 0 0 20px; padding: 0; }
.flip__front { transform: none; z-index: 1; border-style: none; background-repeat: no-repeat; }
.flip__back { transform: rotateX(-180deg) rotateY(0); display: block; }
.flip__box:hover .flip__front, .flip__box:focus-within .flip__front, .flip__box:focus-visible .flip__front { transform: rotateX(180deg) rotateY(0); }
.flip__box:hover .flip__back, .flip__box:focus-within .flip__back, .flip__box:focus-visible .flip__back { transform: none; }
@media (max-width: 1024px) { .flip__box { cursor: pointer; } }
@media (prefers-reduced-motion: reduce) { .flip__layer { transition-duration: 0s; } }
.flip__back .flip__title { font-family: var(--ff-roboto); font-weight: 600; }
.flip__back .flip__desc { font-family: var(--ff-roboto); font-size: 18px; font-weight: 400; }
.flip__front .flip__desc { font-family: var(--ff-roboto); font-weight: 400; }
/* Asia Food */
.flip--asia .flip__front { background-color: #DF6387; background-image: url("../img/asia.png"); background-position: 298px 0; background-size: 78% auto; }
.flip--asia .flip__back { background-color: #DF6387; }
.flip--asia .flip__front .flip__overlay { padding: 50px 256px 89px 35px; }
.flip--asia .flip__front .flip__title { margin-bottom: 0; color: #EBA418; font-family: var(--ff-roboto); font-size: 71px; font-weight: 500; }
.flip--asia .flip__front .flip__desc { font-size: 30px; }
/* Sea Food */
.flip--sea .flip__front { background-color: #1B4C86; background-image: url("../img/Pirat.png"); background-position: 281px 0; background-size: 61% auto; }
.flip--sea .flip__back { background-color: #1B4C86; }
.flip--sea .flip__front .flip__overlay { padding: 60px 202px 71px 35px; }
.flip--sea .flip__front .flip__title { margin-bottom: 3px; color: #CCCCCC; font-family: var(--ff-roboto); font-size: 71px; font-weight: 500; }
.flip--sea .flip__front .flip__desc { color: #fff; font-size: 30px; }
/* Hausmannskost */
.flip--hausmann .flip__front { background-color: #2A2A2A; background-image: url("../img/Hausmannskost.png"); background-position: 50px 25px; background-size: 83% auto; }
.flip--hausmann .flip__back { background-color: #2A2A2A; }
.flip--hausmann .flip__front .flip__overlay { padding: 229px 47px 71px 35px; }
.flip--hausmann .flip__front .flip__desc { color: #fff; font-size: 30px; }
/* Bio */
.flip--bio .flip__front { background-color: #F4EFE4; background-image: url("../img/ausderRegion2.png"); background-position: center right; background-size: 40% auto; }
.flip--bio .flip__back { background-color: #F4EFE4; }
.flip--bio .flip__front .flip__overlay { padding: 34px 256px 89px 35px; }
.flip--bio .flip__front .flip__title { margin-bottom: 8px; color: #4F604C; font-family: "Yellowtail", sans-serif; font-size: 100px; font-weight: 600; }
.flip--bio .flip__front .flip__desc { color: #4F604C; font-size: 25px; }
.flip--bio .flip__back .flip__title, .flip--bio .flip__back .flip__desc { color: #4F604C; }
/* Wein & Spirituosen */
.flip--wein .flip__front { background-color: #712A2A; background-image: url("../img/Spirituosen1.png"); background-position: bottom right; background-size: 38% auto; }
.flip--wein .flip__back { background-color: #712A2A; }
.flip--wein .flip__front .flip__overlay { padding: 40px 202px 71px 35px; }
.flip--wein .flip__front .flip__title { margin-bottom: 17px; color: #fff; font-family: "Srisakdi", sans-serif; font-size: 71px; font-weight: 500; }
.flip--wein .flip__front .flip__desc { color: #fff; font-size: 26px; }
/* Käse */
.flip--kaese .flip__front { background-color: #FFFDC2; background-image: url("../img/fromiliere.png"); background-position: bottom right; background-size: contain; }
.flip--kaese .flip__back { background-color: #FFFDC2; }
.flip--kaese .flip__front .flip__overlay { padding: 51px 202px 71px 35px; }
.flip--kaese .flip__front .flip__title { margin-bottom: 0; color: #ED9914; font-family: "Solitreo", sans-serif; font-size: 71px; font-weight: 500; }
.flip--kaese .flip__front .flip__desc { color: #000; font-size: 24px; }
.flip--kaese .flip__back .flip__title, .flip--kaese .flip__back .flip__desc { color: #000; }
/* Obst & Gemüse */
.flip--obst .flip__front { background-color: #fff; background-image: url("../img/Obst.png"); background-position: bottom right; background-size: 53% auto; }
.flip--obst .flip__back { background-color: #fff; }
.flip--obst .flip__front .flip__overlay { padding: 45px 146px 68px 35px; }
.flip--obst .flip__front .flip__title { margin-bottom: 21px; color: #3E6D35; font-family: "Yeseva One", sans-serif; font-size: 66px; font-weight: 600; }
.flip--obst .flip__front .flip__desc { color: #3E6D35; font-size: 25px; }
.flip--obst .flip__back .flip__title, .flip--obst .flip__back .flip__desc { color: #3E6D35; }
/* Nahrungsergänzung */
.flip--supp .flip__front { background-color: #55105F; background-image: url("../img/Sportler.png"); background-position: bottom right; background-size: 46% auto; }
.flip--supp .flip__back { background-color: #55105F; }
.flip--supp .flip__front .flip__overlay { padding: 50px 202px 71px 35px; }
.flip--supp .flip__front .flip__title { margin-bottom: 22px; color: #fff; font-family: "Sedgwick Ave", sans-serif; font-size: 54px; font-weight: 500; }
.flip--supp .flip__front .flip__desc { color: #fff; font-size: 26px; }
/* Frische-Theke */
.flip--fleisch .flip__front { background-color: #FFBFE0; background-image: url("../img/Fleisch.png"); background-position: bottom right; background-size: 50% auto; }
.flip--fleisch .flip__back { background-color: #FFBFE0; }
.flip--fleisch .flip__front .flip__overlay { padding: 51px 202px 71px 35px; }
.flip--fleisch .flip__front .flip__title { margin-bottom: 20px; color: #353535; font-family: "Times New Roman", sans-serif; font-size: 70px; font-weight: 500; }
.flip--fleisch .flip__front .flip__desc { color: #353535; font-size: 23px; }
.flip--fleisch .flip__back .flip__title, .flip--fleisch .flip__back .flip__desc { color: #353535; }
@media (max-width: 1024px) {
  .highlights__kicker { font-size: 26px; }
  .highlights__title { font-size: 54px; }
  .hl-col--fx-scroll { min-height: 0; gap: 0; }
  .hl-col--fx-x { min-height: 0; gap: 33px 0; }
  .hl-col--grey { min-height: 0; }
  .flip--asia .flip__front { background-position: 157px 0; }
  .flip--asia .flip__front .flip__overlay { padding: 19px 30px 30px 15px; }
  .flip--asia .flip__front .flip__desc { font-size: 23px; }
  .flip--asia .flip__back .flip__overlay { padding: 7px; }
  .flip--sea .flip__front { background-position: 0 207px; }
  .flip--sea .flip__front .flip__overlay { padding: 19px 22px 22px; }
  .flip--sea .flip__front .flip__desc { font-size: 23px; }
  .flip--sea .flip__back .flip__overlay { padding: 0; }
  .flip--hausmann .flip__front { background-position: 0 41px; background-size: 233px auto; }
  .flip--hausmann .flip__front .flip__overlay { padding: 165px 20px 20px; }
  .flip--hausmann .flip__front .flip__desc { font-size: 23px; }
  .flip--hausmann .flip__back .flip__overlay { padding: 6px; }
  .flip--bio .flip__front { background-position: bottom right; background-size: 149px auto; }
  .flip--bio .flip__front .flip__overlay { padding: 12px 10px 0; }
  .flip--bio .flip__front .flip__desc { font-size: 23px; }
  .flip--bio .flip__back .flip__overlay { padding: 7px; }
  .flip--wein .flip__front .flip__overlay { padding: 22px; }
  .flip--wein .flip__front .flip__title { font-size: 41px; }
  .flip--wein .flip__front .flip__desc { font-size: 23px; }
  .flip--wein .flip__back .flip__overlay { padding: 7px; }
  .flip--kaese .flip__front { background-position: bottom right; background-size: 93px auto; }
  .flip--kaese .flip__front .flip__overlay { padding: 28px 0 0 10px; }
  .flip--kaese .flip__front .flip__title { font-size: 47px; }
  .flip--kaese .flip__front .flip__desc { font-size: 23px; }
  .flip--kaese .flip__back .flip__overlay { padding: 7px; }
  .flip--obst .flip__front .flip__overlay { padding: 26px 10px 0; }
  .flip--obst .flip__front .flip__title { font-size: 46px; }
  .flip--obst .flip__front .flip__desc { font-size: 23px; }
  .flip--obst .flip__back .flip__overlay { padding: 7px; }
  .flip--supp .flip__front .flip__overlay { padding: 29px 10px 0; }
  .flip--supp .flip__front .flip__title { font-size: 44px; }
  .flip--supp .flip__front .flip__desc { font-size: 23px; }
  .flip--supp .flip__back .flip__overlay { padding: 7px; }
  .flip--fleisch .flip__front { background-size: 164px auto; }
  .flip--fleisch .flip__front .flip__overlay { padding: 33px 10px 0; }
  .flip--fleisch .flip__front .flip__title { font-size: 44px; }
  .flip--fleisch .flip__front .flip__desc { font-size: 23px; }
  .flip--fleisch .flip__back .flip__overlay { padding: 7px; }
}
@media (max-width: 767px) {
  .highlights { padding: 39px 0 0; }
  .highlights__kicker { font-size: 21px; }
  .highlights__title { font-size: 43px; }
  .divider { padding: 0 0 13px; }
  .hl-row { flex-wrap: wrap; }
  .hl-col { min-height: 320px; }
  .hl-col--rounded { border-radius: 13px; }
  .hl-col--grey { border-radius: 0; }
  .flip--asia .flip__front { background-position: 182px 132px; background-size: 300px auto; }
  .flip--asia .flip__front .flip__overlay { padding: 33px 13px 0; }
  .flip--asia .flip__back .flip__overlay { padding: 14px; }
  .flip--sea .flip__front { background-position: 173px 166px; background-size: 180px auto; }
  .flip--sea .flip__front .flip__overlay { padding: 40px 9px 0; }
  .flip--sea .flip__back .flip__overlay { padding: 14px; }
  .flip--hausmann .flip__front { background-position: 25px 50px; background-size: 280px auto; }
  .flip--hausmann .flip__front .flip__overlay { padding: 184px 13px 0; }
  .flip--hausmann .flip__back .flip__overlay { padding: 14px; }
  .flip--bio .flip__front { background-size: 160px auto; }
  .flip--bio .flip__front .flip__overlay { padding: 34px 13px 0; }
  .flip--bio .flip__back .flip__overlay { padding: 14px; }
  .flip--wein .flip__front .flip__overlay { padding: 37px 13px 0; }
  .flip--wein .flip__back .flip__overlay { padding: 14px; }
  .flip--kaese .flip__front { background-image: url("../img/Kaese_.png"); background-position: 158px 199px; background-size: 279px auto; }
  .flip--kaese .flip__front .flip__overlay { padding: 43px 13px 0; }
  .flip--kaese .flip__front .flip__title { font-size: 54px; }
  .flip--kaese .flip__back .flip__overlay { padding: 14px; }
  .flip--obst .flip__front { background-size: 171px auto; }
  .flip--obst .flip__front .flip__overlay { padding: 28px 12px 0; }
  .flip--obst .flip__back .flip__overlay { padding: 14px; }
  .flip--supp .flip__front .flip__overlay { padding: 31px 13px 0; }
  .flip--supp .flip__back .flip__overlay { padding: 14px; }
  .flip--fleisch .flip__front { background-size: 180px auto; }
  .flip--fleisch .flip__front .flip__overlay { padding: 30px 13px 0; }
  .flip--fleisch .flip__front .flip__title { font-size: 59px; }
  .flip--fleisch .flip__back .flip__overlay { padding: 14px; }
}

/* ---------- Marktübersicht ---------- */
.market { display: flex; flex-direction: column; position: relative; padding: 60px 0 28px; background-color: var(--c-dark); min-width: 0; }
.market__inner { display: flex; flex-direction: column; gap: 20px; width: 100%; max-width: min(100%, 1200px); margin: 0 auto; min-width: 0; }
.market__head { display: flex; flex-direction: column; position: relative; width: 100%; padding: 10px; gap: 20px; min-width: 0; }
.market__kicker { margin: 0 0 -18px; text-align: center; font-size: 36px; color: #fff; }
.market__kicker p { margin-block-end: 0; }
.market__title { font-family: var(--ff-edo); font-size: 59px; font-weight: 400; color: #fff; text-align: center; }
.market__head > .widget:nth-child(2) { text-align: center; }
.market__text { text-align: center; font-size: 20px; color: #D1D1D1; }
.market__row { display: flex; flex-direction: row; position: relative; width: 100%; padding: 0; gap: 20px; min-width: 0; }
.market__col { display: flex; flex-direction: column; position: relative; width: 100%; padding: 10px; gap: 20px; flex: 0 0 auto; min-width: 0; }
/* Tabs (Elementor Nested Tabs) */
.tabs { max-width: 100%; width: 100%; }
.tabs__wrap { display: flex; flex-direction: row-reverse; gap: 0; min-width: 0; text-align: start; }
.tabs__heading { display: flex; flex-basis: 18%; flex-direction: column; flex-shrink: 0; flex-wrap: wrap; gap: 0; justify-content: flex-start; min-width: 0; }
.tab-title { display: flex; flex-basis: content; flex-grow: 0; align-items: center; justify-content: center; position: relative; background-color: var(--c-dark); border: none; border-radius: 8px; padding: 16px; color: #fff; cursor: pointer; transition: background .3s, color .3s; user-select: none; text-align: center; font-family: var(--ff-roboto); font-weight: 400; font-size: 1rem; line-height: 11px; }
.tab-title__text { display: flex; align-items: center; font-size: 17px; text-align: center; }
.tab-title[aria-selected="true"] { background-color: var(--c-red); }
.tab-title[aria-selected="false"]:hover { background-color: var(--c-dark); color: #fff; }
.tab-title:focus { outline: none; }
.tabs__content { display: flex; flex-grow: 1; min-width: 0; }
.tab-panel { display: none; flex-direction: column; position: relative; width: 100%; padding: 0; gap: 20px; border-radius: 0; }
.tab-panel.is-active { display: flex; min-width: 0; }
.tab-panel--first { justify-content: flex-start; }
.tab-panel__map { display: flex; flex-direction: column; position: relative; width: 100%; min-height: 566px; padding: 0; margin: 0; background-position: center center; background-repeat: no-repeat; background-size: contain; min-width: 0; }
.tab-panel__map > .inner { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 0; width: 100%; max-width: min(100%, var(--content-w)); margin: 0 auto; height: 100%; min-width: 0; }
.tab-panel__info { display: flex; flex-direction: column; position: relative; width: 100%; padding: 34px 0 0; min-width: 0; }
.tab-panel__info > .inner { display: flex; flex-direction: row; gap: 20px; width: 100%; max-width: min(100%, var(--content-w)); margin: 0 auto; min-width: 0; }
.tab-panel__infotext { display: flex; flex-direction: column; position: relative; width: 100%; padding: 20px; gap: 20px; min-width: 0; }
.tab-panel__infotitle { font-family: var(--ff-edo); font-size: 44px; font-weight: 400; color: #fff; text-align: start; }
.tab-panel__infotext .text { columns: 1; font-size: 18px; color: #fff; }
.tab-panel__awards { display: flex; flex-direction: row; position: relative; width: 100%; padding: 10px; gap: 20px; min-width: 0; }
.awards-grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(1, 1fr); grid-auto-flow: row; gap: 11px; position: relative; width: 100%; min-height: 0; padding: 10px; align-content: start; justify-content: start; }
.tab-panel__pic { display: flex; flex-direction: column; position: relative; width: 100%; padding: 0; min-width: 0; }
.tab-panel__pic > .inner { display: flex; flex-direction: row; gap: 20px; width: 100%; max-width: min(100%, var(--content-w)); margin: 0 auto; min-width: 0; }
.tab-panel__piccol { display: flex; flex-direction: column; position: relative; width: 100%; padding: 20px; gap: 20px; min-width: 0; }
.tab-panel__piccol img { width: 77%; }
.tab-panel__pic--full { padding: 20px; }
@media (min-width: 768px) { .tab-panel__awards { width: 88%; } }
@media (max-width: 1024px) {
  .market__kicker { font-size: 26px; }
  .market__title { font-size: 54px; }
  .tabs__wrap { flex-direction: column; }
  .tabs__heading { flex-direction: row; flex-basis: auto; }
  .tab-title { flex-shrink: 0; line-height: 1.2em; }
}
@media (max-width: 767px) {
  .market { padding: 37px 0 28px; }
  .market__kicker { font-size: 21px; }
  .market__head > .widget:nth-child(2) { padding: 0 0 8px; }
  .market__title { font-size: 43px; }
  .market__col { min-height: 179px; }
  .market__row { flex-wrap: wrap; }
  /* Akkordeon-Darstellung: Titel und zugehöriger Inhalt untereinander */
  .tabs__wrap { gap: 0; }
  .tabs__heading, .tabs__content { display: contents; }
  .tab-title { order: var(--order); width: auto; }
  .tab-panel { order: var(--order); margin: 17px 0; min-height: 179px; }
  .tab-panel--first { padding: 0; }
  .tab-panel__map { min-height: 179px; }
  .awards-grid { grid-template-columns: repeat(1, 1fr); }
}

/* ---------- Neu im Markt ---------- */
.newprod { display: flex; flex-direction: column; position: relative; padding: 42px 0 84px; background-color: var(--c-dark); min-width: 0; }
.newprod__inner { display: flex; flex-direction: column; gap: 20px; width: 100%; max-width: min(100%, 1200px); margin: 0 auto; min-width: 0; }
.newprod__head { display: flex; flex-direction: column; position: relative; width: 100%; padding: 10px; gap: 12px 0; min-width: 0; }
.newprod__kicker { margin: 0 0 -8px; text-align: center; font-size: 35px; color: #fff; }
.newprod__kicker p { margin-block-end: 0; }
.newprod__head > .widget:nth-child(2) { text-align: center; }
.newprod__title { font-family: var(--ff-edo); font-size: 59px; font-weight: 400; color: #fff; }
.newprod__row { display: flex; flex-direction: row; position: relative; width: 100%; padding: 0; gap: 20px; min-width: 0; }
.newprod__col { display: flex; flex-direction: column; position: relative; width: 100%; padding: 10px; gap: 20px; flex: 0 0 auto; min-width: 0; }
.infobox-grid { padding: 15px 0 0; --grid-column-gap: 28px; --grid-row-gap: 23px; }
.infobox-grid__inner { display: grid; grid-template-columns: repeat(3, 1fr); grid-column-gap: var(--grid-column-gap); grid-row-gap: var(--grid-row-gap); transition: all .25s linear 0s; }
.infobox { min-width: 0; height: 100%; text-align: center; background-color: var(--c-text); border-radius: 13px; padding: 24px 14px 25px 12px; }
.infobox__icon { display: inline-block; line-height: 1; max-width: 100%; width: 100%; text-align: center; font-size: 5px; transform: rotate(11deg); padding: 16px; margin: 9px 0 0; font-family: var(--ff-edo); font-weight: 500; transition: all .3s; color: var(--c-primary); }
.infobox__icon img { width: 144px; vertical-align: middle; }
.infobox__title { color: #fff; margin-bottom: 25px; font-family: var(--ff-roboto); font-weight: 600; }
.infobox__subtitle { color: #242424; font-family: "Roboto Condensed", sans-serif; font-size: 23px; font-weight: 400; line-height: 29px; letter-spacing: 0; margin-bottom: 20px; }
.infobox__desc { color: #fff; font-family: var(--ff-roboto); font-size: 16px; font-weight: 400; line-height: 28px; letter-spacing: 0; word-spacing: 0; padding: 0; margin-bottom: 20px; }
.infobox__desc p:last-child { margin-bottom: 0; }
@media (max-width: 1024px) {
  .newprod__kicker { font-size: 26px; }
  .newprod__title { font-size: 54px; }
  .infobox-grid__inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .newprod { padding: 23px 0 29px; }
  .newprod__kicker { font-size: 21px; }
  .newprod__title { font-size: 43px; }
  .newprod__row { flex-wrap: wrap; }
  .infobox-grid__inner { grid-template-columns: repeat(1, 1fr); }
}

/* ---------- Instagram (Desktop) ---------- */
.insta { display: flex; flex-direction: column; position: relative; padding: 62px 0; background-color: #8D8D8D; min-width: 0; }
.insta__inner { display: flex; flex-direction: column; gap: 20px; width: 100%; max-width: min(100%, 1200px); margin: 0 auto; min-width: 0; }
.insta__row { display: flex; flex-direction: row; position: relative; width: 100%; padding: 10px; gap: 20px; min-width: 0; }
.insta__left { display: flex; flex-direction: column; justify-content: center; position: relative; width: 100%; padding: 10px; gap: 20px; flex: 0 0 auto; min-width: 0; }
.insta__left > .widget:first-child { width: 100%; max-width: 100%; text-align: center; flex: 0 0 auto; }
.insta__title { font-family: var(--ff-edo); font-size: 59px; font-weight: 400; color: #fff; }
.insta__logo img { width: 18%; }
.insta__right { display: flex; flex-direction: column; position: relative; width: 100%; padding: 10px; gap: 20px; min-width: 0; }
.insta__placeholder-row { display: flex; flex-direction: row; position: relative; width: 100%; padding: 0; gap: 20px; min-width: 0; }
.insta-placeholder { display: flex; flex-direction: column; position: relative; width: 100%; padding: 10px; gap: 20px; min-width: 0; }
.insta-placeholder__text { text-align: center; color: #fff; }
@media (min-width: 768px) { .insta__left { width: 35%; } .insta__right { width: 100%; } }
@media (max-width: 1024px) { .insta__title { font-size: 39px; } }
/* Instagram-Feed-Kopf (Smash-Balloon-Optik) */
.sbi { box-sizing: border-box; margin: 0 auto; padding: 0 0 10px; width: 100%; }
.sbi__header { box-sizing: border-box; overflow: hidden; padding: 12px 0; position: relative; }
.sbi__link { text-decoration: none !important; box-shadow: none; transition: color .5s ease; }
.sbi__header-text { display: flex; align-items: center; gap: 20px; justify-content: flex-start; }
.sbi__avatar { border-radius: 50%; height: 80px; width: 80px; overflow: hidden; position: relative; flex-shrink: 0; }
.sbi__avatar img { border-radius: 50%; height: 80px; width: 80px; display: block; }
.sbi__meta { display: flex; flex-direction: column; gap: 4px; flex: 1 1 auto; min-width: 0; }
.sbi__meta h3 { font-size: 20px; line-height: 1.4; margin: 0; padding: 0; font-weight: 500; }
.sbi__meta p { font-size: 14px; line-height: 1.4; margin: 0; padding: 0; }
.sbi br { display: none; }
.sbi__images { display: grid; padding: 12px 0; width: 100%; gap: 10px; grid-template-columns: repeat(4, 1fr); }
.sbi__images:empty { padding: 12px 0; }
.sbi__item { display: block; position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: rgba(0,0,0,.08); }
.sbi__item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, opacity .3s; }
.sbi__item:hover img, .sbi__item:focus-visible img { transform: scale(1.04); opacity: .85; }
.sbi__item::after { position: absolute; top: 8px; right: 8px; width: 22px; height: 22px; opacity: .95; background-repeat: no-repeat; background-size: contain; filter: drop-shadow(0 1px 2px rgba(0,0,0,.5)); }
.sbi__item--video::after { content: ""; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M8 5v14l11-7z'/></svg>"); }
.sbi__item--album::after { content: ""; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z'/></svg>"); }
.sbi--loading .sbi__images { min-height: 40px; }
.sbi__load { clear: both; text-align: center; width: 100%; opacity: 1; }
.sbi__follow { display: inline-block; text-align: center; vertical-align: top; margin-left: 5px; }
.sbi__follow a { background: #408bd1; border: none; border-radius: 4px; box-sizing: border-box; color: #fff; display: inline-block; font-size: 13px; line-height: 1.5; margin: 5px auto 0; padding: 7px 14px; text-decoration: none !important; vertical-align: top; transition: all .1s ease-in; }
.sbi__follow a:hover, .sbi__follow a:focus { box-shadow: inset 0 0 10px 20px #359dff; outline: none; }
.sbi__follow svg { font-size: 15px; margin-bottom: -1px; margin-right: 7px; vertical-align: -.125em; }
.sbi__follow span { display: inline; }

/* ---------- Instagram (Mobil) ---------- */
.insta-mobile { display: flex; flex-direction: row; position: relative; padding: 10px; background-color: var(--c-dark); min-width: 0; }
.insta-mobile__inner { display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px; width: 100%; max-width: 100%; margin: 0 auto; min-width: 0; }
.insta-mobile__head { display: flex; flex-direction: column; position: relative; width: 100%; padding: 10px; min-width: 0; }
.insta-mobile__head-inner { display: flex; flex-direction: column; gap: 20px; width: 100%; margin: 0 auto; min-width: 0; }
.insta-mobile__title { font-family: var(--ff-edo); font-size: 69px; font-weight: 400; color: #fff; }
.insta-mobile__logo { display: flex; flex-direction: row; justify-content: center; position: relative; width: 100%; padding: 10px; gap: 20px; min-width: 0; }
@media (max-width: 767px) {
  .insta-mobile__inner { gap: 0; }
  .insta-mobile__head-inner > .widget { text-align: center; }
  .insta-mobile__title { font-size: 39px; }
  .insta-mobile__logo img { width: 33%; }
}

/* ---------- Rainer ---------- */
.rainer { display: flex; flex-direction: column; position: relative; margin: 0; padding: 0; z-index: 2; min-width: 0; }
.rainer__inner { display: flex; flex-direction: column; gap: 20px; width: 100%; max-width: min(100%, var(--content-w)); margin: 0 auto; min-width: 0; }
.rainer--mobile { background-color: var(--c-dark); }
.rainer--mobile .rainer__img { margin: 0 0 -29px; padding: 0; text-align: end; }
.rainer--desktop { background-color: #8D8D8D; }
.rainer--desktop .rainer__img { margin: -88px 0 -29px -47px; padding: 0; text-align: end; }

/* =============================================================
   UNTERSEITEN
   ============================================================= */

/* ---------- Events ---------- */
.events-hero { display: flex; flex-direction: column; position: relative; padding: 35px 0 36px; background-color: var(--c-text); background-image: url("../img/Events.jpg"); background-position: 0 -223px; background-repeat: no-repeat; background-size: cover; min-width: 0; }
.events-hero__inner { display: flex; flex-direction: row; gap: 0; width: 100%; max-width: min(100%, 1200px); margin: 0 auto; height: 100%; min-width: 0; }
.events-hero__titlebox { display: flex; flex-direction: column; position: relative; width: 100%; padding: 0; min-width: 0; }
.events-hero__titlebox-inner { display: flex; flex-direction: column; justify-content: center; gap: 20px; width: 100%; max-width: min(100%, 1112px); margin: 0 auto; height: 100%; }
.events-hero__title-w { transform: rotate(-4deg); padding: 0; text-align: end; }
.events-hero__title { font-family: var(--ff-edo); font-size: 113px; font-weight: 400; text-shadow: 0 0 10px rgba(0,0,0,.3); color: #fff; }
.events-hero__logobox { display: flex; flex-direction: column; position: relative; width: 100%; padding: 0; min-width: 0; }
.events-hero__logobox-inner { display: flex; flex-direction: column; gap: 20px; width: 100%; max-width: min(100%, var(--content-w)); margin: 0 auto; height: 100%; }
.events-hero__logo { transform: rotate(-2deg); padding: 0; text-align: start; }
.events-hero__logo img { width: 100%; }
@media (min-width: 1025px) { .events-hero { background-attachment: fixed; } }
@media (max-width: 1024px) { .events-hero { background-position: 0 0; } }
@media (max-width: 767px) {
  .events-hero { padding: 45px; }
  .events-hero__inner { flex-wrap: wrap; }
  .events-hero__title-w { text-align: center; }
  .events-hero__title { font-size: 67px; }
}
.events-list { display: flex; flex-direction: column; position: relative; padding: 45px 0 93px; background-color: var(--c-dark); border-radius: 0; min-width: 0; }
.events-list__inner { display: flex; flex-direction: column; gap: 20px; width: 100%; max-width: min(100%, 1200px); margin: 0 auto; }
.event-card { display: flex; flex-direction: column; position: relative; width: 100%; padding: 0; border-radius: 13px; background-color: #442F2F; transition: background .3s; min-width: 0; }
.event-card:hover { background-color: #251414; }
.event-card__inner { display: flex; flex-direction: row; gap: 0; width: 100%; max-width: min(100%, 1200px); margin: 0 auto; height: 100%; }
.event-card__textcol { display: flex; flex-direction: column; position: relative; width: 100%; padding: 0; gap: 20px; min-width: 0; }
.event-card__text { display: flex; flex-direction: column; position: relative; width: 100%; padding: 54px; gap: 0; transition: background .3s; min-width: 0; }
.event-card__title { font-family: var(--ff-roboto); font-weight: 600; color: #fff; text-align: center; font-size: 2rem; }
.event-card__text > .widget:first-child { text-align: center; }
.event-card__p { text-align: center; padding: 0; color: #fff; }
.event-card__p--first { padding: 16px 0 0; }
.event-card__imgcol { display: flex; flex-direction: column; position: relative; width: 100%; padding: 0; gap: 20px; min-width: 0; }
.event-card__imgcol::before { content: ""; position: absolute; inset: 0; display: block; opacity: .5; transition: opacity .3s; }
/* Platzhalter, wenn kein Event ansteht */
.event-card--empty .event-card__text { padding: 70px 54px; align-items: center; }
.event-card--empty .event-card__title { font-size: 2.2rem; }
.event-card--empty .event-card__p { max-width: 640px; font-size: 18px; line-height: 1.6; }
.event-card--empty .event-card__p--first { padding-top: 22px; }
.event-card--empty .event-card__p a { color: var(--c-red); text-decoration: underline; }
.event-card--empty .event-card__p a:hover { color: #fff; }
@media (max-width: 1024px) {
  .event-card__imgcol { justify-content: center; }
  .event-card__imgcol::before { background-image: url("../img/Events1.jpg"); background-position: center center; background-size: cover; }
  .event-card__img img { width: 100%; }
}
@media (max-width: 767px) {
  .events-list { padding: 0; }
  .events-list__inner:has(.event-card--empty) { padding: 30px 20px 50px; }
  .event-card--empty .event-card__text { padding: 44px 24px; }
  .event-card--empty .event-card__title { font-size: 1.7rem; }
  .event-card--empty .event-card__p { font-size: 16px; }
  .event-card__inner { flex-wrap: wrap; }
  .event-card__img { padding: 0; }
  .event-card__img img { border-radius: 13px; }
}

/* ---------- Regionale Produkte ---------- */
.shape { direction: ltr; left: 0; line-height: 0; overflow: hidden; position: absolute; width: 100%; }
.shape--top { top: -1px; }
.shape--bottom { bottom: -1px; transform: rotate(180deg); }
.shape svg { display: block; left: 50%; position: relative; transform: translateX(-50%); width: calc(100% + 1.3px); }
.shape--bottom svg { z-index: -1; }
.shape .shape__fill { fill: #6AAF08; transform: rotateY(0deg); transform-origin: center; }
.reg-video { display: flex; flex-direction: column; position: relative; min-height: 650px; padding: 28px 0 118px; overflow: hidden; background-color: var(--c-dark); min-width: 0; }
.reg-video__inner { display: flex; flex-direction: column; gap: 0; width: 100%; max-width: min(100%, 1200px); margin: 0 auto; height: 100%; flex-grow: 1; }
.reg-video .shape--bottom svg { width: calc(204% + 1.3px); height: 90px; }
.video { width: 100%; overflow: hidden; transform: translateZ(0); position: relative; }
.video__wrap { aspect-ratio: 1.77777; }
.video__frame { background-color: #000; border: none; display: flex; height: 100%; width: 100%; }
.reg-award { display: flex; flex-direction: column; position: relative; padding: 10px; background-color: #6AAF08; min-width: 0; }
.reg-award__inner { display: flex; flex-direction: row; gap: 20px; width: 100%; max-width: min(100%, var(--content-w)); margin: 0 auto; }
.reg-award__imgcol { display: flex; flex-direction: column; position: relative; width: 100%; padding: 10px; gap: 20px; flex: 0 0 auto; min-width: 0; }
.reg-award__img img, .reg-region__img img { border-radius: 13px; box-shadow: 0 0 10px 0 rgba(0,0,0,.5); }
.reg-award__textcol { display: flex; flex-direction: column; position: relative; width: 100%; padding: 10px; gap: 20px; min-width: 0; }
.reg__title { font-family: var(--ff-edo); font-size: 37px; font-weight: 400; color: #fff; }
.reg__text { color: #fff; }
.reg-region { display: flex; flex-direction: column; position: relative; margin: 0; padding: 90px 0; background-color: var(--c-dark); min-width: 0; }
.reg-region__inner { display: flex; flex-direction: column; gap: 20px; width: 100%; max-width: min(100%, 1200px); margin: 0 auto; }
.reg-region .shape--top svg { width: calc(182% + 1.3px); height: 62px; transform: translateX(-50%) rotateY(180deg); }
.reg-region__row { display: flex; flex-direction: row; position: relative; width: 100%; padding: 10px; gap: 20px; min-width: 0; }
.reg-region__textcol { display: flex; flex-direction: column; justify-content: center; position: relative; width: 100%; padding: 10px; gap: 20px; min-width: 0; }
.reg-region__imgcol { display: flex; flex-direction: column; position: relative; width: 100%; padding: 10px; gap: 20px; min-width: 0; }
.reg-region__img figure { margin: 0; max-width: 100%; }
.widget-image-caption { color: var(--c-text); font-family: var(--ff-roboto); font-weight: 400; font-size: 16px; font-style: italic; line-height: 1.4; margin: 0; }
@media (min-width: 768px) { .reg-award__imgcol { width: 57%; } }
@media (max-width: 1024px) {
  .reg-video { min-height: 67vh; padding: 0; }
  .video { padding: 0; }
  .reg-award { padding: 11px; }
}
@media (max-width: 767px) {
  .reg-video { min-height: 45vh; margin: 0; }
  .reg-award__inner, .reg-region__row { flex-wrap: wrap; }
  .reg-region { padding: 92px 0 0; }
}

/* ---------- Kontakt ---------- */
.kontakt { display: flex; flex-direction: column; position: relative; padding: 109px 0 122px; background-color: var(--c-dark); min-width: 0; }
.kontakt::before { content: ""; position: absolute; inset: 0; display: block; background-image: url("../img/Bildmarke.png"); background-position: center right; background-repeat: no-repeat; background-size: 33% auto; opacity: .29; transition: opacity .3s; }
@media (min-width: 1025px) { .kontakt::before { background-attachment: fixed; } }
.kontakt__inner { display: flex; flex-direction: row; gap: 20px; width: 100%; max-width: min(100%, 1200px); margin: 0 auto; height: 100%; position: relative; }
.kontakt__textcol { display: flex; flex-direction: column; justify-content: center; position: relative; width: 100%; padding: 10px; gap: 20px; min-width: 0; }
.kontakt__title { font-family: var(--ff-roboto); font-size: 64px; font-weight: 600; color: #fff; }
.kontakt__text { color: #fff; }
.kontakt__formcol { display: flex; flex-direction: column; justify-content: center; position: relative; width: 100%; padding: 29px; gap: 20px; border-radius: 18px; background-color: #fff; min-width: 0; }
@media (max-width: 767px) {
  .kontakt { padding: 13px 13px 63px; }
  .kontakt__inner { flex-wrap: wrap; }
  .kontakt__title { font-size: 40px; }
}

/* ---------- Formulare (Elementor-Form-Optik) ---------- */
.form { width: 100%; }
.form__fields { display: flex; flex-wrap: wrap; }
.form--kontakt .form__fields { margin: 0 -5px -10px; }
.form--bewerbung .form__fields { margin: 0 -2px -21px; }
.form__group { display: flex; flex-wrap: wrap; align-items: center; position: relative; min-height: 1px; width: 100%; }
.form--kontakt .form__group { padding: 0 5px; margin-bottom: 10px; }
.form--bewerbung .form__group { padding: 0 2px; margin-bottom: 21px; }
.form__group--50 { width: 50%; }
.form__label { display: inline-block; line-height: 1; vertical-align: middle; cursor: pointer; font-family: var(--ff-roboto); font-weight: 400; color: var(--c-text); padding-bottom: 10px; }
.form__field { flex-basis: 100%; max-width: 100%; width: 100%; flex-grow: 1; background-color: #E0E0E0; border: 0; color: var(--c-text); font-family: var(--ff-roboto); font-weight: 400; vertical-align: middle; transition: all .3s; }
.form__field--sm { border-radius: 3px; font-size: 15px; line-height: 1.4; min-height: 40px; padding: 5px 14px; }
.form__field--lg { border-radius: 5px; font-size: 18px; line-height: 1.4; min-height: 59px; padding: 7px 20px; }
.form__field:focus { box-shadow: inset 0 0 0 1px rgba(0,0,0,.1); outline: 0; }
.form__field::placeholder { color: inherit; font-family: inherit; opacity: .6; }
textarea.form__field { overflow: auto; resize: vertical; }
.form__select-wrap { display: flex; position: relative; width: 100%; flex-basis: 100%; max-width: 100%; color: var(--c-text); }
.form__select-wrap select { appearance: none; -webkit-appearance: none; color: inherit; flex-basis: 100%; font-family: inherit; font-size: inherit; line-height: inherit; padding-inline-end: 20px; text-transform: inherit; display: block; }
.form__caret { font-size: 11px; inset-inline-end: 10px; pointer-events: none; position: absolute; top: 50%; transform: translateY(-50%); }
.form__caret svg { width: 1em; height: auto; fill: currentColor; overflow: visible; }
.form__group--acceptance .form__subgroup { display: flex; flex-wrap: wrap; flex-basis: 100%; max-width: 100%; }
.form__option { flex-basis: 100%; }
.form__option input, .form__option label { display: inline; }
.form__option label { font-family: var(--ff-roboto); font-weight: 400; color: var(--c-text); line-height: 1; vertical-align: middle; }
/* Datei-Upload (Bewerbungsunterlagen) */
.form__file { padding: 14px 20px; cursor: pointer; line-height: 1.4; }
.form__file::file-selector-button { font: inherit; font-family: var(--ff-roboto); font-weight: 500; font-size: 15px; color: #fff; background-color: var(--c-red); border: 0; border-radius: 3px; padding: 8px 16px; margin-right: 14px; cursor: pointer; }
.form__file::-webkit-file-upload-button { font: inherit; font-family: var(--ff-roboto); font-weight: 500; font-size: 15px; color: #fff; background-color: var(--c-red); border: 0; border-radius: 3px; padding: 8px 16px; margin-right: 14px; cursor: pointer; }
.form__hint { flex-basis: 100%; display: block; margin-top: 6px; font-family: var(--ff-roboto); font-size: 14px; line-height: 1.4; color: var(--c-text); }
.form__hp, .form__group-hp { display: none !important; }
.form__submit { align-items: flex-end; }
.form__submit .btn { flex-basis: 100%; border: none; padding-block: 0; min-height: 40px; font-size: 15px; border-radius: 3px; display: inline-block; cursor: pointer; }
.form__submit .btn .btn__wrap { align-items: center; min-height: 40px; }
.form__submit .btn .btn__text { white-space: normal; }
.form__message { width: 100%; padding: 0 5px; margin-bottom: 10px; font-family: var(--ff-roboto); font-size: 15px; }
.form__message--ok { color: #2B8B22; }
.form__message--error { color: var(--c-red); }
@media (max-width: 767px) { .form__group--50 { width: 100%; } }

/* ---------- Bewerbung ---------- */
.bewerbung-hero { display: flex; flex-direction: column; position: relative; min-height: 566px; margin: 0; padding: 0; background-image: url("../img/Hero6.jpg"); background-position: center center; background-repeat: no-repeat; background-size: cover; min-width: 0; }
.bewerbung-hero__inner { display: flex; flex-direction: row; gap: 0; width: 100%; max-width: min(100%, var(--content-w)); margin: 0 auto; height: 100%; flex-grow: 1; }
.bewerbung-hero__col { display: flex; flex-direction: column; position: relative; width: 100%; padding: 10px; min-width: 0; }
.bewerbung-hero__col-inner { display: flex; flex-direction: column; justify-content: center; gap: 20px; width: 100%; max-width: min(100%, var(--content-w)); margin: 0 auto; height: 100%; flex-grow: 1; }
.bewerbung-hero__btnw { text-align: center; }
.bewerbung-hero__btn { width: auto; font-size: 25px; font-weight: 500; text-transform: uppercase; box-shadow: 0 0 10px 0 rgba(0,0,0,.5); }
.bewerbung-form { display: flex; flex-direction: column; position: relative; padding: 80px 0; background-color: var(--c-dark); min-width: 0; }
.bewerbung-form__inner { display: flex; flex-direction: column; gap: 20px; width: 100%; max-width: min(100%, var(--content-w)); margin: 0 auto; }
.bewerbung-form__intro { display: flex; flex-direction: column; position: relative; width: 100%; padding: 10px; gap: 20px; min-width: 0; }
.bewerbung-form__title { font-family: var(--ff-roboto); font-size: 64px; font-weight: 600; color: #fff; }
.bewerbung-form__text { color: #fff; }
.bewerbung-form__box { display: flex; flex-direction: column; position: relative; width: 100%; padding: 26px; gap: 20px; border-radius: 18px; background-color: #fff; min-width: 0; }
@media (max-width: 767px) {
  .bewerbung-hero__inner { flex-wrap: wrap; }
  .bewerbung-form__title { font-size: 40px; }
}

/* ---------- Rechtliches ---------- */
.legal { display: flex; flex-direction: column; position: relative; padding: 10px; min-width: 0; }
.legal__inner { display: flex; flex-direction: column; gap: 20px; width: 100%; max-width: min(100%, var(--content-w)); margin: 0 auto; }
.legal--impressum { padding: 50px 0 53px; }
.legal__title--dark { color: var(--c-dark); font-size: 2rem; }
.legal__text--impressum { font-size: 20px; font-weight: 500; }
.legal__head--bf { padding: 27px 0 24px; }
.legal__title--bf { color: var(--c-dark); font-size: 2rem; }
.legal__text--bf { color: var(--c-dark); }
.legal__text h2 { font-size: 2rem; font-weight: 500; line-height: 1.2; margin: .5rem 0 1rem; }
.legal__text h3 { font-size: 1.75rem; font-weight: 500; line-height: 1.2; margin: .5rem 0 1rem; }
.legal__text h4 { font-size: 1.5rem; font-weight: 500; line-height: 1.2; margin: .5rem 0 1rem; }
.legal__text ul { padding-inline-start: 40px; }
.legal__text ul p { margin-block-end: .9rem; }
.legal__text hr { border: 1px inset #808080; margin: 0; box-sizing: content-box; height: 0; overflow: visible; }
@media (min-width: 768px) { .legal--bf .legal__inner { max-width: min(100%, 1190px); } }
/* Datenschutzerklärung: im Original ohne eigenes Layout-CSS (Text über volle Breite) */
.page-header .entry-title { max-width: 1180px; margin: .5rem auto 1rem; width: 100%; font-size: 2.5rem; font-weight: 500; line-height: 1.2; color: #333; padding: 0 20px; box-sizing: border-box; }
.legal--ds { padding: 24px 20px 50px; }
.legal__inner--ds { max-width: min(100%, 1140px); }  /* Text in derselben Spalte wie die Überschrift */
.legal__text--ds { padding: 0; }
@media (max-width: 767px) {
  .legal--bf { padding: 10px; }
}

/* ---------- 404-Seite ---------- */
.notfound { display: flex; flex-direction: column; padding: 90px 20px 110px; background-color: var(--c-dark); min-width: 0; }
.notfound__inner { width: 100%; max-width: 800px; margin: 0 auto; text-align: center; }
.notfound__title { font-family: var(--ff-roboto); font-weight: 700; font-size: 3rem; color: #fff; margin-bottom: 20px; }
.notfound__text { color: #fff; font-size: 18px; line-height: 1.6; margin-bottom: 36px; }
.notfound__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
@media (max-width: 767px) { .notfound { padding: 60px 20px 70px; } .notfound__title { font-size: 2rem; } }

/* ---------- Barrierefreiheits-Werkzeugleiste ---------- */
:root { --a11y-zoom: 1; }
body { zoom: var(--a11y-zoom); }
.a11y { position: fixed; left: 0; bottom: 24px; z-index: 100001; transition: bottom .3s; font-family: Roboto, Arial, Helvetica, sans-serif; zoom: calc(1 / var(--a11y-zoom)); }
.a11y__toggle { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; padding: 0; border: 0; border-radius: 0 12px 12px 0; background: var(--c-red); color: #fff; cursor: pointer; box-shadow: 0 2px 10px rgba(0,0,0,.35); transition: width .15s; }
.a11y__toggle:hover { width: 58px; }
.a11y__toggle:focus-visible, .a11y__panel button:focus-visible, .a11y__link:focus-visible { outline: 3px solid #1a73e8; outline-offset: 2px; }
.a11y__panel { position: absolute; left: 62px; bottom: 0; width: min(320px, calc(100vw - 74px)); background: #fff; color: #222; border-radius: 12px; box-shadow: 0 6px 30px rgba(0,0,0,.35); font-size: 15px; line-height: 1.4; }
.a11y__head { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px 12px 18px; background: var(--c-red); color: #fff; border-radius: 12px 12px 0 0; }
.a11y__title { margin: 0; font-size: 18px; font-weight: 600; color: #fff; }
.a11y__close { width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255,255,255,.15); color: #fff; font-size: 24px; line-height: 1; cursor: pointer; }
.a11y__close:hover { background: rgba(255,255,255,.3); }
.a11y__body { padding: 8px 10px; max-height: min(60vh, 520px); overflow-y: auto; }
.a11y__row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 8px 12px; border-bottom: 1px solid #e5e5e5; margin-bottom: 6px; }
.a11y__label { font-weight: 500; }
.a11y__stepper { display: flex; align-items: center; gap: 6px; }
.a11y__step { width: 40px; height: 36px; border: 2px solid #444; border-radius: 8px; background: #fff; color: #222; font-weight: 700; font-size: 15px; cursor: pointer; }
.a11y__step:hover { background: #f3f3f3; }
.a11y__step[disabled] { opacity: .35; cursor: default; }
.a11y__value { min-width: 52px; text-align: center; font-weight: 600; }
.a11y__opt { display: flex; align-items: center; gap: 12px; width: 100%; padding: 10px 8px; border: 0; border-radius: 8px; background: none; color: #222; font: inherit; text-align: left; cursor: pointer; }
.a11y__opt:hover { background: #f3f3f3; }
.a11y__check { flex: 0 0 auto; width: 22px; height: 22px; border: 2px solid #444; border-radius: 6px; background: #fff; position: relative; }
.a11y__opt[aria-pressed="true"] .a11y__check { background: var(--c-red); border-color: var(--c-red); }
.a11y__opt[aria-pressed="true"] .a11y__check::after { content: ""; position: absolute; left: 6px; top: 2px; width: 6px; height: 11px; border: solid #fff; border-width: 0 3px 3px 0; transform: rotate(45deg); }
.a11y__foot { display: flex; flex-direction: column; gap: 8px; padding: 10px 18px 14px; border-top: 1px solid #e5e5e5; }
.a11y__reset { padding: 9px 12px; border: 2px solid #444; border-radius: 8px; background: #fff; color: #222; font: inherit; font-weight: 600; cursor: pointer; }
.a11y__reset:hover { background: #f3f3f3; }
.a11y__link { font-size: 14px; color: #1a4fbf; text-decoration: underline; }
body.cookies-not-set .a11y { bottom: 126px; } /* über dem Cookie-Hinweis, solange er offen ist */
@media (max-width: 767px) {
  .a11y { bottom: 20px; }
  body.cookies-not-set .a11y { bottom: 246px; }
  .a11y__toggle { width: 46px; height: 46px; }
  .a11y__panel { left: 54px; width: min(320px, calc(100vw - 64px)); }
}

/* Wirkung der Einstellungen (Klassen am <html>) */
.site-header, .site-main, .site-footer, .page-header { filter: var(--a11y-filter, none); }
html.a11y-contrast { --a11y-filter: contrast(1.6); }
html.a11y-gray { --a11y-filter: grayscale(1); }
html.a11y-contrast.a11y-gray { --a11y-filter: contrast(1.6) grayscale(1); }
html.a11y-contrast body { background: #fff; }
html.a11y-links a:not(:has(img)) { text-decoration: underline !important; text-underline-offset: 2px; background: #ffe600 !important; color: #000 !important; box-shadow: 0 0 0 2px #ffe600; border-radius: 2px; }
html.a11y-links a:not(:has(img)) * { color: #000 !important; }
html.a11y-readable body, html.a11y-readable body * { font-family: Arial, Helvetica, Verdana, sans-serif !important; letter-spacing: 0 !important; }
html.a11y-readable .slider__heading, html.a11y-readable .heading { font-weight: 700; }
html.a11y-spacing body * { line-height: 1.8 !important; letter-spacing: .06em !important; word-spacing: .12em !important; }
html.a11y-spacing p { margin-bottom: 1.2em; }
html.a11y-cursor, html.a11y-cursor * { cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24'><path d='M4 2l14 12h-7l4 8-3 1-4-8-4 5z' fill='black' stroke='white' stroke-width='1.2'/></svg>") 4 2, auto !important; }
html.a11y-cursor a, html.a11y-cursor button, html.a11y-cursor [role="button"], html.a11y-cursor label, html.a11y-cursor select, html.a11y-cursor summary { cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24'><path d='M9 2v11l-2.5-2.5-1.5 1.5 5 5.5 1-1V6h2v7h2V7h2v6h2V9h2v7l-3 5H8l-4-6 1.5-1.5' fill='black' stroke='white' stroke-width='1'/></svg>") 8 2, pointer !important; }
html.a11y-motion *, html.a11y-motion *::before, html.a11y-motion *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
html.a11y-motion .invisible { visibility: visible !important; opacity: 1 !important; }
