@charset "UTF-8";
@import "../css/swiper-bundle.min.css";
@import "../css/glightbox.min.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for shitty browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body * {
  box-sizing: border-box;
}

:root {
  --max-width: 1620px;
  --font-size: 21px;
  --line-height: 1.65;
  --color-text: #3a3a39;
  --transition: 0.8s ease-out;
  --font-step-1: calc(28px + (35 - 28) * ((100vw - 320px) / (1620 - 320)));
  --font-step-2: calc(24px + (32 - 24) * ((100vw - 320px) / (1620 - 320)));
  --font-step-3: calc(24px + (28 - 24) * ((100vw - 320px) / (1620 - 320)));
  --font-step-4: calc(22px + (26 - 22) * ((100vw - 320px) / (1620 - 320)));
  --font-step-5: calc(20px + (24 - 20) * ((100vw - 320px) / (1620 - 320)));
  --font-step-6: calc(14px + (16 - 14) * ((100vw - 320px) / (1620 - 320)));
  --font-step-7: calc(12px + (14 - 12) * ((100vw - 320px) / (1620 - 320)));
  --spacer-xs: calc(5px + (10 - 5) * ((100vw - 320px) / (1620 - 320)));
  --spacer-sm: calc(10px + (30 - 10) * ((100vw - 320px) / (1620 - 320)));
  --spacer-md: calc(20px + (40 - 20) * ((100vw - 320px) / (1620 - 320)));
  --spacer-lg: calc(40px + (60 - 40) * ((100vw - 320px) / (1620 - 320)));
  --spacer-xl: calc(60px + (100 - 60) * ((100vw - 320px) / (1620 - 320)));
  --spacer-xxl: calc(80px + (100 - 80) * ((100vw - 320px) / (1620 - 320)));
}

:root {
  --max-width: 1620px;
  --font-size: 21px;
  --line-height: 1.65;
  --color-text: #3a3a39;
  --transition: 0.8s ease-out;
  --font-step-1: calc(28px + (35 - 28) * ((100vw - 320px) / (1620 - 320)));
  --font-step-2: calc(24px + (32 - 24) * ((100vw - 320px) / (1620 - 320)));
  --font-step-3: calc(24px + (28 - 24) * ((100vw - 320px) / (1620 - 320)));
  --font-step-4: calc(22px + (26 - 22) * ((100vw - 320px) / (1620 - 320)));
  --font-step-5: calc(20px + (24 - 20) * ((100vw - 320px) / (1620 - 320)));
  --font-step-6: calc(14px + (16 - 14) * ((100vw - 320px) / (1620 - 320)));
  --font-step-7: calc(12px + (14 - 12) * ((100vw - 320px) / (1620 - 320)));
  --spacer-xs: calc(5px + (10 - 5) * ((100vw - 320px) / (1620 - 320)));
  --spacer-sm: calc(10px + (30 - 10) * ((100vw - 320px) / (1620 - 320)));
  --spacer-md: calc(20px + (40 - 20) * ((100vw - 320px) / (1620 - 320)));
  --spacer-lg: calc(40px + (60 - 40) * ((100vw - 320px) / (1620 - 320)));
  --spacer-xl: calc(60px + (100 - 60) * ((100vw - 320px) / (1620 - 320)));
  --spacer-xxl: calc(80px + (100 - 80) * ((100vw - 320px) / (1620 - 320)));
}

.gslide-description,
.gslide-title,
.gdesc-inner {
  display: none !important;
}

html {
  font-family: "massilia", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #3a3a39;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  overflow-x: hidden;
  touch-action: pan-y;
  font-size: calc(var(--font-size) * var(--font-size-multiplier, 0.85));
}
@media (prefers-reduced-motion) {
  html {
    scroll-behavior: auto;
  }
}
@media only screen and (min-width: 50rem) {
  html {
    line-height: var(--line-height);
    font-size: calc(var(--font-size) * var(--font-size-multiplier, 1));
  }
}

p, ul, ol, table {
  margin-top: var(--spacer-sm);
}

strong {
  font-weight: 600;
}

small, .page-image-description, .date {
  font-size: 14px;
  opacity: 0.6;
  margin-top: 1rem;
}

h1 {
  font-size: var(--font-step-1);
  font-weight: 600;
  line-height: 1.25;
  color: #08501d;
}

h2 {
  font-size: var(--font-step-2);
  font-weight: 600;
  line-height: 1.25;
  color: #08501d;
}

h3 {
  font-size: var(--font-step-3);
  font-weight: 600;
  line-height: 1.25;
  color: #08501d;
}

h4 {
  font-size: var(--font-step-3);
  font-weight: 600;
  line-height: 1.25;
  color: #08501d;
}

a {
  color: #000;
  text-decoration: none;
}

.rte-content ul {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
.rte-content ul li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.5rem;
  line-height: 1.7;
}
.rte-content ul li::before {
  content: "❋";
  position: absolute;
  left: 0;
  top: 0.75rem;
  color: #b6417c;
  font-size: 1rem;
  line-height: 1;
}
.rte-content p {
  margin-bottom: 1rem !important;
}
.rte-content a {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.15em;
}
.rte-content a:hover, .rte-content a:focus {
  text-decoration-style: solid;
}
.rte-content h1 {
  margin: 0 0 var(--spacer-sm);
}
.rte-content h2 {
  margin: var(--spacer-sm) 0;
  font-size: var(--font-step-1);
}
.rte-content h3 {
  margin: var(--spacer-sm) 0;
  font-size: var(--font-step-5);
}
.rte-content .btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.column-text {
  column-count: 2;
  column-gap: 4rem;
}
.column-text > * {
  break-inside: avoid;
  margin-top: 0;
}
.column-text p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
@media (max-width: 900px) {
  .column-text {
    column-count: 1;
  }
}

