body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
@charset "UTF-8";
/* ==========================================================================
   NATUR & FREIZEIT REDESIGN 2026
   Globale SCSS-Struktur
   ========================================================================== */
/* --------------------------------------------------------------------------
   Variablen
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   Hilfsfunktionen und Mixins
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   Reset und Grundeinstellungen
   -------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #ffffff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

button,
input,
textarea,
select {
  font: inherit;
}

.block::after,
.inside::after {
  display: table;
  clear: both;
  content: "";
}

.onlymobile,
.mobile {
  display: none;
}

.onlydesktop,
.desktop {
  display: block;
}

.invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* --------------------------------------------------------------------------
   Allgemeines Seitenlayout
   -------------------------------------------------------------------------- */
.page-wrapper,
.site-container,
.site-main,
.site-main > .inside {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-wrapper {
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   Typografie
   -------------------------------------------------------------------------- */
h1 {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.0289px;
}

h2 {
  margin: 56px 0 24px;
  border: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  letter-spacing: 0.1028px;
}

h3 {
  margin: 56px 0 16px;
  border: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 28.6px;
  letter-spacing: -0.4778px;
}

h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42;
}

p,
ul,
ol,
dl,
figure {
  margin: 0 0 24px;
}

p,
li,
dt,
dd {
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: -0.4395px;
}

ul,
ol {
  padding-left: 23px;
}

li + li {
  margin-top: 12px;
}

nav li {
  margin-top: 0;
}

figcaption {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3125px;
}

a,
a:visited {
  color: var(--nf-accent, inherit);
}

@media screen and (max-width: 781px) {
  h1 {
    font-size: 32px;
    line-height: 38.4px;
  }
  h2 {
    margin-top: 44px;
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 26px;
  }
  p,
  li,
  dt,
  dd {
    font-size: 16px;
    line-height: 25.6px;
  }
}
:root {
  --site-header-height: 153px;
  --navigation-breakpoint: 920px;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.site-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 153px;
  margin: 0;
  background: #ffffff;
}
.site-header > .inside {
  display: grid;
  grid-template-columns: max(32px, (100% - 1216px) / 2) auto minmax(0, 1fr) auto max(32px, (100% - 1216px) / 2);
  grid-template-rows: 49px 104px;
  width: 100%;
  height: 100%;
  margin: 0;
}
.site-header .header-logo {
  grid-column: 2;
  grid-row: 2;
  z-index: 20;
  display: flex;
  align-items: center;
  width: auto;
  height: 104px;
}
.site-header .header-logo a {
  display: block;
}
.site-header .header-logo img {
  width: auto;
  height: 54px;
  margin: 0;
}
.site-header .header-open {
  display: none;
}
.site-header > .inside > .mod_changelanguage {
  grid-column: 4;
  grid-row: 2;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-self: end;
  height: 104px;
  overflow: visible;
  position: relative;
}
.site-header > .inside > .mod_changelanguage .language-toggle {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 104px;
  margin: 0;
  padding: 0 0 0 8px;
  border: 0;
  background: transparent;
  color: #0a0a0a;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
}
.site-header > .inside > .mod_changelanguage .language-toggle:focus-visible {
  outline: 0;
  box-shadow: inset 0 -2px 0 var(--nf-accent, #0a0a0a);
}
.site-header > .inside > .mod_changelanguage .language-toggle img {
  display: block;
  width: 11px;
  height: 11px;
  transition: transform 160ms ease;
}
.site-header > .inside > .mod_changelanguage .language-options {
  position: absolute;
  z-index: 100;
  flex-direction: column;
  align-items: stretch;
  height: auto;
  margin: 0;
  padding: 12px 0;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  list-style: none;
  top: calc(100% - 10px);
  right: auto;
  left: -10px;
  display: none;
  min-width: 80px;
  float: none;
}
.site-header > .inside > .mod_changelanguage .language-options li {
  display: block;
  float: none;
  margin: 0;
}
.site-header > .inside > .mod_changelanguage .language-options li a,
.site-header > .inside > .mod_changelanguage .language-options li strong {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 18px;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 140ms ease, box-shadow 140ms ease;
}
.site-header > .inside > .mod_changelanguage .language-options li a:hover, .site-header > .inside > .mod_changelanguage .language-options li a:focus-visible,
.site-header > .inside > .mod_changelanguage .language-options li strong:hover,
.site-header > .inside > .mod_changelanguage .language-options li strong:focus-visible {
  background: #fafafa;
}
.site-header > .inside > .mod_changelanguage .language-options li a:focus-visible,
.site-header > .inside > .mod_changelanguage .language-options li strong:focus-visible {
  outline: 2px solid var(--nf-accent, #0a0a0a);
  outline-offset: -2px;
}
.site-header > .inside > .mod_changelanguage .language-options li a.active, .site-header > .inside > .mod_changelanguage .language-options li a.trail, .site-header > .inside > .mod_changelanguage .language-options li a[aria-current=page], .site-header > .inside > .mod_changelanguage .language-options li a[aria-current=true],
.site-header > .inside > .mod_changelanguage .language-options li strong.active,
.site-header > .inside > .mod_changelanguage .language-options li strong.trail,
.site-header > .inside > .mod_changelanguage .language-options li strong[aria-current=page],
.site-header > .inside > .mod_changelanguage .language-options li strong[aria-current=true] {
  background: #fafafa;
  box-shadow: inset 3px 0 0 var(--nf-accent, #0a0a0a);
  font-weight: 600;
}
.site-header > .inside > .mod_changelanguage:hover .language-options, .site-header > .inside > .mod_changelanguage.is-language-open .language-options {
  display: flex;
}
.site-header > .inside > .mod_changelanguage:hover .language-toggle img, .site-header > .inside > .mod_changelanguage.is-language-open .language-toggle img {
  transform: rotate(180deg);
}

:where(#site-navigation) {
  position: static;
  grid-column: 1/-1;
  grid-row: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}
:where(#site-navigation) > .level_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 49px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #2a2a2a;
}
:where(#site-navigation) > .level_1 > li {
  position: static;
  display: flex;
  align-items: center;
  float: none;
  height: 100%;
  margin: 0;
  padding: 0;
}
:where(#site-navigation) > .level_1 > li:is(.home, .verein) {
  order: 1;
}
:where(#site-navigation) > .level_1 > li > a,
:where(#site-navigation) > .level_1 > li > strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.1504px;
  white-space: nowrap;
}
:where(#site-navigation) > .level_1 > li > strong.active,
:where(#site-navigation) > .level_1 > li > a.active,
:where(#site-navigation) > .level_1 > li > a.trail {
  height: 24px;
  margin: 0 8px;
  padding-inline: 16px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 600;
}
:where(#site-navigation) > .level_1 > li.wmr > strong.active, :where(#site-navigation) > .level_1 > li.wmr > a.active, :where(#site-navigation) > .level_1 > li.wmr > a.trail {
  background: #06abe7;
}
:where(#site-navigation) > .level_1 > li.rdg > strong.active, :where(#site-navigation) > .level_1 > li.rdg > a.active, :where(#site-navigation) > .level_1 > li.rdg > a.trail, :where(#site-navigation) > .level_1 > li.it > strong.active, :where(#site-navigation) > .level_1 > li.it > a.active, :where(#site-navigation) > .level_1 > li.it > a.trail, :where(#site-navigation) > .level_1 > li.en > strong.active, :where(#site-navigation) > .level_1 > li.en > a.active, :where(#site-navigation) > .level_1 > li.en > a.trail {
  background: #e30613;
}
:where(#site-navigation) > .level_1 > li.home > strong.active, :where(#site-navigation) > .level_1 > li.home > a.active, :where(#site-navigation) > .level_1 > li.home > a.trail, :where(#site-navigation) > .level_1 > li.verein > strong.active, :where(#site-navigation) > .level_1 > li.verein > a.active, :where(#site-navigation) > .level_1 > li.verein > a.trail {
  background: #ffffff;
  color: #0a0a0a;
}
:where(#site-navigation) > .level_1 > li > a:hover {
  color: #ffffff;
}
:where(#site-navigation) .level_2 {
  position: absolute;
  top: 49px;
  right: max(89px, (100% - 1216px) / 2 + 57px);
  z-index: 30;
  display: none;
  align-items: center;
  gap: 24px;
  width: auto;
  height: 104px;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
:where(#site-navigation) .level_2 > li {
  position: relative;
  display: flex;
  align-items: center;
  float: none;
}
:where(#site-navigation) .level_2 > li > a,
:where(#site-navigation) .level_2 > li > strong {
  display: flex;
  align-items: center;
  height: 104px;
  padding: 0;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
:where(#site-navigation) .level_2 > li.submenu > a::after, :where(#site-navigation) .level_2 > li.submenu > strong::after {
  display: block;
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  margin: 0 0 0 4px;
  border: 0;
  background: url("../../files/natur-freizeit/css/assets/icon-chevron-down.svg") center/13px 13px no-repeat;
  content: "";
  transform: none;
}
:where(#site-navigation) .level_2 > li > a:hover {
  color: #000000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
:where(#site-navigation) .level_2 > li > a.active,
:where(#site-navigation) .level_2 > li > a.trail,
:where(#site-navigation) .level_2 > li > strong {
  color: #000000;
  font-weight: 700;
}
:where(#site-navigation) .level_2 > li > .level_3 {
  position: absolute;
  z-index: 100;
  flex-direction: column;
  align-items: stretch;
  height: auto;
  margin: 0;
  padding: 12px 0;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  list-style: none;
  top: calc(100% - 10px);
  left: -18px;
  display: none;
  min-width: 220px;
}
:where(#site-navigation) .level_2 > li > .level_3 > li {
  display: block;
  width: 100%;
}
:where(#site-navigation) .level_2 > li > .level_3 > li > a,
:where(#site-navigation) .level_2 > li > .level_3 > li > strong {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 18px;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 140ms ease, box-shadow 140ms ease;
}
:where(#site-navigation) .level_2 > li > .level_3 > li > a:hover, :where(#site-navigation) .level_2 > li > .level_3 > li > a:focus-visible,
:where(#site-navigation) .level_2 > li > .level_3 > li > strong:hover,
:where(#site-navigation) .level_2 > li > .level_3 > li > strong:focus-visible {
  background: #fafafa;
}
:where(#site-navigation) .level_2 > li > .level_3 > li > a:focus-visible,
:where(#site-navigation) .level_2 > li > .level_3 > li > strong:focus-visible {
  outline: 2px solid var(--nf-accent, #0a0a0a);
  outline-offset: -2px;
}
:where(#site-navigation) .level_2 > li > .level_3 > li > a.active, :where(#site-navigation) .level_2 > li > .level_3 > li > a.trail, :where(#site-navigation) .level_2 > li > .level_3 > li > a[aria-current=page], :where(#site-navigation) .level_2 > li > .level_3 > li > a[aria-current=true],
:where(#site-navigation) .level_2 > li > .level_3 > li > strong.active,
:where(#site-navigation) .level_2 > li > .level_3 > li > strong.trail,
:where(#site-navigation) .level_2 > li > .level_3 > li > strong[aria-current=page],
:where(#site-navigation) .level_2 > li > .level_3 > li > strong[aria-current=true] {
  background: #fafafa;
  box-shadow: inset 3px 0 0 var(--nf-accent, #0a0a0a);
  font-weight: 600;
}
:where(#site-navigation) .level_2 > li:hover > .level_3, :where(#site-navigation) .level_2 > li:focus-within > .level_3 {
  display: block;
}
:where(#site-navigation) > .level_1 > li.trail > .level_2, :where(#site-navigation) > .level_1 > li.active > .level_2 {
  display: flex;
}

.navi-phone-onoff,
.mobile-submenu-toggle {
  display: none;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer {
  width: 100%;
  min-height: 525px;
  margin: 0;
  padding: 65px 0 64px;
  border-top: 1px solid #e7e7e7;
  background: #ffffff;
  color: #0a0a0a;
}
.site-footer > .inside {
  display: grid;
  grid-template-columns: 30.701% 12.609% 22.039% 3.947% 22.039% 8.665%;
  grid-template-rows: 295px 101px;
  width: min(1216px, 100% - 64px);
  min-height: 396px;
  margin-inline: auto;
  padding: 0;
}
.site-footer a,
.site-footer a:visited {
  color: #0a0a0a;
}
.site-footer .footer-contact {
  grid-column: 1;
  grid-row: 1;
}
.site-footer .footer-contact .header-logo {
  display: block;
  width: fit-content;
  height: auto;
}
.site-footer .footer-contact .header-logo a {
  display: block;
}
.site-footer .footer-contact .header-logo img {
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
}
.site-footer .footer-contact .header-logo--water img {
  width: 255px;
  height: 162px;
}
.site-footer .footer-contact .header-logo--snow img {
  width: 83px;
  height: 80px;
}
.site-footer .footer-contact p {
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: -0.4395px;
}
.site-footer .footer-social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.site-footer .footer-social a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.site-footer .footer-social img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.site-footer .mod_customnav {
  width: 100%;
  margin: 0;
  padding: 0;
}
.site-footer .mod_customnav h3 {
  margin: 0;
}
.site-footer .mod_customnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 16px;
}
.site-footer .mod_customnav li {
  margin: 0;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: -0.4395px;
}
.site-footer .mod_customnav li + li {
  margin-top: 8px;
}
.site-footer .footer-verein {
  grid-column: 5;
  grid-row: 1;
}
.site-footer .footer-kampagnen {
  grid-column: 3;
  grid-row: 1;
}
.site-footer .footer-bottom {
  grid-column: 1/7;
  grid-row: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 53px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #d7d7d7;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1504px;
}
.site-footer .footer-bottom > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* --------------------------------------------------------------------------
   Globale Responsive-Regeln
   -------------------------------------------------------------------------- */
@media screen and (max-width: 1100px) {
  :where(#site-navigation) .level_2 {
    right: 89px;
    gap: clamp(8px, 1.1vw, 12px);
  }
  :where(#site-navigation) .level_2 > li > a,
  :where(#site-navigation) .level_2 > li > strong {
    font-size: 14px;
  }
  .site-footer > .inside {
    grid-template-columns: minmax(0, 1.2fr) minmax(180px, 1fr) minmax(180px, 1fr);
    grid-template-rows: auto 101px;
    gap: 40px 32px;
    width: calc(100% - 72px);
    min-height: 0;
  }
  .site-footer > .inside .footer-contact {
    grid-column: 1;
  }
  .site-footer > .inside .footer-kampagnen {
    grid-column: 2;
  }
  .site-footer > .inside .footer-verein {
    grid-column: 3;
  }
  .site-footer > .inside .footer-bottom {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 920px) {
  :root {
    --site-header-height: 88px;
  }
  html.has-mobile-menu-open,
  html.has-mobile-menu-open body {
    overflow: hidden;
  }
  .site-header {
    height: 88px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .site-header > .inside {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 88px;
    padding-top: 88px;
  }
  .site-header .header-logo {
    position: absolute;
    top: 44px;
    right: auto;
    left: 24px;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    transform: translateY(-50%);
  }
  .site-header .header-logo a {
    display: block;
  }
  .site-header .header-logo img {
    width: min(220px, 100vw - 114px);
    height: auto;
    margin: 0;
  }
  .site-header .header-logo--water img,
  .site-header .header-logo--snow img {
    width: auto;
    height: 44px;
  }
  .site-header .header-open {
    display: none;
  }
  .site-header > .inside > .mod_changelanguage {
    position: static;
    order: 2;
    display: none;
    width: 100%;
    height: auto;
    padding: 18px 24px 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  }
  .site-header > .inside > .mod_changelanguage::after {
    display: none;
  }
  .site-header > .inside > .mod_changelanguage .language-toggle {
    display: none;
  }
  .site-header > .inside > .mod_changelanguage .language-options {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0 0 0 8px;
    background: transparent;
    box-shadow: none;
  }
  .site-header > .inside > .mod_changelanguage .language-options li a,
  .site-header > .inside > .mod_changelanguage .language-options li strong {
    padding: 0;
    background: transparent;
    box-shadow: none;
    font-size: 15px;
    line-height: 20px;
  }
  .site-header > .inside > .mod_changelanguage .language-options li a:hover,
  .site-header > .inside > .mod_changelanguage .language-options li a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .site-header > .inside > .mod_changelanguage .language-options li strong {
    font-weight: 600;
  }
  .site-header > .inside > .mod_changelanguage .language-options li a[aria-current],
  .site-header > .inside > .mod_changelanguage .language-options li strong[aria-current] {
    background: transparent;
    box-shadow: none;
  }
  .navi-phone-onoff {
    position: absolute;
    top: 44px;
    right: 24px;
    left: auto;
    z-index: 100;
    display: block;
    transform: translateY(-50%);
  }
  .navi-phone-onoff button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .navi-phone-onoff .bar {
    width: 30px;
    height: 3px;
    margin: 3px 0;
    background: #0a0a0a;
    transition: opacity 160ms ease, transform 160ms ease;
  }
  .site-header > .inside > #site-navigation {
    display: none;
    overflow-y: auto;
  }
  :where(#site-navigation) {
    position: static;
    order: 1;
    z-index: 1000;
    width: 100%;
    min-height: 0;
    overscroll-behavior: contain;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px 24px 24px;
    background: #ffffff;
    box-shadow: none;
  }
  :where(#site-navigation) > .level_1 {
    --mobile-nav-edge-offset: 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    list-style: none;
    white-space: normal;
  }
  :where(#site-navigation) > .level_1 > li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    order: initial;
  }
  :where(#site-navigation) > .level_1 > li:is(.home, .verein) {
    order: 1;
    border-bottom: 0;
  }
  :where(#site-navigation) > .level_1 > li::before {
    display: none;
  }
  :where(#site-navigation) > .level_1 > li > a,
  :where(#site-navigation) > .level_1 > li > strong {
    position: relative;
    display: block;
    min-width: 0;
    height: auto;
    padding: 14px 8px;
    color: #0a0a0a;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
  }
  :where(#site-navigation) > .level_1 > li > a:hover,
  :where(#site-navigation) > .level_1 > li > a:focus-visible {
    background: transparent;
    color: var(--nf-accent, #0a0a0a);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
  :where(#site-navigation) > .level_1 > li > a:focus-visible {
    outline: 2px solid var(--nf-accent, #0a0a0a);
    outline-offset: -2px;
  }
  :where(#site-navigation) > .level_1 > li > strong,
  :where(#site-navigation) > .level_1 > li > a.active,
  :where(#site-navigation) > .level_1 > li > a.trail {
    font-weight: 600;
  }
  :where(#site-navigation) > .level_1 > li > strong.active::before,
  :where(#site-navigation) > .level_1 > li > a.active::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-1 * var(--mobile-nav-edge-offset));
    width: 3px;
    background: var(--nf-accent, #0a0a0a);
    content: "";
  }
  :where(#site-navigation) li.submenu {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
  }
  :where(#site-navigation) li.submenu > a,
  :where(#site-navigation) li.submenu > strong {
    grid-column: 1;
    grid-row: 1;
  }
  :where(#site-navigation) li.submenu > .mobile-submenu-toggle {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #0a0a0a;
    cursor: pointer;
  }
  :where(#site-navigation) li.submenu > .mobile-submenu-toggle span {
    width: 9px;
    height: 9px;
    margin-top: -5px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform 160ms ease;
  }
  :where(#site-navigation) li.submenu > .mobile-submenu-toggle:hover, :where(#site-navigation) li.submenu > .mobile-submenu-toggle:focus-visible {
    background: #fafafa;
  }
  :where(#site-navigation) li.submenu > .mobile-submenu-toggle:focus-visible {
    outline: 2px solid var(--nf-accent, #0a0a0a);
    outline-offset: -2px;
  }
  :where(#site-navigation) li.submenu.is-submenu-open > .mobile-submenu-toggle span {
    margin-top: 5px;
    transform: rotate(225deg);
  }
  :where(#site-navigation) > .level_1 > li > .level_2,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 {
    grid-column: 1/-1;
    position: static;
    display: none;
    width: auto;
    height: auto;
    margin: 0 0 12px;
    padding: 2px 0 4px 16px;
    background: transparent;
    box-shadow: none;
    list-style: none;
    white-space: normal;
  }
  :where(#site-navigation) > .level_1 > li > .level_2 li,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 li {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    order: initial;
  }
  :where(#site-navigation) > .level_1 > li > .level_2 li.submenu,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 li.submenu {
    display: grid;
  }
  :where(#site-navigation) > .level_1 > li > .level_2 a,
  :where(#site-navigation) > .level_1 > li > .level_2 strong,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 a,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 strong {
    position: relative;
    display: block;
    height: auto;
    padding: 8px;
    color: #0a0a0a;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
  }
  :where(#site-navigation) > .level_1 > li > .level_2 a:hover,
  :where(#site-navigation) > .level_1 > li > .level_2 a:focus-visible,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 a:hover,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 a:focus-visible {
    background: transparent;
    color: var(--nf-accent, #0a0a0a);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
  :where(#site-navigation) > .level_1 > li > .level_2 a:focus-visible,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 a:focus-visible {
    outline: 2px solid var(--nf-accent, #0a0a0a);
    outline-offset: -2px;
  }
  :where(#site-navigation) > .level_1 > li > .level_2 strong,
  :where(#site-navigation) > .level_1 > li > .level_2 a.active,
  :where(#site-navigation) > .level_1 > li > .level_2 a.trail,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 strong,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 a.active,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 a.trail {
    font-weight: 600;
  }
  :where(#site-navigation) > .level_1 > li > .level_2 strong,
  :where(#site-navigation) > .level_1 > li > .level_2 a.active,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 strong,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 a.active {
    background: transparent;
    box-shadow: none;
  }
  :where(#site-navigation) > .level_1 > li > .level_2 strong::before,
  :where(#site-navigation) > .level_1 > li > .level_2 a.active::before,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 strong::before,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 a.active::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-1 * var(--mobile-nav-edge-offset));
    width: 3px;
    background: var(--nf-accent, #0a0a0a);
    content: "";
  }
  :where(#site-navigation) > .level_1 > li > .level_2 a.trail,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 a.trail {
    background: transparent;
    box-shadow: none;
    color: #0a0a0a;
  }
  :where(#site-navigation) > .level_1 > li > .level_2 .submenu > a::after,
  :where(#site-navigation) > .level_1 > li > .level_2 .submenu > strong::after,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 .submenu > a::after,
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 .submenu > strong::after {
    display: none;
  }
  :where(#site-navigation) > .level_1 > li.submenu:not(.is-submenu-open) > .level_2,
  :where(#site-navigation) > .level_1 > li > .level_2 > li.submenu:not(.is-submenu-open) > .level_3 {
    display: none;
  }
  :where(#site-navigation) > .level_1 > li.is-submenu-open > .level_2,
  :where(#site-navigation) > .level_1 > li > .level_2 > li.is-submenu-open > .level_3 {
    display: block;
  }
  :where(#site-navigation) > .level_1 > li > .level_2 > li > .level_3 {
    --mobile-nav-edge-offset: calc(24px + 32px);
    margin-top: 0;
    padding-left: 16px;
  }
  :where(#site-navigation) > .level_1 > li > .level_2 {
    --mobile-nav-edge-offset: calc(24px + 16px);
  }
  .site-header :where(#site-navigation) > .level_1 > li > strong.active,
  .site-header :where(#site-navigation) > .level_1 > li > a.active,
  .site-header :where(#site-navigation) > .level_1 > li > a.trail {
    height: auto;
    margin: 0;
    padding: 14px 8px;
    border-radius: 0;
    background: transparent;
    color: #0a0a0a;
  }
  .site-header.is-menu-open > .inside {
    position: fixed;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 88px minmax(0, 1fr) auto;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
  }
  .site-header.is-menu-open > .inside > #site-navigation {
    grid-column: 1;
    grid-row: 2;
    display: block;
    height: 100%;
  }
  .site-header.is-menu-open > .inside > .mod_changelanguage {
    grid-column: 1;
    grid-row: 3;
    display: flex;
  }
}
@media screen and (max-width: 781px) {
  body {
    font-size: 16px;
  }
  .onlydesktop,
  .desktop {
    display: none;
  }
  .onlymobile,
  .mobile {
    display: block;
  }
  .site-footer {
    min-height: 0;
    padding: 48px 0 28px;
  }
  .site-footer > .inside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 40px 24px;
    width: calc(100% - 48px);
    padding: 0;
  }
  .site-footer > .inside > .footer-contact,
  .site-footer > .inside > .footer-verein,
  .site-footer > .inside > .footer-kampagnen,
  .site-footer > .inside > .footer-bottom,
  .site-footer > .inside > .copy {
    width: 100%;
  }
  .site-footer > .inside > .footer-contact {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .site-footer > .inside > .footer-kampagnen {
    grid-column: 1;
    grid-row: 2;
  }
  .site-footer > .inside > .footer-verein {
    grid-column: 2;
    grid-row: 2;
  }
  .site-footer > .inside > .footer-bottom,
  .site-footer > .inside > .copy {
    grid-column: 1/-1;
    grid-row: 3;
  }
  .site-footer .footer-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(130px, 1fr);
    align-items: start;
    gap: 24px;
  }
  .site-footer .footer-contact .header-logo {
    position: static;
    grid-column: 1;
    align-self: start;
    justify-self: start;
    width: 100%;
    margin: 0;
    padding: 0;
    transform: none;
  }
  .site-footer .footer-contact .header-logo--water img {
    width: 100%;
    max-width: 160px;
    height: auto;
    transform: translateY(-6px);
  }
  .site-footer .footer-contact .header-logo--snow img {
    width: auto;
    max-width: 100%;
    max-height: 110px;
    height: auto;
    transform: translate(-4px, -3px);
  }
  .site-footer .footer-contact .header-logo--verein img {
    transform: translate(-5px, -3px);
  }
  .site-footer .footer-contact p {
    grid-column: 2;
    margin: 0;
  }
  .site-footer .footer-contact .footer-social {
    grid-column: 1/-1;
  }
  .site-footer .footer-bottom {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 24px;
    height: auto;
    margin-top: 0;
    padding-top: 22px;
  }
  .site-footer .footer-bottom > div {
    flex-wrap: wrap;
  }
}
/* ==========================================================================
   Bereichs-Theme: Verein

   Seiten- und Komponentenlayouts werden beim Neuaufbau direkt über
   semantische Klassen am Contao-Artikel oder Inhaltselement ergänzt.
   ========================================================================== */
.site-association {
  --nf-accent: #0a0a0a;
  --nf-notice-background: #fafafa;
}

/* ==========================================================================
   Vorstand
   ========================================================================== */
.board-page :where(#hero) {
  grid-template-rows: minmax(0, 1fr) auto 16px auto 64px;
}
.board-page :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) h1 {
  grid-row: 4;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.0289px;
}
.board-page :where(#hero) .mod_article .hero-scroll {
  display: none;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr));
  gap: 64px;
}
.board-grid > .ce_text {
  min-width: 0;
}
.board-grid > .ce_text figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #e4e7eb;
  aspect-ratio: 4/3;
}
.board-grid > .ce_text .image_container.float_right {
  float: none;
}
.board-grid > .ce_text img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.board-grid > .ce_text h4 {
  margin: 24px 0 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 28.6px;
  letter-spacing: -0.4778px;
}
.board-grid > .ce_text p {
  margin: 4px 0 0;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: -0.4395px;
}

@media screen and (max-width: 781px) {
  .board-page :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) h1 {
    font-size: 34px;
    line-height: 1.12;
  }
  .board-grid {
    gap: 48px;
  }
  .board-grid > .ce_text h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .board-grid > .ce_text p {
    font-size: 16px;
    line-height: 25.6px;
  }
}
@media screen and (max-width: 560px) {
  .board-page :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) h1 {
    font-size: 29px;
    line-height: 1.1;
  }
}
/* ==========================================================================
   Team
   ========================================================================== */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr));
  gap: 64px;
}
.team-grid > .ce_text {
  min-width: 0;
}
.team-grid > .ce_text figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.team-grid > .ce_text .image_container.float_right {
  float: none;
}
.team-grid > .ce_text figure a,
.team-grid > .ce_text img {
  display: block;
  width: 100%;
  height: 100%;
}
.team-grid > .ce_text img {
  object-fit: cover;
}
.team-grid > .ce_text h4 {
  margin: 24px 0 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 28.6px;
  letter-spacing: -0.4778px;
}
.team-grid > .ce_text:not(:has(figure)) h4 {
  margin-top: 0;
}
.team-grid > .ce_text p {
  margin: 4px 0 0;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: -0.4395px;
}
.team-grid > .ce_text p + p {
  margin-top: 12px;
  line-height: 29.25px;
}

@media screen and (max-width: 781px) {
  .team-grid {
    gap: 48px;
  }
  .team-grid > .ce_text h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .team-grid > .ce_text p {
    font-size: 16px;
    line-height: 25.6px;
  }
}
/* ==========================================================================
   Mitgliederorganisationen
   ========================================================================== */
.members-content a,
.members-content a:visited {
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.12em;
  text-underline-position: from-font;
  overflow-wrap: anywhere;
}

/* ==========================================================================
   Startseite Verein

   Die Seite verwendet dieselben Inhaltsbreiten, Typografie- und Linkbausteine
   wie die Template-Seite. Nur die dort nicht vorhandenen Startseitenmodule
   werden hier ergänzt.
   ========================================================================== */
.site-association.home .site-main > .inside {
  width: 100%;
  padding-block: 0;
}

.association-intro,
.campaign-teasers {
  width: min(1216px, 100% - 64px);
  margin-inline: auto;
}

.association-intro {
  padding-block: 96px 64px;
}
.association-intro h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.25px;
  letter-spacing: -0.6195px;
}
.association-intro h4 {
  width: min(912px, 100%);
  margin-top: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.0703px;
}
.association-intro > p:last-child {
  margin: 40px 0 0;
}

.campaign-teasers {
  padding-block: 64px;
}
.campaign-teasers > h2 {
  margin: 0 0 80px;
}

.campaign-card {
  display: grid;
  grid-template-columns: minmax(0, 256px) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding-block: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.campaign-card:last-child {
  border-bottom: 0;
}
.campaign-card figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.campaign-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campaign-card h3 {
  margin: 0;
}
.campaign-card p {
  margin: 8px 0 16px;
}
.campaign-card .arrow-link {
  margin: 0;
}

.member-organizations {
  width: 100%;
  margin: 0;
  padding: 64px max(32px, (100% - 1216px) / 2) 192px;
  background: #fafafa;
}
.member-organizations > h2,
.member-organizations > .partners,
.member-organizations > p:last-child {
  width: min(1216px, 100%);
  margin-inline: auto;
}
.member-organizations > h2 {
  margin-top: 0;
  margin-bottom: 96px;
}
.member-organizations .partners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  gap: 32px;
  border-collapse: collapse;
}
.member-organizations .partners tbody,
.member-organizations .partners tr {
  display: contents;
}
.member-organizations .partners td {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 16px;
  border: 0;
  background: #ffffff;
  aspect-ratio: 1;
}
.member-organizations .partners td:not(:has(a)) {
  display: none;
}
.member-organizations .partners a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.member-organizations .partners img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.member-organizations > p:last-child {
  margin-top: 64px;
  margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
  .association-intro,
  .campaign-teasers {
    width: calc(100% - 72px);
  }
  .member-organizations {
    padding-inline: 36px;
  }
}
@media screen and (max-width: 781px) {
  .association-intro,
  .campaign-teasers {
    width: calc(100% - 48px);
  }
  .association-intro {
    padding-block: 64px 48px;
  }
  .association-intro h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .association-intro > p:last-child {
    margin-top: 32px;
  }
  .campaign-teasers {
    padding-block: 48px;
  }
  .campaign-teasers > h2 {
    margin-bottom: 32px;
  }
  .campaign-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .member-organizations {
    padding: 48px 24px 96px;
  }
  .member-organizations > h2 {
    margin-bottom: 48px;
  }
  .member-organizations .partners {
    grid-template-columns: repeat(auto-fit, minmax(min(140px, 100%), 1fr));
    gap: 16px;
  }
  .member-organizations > p:last-child {
    margin-top: 48px;
  }
}
/* ==========================================================================
   Bereichs-Theme: Wasser

   Seiten- und Komponentenlayouts werden beim Neuaufbau direkt über
   semantische Klassen am Contao-Artikel oder Inhaltselement ergänzt.
   ========================================================================== */
.site-water {
  --nf-accent: #06abe7;
  --nf-notice-background: #eaf7fd;
}

/* ==========================================================================
   Kampagnen-Startseite

   Typografie, Links und Hero stammen aus den globalen Basis- und
   Template-Seiten-Regeln. Hier wird nur das eigenständige Landingpage-Layout
   der Empfehlungs- und Materialkomponenten ergänzt.
   ========================================================================== */
.campaign-home-content {
  --campaign-gutter: max(32px, calc((100% - 1216px) / 2));
  display: grid;
  grid-template-columns: minmax(32px, 1fr) repeat(4, minmax(0, 280px)) minmax(32px, 1fr);
  column-gap: 32px;
  background: #fafafa;
}
.campaign-home-content .campaign-intro,
.campaign-home-content .material-downloads {
  grid-column: 1/-1;
  background: #ffffff;
}
.campaign-home-content .campaign-intro {
  padding: 96px var(--campaign-gutter) 64px;
}
.campaign-home-content .campaign-intro > * {
  width: min(912px, 100%);
}
.campaign-home-content .campaign-intro .kicker {
  margin-bottom: 24px;
}
.campaign-home-content .campaign-intro .lead-text {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.0703px;
}
.campaign-home-content .campaign-intro .cta {
  margin: 40px 0 0;
}
.campaign-home-content .recommendations-heading,
.campaign-home-content .recommendations-cta {
  grid-column: 2/-2;
}
.campaign-home-content .recommendations-heading {
  padding-top: 64px;
}
.campaign-home-content .recommendations-heading h2 {
  margin: 0;
}
.campaign-home-content .recommendations-heading p {
  margin: 24px 0 0;
}
.campaign-home-content .recommendation-card {
  min-width: 0;
  min-height: 578px;
  margin-top: 64px;
  padding: 24px 24px 0;
  background: #ffffff;
}
.campaign-home-content .recommendation-card figure {
  width: 174px;
  height: 261px;
  margin: 0 auto;
}
.campaign-home-content .recommendation-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.campaign-home-content .recommendation-card .recommendation-number {
  margin: 24px 0 0;
  color: var(--nf-accent);
  font-size: 42px;
  line-height: 42px;
  letter-spacing: 0.3691px;
}
.campaign-home-content .recommendation-card h3 {
  margin: 16px 0;
}
.campaign-home-content .recommendation-card > p:last-child {
  margin: 0;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: -0.1504px;
}
.campaign-home-content .recommendation-card--1 {
  grid-column: 2;
}
.campaign-home-content .recommendation-card--2 {
  grid-column: 3;
}
.campaign-home-content .recommendation-card--3 {
  grid-column: 4;
}
.campaign-home-content .recommendation-card--4 {
  grid-column: 5;
}
.campaign-home-content .recommendations-cta {
  padding: 48px 0 64px;
}
.campaign-home-content .recommendations-cta .cta {
  margin: 0;
}
.campaign-home-content .material-downloads {
  padding: 64px var(--campaign-gutter);
}
.campaign-home-content .material-downloads > h2 {
  margin: 0;
}
.campaign-home-content .material-list {
  padding-top: 80px;
}
.campaign-home-content .material-card {
  display: grid;
  grid-template-columns: 256px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 32px 0;
}
.campaign-home-content .material-card:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.campaign-home-content .material-card figure {
  width: 256px;
  margin: 0;
  border: 1px solid #0a0a0a;
}
.campaign-home-content .material-card img {
  display: block;
  width: 100%;
  height: auto;
}
.campaign-home-content .material-card h3 {
  margin: 0;
}
.campaign-home-content .material-card p {
  margin: 8px 0 16px;
}
.campaign-home-content .material-card .cta {
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .campaign-home-content {
    --campaign-gutter: 36px;
    grid-template-columns: 4px repeat(2, minmax(0, 1fr)) 4px;
  }
  .campaign-home-content .recommendations-heading,
  .campaign-home-content .recommendations-cta {
    grid-column: 2/-2;
  }
  .campaign-home-content .recommendation-card--1,
  .campaign-home-content .recommendation-card--3 {
    grid-column: 2;
  }
  .campaign-home-content .recommendation-card--2,
  .campaign-home-content .recommendation-card--4 {
    grid-column: 3;
  }
  .campaign-home-content .material-card {
    grid-template-columns: 220px minmax(0, 1fr);
  }
  .campaign-home-content .material-card figure {
    width: 220px;
  }
}
@media screen and (max-width: 781px) {
  .campaign-home-content {
    --campaign-gutter: 24px;
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    column-gap: 0;
  }
  .campaign-home-content .campaign-intro {
    padding-top: 56px;
    padding-bottom: 48px;
  }
  .campaign-home-content .campaign-intro .lead-text {
    font-size: 20px;
    line-height: 29px;
  }
  .campaign-home-content .recommendations-heading {
    grid-column: 2;
    padding-top: 48px;
  }
  .campaign-home-content .recommendation-card,
  .campaign-home-content .recommendation-card--1,
  .campaign-home-content .recommendation-card--2,
  .campaign-home-content .recommendation-card--3,
  .campaign-home-content .recommendation-card--4 {
    grid-column: 2;
    min-height: 0;
    margin-top: 32px;
  }
  .campaign-home-content .recommendations-cta {
    grid-column: 2;
    padding: 40px 0 48px;
  }
  .campaign-home-content .material-downloads {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .campaign-home-content .material-list {
    padding-top: 32px;
  }
  .campaign-home-content .material-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .campaign-home-content .material-card figure {
    width: min(256px, 100%);
  }
}
/* ==========================================================================
   Bereichs-Theme: Schnee

   Seiten- und Komponentenlayouts werden beim Neuaufbau direkt über
   semantische Klassen am Contao-Artikel oder Inhaltselement ergänzt.
   ========================================================================== */
.site-snow {
  --nf-accent: #cc071e;
  --nf-notice-background: #f5f1ea;
}

/* ==========================================================================
   Hero-Layoutsektion
   ========================================================================== */
/*
 * Breadcrumb, Titel, Text und Scroll-Link teilen sich ein gemeinsames Grid.
 * Dadurch wächst die Breadcrumb-Zeile bei Umbrüchen mit dem Inhalt und der
 * Abstand zum Titel bleibt ohne feste Positionswerte erhalten.
 */
:where(#hero) {
  display: grid;
  grid-template-columns: minmax(32px, 1fr) minmax(0, 1216px) minmax(32px, 1fr);
  grid-template-rows: minmax(0, 1fr) auto 16px auto 16px auto 72px 48px;
  width: 100%;
  min-height: min(497.19px, 100vh - var(--site-header-height));
  min-height: min(497.19px, 100svh - var(--site-header-height));
  overflow: hidden;
  background: #333333;
  color: #ffffff;
  /* Die Contao-Wrapper sollen keine zusätzliche Layout-Ebene erzeugen. */
}
:where(#hero) > .inside,
:where(#hero) > .inside > .mod_article,
:where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) {
  display: contents;
}
:where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) {
  position: static;
  width: auto;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  color: inherit;
  pointer-events: auto;
  transform: none;
}
:where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) :is(figure, .image_container) {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  contain: size;
}
:where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) :is(figure, .image_container) > a,
:where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) :is(figure, .image_container) picture {
  display: block;
  width: 100%;
  height: 100%;
}
:where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) :is(figure, .image_container) img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
:where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) h1 {
  grid-column: 2;
  grid-row: 4;
  z-index: 2;
  width: min(768px, 100%);
  max-width: none;
  margin: 0;
  color: #ffffff;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.2592px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  white-space: normal;
}
:where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > p,
:where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > h4,
:where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > .rte {
  grid-column: 2;
  grid-row: 6;
  z-index: 2;
  width: min(768px, 100%);
}
:where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > p,
:where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > h4,
:where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > .rte p,
:where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > .rte h4 {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.4492px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
:where(#hero) .mod_article .hero-scroll {
  grid-column: 2;
  grid-row: 7;
  z-index: 2;
  align-self: start;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 22px;
}
:where(#hero) .mod_article .hero-scroll img {
  display: block;
  width: 40px;
  height: 40px;
}
:where(#hero) .mod_article .hero-scroll:focus-visible {
  border-radius: 4px;
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}
:where(#hero)::after {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  content: "";
  pointer-events: none;
}
:where(#hero) .mod_breadcrumb {
  position: static;
  grid-column: 2;
  grid-row: 2;
  z-index: 2;
  display: block;
  align-self: end;
  width: min(768px, 100%);
  max-width: none;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.1504px;
  transform: none;
}
:where(#hero) .mod_breadcrumb > .inside {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px 4px;
  width: 100%;
  margin: 0;
  padding: 0;
}
:where(#hero) .mod_breadcrumb a,
:where(#hero) .mod_breadcrumb a:visited,
:where(#hero) .mod_breadcrumb span {
  color: inherit;
}
:where(#hero) .mod_breadcrumb a {
  text-decoration: none;
}
:where(#hero) .mod_breadcrumb a:hover, :where(#hero) .mod_breadcrumb a:focus-visible {
  text-decoration: underline;
}
:where(#hero) .mod_breadcrumb .breadcrumb-separator {
  color: inherit;
}

/* Kampagnen- und Vereins-Startseiten enthalten keine Breadcrumbs im Hero. */
:where(.home, .campaign-home, .wmr, .rdg) :where(#hero) {
  grid-template-rows: minmax(0, 1fr) auto 16px auto 72px 64px;
  min-height: min(clamp(520px, 45.66vw, 664.8px), 100vh - var(--site-header-height));
  min-height: min(clamp(520px, 45.66vw, 664.8px), 100svh - var(--site-header-height));
}
:where(.home, .campaign-home, .wmr, .rdg) :where(#hero) .mod_breadcrumb {
  display: none;
}
:where(.home, .campaign-home, .wmr, .rdg) :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) h1 {
  grid-row: 2;
}
:where(.home, .campaign-home, .wmr, .rdg) :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > p,
:where(.home, .campaign-home, .wmr, .rdg) :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > h4,
:where(.home, .campaign-home, .wmr, .rdg) :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > .rte {
  grid-row: 4;
}
:where(.home, .campaign-home, .wmr, .rdg) :where(#hero) .mod_article .hero-scroll {
  grid-row: 5;
}

:where(.campaign-home, .wmr, .rdg) :where(#hero) {
  min-height: min(clamp(640px, 68.3vw, 994.4px), 100vh - var(--site-header-height));
  min-height: min(clamp(640px, 68.3vw, 994.4px), 100svh - var(--site-header-height));
}

@media screen and (max-width: 1100px) {
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) h1 {
    max-width: 760px;
    font-size: 46px;
    line-height: 1.15;
  }
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > p,
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > h4,
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > .rte p,
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > .rte h4 {
    max-width: 640px;
    font-size: 18px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 781px) {
  :where(#hero) {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    grid-template-rows: minmax(0, 1fr) auto 16px auto 12px auto 56px 30px;
    min-height: min(497.19px, 100vh - var(--site-header-height));
    min-height: min(497.19px, 100svh - var(--site-header-height));
  }
  :where(#hero) .mod_breadcrumb {
    display: block;
  }
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) h1 {
    grid-row: 4;
    max-width: 100%;
    font-size: 34px;
    line-height: 1.12;
  }
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > p,
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > h4,
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > .rte {
    grid-row: 6;
    max-width: 100%;
  }
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > p,
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > h4,
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > .rte p,
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > .rte h4 {
    font-size: 16px;
    line-height: 1.45;
  }
  :where(#hero) .mod_article .hero-scroll {
    grid-row: 7;
    margin-top: 12px;
  }
  :where(.home, .campaign-home, .wmr, .rdg) :where(#hero) {
    grid-template-rows: minmax(0, 1fr) auto 12px auto 56px 30px;
    min-height: min(520px, 100vh - var(--site-header-height));
    min-height: min(520px, 100svh - var(--site-header-height));
  }
  :where(.home, .campaign-home, .wmr, .rdg) :where(#hero) .mod_breadcrumb {
    display: none;
  }
  :where(.home, .campaign-home, .wmr, .rdg) :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) h1 {
    grid-row: 2;
  }
  :where(.home, .campaign-home, .wmr, .rdg) :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > p,
  :where(.home, .campaign-home, .wmr, .rdg) :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > h4,
  :where(.home, .campaign-home, .wmr, .rdg) :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > .rte {
    grid-row: 4;
  }
  :where(.home, .campaign-home, .wmr, .rdg) :where(#hero) .mod_article .hero-scroll {
    grid-row: 5;
  }
}
@media screen and (max-width: 560px) {
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) h1 {
    font-size: 29px;
    line-height: 1.1;
  }
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > p,
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > h4,
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > .rte p,
  :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) > .rte h4 {
    font-size: 15px;
    line-height: 1.4;
  }
}
/* ==========================================================================
   Globales Inhaltslayout

   Contao gibt #right nur aus, wenn dem nativen Layoutbereich tatsächlich
   Inhalt zugeordnet ist. Ohne Seitenleiste bleibt #main einspaltig; mit
   Seitenleiste entsteht automatisch das zweispaltige Inhaltslayout.
   ========================================================================== */
.site-main {
  float: none;
}

.site-main > .inside {
  width: min(1216px, 100% - 64px);
  margin-inline: auto;
  padding-block: 96px;
}

.campaign-home .site-main > .inside {
  width: 100%;
  padding-block: 0;
}

.site-container:has(> #right > .inside > * > *) {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 2.176fr) minmax(280px, 1fr);
  column-gap: 64px;
  align-items: start;
  width: min(1216px, 100% - 64px);
  margin-inline: auto;
  padding-block: 96px;
}
.site-container:has(> #right > .inside > * > *)::before {
  position: absolute;
  top: 96px;
  bottom: 96px;
  left: 66.6667%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  content: "";
}
.site-container:has(> #right > .inside > * > *) > .site-main,
.site-container:has(> #right > .inside > * > *) > #right {
  float: none;
  min-width: 0;
  width: auto;
  margin: 0;
}
.site-container:has(> #right > .inside > * > *) > .site-main > .inside {
  width: 100%;
  padding-block: 0;
}

#right p,
#right li,
#right a {
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: -0.4395px;
}
#right figcaption {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3125px;
}
#right .ce_text > h3:first-child {
  margin: 0 0 24px;
}
#right .ce_text > p {
  margin: 0;
}
#right .ce_text > p + p {
  margin-top: 32px;
}
#right .ce_text > h4 {
  margin: 40px 0 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28.8px;
  letter-spacing: -0.4395px;
}
#right .ce_text > h4 + p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#right .ce_text > h4 + p::before {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 0.42em;
  background: currentColor;
  content: "";
  -webkit-mask: url("../../files/natur-freizeit/css/assets/icon-arrow-right.svg") center/contain no-repeat;
  mask: url("../../files/natur-freizeit/css/assets/icon-arrow-right.svg") center/contain no-repeat;
}
#right .ce_text > p a,
#right .ce_text > p a:visited {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-offset: 0.12em;
  text-underline-position: from-font;
  overflow-wrap: anywhere;
}
#right ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
#right li + li {
  margin-top: 12px;
}

#right:not(:has(> .inside > * > *)) {
  display: none;
}

.sb-block h3 {
  margin: 0;
}
.sb-block + .sb-block {
  margin-top: 56px;
}
.sb-block figure {
  margin-top: 16px;
  margin-bottom: 0;
}
.sb-block figcaption {
  margin-top: 16px;
  text-align: left;
}
.sb-block .cta {
  margin-bottom: 0;
}

/* ==========================================================================
   Strukturierte Daten und Standardlisten
   ========================================================================== */
.datenliste {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 8px 4px;
  margin-bottom: 24px;
}
.datenliste dt,
.datenliste dd {
  margin: 0;
}
.datenliste dt {
  font-weight: 700;
}

/* ==========================================================================
   Bilder, Galerien und Videos

   Die Bild- und Videoquellen bleiben CMS-Inhalt. Die Klassen definieren nur
   Grösse und Verhalten der jeweiligen wiederverwendbaren Medienvariante.
   ========================================================================== */
.bild-grid-3,
.bild-grid-4,
.bild-grid {
  --bild-grid-columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--bild-grid-columns), minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 56px;
}
.bild-grid-3 figure,
.bild-grid-4 figure,
.bild-grid figure {
  min-width: 0;
  margin: 0;
}
.bild-grid-3 .image_container,
.bild-grid-3 img,
.bild-grid-3 .media-placeholder,
.bild-grid-4 .image_container,
.bild-grid-4 img,
.bild-grid-4 .media-placeholder,
.bild-grid .image_container,
.bild-grid img,
.bild-grid .media-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
}
.bild-grid-3 img,
.bild-grid-4 img,
.bild-grid img {
  object-fit: cover;
}
.bild-grid-3 figcaption,
.bild-grid-4 figcaption,
.bild-grid figcaption {
  text-align: center;
}

.bild-grid-4,
.bild-grid.cols-4 {
  --bild-grid-columns: 4;
}

.ce_gallery {
  --gallery-columns: 4;
  --gallery-total-gap: 72px;
  --gallery-gap: 24px;
  --gallery-min-item-width: 176px;
  display: block;
}
.ce_gallery > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, max(var(--gallery-min-item-width), (100% - var(--gallery-total-gap)) / var(--gallery-columns))), 1fr));
  gap: var(--gallery-gap);
  margin: 0 0 56px;
  padding: 0;
  overflow: visible;
  list-style: none;
}
.ce_gallery > ul.cols_1 {
  --gallery-columns: 1;
  --gallery-total-gap: 0px;
}
.ce_gallery > ul.cols_2 {
  --gallery-columns: 2;
  --gallery-total-gap: 24px;
}
.ce_gallery > ul.cols_3 {
  --gallery-columns: 3;
  --gallery-total-gap: 48px;
}
.ce_gallery > ul.cols_4 {
  --gallery-columns: 4;
  --gallery-total-gap: 72px;
}
.ce_gallery > ul.cols_5 {
  --gallery-columns: 5;
  --gallery-total-gap: 96px;
}
.ce_gallery > ul.cols_6 {
  --gallery-columns: 6;
  --gallery-total-gap: 120px;
}
.ce_gallery > ul.cols_7 {
  --gallery-columns: 7;
  --gallery-total-gap: 144px;
}
.ce_gallery > ul.cols_8 {
  --gallery-columns: 8;
  --gallery-total-gap: 168px;
}
.ce_gallery > ul.cols_9 {
  --gallery-columns: 9;
  --gallery-total-gap: 192px;
}
.ce_gallery > ul.cols_10 {
  --gallery-columns: 10;
  --gallery-total-gap: 216px;
}
.ce_gallery > ul.cols_11 {
  --gallery-columns: 11;
  --gallery-total-gap: 240px;
}
.ce_gallery > ul.cols_12 {
  --gallery-columns: 12;
  --gallery-total-gap: 264px;
}
.ce_gallery > ul > li {
  float: none;
  clear: none;
  margin: 0;
}
.ce_gallery figure {
  min-width: 0;
  margin: 0;
}
.ce_gallery .image_container,
.ce_gallery img {
  width: 100%;
  aspect-ratio: 4/3;
}
.ce_gallery img {
  object-fit: cover;
}
.ce_gallery figcaption {
  text-align: center;
}

.bild-einzeln {
  width: min(513px, 100%);
  margin-bottom: 0;
}
.bild-einzeln figure {
  margin: 0;
}
.bild-einzeln .image_container,
.bild-einzeln img,
.bild-einzeln .media-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
}
.bild-einzeln img {
  object-fit: cover;
}
.bild-einzeln figcaption {
  margin-top: 16px;
  text-align: left;
}

.video-embed,
.ce_youtube,
.ce_vimeo,
.ce_player {
  width: min(474px, 100%);
  margin-bottom: 56px;
}
.video-embed .video_container,
.video-embed video,
.video-embed iframe,
.video-embed .media-placeholder,
.ce_youtube .video_container,
.ce_youtube video,
.ce_youtube iframe,
.ce_youtube .media-placeholder,
.ce_vimeo .video_container,
.ce_vimeo video,
.ce_vimeo iframe,
.ce_vimeo .media-placeholder,
.ce_player .video_container,
.ce_player video,
.ce_player iframe,
.ce_player .media-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
.video-embed video,
.video-embed iframe,
.ce_youtube video,
.ce_youtube iframe,
.ce_vimeo video,
.ce_vimeo iframe,
.ce_player video,
.ce_player iframe {
  height: auto;
  border: 0;
}

.media-placeholder {
  display: block;
  background: #e4e7eb;
}

.media-map {
  display: block;
  width: 100%;
  height: 160px;
  background: #e4e7eb;
  object-fit: cover;
}

.media-square {
  display: block;
  width: 160px;
  height: 160px;
  background: #e4e7eb;
  object-fit: cover;
}

/* ==========================================================================
   Verlinkte Listen und Downloads
   ========================================================================== */
.linkliste {
  margin-bottom: 56px;
  padding-top: 24px;
}
.linkliste h3 {
  margin: 0;
}
.linkliste ul + h3 {
  margin-top: 32px;
}
.linkliste ul {
  margin-top: 16px;
  padding-left: 0;
  list-style: none;
}
.linkliste a {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}

.dl-list {
  margin-bottom: 56px;
}
.dl-list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dl-list > ul > li {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.dl-list a {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.linkliste a,
.dl-list a {
  --link-arrow-size: 16px;
  --link-arrow-offset: calc((1lh - var(--link-arrow-size)) / 2);
}

#right li a,
#right .cta a {
  --link-arrow-size: 14px;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}

.linkliste a::before,
.dl-list a::before,
#right li a::before,
#right .cta a::before {
  flex: 0 0 var(--link-arrow-size);
  width: var(--link-arrow-size);
  height: var(--link-arrow-size);
  margin-top: var(--link-arrow-offset, 0.25em);
  background: var(--nf-accent, currentColor);
  content: "";
  -webkit-mask: url("../../files/natur-freizeit/css/assets/icon-arrow-right.svg") center/contain no-repeat;
  mask: url("../../files/natur-freizeit/css/assets/icon-arrow-right.svg") center/contain no-repeat;
}

/* Wiederverwendbarer Aktionslink mit nachgestelltem Pfeil. */
.arrow-link {
  --link-arrow-size: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.1504px;
  text-decoration: none;
  text-transform: uppercase;
}
.arrow-link::after {
  flex: 0 0 var(--link-arrow-size);
  width: var(--link-arrow-size);
  height: var(--link-arrow-size);
  background: currentColor;
  content: "";
  -webkit-mask: url("../../files/natur-freizeit/css/assets/icon-arrow-right.svg") center/contain no-repeat;
  mask: url("../../files/natur-freizeit/css/assets/icon-arrow-right.svg") center/contain no-repeat;
}
.arrow-link:hover, .arrow-link:focus-visible {
  text-decoration: underline;
}

.arrow-link--small {
  --link-arrow-size: 14px;
}

/* ==========================================================================
   Hinweise
   ========================================================================== */
.ce_text.hinweis {
  margin-bottom: 56px;
}
.ce_text.hinweis > p {
  margin-bottom: 0;
  padding: 24px;
  background: var(--nf-notice-background, #fafafa);
}

@media screen and (max-width: 1100px) {
  .site-main > .inside {
    width: calc(100% - 72px);
    padding-block: 72px;
  }
  .site-container:has(> #right > .inside > * > *) {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr);
    column-gap: 48px;
    width: calc(100% - 72px);
    padding-block: 72px;
  }
  .site-container:has(> #right > .inside > * > *)::before {
    content: none;
  }
  .site-container:has(> #right > .inside > * > *) > .site-main {
    position: relative;
  }
  .site-container:has(> #right > .inside > * > *) > .site-main::after {
    position: absolute;
    top: 0;
    right: -24px;
    bottom: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: "";
  }
  .bild-grid-4,
  .bild-grid.cols-4 {
    --bild-grid-columns: 2;
  }
}
@media screen and (max-width: 781px) {
  .site-main > .inside {
    width: calc(100% - 48px);
    padding-block: 56px 64px;
  }
  .site-container:has(> #right > .inside > * > *) {
    display: block;
    width: calc(100% - 48px);
    padding-block: 56px 64px;
  }
  .site-container:has(> #right > .inside > * > *) > .site-main::after {
    content: none;
  }
  #right {
    margin-top: 64px;
    padding-top: 56px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #right p,
  #right li,
  #right a {
    font-size: 16px;
    line-height: 25.6px;
  }
  #right .ce_text > h4 {
    font-size: 16px;
    line-height: 25.6px;
  }
  .datenliste {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .datenliste dd + dt {
    margin-top: 8px;
  }
  .bild-grid-3,
  .bild-grid-4,
  .bild-grid {
    --bild-grid-columns: 1;
  }
}
/* ==========================================================================
   Bestellformular

   Die Komponentenklassen werden direkt an den Contao-Formularfeldern
   gepflegt. Dadurch bleibt das Layout unabhängig von Feld- und Artikel-IDs
   und kann für weitere Bestellformulare wiederverwendet werden.
   ========================================================================== */
.order-form__form {
  width: min(100%, 790px);
}

.order-product-section,
.order-quantity-list,
.order-quantity-row,
.order-customer-details,
.order-form-grid {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.order-product-section {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  column-gap: 32px;
}
.order-product-section > legend,
.order-product-section .order-product-section__intro {
  grid-column: 1/-1;
}
.order-product-section > legend, .order-product-section__intro, .order-product-section__preview,
.order-product-section .order-quantity-list {
  min-width: 0;
}
.order-product-section > legend {
  float: none;
  width: 100%;
  padding: 0;
  color: #0a0a0a;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  letter-spacing: 0.1028px;
}
.order-product-section__intro {
  margin-top: 24px;
}
.order-product-section__intro p {
  margin: 0;
}
.order-product-section__preview,
.order-product-section .order-quantity-list {
  margin-top: 32px;
}
.order-product-section__preview {
  grid-column: 1;
  align-self: start;
}
.order-product-section__preview figure {
  width: 118px;
  margin: 0;
}
.order-product-section__preview img {
  display: block;
  width: 100%;
  height: auto;
}
.order-product-section .order-quantity-list {
  grid-column: 2;
}
.order-product-section + .order-product-section {
  margin-top: 56px;
}

.order-product-section--stickers .order-product-section__preview,
.order-product-section--stickers .order-quantity-list {
  margin-top: 24px;
}

.order-quantity-list > legend,
.order-form-grid > legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.order-quantity-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 78px);
  column-gap: 16px;
  align-items: center;
  justify-content: end;
  min-height: 55px;
  padding: 12px 0 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.order-quantity-row:last-of-type {
  padding-bottom: 12px;
  border-bottom: 0;
}
.order-quantity-row > legend {
  position: absolute;
  top: 50%;
  left: 0;
  float: none;
  width: auto;
  min-width: 0;
  padding: 0;
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.4395px;
  transform: translateY(-50%);
}

.widget.order-quantity-field {
  display: grid;
  grid-template-columns: 24px 48px;
  column-gap: 6px;
  align-items: center;
  min-width: 0;
}
.widget.order-quantity-field--de {
  grid-column: 1;
}
.widget.order-quantity-field--fr {
  grid-column: 2;
}
.widget.order-quantity-field--it {
  grid-column: 3;
}
.widget.order-quantity-field--ju {
  grid-column: 2;
}
.widget.order-quantity-field--en {
  grid-column: 4;
}
.widget.order-quantity-field > label {
  width: 24px;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.1504px;
}
.widget.order-quantity-field > input {
  width: 48px;
  height: 30px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 5px 9px;
  background: #ffffff;
  color: #0a0a0a;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.1504px;
  appearance: textfield;
}
.widget.order-quantity-field > input::placeholder {
  color: rgba(10, 10, 10, 0.5);
  opacity: 1;
}
.widget.order-quantity-field > input::-webkit-inner-spin-button, .widget.order-quantity-field > input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}
.widget.order-quantity-field > input:focus-visible {
  outline: 2px solid var(--nf-accent, #0a0a0a);
  outline-offset: 2px;
}

.order-quantity-row--winter {
  grid-template-columns: repeat(4, 78px);
  row-gap: 8px;
  justify-content: end;
}
.order-quantity-row--winter .widget.order-quantity-field--ju {
  grid-template-columns: 28px 48px;
  column-gap: 2px;
}
.order-quantity-row--winter .widget.order-quantity-field--ju > label {
  width: 28px;
  font-size: 12px;
}
.order-quantity-row--winter .widget.order-quantity-field--de {
  grid-column: 1;
  grid-row: 1;
}
.order-quantity-row--winter .widget.order-quantity-field--fr {
  grid-column: 2;
  grid-row: 1;
}
.order-quantity-row--winter .widget.order-quantity-field--ju {
  grid-column: 2;
  grid-row: 2;
}
.order-quantity-row--winter .widget.order-quantity-field--it {
  grid-column: 3;
  grid-row: 1;
}
.order-quantity-row--winter .widget.order-quantity-field--en {
  grid-column: 4;
  grid-row: 1;
}

.order-product-section__placeholder {
  display: grid;
  width: 118px;
  aspect-ratio: 1;
  place-items: center;
  background: #e5e7eb;
  color: #99a1af;
  font-size: 12px;
  line-height: 16px;
}

.order-customer-details {
  width: min(100%, 576px);
  margin-top: 56px;
}
.order-customer-details > legend {
  float: none;
  width: 100%;
  padding: 0;
  color: #0a0a0a;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  letter-spacing: 0.1028px;
}

.order-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.order-form-grid + .order-form-field, .order-form-grid + .order-form-grid, .order-form-grid + .order-consent, .order-form-grid + .order-submit, .order-form-grid + .order-shipping-note {
  margin-top: 20px;
}
.order-form-grid .widget.order-form-field {
  margin-top: 0;
}

.order-form-grid--name {
  margin-top: 24px;
}

.widget.order-form-field {
  width: 100%;
  margin-top: 20px;
}
.widget.order-form-field > label {
  display: block;
  margin-bottom: 6px;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.1504px;
}
.widget.order-form-field input,
.widget.order-form-field select,
.widget.order-form-field textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 8px 10px;
  background: #ffffff;
  color: #0a0a0a;
}
.widget.order-form-field input:focus-visible,
.widget.order-form-field select:focus-visible,
.widget.order-form-field textarea:focus-visible {
  outline: 2px solid var(--nf-accent, #0a0a0a);
  outline-offset: 2px;
}
.widget.order-form-field input,
.widget.order-form-field select {
  height: 42px;
}
.widget.order-form-field textarea {
  height: 104px;
  min-height: 104px;
  resize: vertical;
}

.order-consent {
  margin-top: 20px;
}
.order-consent > fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}
.order-consent legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.order-consent fieldset > span {
  display: grid;
  grid-template-columns: 13px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
}
.order-consent input {
  width: 13px;
  height: 13px;
  margin: 4px 0 0;
}
.order-consent label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3125px;
}

.order-submit {
  margin-top: 20px;
}
.order-submit button,
.order-submit input {
  min-width: 219px;
  min-height: 48px;
  margin: 0;
  border: 0;
  padding: 12px 24px;
  background: var(--nf-accent, #06abe7);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3125px;
  cursor: pointer;
}
.order-submit button:focus-visible,
.order-submit input:focus-visible {
  outline: 2px solid #0a0a0a;
  outline-offset: 2px;
}

.order-shipping-note {
  margin-top: 20px;
}
.order-shipping-note p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3125px;
}

.order-form-notice {
  width: min(100%, 790px);
  margin-top: 56px;
  padding: 24px;
  background: var(--nf-notice-background, #fafafa);
}
.order-form-notice p {
  margin: 0;
}

.order-form-privacy-note {
  margin-top: 20px;
}
.order-form-privacy-note p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
}

.order-support {
  width: min(100%, 790px);
  margin-top: 72px;
  padding-top: 56px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.order-support__section + .order-support__section {
  margin-top: 56px;
}
.order-support h2 {
  margin: 0;
}
.order-support p {
  margin: 20px 0 0;
}
.order-support__codes {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
  margin-top: 24px;
}
.order-support__codes img {
  display: block;
  width: 150px;
  height: auto;
}
.order-support__social p {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

@media screen and (max-width: 781px) {
  .order-product-section {
    grid-template-columns: minmax(0, 1fr);
  }
  .order-product-section > legend {
    font-size: 24px;
    line-height: 30px;
  }
  .order-product-section__preview,
  .order-product-section .order-quantity-list {
    grid-column: 1;
  }
  .order-product-section .order-quantity-list {
    margin-top: 24px;
  }
  .order-quantity-row {
    justify-content: start;
    padding-top: 49px;
  }
  .order-quantity-row > legend {
    top: 12px;
    transform: none;
  }
  .order-quantity-row--winter {
    grid-template-columns: repeat(3, 78px);
  }
  .order-quantity-row--winter .widget.order-quantity-field--en {
    grid-column: 1;
    grid-row: 2;
  }
  .order-customer-details > legend {
    font-size: 24px;
    line-height: 30px;
  }
  .order-form-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .order-support {
    margin-top: 56px;
    padding-top: 48px;
  }
}
@media screen and (max-width: 320px) {
  .order-quantity-row {
    grid-template-columns: repeat(2, 78px);
  }
  .order-quantity-row .widget.order-quantity-field--it {
    grid-column: 1;
    grid-row: 2;
  }
  .order-quantity-row--winter {
    grid-template-columns: repeat(2, 78px);
  }
  .order-quantity-row--winter .widget.order-quantity-field--en {
    grid-column: 1;
    grid-row: 3;
  }
}
/* ==========================================================================
   Downloadcenter

   Die Downloadzeilen bilden das Sprachraster als eigenständige Komponente
   ab. Das Seiten- und Sidebar-Raster stammt weiterhin aus _template-page.scss.
   ========================================================================== */
#subnav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.download-center-nav {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}
.download-center-nav__inner {
  box-sizing: border-box;
  width: min(1280px, 100%);
  margin-inline: auto;
  padding: 16px 32px;
}
.download-center-nav ul {
  display: flex;
  width: max-content;
  margin: 0;
  padding: 0;
  gap: 24px;
  list-style: none;
}
.download-center-nav li {
  font-size: 14px;
  line-height: 20px;
}
.download-center-nav a,
.download-center-nav a:visited {
  color: var(--nf-accent);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  text-decoration: none;
  white-space: nowrap;
}
.download-center-nav a:hover,
.download-center-nav a:focus-visible {
  text-decoration: underline;
}

.download-center :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.0289px;
}

.download-section {
  container-type: inline-size;
  scroll-margin-top: 24px;
}
.download-section + .download-section {
  margin-top: 56px;
}
.download-section h2 {
  margin: 0;
}
.download-section__intro {
  margin: 24px 0 0;
}

.download-product {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  margin-top: 32px;
}
.download-product--compact {
  margin-top: 24px;
}

@container (max-width: 520px) {
  .download-product {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
}
.download-preview {
  display: block;
  width: 118px;
  margin: 0;
  overflow: hidden;
}
.download-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.download-preview--poster {
  aspect-ratio: 211/298;
}
.download-preview--leporello {
  aspect-ratio: 600/845;
}
.download-preview--logo {
  box-sizing: border-box;
  height: 115px;
  padding: 16px;
  background: #ffffff;
}
.download-preview--placeholder {
  display: grid;
  height: 158px;
  place-items: center;
  background: #e5e7eb;
  color: #99a1af;
  font-size: 12px;
  line-height: 16px;
}
.download-preview--compact {
  height: 118px;
  background: #ffffff;
}
.download-preview--compact img {
  object-fit: contain;
}

.download-list {
  container-type: inline-size;
  min-width: 0;
}
.download-list--standalone {
  margin-top: 24px;
}

.download-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 54px;
  padding: 12px 0 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.download-row:last-child {
  padding-bottom: 12px;
  border-bottom: 0;
}

.download-label {
  min-width: 0;
  padding-right: 16px;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: -0.4395px;
  overflow-wrap: anywhere;
}

.download-list--products .download-label {
  font-weight: 500;
}

.download-links {
  display: flex;
  justify-content: flex-end;
}

.download-links--languages {
  display: grid;
  grid-template-columns: repeat(3, 64px);
  width: 192px;
  justify-content: stretch;
}

.download-links--languages-four {
  display: grid;
  grid-template-columns: repeat(4, 64px);
  width: 256px;
  justify-content: stretch;
}
.download-links--languages-four .download-link--ju {
  grid-column: 2;
  grid-row: 2;
}
.download-links--languages-four .download-link--it {
  grid-column: 3;
  grid-row: 1;
}
.download-links--languages-four .download-link--en {
  grid-column: 4;
  grid-row: 1;
}

.download-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--nf-accent);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  text-decoration: none;
  white-space: nowrap;
}
.download-link::before {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  background: currentColor;
  content: "";
  -webkit-mask: url("../../files/natur-freizeit/css/assets/icon-download.svg") center/contain no-repeat;
  mask: url("../../files/natur-freizeit/css/assets/icon-download.svg") center/contain no-repeat;
}
.download-link:hover, .download-link:focus-visible {
  text-decoration: underline;
}
.download-link--de {
  grid-column: 1;
}
.download-link--fr {
  grid-column: 2;
}
.download-link--it {
  grid-column: 3;
}

@container (max-width: 512px) {
  .download-row--languages-wide {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
  .download-row--languages-wide .download-links {
    justify-content: start;
  }
}
.download-text-link {
  color: var(--nf-accent);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1504px;
  text-decoration: none;
}
.download-text-link:hover, .download-text-link:focus-visible {
  text-decoration: underline;
}

.download-accordions {
  margin-top: 24px;
}

.download-accordion {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.download-accordion + .download-accordion {
  margin-top: 12px;
}
.download-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 11px 19px;
  gap: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.3125px;
  cursor: pointer;
  list-style: none;
}
.download-accordion summary::-webkit-details-marker {
  display: none;
}
.download-accordion summary::after {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background: #0a0a0a;
  content: "";
  transition: transform 160ms ease;
  -webkit-mask: url("../../files/natur-freizeit/css/assets/icon-chevron-down.svg") center/contain no-repeat;
  mask: url("../../files/natur-freizeit/css/assets/icon-chevron-down.svg") center/contain no-repeat;
}
.download-accordion summary:focus-visible {
  outline: 2px solid var(--nf-accent);
  outline-offset: 2px;
}
.download-accordion[open] summary::after {
  transform: rotate(180deg);
}
.download-accordion__content {
  padding: 0 20px 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.download-accordion .download-label {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3125px;
}

.download-availability {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 24px;
}

.download-note {
  margin: 32px 0 0;
}

.download-subsection {
  margin-top: 32px;
}
.download-subsection h3 {
  margin: 0;
}

.download-copy {
  margin-top: 32px;
}
.download-copy p {
  margin: 0;
}
.download-copy p + p {
  margin-top: 20px;
}

.download-video {
  margin-top: 24px;
}
.download-video video {
  display: block;
  width: 100%;
  height: auto;
  background: #0a0a0a;
}

.download-center-sidebar .sb-block > p:not(.cta) {
  margin: 16px 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3125px;
}
.download-center-sidebar .cta {
  margin: 4px 0 0;
}
.download-center-sidebar .cta a,
.download-center-sidebar .cta a:visited {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3125px;
  text-decoration: none;
}
.download-center-sidebar .cta a:hover,
.download-center-sidebar .cta a:focus-visible {
  text-decoration: underline;
}

@media screen and (max-width: 781px) {
  .download-center-nav__inner {
    padding-inline: 24px;
  }
  .download-center :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) h1 {
    font-size: 32px;
    line-height: 38.4px;
  }
  .download-section + .download-section {
    margin-top: 48px;
  }
  .download-section__intro {
    margin-top: 20px;
  }
  .download-product {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-top: 24px;
  }
  .download-label {
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: -0.3125px;
  }
  .download-row {
    min-height: 52px;
  }
}
@media screen and (max-width: 560px) {
  .download-center :where(#hero) :where(.mod_article > :is(.ce_text, .ce_image)) h1 {
    font-size: 29px;
    line-height: 1.1;
  }
  .download-links--languages-four {
    grid-template-columns: repeat(3, 64px);
    width: 192px;
  }
  .download-links--languages-four .download-link--ju {
    grid-column: 2;
    grid-row: 2;
  }
  .download-links--languages-four .download-link--it {
    grid-column: 3;
    grid-row: 1;
  }
  .download-links--languages-four .download-link--en {
    grid-column: 1;
    grid-row: 2;
  }
}

/*# sourceMappingURL=main.css.map */

