/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
:root {
  --fz-html: 62.5%;
  --fz-base: 2.2rem;
  --fw-base: 400;
  --lh-base: 1.364;
  --ff-base: "KareliaWeb", Helvetica, Arial, sans-serif;
  --c-base: #1E1E1E;
  --c-black: #000;
  --c-white: #fff;
  --c-green: #00FF00;
  --c-gray: #F2F2F2;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.main{
  flex: 1 0 auto; 
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=button],
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, input:-webkit-autofill {
  box-shadow: none !important;
  background-color: transparent !important;
  -webkit-background-clip: text;
}
input::placeholder {
  opacity: 1 !important;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}
textarea {
  border-radius: 0;
}
@font-face {
  font-family: "KareliaWeb";
  src: url("/fonts/KareliaWeb-Bold.woff2") format("woff2"), url("fonts/KareliaWeb-Bold.woff") format("woff"), url("fonts/KareliaWeb-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KareliaWeb";
  src: url("fonts/KareliaWeb-Regular.woff2") format("woff2"), url("fonts/KareliaWeb-Regular.woff") format("woff"), url("fonts/KareliaWeb-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KareliaWeb";
  src: url("fonts/KareliaWeb-Medium.woff2") format("woff2"), url("fonts/KareliaWeb-Medium.woff") format("woff"), url("fonts/KareliaWeb-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: var(--fz-html);
}
body {
  min-width: 320px;
  font-family: var(--ff-base);
  font-weight: var(--fw-base);
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  color: var(--c-base);
  background-color: var(--c-white);
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
a {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) {
  a:where(:hover, :focus-visible) {
    text-decoration: none;
  }
}
a[href^=tel] {
  text-decoration: none;
}
.level-1, h1, .level-2, h2, .level-3, h3, .level-4, .nav, h4, .level-5, h5, .level-6, h6, .section_h3_h1_title h1 {
  font-weight: 500;
  margin-bottom: calc(var(--lh-base) * 0.5em);
}
.level-1, h1,
.level-2, h2 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.167;
}
.level-3, h3 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.357;
  margin-bottom: 1.3em;
}

.section_h3_h1_title h1 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.357;
  margin-bottom: 1.3em;
}

.level-4, .nav, h4 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.36;
}

.nav{
  line-height: 1.335;
}