.headline {
  text-align: center;
  display: block;
  margin: var(--spacer-md) auto;
}
.headline p {
  margin: 0;
}

.wrapper {
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 90%;
  max-width: 1420px;
}
@media only screen and (min-width: 50rem) {
  .wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.wrapper--small {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  max-width: 100%;
}
.wrapper--wide {
  width: 1820px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  max-width: 100%;
}
@media only screen and (min-width: 1350px) {
  .wrapper--wide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.content-block, .content-element {
  padding: var(--spacer-lg) 0 0;
}

.grid__row {
  display: block;
}
@media only screen and (min-width: 50rem) {
  .grid__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2%;
  }
}
.grid__item--full {
  width: 100%;
}
.grid__item--half {
  width: 100% !important;
  padding: var(--spacer-sm) 0;
}
@media only screen and (min-width: 50rem) {
  .grid__item--half {
    width: 46% !important;
  }
}
.grid__item--onethird {
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 50rem) {
  .grid__item--onethird {
    width: 32%;
    margin-bottom: 0;
  }
}
.grid__item--onefourth {
  width: 100%;
}
@media only screen and (min-width: 50rem) {
  .grid__item--onefourth {
    width: 48.5%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 65rem) {
  .grid__item--onefourth {
    width: 23.5%;
  }
}
.grid__item--twothirds {
  width: 100%;
  padding: var(--spacer-sm) 0;
}
@media only screen and (min-width: 50rem) {
  .grid__item--twothirds {
    width: 60%;
  }
}

body {
  position: relative;
  background-color: #f7f5f1;
}

/* Fester Natur-Hintergrund */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='hill1' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%23b7b7b7'/%3E%3Cstop offset='100%25' stop-color='%23999999'/%3E%3C/linearGradient%3E%3ClinearGradient id='hill2' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%23c9c9c9'/%3E%3Cstop offset='100%25' stop-color='%23adadad'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 640 C180 560 340 560 520 640 C700 720 900 720 1100 640 C1280 570 1440 560 1600 630 L1600 900 L0 900 Z' fill='url(%23hill1)'/%3E%3Cpath d='M0 720 C220 650 420 650 620 720 C820 790 1060 790 1280 720 C1420 675 1520 670 1600 700 L1600 900 L0 900 Z' fill='url(%23hill2)'/%3E%3Cg fill='%23868686'%3E%3Cpath d='M120 610 l20-55 18 35 12-28 22 48-15 0 25 55-82 0 24-55z'/%3E%3Crect x='155' y='665' width='8' height='28' fill='%23757575'/%3E%3Cpath d='M340 630 l24-68 20 40 14-34 28 62-18 0 30 68-98 0 30-68z'/%3E%3Crect x='384' y='698' width='9' height='32' fill='%23757575'/%3E%3Cpath d='M620 600 l22-62 18 36 14-30 24 56-16 0 28 62-90 0 26-62z'/%3E%3Crect x='660' y='662' width='8' height='28' fill='%23757575'/%3E%3Cpath d='M910 625 l26-74 22 42 16-36 30 68-20 0 34 74-108 0 34-74z'/%3E%3Crect x='960' y='699' width='10' height='34' fill='%23757575'/%3E%3Cpath d='M1220 610 l20-56 18 34 12-28 22 50-16 0 26 58-84 0 24-58z'/%3E%3Crect x='1256' y='668' width='8' height='28' fill='%23757575'/%3E%3Cpath d='M1440 640 l26-72 22 42 16-36 28 66-18 0 32 72-104 0 30-72z'/%3E%3Crect x='1490' y='712' width='10' height='34' fill='%23757575'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.page-header.scrolled .page-header__logo svg {
  max-width: 72px;
}

.page {
  /* Header */
  /* Skip-Link */
}
.page-header {
  display: contents;
  position: relative;
  z-index: 2000000;
}
.page-header .main-menu {
  position: sticky;
  inset-block-start: -1px;
  z-index: 19996;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: ". logo button" "nav nav nav";
  align-items: center;
  width: 100%;
  padding-block-start: 0.25rem;
  padding-inline: calc(max(0rem, 100vw - 1820px) / 2);
  background: white;
  border-block-end: 1px solid var(--contrast-less, #E3E4E7) var(--contrast-more, black);
  box-shadow: rgba(42, 38, 35, 0.1) 0 2px 6px 2px;
  transition: all 0.2s;
}
@media (min-width: 1380px) {
  .page-header .main-menu {
    grid-template-columns: auto 1fr;
    grid-template-areas: "logo nav";
    padding-block-end: 0.25rem;
  }
}
.page-header .page-header__logo {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  display: flex;
  align-items: center;
  grid-area: logo;
  transform: translateX(-50%);
}
@media (min-width: 1380px) {
  .page-header .page-header__logo {
    top: -0.5rem;
    left: auto;
    margin-left: 1rem;
    transform: none;
  }
}
.page-header .page-header__logo svg {
  width: auto;
  height: auto;
  max-width: 140px;
  transition: all 0.3s ease;
}
@media (min-width: 1380px) {
  .page-header .page-header__logo svg {
    max-width: 200px;
  }
}
.page-skip {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 25;
  margin: 1rem;
  padding: 1rem;
  background-color: white;
  border: 0.125em solid black;
  outline: 0.125em solid white;
}
.page-skip:not(:focus-visible) {
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
}

/* Navigation */
.navigation {
  grid-area: nav;
  max-block-size: calc((100vb - 6rem) * 0.9);
  margin-top: 0.5rem;
  overflow-y: auto;
  overscroll-behavior-block: contain;
  background-color: #034D19;
  color: white;
  font-size: 0.7272rem;
}
@media (min-width: 1380px) {
  .navigation {
    justify-self: end;
    margin-top: 0;
    margin-right: 1rem;
    overflow: visible;
    background-color: white;
    color: black;
    font-size: 0.8181rem;
  }
}
.navigation .menu {
  display: flex;
  flex-direction: column;
  margin-block-start: 0;
  max-inline-size: 1820px;
  list-style: none;
}
@media (min-width: 1380px) {
  .navigation .menu {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
  }
}
@media (min-width: 1700px) {
  .navigation .menu {
    gap: 2rem;
  }
}
.navigation .menu :where([aria-current=page]) {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.navigation .menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1380px) {
  .navigation .menu li {
    border-bottom: 0;
  }
}
.navigation .menu > li > a {
  display: flex;
  padding-block: 0.75rem;
  padding-inline: 1rem;
  font-size: 20px;
}
@media (min-width: 1380px) {
  .navigation .menu > li > a {
    font-size: 22px;
  }
}
.navigation .menu > li > a:where(:hover, :focus) {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.15em;
}
.navigation .menu a {
  display: inline-flex;
  color: inherit;
}
.navigation .menu a > .toggle-icon {
  display: none;
  margin-inline-start: 0.3125em;
}
@media (min-width: 1380px) {
  .navigation .menu a > .toggle-icon {
    display: unset;
  }
}
.navigation .dropdown {
  position: relative;
}
@media (min-width: 1380px) {
  .navigation .dropdown:hover > .dropdown-menu, .navigation .dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 1379.98px) {
  .navigation .dropdown {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    grid-template-areas: "link button" "menu menu";
  }
  .navigation .dropdown > a {
    grid-area: link;
    align-self: center;
    font-size: 0.82rem;
  }
  .navigation .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-area: button;
    padding: 1rem 1.5rem;
    background: none;
    border: none;
    inline-size: auto;
  }
  .navigation .dropdown-toggle > .toggle-icon {
    transform: scale(2);
  }
  .navigation .dropdown-menu {
    grid-area: menu;
  }
}
.navigation .dropdown-toggle {
  color: white;
}
.navigation .dropdown-toggle[aria-expanded=true] {
  background-color: rgba(255, 255, 255, 0.2);
}
.navigation .dropdown-toggle[aria-expanded=true] .toggle-icon::after {
  transform: rotate(0.5turn);
}
@media (min-width: 1380px) {
  .navigation .dropdown-toggle {
    display: none;
  }
}
.navigation .toggle-icon {
  display: inline-block;
  pointer-events: none;
}
.navigation .toggle-icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 0.25em;
  border-block-end-width: 0;
  border-color: transparent;
  border-block-start-color: currentColor;
  transition: transform 0.2s ease-in-out;
}
.navigation .dropdown-menu {
  display: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  list-style: none;
  z-index: 20;
}
@media (min-width: 1380px) {
  .navigation .dropdown-menu {
    position: absolute;
    inset-block-start: 100%;
    inset-inline-start: -1rem;
    min-inline-size: 20em;
    max-inline-size: 24em;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 24px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  }
  .navigation .dropdown-menu::before {
    content: "";
    position: absolute;
    inset-inline: 0;
    inset-block-start: -0.75rem;
    block-size: 0.75rem;
  }
}
.navigation .dropdown-menu > li {
  background: transparent;
}
.navigation .dropdown-menu > li:not(:last-child) {
  margin-bottom: 0.35rem;
}
.navigation .dropdown-menu > li a {
  display: block;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  font-size: 0.9rem;
  line-height: 1.35;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.navigation .dropdown-menu > li a:hover, .navigation .dropdown-menu > li a:focus {
  background: rgb(182, 65, 124);
  color: #FFF;
}

/* Mobile-Menü Toggle */
.menu-toggle {
  position: relative;
  inline-size: 3rem;
  margin-inline-start: auto;
  margin-inline-end: 1rem;
  margin-block-start: -0.25rem;
  background: none;
  border: none;
  color: black;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.6;
  grid-area: button;
  justify-self: end;
}
.menu-toggle span {
  display: block;
  width: 50px;
  height: 2px;
  margin: 8px auto;
  background: #000;
  transition: all 0.8s ease;
}
@media (min-width: 1380px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle[aria-expanded=true] span:nth-of-type(1) {
  display: none;
}
.menu-toggle[aria-expanded=true] span:nth-of-type(2) {
  width: 30px;
  margin: 15px 0 -2px 5px;
  transform: rotate(45deg);
}
.menu-toggle[aria-expanded=true] span:nth-of-type(3) {
  width: 30px;
  margin: 0 0 16px 5px;
  transform: rotate(-43deg);
}

@media (max-width: 1379.98px) {
  .navigation {
    display: block;
  }
  .navigation .menu {
    display: none;
  }
  .main-menu.menu-open .navigation .menu {
    display: flex;
    flex-direction: column;
  }
  .dropdown-menu {
    display: none;
  }
  .dropdown-menu.is-open {
    display: block;
  }
}
/* Footer */
.page-footer .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem 0;
  font-size: 0.75rem;
  opacity: 0.4;
}
.page-footer .wrapper ul {
  display: flex;
  gap: 0.5rem;
}

.hero {
  position: relative;
  height: 620px;
  max-width: 2010px;
  margin: 0 auto;
}
@media only screen and (min-width: 50rem) {
  .hero {
    height: 820px;
  }
}
.hero img,
.hero video,
.hero picture {
  display: block;
  width: 100%;
  height: 820px;
  object-fit: cover;
}
.hero .swiper-button-next,
.hero .swiper-button-prev {
  color: #FFF;
  cursor: pointer;
}
.hero .front-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  opacity: 0;
  transform: translateX(140%) scale(1.02);
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s ease;
  transition-delay: 0.2s;
}
@media only screen and (min-width: 50rem) {
  .hero .front-image {
    bottom: -20%;
    height: 120%;
  }
}
.hero .front-image img {
  width: auto;
  height: 100%;
}
.hero .hero-title {
  position: absolute;
  bottom: 3rem;
  left: 2rem;
  max-width: 85%;
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media only screen and (min-width: 50rem) {
  .hero .hero-title {
    top: 50%;
    bottom: auto;
    left: clamp(20px, 20vw, 220px);
    max-width: 50%;
    font-size: clamp(2rem, 5vw, 4rem);
    transform: translateY(calc(-50% + 20px));
  }
}
.hero .hero-title span {
  padding: 0 0.22em;
  background: #034D19;
  line-height: 1.25;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.hero-swiper .swiper-slide-active .hero-title {
  opacity: 1;
}
@media only screen and (min-width: 50rem) {
  .hero-swiper .swiper-slide-active .hero-title {
    transform: translateY(-50%);
  }
}

.hero-swiper .swiper-slide-active .front-image {
  opacity: 1;
  transform: translateX(0);
}

.hero-swiper .swiper-slide picture img {
  transform: scale(1.08);
  transition: transform 6s ease;
}

.hero-swiper .swiper-slide-active picture img {
  transform: scale(1);
}

/* Swiper */
.swiper {
  width: 100%;
  height: 100%;
  padding: 0;
}

.swiper-slide {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  cursor: pointer;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  opacity: 1;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
  width: 28px;
  background: #FFF;
}

/* Kleiner Hero */
.hero--small {
  position: relative;
}

.hero--small__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
}

/* Hero Gadgets */
.hero-gadget {
  position: absolute;
  z-index: 3;
  width: clamp(180px, 24vw, 460px);
  height: auto;
  opacity: 0;
  pointer-events: none;
  transform-origin: bottom center;
  will-change: transform, opacity;
  transition: opacity 0.9s ease, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-gadget--left {
  top: 82%;
  left: 0;
  transform: translate3d(-45%, -50%, 0) scale(0.25) rotate(-4deg);
}

.hero-gadget--right {
  top: 76%;
  right: 0;
  transform: translate3d(45%, -50%, 0) scale(0.25) rotate(4deg);
}

.hero--small.is-visible .hero-gadget {
  opacity: 1;
}

.hero--small.is-visible .hero-gadget--left {
  transform: translate3d(-18%, -50%, 0) scale(1) rotate(0deg);
}

.hero--small.is-visible .hero-gadget--right {
  transform: translate3d(18%, -50%, 0) scale(1) rotate(0deg);
}

@media only screen and (min-width: 50rem) {
  .index-preamble {
    display: flex;
    gap: 2rem;
  }
}
.index-preamble h2 {
  font-size: calc(var(--font-step-2) * 1.5);
  line-height: 1;
  color: #08501d;
}

.tile-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-template-rows: 420px 420px;
  gap: 24px;
  /* Layout */
}
.tile-grid .tile {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  overflow: hidden;
  border-radius: 20px;
  text-decoration: none;
}
.tile-grid .tile h3 {
  margin-bottom: 0.5rem;
  color: #FFF;
  font-size: var(--font-step-2);
  font-weight: 600;
  line-height: 1.25;
}
.tile-grid .tile p {
  margin-top: 0;
  line-height: 1.5;
}
.tile-grid .tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.8s ease;
}
.tile-grid .tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.45) 25%, rgba(0, 0, 0, 0) 100%);
}
.tile-grid .tile span {
  position: relative;
  z-index: 2;
  color: #FFF;
  transform: translateY(58px);
  transition: transform 0.45s ease;
}
.tile-grid .tile .btn {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.tile-grid .tile:hover img {
  transform: scale(1.1);
}
.tile-grid .tile:hover span {
  transform: translateY(0);
}
.tile-grid .tile:hover .btn {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0.12s;
}
.tile-grid .tile:nth-child(1) {
  grid-row: 1/3;
}
.tile-grid .tile:nth-child(2) {
  grid-column: 2;
}
.tile-grid .tile:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

/* Mobile */
@media (max-width: 768px) {
  .tile-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }
  .tile-grid .tile {
    min-height: 520px;
  }
  .tile-grid .tile span {
    transform: translateY(0);
  }
  .tile-grid .tile .btn {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .tile-grid .tile:nth-child(1),
  .tile-grid .tile:nth-child(2),
  .tile-grid .tile:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }
}
.project-list {
  display: grid;
  grid-template-rows: auto;
  gap: 1rem;
}
@media only screen and (min-width: 50rem) {
  .project-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.project-list .tile {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 520px;
  margin-bottom: 1rem;
  padding: 2rem;
  overflow: hidden;
  border-radius: 20px;
  text-decoration: none;
}
.project-list .tile h3 {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: var(--font-step-2);
  font-weight: 600;
  line-height: 1.25;
}
.project-list .tile p {
  margin-top: 0;
  line-height: 1.5;
}
.project-list .tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 0.8s ease;
}
.project-list .tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.45) 25%, rgba(0, 0, 0, 0) 100%);
}
.project-list .tile span {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  transform: translateY(0);
}
@media only screen and (min-width: 50rem) {
  .project-list .tile span {
    transform: translateY(58px);
    transition: transform 0.45s ease;
  }
}
.project-list .tile .btn {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media only screen and (min-width: 50rem) {
  .project-list .tile .btn {
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }
}
@media only screen and (min-width: 50rem) {
  .project-list .tile:hover img {
    transform: scale(1.1);
  }
  .project-list .tile:hover span {
    transform: translateY(0);
  }
  .project-list .tile:hover .btn {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0.12s;
  }
}

.home-events-preview {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 50rem) {
  .home-events-preview {
    padding: 2.5rem 0;
  }
}
.home-events-preview::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 260px;
  height: 260px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}