.level-6, h6 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33;
}
.small-copy, .list-links, .footer .footer__aside {
  font-size: 1.8rem;
  line-height: 1.33;
}
@media (max-width: 1199px) {
  body {
    font-size: 1.8rem;
  }
  .level-1, h1,
  .level-2, h2 {
    font-size: 3.2rem;
  }
  .level-3, h3 {
    font-size: 2.4rem;
  }
  .section_h3_h1_title h1 {
    font-size: 3.2rem;
  }
  .level-4, .nav, h4 {
    font-size: 1.8rem;
  }
  .level-6, h6 {
    font-size: 1.6rem;
  }
  .small-copy, .list-links, .footer .footer__aside {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.8rem;
    line-height: 1.33;
  }
  .level-1, h1,
  .level-2, h2 {
    font-size: 2.7rem;
    line-height: 1.26;
  }
  .small-copy, .list-links, .footer .footer__aside {
    font-size: 1.8rem;
  }
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: calc(var(--lh-base) * 1.2em);
}
@media (max-width: 1023px) {
  p,
  ul,
  ol,
  dl,
  hr,
  table,
  blockquote {
    margin-bottom: calc(var(--lh-base) * 0.8em);
  }
}
.level-1,
.level-2,
.level-3,
.level-4,
.nav,
.level-5,
.level-6,
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
sup {
  font-size: 60%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[hidden],
.hidden {
  display: none !important;
}
[disabled],
.disabled {
  cursor: default;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
.nav ul a, .list-alphabet ul a {
  text-decoration: none;
  border: 2px solid transparent;
  transition: border-color 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer .nav ul a, .footer .list-links a{
  border:none;
  text-decoration: none;
}

.nav ul a{
  padding-bottom: 0.6rem;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  padding-top: 0.4rem;
  box-sizing: border-box;
}

@media (min-width: 1023.02px) {
  .nav ul a:hover, .list-links a:hover, .list-alphabet ul a:hover {
    text-decoration: none;
    border: 2px solid var(--c-green);
  }

  .footer .nav ul a:hover, .footer .list-links a:hover{
    border: none;
    color: var(--c-green);
  }
}
@media (max-width: 1023px) {
  html:has(.is-menu-visible),
  html:has(.is-menu-visible) body {
    overflow: clip;
  }

  @media (max-width: 1023px) {
  html:has(.is-footer-menu-visible),
  html:has(.is-footer-menu-visible) body {
    overflow: clip;
  }
}
}
/* ------------------------------------------------------------ *\
    Accordion
\* ------------------------------------------------------------ */
.accordion {
  --padding-x: 2rem;
}
@media (max-width: 767px) {
  .accordion {
    --padding-x:	1.5rem;
  }
}
.accordion .accordion__head {
  cursor: pointer;
  background-color: color-mix(in srgb, var(--c-green) 40%, transparent);
  position: relative;
  padding: 1.5rem 7rem 1.5rem var(--padding-x);
}
.accordion .accordion__head h4 {
  margin: 0;
}
.accordion .accordion__head i {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 6rem;
  background-color: var(--c-green);
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion .accordion__head i:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.228" height="18.474" viewBox="0 0 13.228 18.474"><path d="m7.314 0 5.913 7.759H7.98v10.712H5.246V7.759H-.001L5.912 0Z" data-name="Path 214" opacity=".8"/></svg>');
  scale: 1 -1;
  transition: scale 0.3s;
}
.accordion .accordion__body {
  padding: 1.1rem var(--padding-x) 1.9rem;
  background-color: color-mix(in srgb, var(--c-green) 15%, transparent);
  display: none;
}
.accordion .accordion__section:not(:last-child) {
  margin-bottom: 0.4rem;
}
.accordion .accordion__section.is-expanded .accordion__head i:after {
  scale: 1 1;
}
.btn {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  background-color: var(--c-green);
  border: 2px solid var(--c-green);
  color: var(--c-base);
  padding: 0.8rem 2.3rem;
  transition: background-color 0.3s;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (min-width: 1023.02px) {
  .btn:hover {
    background-color: color-mix(in srgb, var(--c-green) 20%, transparent);
  }
}
/* ------------------------------------------------------------ *\
    Divider
\* ------------------------------------------------------------ */
.divider {
  height: 1rem;
  background-color: currentColor;
}
/* ------------------------------------------------------------ *\
    Field
\* ------------------------------------------------------------ */
.field {
  display: block;
  border: none;
  outline: none;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 1.1rem 2.2rem 1.3rem;
  background-color: color-mix(in srgb, var(--c-green) 15%, transparent);
  width: 100%;
  transition: background-color 0.3s;
}
@media (max-width: 767px) {
  .field {
    font-size: 1.8rem;
    padding: 1.1rem 1.5rem 1.3rem;
  }
}
.field:is(textarea) {
  height: 26.4rem;
  resize: none;
}
@media (max-width: 767px) {
  .field:is(textarea) {
    height: 16rem;
  }
}
.field:focus {
  background-color: color-mix(in srgb, var(--c-green) 40%, transparent);
}
.field--error {
  background-color: color-mix(in srgb, #ff3333 15%, transparent);
}
.field--error:focus {
  background-color: color-mix(in srgb, #ff3333 40%, transparent);
}
/* ------------------------------------------------------------ *\
    Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: var(--c-base);
  color: var(--c-white);
  margin-top: auto;
}
.footer .footer__inner {
  padding: 5.8rem 0;
}
@media (max-width: 1199px) {
  .footer .footer__inner {
    padding: 3rem 0 2rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__inner {
    padding: 2.4rem 0 2rem;
  }
  .footer .footer-col--aside{
    padding-top: 3rem;
  }
}
.footer .footer__aside {
  padding-top: 0.2rem;
}
@media (max-width: 767px) {
  .footer .footer__aside {
    padding: 0;
  }
}
.footer .footer__aside p:not(:last-child) {
  margin-bottom: 2.4rem;
}


@media (max-width: 1023px) {
  .footer .footer__nav nav {
    display: none;
  }
  .is-footer-menu-visible .footer .footer__nav nav{
    display: block;
  }
}
.footer .footer__nav .nav ul {
  justify-content: flex-end;
}
@media (max-width: 1023px) {
.footer .footer__nav .nav ul {
  justify-content: center;
}
}

.footer .footer__foot {
  margin-top: 5.5rem;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .footer .footer__foot {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .footer .footer__foot {
    margin-top: 4.4rem;
    display: block;
  }
}
.footer .footer__foot .socials {
  margin-bottom: 0.6rem;
}
  .footer .footer__foot .schweizerholz {
      margin-bottom: 0.6rem;
      margin-left: 17rem;
      height: 3.8rem;
      width: 13rem;
  }

@media (max-width: 767px) {
  .footer .footer__foot .schweizerholz {
      margin-left: 0;
      margin-bottom: -4.4rem;
    margin-top: 2.6rem;
  }
}
.footer .footer__foot .list-links {
  margin-left: auto;
}
@media (max-width: 767px) {
  .footer .footer__foot .list-links {
    margin-top: 9.4rem;
    justify-content: flex-end;
  }
}

@media (min-width:767px){
  .footer .grid{ display:flex; flex-wrap:wrap; }
  .footer .footer-col--aside{ order:1; } /* links */
  .footer .footer-col--nav{   order:2; } /* rechts */
  .footer .footer-col--foot{  order:3; width:100%; } /* unten, volle Breite */
}

/* ------------------------------------------------------------ *\
    Form
\* ------------------------------------------------------------ */
.form .form__title:not(:last-child) {
  margin-bottom: 3.7rem;
}
.form .form__row:not(:last-child) {
  margin-bottom: 1.4rem;
}
.form .form__actions:not(:first-child) {
  margin-top: 1.4rem;
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
:root {
  --gutter-x: 2.2rem;
  --gutter-y: 2.2rem;
}
@media (max-width: 767px) {
  :root {
    --gutter-x: 1.6rem;
    --gutter-y: 1.6rem;
  }
}
.grid, .section-article .section__inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--gutter-y);
  margin: 0 calc(var(--gutter-x) * -0.5);
}
.grid > *, .section-article .section__inner > * {
  --col-size: 100%;
  --offset: 0rem;
  padding: 0 calc(var(--gutter-x) * 0.5);
  width: var(--col-size);
  margin-left: var(--offset);
}
.grid--center {
  align-items: center;
}
.grid--v-center {
  justify-content: center;
}
.grid--float {
  margin-bottom: calc(var(--gutter-y) * -1);
}
.grid--float .grid__col {
  float: left;
  padding-bottom: var(--gutter-y);
}
.grid--float:after {
  content: "";
  clear: both;
  display: table;
}
.grid__col--0of12 {
  --col-size: calc(100% / 12 * 0);
}
.offset-0of12 {
  --offset: calc(100% / 12 * 0);
}
.grid__col--1of12 {
  --col-size: calc(100% / 12 * 1);
}
.offset-1of12 {
  --offset: calc(100% / 12 * 1);
}
.grid__col--2of12 {
  --col-size: calc(100% / 12 * 2);
}
.offset-2of12 {
  --offset: calc(100% / 12 * 2);
}
.grid__col--3of12 {
  --col-size: calc(100% / 12 * 3);
}
.offset-3of12 {
  --offset: calc(100% / 12 * 3);
}
.grid__col--4of12 {
  --col-size: calc(100% / 12 * 4);
}
.offset-4of12 {
  --offset: calc(100% / 12 * 4);
}
.grid__col--5of12 {
  --col-size: calc(100% / 12 * 5);
}
.offset-5of12 {
  --offset: calc(100% / 12 * 5);
}
.grid__col--6of12 {
  --col-size: calc(100% / 12 * 6);
}
.offset-6of12 {
  --offset: calc(100% / 12 * 6);
}
.grid__col--7of12 {
  --col-size: calc(100% / 12 * 7);
}
.offset-7of12 {
  --offset: calc(100% / 12 * 7);
}
.grid__col--8of12 {
  --col-size: calc(100% / 12 * 8);
}
.offset-8of12 {
  --offset: calc(100% / 12 * 8);
}
.grid__col--9of12 {
  --col-size: calc(100% / 12 * 9);
}
.offset-9of12 {
  --offset: calc(100% / 12 * 9);
}
.grid__col--10of12 {
  --col-size: calc(100% / 12 * 10);
}
.offset-10of12 {
  --offset: calc(100% / 12 * 10);
}
.grid__col--11of12 {
  --col-size: calc(100% / 12 * 11);
}
.offset-11of12 {
  --offset: calc(100% / 12 * 11);
}
.grid__col--12of12 {
  --col-size: calc(100% / 12 * 12);
}
.offset-12of12 {
  --offset: calc(100% / 12 * 12);
}
@media (max-width: 1023px) {
  .grid--disable-tablet > * {
    --col-size: 100%;
    --offset: 0rem;
  }
  .grid__col--tablet-0of12 {
    --col-size: calc(100% / 12 * 0);
  }
  .offset-tablet-0of12 {
    --offset: calc(100% / 12 * 0);
  }
  .grid__col--tablet-1of12 {
    --col-size: calc(100% / 12 * 1);
  }
  .offset-tablet-1of12 {
    --offset: calc(100% / 12 * 1);
  }
  .grid__col--tablet-2of12 {
    --col-size: calc(100% / 12 * 2);
  }
  .offset-tablet-2of12 {
    --offset: calc(100% / 12 * 2);
  }
  .grid__col--tablet-3of12 {
    --col-size: calc(100% / 12 * 3);
  }
  .offset-tablet-3of12 {
    --offset: calc(100% / 12 * 3);
  }
  .grid__col--tablet-4of12 {
    --col-size: calc(100% / 12 * 4);
  }
  .offset-tablet-4of12 {
    --offset: calc(100% / 12 * 4);
  }
  .grid__col--tablet-5of12 {
    --col-size: calc(100% / 12 * 5);
  }
  .offset-tablet-5of12 {
    --offset: calc(100% / 12 * 5);
  }
  .grid__col--tablet-6of12 {
    --col-size: calc(100% / 12 * 6);
  }
  .offset-tablet-6of12 {
    --offset: calc(100% / 12 * 6);
  }
  .grid__col--tablet-7of12 {
    --col-size: calc(100% / 12 * 7);
  }
  .offset-tablet-7of12 {
    --offset: calc(100% / 12 * 7);
  }
  .grid__col--tablet-8of12 {
    --col-size: calc(100% / 12 * 8);
  }
  .offset-tablet-8of12 {
    --offset: calc(100% / 12 * 8);
  }
  .grid__col--tablet-9of12 {
    --col-size: calc(100% / 12 * 9);
  }
  .offset-tablet-9of12 {
    --offset: calc(100% / 12 * 9);
  }
  .grid__col--tablet-10of12 {
    --col-size: calc(100% / 12 * 10);
  }
  .offset-tablet-10of12 {
    --offset: calc(100% / 12 * 10);
  }
  .grid__col--tablet-11of12 {
    --col-size: calc(100% / 12 * 11);
  }
  .offset-tablet-11of12 {
    --offset: calc(100% / 12 * 11);
  }
  .grid__col--tablet-12of12 {
    --col-size: calc(100% / 12 * 12);
  }
  .offset-tablet-12of12 {
    --offset: calc(100% / 12 * 12);
  }
}
@media (max-width: 767px) {
  .grid__col--mobile-0of12 {
    width: calc(8.3333333333% * 0);
  }
  .offset-0of3 {
    margin-left: calc(8.3333333333% * 0);
  }
  .grid__col--mobile-1of12 {
    width: calc(8.3333333333% * 1);
  }
  .offset-1of3 {
    margin-left: calc(8.3333333333% * 1);
  }
  .grid__col--mobile-2of12 {
    width: calc(8.3333333333% * 2);
  }
  .offset-2of3 {
    margin-left: calc(8.3333333333% * 2);
  }
  .grid__col--mobile-3of12 {
    width: calc(8.3333333333% * 3);
  }
  .offset-3of3 {
    margin-left: calc(8.3333333333% * 3);
  }
  .grid__col--mobile-4of12 {
    width: calc(8.3333333333% * 4);
  }
  .offset-4of3 {
    margin-left: calc(8.3333333333% * 4);
  }
  .grid__col--mobile-5of12 {
    width: calc(8.3333333333% * 5);
  }
  .offset-5of3 {
    margin-left: calc(8.3333333333% * 5);
  }
  .grid__col--mobile-6of12 {
    width: calc(8.3333333333% * 6);
  }
  .offset-6of3 {
    margin-left: calc(8.3333333333% * 6);
  }
  .grid__col--mobile-7of12 {
    width: calc(8.3333333333% * 7);
  }
  .offset-7of3 {
    margin-left: calc(8.3333333333% * 7);
  }
  .grid__col--mobile-8of12 {
    width: calc(8.3333333333% * 8);
  }
  .offset-8of3 {
    margin-left: calc(8.3333333333% * 8);
  }
  .grid__col--mobile-9of12 {
    width: calc(8.3333333333% * 9);
  }
  .offset-9of3 {
    margin-left: calc(8.3333333333% * 9);
  }
  .grid__col--mobile-10of12 {
    width: calc(8.3333333333% * 10);
  }
  .offset-10of3 {
    margin-left: calc(8.3333333333% * 10);
  }
  .grid__col--mobile-11of12 {
    width: calc(8.3333333333% * 11);
  }
  .offset-11of3 {
    margin-left: calc(8.3333333333% * 11);
  }
  .grid__col--mobile-12of12 {
    width: calc(8.3333333333% * 12);
  }
  .offset-12of3 {
    margin-left: calc(8.3333333333% * 12);
  }
  .grid--disable-mobile > * {
    --col-size: 100%;
    --offset: 0rem;
  }
  :root {
    --header-h: 130px;   /* Fallback – wird per JS überschrieben */
  }

}
/* ------------------------------------------------------------ *\
    Header
\* ------------------------------------------------------------ */
.header {
  position: sticky;
  z-index: 13;
  top: 0;
  left: 0;
  padding: 2.7rem 0;
  box-shadow: 0 1rem 2.5rem 0 rgba(0, 0, 0, 0.18);
  background-color: var(--c-white);
}
@media (max-width: 1199px) {
  .header {
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 1.5rem 0 2.3rem;
  }
}
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .header__inner .logo {
    max-width: 16rem;
  }
}
@media (max-width: 1199px) {
  .header .header__inner .logo {
    max-width: 12rem;
  }
}
@media (max-width: 767px) {
  .header .header__inner .logo {
    max-width: 16.5rem;
  }
}
@media (max-width: 1023px) {
  .header .header__inner .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100vh - 100%);
    background-color: var(--c-green);
    color: var(--c-black);
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .header .header__inner .nav > ul ,  .footer .nav > ul{
    padding: 0;
    min-height: 100%;
    justify-content: flex-start;
    padding-top:20px;
  }
  .footer .nav {
    position: fixed;        /* volle Viewport-Überlagerung */
    inset: 0;               /* top:0; right:0; bottom:0; left:0 */
    top: 88px;
    width: 100%;
    height: 100svh;
    background-color: var(--c-green);
    color: var(--c-black);
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    z-index: 9999;         /* über allem */
  }
}
.is-menu-visible .header .nav {
  opacity: 1;
  pointer-events: auto;
}

.is-footer-menu-visible .footer .nav {
  opacity: 1;
  pointer-events: auto;
}
/* ------------------------------------------------------------ *\
    List Alphabet
\* ------------------------------------------------------------ */
.list-alphabet {
  list-style-type: none;
}
.list-alphabet h4:not(:last-child) {
  margin-bottom: 0.9rem;
}
.list-alphabet li:not(:last-child) {
  margin-bottom: 5.1rem;
}
@media (max-width: 1023px) {
  .list-alphabet li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.list-alphabet ul {
  list-style-type: none;
}
.list-alphabet ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.list-alphabet ul a {
  text-decoration-color: currentColor;
}
@media (min-width: 1023.02px) {
  .list-alphabet ul a:hover {
    text-decoration-color: transparent;
  }
}
/* ------------------------------------------------------------ *\
    List Filters
\* ------------------------------------------------------------ */
.list-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  list-style-type: none;
  font-size: 1.8rem;
}
.list-filters a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  list-style: none;
  background-color: var(--c-gray);
  padding-left: 0.8rem;
  transition: background-color 0.3s;
}
.list-filters a i {
  font-style: normal;
  width: 3.3rem;
  aspect-ratio: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c-green);
}
.list-filters a i svg {
  scale: 1;
  transition: scale 0.3s;
}
@media (min-width: 1023.02px) {
  .list-filters a:hover {
    background-color: color-mix(in srgb, var(--c-green) 20%, transparent);
  }
}
.list-filters .is-active a {
  background-color: color-mix(in srgb, var(--c-green) 60%, transparent);
}
.list-filters .is-active a i svg {
  scale: 1 -1;
}
/* ------------------------------------------------------------ *\
    List Icon
\* ------------------------------------------------------------ */
.list-icon {
  text-align: center;
  display: flex;
  align-items: center;
  gap: var(--gutter-x);
  list-style-type: none;
}
@media (max-width: 767px) {
  .list-icon {
    justify-content: space-between;
  }
}
.list-icon figure {
  display: block;
}
.list-icon figure img:not(:last-child) {
  margin-bottom: 0.5rem;
}