.home-events-preview h2 {
  position: relative;
  margin: 0 0 2rem;
}
.home-events-preview h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin-top: 0.8rem;
  background: #5b5b5b;
  border-radius: 20px;
}
.home-events-preview h3 {
  margin-bottom: 1rem;
}

/* Event Liste */
.home-events-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Event Karte */
.home-events-item {
  position: relative;
  padding: 1.4rem 1.4rem 1.4rem 1.6rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  border-radius: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.home-events-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}
.home-events-item::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 5px;
  background: #bebebe;
  border-radius: 20px;
}

/* Event Überschrift */
.event-headline {
  position: relative;
  z-index: 2;
  margin-bottom: 0.5rem !important;
  color: #3a3a39;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
.event-headline ol,
.event-headline li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Event Datum */
.event-date {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
}

/* Link zu allen Events */
.home-events-link {
  margin-top: 2rem;
}
.home-events-link a {
  display: inline-flex;
  align-items: center;
  float: right;
  opacity: 0.65;
  font-size: 0.85rem;
  text-decoration: underline;
}
.news-overview {
  padding: 0;
}

/* News */
.latest-news h2 {
  margin: 0 0 2rem;
  text-align: center;
  font-size: calc(var(--font-step-2) * 1.5);
}

.latest-news-grid {
  columns: 3 320px;
  column-gap: 1rem;
}

.news-card {
  position: relative;
  overflow: hidden;
  break-inside: avoid;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card h3 {
  margin-bottom: 0.5rem;
  color: #08501d;
  font-size: var(--font-step-4);
  font-weight: 600;
  line-height: 1.15;
}
.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.news-card:hover .news-card-image img {
  transform: scale(1.08);
}

.news-card-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-card-image img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.02);
  transition: transform 0.8s ease;
}
.news-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  opacity: 0.8;
}

.news-card-content {
  padding: 1rem 2rem 2rem;
}

.news-card-content h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 1.6vw, 1.8rem);
  line-height: 1.2;
}
.news-card-content h2 a {
  color: #08501d;
  text-decoration: none;
  transition: color 0.25s ease;
}
.news-card-content h2 a:hover {
  color: #034D19;
}

.news-card-content h3 > a {
  color: #08501d;
}

.news-card-content p {
  margin: 0 0 0.5rem;
  color: #b8b8b8;
  line-height: 1.7;
}

.news-card-content .btn {
  margin-top: 0.5rem;
}

@media (max-width: 1100px) {
  .latest-news-grid {
    columns: 2 280px;
  }
}
@media (max-width: 700px) {
  .latest-news-grid {
    columns: 1;
  }
}
/* News Detail */
.news-detail {
  padding-bottom: 80px;
}

.news-detail-hero {
  width: 100%;
  overflow: hidden;
}

.news-detail-hero img {
  display: block;
  width: 90%;
  height: 100%;
  max-width: 1200px;
  max-height: 520px;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
}

.news-detail-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 0;
}

.news-detail-date {
  margin: 0 0 14px;
  color: #6b6b6b;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.news-detail h1 {
  margin: 0 0 28px;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 1.05;
}

.news-detail-text {
  color: #222;
  font-size: 1.1rem;
  line-height: 1.75;
}