.list-icon figure img{
  max-width: 100px;
}
/* ------------------------------------------------------------ *\
    List Links
\* ------------------------------------------------------------ */
.list-links {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
/* ------------------------------------------------------------ *\
    Nav Trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  display: inline-block;
  width: 3.2rem;
  height: 1.1rem;
  color: var(--c-green);
}
@media (min-width: 1023.02px) {
  .nav-trigger {
    display: none !important;
  }
}
.nav-trigger:before, .nav-trigger:after {
  content: "";
  position: absolute;
  display: block;
  height: 0.3rem;
  width: 100%;
  background: currentcolor;
  transition: top 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
}
.nav-trigger:before {
  top: 0;
}
.nav-trigger:after {
  top: 100%;
  transform: translateY(-100%);
}
.is-menu-visible .nav-trigger:before, .is-menu-visible .nav-trigger:after, .is-footer-menu-visible .nav-trigger:after, .is-footer-menu-visible .nav-trigger:before {
  transition: background 0.2s, top 0.2s, opacity 0.2s, transform 0.2s 0.25s;
  top: 50%;
}
.is-menu-visible .nav-trigger:before, .is-footer-menu-visible .nav-trigger:before{
  transform: translateY(-50%) rotate(45deg);
}
.is-menu-visible .nav-trigger:after, .is-footer-menu-visible .nav-trigger:after {
  transform: translateY(-50%) rotate(-45deg);
}
/* ------------------------------------------------------------ *\
    Nav
\* ------------------------------------------------------------ */
.nav {
  letter-spacing: 0.02em;
}
@media (max-width: 1023px) {
  .nav {
    font-size: 4rem;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
.nav ul {
  display: flex;
  align-items: center;
  gap: 3.3rem;
}
@media (max-width: 1199px) {
  .nav ul {
    gap: 2.7rem;
  }
}
@media (max-width: 1023px) {
  .nav ul {
    flex-direction: column;
  }
}
.nav ul ul {
  font-size: 2.2rem;
  padding: 4.2rem 0 2rem;
  gap: 2.5rem;
}
@media (min-width: 1023.02px) {
  .nav ul ul {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
    Section Article Small
\* ------------------------------------------------------------ */
.section-article-small {
  --gutter-y: 11.5rem;
  margin: 13.6rem 0;
}
.section-article-small .grid, .section-article-small .section-article .section__inner, .section-article .section-article-small .section__inner {
  justify-content: center;
  align-items: center;
}
.section-article-small .section__media {
  text-align: center;
}
.section-article-small--reverse .grid, .section-article-small--reverse .section-article .section__inner, .section-article .section-article-small--reverse .section__inner {
  flex-direction: row-reverse;
}
/* ------------------------------------------------------------ *\
    Section Article
\* ------------------------------------------------------------ */
.section-article .section__title {
  margin-bottom: 1.7rem;
}
.section-article .section__content {
  --col-size: calc(100% / 12 * 6);
}
@media (max-width: 767px) {
  .section-article .section__content {
    --col-size: 100%;
  }
}
.section-article .section__content .btn:not(:first-child) {
  margin-top: 3.4rem;
}
@media (max-width: 767px) {
  .section-article .section__content .btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .section-article .section__content .btn:not(:first-child) {
    margin-top: 6.3rem;
  }
}
.section-article .section__content .accordion:not(:last-child) {
  margin-bottom: 9.5rem;
}
@media (max-width: 1023px) {
  .section-article .section__content .accordion:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.section-article .section__content ul:not([class]) {
  list-style-type: none;
}
.section-article .section__content h3 span {
  font-weight: 400;
}
.section-article .section__content .list-alphabet:not(:first-child) {
  margin-top: 5.8rem;
}
@media (max-width: 1023px) {
  .section-article .section__content .list-alphabet:not(:first-child) {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .section-article .section__content .list-icon:not(:first-child) {
    margin-top: 3.1rem;
  }
}
.section-article .section__media {
  --col-size: calc(100% / 12 * 6);
}
@media (max-width: 767px) {
  .section-article .section__media {
    --col-size: 100%;
    margin-top: 2.7rem;
    text-align: center;
  }
}
.section-article .section__media .btn:not(:first-child) {
  margin-top: 3.8rem;
}
.section-article .section__foot {
  --col-size: calc(100% / 12 * 6);
  margin-top: 3rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 1023px) {
  .section-article .section__foot {
    --col-size: calc(100% / 12 * 10);
  }
}
@media (max-width: 767px) {
  .section-article .section__foot {
    --col-size: 100%;
    margin-top: 3.9rem;
  }
}
.section-article--content-center .section__content {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .section-article--content-center .section__content {
    --col-size: calc(100% / 12 * 10);
  }
}
@media (max-width: 767px) {
  .section-article--content-center .section__content {
    --col-size: 100%;
  }
}
.section-article--content-center .section__content .btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
}
.section-article--content-center .section__content .btn:not(:first-child) {
  margin-top: 6.1rem;
}
@media (max-width: 1023px) {
  .section-article--content-center .section__content .btn:not(:first-child) {
    margin-top: 4rem;
  }
}
.section-article--small .section__inner {
  justify-content: center;
  align-items: center;
}
.section-article--small .section__media {
  --col-size: calc(100% / 12 * 4);
  padding: 0;
  text-align: center;
}

img.icon{
  width: 75%;
}
@media (max-width: 767px) {
  img.icon{
    width: 40%;
  }
}

@media (max-width: 1023px) {
  .section-article--small .section__media {
    --col-size: calc(100% / 12 * 3);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .section-article--small .section__media {
    --col-size: 100%;
  }
}
@media (max-width: 1023px) {
  .section-article--small .section__content {
    --col-size: calc(100% / 12 * 8);
  }
}
@media (max-width: 767px) {
  .section-article--small .section__content {
    --col-size: 100%;
  }
}
.section-article--small .section__foot {
  margin-top: 9.3rem;
}
.section-article--xs .section__inner {
  justify-content: center;
}
.section-article--xs .section__content {
  --col-size: calc(100% / 12 * 4);
  margin-top: -0.7rem;
}
@media (max-width: 1023px) {
  .section-article--xs .section__content {
    --col-size: calc(100% / 12 * 5);
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .section-article--xs .section__content {
    --col-size: 100%;
  }
}
.section-article--xs .section__media {
  --col-size: calc(100% / 12 * 4);
  text-align: center;
}
@media (max-width: 1023px) {
  .section-article--xs .section__media {
    --col-size: calc(100% / 12 * 5);
  }
}
@media (max-width: 767px) {
  .section-article--xs .section__media {
    --col-size: 100%;
  }
}
.section-article--reverse .section__inner {
  flex-direction: row-reverse;
}
.section-article--wide-media .section__media {
  --col-size: calc(100% / 12 * 8);
}
@media (max-width: 1023px) {
  .section-article--wide-media .section__media {
    --col-size: calc(100% / 12 * 7);
  }
}
@media (max-width: 767px) {
  .section-article--wide-media .section__media {
    --col-size: 100%;
  }
}
.section-article--wide-media .section__content {
  --col-size: calc(100% / 12 * 4);
}
@media (max-width: 1023px) {
  .section-article--wide-media .section__content {
    --col-size: calc(100% / 12 * 5);
  }
}
@media (max-width: 767px) {
  .section-article--wide-media .section__content {
    --col-size: 100%;
  }
}
.section-article--ver {
  --gutter-y: 8rem;
}
@media (max-width: 767px) {
  .section-article--ver {
    --gutter-y: 4rem;
  }
}
.section-article--ver .section__inner {
  flex-direction: column-reverse;
}
.section-article--ver .section__media {
  --col-size: calc(100% / 12 * 7);
}
@media (max-width: 767px) {
  .section-article--ver .section__media {
    --col-size: calc(100% / 12 * 11);
  }
}
.section-article--ver .section__content {
  --col-size: calc(100% / 12 * 8);
}
@media (max-width: 767px) {
  .section-article--ver .section__content {
    --col-size: calc(100% / 12 * 11);
  }
}
.section-article--ver .section__content {
  margin-left: auto;
}
.section-article--ver.section-article--reverse .section__media {
  --col-size: calc(100% / 12 * 8);
  margin-left: auto;
}
@media (max-width: 767px) {
  .section-article--ver.section-article--reverse .section__media {
    --col-size: calc(100% / 12 * 11);
  }
}
.section-article--ver.section-article--reverse .section__content {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 1199.02px) {
  .section-article--text-space-2 h3:not(:last-child) {
    margin-bottom: 6.6rem;
  }
}
.section-article--text-space-2 strong {
  font-weight: 500;
}
.section-article--text-space-2 p:not(:last-child) {
  margin-bottom: 1.35em;
}

/* ------------------------------------------------------------ *\
    Section Bild Full
\* ------------------------------------------------------------ */
.section--bild-full .section__media.bild-full {
  position: relative;
  overflow: hidden;
}

/* gibt die Höhe vor, die das Bild in "Zentral" hätte */
.bild-full__sizer {
  width: min(100%, calc(var(--img-w) * 1px));
  aspect-ratio: var(--img-w) / var(--img-h);
  margin-inline: auto;
}

.bild-full__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;          /* hebelt das globale img { max-width: 100% } aus */
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ------------------------------------------------------------ *\
    Section Contacts
\* ------------------------------------------------------------ */
.section-contacts .section__aside .section__content:not(:last-child) {
  margin-bottom: 6.3rem;
}
@media (max-width: 767px) {
  .section-contacts .section__aside .section__content:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.section-contacts .section__aside .section__content p:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .section-contacts .section__aside .section__content p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
/* ------------------------------------------------------------ *\
    Section Featured
\* ------------------------------------------------------------ */
.section-featured {
  background-color: var(--c-green);
}
.section-featured .grid, .section-featured .section-article .section__inner, .section-article .section-featured .section__inner {
  justify-content: center;
}
.section-featured .section__content {
  padding: 5.2rem 0 6.2rem;
}
@media (max-width: 767px) {
  .section-featured .section__content {
    padding: 3.5rem 0.5rem 5.4rem;
  }
}
.section-featured:after {
  content: "";
  display: block;
  aspect-ratio: 1642/83;
  position: relative;
  background-image: url("images/decor.svg");
  background-size: 150px;
  background-position: center;
  background-repeat: repeat-x;
  background-color: var(--c-white);
}

@media (max-width: 1022px){
  .section-featured:after {
    background-size: 120px;
  }
}

@media (max-width: 767px) {
  .section-featured:after {
    aspect-ratio: 430/58;
  }
}
/* ------------------------------------------------------------ *\
    Section Media
\* ------------------------------------------------------------ */
.section .section__media {
  text-align: center;
}
.section--isotope .section__head {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .section--isotope .section__head {
    margin-bottom: 2rem;
  }
}

/* Responsive Video-Wrapper (16:9) */
.ratio { position: relative; height: 0; padding-top: 56.25%; }
.ratio iframe, .ratio video, .ratio embed, .ratio object {
  position: absolute; inset: 0; width: 100%; height: 100%;
}

/* Bühne und Sektions-Abstände neutralisieren */
.section--media {
  --space-top: 0px;
  --space-bottom: 0px;
  scroll-margin-top: var(--header-h);
  scroll-snap-align: start;
}

.section--media .section__media {
  min-height: 0;
  display: block;
}


.section--media .ratio--16x9 {
  width: min(100%, calc((100svh - var(--header-h)) * 16 / 9));
  height: auto;
  padding-top: 0;
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  background: var(--c-white);
}


.shell {
  --shell-max-width: 144rem;
  --shell-gutter: 2.2rem;
  max-width: calc(var(--shell-max-width) + var(--shell-gutter) * 2);
  padding-inline: var(--shell-gutter);
  margin-inline: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .shell {
    --shell-gutter: 2.5rem;
  }
}
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
    Slick Arrow
\* ------------------------------------------------------------ */
.slick-arrow {
  aspect-ratio: 1;
  background-color: var(--c-green);
  width: 3.3rem;
  transform: translateY(-50%);
  border: none;
  outline: none;
  font-size: 0;
  background-size: 9.5px auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.3s;
}
.slick-arrow.slick-prev {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9.501" height="6.803" viewBox="0 0 9.501 6.803"><path id="Path_215" data-name="Path 215" d="M16.144,20.088,13.1,16.1h2.7V10.587h1.406V16.1h2.7l-3.041,3.99Z" transform="translate(20.088 -13.104) rotate(90)"/></svg>');
}
.slick-arrow.slick-next {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9.501" height="6.803" viewBox="0 0 9.501 6.803"><path id="Path_214" data-name="Path 214" d="M16.144,20.088,13.1,16.1h2.7V10.587h1.406V16.1h2.7l-3.041,3.99Z" transform="translate(-10.587 19.906) rotate(-90)"/></svg>');
}
@media (min-width: 1023.02px) {
  .slick-arrow:hover {
    background-color: color-mix(in srgb, var(--c-green) 40%, transparent);
  }
}
/* ------------------------------------------------------------ *\
    Slider
\* ------------------------------------------------------------ */
.slider {
  --arrow-pos-x: 1.8rem;
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
}
.slider .slick-arrow.slick-prev {
  left: var(--arrow-pos-x);
}
.slider .slick-arrow.slick-next {
  left: auto;
  right: var(--arrow-pos-x);
}
/* ------------------------------------------------------------ *\
    Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.socials a {
  transition: opacity 0.3s;
}
@media (min-width: 1023.02px) {
  .socials a:hover {
    opacity: 0.6;
  }
}
/* ------------------------------------------------------------ *\
    Spacing
\* ------------------------------------------------------------ */
:root {
  --size-s: 4rem;
  --size-m: 5rem;
  --size-l: 7rem;
  --size-xl: 12rem;
  --size-xxl: 14rem;
}
@media (max-width: 1199px) {
  :root {
    --size-l: 5rem;
    --size-xl: 10rem;
    --size-xxl: 12rem;
  }
}
@media (max-width: 1023px) {
  :root {
    --size-xl: 8rem;
    --size-xxl: 10rem;
  }
}
@media (max-width: 767px) {
  :root {
    --size-s: 1.5rem;
    --size-m: 2rem;
    --size-l: 5rem;
    --size-xl: 5rem;
    --size-xxl: 7rem;
  }
}
.spacing {
  padding-top: var(--space-top, 0px);
  padding-bottom: var(--space-bottom, 0px);
}
.spacing--top-s {
  --space-top: var(--size-s);
}
abstand-mittel {
  --space-top: var(--size-m);
}
.spacing--top-l {
  --space-top: var(--size-l);
}
.spacing--top-xl {
  --space-top: var(--size-xl);
}
.spacing--top-xxl {
  --space-top: var(--size-xxl);
}
.abstand-klein {
  --space-bottom: var(--size-s);
}
.divider.abstand-klein {
  margin-bottom: var(--size-s);
}
.abstand-mittel {
  --space-bottom: var(--size-m);
}
.divider.abstand-mittel{
  margin-bottom: var(--size-m);
}
.spacing--bottom-l {
  --space-bottom: var(--size-l);
}
.abstand-gross {
  --space-bottom: var(--size-xxl);
}
.divider.abstand-gross {
  margin-bottom:  var(--size-xxl);
}

.spacing--bottom-xxl {
  --space-bottom: var(--size-xxl);
}
/* ------------------------------------------------------------ *\
    Widget Block
\* ------------------------------------------------------------ */
.widget-block {
  border: 5px solid var(--c-green);
  padding: 1.7rem 2.4rem 3.4rem;
}
@media (max-width: 1023px) {
  .widget-block {
    padding: 1.5rem 1.5rem 2rem;
  }
}
@media (max-width: 767px) {
  .widget-block {
    padding: 1.1rem 1.5rem 3rem;
  }
}
.widget-block h4 {
  margin-bottom: 0em;
}
.widget-block p:not(:last-child) {
  margin-bottom: 2.7rem;
}
.widget-block .btn {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* ------------------------------------------------------------ *\
    Widget Drawings
\* ------------------------------------------------------------ */
.widget-drawings {
  position: relative;
  border: 1px solid var(--c-green);
  font-size: 1.8rem;
  line-height: 1.33;
}
.widget-drawings .widget__media {
  text-align: center;
}
.widget-drawings .widget__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden auto;
  padding: 2rem 2.1rem;
  background-color: var(--c-green);
  color: var(--c-base);
  opacity: 0;
  transition: opacity 0.3s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .widget-drawings .widget__content {
    padding: 1.4rem 1.6rem;
  }
}
.widget-drawings .widget__content ul {
  list-style-type: none;
}
.widget-drawings .widget__content ul li:not(:last-child) {
  margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .widget-drawings .widget__content ul li:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 1023.02px) {
  .widget-drawings:hover .widget__content {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .widget-drawings.is-content-visible .widget__content {
    opacity: 1;
  }
}
/* ------------------------------------------------------------ *\
    Isotope
\* ------------------------------------------------------------ */
.widget-isotope .widget__head:not(:last-child) {
  margin-bottom: 5rem;
}
.wrapper {
  position: relative;
  min-height: 100svh;
  overflow: clip;
  display: flex;        
  flex-direction: column;  
}



/* Contact Form 7: Rahmen & Hintergründe der Meldungen entfernen */
.wpcf7 .wpcf7-response-output,
.wpcf7 form.invalid  .wpcf7-response-output,
.wpcf7 form.sent     .wpcf7-response-output,
.wpcf7 form.spam     .wpcf7-response-output,
.wpcf7 form.failed   .wpcf7-response-output,
.wpcf7 form.aborted  .wpcf7-response-output {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 16px 0 0;      /* optional: Abstand nach oben */
  color: inherit;        /* oder gewünschte Farbe setzen */
}


/* Trigger bleibt relativ zum Footer positionierbar */
.footer__nav { position: relative; }
.footer__nav .js-nav-trigger-footer {
  position: absolute; right: 0; top: 0; z-index: 10001;
  display: none !important;
  /* hier dein Icon/Hintergrund */
}




@media (min-width: 1023.02px) {

  /* Parent-Listeneinträge positionieren */
  .nav > ul > li { position: relative; }

  /* Submenü-Grundstil */
  .nav > ul > li > .sub-menu {
    display: none;                /* per Default ausblenden */
    position: absolute;
    left: 0;
    background: var(--c-white);
    padding: 0;               /* Overrides gegen deine großen default paddings */
    gap: .6rem;                   /* …dito (sonst sehr große Abstände) */
    z-index: 1000;
    width: max-content;
  }

  /* Submenü-Grundstil */
  .nav > ul > li > .sub-menu > li {
    margin-top: -2px;
  }

  /* Zeige Submenü beim Hover/Fokus des Parents */
  .nav > ul > li:hover   > .sub-menu,
  .nav > ul > li:focus-within > .sub-menu { display: block; }

  /* Submenü-Links block-level + gleiche Hover-Umrandung wie oben */
  .nav > ul > li > .sub-menu a {
    display: block;
    white-space: nowrap;
    width: auto;          /* nichts umbrechen */
    padding-bottom: .6rem;               /* wie bei .nav ul a */
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    padding-top: 0.4rem;
    border: 2px solid transparent;/* Basis wie Hauptlinks */
    text-decoration: none;
    transition: border-color .3s;
    color: gray;
  }
  .nav > ul > li > .sub-menu a:hover { border-color: var(--c-green); color: var(--c-black); }

  /* Aktiven Menüpunkt (und dessen Parent) wie gewohnt grün umranden */
  .nav li.current-menu-item > a,
  .nav li.current-menu-ancestor > a ,
  .nav li ul li.current-menu-item a
  { border: 2px solid var(--c-green);color: var(--c-black); }

  .footer nav li.current-menu-item > a{
    color: var(--c-green);
    border: none;
  }

}



/* Filter-Dropdowns */
.list-filters > li { position: relative; }
.list-filters .filter-toggle { cursor: pointer; }
.list-filters .filter-sub {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: var(--c-gray);
  list-style: none;
  z-index: 5;
  min-width: 100%;
}
.list-filters li.is-open > .filter-sub { display: block; }

/* Kind-Links „Radio“-Look + Auswahl */
.list-filters .filter-option {
  display: flex;
  gap: .75rem;
  align-items: center;
  background: transparent; 
  
}

.list-filters .filter-option {
  padding: .6rem;
}


.list-filters .filter-option.is-checked {
  background-color: color-mix(in srgb, var(--c-green) 60%, transparent);
}

/* Parent hervorheben, sobald ein Kind aktiv ist */
.list-filters .has-selection > .filter-toggle {
  background-color: color-mix(in srgb, var(--c-green) 60%, transparent);
}

/* Pfeil im Parent drehen, wenn offen (du hast schon .is-active – wir nehmen .is-open) */
.list-filters li.is-open > .filter-toggle i svg { transform: scaleY(-1); transition: transform .3s; }


/* Reset-Item ohne Pfeil-Kästchen */
.filter-group--clear .filter-parent {     padding: 0.42rem 1rem; }
.filter-group--clear .filter-parent .arrow { display:none; }