.news-detail-text > *:first-child {
  margin-top: 0;
}

.news-detail-text img {
  max-width: 100%;
  height: auto;
}

/* Galerie */
.news-gallery {
  margin-top: 60px;
}

.news-gallery h2 {
  margin: 0 0 20px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.news-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.news-gallery-item {
  display: block;
  overflow: hidden;
}

.news-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-gallery-item:hover img {
  transform: scale(1.04);
}

@media (max-width: 900px) {
  .news-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .news-detail-content {
    padding-top: 28px;
  }
  .news-gallery-grid {
    grid-template-columns: 1fr;
  }
}
/* Artikel Navigation */
.article-nav {
  display: grid;
  gap: 1rem;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 50rem) {
  .article-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

.article-nav__link {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.25rem;
  color: inherit;
  text-decoration: none;
  border-radius: 16px;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.article-nav__link:hover {
  background: #ededed;
  transform: translateY(-3px);
}

.article-nav__link span {
  opacity: 0.65;
  font-size: 0.85rem;
}

.article-nav__link strong {
  font-size: 1.05rem;
  line-height: 1.3;
}

@media only screen and (min-width: 50rem) {
  .article-nav__link--next {
    text-align: right;
  }
}

.imgtext {
  display: flex;
  align-items: center;
  gap: 40px;
}

.imgtext.is-reverse {
  flex-direction: row-reverse;
}

.imgtext__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Mobile */
@media (max-width: 900px) {
  .imgtext,
  .imgtext.is-reverse {
    flex-direction: column;
  }
}
.events-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.event-item {
  padding: 2rem;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.event-item .btn {
  margin-top: 0;
}

.event-summary {
  cursor: pointer;
  list-style: none;
}

.event-summary::-webkit-details-marker {
  display: none;
}

.event-headline,
.event-title,
.event-date {
  display: block;
  margin-bottom: 0.25rem;
}

.event-content {
  padding-top: 1rem;
}
.event-content p {
  margin: 0;
}

.event-actions {
  margin-top: 1rem;
}

.event-calendar-button {
  display: inline-block;
  padding: 0.6rem 1rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.event-details summary {
  margin-top: 0.5rem;
  cursor: pointer;
  font-weight: bold;
}

/* Event Header */
.event-header {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.event-header .btn {
  margin-top: 1rem;
}
@media only screen and (min-width: 50rem) {
  .event-header .btn {
    position: absolute;
    right: 2rem;
    top: 2rem;
    margin-top: 0;
  }
}
.event-header .event-date {
  font-size: 1rem;
  font-weight: 600;
}
.event-header .location {
  font-size: 0.85rem;
  color: #9e9e9e;
}

/* Alternative Event Liste */
.events-list .event-item {
  position: relative;
  background: #FFF;
  border: none;
  border-radius: 20px;
}
.events-list .event-item::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 5px;
  background: #bebebe;
  border-radius: 20px;
}
.events-list .event-headline {
  color: #034D19;
  font-size: var(--font-step-3);
}

.member-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Mitglied Karte */
.member-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: anchor-center;
  gap: 2rem;
  padding: 2rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 28px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.member-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.member-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  pointer-events: none;
}

/* Galerie */
.member-item__gallery {
  position: relative;
  z-index: 2;
  min-width: 0;
  width: 100%;
}

.member-swiper {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.member-swiper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  transform: scale(1.02);
  transition: transform 0.8s ease;
}

.member-item:hover .member-swiper img {
  transform: scale(1.08);
}

/* Inhalt */
.member-item__content {
  position: relative;
  z-index: 2;
}
.member-item__content strong {
  display: block;
  color: #034D19;
}

.member-item__content h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #034D19;
  font-size: clamp(1.25rem, 2vw, 3rem);
  line-height: 0.95;
}

.member-item__content p {
  color: #444;
  line-height: 1.7;
}

.member-item__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

/* Standort */
.location {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0;
  flex-wrap: wrap;
}
.location svg {
  width: 25px;
  height: 25px;
}

/* Buttons */
.button {
  display: inline-block;
  padding: 0.75rem 1rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

.button--secondary {
  background: #666;
}

/* Mobile */
@media (max-width: 900px) {
  .member-item {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
}
@media (max-width: 768px) {
  .member-item {
    grid-template-columns: 1fr;
  }
}
/* Ansichtsumschalter */
.member-view-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: fit-content;
  margin: 0 auto 3rem;
  padding: 0.35rem;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.view-switch-button {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.2rem;
  background: transparent;
  color: #034D19;
  border: 0;
  border-radius: 18px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.view-switch-button:hover {
  background: rgba(3, 77, 25, 0.08);
  transform: translateY(-1px);
}

.view-switch-button.is-active {
  background: #b6417c;
  color: #fff;
  box-shadow: 0 10px 22px rgba(182, 65, 124, 0.25);
}

/* Icon */
.switch-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.switch-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Mobile */
@media (max-width: 640px) {
  .member-view-switch {
    display: flex;
    width: 100%;
  }
  .view-switch-button {
    flex: 1;
    justify-content: center;
  }
}
.member-view-panel--map {
  display: none;
}

.member-view.member-view--map .member-view-panel--list {
  display: none;
}

.member-view.member-view--map .member-view-panel--map {
  display: block;
}

/* Mitgliederliste */
.member-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
}

.member-item__gallery {
  min-width: 0;
  width: 100%;
}

.member-swiper {
  width: 100%;
  overflow: hidden;
}

.member-swiper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.member-item__content h2 {
  margin-top: 0;
}

.member-item__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

/* Kontakt Buttons */
.member-phone-button,
.member-link-button {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  background: #b6417c;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
}
.member-phone-button:hover,
.member-link-button:hover {
  background: #cb5b93;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(182, 65, 124, 0.32);
}

.member-phone-button__icon,
.member-link-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transition: background 0.25s ease, transform 0.25s ease;
}

.member-phone-button__icon svg,
.member-link-button__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Standard Buttons */
.button {
  display: inline-block;
  padding: 0.75rem 1rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

.button--secondary {
  background: #666;
}

/* Karte */
.member-map {
  width: 100%;
  height: 650px;
  overflow: hidden;
  border-radius: 12px;
}

/* Karten Popup */
.member-map-popup {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.member-map-popup h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.member-map-popup p {
  margin: 0;
  font-size: 0.95rem;
}

.member-map-popup a {
  display: inline-block;
  margin-top: 0.4rem;
}

.member-phone-button--popup,
.member-link-button--popup {
  width: 100%;
  justify-content: flex-start;
}

/* Mobile */
@media (max-width: 768px) {
  .member-item {
    grid-template-columns: 1fr;
  }
  .member-map {
    height: 500px;
  }
}
.leaflet-popup-content p {
  margin: 0 !important;
}

/* Karten Marker */
.custom-map-marker {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-map-marker__dot {
  display: block;
  width: 14px;
  height: 14px;
  background: #2f2f2f;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(47, 47, 47, 0.12);
  transition: transform 0.2s ease;
}

.custom-map-marker__dot:hover {
  transform: scale(1.1);
}

/* Leaflet Karte */
.member-map {
  overflow: hidden;
  background: #f3f3f3;
  border-radius: 16px;
}

.leaflet-control-zoom a {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.leaflet-popup-content-wrapper {
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.leaflet-popup-content {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.45;
}

.leaflet-popup-content h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.leaflet-popup-content p {
  margin: 0;
}

/* Popup Bild */
.member-map-popup__image {
  margin-bottom: 0.75rem;
}

.member-map-popup__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

/* Seitenüberschrift */
.headline-intro {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, 640px);
  align-items: start;
  gap: clamp(2rem, 6vw, 6rem);
  max-width: 1200px;
  margin: 0 auto 5rem;
}

.headline-intro h1 {
  margin: 0;
  color: #034D19;
  font-size: clamp(1.85rem, 2vw, 6rem);
  line-height: 0.92;
  hyphens: auto;
}
@media only screen and (min-width: 50rem) {
  .headline-intro h1 {
    font-size: clamp(3rem, 2vw, 6rem);
  }
}

.headline-intro__text {
  color: #444;
  font-size: 1.15rem;
  line-height: 1.8;
}
.headline-intro__text p {
  margin: 0;
}

/* Mobile */
@media (max-width: 900px) {
  .headline-intro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .headline-intro__text {
    max-width: 700px;
  }
}
.info-cards-section {
  padding: 2rem 0;
}

.info-cards-swiper {
  position: relative;
  overflow: hidden;
}

.info-cards-swiper .swiper-slide {
  height: auto;
}

.info-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.info-card__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.info-card__content {
  padding: 1.25rem;
}

.info-card__content h3 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.info-card__text {
  color: #444;
  line-height: 1.6;
  font-size: 0.85rem;
}
.info-card__text p {
  margin-top: 0.25rem;
}

.info-cards-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
}

.info-cards-nav {
  display: flex;
  gap: 14px;
}

.info-cards-swiper .swiper-button-prev,
.info-cards-swiper .swiper-button-next {
  position: static;
  width: 50px;
  height: 50px;
  margin: 0;
  background: #b6417c;
  color: #fff;
  border-radius: 20px;
  transition: background 0.25s ease, transform 0.25s ease;
}
.info-cards-swiper .swiper-button-prev svg,
.info-cards-swiper .swiper-button-next svg {
  width: 15px;
}

.info-cards-swiper .swiper-button-prev:hover,
.info-cards-swiper .swiper-button-next:hover {
  background: #cb5b93;
  transform: translateY(-2px);
}

.info-cards-swiper .swiper-button-prev::after,
.info-cards-swiper .swiper-button-next::after {
  font-size: 20px;
  font-weight: 700;
}

/* Pagination */
.info-cards-swiper .swiper-pagination {
  position: static;
  width: auto !important;
}

.info-cards-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background: rgba(3, 77, 25, 0.25);
  opacity: 1;
}

.info-cards-swiper .swiper-pagination-bullet-active {
  width: 28px;
  background: #b6417c;
  border-radius: 999px;
}

@media (max-width: 767px) {
  .info-cards-controls {
    flex-direction: column;
    align-items: flex-start;
  }
  .info-cards-swiper .swiper-button-prev,
  .info-cards-swiper .swiper-button-next {
    width: 56px;
    height: 56px;
  }
}
.products-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 6rem auto;
  padding: 2rem;
  border-radius: 2rem;
}

.products-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(40px, 6vw, 90px);
}

.products-intro {
  position: relative;
  z-index: 5;
}

.products-intro h2 {
  color: #034D19;
  font-size: calc(var(--font-step-2) * 1.5);
}

.products-intro h2::after {
  content: "";
  display: block;
  width: 86px;
  height: 6px;
  margin-top: 28px;
  background: #b6417c;
  border-radius: 999px;
}

.products-text {
  color: #3f3a36;
  font-size: 1.15rem;
  line-height: 1.75;
}

/* Slider */
.products-slider-wrap {
  position: relative;
  z-index: 2;
  min-width: 0;
  overflow: hidden;
}
.products-slider-wrap .swiper-navigation-icon, .products-slider-wrap ::slotted(.swiper-navigation-icon) {
  width: 15px;
}

.products-swiper {
  overflow: visible;
  padding-left: 20px;
}

/* Produktkarte */
.product-card {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.product-card__image {
  position: relative;
  border-radius: 28px;
}
@media only screen and (min-width: 50rem) {
  .product-card__image {
    aspect-ratio: 10/12;
  }
}

.product-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 0.8s ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.1);
}

.product-card:hover .product-card__image::after {
  opacity: 1;
}

.product-card__title {
  position: absolute;
  left: 1rem;
  bottom: 1.5rem;
  right: auto;
  z-index: 2;
  margin: 0;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 20px;
  color: #034D19;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  max-width: 90%;
  transform: translateY(10px);
  transition: transform 0.3s ease, background 0.3s ease;
}
@media only screen and (min-width: 50rem) {
  .product-card__title {
    font-size: 1.25rem;
  }
}

.product-card:hover .product-card__title {
  background: #fff;
  transform: translateY(0);
}

.product-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b6417c;
  font-size: 1.3rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

.product-card:hover .product-card__arrow {
  transform: translateX(6px);
}

/* Navigation */
.products-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 42px;
  padding-left: 20px;
}

.products-nav {
  display: flex;
  gap: 14px;
}

.products-button-prev,
.products-button-next {
  position: static;
  width: 50px;
  height: 50px;
  margin: 0;
  background: #b6417c;
  color: #fff;
  border-radius: 20px;
  transition: background 0.25s ease, transform 0.25s ease;
}

.products-button-prev:hover,
.products-button-next:hover {
  background: #cb5b93;
  transform: translateY(-2px);
}

.products-button-prev::after,
.products-button-next::after {
  font-size: 20px;
  font-weight: 700;
}

/* Pagination */
.products-pagination {
  position: static;
  width: auto !important;
}

.products-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background: rgba(3, 77, 25, 0.25);
  opacity: 1;
}

.products-pagination .swiper-pagination-bullet-active {
  width: 28px;
  background: #b6417c;
  border-radius: 999px;
}

/* Tablet */
@media (max-width: 1023px) {
  .products-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .products-intro {
    max-width: 700px;
  }
  .products-slider-wrap {
    padding-right: 0;
  }
  .products-swiper {
    padding-left: 0;
  }
  .products-controls {
    padding-left: 0;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .products-section {
    margin: 0rem auto;
    padding: 64px 0;
    border-radius: 24px;
  }
  .products-swiper .swiper-slide {
    width: 82vw;
  }
  .products-controls {
    flex-direction: column;
    align-items: flex-start;
  }
  .products-button-prev,
  .products-button-next {
    width: 56px;
    height: 56px;
  }
}
.masonry {
  padding: var(--spacer-xs) 0 var(--spacer-lg);
  margin: 2rem 0;
  display: block;
  position: relative;
}

.masonry-item {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-decoration: none;
  color: #000;
  overflow: hidden;
}
@media only screen and (min-width: 820px) {
  .masonry-item {
    width: 48%;
  }
}
@media only screen and (min-width: 1300px) {
  .masonry-item {
    width: 32%;
  }
}

.masonry-sizer {
  width: 100%;
}
@media only screen and (min-width: 820px) {
  .masonry-sizer {
    width: 48%;
  }
}
@media only screen and (min-width: 1300px) {
  .masonry-sizer {
    width: 32%;
  }
}

.gutter-sizer {
  width: 0%;
}
@media only screen and (min-width: 820px) {
  .gutter-sizer {
    width: 2%;
  }
}

video {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media only screen and (min-width: 1500px) {
  video {
    height: 720px;
  }
}

.accordion__arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #253a98;
  border-bottom: 2px solid #253a98;
  position: absolute;
  right: 1rem;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.accordion__trigger[aria-expanded=true] .accordion__arrow {
  transform: rotate(-135deg);
}

.social-fixed {
  position: absolute;
  top: 5rem;
  right: 0.5rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (min-width: 50rem) {
  .social-fixed {
    position: fixed;
    top: 50%;
    right: 0.25rem;
    gap: 18px;
    transform: translateY(-50%);
  }
}

.social-fixed a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #034D19;
  border-radius: 50%;
  transition: transform 0.3s ease, background 0.3s ease;
}

.social-fixed svg {
  width: 34px;
  height: 34px;
}

.social-fixed a:hover {
  transform: scale(1.1);
  background: #023712;
}

/* Bilder */
picture,
img {
  display: block;
}

/* Buttons */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
  padding: 0.5rem 1.5rem 0.75rem;
  border: none;
  border-radius: 40px;
  background: #b6417c;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-width: 50rem) {
  .btn {
    font-size: 1rem;
  }
}
.btn:hover, .btn:focus {
  background: #cb5b93;
  color: #fff;
  transform: translateY(-2px);
}
.btn:hover::before, .btn:focus::before {
  transform: translateX(120%);
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn:hover::after {
  transform: translateX(5px);
}

.member-button:hover svg, .member-button:focus-visible svg {
  transform: rotate(-29deg) scale(1.08);
}
@media only screen and (min-width: 50rem) {
  .member-button:hover svg, .member-button:focus-visible svg {
    transform: scale(1.08);
  }
}
.member-button svg {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 100px;
  height: 100px;
  transform: rotate(-29deg);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
}
@media only screen and (min-width: 50rem) {
  .member-button svg {
    left: auto;
    right: 0.5rem;
    width: 140px;
    height: 140px;
    transform: rotate(0);
  }
}

.btn-reset-style {
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  appearance: none;
  overflow: visible;
  cursor: pointer;
}

.ics-export .btn-reset-style {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  opacity: 0.4;
  transition: all 0.8s;
}
@media only screen and (min-width: 50rem) {
  .ics-export .btn-reset-style {
    top: 2.5rem;
  }
}
.ics-export .btn-reset-style:hover {
  opacity: 0.6;
}

/* Videos */
.video {
  padding: var(--spacer-lg) 0;
}
.video video {
  width: 100%;
  height: auto;
}
.video iframe {
  display: block;
  width: 100%;
  max-width: 1200px;
  min-height: 260px;
  margin: 0 auto;
}

.ytp-cued-thumbnail-overlay-image {
  background-size: contain !important;
}

video {
  max-width: 100%;
}

/* YouTube Datenschutz */
.youtube-privacy-wrapper {
  min-height: 420px;
}

.youtube-privacy-overlay {
  display: block;
  padding: 2rem;
  background: #f4f6f9;
  text-align: center;
  font-size: 12px;
}
@media only screen and (min-width: 50rem) {
  .youtube-privacy-overlay {
    font-size: 16px;
  }
}
.youtube-privacy-overlay__title {
  font-size: 16px;
  font-weight: 500 !important;
}
@media only screen and (min-width: 50rem) {
  .youtube-privacy-overlay__title {
    margin-top: 2rem;
    font-size: 20px;
  }
}
.youtube-privacy-overlay__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  margin: 1rem auto 0;
  padding: 0.75rem 1rem;
  background: #034D19;
  color: #FFF;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.4s;
}
.youtube-privacy-overlay__button:hover, .youtube-privacy-overlay__button:focus {
  background: #057e29;
}

/* Bilder */
img {
  width: 100%;
  height: auto;
}

/* Screenreader */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Cookie Consent Manager */
.cmnstr a {
  text-decoration: underline !important;
}

.cmnstr-options {
  display: block;
}
@media only screen and (min-width: 50rem) {
  .cmnstr-options {
    display: flex;
  }
}

.cmnstr-body {
  line-height: 1.5 !important;
}

.cmnstr-button {
  font-size: 16px !important;
}

.cmnstr-button.highlight {
  background-color: #253A98 !important;
  border-color: #253A98 !important;
}

.cmnstr-button.highlight:hover,
.cmnstr-button.highlight:focus {
  background-color: #3e55bb !important;
  border-color: #3e55bb !important;
}

.cmnstr-tabs-nav li a {
  color: #000 !important;
}

.cmnstr-inner {
  max-width: 1200px !important;
  padding: 0.5rem !important;
  font-size: 12px !important;
}
@media only screen and (min-width: 50rem) {
  .cmnstr-inner {
    font-size: 16px !important;
  }
}

.cmnstr-options li label {
  font-size: 14px !important;
}
@media only screen and (min-width: 50rem) {
  .cmnstr-options li label {
    font-size: 16px !important;
  }
}

/* Animationen */
.animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:root {
  --contrast: var(--contrast-less);
  --contrast-less: var(--contrast,);
  --contrast-more: var(--contrast,);
}

@media (prefers-contrast: more) {
  :root {
    --contrast: var(--contrast-more);
  }
}
@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    transition: none !important;
    animation: none !important;
  }
}
:root[data-contrast=less] {
  --contrast: var(--contrast-less);
}

:root[data-contrast=more] {
  --contrast: var(--contrast-more);
}

/* Example CSS file */