@charset "UTF-8";
/* @author Jules Weigel, Karo3.de * @copyright 	Copyright (C) Jules Weigel, Karo3.de * @license Jules Weigel, Karo3.de */
:root {
  --c-txt: #000;
  --c-h: #EC682A;
  --c-a: #EC682A;
  --c-a-hover: #EC682A;
  --c-bg-1: #213865;
  --c-bg-2: #707F9D;
  --c-bg-3: #213865;
  --c-bg-l-1: #EAEDF2;
  --c-bg-l-2: #EAEDF2;
  --c-bg-l-3: #EAEDF2;
  --c-bg-l-4: #EAEDF2;
  --c-bg-l-5: #EAEDF2;
  --c-bg-txt: #fff;
  --c-bg-l-txt: #000;
  --c-bg-a: #fff;
  --c-bg-a-hover: #fff;
  --c-border-1: #000;
  --c-border-2: #000;
  --c-border-3: #000;
  --c-1: #EC682A;
  --c-2: #213865;
  --c-3: #707F9D;
  --c-4: #EAEDF2;
  --c-w: #fff;
  --c-l: #EAEDF2;
  --c-d: #101010;
  --c-grey: #EDEDED;
  --c-grey-l: #F5F5F5;
  --c-grey-d: #999;
  --c-r: #FB0000;
  --c-b: #213865;
  --c-b-l: #637393;
  --c-y: #FFE077;
  --c-g: #C0E559;
  --c-g-d: #476000;
  --c-g-l: #D6E4A7;
  --c-o: #EC682A;
  --c-o-d: #D04900;
  --c-m: #DCC7E2;
  --c-btn: #213865;
  --c-btn-txt: #fff;
  --c-btn-hover: #EC682A;
  --c-btn-txt-hover: #fff;
}

:root {
  --sp-xxl-x: 8rem;
  --sp-xxl-y: 8rem;
  --sp-xl-x: 3rem;
  --sp-xl-y: 3rem;
  --sp-l-x: 1.5rem;
  --sp-l-y: 1.5rem;
  --sp-25-x: 2.5rem;
  --sp-25-y: 2.5rem;
  --sp-2-x: 2rem;
  --sp-2-y: 2rem;
  --sp-m-x: 1rem;
  --sp-m-y: 1rem;
  --sp-s-x: 0.75rem;
  --sp-s-y: 0.75rem;
  --sp-xs-x: 0.5rem;
  --sp-xs-y: 0.5rem;
  --sp-xxs-x: 0.25rem;
  --sp-xxs-y: 0.25rem;
  --sp-gap: 2rem;
  --sp-gap-block: 3rem;
}

:root {
  --sz-w-content: 1560px;
  --sz-header: 5rem;
}

/*------------------------------ Fonts -----------------------------*/
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v20-latin-700.woff2") format("woff2"), url("../fonts/inter-v20-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/inter-v20-latin-700italic.woff2") format("woff2"), url("../fonts/inter-v20-latin-700italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v44-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v44-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v44-latin-italic.woff2") format("woff2"), url("../fonts/open-sans-v44-latin-italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v44-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v44-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/open-sans-v44-latin-600italic.woff2") format("woff2"), url("../fonts/open-sans-v44-latin-600italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v44-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v44-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans-v44-latin-700italic.woff2") format("woff2"), url("../fonts/open-sans-v44-latin-700italic.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-size: 22px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  color: var(--c-txt);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  background-color: #fff;
  overflow-x: hidden;
}

section {
  container-type: inline-size;
}

/*--------------- Bilder ---------------*/
a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 0rem;
}

.img-100 {
  width: 100%;
}
.icke-pos-right, .img-right, .icke-pos-left, .img-left, .img-50 {
  max-width: calc(50% - var(--sp-l-x) / 2 + var(--sp-2-x)) !important;
}
.img-40 {
  max-width: 40% !important;
}
@media only screen and (max-width: 770px) {
  .img-40 {
    max-width: 50% !important;
  }
}
@media only screen and (max-width: 400px) {
  .img-40 {
    max-width: 100% !important;
    min-width: auto;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}
.imgs-2, .imgs-3 {
  overflow: hidden;
}
.imgs-2 img, .imgs-3 img {
  margin: 0 0.75rem 0.75rem !important;
}
.imgs-2 img {
  width: calc(50% - 0.75rem - 0.1rem);
}
.imgs-2 img:nth-child(odd) {
  margin-left: 0 !important;
}
.imgs-2 img:nth-child(even) {
  margin-right: 0 !important;
}
.imgs-3 img {
  width: calc(33% - 1rem - 0.1rem);
}
.imgs-3 img:nth-child(3n+1) {
  margin-left: 0 !important;
}
.imgs-3 img:nth-child(3n) {
  margin-right: 0 !important;
}
.page-header-image, .img-bg {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.img-bg-fixed {
  background-attachment: fixed;
}
.icke-pos-left, .img-left {
  display: block;
}
.icke-pos-right, .img-right {
  display: block;
}
.wf_caption, .img-desc, .img-caption {
  font-size: 0.6363636364rem;
  line-height: 105%;
  position: absolute;
  bottom: 0.5rem;
  margin-left: 1rem;
  color: var(--c-w);
  text-shadow: #000000 0px 0px 10px;
}
.wf_caption > *:first-child:before, .img-desc > *:first-child:before, .img-caption > *:first-child:before {
  content: "© ";
}
.wf_caption *, .img-desc *, .img-caption * {
  margin-bottom: 0;
}
.wf_caption img, .img-desc img, .img-caption img {
  margin-bottom: 0.1rem;
}
.stripe-img-r img, .stripe-img-l img, .img-cover-auto, .img-cover-min, .img-cover {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.img-cover-min {
  height: auto;
  min-height: 100%;
}
.img-cover-auto {
  height: auto;
}
.img-cover-left {
  object-position: left;
}
.img-contain {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}
.img-zoom {
  overflow: hidden;
  display: block;
}
.img-zoom .block-img img {
  transition: all 1s;
}
.img-zoom .block-img:hover img {
  transform: scale(1.15);
}
.img-zoom:hover .block-img img {
  transform: scale(1.15);
}
.img-zoom img {
  transition: all 1s;
}
.img-zoom:hover img {
  transform: scale(1.15);
}
.img-logos {
  align-items: flex-start;
}
.img-logos > * img {
  object-fit: contain !important;
  max-height: 5rem !important;
}
@media only screen and (max-width: 870px) {
  .img-logos > * img {
    max-height: 3.5rem !important;
  }
}
.img-icon {
  width: 5.2rem;
  height: 5.2rem;
}

@media only screen and (max-width: 500px) {
  .img-50, .img-right, .img-left, .icke-pos-left, .icke-pos-right {
    max-width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 1rem !important;
  }
  .img-desc {
    padding-left: var(--sp-m-x);
    padding-right: var(--sp-m-x);
  }
}
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?43396230");
  src: url("../fonts/fontello.eot?43396230#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?43396230") format("woff2"), url("../fonts/fontello.woff?43396230") format("woff"), url("../fonts/fontello.ttf?43396230") format("truetype"), url("../fonts/fontello.svg?43396230#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.masonry-k3-img-download:after, .btn-download, .menu-a.btn-download, .btn-arrow:after, .menu-a.btn-arrow:after, .list-check li:before, .btn-download:before, .menu-a.btn-download:before, [class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  min-width: 1em;
  display: inline-block;
}

.icon-wrapper [class^=icon-]:before {
  margin: -0.1rem -0.8409090909rem 0;
  width: 2.4090909091rem;
}

.icon-email:before {
  content: "\e800";
} /* '' */
.icon-print:before {
  content: "\e801";
} /* '' */
.icon-phone:before {
  content: "\e802";
} /* '' */
.icon-rss:before {
  content: "\e803";
} /* '' */
.icon-right-open:before {
  content: "\e804";
} /* '' */
.icon-cancel:before {
  content: "\e805";
} /* '' */
.icon-download:before {
  content: "\e806";
} /* '' */
.icon-upload:before {
  content: "\e807";
} /* '' */
.icon-calendar:before {
  content: "\e808";
} /* '' */
.icon-lock:before {
  content: "\e809";
} /* '' */
.icon-warning-empty:before {
  content: "\e80a";
} /* '' */
.icon-basket:before {
  content: "\e80b";
} /* '' */
.icon-trash-empty:before {
  content: "\e80c";
} /* '' */
.icon-ok:before {
  content: "\e80d";
} /* '' */
.icon-micro:before {
  content: "\e80e";
} /* '' */
.icon-search:before {
  content: "\e80f";
} /* '' */
.icon-book:before {
  content: "\e810";
} /* '' */
.icon-quote:before {
  content: "\e811";
} /* '' */
.icon-eye:before, .icon-eye-slash:before {
  content: "\e812";
} /* '' */
.icon-play:before {
  content: "\e822";
} /* '' */
.icon-arrow:before {
  content: "\e825";
} /* '' */
.icon-info:before {
  content: "\e84d";
} /* '' */
.icon-clock:before {
  content: "\e854";
} /* '' */
.icon-share:before {
  content: "\e8d9";
} /* '' */
.icon-cart:before {
  content: "\e90b";
} /* '' */
.icon-disqus:before {
  content: "\e90e";
} /* '' */
.icon-mastodon:before {
  content: "\e90f";
} /* '' */
.icon-arrow-head:before {
  content: "\e910";
} /* '' */
.icon-money:before {
  content: "\e911";
} /* '' */
.icon-info-circled-alt:before {
  content: "\f086";
} /* '' */
.icon-link-ext:before {
  content: "\f08e";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-angle-double-right:before {
  content: "\f101";
} /* '' */
.icon-angle-right:before {
  content: "\f105";
} /* '' */
.icon-youtube:before {
  content: "\f167";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-tumblr:before {
  content: "\f173";
} /* '' */
.icon-paypal:before {
  content: "\f1ed";
} /* '' */
.icon-pinterest:before {
  content: "\f231";
} /* '' */
.icon-whatsapp:before {
  content: "\f232";
} /* '' */
.icon-reddit:before {
  content: "\f281";
} /* '' */
.icon-linkedin:before {
  content: "\f318";
} /* '' */
.icon-x:before {
  content: "\e828";
  font-size: 0.8rem !important;
} /* '' */
.icon-tiktok:before {
  content: "\e829";
} /* '' */
.icon-bluesky:before {
  content: "\e87f";
} /* '' */
.icon-arrow-down:before {
  content: "\e910";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  transition: transform 0.5s;
}
.icon-arrow-down.active:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.icon-angle-left:before {
  content: "\f105";
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.icon-angle-double-left:before {
  content: "\f101";
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.active .icon-arrow-down:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon-in-circle, .masonry-k3-img-download:after, .btn-arrow:after, .menu-a.btn-arrow:after {
  content: "";
  background-color: var(--c-txt);
  color: var(--c-1);
  width: 1.666em;
  height: 1.666em;
  border-radius: 100%;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.icon-in-circle:hover, .masonry-k3-img-download:hover:after, .btn-arrow:hover:after {
  text-decoration: none;
  background-color: var(--c-1);
  color: var(--c-txt);
}
@media only screen and (max-width: 1023px) {
  .icon-in-circle, .masonry-k3-img-download:after, .btn-arrow:after, .menu-a.btn-arrow:after {
    font-size: 1rem;
  }
}
.icon-circle {
  content: "";
  display: inline-block;
  background-color: var(--c-txt);
  width: 0.4em;
  height: 0.4em;
  border-radius: 100%;
}
.icon-wrapper {
  position: relative;
  width: 1.8em;
  height: 1.8em;
  padding: 0.2em;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--c-w);
}
.icon-wrapper-hover, .icon-wrapper:hover, a:hover .icon-wrapper {
  background-color: var(--c-1);
}
.icon-burger {
  top: 50%;
}
.icon-burger, .icon-burger:after, .icon-burger:before {
  position: absolute;
  width: 2rem;
  height: 3px;
  background-color: var(--c-d);
  color: var(--c-d);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  left: 0;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .icon-burger, .icon-burger:after, .icon-burger:before {
    height: 2px;
  }
}
.icon-burger:after, .icon-burger:before {
  content: "";
  top: 0.45rem;
  left: 0;
}
.icon-burger:before {
  top: calc(-0.4rem - 1px);
}
.icon-burger:hover, .icon-burger:hover:after, .icon-burger:hover:before {
  color: var(--c-a-hover);
}
.icon-burger.active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.icon-burger.active:after, .icon-burger.active:before {
  top: 0;
}
.icon-burger.active:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (max-width: 500px) {
  .icon-burger, .icon-burger:after, .icon-burger:before {
    height: 2px;
    width: 1.6rem;
  }
  .icon-burger:after {
    top: 5px;
  }
  .icon-burger:before {
    top: -5px;
  }
}
.icon-close {
  color: #000;
  position: absolute;
  margin-left: 3px;
  margin-top: 10px;
}
.icon-close:before, .icon-close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
}
.icon-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon-close:hover, .icon-close-burger:hover:after, .icon-close-burger:hover:before {
  background-color: #EC682A;
  color: #EC682A;
}
.icon-triangle-down:after, .accordion-btn:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 0.35em solid var(--c-btn-txt);
  border-left: 0.35em solid transparent;
  border-right: 0.35em solid transparent;
  padding-top: 0;
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 0.5rem;
}

.btn.icon, .btn .icon {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -ms-transition: color 0.4s;
  transition: color 0.4s;
}
.btn.icon:hover, .btn:hover .icon {
  color: #fff;
}

.active .icon-burger {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.active .icon-burger:after, .active .icon-burger:before {
  top: 0;
}
.active .icon-burger:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*--------------- Links ---------------*/
a, .a {
  color: var(--c-a);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -ms-transition: color 0.4s;
  transition: color 0.4s;
  transition: color 0.5s;
}
a:hover, a.active, .a:hover, .a.active {
  color: var(--c-a-hover);
  text-decoration: underline;
}

.link-stretched::after, .masonry-k3 .wf_caption a::after, .box-jammer .btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.link-all {
  -webkit-transition: background-color 0.4s, color 0.4s;
  -ms-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  color: #000;
}
.link-all:hover {
  background-color: #EC682A;
  color: #000;
}
.link-all p {
  color: #000;
}
.link-readmore {
  transition: all 0.5s;
  font-weight: 700;
}
.link-move {
  transition: all 0.5s;
  font-weight: 700;
}
.link-move:hover {
  margin-left: 10px;
  text-decoration: none;
}

.txt-right .link-readmore:hover, .txt-right .link-move:hover {
  margin-right: -10px;
}

.link-extend {
  display: inline-block;
  border-radius: 2rem;
  max-width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.1rem 0 0.5rem;
  overflow: hidden;
  -webkit-transition: max-width 1s;
  -ms-transition: max-width 1s;
  transition: max-width 1s;
  border: 2px solid var(--c-a);
}
.link-extend .icon {
  float: right;
  margin-left: 0.25rem;
  padding-bottom: 1rem;
}
.link-extend-hover, .link-extend:hover, a:hover .link-extend {
  max-width: 200px;
}

/*--------------- Listen ---------------*/
ul, ol {
  padding-left: 1.6em;
  margin-bottom: 1.5rem;
}

dt {
  float: left;
  font-family: "Inter", Arial, sans-serif;
  margin-right: 0.75rem;
  font-weight: 600;
}

dd {
  margin-left: 16rem;
  margin-bottom: 0.5rem;
}

ol li {
  margin-bottom: 0.5rem;
}

ul {
  list-style: none;
}
ul li {
  margin-bottom: 0.5rem;
}
ul li h1, ul li h2, ul li h3, ul li h4 {
  margin-top: 0;
}
ul li:before {
  content: "";
  display: inline-block;
  background-color: var(--c-bg-1);
  width: 0.4em;
  height: 0.4em;
  margin-left: -1.5em;
  margin-top: 0.5em;
  float: left;
}

.list-no, .list-inline {
  padding: 0;
}
.list-no li, .list-inline li {
  list-style: none;
}
.list-no li:before, .list-inline li:before {
  display: none;
}
.list-float {
  overflow: hidden;
}
.list-float li {
  float: left;
  margin-right: 0.5rem;
}
.list-inline li {
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  dd {
    margin-left: 0 !important;
  }
  dt {
    float: none;
  }
}
.list-check li {
  margin-bottom: 0.75em;
}
.list-check li:before {
  content: "\e80d";
  width: 1.71em;
  height: 1.71em;
  margin-left: -3.1em;
  margin-top: 0;
  color: var(--c-txt);
  border-radius: 100%;
  padding: 0.4em 0;
  background-color: var(--c-bg-l-5);
  box-sizing: border-box;
  font-weight: 700;
  font-size: 0.7rem;
}
.list-plus li:before, .list-minus li:before {
  color: var(--c-txt);
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  content: "+";
  margin-top: 0;
  margin-left: -2.2em;
  background-color: var(--c-bg-l-5);
  padding: 0 0.1em 0.2em;
  text-align: center;
  border: 0;
  box-sizing: border-box;
  font-weight: 700;
}
.list-minus li:before {
  content: "–";
}

.list-dl-v dt {
  float: none;
  margin-right: 0;
  font-weight: 600;
  border-bottom: 2px solid #000;
  margin-bottom: 0.5rem;
}
.list-dl-v dd {
  margin-left: 0;
}
.list-dl-s dt {
  float: left;
}
.list-dl-s dd {
  margin-left: 3em;
  margin-bottom: 0;
}
.list-dl-l dd {
  margin-left: 10em;
}

dl {
  --term-min: 16rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.box dl {
  --term-min: 7rem;
}

dt {
  padding: var(--sp-m-y) var(--sp-m-x);
  border-radius: 0rem 0 0 0rem;
  margin-right: 0;
  flex: 0 1 var(--term-min);
  min-width: var(--term-min);
}
dt:nth-of-type(odd) {
  background: var(--c-bg-l-1);
}

dd {
  padding: var(--sp-m-y) var(--sp-m-x);
  border-radius: 0 0rem 0rem 0;
  margin-bottom: 0;
  margin-left: 0;
  flex: 1 1 calc(100% - var(--term-min));
}
dd:nth-of-type(odd) {
  background: var(--c-bg-l-1);
}

@media only screen and (max-width: 400px) {
  dt {
    flex: 1 1 100%;
    border-radius: 0rem 0rem 0 0;
    padding-bottom: 0;
  }
  dd {
    flex: 1 1 100%;
    border-radius: 0 0 0rem 0rem;
    padding-top: 0;
  }
}
/*--------------- Unterstrichen ---------------*/
hr {
  border: 0;
  border-bottom: 9px solid var(--c-2);
  margin: var(--sp-xl-y) auto;
  clear: both;
}

iframe {
  width: 100%;
  border: 0;
}

.form-item, input[type=text], textarea, select, .choices__inner, input[type=search], input[type=password], input[type=email], input[type=number], input[type=url], .icke-dp-title, input::file-selector-button, input[type=submit], input[type=button], button, .btn-ghost, .menu-a.btn-ghost, .btn, .menu-a.btn {
  padding: 0.4em 1em 0.3em;
  border: 2px solid var(--c-border-1);
  color: var(--c-txt);
  line-height: initial;
  background-color: var(--c-bg-w);
  overflow: visible;
  text-transform: none;
  vertical-align: baseline;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  border-radius: 0rem;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-row h3 {
  margin-top: var(--sp-xl-y) !important;
}
.form-radio-btn {
  padding: 0.75em 1.1em 0.65em;
  border: 1px solid var(--c-border-1);
  background-color: var(--c-w);
  display: block;
  text-align: center;
}
.form-radio-btn.active {
  background-color: var(--c-bg-1);
  border-color: var(--c-bg-1);
  color: var(--c-bg-txt);
}
.form-radio-btns {
  display: flex;
  margin-left: calc(var(--sp-s-x) * -1);
  margin-right: calc(var(--sp-s-x) * -1);
}
.form-radio-btns > .form-check {
  margin-right: 0;
  padding: 0 var(--sp-s-x);
  width: 100%;
}
.form-radio-btn-input {
  position: absolute;
  opacity: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: var(--sp-l-x);
}
.form-dataprivacy-hidden .rsform-block-datenschutz, .form-dataprivacy-hidden .rsform-block-captcha, .form-dataprivacy-hidden .rsform-block-datenschutz-s {
  font-size: 0.6363636364rem;
  line-height: 120%;
  opacity: 0;
  max-height: 0;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
  padding-bottom: 0;
}
.form-dataprivacy-hidden .rsform-block-datenschutz.active, .form-dataprivacy-hidden .rsform-block-captcha.active, .form-dataprivacy-hidden .rsform-block-datenschutz-s.active {
  padding-bottom: var(--sp-s-y);
}
.form-label-no .formControlLabel {
  display: none;
}
.form-label-no .rsform-block-datenschutz .formControlLabel, .form-label-no .rsform-block-datenschutz .formControls {
  display: block;
}
.form-group, .control-group {
  margin-bottom: var(--sp-m-y);
}
.form-search input[type=text] {
  background-image: url(../images/search.svg);
  background-position: 94%;
  background-repeat: no-repeat;
  border-radius: 0rem;
}

.icke-dp-title, input::file-selector-button, input[type=submit], input[type=button], button, .btn-ghost, .menu-a.btn-ghost, .btn, .menu-a.btn {
  padding: 0.4em 2em 0.3em;
  font-weight: 700;
  color: var(--c-btn-txt);
  background-color: var(--c-btn);
  border-color: var(--c-btn);
  cursor: pointer;
  display: inline-block;
  border-radius: 0rem;
}
.txt-c-w.icke-dp-title, input.txt-c-w::file-selector-button, input.txt-c-w[type=submit], input.txt-c-w[type=button], button.txt-c-w, .txt-c-w.btn-ghost, .btn.txt-c-w, .menu-a.btn.txt-c-w {
  color: #fff;
}
.icke-dp-title:hover, input:hover::file-selector-button, input[type=submit]:hover, input[type=button]:hover, button:hover, .btn-ghost:hover, .btn:hover, .menu-a.btn:hover {
  background-color: var(--c-btn-hover);
  border-color: var(--c-btn-hover);
  color: var(--c-btn-txt-hover);
  text-decoration: none;
}
.btn-no, .menu-a.btn-no {
  background-color: transparent;
  padding: 0;
  border: 0;
  font-weight: 400;
  color: var(--c-a);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  -ms-transition: color 0.4s;
  transition: color 0.4s;
}
.btn-no:hover, .menu-a.btn-no:hover {
  color: var(--c-a-hover);
  text-decoration: underline;
}
.btn-s, .menu-a.btn-s {
  font-size: 0.6363636364rem !important;
}
.btn-success, .btn-primary, .menu-a.btn-success, .menu-a.btn-primary {
  justify-content: flex-end;
}
.btn-success:hover, .btn-primary:hover, .menu-a.btn-success:hover, .menu-a.btn-primary:hover {
  background-color: var(--c-a-hover);
  border-color: var(--c-a-hover);
  color: var(--c-btn-txt-hover);
}
.btn-ghost, .menu-a.btn-ghost {
  color: var(--c-btn);
  background-color: transparent;
}
.btn-ghost:hover, .menu-a.btn-ghost:hover {
  border-color: var(--c-btn);
  color: var(--c-btn-txt);
  background-color: var(--c-btn);
}
.btn-arrow, .menu-a.btn-arrow {
  display: flex;
  border: 0;
  color: var(--c-a);
  padding: 0;
  text-decoration: none;
  background: transparent;
}
.btn-arrow:after, .menu-a.btn-arrow:after {
  content: "\e825";
  margin-left: var(--sp-xs-x);
}
.btn-arrow:hover, .menu-a.btn-arrow:hover {
  color: var(--c-a-hover);
  background: transparent;
  text-decoration: none;
}
.btn-arrow:hover:after, .menu-a.btn-arrow:hover:after {
  background-color: var(--c-d);
}
.btn-circle, .menu-a.btn-circle {
  width: 2rem;
  height: 2rem;
  border: 2px solid var(--c-a);
  color: var(--c-a);
  display: inline-block;
  border-radius: 100%;
  padding-top: 0.2rem;
}
.btn-group .btn, .menu-a.btn-group .btn {
  margin-bottom: 0.5rem;
}
.btn-group:before, .menu-a.btn-group:before {
  display: none;
}
.btn-right-xl, .menu-a.btn-right-xl, .btn-xl, .menu-a.btn-xl {
  padding: 1em 2em 1em;
  font-size: 1.3181818182rem;
}
.btn-right-xl, .menu-a.btn-right-xl, .btn-right, .menu-a.btn-right {
  float: right;
}
.btn-download:before, .menu-a.btn-download:before {
  content: "\e806";
  padding-right: 0.5em;
}

fieldset {
  border: 0;
  margin: 0 0 0;
}

label:not(.form-check-label) {
  font-weight: 700;
}

input[type=text], textarea, select, .choices__inner, input[type=search], input[type=password], input[type=email], input[type=number], input[type=url] {
  width: 100%;
}

textarea {
  height: 11.25rem;
  overflow: auto;
}

input[type=text]:focus, textarea:focus {
  outline: none;
  border: 2px solid var(--c-border-2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

input[type=submit], input[type=button], button {
  -webkit-appearance: none;
}

select, .choices__inner {
  background-image: url(../images/system/select-bg-empty.svg);
  background-repeat: no-repeat;
  background-position: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2rem;
  background-size: 65.5rem;
}

select::-ms-expand, .choices__inner::-ms-expand {
  display: none;
}

::-webkit-input-placeholder, ::-moz-placeholder {
  color: #000;
  opacity: 1;
}

::placeholder {
  color: #999;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}

:focus {
  outline: none;
}

body :focus-visible {
  outline: 2px solid var(--c-border-2) !important;
  outline-offset: -2px !important;
  border-radius: 0rem;
}
body :focus-visible > img {
  outline: 2px solid var(--c-border-2) !important;
  outline-offset: -2px !important;
  border-radius: 0rem;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

template, [hidden] {
  display: none;
}

.modalCheckBox input[type=checkbox] {
  float: none;
}

.rsformProgress {
  text-align: left;
  font-size: 1rem;
}

.yui-calendar td.calcell a {
  color: #000;
  text-decoration: none;
}

.input-group {
  display: flex;
}
.input-group input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: max-content;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  min-width: 75px;
}

.form-check:not(.form-check-inline) input[type=radio],
.form-check:not(.form-check-inline) input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-check:not(.form-check-inline) {
  /* Gestylte Radio-Buttons */
}
.form-check:not(.form-check-inline) input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%; /* Rund für Radio-Buttons */
  border: 2px solid var(--c-a-hover); /* Rahmenfarbe */
  background-color: var(--c-w);
  margin-right: 0.5rem;
  vertical-align: middle;
}
.form-check:not(.form-check-inline) {
  /* Wenn Radio-Button aktiviert ist */
}
.form-check:not(.form-check-inline) input[type=radio]:checked + label:before {
  background-color: var(--c-a-hover); /* Farbe des aktivierten Radio-Buttons */
}
.form-check:not(.form-check-inline) {
  /* Gestylte Checkboxen */
}
.form-check:not(.form-check-inline) input[type=checkbox] + label:before {
  content: "\e80d"; /* Haken-Symbol */
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  font-size: 18px;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid var(--c-txt);
  vertical-align: middle;
  color: transparent;
  margin-right: 0.5rem;
  line-height: 76%;
  border-radius: 0.15rem;
  background: var(--c-w);
  will-change: content, color;
}
.form-check:not(.form-check-inline) {
  /* Wenn Checkbox aktiviert ist */
}
.form-check:not(.form-check-inline) input[type=checkbox]:checked + label:before {
  color: var(--c-a-hover); /* Haken sichtbar machen */
}
.form-check:not(.form-check-inline) {
  /* Fokuszustand für Tastaturnavigation */
}
.form-check:not(.form-check-inline) input[type=radio]:focus + label:before,
.form-check:not(.form-check-inline) input[type=checkbox]:focus + label:before {
  outline: 2px solid #707F9D; /* Fokus-Rahmen */
}

.choices__input {
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.choices__input:focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
}
.choices__list--multiple .choices__item {
  position: relative;
}
.choices__button_joomla {
  opacity: 0.5;
  border-radius: 10em;
  width: 20px;
  max-height: 20px;
  padding: 3px;
  position: relative;
  display: block;
  float: right;
  overflow: hidden;
  margin-left: 5px;
}
.choices__button_joomla:before {
  text-align: center;
  text-indent: 0;
  content: "×";
  display: block;
  position: relative;
  inset: 0;
  top: -5px;
}
.choices[data-type*=select-one]:after {
  display: none;
}

.editor-xtd-buttons .btn {
  font-size: 0.6363636364rem;
  margin-bottom: 0.5rem;
}

.plg_system_webauthn_login_button {
  background-color: var(--c-w) !important;
  display: flex;
  align-items: center;
}
.plg_system_webauthn_login_button svg {
  display: inline-block;
  width: 1.5rem;
  margin-right: 0.5rem;
}

.control-label .star {
  display: none;
}

.progress {
  overflow: hidden;
  border-radius: 0rem;
}
input[type=file] {
  padding: 0;
  --tw-border-opacity: 1;
  border: 2px solid var(--c-border-1);
  width: 100%;
  background-color: var(--c-bg-l-1);
  border-radius: 0rem 0rem 0rem 0rem;
}

input::file-selector-button {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
  line-height: 99%;
  margin-right: 1rem;
}

input::file-selector-button:hover {
  background-color: var(--c-btn-hover);
  border-color: var(--c-btn-hover);
  color: var(--c-btn-txt-hover);
  fill: var(--c-btn-txt-hover);
  stroke: var(--c-btn-txt-hover);
  text-decoration: none;
}

/*--------------- Tabellen ---------------*/
table {
  margin-bottom: 1rem;
  border-radius: 0rem;
  overflow: hidden;
  position: relative;
}
table p {
  margin: 0;
}

table, thead, tbody, th, td, tr {
  border: 0;
  border-collapse: collapse;
  background-color: var(--c-bg-l-1);
}

tr:nth-child(even) td {
  background: var(--c-w);
  border-right: 1px solid var(--c-bg-l-1);
}

th, td {
  text-align: left;
  padding: calc(0.5rem - 0.1rem) 1rem;
  border-right: 1px solid var(--c-w);
  vertical-align: baseline;
}
th:last-child, td:last-child {
  border: 0;
}

th {
  background-color: var(--c-bg-l-2);
  color: var(--c-g-d);
  font-size: 1.3181818182rem;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  padding: 1rem 1rem 0.5rem;
}

tbody, thead {
  padding: 0.5rem;
}

thead {
  background-color: var(--c-bg-l-2);
  padding: 0.5rem;
}

@media (max-width: 1023px) {
  table.table-rwd {
    display: block;
    overflow: hidden;
  }
  table.table-rwd thead, table.table-rwd tbody, table.table-rwd th, table.table-rwd td, table.table-rwd tr {
    display: block;
    overflow: hidden;
  }
  table.table-rwd thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.table-rwd tr:nth-child(odd) td {
    border-bottom: 2px solid #000;
  }
  table.table-rwd td {
    display: flex;
    border-bottom: 2px solid #000;
  }
  table.table-rwd td:before {
    content: attr(data-label) ": ";
    flex: 0 0 0.5rem;
    font-weight: 700;
    margin-right: 0.75rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 500px) {
  table {
    display: block;
    overflow: hidden;
  }
  table thead, table tbody, table th, table td, table tr {
    display: block;
    overflow: hidden;
  }
  table.table-rwd td {
    display: block;
    border-bottom: 2px solid #000;
  }
  table.table-rwd td:before {
    font-weight: 700;
    margin-right: 0;
    margin-bottom: 0;
    display: block;
  }
}
/*--------------- Überschriften ---------------*/
.txt-xxxl, h1, h2, h3, h4, .h1, .h2, .h3, .h4, .accordion-btn {
  font-family: "Inter", Arial, sans-serif;
  line-height: 105%;
  font-weight: 700;
  color: var(--c-h);
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.txt-xxxl + h1, h1 + h1, h2 + h1, h3 + h1, h4 + h1, .h1 + h1, .h2 + h1, .h3 + h1, .h4 + h1, .accordion-btn + h1, .txt-xxxl + h2, h1 + h2, h2 + h2, h3 + h2, h4 + h2, .h1 + h2, .h2 + h2, .h3 + h2, .h4 + h2, .accordion-btn + h2, .txt-xxxl + h3, h1 + h3, h2 + h3, h3 + h3, h4 + h3, .h1 + h3, .h2 + h3, .h3 + h3, .h4 + h3, .accordion-btn + h3, .txt-xxxl + h4, h1 + h4, h2 + h4, h3 + h4, h4 + h4, .h1 + h4, .h2 + h4, .h3 + h4, .h4 + h4, .accordion-btn + h4, .txt-xxxl + .h1, h1 + .h1, h2 + .h1, h3 + .h1, h4 + .h1, .h1 + .h1, .h2 + .h1, .h3 + .h1, .h4 + .h1, .accordion-btn + .h1, .txt-xxxl + .h2, h1 + .h2, h2 + .h2, h3 + .h2, h4 + .h2, .h1 + .h2, .h2 + .h2, .h3 + .h2, .h4 + .h2, .accordion-btn + .h2, .txt-xxxl + .h3, h1 + .h3, h2 + .h3, h3 + .h3, h4 + .h3, .h1 + .h3, .h2 + .h3, .h3 + .h3, .h4 + .h3, .accordion-btn + .h3, .txt-xxxl + .h4, h1 + .h4, h2 + .h4, h3 + .h4, h4 + .h4, .h1 + .h4, .h2 + .h4, .h3 + .h4, .h4 + .h4, .accordion-btn + .h4 {
  color: var(--c-2);
  text-transform: uppercase;
}
.txt-xxxl:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .accordion-btn:first-child {
  margin-top: 0;
}
.txt-xxxl a, h1 a, h2 a, h3 a, h4 a, .h1 a, .h2 a, .h3 a, .h4 a, .accordion-btn a {
  text-decoration: none !important;
  box-shadow: none !important;
}

h1, .h1 {
  font-size: 2.5454545455rem;
  margin-bottom: var(--sp-25-y);
  margin-top: var(--sp-xl-y);
}
h1:not(.txt-h-sub), .h1:not(.txt-h-sub) {
  color: var(--c-1) !important;
  text-transform: none !important;
}
h1 + h3, h1 + .h3, .h1 + h3, .h1 + .h3 {
  font-size: 1.8181818182rem;
  margin-bottom: var(--sp-xs-y);
  margin-top: var(--sp-xl-y);
}
h1 + h3:after, h1 + .h3:after, .h1 + h3:after, .h1 + .h3:after {
  display: none;
}

h2, .h2 {
  font-size: 2.1363636364rem;
  margin-bottom: var(--sp-l-y);
  margin-top: var(--sp-xl-y);
}
h2 + h3, h2 + .h3, .h2 + h3, .h2 + .h3 {
  margin-top: calc(-1 * var(--sp-s-y)) !important;
  margin-bottom: var(--sp-l-y);
  color: var(--c-txt);
}
h2 + h3:after, h2 + .h3:after, .h2 + h3:after, .h2 + .h3:after {
  display: none;
}

h3, .h3, .accordion-btn {
  font-size: 1.3181818182rem;
  color: var(--c-2);
  text-transform: uppercase;
  margin-bottom: var(--sp-xs-y);
  margin-top: var(--sp-xl-y);
}

h4, .h4 {
  margin-top: var(--sp-l-y);
  margin-bottom: var(--sp-xs-y);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
}

h2 + h3 {
  font-size: 1rem;
}

/*--------------- Text ---------------*/
p {
  margin-bottom: var(--sp-l-y);
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

address {
  font-style: normal;
}

sub, sup {
  line-height: 68%;
}

.txt-cta {
  font-size: 2.5454545455rem;
  line-height: 105%;
  font-weight: 700;
  font-family: "Inter", Arial, sans-serif;
  color: var(--c-1);
}
.txt-xxxl {
  font-size: 2.5454545455rem;
  line-height: 105%;
}
.txt-xxl {
  font-size: 2.5454545455rem;
  line-height: 105%;
}
.txt-xl {
  font-size: 2.1363636364rem;
  font-weight: 700;
  line-height: 120%;
}
@media only screen and (max-width: 870px) {
  .txt-xl {
    font-size: 1.3181818182rem;
    line-height: 120%;
  }
}
.txt-l {
  font-size: 1.3181818182rem;
  font-weight: 700;
  line-height: 105%;
}
.txt-m {
  font-size: 1rem;
  line-height: 140%;
}
.txt-s, .wf_caption {
  font-size: 0.6363636364rem;
  line-height: 140%;
}
.txt-s h1, .txt-s h2, .txt-s .menu-a, .wf_caption h1, .wf_caption h2, .wf_caption .menu-a {
  font-size: 0.6363636364rem;
  line-height: 140%;
}
.txt-xs {
  font-size: 0.6363636364rem;
  line-height: 105%;
}
.txt-c {
  color: #EC682A;
}
.txt-c-1 {
  color: #EC682A;
}
.txt-c-a {
  color: var(--c-a);
  cursor: pointer;
  transition: color 0.5s;
}
.txt-c-a:hover {
  color: var(--c-a-hover);
}
.txt-c-r {
  color: #FB0000;
}
.txt-c-grey {
  color: var(--c-grey-d) !important;
}
.txt-c-txt {
  color: #000;
}
.txt-c-w {
  color: #fff;
}
.txt-c-w h1, .txt-c-w h2, .txt-c-w h3 {
  color: #fff;
}
.txt-c-m {
  color: #DCC7E2;
}
.txt-c-g {
  color: #C0E559;
}
.txt-c-g h1, .txt-c-g h2, .txt-c-g h3 {
  color: #C0E559;
}
.txt-c-o {
  color: #D04900;
}
.txt-c-o-l {
  color: #EC682A;
}
.txt-c-d {
  color: #101010;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-center {
  text-align: center;
}
.txt-regular {
  font-weight: 400;
}
.txt-bold, .highlight {
  font-weight: 700;
}
.txt-black {
  font-weight: 700;
}
.txt-underline.txt-underline {
  text-decoration: underline !important;
}
.txt-font-text {
  font-family: "Open Sans", Arial, sans-serif;
}
.txt-font-h {
  font-family: "Inter", Arial, sans-serif;
  color: var(--c-h);
}
.txt-lineheight {
  line-height: 100%;
}
.txt-title {
  color: var(--c-txt);
  font-size: 2.1363636364rem;
}
.txt-title a:hover {
  color: var(--c-txt);
}
.txt-title.txt-c-txt a {
  color: #000;
}
.txt-title.txt-c-txt a:hover {
  color: #000;
}
.txt-uppercase {
  text-transform: uppercase;
}
.txt-bg {
  background: #213865;
  color: #fff;
}
.txt-deco-no {
  text-decoration: none !important;
}
.txt-h-sub {
  color: var(--c-2);
  text-transform: uppercase;
  font-size: 1.3181818182rem;
  line-height: 105%;
  margin-bottom: var(--sp-xs-y);
  font-weight: 700;
}
.txt-h-sub:after {
  display: none;
}
.txt-h-sub + h1, .txt-h-sub + h2, .txt-h-sub + h3 {
  margin-top: 0;
}
.txt-initial {
  font-size: 2.45em;
  line-height: 100%;
  float: left;
  margin-right: 1rem;
}
@media only screen and (max-width: 500px) {
  .txt-initial {
    display: block;
    float: none;
  }
}

.formRed, .formError {
  color: var(--c-r) !important;
}

a:hover .txt-c-g, a:hover.txt-c-g {
  color: var(--c-d);
}

h1 + .box, h2 + .box, h3 + .box, h4 + .box, .h1 + .box, .h2 + .box, .h3 + .box, .h4 + .box, .accordion-btn + .box, .txt-xxxl + .box, .txt-h-sub + .box {
  margin-top: var(--sp-m-y);
}

.border, .border-a a, .border-label label {
  border: 0.2727272727rem solid var(--c-border-2);
}

.border {
  border: 2px solid #000;
}
.border-no {
  border: 0;
}
.border-circle, .border-circle-a a, .border-circle-label label {
  border-radius: 100%;
}
.border-radius {
  border-radius: 0rem;
}
.border-radius-t {
  border-radius: 0rem 0rem 0 0;
}
.border-radius-b {
  border-radius: 0 0 0rem 0rem;
}
.border-c-b {
  border: 1px solid var(--c-g-d);
}
.border-tb {
  border-top: 2px solid var(--c-border-1);
  border-bottom: 2px solid var(--c-border-1);
}
.border-t {
  border-top: 2px solid var(--c-border-1);
}
.border-t-short {
  position: relative;
  margin-bottom: var(--sp-2-y);
}
.border-t-short:before {
  content: "";
  border-bottom: 0.2727272727rem solid var(--c-border-1);
  width: 8rem;
  display: block;
  position: absolute;
  top: calc(-1 * var(--sp-m-y));
}
.border-b {
  border-bottom: 0.2727272727rem solid var(--c-border-1);
}
.border-b-short {
  position: relative;
  margin-bottom: var(--sp-2-y);
}
.border-b-short:after {
  content: "";
  border-bottom: 0.2727272727rem solid var(--c-border-1);
  width: 8rem;
  display: block;
  position: absolute;
  bottom: calc(-1 * var(--sp-m-y));
}

.overflow-visible {
  overflow: visible !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-hidden-x {
  overflow-x: hidden;
}

.bg-d-content, .bg-gradient, .bg-o, .bg-g, .masonry-k3 .wf_caption span, .bg-b, .bg-d, .bg-3, .bg-2, .bg-1, .social-right-icon, .social-right-item a {
  --c-txt: #fff;
  --c-h: #fff;
  --c-a: #fff;
  --c-a-hover: #fff;
  --c-border: #fff;
  --c-bg-1: #EAEDF2;
  --c-bg-2: #EAEDF2;
  --c-bg-3: #EAEDF2;
  --c-bg-txt: #fff;
  --c-border-1: #fff;
  --c-border-2: #fff;
  --c-border-3: #fff;
  --c-1: #fff;
  --c-2: #213865;
  --c-3: #fff;
  --c-d: #fff;
  --c-g: #fff;
  --c-w: #fff;
  --c-btn: #EAEDF2;
  --c-btn-hover: #EC682A;
  --c-btn-txt: #EC682A;
  --c-btn-txt-hover: #000;
  color: var(--c-txt);
}
.bg-d-content select, .bg-d-content .choices__inner, .bg-gradient select, .bg-o select, .bg-g select, .masonry-k3 .wf_caption span select, .bg-b select, .bg-d select, .bg-3 select, .bg-2 select, .bg-1 select, .social-right-icon select, .social-right-item a select, .bg-gradient .choices__inner, .bg-o .choices__inner, .bg-g .choices__inner, .masonry-k3 .wf_caption span .choices__inner, .bg-b .choices__inner, .bg-d .choices__inner, .bg-3 .choices__inner, .bg-2 .choices__inner, .bg-1 .choices__inner, .social-right-icon .choices__inner, .social-right-item a .choices__inner {
  background-image: url(../images/system/select-bg-w.svg);
}
.bg-l-content, .bg-grey-l, .bg-grey, .tab-target, .bg-l-5, .accordion-target-odd, .accordion-btn-odd, .box:not([class*=bg-]), .box-icon:not([class*=bg-]), .box-btn:not([class*=bg-]), .box-full:not([class*=bg-]), .box-left:not([class*=bg-]), .box-right:not([class*=bg-]), .bg-l-4, .bg-l-3, .bg-l-2, .tab-btn, .progress-bar, .bg-l-1, .icke-dp-info, .tab-btn:hover, .tab-btn.active, .progress, .bg-w, .popup-s, .popup, .dropdown-a {
  --c-txt: #000;
  --c-h: #EC682A;
  --c-a: #EC682A;
  --c-a-hover: #EC682A;
  --c-bg-3: #707F9D;
  --c-bg-txt: #fff;
  --c-border-1: #000;
  --c-border-2: #000;
  --c-border-3: #000;
  --c-3: #707F9D;
  --c-d: #101010;
  --c-g: #C0E559;
  --c-w: #fff;
  color: var(--c-txt);
}
.bg-w, .popup-s, .popup, .dropdown-a {
  background-color: #fff;
}
.bg-1, .social-right-icon, .social-right-item a {
  background-color: #213865;
}
.bg-2 {
  background-color: #707F9D;
}
.bg-3 {
  background-color: #213865;
}
.bg-l-1, .icke-dp-info, .tab-btn:hover, .tab-btn.active, .progress {
  background-color: var(--c-bg-l-1);
}
.bg-l-2, .tab-btn, .progress-bar {
  background-color: var(--c-bg-l-2);
}
.bg-l-3 {
  background-color: #EAEDF2;
}
.bg-l-4 {
  background-color: #EAEDF2;
}
.bg-l-5, .accordion-target-odd, .accordion-btn-odd, .box:not([class*=bg-]), .box-icon:not([class*=bg-]), .box-btn:not([class*=bg-]), .box-full:not([class*=bg-]), .box-left:not([class*=bg-]), .box-right:not([class*=bg-]) {
  background-color: #EAEDF2;
}
.bg-d {
  background-color: #101010;
}
.bg-b {
  background-color: #213865;
}
.bg-g, .masonry-k3 .wf_caption span {
  background-color: #C0E559;
}
.bg-o {
  background-color: #EC682A;
}
.bg-grey, .tab-target {
  background-color: #EDEDED;
}
.bg-grey-l {
  background-color: #F5F5F5;
}
.bg-gradient {
  background: #213865;
  background: -moz-linear-gradient(90deg, #213865 0%, #707F9D 100%);
  background: -webkit-linear-gradient(90deg, #213865 0%, #707F9D 100%);
  background: linear-gradient(90deg, #213865 0%, #707F9D 100%);
}
.bg-hover {
  -webkit-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
}
.bg-transparent {
  background-color: transparent;
}

.stripe, .cta-img, .stripe-l, .stripe-r {
  overflow: visible !important;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  padding-top: var(--sp-m-y);
  padding-bottom: var(--sp-m-y);
  clear: both;
  width: 100%;
}
.stripe:after, .stripe:before, .cta-img:after, .stripe-l:after, .stripe-r:after, .cta-img:before, .stripe-l:before, .stripe-r:before {
  content: "";
  position: absolute;
  width: calc((100vw - 1560px) / 2);
  width: calc((100dvw - 1560px) / 2);
  height: 100%;
  top: 0;
  z-index: 0;
}
.stripe:after, .cta-img:after, .stripe-l:after, .stripe-r:after {
  left: 100%;
}
.stripe:before, .cta-img:before, .stripe-l:before, .stripe-r:before {
  right: 100%;
}
.stripe-r:after {
  left: 100%;
}
.stripe-l:before {
  right: 100%;
}
.stripe-bg-img {
  position: absolute !important;
  bottom: 0;
  left: 0;
  max-height: 100%;
  max-width: 100% !important;
  width: 100%;
  height: 100%;
}
.stripe.bg-w:after, .stripe.bg-w:before, .bg-w.cta-img:after, .bg-w.stripe-r:after, .bg-w.stripe-l:after, .bg-w.cta-img:before, .bg-w.stripe-r:before, .bg-w.stripe-l:before {
  background-color: #fff;
}
.stripe.bg-grey:after, .stripe.bg-grey:before, .bg-grey.cta-img:after, .bg-grey.stripe-r:after, .bg-grey.stripe-l:after, .bg-grey.cta-img:before, .bg-grey.stripe-r:before, .bg-grey.stripe-l:before {
  background-color: #EDEDED;
}
.stripe.bg-grey-l:after, .stripe.bg-grey-l:before, .bg-grey-l.cta-img:after, .bg-grey-l.stripe-r:after, .bg-grey-l.stripe-l:after, .bg-grey-l.cta-img:before, .bg-grey-l.stripe-r:before, .bg-grey-l.stripe-l:before {
  background-color: #F5F5F5;
}
.stripe.bg-1:after, .stripe.bg-1:before, .bg-1.cta-img:after, .bg-1.stripe-r:after, .bg-1.stripe-l:after, .bg-1.cta-img:before, .bg-1.stripe-r:before, .bg-1.stripe-l:before {
  background-color: #EC682A;
}
.stripe.bg-2:after, .stripe.bg-2:before, .bg-2.cta-img:after, .bg-2.stripe-r:after, .bg-2.stripe-l:after, .bg-2.cta-img:before, .bg-2.stripe-r:before, .bg-2.stripe-l:before {
  background-color: #213865;
}
.stripe.bg-3:after, .stripe.bg-3:before, .bg-3.cta-img:after, .bg-3.stripe-r:after, .bg-3.stripe-l:after, .bg-3.cta-img:before, .bg-3.stripe-r:before, .bg-3.stripe-l:before {
  background-color: #707F9D;
}
.stripe.bg-l-1:after, .stripe.bg-l-1:before, .bg-l-1.cta-img:after, .bg-l-1.stripe-r:after, .bg-l-1.stripe-l:after, .bg-l-1.cta-img:before, .bg-l-1.stripe-r:before, .bg-l-1.stripe-l:before {
  background-color: var(--c-bg-l-1);
}
.stripe.bg-l-2:after, .stripe.bg-l-2:before, .bg-l-2.cta-img:after, .bg-l-2.stripe-r:after, .bg-l-2.stripe-l:after, .bg-l-2.cta-img:before, .bg-l-2.stripe-r:before, .bg-l-2.stripe-l:before {
  background-color: var(--c-bg-l-2);
}
.stripe-img-l {
  margin-left: calc((-100vw + 1560px) / 2 - 3rem);
  margin-left: calc((-100dvw + 1560px) / 2 - 3rem);
  height: 100%;
}
.stripe-img-l img {
  float: right;
}
.stripe-img-r {
  margin-right: calc((-100vw + 1560px) / 2 - 3rem);
  margin-right: calc((-100dvw + 1560px) / 2 - 3rem);
  height: 100%;
}
.stripe-img-r img {
  float: left;
}

.sp-p-rl-xl .stripe:after, .sp-p-rl-xl .stripe:before, .sp-p-rl-xl .cta-img:after, .sp-p-rl-xl .stripe-r:after, .sp-p-rl-xl .stripe-l:after, .sp-p-rl-xl .cta-img:before, .sp-p-rl-xl .stripe-r:before, .sp-p-rl-xl .stripe-l:before {
  width: calc((100vw - 1560px) / 2 + 3rem);
  width: calc((100dvw - 1560px) / 2 + 3rem);
}

@media only screen and (max-width: calc(1560px + 3rem * 2)) {
  .stripe:after, .stripe:before, .cta-img:after, .stripe-r:after, .stripe-l:after, .cta-img:before, .stripe-r:before, .stripe-l:before {
    width: 3rem;
  }
  .sp-p-rl-xl .stripe:after, .sp-p-rl-xl .stripe:before, .sp-p-rl-xl .cta-img:after, .sp-p-rl-xl .stripe-r:after, .sp-p-rl-xl .stripe-l:after, .sp-p-rl-xl .cta-img:before, .sp-p-rl-xl .stripe-r:before, .sp-p-rl-xl .stripe-l:before, .grid .stripe:after, .grid .stripe:before, .grid .cta-img:after, .grid .stripe-r:after, .grid .stripe-l:after, .grid .cta-img:before, .grid .stripe-r:before, .grid .stripe-l:before {
    width: 3rem;
  }
  .stripe-img-l {
    margin-left: -3rem;
  }
}
@media only screen and (max-width: 500px) {
  .sp-p-rl-xl .stripe:after, .sp-p-rl-xl .stripe:before, .sp-p-rl-xl .cta-img:after, .sp-p-rl-xl .stripe-r:after, .sp-p-rl-xl .stripe-l:after, .sp-p-rl-xl .cta-img:before, .sp-p-rl-xl .stripe-r:before, .sp-p-rl-xl .stripe-l:before {
    width: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .sp-p-rl-xl .stripe:after, .sp-p-rl-xl .stripe:before, .sp-p-rl-xl .cta-img:after, .sp-p-rl-xl .stripe-r:after, .sp-p-rl-xl .stripe-l:after, .sp-p-rl-xl .cta-img:before, .sp-p-rl-xl .stripe-r:before, .sp-p-rl-xl .stripe-l:before {
    width: 1rem;
  }
}
.fx-hover-show {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fx-hover-show:hover, .fx-hover:hover .fx-hover-show, .fx-hover-show.active {
  opacity: 1;
  visibility: visible;
}
.fx-show {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fx-show.active {
  opacity: 1;
  visibility: visible;
}
.fx-hidden, .sr-only, .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.fx-slideout {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: all 1s;
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.fx-slideout.active {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}
.fx-slideout-teaser {
  opacity: 1;
}
.fx-slideout-teaser-hidden {
  opacity: 0;
  transition: all 1s;
}
.fx-slideout-teaser.active .fx-slideout-teaser-hidden {
  opacity: 1;
}
.fx-slideout-teaser.active .fx-slideout-teaser-mark {
  display: none;
}
.fx-slide-up, .ickewidget:not(.img-logos):not(.btn) {
  transition: all 0.5s;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.fx-slide-up.ickeaniin, .ickeaniin.ickewidget:not(.img-logos):not(.btn) {
  opacity: 1;
  transform: none;
}
.fx-pointer {
  cursor: pointer;
}
.fx-prlx-zoom {
  transform-origin: center left;
}
@media only screen and (max-width: 1023px) {
  .fx-prlx-zoom-breaks {
    display: none;
  }
}
@media only screen and (min-width: 1023px) {
  .fx-prlx-zoom-txt {
    position: absolute;
    top: 0;
  }
}

.icke-activator-btn {
  cursor: pointer;
}
.icke-activator-btn .icon, .icke-activator-btn .icon:after {
  transition: transform 0.5s;
}
.icke-activator-btn.active .icon, .icke-activator-btn.active .icon:after {
  transform: rotate(-180deg);
}
.box, .box-icon, .box-btn, .box-bordered, .box-jammer, .box-full, .box-left, .box-right {
  position: relative;
  display: block;
  overflow: hidden;
  padding: var(--sp-2-y) var(--sp-xl-x);
  margin: var(--sp-xl-y) 0;
  clear: both;
  border-radius: 0rem;
}
@media only screen and (max-width: 500px) {
  .box, .box-icon, .box-btn, .box-bordered, .box-jammer, .box-full, .box-left, .box-right {
    padding-left: var(--sp-l-x);
    padding-right: var(--sp-l-x);
  }
}
.box:after, .box-icon:after, .box-btn:after, .box-bordered:after, .box-jammer:after, .box-full:after, .box-left:after, .box-right:after {
  content: "";
  clear: both;
  display: block;
}
.box-left, .box-right {
  width: 56%;
}
.box-left .icke-pos-left, .box-left .img-left, .box-left .icke-pos-right, .box-left .img-right, .box-left .img-50, .box-right .icke-pos-left, .box-right .img-left, .box-right .icke-pos-right, .box-right .img-right, .box-right .img-50 {
  max-width: calc(44% - 0.75rem) !important;
}
@media screen and (max-width: 500px) {
  .box-left, .box-right {
    width: 100%;
  }
}
.box-jammer {
  margin-left: var(--sp-2-x);
  margin-right: var(--sp-2-x);
  background-color: var(--c-grey-l);
  font-size: 2.1363636364rem;
  line-height: 140%;
  border-top: 2px solid var(--c-1);
  border-bottom: 2px solid var(--c-1);
  text-align: center;
  color: var(--c-1);
  position: relative;
}
@media only screen and (max-width: 500px) {
  .box-jammer {
    margin-left: var(--sp-m-x);
    margin-right: var(--sp-m-x);
  }
}
.box-bordered {
  border-top: 1rem solid #EAEDF2;
  border-bottom: 1rem solid #EAEDF2;
  background: transparent;
}
.box-btn {
  position: relative;
  transition: transform 0.5s;
  border-radius: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  width: 100%;
  min-height: 18rem;
}
.box-btn:hover {
  transform: scale(1.1);
}
.box-icon {
  position: relative;
  transition: transform 0.5s;
  border-radius: 0;
  width: 100%;
  min-height: 18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box-icon img {
  width: 6rem;
}
@media only screen and (max-width: 1023px) {
  .box-cols {
    width: 100%;
  }
}
.box-cols-txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: var(--sp-xl-y) var(--sp-l-x);
}
.box-cols-txt-title {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.3181818182rem;
}
.box-cols-txt-title a {
  color: var(--c-txt);
}
.box-cols-img {
  position: relative;
  min-height: 20rem;
  height: 100%;
}
@media only screen and (max-width: 870px) {
  .box-cols-img {
    height: auto;
  }
}
.box-cols-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.box-cols-img + .box-cols-txt {
  padding: var(--sp-xxl-y) var(--sp-m-x);
}
@media only screen and (max-width: 1230px) {
  .box-cols-img + .box-cols-txt {
    padding: var(--sp-2-y) var(--sp-l-x);
  }
}
.box-cols-item {
  position: relative;
}
.box-cols-item.col-100 .box-cols-img {
  height: 15rem;
}
.box-cols-item.col-100 .box-cols-img, .box-cols-item.col-100 .box-cols-txt {
  width: 100%;
}
.box-cols-item.col-100 .box-cols-txt {
  padding: var(--sp-xl-y) var(--sp-xl-x);
}
.box-cols-item-btn {
  transition: transform 0.5s;
}
.box-cols-item-btn:hover {
  z-index: 2;
  transform: scale(1.05);
}
.box-cols-bg {
  height: 100%;
  overflow: hidden;
  border-radius: 0rem;
}
.box-img {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.box-img-img {
  border-radius: 0;
  display: block;
}
.box-img-img-c {
  width: 33.333%;
}
.box-img-content {
  overflow: hidden;
  width: 66%;
  padding: var(--sp-2-y) var(--sp-xl-x);
}
@media only screen and (max-width: 500px) {
  .box-img-img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
  }
  .box-img-img-c {
    width: 100%;
  }
  .box-img-content {
    width: 100%;
    padding-top: var(--sp-l-y);
  }
}
.box-img-bottom {
  min-height: 18rem;
}
.box-img-bottom-title {
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.box-img-bottom-img {
  height: 100%;
  width: auto;
}
.box-img-bottom-img-c {
  position: absolute;
  right: var(--sp-xs-x);
  bottom: var(--sp-xs-y);
  height: 14rem;
}
.box-light {
  background-color: var(--c-bg-l-1);
}
.box-hover {
  -webkit-transition: background-color 0.4s, color 0.4s;
  -ms-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.box-hover:hover {
  background-color: #707F9D;
}
.box-default-img {
  margin-bottom: var(--sp-m-y) !important;
}
.box.float-left-item, .box.float-right-item, .float-left-item.box-left, .float-left-item.box-right, .float-left-item.box-full, .float-left-item.box-jammer, .float-left-item.box-bordered, .float-left-item.box-btn, .float-left-item.box-icon, .float-right-item.box-left, .float-right-item.box-right, .float-right-item.box-full, .float-right-item.box-jammer, .float-right-item.box-bordered, .float-right-item.box-btn, .float-right-item.box-icon {
  margin-top: 0;
}
.box-transparent {
  background: transparent !important;
}

.grid-3 > .box-left, .grid-3 > .box-right, .grid-3 > .box-full, .grid-3 > .box-jammer, .grid-3 > .box-bordered, .grid-3 > .box-btn, .grid-3 > .box-icon, .grid-3 > .box, .grid-2 > .box-left, .grid-2 > .box-right, .grid-2 > .box-full, .grid-2 > .box-jammer, .grid-2 > .box-bordered, .grid-2 > .box-btn, .grid-2 > .box-icon, .grid-2 > .box, .cols > .box-left, .cols > .box-right, .cols > .box-full, .cols > .box-jammer, .cols > .box-bordered, .cols > .box-btn, .cols > .box-icon, .cols > .box {
  margin-bottom: 0;
  margin-top: 0;
}

.col-25 > .box {
  padding: var(--sp-2-y) var(--sp-m-x);
  margin: 0;
}

h1 + .box, h2 + .box, h3 + .box, h4 + .box, .h1 + .box, .h2 + .box, .h3 + .box, .h4 + .box, .accordion-btn + .box, .txt-xxxl + .box {
  margin-top: var(--sp-m-y);
}

/*--------------------------Nachrichten---------------------------*/
#system-message .alert {
  position: relative;
  margin: var(--sp-l-y) var(--sp-xl-x) var(--sp-l-y);
  background-color: #707F9D;
  padding: 1rem 1.5rem;
  color: #fff;
}
#system-message .alert .alert-heading {
  margin-bottom: 0;
  font-size: 1rem;
}
#system-message .alert .close {
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
  color: #EC682A;
  font-size: 1.3181818182rem;
  cursor: pointer;
}
#system-message .alert .close:hover {
  text-decoration: none;
}
#system-message .alert > *:last-child {
  margin-bottom: 0;
}
#system-message .alert > *:first-child, #system-message .alert h4 {
  margin-top: 0;
  color: #fff;
}
#system-message .alert-error {
  background-color: #213865;
}

.pagination {
  width: 100%;
  margin-top: 1rem;
}

.pagination-list li {
  margin-bottom: 0;
}
.pagination-list li:first-child, .pagination-list li:last-child {
  display: none;
}
.pagination-list a {
  border-radius: 100%;
  display: inline-block;
  text-decoration: none;
  padding: 0.2rem 0.4rem;
  height: 1.3rem;
  font-size: 0.6363636364rem;
  line-height: 100%;
  -webkit-transition: background 0.4s;
  -ms-transition: background 0.4s;
  transition: background 0.4s;
}
.pagination-list .disabled a {
  display: none;
  background-color: #213865;
  color: #000;
}
.pagination-list .icon-next, .pagination-list .icon-previous {
  margin-left: -0.2rem;
}
.pagination-list [class^=icon-]:before {
  font-size: 0.6363636364rem;
  width: auto;
}

.module-title h3 {
  font-size: 2.1363636364rem;
  color: var(--c-1);
  font-family: "Open Sans", Arial, sans-serif;
}

.moduletable {
  position: relative;
}
#top-2 .moduletable, #bottom .moduletable, #bottom-2 .moduletable {
  margin-bottom: var(--sp-xl-y);
}

.dropdown-menu, .dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
}
.dropdown-menu.active, .dropdown-content.active {
  display: block;
  background: var(--c-2);
}
.dropdown-menu-img, .dropdown-content-img {
  max-width: none;
  display: block;
}
.dropdown-a {
  text-decoration: none;
  display: block;
  padding: 0.25rem 0.5rem;
}
.dropdown-a:hover, .dropdown-a.active {
  background: var(--c-2);
}

.social-right {
  position: fixed;
  padding: 0;
  list-style: none;
  z-index: 1000;
  bottom: 100px;
  right: 0;
  margin: 0;
  width: auto;
}
.social-right-items {
  padding: 0;
}
.social-right-item {
  position: relative;
  list-style: none;
  margin-right: -8.6rem;
  right: 0;
  margin-bottom: 0;
  font-weight: 700;
  -webkit-transition: right 0.5s;
  -ms-transition: right 0.5s;
  transition: right 0.5s;
}
@media only screen and (min-width: 770px) {
  .social-right-item:hover {
    right: 8.6rem;
  }
  .social-right-item:hover .social-right-extra {
    color: #fff;
  }
}
.social-right-item a {
  display: block;
  position: relative;
  text-align: right;
  padding: 0.5rem 0.75rem 0.25rem 0;
  width: 11rem;
  height: 2.2rem;
  font-size: 0.6363636364rem;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social-right-item:before {
  display: none;
}
.social-right-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.2rem;
  text-align: center;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-right-icon:before {
  font-size: 1rem;
}
.social-right-extra {
  position: absolute;
  left: 0.3rem;
  text-align: left;
  font-size: 0.6363636364rem;
}

@media only screen and (max-width: 770px) {
  .social-right {
    bottom: 0;
  }
  .social-right ul {
    margin-bottom: 0;
  }
  #footer .sp-p-xl {
    padding-right: 3rem !important;
  }
}
@media only screen and (max-height: 490px) {
  .social-right {
    bottom: 0;
  }
  .social-right ul {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 770px) {
  .social-right {
    position: fixed;
    bottom: 0;
    right: auto;
    text-align: center;
    width: 100%;
    background-color: var(--c-bg-1);
  }
  .social-right-extra, .social-right-icon {
    position: relative;
    right: auto;
    left: auto;
  }
  .social-right .social-right-items {
    padding: 0;
    margin-bottom: 0;
    line-height: 90%;
  }
  .social-right .social-right-items li {
    height: 1.6rem;
    width: 2.4rem;
    overflow: hidden;
    margin-right: 0;
    display: inline-block;
    margin-left: 0.3rem;
    padding-top: 0.2rem;
  }
  .social-right .social-right-items li:before {
    background: transparent;
    border: 0;
  }
  .social-right .social-right-items li a {
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .social-right .social-right-items li a:after {
    right: 0;
  }
}
@media only screen and (max-width: 770px) {
  .tmp-logos img {
    max-width: 170px;
  }
}

.page-header-image {
  height: calc(100vh - 15.5rem);
  margin-top: -5rem;
  margin-bottom: 5rem;
}
.page-header-image:after {
  content: "";
  height: 2rem;
  margin-top: -2rem;
  width: 100vw;
  width: 100dvw;
  background-size: 100% 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
/* @author Jules Weigel, Karo3.de * @copyright 	Copyright (C) Jules Weigel, Karo3.de * @license Jules Weigel, Karo3.de */
.lightbox, .lightbox-karo3, .popup {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.lightbox.active, .lightbox-karo3.active, .popup.active {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-click, .lightbox-karo3-click, .popup-click {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 50px;
}
.lightbox-close, .lightbox-karo3-close, .popup-close {
  right: calc(-1 * var(--sp-m-x));
  top: calc(-1 * var(--sp-m-y));
  position: absolute;
  background-color: var(--c-bg-site);
  padding: 0.75em 0.5em;
  line-height: 0;
  text-align: center;
  border-radius: 100px;
  color: #EC682A;
  font-weight: 600;
  font-size: 2.1363636364rem;
  cursor: pointer;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lightbox-close:before, .lightbox-karo3-close:before, .popup-close:before {
  content: "+";
}
.lightbox-content, .lightbox-karo3-content, .popup-content {
  position: relative;
  width: 900px;
  max-width: 90%;
  background-color: var(--c-bg-site);
}
.lightbox-content-text, .lightbox-karo3-content-text, .popup-content-text {
  overflow: hidden;
}
.lightbox-content-text p, .lightbox-karo3-content-text p, .popup-content-text p {
  margin: 0 0 0.5rem 0;
}
.lightbox-bg, .lightbox-karo3-bg, .popup-bg {
  min-height: 28rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 1rem;
}
.lightbox .icon-info-circled-alt:before, .lightbox-karo3 .icon-info-circled-alt:before, .popup .icon-info-circled-alt:before {
  font-size: 11rem;
  color: var(--c-a);
}

.popup {
  background-color: transparent;
}
.popup-bg {
  min-height: 0;
}

@media only screen and (max-width: 1000px) {
  .lightbox-bg {
    padding: 2rem;
    min-height: 28rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .lightbox-content-text .button-bottom {
    position: relative;
    bottom: 0rem;
    margin-top: 1.5rem;
  }
}
/* JCE Lightbox */
#jcemediabox-popup-numbers {
  display: none !important;
}

#jcemediabox-popup-closelink {
  width: 22px;
  overflow: hidden;
}

a.jcepopup span.jcemediabox-zoom-image {
  background: transparent;
}

a.jcepopup span.jcemediabox-zoom-image:after {
  background: url(../images/zoom.svg) bottom right no-repeat;
  background-size: contain;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}

body .wf-mediabox {
  z-index: 99999;
}
body .wf-mediabox-container {
  border-radius: 0;
}
body .wf-mediabox-close > svg, body .wf-mediabox-prev > svg, body .wf-mediabox-next > svg {
  fill: var(--c-txt);
}
body .wf-mediabox-close:focus, body .wf-mediabox-prev:focus, body .wf-mediabox-next:focus, body .wf-mediabox-close:hover, body .wf-mediabox-prev:hover, body .wf-mediabox-next:hover {
  fill: var(--c-1);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--sp-l-y);
}
.tab-btn {
  order: 0;
  flex: 1 1 100px;
  padding: var(--sp-s-y) var(--sp-2-x);
  transition: background-color 0.5s;
  font-size: 1.3181818182rem;
}
.tab-target {
  order: 1;
  width: 100%;
}
.tab-target.active {
  padding: var(--sp-l-y) var(--sp-2-x);
}

.accordions {
  overflow: hidden;
  border-radius: 0rem;
}
.accordion-hr {
  display: none;
}
.accordion-btn {
  position: relative;
  margin: 0;
  padding: var(--sp-l-y) var(--sp-m-x) var(--sp-s-y) 3rem;
}
.accordion-btn:after {
  position: absolute;
  left: 0.5rem;
  top: var(--sp-2-y);
  border-top-color: var(--c-1);
  transition: transform 0.5s;
}
.accordion-btn.active:after {
  transform: rotate(180deg);
}
.accordion-btn-more {
  display: flex;
  justify-content: flex-end;
}
.accordion-btn-more-txt {
  word-wrap: normal;
  overflow: hidden;
  transition: all 0.8s;
  max-width: 150px;
  display: inline-block;
  max-height: 26px;
}
.accordion-btn-more-txt-close {
  word-wrap: normal;
  display: inline-block;
  overflow: hidden;
  transition: all 0.8s;
  max-width: 0px;
  max-height: 26px;
}
.accordion-btn-more-img {
  padding: 0 0.5rem;
}
.accordion-target {
  padding: 0 var(--sp-m-x) 0 var(--sp-xl-x);
}
.active.accordion-btn-more .accordion-btn-more-img {
  transform: rotate(180deg);
}
.active.accordion-btn-more .accordion-btn-more-txt {
  max-width: 0;
}
.active.accordion-btn-more .accordion-btn-more-txt-close {
  max-width: 150px;
}

blockquote {
  position: relative;
  font-family: "Inter", Arial, sans-serif;
  margin-bottom: 1.5rem;
  font-size: 0.9090909091rem;
  line-height: 140%;
  font-weight: 700;
  color: var(--c-3);
  padding-top: 1.5rem;
  clear: both;
}
@media only screen and (max-width: 400px) {
  blockquote.cite-w-author:before {
    margin-left: -1rem;
    margin-top: -3rem;
  }
}
blockquote div {
  position: relative;
}
blockquote cite {
  display: block;
  text-align: right;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  font-style: normal;
  font-weight: 400;
}
blockquote cite span {
  display: block;
}
blockquote *:last-child {
  margin-bottom: 0;
}
blockquote .txt-s {
  font-weight: 400;
  font-size: 0.6363636364rem;
}

.cite-l {
  font-size: 2.5454545455rem;
  line-height: 140%;
}
.cite-img {
  border-radius: 100%;
  width: 6.4rem;
  height: 6.4rem;
  margin: auto;
}
.cite-txt-xl {
  font-size: 1.6rem;
}
.cite-txt-l {
  font-size: 1.3rem;
}
.cite-txt-m {
  font-size: 1rem;
}
.cite-txt-s {
  font-size: 0.93rem;
}
.cite-txt-xs {
  font-size: 0.78rem;
}

@media only screen and (max-width: 1560px) {
  .cite-l {
    line-height: 105%;
  }
}
@media only screen and (max-width: 1023px) {
  .cite-l {
    padding: 0;
  }
}
@media only screen and (max-width: 923px) {
  .cite-txt-xl {
    font-size: 1.6rem;
  }
  .cite-txt-l {
    font-size: 1.2rem;
  }
  .cite-txt-m {
    font-size: 1rem;
  }
  .cite-txt-s {
    font-size: 0.85rem;
  }
  .cite-txt-xs {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 770px) {
  .cite-txt-xl:before, .cite-txt-l:before, .cite-txt-m:before, .cite-txt-s:before, .cite-txt-xs:before {
    font-size: 0.7rem;
    margin-top: -0.5rem;
    margin-bottom: 0.25rem;
  }
  .cite-txt-xl {
    font-size: 1rem;
  }
  .cite-txt-l {
    font-size: 0.76rem;
  }
  .cite-txt-m {
    font-size: 0.74rem;
  }
  .cite-txt-s {
    font-size: 0.6rem;
  }
  .cite-txt-xs {
    font-size: 0.54rem;
  }
}
@media only screen and (max-width: 500px) {
  .cite-txt-xl:before, .cite-txt-l:before, .cite-txt-m:before, .cite-txt-s:before, .cite-txt-xs:before {
    font-size: 1.7rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cite-txt-xl {
    font-size: 1.6rem;
  }
  .cite-txt-l {
    font-size: 1.3rem;
  }
  .cite-txt-m {
    font-size: 1rem;
  }
  .cite-txt-s {
    font-size: 0.93rem;
  }
  .cite-txt-xs {
    font-size: 0.78rem;
  }
}
.cta-bgimg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: var(--sp-xl-y);
  margin-top: var(--sp-xl-y);
  min-height: 35rem;
}
@media only screen and (max-width: 500px) {
  .cta-bgimg {
    min-height: 23rem;
  }
}
.cta-bgimg:first-child {
  min-height: calc(83vh - var(--sz-header));
}
.cta-bgimg-content {
  position: relative;
  padding: var(--sp-xxl-y) var(--sp-xxl-x);
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1540px) {
  .cta-bgimg-content {
    padding: 0 var(--sp-xl-x);
  }
}
@media only screen and (max-width: 1023px) {
  .cta-bgimg-content {
    padding: 0 var(--sp-m-x);
  }
}
@media only screen and (max-width: 770px) {
  .cta-bgimg-content {
    align-items: flex-end;
  }
}
.cta-bgimg-content-txt {
  width: 100%;
}
.cta-bgimg-content-txt div {
  position: relative;
  background-color: var(--c-bg-l-3);
  padding: var(--sp-l-y) var(--sp-m-y);
  width: 50%;
}
@media only screen and (max-width: 1500px) {
  .cta-bgimg-content-txt div:before {
    width: 5rem;
  }
}
@media only screen and (max-width: 770px) {
  .cta-bgimg-content-txt div {
    width: 100%;
  }
  .cta-bgimg-content-txt div:before {
    width: 1.5rem;
  }
  .cta-bgimg-content-txt div:after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 100%;
    top: 0;
    left: 100%;
    z-index: 0;
    background-color: var(--c-bg-l-3);
  }
}
@media only screen and (max-width: 400px) {
  .cta-bgimg-content-txt div:before {
    width: 1rem;
  }
}
.cta-bgimg-content-txt .btn {
  background-color: var(--c-w);
  border-color: var(--c-w);
  color: var(--c-2);
}
.cta-bgimg-content-txt .btn:hover {
  background-color: var(--c-btn-hover);
  border-color: var(--c-btn-hover);
  color: var(--c-btn-txt-hover);
}
.cta-bgimg:first-child:before {
  display: none;
}
.cta-stripe {
  padding-top: var(--sp-xxl-y);
  padding-bottom: var(--sp-xxl-y);
}
.cta-mobile-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-img {
  margin: var(--sp-l-y) 0;
}
.cta-img-content {
  color: var(--c-g-d);
}
.cta-title {
  font-family: "Inter", Arial, sans-serif;
  line-height: 105%;
  font-weight: 700;
  color: var(--c-h);
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-wrap: balance;
  font-size: 2.5454545455rem;
  margin-bottom: var(--sp-l-y);
  margin-top: var(--sp-xl-y);
  color: var(--c-txt);
}
@media only screen and (max-width: 870px) {
  .cta-title {
    font-size: 2.5454545455rem;
  }
}
.cta-img-left .cta-content-txt, .cta-img-left-overlap .cta-content-txt {
  order: 1;
}
.cta-img-left .cta-content-img, .cta-img-left-overlap .cta-content-img {
  order: 0;
}
.cta-img-left .cta-content-txt, .cta-img-left-overlap .cta-content-txt {
  order: 1;
}
.cta-img-left .cta-content-img, .cta-img-left-overlap .cta-content-img {
  order: 0;
}
@media only screen and (min-width: 870px) {
  .cta-img-right-overlap .cta-content-img, .cta-img-left-overlap .cta-content-img {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}

.pos-full-incenter[data-ickewidget=cta] {
  margin-bottom: var(--sp-xl-y);
}
.pos-full-incenter[data-ickewidget=cta] + .pos-full-incenter[data-ickewidget=cta] {
  margin-top: calc(-1 * var(--sp-xl-y));
}

.cta-kontakt {
  margin: auto;
  width: 37rem;
}
.cta-kontakt-wrapper {
  position: fixed;
  bottom: 0;
  z-index: 99;
  display: flex;
  background-color: var(--c-grey);
  border-radius: 3rem;
  opacity: 0;
  -webkit-transition: transform 1s, opacity 1s, margin-left 1s linear 1s;
  -ms-transition: transform 1s, opacity 1s, margin-left 1s linear 1s;
  transition: transform 1s, opacity 1s, margin-left 1s linear 1s;
  margin-left: -200%;
}
.cta-kontakt-wrapper.ickeaniin {
  -webkit-transition: transform 1s, opacity 1s;
  -ms-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  margin-left: 0;
  opacity: 1;
}
.cta-kontakt-img {
  margin: -0.3rem 0 -0.8rem;
}
.cta-kontakt-txt-ds {
  flex: 1 1 0;
  font-weight: 700;
  padding: 0.75rem 1.5rem 0.5rem;
  align-content: center;
}
.cta-kontakt-txt-mo {
  flex: 1 1 0;
  display: none;
  font-weight: 700;
  padding: 0.75rem 1rem 0.5rem;
  align-content: center;
}
.cta-kontakt-icons {
  padding: 0.75rem 1.5rem 0.5rem 0;
  align-content: center;
}
.cta-kontakt-icons a {
  color: var(--c-txt);
  font-size: 1.15rem;
  padding: var(--sp-s-y) var(--sp-xxs-x);
  text-decoration: none;
}
.cta-kontakt-icons a:hover {
  color: var(--c-a);
}
@media only screen and (max-width: 870px) {
  .cta-kontakt-img {
    margin-top: -1rem;
  }
}
@media only screen and (max-width: 540px) {
  .cta-kontakt-txt-ds {
    display: none;
  }
  .cta-kontakt-txt-mo {
    display: block;
  }
}
@media only screen and (max-width: 540px) {
  .cta-kontakt-wrapper {
    width: 100%;
  }
}

.moduletable .search .sr-only, .moduletable .search .element-invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

input.input-click-visible {
  position: absolute;
  right: 0;
  top: var(--sp-s-y);
  max-width: none;
  z-index: 1;
  visibility: hidden;
  -webkit-transition: width 0.5s, visibility 0.5s !important;
  -ms-transition: width 0.5s, visibility 0.5s !important;
  transition: width 0.5s, visibility 0.5s !important;
}

input.input-click-visible.active {
  visibility: visible;
  width: 195px !important;
}

.mod-search-label {
  display: inline-block;
  margin-right: 0.5rem;
  color: var(--c-txt);
}

.moduletable .search {
  overflow: visible;
  position: relative;
}

.label-click {
  cursor: pointer;
}
.label-click:hover {
  color: var(--c-a);
}

.search-page {
  min-height: calc(100vh - 10rem);
}
.search-page .btn {
  width: 100%;
}

.highlight {
  text-transform: uppercase;
}

.search-label-mod {
  color: var(--c-d);
  transition: all 0.5s;
  padding: 0.35em 0.5em 0.25em;
}
.search-label-mod:hover {
  background-color: var(--c-btn-hover);
  color: var(--c-1);
}

.awesomplete > ul {
  right: 0;
  left: auto !important;
  top: 3rem;
  width: 200px;
  max-width: 195px;
}
@media only screen and (max-width: 1023px) {
  .awesomplete > ul {
    left: 0 !important;
  }
}
.awesomplete > ul > li:before {
  display: none;
}
.awesomplete > ul > li:hover {
  background: var(--c-bg-l-1) !important;
  color: var(--c-txt) !important;
}
.awesomplete mark {
  background: var(--c-bg-l-2) !important;
}

.col-66 .awesomplete {
  display: block;
}

.edit .icon-user:before {
  content: "\e80f";
}

.wf-editor-tabs li {
  list-style: none;
  padding: var(--sp-m-y) var(--sp-xs-y) 0;
}
.wf-editor-tabs li:before {
  display: none;
}

#editor-xtd-buttons {
  display: none;
}

#jform_tags {
  height: 8rem;
}

.chzn-container-single .chzn-single, .chzn-container-multi .chzn-choices {
  background-image: url(../images/system/select-bg.svg);
  background-repeat: no-repeat;
  background-position: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2rem;
  background-size: 65.5rem;
  height: auto;
}
.chzn-container-single .chzn-single div b, .chzn-container-multi .chzn-choices div b {
  display: none;
}

.chzn-container-multi .chzn-choices li.search-choice {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.chzn-container-multi .chzn-choices li.search-choice:before {
  display: none;
}

.popover, .tooltip {
  display: none !important;
}

[role=tooltip] {
  display: none;
}

.modal-lg, .modal-xl {
  --bs-modal-width: 90%;
}

.modal .btn {
  margin-right: 0.5rem;
}
.modal .btn-primary:not([href]),
.modal .btn-success:not([href]) {
  color: #fff;
}
.modal .btn-primary:not([href]):hover,
.modal .btn-success:not([href]):hover {
  color: #fff;
}
.modal-content {
  min-height: 80vh;
}

.modal-header {
  padding: 0 15px;
}

.contentpane {
  padding: 15px;
}
.contentpane .main-card {
  margin: -10px;
  box-shadow: none;
}

.container-popup .mb-3 {
  margin: 1rem;
}

.container-popup .form-select {
  width: auto;
}

.wf-zoom-image {
  display: inline;
  margin: 0 !important;
  border: 0 !important;
}

.wf-mediabox-close:hover {
  background-color: transparent;
}

body.mceContentReset h1, body.mceContentReset h2, body.mceContentReset h3, body.mceContentReset h4, body.mceContentReset h5, body.mceContentReset h6, body.mceContentReset p, body.mceContentReset td, body.mceContentReset th {
  color: inherit;
}

.mceContentBody .flexbox, .mceContentBody .flexbox-stretch {
  border: 1px dotted var(--c-1);
}
.mceContentBody .pos-full-incenter {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.mceContentBody .box-btn:hover, .mceContentBody .box-btn-icon:hover {
  transform: none;
}
.mceContentBody .box-btn a:after, .mceContentBody .box-btn-icon a:after, .mceContentBody .link-stretched:after {
  display: none;
}
.mceContentBody .sp-n-rl-l, .mceContentBody .sp-n-rl-m {
  margin-left: 0;
  margin-right: 0;
}
.mceContentBody .ickewidget:not(.btn) {
  border: 2px dotted #C0E559 !important;
  position: relative;
}
.mceContentBody .ickewidget:not(.btn):before {
  content: "Seitenelement";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 100%;
  padding: 3px 5px;
}
.mceContentBody .splide {
  visibility: visible;
}
.mceContentBody .splide__slide {
  display: none;
}
.mceContentBody .splide__slide:first-child {
  display: flex;
}
.mceContentBody .fx-slide-up, .mceContentBody .ickewidget {
  opacity: 1 !important;
  transform: none !important;
}
.mceContentBody .fx-slideout {
  max-height: none !important;
  opacity: 1 !important;
}
.mceContentBody .fx-slideout-teaser-hidden {
  opacity: 1 !important;
}
.mceContentBody .fx-slideout-teaser-mark {
  border: 2px dotted #213865 !important;
}
.mceContentBody .fx-slideout-teaser-line {
  border: 2px dotted #213865 !important;
}
.mceContentBody .fx-slideout-teaser-line:before {
  content: "Accordion weiterlesen";
}
.mceContentBody thead:after {
  display: none;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  border-radius: 0rem;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.splide-txt {
  position: absolute;
  bottom: 1rem;
}
.splide-txt .bg-w {
  border-radius: 0 0rem 0rem 0;
}

.icke-dp {
  position: relative;
  width: 100%;
  min-height: 24rem;
  margin-bottom: var(--sp-l-y);
}
.icke-dp iframe {
  height: 100% !important;
}
.icke-dp-preview {
  cursor: pointer;
  text-align: center;
  position: absolute;
  height: 100%;
  width: 100%;
}
.icke-dp-preview .icon {
  font-size: 4rem;
}
.icke-dp-preview-youtube {
  height: 100%;
}
.icke-dp-preview-youtube:after {
  content: "\f16a";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  top: calc(50% - 2.5rem);
  left: calc(50% - 2.5rem);
  font-size: 4rem;
  color: #ff0000;
  transition: color 0.5s;
}
@media only screen and (max-width: 500px) {
  .icke-dp-preview-youtube:after {
    left: calc(50% - 7.5vw);
    font-size: 15vw;
  }
}
.icke-dp-preview-youtube:hover:after {
  color: #000;
}
.icke-dp-img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.icke-dp-icon {
  height: 7rem;
  display: inline-block;
  margin: 1rem auto 0;
}
.icke-dp-text-img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.icke-dp-title {
  position: relative;
  margin: 0;
  line-height: 105%;
}
.icke-dp-consent-manager {
  position: relative;
  margin-top: var(--sp-m-y);
  padding: 0 0.75rem 4.5rem;
}
.icke-dp-info {
  position: absolute;
  bottom: 0.5rem;
  padding: 0.75rem;
  line-height: 120%;
  font-size: 0.6363636364rem;
}
.icke-dp-disqus {
  height: auto;
}
.icke-dp-disqus .icke-dp-preview {
  height: 16rem;
}
.icke-sz-ratio-4-3 {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
}
.icke-sz-ratio-4-3:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.icke-sz-ratio-16-9 {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
}
.icke-sz-ratio-16-9:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.icke-sz-ratio-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.icke-sz-ratio-content img {
  width: 100%;
}
.icke-sz-ratio-content iframe {
  height: 100%;
}
.icke-box-video {
  position: relative;
  height: auto;
}
.icke-box-video img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.icke-box-replacer {
  margin: var(--sp-xl-y) 0;
}

@media only screen and (max-width: 1024px) {
  .icke-pos-left, .icke-pos-right {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .icke-dp-info {
    bottom: 0;
    font-size: 0.6363636364rem;
  }
  .icke-dp-text {
    bottom: 0;
  }
  .icke-dp-consent-manager {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 360px) {
  .icke-dp-info {
    padding: 2px;
  }
}
/*------------------------------Cookie Consent-----------------------------*/
#cpnb .cpnb-div-position-center {
  max-width: 375px;
}

#cpnb .cpnb-inner {
  display: flex;
  flex-direction: column;
  max-width: 375px;
}

#cpnb .cpnb-inner .cpnb-buttons {
  display: flex;
  flex-direction: column;
}

#cpnb .cpnb-inner .cpnb-buttons a.cpnb-button-ok, #cpnb .cpnb-inner .cpnb-buttons a.cpnb-button-decline {
  font-family: inherit;
  font-size: 1rem;
  margin-bottom: 10px;
  padding: 0.75rem 0.5rem;
  text-decoration: none;
}

#cpnb .cpnb-inner .cpnb-buttons a.cpnb-button-more-default {
  padding: 0;
  text-decoration: none;
}

.cpnb-div-position-center .cpnb-message {
  line-height: 154%;
}

.cpnb-button-settings, .cpnb-button-settings-modal {
  font-weight: bold;
}

.cpnb-div-position-top-left .cpnb-button, .cpnb-div-position-top-right .cpnb-button, .cpnb-div-position-bottom-left .cpnb-button, .cpnb-div-position-bottom-right .cpnb-button {
  margin-bottom: 0;
  border-radius: 3rem;
}

.cpnb-div-position-bottom-right {
  max-width: 366px !important;
}

.cpnb-m-bottom-buttons .cpnb-button {
  padding: 0.95em 1.2em 0.5em !important;
}

.modalCheckBox input[type=checkbox] {
  float: none;
}

#cpnb .cpnb-inner, #cpnb .cpnb-div-position-center {
  max-width: none !important;
}

.cpnb-button, .cpnb-button-ok {
  text-shadow: none;
}

.cpnb, .cpnb * {
  font-family: "Open Sans", Arial, sans-serif !important;
  line-height: 140%;
  font-size: 0.6363636364rem;
}

.cpnb-m-DeclineAllButton:hover {
  color: #fff;
}

#cpnb_warningBoxBgOverlay {
  z-index: 10;
}

.cpnb-manager-modal-left {
  bottom: 112px !important;
}

.cpnb-message {
  color: var(--c-txt) !important;
}

.cpnb-button {
  text-shadow: none !important;
  font-size: 0.6363636364rem !important;
  font-weight: 700 !important;
}
.cpnb-button-ok, .cpnb-button-decline {
  background-color: var(--c-1) !important;
  color: var(--c-txt) !important;
  border-radius: 0 !important;
}
.cpnb-button-ok:hover, .cpnb-button-decline:hover {
  background-color: var(--c-txt) !important;
  color: var(--c-1) !important;
}
.cpnb-button-settings, .cpnb-button-settings-modal, .cpnb-button-more-default, .cpnb-button-more-modal {
  color: var(--c-txt) !important;
}
.cpnb-m-bottom-buttons .cpnb-button {
  padding: 0.4em 2em 0.3em !important;
  border-radius: 0 !important;
}
.cpnb-modal-bg {
  padding: 1em !important;
}

@media only screen and (max-width: 1023px) {
  .cpnb-m-bottom-buttons .cpnb-button {
    font-size: 1rem;
  }
  .cpnb-modal--medium {
    font-size: 1rem;
    line-height: 150%;
  }
  .cpnb-modal-inner {
    padding: 1em;
  }
  .cpnb-manager-modal-right {
    top: 10px;
  }
  .cpnb-manager-modal-left {
    top: 55px;
  }
}
@media only screen and (max-width: 770px) {
  .cpnb-manager-modal-right, .cpnb-manager-modal-left {
    bottom: 105px;
  }
}
@media only screen and (max-width: 600px) {
  .cpnb-manager-modal-right {
    bottom: 39px;
  }
  .cpnb-left-menu-toggle-button {
    margin-left: -16px;
    margin-top: 48px;
  }
  .cpnb-left-menu-toggle::after {
    margin-top: 39px;
  }
  .cpnb-manager-modal-right {
    margin-top: 90px;
  }
  .cpnb-manager-modal-left {
    top: 21px;
    bottom: 0;
  }
  .cpnb-m-bottom-buttons .cpnb-button {
    margin: 5px auto !important;
  }
}
@media (max-width: 502px) {
  .cpnb-div-position-bottom, .cpnb-div-position-bottom-left, .cpnb-div-position-bottom-right {
    max-width: 100% !important;
  }
  .cpnb-modal--medium {
    height: 90% !important;
  }
}
@media only screen and (max-width: 500px) {
  .cpnb-button {
    margin-top: 0px !important;
    padding: 13px 8px 5px !important;
  }
  .cpnb-outer.cpnb-div-position-bottom-right {
    bottom: 4rem;
  }
}
@media only screen and (max-width: 400px) {
  .cpnb-m-header {
    font-size: 1rem;
  }
}
body .usercentrics-button.uc-button-bl .uc-privacy-button-wrapper {
  left: auto !important;
  right: 20px !important;
}

.djacc-popup .djacc__openbtn--default {
  background: #213865 !important;
}

.djacc--sticky {
  position: absolute !important;
  z-index: unset !important;
}

.djacc--sticky.djacc--bottom-left {
  bottom: auto !important;
  left: auto !important;
}
.djacc--sticky.djacc--bottom-left .djacc__openbtn {
  position: fixed !important;
  z-index: 9999 !important;
  bottom: 0;
  left: 0;
  margin: 20px !important;
  width: 1.666em !important;
  height: 1.666em !important;
  font-size: 1.5rem;
}
.djacc--sticky.djacc--bottom-left .djacc__panel {
  position: fixed !important;
  z-index: 99999 !important;
  bottom: 0;
  left: 0;
}

.djacc-opened .djacc-popup.djacc--bottom-left .djacc__openbtn, .djacc-opened .djacc-popup.djacc--bottom-right .djacc__openbtn, .djacc-opened .djacc-popup.djacc--top-left .djacc__openbtn, .djacc-opened .djacc-popup.djacc--top-right .djacc__openbtn, .djacc-popup.djacc--bottom-left:hover .djacc__openbtn, .djacc-popup.djacc--bottom-right:hover .djacc__openbtn, .djacc-popup.djacc--top-left:hover .djacc__openbtn, .djacc-popup.djacc--top-right:hover .djacc__openbtn {
  margin: 20px !important;
  width: 2em !important;
  height: 2em !important;
}

.modal-body .djacc {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .djacc--sticky.djacc--bottom-left .djacc__openbtn {
    font-size: 1rem !important;
    margin: 0.5rem !important;
  }
  .djacc--sticky.djacc--bottom-left .djacc__openbtn svg {
    width: 1.666em;
    height: 1.666em;
  }
}
.cols, .row, .row-fluid, .cols-2, .cols-3, .cols-4, .form-row, .cta-img, .cta-img-content {
  display: grid;
  gap: var(--sp-gap);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: flex-start;
  clear: both;
  container-type: inline-size;
}
.cols-d-column {
  flex-direction: column;
}
.cols-stretch {
  align-items: stretch;
}
.cols-center {
  justify-content: center;
}
.cols-center-h, .cta-img, .cta-img-content {
  align-items: center;
}
.cols-right {
  justify-content: flex-end;
}
.cols-spacebetween {
  justify-content: space-between;
}
.cols-bottom {
  align-items: flex-end;
}
.cols-nowrap {
  flex-wrap: nowrap;
}
.cols-inline {
  display: inline-flex;
  align-items: center;
}
.cols-flex {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.cols-gap {
  gap: var(--sp-gap);
}
.col-100, .col-12, .col-md-12, .span-12, .span-md-12, .cols-1 > div:not([class*=sz-w]):not([class*=col-]) {
  grid-column: span 12;
}
.col-92 {
  grid-column: span 10;
}
.col-84 {
  grid-column: span 10;
}
.col-75, .col-9, .col-sm-9, .col-md-9, .span-9, .span-sm-9, .span-md-9 {
  grid-column: span 9;
}
.col-66, .col-8, .col-md-8, .span-8, .span-md-8 {
  grid-column: span 8;
}
.col-60, .col-7, .span-7 {
  grid-column: span 7;
}
.col-50, .col-6, .col-md-6, .span-6, .span-md-6, .cta-img-content-txt, .cta-img-content-img, .cols-2 > div:not([class*=sz-w]):not([class*=col-]) {
  grid-column: span 6;
}
.col-50:last-child:nth-child(odd), .col-6:last-child:nth-child(odd), .col-md-6:last-child:nth-child(odd), .span-6:last-child:nth-child(odd), .span-md-6:last-child:nth-child(odd), .cta-img-content-txt:last-child:nth-child(odd), .cta-img-content-img:last-child:nth-child(odd), .cols-2 > div:last-child:nth-child(odd):not([class*=sz-w]):not([class*=col-]) {
  grid-column: span 12;
}
.col-40, .col-5, .col-md-5, .span-5, .span-md-5 {
  grid-column: span 5;
}
.col-33, .col-sm-4, .span-sm-4, .col-4, .col-md-4, .span-4, .span-md-4, .cols-3 > div:not([class*=sz-w]):not([class*=col-]) {
  grid-column: span 4;
}
.col-25, .col-3, .col-sm-3, .col-md-3, .span-3, .span-sm-3, .span-md-3, .cols-4 > div:not([class*=sz-w]):not([class*=col-]) {
  grid-column: span 3;
}
.col-16, .col-2, .col-sm-2, .col-md-2, .span-2, .span-sm-2, .span-md-2 {
  grid-column: span 2;
}
.col-8 {
  grid-column: span 1;
}
.col-center-h {
  align-self: center;
}
.col-flex {
  flex: 1 1 400px;
}
.col-flex-s {
  flex: 1 1 250px;
}

@media only screen and (max-width: 850px) {
  .col-25 {
    grid-column: span 4;
  }
  .col-66, .col-33 {
    grid-column: span 6;
  }
  .col-66 + .col-33, .col-60 + .col-40 {
    grid-column: span 6;
  }
  .cols:has(> .col-16):has(> .col-84) .col-16 {
    grid-column: span 4;
  }
  .cols:has(> .col-16):has(> .col-84) .col-84 {
    grid-column: span 8;
  }
  .cols:has(> .col-75):has(> .col-25) .col-16 {
    grid-column: span 4;
  }
  .cols:has(> .col-75):has(> .col-25) .col-84 {
    grid-column: span 8;
  }
  .cols-3 > div:not([class*=sz-w]):not([class*=col-]) {
    grid-column: span 6;
  }
}
@container (width < 850px) {
  .col-25 {
    grid-column: span 4;
  }
  .col-66, .col-33 {
    grid-column: span 6;
  }
  .col-66 + .col-33, .col-60 + .col-40 {
    grid-column: span 6;
  }
  .cols:has(> .col-16):has(> .col-84) .col-16 {
    grid-column: span 4;
  }
  .cols:has(> .col-16):has(> .col-84) .col-84 {
    grid-column: span 8;
  }
  .cols:has(> .col-75):has(> .col-25) .col-16 {
    grid-column: span 4;
  }
  .cols:has(> .col-75):has(> .col-25) .col-84 {
    grid-column: span 8;
  }
  .cols-3 > div:not([class*=sz-w]):not([class*=col-]) {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 550px) {
  .col-50, .col-33, .col-40, .col-60, .col-66, .col-60 + .col-40, .col-6, .col-md-6, .span-6, .span-md-6, .cta-img-content-txt, .cta-img-content-img, .cols-2 > div:not([class*=sz-w]):not([class*=col-]), .col-sm-4, .span-sm-4, .col-4, .col-md-4, .span-4, .span-md-4, .cols-3 > div:not([class*=sz-w]):not([class*=col-]), .col-5, .col-md-5, .span-5, .span-md-5, .col-7, .span-7, .col-8, .col-md-8, .span-8, .span-md-8 {
    grid-column: span 12;
  }
  .col-50.col-txt, .col-33.col-txt, .col-40.col-txt, .col-60.col-txt, .col-66.col-txt, .col-60 + .col-40.col-txt, .col-txt.col-6, .col-txt.col-md-6, .col-txt.span-6, .col-txt.span-md-6, .col-txt.cta-img-content-txt, .col-txt.cta-img-content-img, .cols-2 > div.col-txt:not([class*=sz-w]):not([class*=col-]), .col-txt.col-sm-4, .col-txt.span-sm-4, .col-txt.col-4, .col-txt.col-md-4, .col-txt.span-4, .col-txt.span-md-4, .cols-3 > div.col-txt:not([class*=sz-w]):not([class*=col-]), .col-txt.col-5, .col-txt.col-md-5, .col-txt.span-5, .col-txt.span-md-5, .col-txt.col-7, .col-txt.span-7, .col-txt.col-8, .col-txt.col-md-8, .col-txt.span-8, .col-txt.span-md-8 {
    order: 1;
  }
  .col-66 + .col-33, .col-8 + .col-33, .col-md-8 + .col-33, .span-8 + .col-33, .span-md-8 + .col-33 {
    grid-column: span 12;
  }
  .col-66 + .col-33.col-txt, .col-8 + .col-33.col-txt, .col-md-8 + .col-33.col-txt, .span-8 + .col-33.col-txt, .span-md-8 + .col-33.col-txt {
    order: 1;
  }
  .col-25, .col-16, .col-3, .col-sm-3, .col-md-3, .span-3, .span-sm-3, .span-md-3, .cols-4 > div:not([class*=sz-w]):not([class*=col-]), .col-2, .col-sm-2, .col-md-2, .span-2, .span-sm-2, .span-md-2 {
    grid-column: span 6;
  }
  .cols:has(> .col-16):has(> .col-84) .col-16, .row:has(> .col-16):has(> .col-84) .col-16, .row-fluid:has(> .col-16):has(> .col-84) .col-16, .form-row:has(> .col-16):has(> .col-84) .col-16, .cta-img:has(> .col-16):has(> .col-84) .col-16, .cta-img-content:has(> .col-16):has(> .col-84) .col-16, .cols-2:has(> .col-16):has(> .col-84) .col-16, .cols-3:has(> .col-16):has(> .col-84) .col-16, .cols-4:has(> .col-16):has(> .col-84) .col-16 {
    grid-column: span 12;
  }
  .cols:has(> .col-16):has(> .col-84) .col-84, .row:has(> .col-16):has(> .col-84) .col-84, .row-fluid:has(> .col-16):has(> .col-84) .col-84, .form-row:has(> .col-16):has(> .col-84) .col-84, .cta-img:has(> .col-16):has(> .col-84) .col-84, .cta-img-content:has(> .col-16):has(> .col-84) .col-84, .cols-2:has(> .col-16):has(> .col-84) .col-84, .cols-3:has(> .col-16):has(> .col-84) .col-84, .cols-4:has(> .col-16):has(> .col-84) .col-84 {
    grid-column: span 12;
  }
}
@container (width < 550px) {
  .col-50, .col-33, .col-40, .col-60, .col-66, .col-60 + .col-40, .col-6, .col-md-6, .span-6, .span-md-6, .cta-img-content-txt, .cta-img-content-img, .cols-2 > div:not([class*=sz-w]):not([class*=col-]), .col-sm-4, .span-sm-4, .col-4, .col-md-4, .span-4, .span-md-4, .cols-3 > div:not([class*=sz-w]):not([class*=col-]), .col-5, .col-md-5, .span-5, .span-md-5, .col-7, .span-7, .col-8, .col-md-8, .span-8, .span-md-8 {
    grid-column: span 12;
  }
  .col-50.col-txt, .col-33.col-txt, .col-40.col-txt, .col-60.col-txt, .col-66.col-txt, .col-60 + .col-40.col-txt, .col-txt.col-6, .col-txt.col-md-6, .col-txt.span-6, .col-txt.span-md-6, .col-txt.cta-img-content-txt, .col-txt.cta-img-content-img, .cols-2 > div.col-txt:not([class*=sz-w]):not([class*=col-]), .col-txt.col-sm-4, .col-txt.span-sm-4, .col-txt.col-4, .col-txt.col-md-4, .col-txt.span-4, .col-txt.span-md-4, .cols-3 > div.col-txt:not([class*=sz-w]):not([class*=col-]), .col-txt.col-5, .col-txt.col-md-5, .col-txt.span-5, .col-txt.span-md-5, .col-txt.col-7, .col-txt.span-7, .col-txt.col-8, .col-txt.col-md-8, .col-txt.span-8, .col-txt.span-md-8 {
    order: 1;
  }
  .col-66 + .col-33, .col-8 + .col-33, .col-md-8 + .col-33, .span-8 + .col-33, .span-md-8 + .col-33 {
    grid-column: span 12;
  }
  .col-66 + .col-33.col-txt, .col-8 + .col-33.col-txt, .col-md-8 + .col-33.col-txt, .span-8 + .col-33.col-txt, .span-md-8 + .col-33.col-txt {
    order: 1;
  }
  .col-25, .col-16, .col-3, .col-sm-3, .col-md-3, .span-3, .span-sm-3, .span-md-3, .cols-4 > div:not([class*=sz-w]):not([class*=col-]), .col-2, .col-sm-2, .col-md-2, .span-2, .span-sm-2, .span-md-2 {
    grid-column: span 6;
  }
  .cols:has(> .col-16):has(> .col-84) .col-16, .row:has(> .col-16):has(> .col-84) .col-16, .row-fluid:has(> .col-16):has(> .col-84) .col-16, .form-row:has(> .col-16):has(> .col-84) .col-16, .cta-img:has(> .col-16):has(> .col-84) .col-16, .cta-img-content:has(> .col-16):has(> .col-84) .col-16, .cols-2:has(> .col-16):has(> .col-84) .col-16, .cols-3:has(> .col-16):has(> .col-84) .col-16, .cols-4:has(> .col-16):has(> .col-84) .col-16 {
    grid-column: span 12;
  }
  .cols:has(> .col-16):has(> .col-84) .col-84, .row:has(> .col-16):has(> .col-84) .col-84, .row-fluid:has(> .col-16):has(> .col-84) .col-84, .form-row:has(> .col-16):has(> .col-84) .col-84, .cta-img:has(> .col-16):has(> .col-84) .col-84, .cta-img-content:has(> .col-16):has(> .col-84) .col-84, .cols-2:has(> .col-16):has(> .col-84) .col-84, .cols-3:has(> .col-16):has(> .col-84) .col-84, .cols-4:has(> .col-16):has(> .col-84) .col-84 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 240px) {
  .col-25, .col-33, .col-16, .col-3, .col-sm-3, .col-md-3, .span-3, .span-sm-3, .span-md-3, .cols-4 > div:not([class*=sz-w]):not([class*=col-]), .col-sm-4, .span-sm-4, .col-4, .col-md-4, .span-4, .span-md-4, .cols-3 > div:not([class*=sz-w]):not([class*=col-]), .col-2, .col-sm-2, .col-md-2, .span-2, .span-sm-2, .span-md-2 {
    grid-column: span 12;
  }
}
@container (width < 240px) {
  .col-25, .col-33, .col-16, .col-3, .col-sm-3, .col-md-3, .span-3, .span-sm-3, .span-md-3, .cols-4 > div:not([class*=sz-w]):not([class*=col-]), .col-sm-4, .span-sm-4, .col-4, .col-md-4, .span-4, .span-md-4, .cols-3 > div:not([class*=sz-w]):not([class*=col-]), .col-2, .col-sm-2, .col-md-2, .span-2, .span-sm-2, .span-md-2 {
    grid-column: span 12;
  }
}
.col-sm-6, .span-sm-6 {
  padding-right: var(--sp-l-x);
}
.col-sm-4, .span-sm-4 {
  padding-right: var(--sp-l-x);
}

@media all and (-ms-high-contrast: none) {
  div {
    flex: 0 0 100%;
  }
}
.column-txt-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: var(--sp-gap);
  -moz-column-gap: var(--sp-gap);
  column-gap: var(--sp-gap);
  margin-bottom: var(--sp-m-y);
}

@media only screen and (max-width: 770px) {
  .column-txt-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-bottom: 1rem;
  }
}
.sz-100 {
  width: 100%;
  height: 100%;
}
.sz-w-max-m {
  max-width: 1560px;
}
.sz-w-max-s {
  max-width: 930px;
}
.sz-w-max-xs {
  max-width: 600px;
}
.sz-w-100, .cta-img-content {
  width: 100%;
}
.sz-w-50 {
  width: 50%;
}
.sz-w-33 {
  width: 33.3333%;
}
.sz-w-25 {
  width: 25%;
}
.sz-w-minus-sidebar {
  max-width: calc(100% - 22rem);
}
.sz-w-window {
  width: 100%;
}
.sz-w-auto {
  width: auto;
}
.sz-w-txt-max {
  width: 39rem;
}
.sz-w-full-50 {
  max-width: 50vw;
  max-width: 50dvw;
}
.sz-w-full-50 img {
  float: right;
}
@media only screen and (max-width: 500px) {
  .sz-w-full-50 {
    max-width: none;
  }
}
.sz-h-100 {
  height: 100%;
}
.sz-h-cta {
  height: 31rem;
}
.sz-h-cta-s {
  height: 31vw;
  max-height: 23rem;
}
.sz-h-cta-l, .splide__slide {
  height: calc(100vh - 2.5rem - 8rem);
}
.sz-h-window {
  height: 100vh;
}
.sz-h-window-opener {
  height: calc(100vh - 15.5rem);
}
@media only screen and (max-width: 500px) {
  .sz-h-window-opener {
    height: calc(100vh - 18.5rem);
  }
}
.sz-opener {
  height: calc(100vh - var(--sz-header));
}
.sz-fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sz-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sz-ratio-1-1 {
  aspect-ratio: 1/1;
}
.sz-ratio-2-1 {
  aspect-ratio: 2/1;
}
.sz-ratio-1-2 {
  aspect-ratio: 1/2;
}
.sz-ratio-4-3 {
  aspect-ratio: 4/3;
}
.sz-ratio-16-9 {
  aspect-ratio: 16/9;
}
.sz-ratio-7-5 {
  aspect-ratio: 7/5;
}

.float-wrapper {
  overflow: hidden;
}
.float-wrapper-no {
  overflow: unset;
}
.float-wrapper-break::after {
  content: "";
  clear: both;
  display: block;
}
.float-left, .pull-left, .box-left {
  float: left;
}
.float-left-item, .img-left, .icke-pos-left {
  float: left;
  margin-right: var(--sp-2-x);
  margin-bottom: 0.75rem;
  max-width: calc(33.333% - var(--sp-l-x) / 2);
  background-color: var(--c-w);
}
.float-clear-l {
  clear: left;
}
.float-right, .pull-right, .box-right {
  float: right;
}
.float-right-item, .img-right, .icke-pos-right {
  float: right;
  margin-left: var(--sp-2-x);
  margin-bottom: 0.75rem;
  clear: right;
  max-width: calc(33.333% - var(--sp-l-x) / 2);
  background-color: var(--c-w);
}
.float-none, .pull-none {
  float: none;
  margin-bottom: 1.5rem;
}
.float-clear-r {
  clear: right;
}
.float {
  /*.article .float-right, .article .pull-right, .article .float-left, .article .pull-left{
  	max-width: 40%;
  	@media only screen and (max-width: $rwd-break-mobile-m) {
  		max-width: 100%;
  		width: 100%;
  	}
  }*/
}
.float-no {
  float: none;
  clear: both;
}
.float-clear {
  clear: both;
}
.float-clear:before {
  clear: both;
  display: block;
  content: "";
}
.float-clear-no {
  clear: none;
}
.float-sticks-out-left {
  margin-left: -10.1rem;
}
.float-sticks-out-right {
  margin-right: -10.1rem;
}

hr.float-clear {
  border: 0;
}

.mceContentBody hr.float-clear {
  background-color: #aaa;
  height: 5px;
}

@media only screen and (max-width: 870px) {
  .float-left-item, .img-left, .icke-pos-left {
    margin-right: var(--sp-l-x);
  }
  .float-right-item, .img-right, .icke-pos-right {
    margin-left: var(--sp-l-x);
  }
}
@media only screen and (max-width: 500px) {
  .article-body .float-right-item, .article-body .float-left-item, .article-body .img-right, .article-body .icke-pos-right, .article-body .img-left, .article-body .icke-pos-left {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: var(--sp-l-y);
    float: none;
    max-width: none;
  }
}
.masonry-v-k3, .sp-tb-xxl, .sp-xxl, .sp-t-xxl {
  margin-top: var(--sp-xxl-y);
}
.sp-p-tb-xxl, .sp-p-xxl, .sp-p-t-xxl {
  padding-top: var(--sp-xxl-y);
}
.sp-n-t-xxl {
  margin-top: calc(-1 * var(--sp-xxl-y));
}

.masonry-v-k3, .sp-tb-xxl, .sp-xxl, .sp-b-xxl {
  margin-bottom: var(--sp-xxl-y);
}
.sp-p-tb-xxl, .sp-p-xxl, .sp-p-b-xxl {
  padding-bottom: var(--sp-xxl-y);
}
.sp-n-b-xxl {
  margin-bottom: calc(-1 * var(--sp-xxl-y));
}

.sp-tb-xl, .sp-xl, .sp-t-xl {
  margin-top: var(--sp-xl-y);
}
.sp-p-tb-xl, .sp-p-xl, .sp-p-t-xl {
  padding-top: var(--sp-xl-y);
}
.sp-n-t-xl {
  margin-top: calc(-1 * var(--sp-xl-y));
}

.sp-tb-xl, .sp-xl, .sp-b-xl {
  margin-bottom: var(--sp-xl-y);
}
.sp-p-tb-xl, .sp-p-xl, .sp-p-b-xl {
  padding-bottom: var(--sp-xl-y);
}
.sp-n-b-xl {
  margin-bottom: calc(-1 * var(--sp-xl-y));
}

.sp-tb-l, .sp-l, .sp-t-l {
  margin-top: var(--sp-l-y);
}
.sp-p-tb-l, .sp-p-l, .sp-p-t-l {
  padding-top: var(--sp-l-y);
}
.sp-n-t-l {
  margin-top: calc(-1 * var(--sp-l-y));
}

.sp-tb-l, .sp-l, .sp-b-l {
  margin-bottom: var(--sp-l-y);
}
.sp-p-tb-l, .sp-p-l, .sp-p-b-l {
  padding-bottom: var(--sp-l-y);
}
.sp-n-b-l {
  margin-bottom: calc(-1 * var(--sp-l-y));
}

.sp-tb-m, .sp-m, .sp-t-m {
  margin-top: var(--sp-m-y);
}
.sp-p-tb-m, .masonry-v-item, .sp-p-m, .sp-p-t-m {
  padding-top: var(--sp-m-y);
}
.sp-n-t-m {
  margin-top: calc(-1 * var(--sp-m-y));
}

.sp-tb-m, .sp-m, .sp-b-m {
  margin-bottom: var(--sp-m-y);
}
.sp-p-tb-m, .masonry-v-item, .sp-p-m, .sp-p-b-m {
  padding-bottom: var(--sp-m-y);
}
.sp-n-b-m {
  margin-bottom: calc(-1 * var(--sp-m-y));
}

.sp-tb-s, .sp-s, .sp-t-s {
  margin-top: var(--sp-s-y);
}
.sp-p-tb-s, .sp-p-s, .sp-p-t-s {
  padding-top: var(--sp-s-y);
}
.sp-n-t-s {
  margin-top: calc(-1 * var(--sp-s-y));
}

.sp-tb-s, .sp-s, .sp-b-s {
  margin-bottom: var(--sp-s-y);
}
.sp-p-tb-s, .sp-p-s, .sp-p-b-s {
  padding-bottom: var(--sp-s-y);
}
.sp-n-b-s {
  margin-bottom: calc(-1 * var(--sp-s-y));
}

.sp-tb-xs, .sp-xs, .sp-t-xs {
  margin-top: var(--sp-xs-y);
}
.sp-p-tb-xs, .sp-p-xs, .sp-p-t-xs {
  padding-top: var(--sp-xs-y);
}
.sp-n-t-xs {
  margin-top: calc(-1 * var(--sp-xs-y));
}

.sp-tb-xs, .sp-xs, .sp-b-xs {
  margin-bottom: var(--sp-xs-y);
}
.sp-p-tb-xs, .sp-p-xs, .sp-p-b-xs {
  padding-bottom: var(--sp-xs-y);
}
.sp-n-b-xs {
  margin-bottom: calc(-1 * var(--sp-xs-y));
}

.sp-tb-xxs, .sp-xxs, .sp-t-xxs {
  margin-top: var(--sp-xxs-y);
}
.sp-p-tb-xxs, .sp-p-xxs, .sp-p-t-xxs {
  padding-top: var(--sp-xxs-y);
}
h1 + h1, h2 + h1, h3 + h1, h4 + h1, .h1 + h1, .h2 + h1, .h3 + h1, .h4 + h1, h1 + h2, h2 + h2, h3 + h2, h4 + h2, .h1 + h2, .h2 + h2, .h3 + h2, .h4 + h2, h1 + h3, h2 + h3, h3 + h3, h4 + h3, .h1 + h3, .h2 + h3, .h3 + h3, .h4 + h3, h1 + h4, h2 + h4, h3 + h4, h4 + h4, .h1 + h4, .h2 + h4, .h3 + h4, .h4 + h4, h1 + .h1, h2 + .h1, h3 + .h1, h4 + .h1, .h1 + .h1, .h2 + .h1, .h3 + .h1, .h4 + .h1, h1 + .h2, h2 + .h2, h3 + .h2, h4 + .h2, .h1 + .h2, .h2 + .h2, .h3 + .h2, .h4 + .h2, h1 + .h3, h2 + .h3, h3 + .h3, h4 + .h3, .h1 + .h3, .h2 + .h3, .h3 + .h3, .h4 + .h3, h1 + .h4, h2 + .h4, h3 + .h4, h4 + .h4, .h1 + .h4, .h2 + .h4, .h3 + .h4, .h4 + .h4, .txt-xxxl + h1, .txt-xxxl + h2, .txt-xxxl + h3, .txt-xxxl + h4, .txt-xxxl + .h1, .txt-xxxl + .h2, .txt-xxxl + .h3, .txt-xxxl + .h4, .accordion-btn + h1, .accordion-btn + h2, .accordion-btn + h3, .accordion-btn + h4, .accordion-btn + .h1, .accordion-btn + .h2, .accordion-btn + .h3, .accordion-btn + .h4, .sp-n-t-xxs {
  margin-top: calc(-1 * var(--sp-xxs-y));
}

.sp-tb-xxs, .sp-xxs, .sp-b-xxs {
  margin-bottom: var(--sp-xxs-y);
}
.sp-p-tb-xxs, .sp-p-xxs, .sp-p-b-xxs {
  padding-bottom: var(--sp-xxs-y);
}
.sp-n-b-xxs {
  margin-bottom: calc(-1 * var(--sp-xxs-y));
}

.sp-tb-no, .sp-no, .sp-t-no {
  margin-top: 0;
}
.sp-p-tb-no, .sp-p-no, .sp-p-t-no {
  padding-top: 0;
}
.sp-n-t-no {
  margin-top: calc(-1 * 0);
}

.sp-tb-no, .sp-no, .sp-b-no {
  margin-bottom: 0;
}
.sp-p-tb-no, .sp-p-no, .sp-p-b-no {
  padding-bottom: 0;
}
.sp-n-b-no {
  margin-bottom: calc(-1 * 0);
}

.sp-tb-2, .sp-2, .sp-t-2 {
  margin-top: var(--sp-2-x);
}
.sp-p-tb-2, .sp-p-2, .sp-p-t-2 {
  padding-top: var(--sp-2-x);
}
.sp-n-t-2 {
  margin-top: calc(-1 * var(--sp-2-x));
}

.sp-tb-2, .sp-2, .sp-b-2 {
  margin-bottom: var(--sp-2-x);
}
.sp-p-tb-2, .sp-p-2, .sp-p-b-2 {
  padding-bottom: var(--sp-2-x);
}
.sp-n-b-2 {
  margin-bottom: calc(-1 * var(--sp-2-x));
}

.sp-rl-xxl, .sp-xxl, .sp-r-xxl {
  margin-right: var(--sp-xxl-x);
}
.sp-p-rl-xxl, .sp-p-xxl, .sp-p-r-xxl {
  padding-right: var(--sp-xxl-x);
}
.sp-n-rl-xxl, .sp-n-r-xxl {
  margin-right: calc(-1 * var(--sp-xxl-x));
}

.sp-rl-xxl, .sp-xxl, .sp-l-xxl {
  margin-left: var(--sp-xxl-x);
}
.sp-p-rl-xxl, .sp-p-xxl, .sp-p-l-xxl {
  padding-left: var(--sp-xxl-x);
}
.sp-n-rl-xxl, .sp-n-l-xxl {
  margin-left: calc(-1 * var(--sp-xxl-x));
}

.sp-rl-xl, .sp-xl, .sp-r-xl {
  margin-right: var(--sp-xl-x);
}
.sp-site, .sp-p-rl-xl, .sp-p-xl, .sp-p-r-xl {
  padding-right: var(--sp-xl-x);
}
.sp-n-rl-xl, .sp-n-r-xl {
  margin-right: calc(-1 * var(--sp-xl-x));
}

.sp-rl-xl, .sp-xl, .sp-l-xl {
  margin-left: var(--sp-xl-x);
}
.sp-site, .sp-p-rl-xl, .sp-p-xl, .sp-p-l-xl {
  padding-left: var(--sp-xl-x);
}
.sp-n-rl-xl, .sp-n-l-xl {
  margin-left: calc(-1 * var(--sp-xl-x));
}

.sp-rl-l, .sp-l, .sp-r-l {
  margin-right: var(--sp-l-x);
}
.sp-p-rl-l, .sp-p-l, .sp-p-r-l {
  padding-right: var(--sp-l-x);
}
.sp-n-rl-l, .sp-n-r-l {
  margin-right: calc(-1 * var(--sp-l-x));
}

.sp-rl-l, .sp-l, .sp-l-l {
  margin-left: var(--sp-l-x);
}
.sp-p-rl-l, .sp-p-l, .sp-p-l-l {
  padding-left: var(--sp-l-x);
}
.sp-n-rl-l, .sp-n-l-l {
  margin-left: calc(-1 * var(--sp-l-x));
}

.sp-rl-m, .sp-m, .sp-r-m {
  margin-right: var(--sp-m-x);
}
.cta-img-content-txt, .cta-img-content-img, .sp-p-rl-m, .masonry-v-item, .sp-p-m, .sp-p-r-m {
  padding-right: var(--sp-m-x);
}
.masonry-v-k3, .cta-img-content, .sp-n-rl-m, .sp-n-r-m {
  margin-right: calc(-1 * var(--sp-m-x));
}

.sp-rl-m, .sp-m, .sp-l-m {
  margin-left: var(--sp-m-x);
}
.cta-img-content-txt, .cta-img-content-img, .sp-p-rl-m, .masonry-v-item, .sp-p-m, .sp-p-l-m {
  padding-left: var(--sp-m-x);
}
.masonry-v-k3, .cta-img-content, .sp-n-rl-m, .sp-n-l-m {
  margin-left: calc(-1 * var(--sp-m-x));
}

.sp-rl-s, .sp-s, .sp-r-s {
  margin-right: var(--sp-s-x);
}
.sp-p-rl-s, .sp-p-s, .sp-p-r-s {
  padding-right: var(--sp-s-x);
}
.sp-n-rl-s, .sp-n-r-s {
  margin-right: calc(-1 * var(--sp-s-x));
}

.sp-rl-s, .sp-s, .sp-l-s {
  margin-left: var(--sp-s-x);
}
.sp-p-rl-s, .sp-p-s, .sp-p-l-s {
  padding-left: var(--sp-s-x);
}
.sp-n-rl-s, .sp-n-l-s {
  margin-left: calc(-1 * var(--sp-s-x));
}

.sp-rl-xs, .sp-xs, .sp-r-xs {
  margin-right: var(--sp-xs-x);
}
.form-row > div, .sp-p-rl-xs, .sp-p-xs, .sp-p-r-xs {
  padding-right: var(--sp-xs-x);
}
.masonry-k3, .form-row, .sp-n-rl-xs, .sp-n-r-xs {
  margin-right: calc(-1 * var(--sp-xs-x));
}

.sp-rl-xs, .sp-xs, .sp-l-xs {
  margin-left: var(--sp-xs-x);
}
.form-row > div, .sp-p-rl-xs, .sp-p-xs, .sp-p-l-xs {
  padding-left: var(--sp-xs-x);
}
.masonry-k3, .form-row, .sp-n-rl-xs, .sp-n-l-xs {
  margin-left: calc(-1 * var(--sp-xs-x));
}

.sp-rl-xxs, .sp-xxs, .sp-r-xxs {
  margin-right: var(--sp-xxs-x);
}
.sp-p-rl-xxs, .sp-p-xxs, .sp-p-r-xxs {
  padding-right: var(--sp-xxs-x);
}
.sp-n-rl-xxs, .sp-n-r-xxs {
  margin-right: calc(-1 * var(--sp-xxs-x));
}

.sp-rl-xxs, .sp-xxs, .sp-l-xxs {
  margin-left: var(--sp-xxs-x);
}
.sp-p-rl-xxs, .sp-p-xxs, .sp-p-l-xxs {
  padding-left: var(--sp-xxs-x);
}
.sp-n-rl-xxs, .sp-n-l-xxs {
  margin-left: calc(-1 * var(--sp-xxs-x));
}

.sp-rl-no, .sp-no, .sp-r-no {
  margin-right: 0;
}
.sp-p-rl-no, .sp-p-no, .sp-p-r-no {
  padding-right: 0;
}
.sp-n-rl-no, .sp-n-r-no {
  margin-right: calc(-1 * 0);
}

.sp-rl-no, .sp-no, .sp-l-no {
  margin-left: 0;
}
.sp-p-rl-no, .sp-p-no, .sp-p-l-no {
  padding-left: 0;
}
.sp-n-rl-no, .sp-n-l-no {
  margin-left: calc(-1 * 0);
}

.sp-rl-2, .sp-2, .sp-r-2 {
  margin-right: var(--sp-2-x);
}
.sp-p-rl-2, .sp-p-2, .sp-p-r-2 {
  padding-right: var(--sp-2-x);
}
.sp-n-rl-2, .sp-n-r-2 {
  margin-right: calc(-1 * var(--sp-2-x));
}

.sp-rl-2, .sp-2, .sp-l-2 {
  margin-left: var(--sp-2-x);
}
.sp-p-rl-2, .sp-p-2, .sp-p-l-2 {
  padding-left: var(--sp-2-x);
}
.sp-n-rl-2, .sp-n-l-2 {
  margin-left: calc(-1 * var(--sp-2-x));
}

.box > *:first-child, .box-left > *:first-child, .box-right > *:first-child, .box-full > *:first-child, .box-jammer > *:first-child, .box-bordered > *:first-child, .box-btn > *:first-child, .box-icon > *:first-child, .box-content > *:first-child, .sp-fl-no > *:first-child {
  margin-top: 0;
}
.box > *:last-child, .box-left > *:last-child, .box-right > *:last-child, .box-full > *:last-child, .box-jammer > *:last-child, .box-bordered > *:last-child, .box-btn > *:last-child, .box-icon > *:last-child, .box-content > *:last-child, .sp-fl-no > *:last-child {
  margin-bottom: 0;
}
.sp-component-b-no .main, .sp-component-b-no .article-body {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 870px) {
  :root {
    --sp-xxl-x: 3rem;
  }
}
@media only screen and (max-width: 870px) {
  :root {
    --sp-xxl-x: 3rem;
    --sp-xxl-y: 3rem;
    --sp-xl-x: 1.5rem;
    --sp-xl-y: 1.5rem;
    --sp-m-x: 0.75rem;
    --sp-m-y: 0.75rem;
    --sp-gap: 1.5rem;
    --sp-gap-block: 2rem;
  }
}
@media only screen and (max-width: 400px) {
  :root {
    --sp-l-x: 1rem;
    --sp-gap: 1rem;
    --sp-gap-block: 1.5rem;
  }
}

.display-on {
  display: block !important;
  opacity: 1 !important;
}
.display-off, .display-no {
  display: none !important;
  opacity: 0 !important;
}
.display-b {
  display: block;
}
.display-ib {
  display: inline-block;
}
.display-i {
  display: inline;
}
.display-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.d-none {
  display: none;
}

.rwd-tablet-on {
  display: none;
}

@media only screen and (max-width: 1023px) {
  h1, h2, h3, h4, .h1, .h2, .h3, .h4, .txt-xxxl, .accordion-btn {
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  html, body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 870px) {
  .rwd-col-bottom {
    order: 12;
  }
  .rwd-tablet-on {
    display: block;
  }
  .rwd-tablet-off {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .rwd-mobile-on {
    display: block;
  }
  .rwd-mobile-off {
    display: none;
  }
}
.sidebar-grid {
  grid-template-rows: auto auto auto auto;
}
.sidebar-grid-btn {
  grid-column: content-start/content-end;
  grid-row: 1;
  padding-right: var(--sp-m-x);
  padding-left: var(--sp-m-x);
}
.sidebar-grid-main-l {
  grid-column: content-start/col 9;
  grid-row: 2/span2;
  padding-right: var(--sp-m-x);
  padding-left: var(--sp-m-x);
}
.sidebar-grid-r {
  grid-column: col 9/content-end;
  grid-row: 2;
  padding-right: var(--sp-m-x);
  padding-left: var(--sp-m-x);
  padding-top: var(--sp-m-x);
}
.sidebar-grid-r-2 {
  grid-row: 3;
  padding-top: 0;
}
@media only screen and (max-width: 1100px) {
  .sidebar-grid-main-l {
    grid-column: content-start/col 8;
  }
  .sidebar-grid-r {
    grid-column: col 8/content-end;
  }
}
@media only screen and (min-width: 870px) {
  .sidebar-grid-r {
    max-height: unset;
  }
}
@media only screen and (max-width: 870px) {
  .sidebar-grid-main-l {
    grid-column: content-start/content-end;
    order: 1;
    grid-row: 3;
  }
  .sidebar-grid-r {
    grid-column: content-start/content-end;
    order: 0;
  }
  .sidebar-grid-r-2 {
    order: 2;
    grid-row: 4;
    padding-top: var(--sp-l-x);
  }
}

.block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "image ." "image head" "image txt" "image info" "image readmore" "image .";
  grid-column: content-start/content-end;
  grid-auto-rows: min-content;
  position: relative;
  gap: 0 var(--sp-gap-block);
  container-type: inline-size;
  margin-bottom: var(--sp-l-y);
}
.block:not(:has(.block-info)) {
  grid-template-areas: "image ." "image head" "image txt" "image readmore" "image .";
}
.block:not(:has(.block-info)):not(:has(.block-head)) {
  grid-template-areas: "image ." "image txt" "image readmore" "image .";
}
.block:not(:has(.block-info)):not(:has(.block-txt)) {
  grid-template-areas: "image ." "image head" "image readmore" "image .";
}
.block-img {
  grid-area: image;
  position: relative;
}
.block-head {
  grid-area: head;
  padding-bottom: var(--sp-xs-y);
}
.block-head a {
  color: var(--c-h);
  background-color: transparent;
}
.block-txt {
  grid-area: txt;
}
.block-info {
  grid-area: info;
  color: var(--c-a);
}
.block-readmore {
  grid-area: readmore;
  padding-top: var(--sp-m-y);
}
.block-event-date {
  grid-area: event-date;
}
.block-event-time {
  grid-area: event-time;
}
.block-event-info {
  grid-area: event-info;
}
.block-50-50 {
  grid-template-columns: 1fr 1fr;
}
.block-66-33 {
  grid-template-columns: 2fr 1fr;
}
@media only screen and (max-width: 990px) {
  .block-66-33 {
    grid-template-columns: 4fr 3fr;
  }
}
@container (width < 990px) {
  .block-66-33 {
    grid-template-columns: 4fr 3fr;
  }
}
.block-33-66 {
  grid-template-columns: 1fr 2fr;
}
@media only screen and (max-width: 990px) {
  .block-33-66 {
    grid-template-columns: 3fr 4fr;
  }
}
@container (width < 990px) {
  .block-33-66 {
    grid-template-columns: 3fr 4fr;
  }
}
.block-75-25 {
  grid-template-columns: 3fr 1fr;
}
@media only screen and (max-width: 990px) {
  .block-75-25 {
    grid-template-columns: 2fr 1fr;
  }
}
@container (width < 990px) {
  .block-75-25 {
    grid-template-columns: 2fr 1fr;
  }
}
.block-25-75 {
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 990px) {
  .block-25-75 {
    grid-template-columns: 1fr 2fr;
  }
}
@container (width < 990px) {
  .block-25-75 {
    grid-template-columns: 1fr 2fr;
  }
}
.block-v {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto 1fr;
  grid-template-areas: "image" "head" "txt" "txt" "info" "readmore" !important;
  position: relative;
  margin-bottom: var(--sp-xs-y);
}
.block-v:not(.block-box):not(.block-box-icon) > :nth-child(1 of :not(.block-img)) {
  padding-top: 0;
}
.block-v:not(.block-box):not(.block-box-icon) > :last-child {
  padding-bottom: 0;
}
.block-v .txt-title {
  margin-bottom: 0;
}
.block-v-img {
  margin-bottom: var(--sp-xs-y);
}
.block-v-img img {
  width: 100%;
}
.block-v-img-icon {
  display: flex;
  padding: var(--sp-xxl-y) var(--sp-l-x);
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 870px) {
  .block-v {
    display: grid;
  }
  .block-v-img {
    width: 100%;
    float: none;
  }
}
.block-img-r {
  grid-template-areas: ". image" "info image" "head image" "txt image" "readmore image" ". image";
}
.block-img-r:not(:has(.block-info)) {
  grid-template-areas: ". image" "head image" "txt image" "readmore image" ". image";
}
.block-img-r:not(:has(.block-info)):not(:has(.block-head)) {
  grid-template-areas: "txt image" "readmore image" ". image";
}
.block-img-r:not(:has(.block-info)):not(:has(.block-txt)) {
  grid-template-areas: ". image" "head image" "readmore image" ". image";
}
.block-img-r .block-img {
  justify-content: flex-start;
}
.block-table {
  display: grid;
  grid-template-columns: 2fr 6fr 1fr;
  grid-template-areas: "info head readmore" "info txt readmore";
  padding: var(--sp-m-y) var(--sp-m-x);
  margin: 0;
  background-color: var(--c-grey);
  width: 100%;
}
.block-table p {
  display: inline;
}
.block-table .link-readmore {
  overflow: hidden;
  width: 1.5rem;
  height: 1.5rem;
}
.block-table .link-readmore .icon-in-circle {
  margin-right: 0;
  margin-bottom: 1rem;
}
.block-table:nth-child(2n) {
  background-color: var(--c-w);
}
@media only screen and (max-width: 770px) {
  .block-table {
    grid-template-columns: 2fr 6fr;
    grid-template-areas: "info head" "info txt" "info readmore";
    padding-left: 0;
    padding-right: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .block-table-readmore {
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 400px) {
  .block-table {
    grid-template-columns: 1fr;
    grid-template-areas: "info " " head" " txt" " readmore";
  }
}
.block-txtoverlapimg-img {
  margin-right: -9rem;
}
.block-txtoverlapimg-head, .block-txtoverlapimg-txt, .block-txtoverlapimg-info, .block-txtoverlapimg-readmore {
  background-color: var(--c-w);
  padding-left: var(--sp-xl-x);
  padding-right: var(--sp-xl-x);
  z-index: 1;
}
.block-txtoverlapimg > :nth-child(1 of :not(.block-img)) {
  margin-top: 3rem;
}
@media only screen and (max-width: 500px) {
  .block-txtoverlapimg-img {
    inline-size: 100vw !important;
    inline-size: 100dvw !important;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-start: calc(50% - 50dvw);
  }
  .block-txtoverlapimg > :nth-child(1 of :not(.block-img)) {
    padding-top: var(--sp-xl-y) !important;
  }
  .block-txtoverlapimg > :nth-child(1 of :not(.block-img)) {
    margin-top: -2.5rem;
  }
  .block-txtoverlapimg-head, .block-txtoverlapimg-txt, .block-txtoverlapimg-info, .block-txtoverlapimg-readmore {
    padding-left: var(--sp-l-x);
    padding-right: var(--sp-l-x);
  }
}
.block-box, .block-box-icon {
  text-align: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.block-box:not(:has(.block-img)) > :first-child, .block-box-icon:not(:has(.block-img)) > :first-child {
  padding-top: var(--sp-xl-y) !important;
}
.block-box-img, .block-box-icon-img {
  padding-top: var(--sp-xl-y);
  justify-content: center;
}
.block-box-img, .block-box-head, .block-box-txt, .block-box-info, .block-box-readmore, .block-box-icon-img, .block-box-icon-head, .block-box-icon-txt, .block-box-icon-info, .block-box-icon-readmore {
  padding-left: var(--sp-xl-x);
  padding-right: var(--sp-xl-x);
  background-color: var(--c-grey);
}
.block-box:has(.block-img) > :nth-child(1 of :not(.block-img)), .block-box-icon:has(.block-img) > :nth-child(1 of :not(.block-img)) {
  padding-top: var(--sp-s-y) !important;
}
.block-box-icon-img img {
  max-height: 4rem;
}
.block-img-50vw {
  grid-template-columns: 50vw 1fr;
}
.block-img-50vw-img {
  min-height: calc(100vh - 5rem);
}
.block-img-50vw-txt {
  margin-top: var(--sp-xl-y);
}
@media only screen and (max-width: 650px) {
  .block-img-50vw {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "head" "txt" "info" "readmore" !important;
  }
  .block-img-50vw-img {
    max-height: calc(50vh - 5rem);
    min-height: calc(50vh - 5rem);
    inline-size: 100vw;
    inline-size: 100dvw;
  }
  .block-img-50vw-head, .block-img-50vw-txt, .block-img-50vw-info, .block-img-50vw-readmore {
    margin-left: var(--sp-xl-x) !important;
    margin-right: var(--sp-xl-x) !important;
  }
  .block-img-50vw > :nth-child(1 of :not(.block-img)) {
    margin-top: var(--sp-xxl-x) !important;
  }
}
@media only screen and (max-width: 500px) {
  .block:not(.block-tile):not(.block-img-50vw), .block:not(.block-tile):not(.block-img-50vw):not(:has(.block-info)), .block:not(.block-tile):not(.block-img-50vw):not(:has(.block-info)):not(:has(.block-head)), .block:not(.block-tile):not(.block-img-50vw):not(:has(.block-info)):not(:has(.block-txt)) {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "image" "head" "txt" "info" "readmore";
  }
  .block:not(.block-tile):not(.block-img-50vw) > :nth-child(1 of :not(.block-img)) {
    padding-top: 0;
  }
  .block:not(.block-tile):not(.block-img-50vw) .block-img {
    width: 100%;
    float: none;
    margin-bottom: var(--sp-s-y);
  }
}

.block-tile {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.block-tile-img {
  padding: 0 var(--sp-l-x) var(--sp-s-y) !important;
}
.block-tile-head {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: var(--sp-s-y) var(--sp-l-x) !important;
  background-color: var(--c-w);
}
.block-tile-head .txt-title {
  margin-bottom: 0;
  font-size: clamp(1rem, 2vw, 1.3181818182rem);
}
.block-tile-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
  margin: 0;
}
.block-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--sp-gap);
}
.block-tiles > div {
  aspect-ratio: 1/1;
  width: 100%;
}
.block-tiles > div:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: 1/1;
}
.block-tiles > div:nth-child(1) .block {
  background-color: var(--c-bg-l-1);
}
.block-tiles > div:nth-child(2) .block {
  background-color: var(--c-bg-l-4);
}
.block-tiles > div:nth-child(3) .block {
  background-color: var(--c-bg-l-3);
}
.block-tiles > div:nth-child(4) .block {
  background-color: var(--c-bg-l-2);
}
.block-tiles > div:nth-child(5) .block {
  background-color: var(--c-bg-l-1);
}
@media only screen and (max-width: 870px) {
  .block-tiles {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .block-tiles > div {
    grid-column: span 2;
    grid-row: span 2;
  }
  .block-tiles > div:nth-child(1) {
    grid-column: span 4;
    grid-row: span 4;
  }
  .block-tiles > div:nth-child(4), .block-tiles > div:nth-child(5) {
    grid-column: span 3;
    grid-row: span 3;
  }
}
@media only screen and (max-width: 500px) {
  .block-tiles > div {
    grid-column: span 3;
    grid-row: span 3;
  }
  .block-tiles > div:nth-child(1) {
    grid-column: span 6;
    grid-row: span 6;
  }
}

.author-img, .author-img-s {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 100%;
  margin-right: var(--sp-m-x);
}
.author-img-s {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: -3px;
  margin-right: 0;
}

.article > *:not(div):not(section):not(table) {
  max-width: 48rem;
}
.article-img-wrapper-outside {
  margin-right: calc(-1560px + 48rem);
  position: relative;
  top: -2rem;
  min-height: 26rem;
  float: right;
  display: flex;
  align-items: center;
  max-width: calc(70% - 1.5rem / 2);
  z-index: 3;
}
.article-img-wrapper-outside .img-50 {
  max-width: 100% !important;
  margin-bottom: 0;
}
.article-img-wrapper-outside img {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .article {
    max-width: 100% !important;
  }
}

.header {
  z-index: 2;
  position: relative;
  background-color: var(--c-w);
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.header-content {
  position: relative;
  display: flex;
  height: 100%;
}
.header-logo {
  display: flex;
  align-items: center;
  padding-right: var(--sp-gap-block);
}
.header-logo-img {
  display: block;
  max-width: 240px;
  width: 240px;
}
@media only screen and (max-width: 770px) {
  .header-logo-img {
    max-width: 190px;
  }
}
@media only screen and (max-width: 500px) {
  .header-logo-img {
    max-width: 155px;
  }
}
@media only screen and (max-width: 270px) {
  .header-logo-img {
    max-width: 100%;
  }
}

.nav-right {
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  flex: 1;
}
@media only screen and (max-width: 1100px) {
  .nav-right {
    padding-bottom: 0;
  }
}
.nav-top {
  display: flex;
  position: relative;
  margin-bottom: 0.5rem;
  -webkit-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
  transition: margin 0.5s;
  justify-content: flex-end;
}
.nav-main {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.nav-full {
  overflow: hidden;
  border-top: 1px solid #707F9D;
  border-bottom: 1px solid #707F9D;
}

.header-logo, .header-logo-img, .header-content, .header-content-top, .menu-main, .header-fixed, .nav-top {
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.header-small {
  border: 0;
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.header-small .header-content {
  padding-top: 0;
}
.header-small .header-content-top {
  padding: 0;
}
.header-small .header-logo-img {
  max-width: 6rem;
  padding: 0;
}
.header-small .header-nav-xtra {
  margin-top: -9rem;
}
.header-small .header-nav-main {
  max-width: 100%;
  max-height: 7rem;
}
.header-small .header-border {
  border-bottom: 9px solid #000;
}
@media only screen and (max-width: 1100px) {
  .header-small .header-border {
    border-bottom: 7px solid #000;
  }
}
.header-small.header-fixed {
  height: 2.5rem;
}
.header-small .navs {
  bottom: 0;
  -webkit-transition: bottom 0.5s;
  -ms-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
.header-small .nav-top {
  margin-bottom: 0;
}
.header-small .menu-top {
  margin-bottom: 0.25rem;
}
.header-small.header-fixed {
  z-index: 99999;
}

@media only screen and (max-width: 1100px) {
  .header-small .nav-right {
    padding-bottom: 0;
  }
  .header-small.header-fixed {
    height: 2.5rem;
  }
  .header-small .header-nav-main {
    padding-top: 1.8rem;
  }
}
:root {
  --sz-header: 5rem;
}
@media only screen and (max-width: 1100px) {
  :root {
    --sz-header: 5rem;
  }
}

.header-fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: var(--sz-header);
}

.header-fixed-spacer {
  width: 100%;
  height: var(--sz-header);
}

.menu {
  margin-bottom: 0;
}
.menu-footer {
  float: none;
}
.menu-top {
  margin-bottom: 0.8rem;
  background-color: var(--c-w);
}
@media only screen and (max-width: 1100px) {
  .menu-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.menu-main {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.5s;
}
.menu-ul {
  padding-left: 0;
  margin-bottom: 0;
}
.menu-ul.fx-slideout {
  transition: all 0.5s;
}
.menu-li {
  float: left;
  margin: 0 0.25rem;
}
.menu-li:first-child {
  margin-left: 0;
}
.menu-li:last-child {
  margin-right: 0;
}
.menu-li-vertical {
  float: none;
  margin: 0;
}
.menu-li-footer {
  margin-right: var(--sp-l-x);
}
.menu-li-icon {
  margin: 0;
  margin-right: 1rem;
}
.menu-li-main {
  margin: 0 1rem;
}
@media only screen and (min-width: 1100px) {
  .menu-li-main {
    display: flex;
  }
}
@media only screen and (max-width: 1100px) {
  .menu-li-main {
    margin: 0;
  }
}
.menu-li-main {
  transition: all 0.8s;
}
.menu-li-top, .menu-li-extra {
  margin: 0;
  margin-left: var(--sp-m-x);
}
@media only screen and (max-width: 500px) {
  .menu-li-top, .menu-li-extra {
    float: right;
  }
}
.menu-li-top:last-child, .menu-li-extra:last-child {
  background-color: var(--c-1);
}
.menu-li-main.active > a:not(.btn):before, .menu-li-main.active > .menu-header:before {
  content: "";
  position: absolute;
  margin-left: -2rem;
  width: 1.5rem;
  display: block;
  border-bottom: 0.2727272727rem solid var(--c-border-1);
  margin-top: var(--sp-xs-y);
}
@media only screen and (max-width: 870px) {
  .menu-li-left {
    margin: 0;
    float: none;
  }
}
.menu-a, .menu-header-footer, .menu-header-main {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  padding: 0.5rem;
  -webkit-transition: color 0.4s, background-color 0.4s, border 0.4s;
  -ms-transition: color 0.4s, background-color 0.4s, border 0.4s;
  transition: color 0.4s, background-color 0.4s, border 0.4s;
}
.menu-a:hover, .menu-header-footer:hover, .menu-header-main:hover {
  text-decoration: none;
}
.menu-a .image-title, .menu-header-footer .image-title, .menu-header-main .image-title {
  display: none;
}
.menu-a.btn, .btn.menu-header-footer, .btn.menu-header-main {
  margin-top: 0.4em;
  font-size: 1.3181818182rem;
  height: fit-content;
}
.menu-a-main, .menu-header-main {
  padding: 0.5em 0.7em 0.5em 0.7em;
  position: relative;
  color: var(--c-txt);
  font-weight: 600;
  font-size: 1rem;
  width: 100%;
  transition: all 0.5s;
  text-transform: uppercase;
}
.menu-a-main:hover, .menu-a-main-hover, .menu-header-main:hover {
  color: var(--c-a);
}
@media only screen and (max-width: 1480px) {
  .menu-a-main, .menu-header-main {
    font-size: 1rem;
  }
  .menu-a-main.btn, .btn.menu-header-main {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1100px) {
  .menu-a-main:last-child, .menu-header-main:last-child {
    margin-right: 0;
  }
}
.menu-a-main.btn-ghost:hover, .btn-ghost.menu-header-main:hover {
  color: var(--c-btn-txt-hover);
}
.menu-a-vertical {
  padding: 0.25rem 0;
  -webkit-transition: padding 0.3s;
  -ms-transition: padding 0.3s;
  transition: padding 0.3s;
}
.menu-a-top, .menu-a-extra {
  padding: 0.2em 0.5em 0.1em;
  font-weight: 700;
}
.menu-a-top:hover, .menu-a-extra:hover {
  background-color: var(--c-btn-hover);
  border-color: var(--c-btn-hover);
  color: var(--c-1);
}
.menu-a-footer, .menu-header-footer {
  display: inline-block;
  padding: 0.5em 0.7em 0.5em 0.7em;
  position: relative;
  color: var(--c-txt);
  font-weight: 600;
  font-size: 1rem;
  width: 100%;
  transition: all 0.5s;
  text-transform: uppercase;
}
.menu-a-footer:hover, .menu-header-footer:hover {
  color: var(--c-a-hover);
}
.menu-a-icon {
  color: var(--c-d);
  padding: 0.35rem;
  text-decoration: none;
}
.menu-a-icon:hover {
  color: var(--c-w);
}
.menu-a-icon-only {
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
}
.menu-a-icon-only [class^=icon-] {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.menu-a-v {
  padding: 0.25rem 0;
}
.menu-a-left {
  background-color: var(--c-2);
}
.menu-a-left [class^=icon-] {
  margin-right: 0.25rem;
}
@media only screen and (max-width: 870px) {
  .menu-a-left {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    padding: 0.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .menu-a-left [class^=icon-] {
    margin-right: 0;
  }
}
.menu-header-main:hover {
  background-color: transparent;
}
.menu-header-footer {
  cursor: pointer;
}
.menu a {
  text-decoration: none;
}

@media only screen and (max-width: 770px) {
  .menu-a-footer {
    padding-top: var(--sp-s-y);
    padding-bottom: var(--sp-s-y);
  }
}
@media only screen and (max-width: 480px) {
  .footer-bottom-right {
    flex-direction: column;
    align-items: flex-end;
  }
}
.menu-icon-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 0 !important;
}
.menu-icon-container-txt {
  width: calc(100% - 2rem);
}
.menu-icon-container .icon {
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.menu-icon-container .icon:before {
  font-size: 0.8rem;
  transition: transform 0.5s;
  transform: rotate(90deg);
}

@media only screen and (min-width: 1101px) {
  .nav .menu-li-main.parent > a {
    padding: 0.8em 0.2em 0.75em 0.7em;
  }
  .nav .menu-li ul {
    position: absolute;
    display: none;
    z-index: 10;
    min-width: 8rem;
    padding: 0.5rem 0;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--c-w);
    border-radius: 0rem;
    top: 100%;
    width: max-content;
  }
  .nav .menu-li ul ul {
    margin-top: calc(-2em - 1px);
    margin-left: -1px;
  }
  .nav .menu-li li, .nav .menu-li li li {
    float: none;
    margin: 0;
    margin-bottom: -1px;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .nav .menu-li li .menu-a-main, .nav .menu-li li .menu-header-main, .nav .menu-li li li .menu-a-main {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1rem;
    text-transform: none;
    font-weight: 400;
    margin-bottom: -1px;
    padding: 0.3rem 1rem;
    margin-right: 0;
    margin-left: 0;
    -webkit-transition: color 0.5s, transform 0.5s;
    -ms-transition: color 0.5s, transform 0.5s;
    transition: color 0.5s, transform 0.5s;
  }
  .nav .menu-li li a:hover, .nav .menu-li li li a:hover {
    transform: translate(0.25rem, 0);
  }
  .nav .menu-li li:first-child a, .nav .menu-li li li:first-child a {
    border-top-color: transparent;
  }
  .nav .menu-li > ul, .nav .menu-li li > ul {
    max-height: none;
    transition: opacity 0.5s;
    opacity: 0;
    overflow: visible;
  }
  .nav .menu-li:hover ul ul {
    display: none;
  }
  .nav .menu-li:hover ul, .nav .menu-li li:hover ul, .nav .menu-li ul.active {
    max-height: 35rem;
    opacity: 1;
    display: block;
  }
  .nav .menu-li li:hover ul, .nav .menu-li ul.active ul {
    left: 100%;
  }
}
.menu-button {
  position: relative;
  min-width: 2rem;
  min-height: 2.5rem;
  cursor: pointer;
  display: none;
  z-index: 9;
  border: 0;
  background-color: transparent !important;
  border-radius: 0;
  margin: 0;
  padding: 0;
  float: right;
  font-weight: 400;
  line-height: 140%;
}
.menu-button span {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .menu-button {
    display: block;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
  }
  .menu-button span {
    display: inline-block;
  }
}
.menu-button.active .icon-burger {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-button.active .icon-burger:after, .menu-button.active .icon-burger:before {
  top: 0;
}
.menu-button.active .icon-burger:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media only screen and (max-width: 1100px) {
  .nav-main {
    order: 1;
  }
  .nav-top {
    order: 0;
    display: none;
  }
  .nav-right {
    justify-content: flex-end;
    margin-top: -1px;
    padding-right: 0.5rem;
  }
  .menu-rwd-moving-wrapper {
    display: none;
  }
  .menu-rwd-wrapper {
    position: fixed;
    left: 0;
    margin: 0;
    padding: 0 0.75rem;
    background: rgba(255, 255, 255, 0.97);
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    overflow: hidden;
    max-height: 0;
    transition: all 1s;
    opacity: 0;
    border: 0;
    z-index: 8;
  }
  .menu-rwd-wrapper > .cols {
    flex-direction: column;
  }
  .menu-rwd-wrapper.active {
    opacity: 1;
    overflow-y: auto;
    max-height: calc(100vh - 2.5rem) !important;
    top: 2.5rem;
    padding-top: 2rem;
  }
  .menu-rwd-wrapper .search-label-mod {
    padding: var(--sp-s-y) var(--sp-xl-y);
    display: none;
  }
  .menu-rwd-wrapper .awesomplete > ul {
    left: 0 !important;
    right: auto;
  }
  .menu-li-main {
    width: 100%;
  }
  .menu-li-main li a {
    font-weight: 400;
  }
  .menu-a-main, .menu-header-main {
    padding: 0.4em var(--sp-m-x) 0.3em var(--sp-m-x);
  }
  .menu-ul-main {
    width: 100%;
    padding-left: var(--sp-m-x);
  }
  .menu-icon {
    overflow: hidden;
    margin-left: -0.35rem;
  }
  .mod-finder {
    padding: 0 var(--sp-xl-x) 1rem;
  }
  .mod-finder input[type=text] {
    width: 100%;
    max-width: 100%;
    visibility: visible;
    display: block;
    position: relative;
  }
  .mod-finder .awesomplete {
    display: block;
  }
}
.popup {
  padding: var(--sp-m-y) var(--sp-m-x);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.09);
}
.popup-s {
  position: absolute;
  right: 0;
  z-index: 2;
  margin-top: var(--sp-xs-y);
  width: 17rem;
  max-width: 80vw;
  padding: var(--sp-m-y) var(--sp-m-x);
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.09);
}

.masonry-v-item:nth-child(n+2) .masonry-v-number {
  background: var(--c-3);
}
.masonry-v-item:nth-child(n+3) .masonry-v-number {
  background: var(--c-1);
}
.masonry-v-item:nth-child(n+4) .masonry-v-number {
  background: var(--c-r);
}
@media only screen and (max-width: 870px) {
  .masonry-v-item {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .masonry-v-item {
    width: 100%;
  }
}
.masonry-v-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  float: left;
  margin-right: 1rem;
  background: var(--c-2);
  border-radius: 100%;
  font-family: "Inter", Arial, sans-serif;
  line-height: 105%;
  font-weight: 700;
  color: var(--c-h);
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-wrap: balance;
  font-size: 2rem;
  color: var(--c-w);
}
.masonry-v-img {
  margin-bottom: var(--sp-s-y);
}
.masonry-k3 {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.masonry-k3 > * {
  display: inline-block;
  padding: 0.5rem;
  position: relative;
  max-width: none !important;
}
.masonry-k3 > * img {
  display: inline-block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 14rem;
}
.masonry-k3-contain > * img {
  object-fit: contain;
  max-height: 23rem;
}
.masonry-k3-img-download:after {
  content: "\e806";
  position: absolute;
  bottom: 0.75rem;
  right: 0.25rem;
  transition: all 0.5s;
}
.masonry-k3-img-download:hover:after {
  text-decoration: none;
  background-color: var(--c-w);
  color: var(--c-1);
}
.masonry-k3 .wf_caption span {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0.5rem;
  padding: 0.25rem;
  font-size: 0.6363636364rem;
  line-height: 105%;
}

.no-masonry {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.no-masonry > * {
  padding: var(--sp-m-y) var(--sp-m-x);
}
@media only screen and (max-width: 870px) {
  .no-masonry > * {
    padding: var(--sp-xxs-y) var(--sp-xs-x);
  }
}

.mceContentBody .masonry-k3 {
  margin: 0;
  border: 1px dotted #C0E559;
}
.mceContentBody .masonry-v-k3 {
  display: flex;
  flex-wrap: wrap;
}
.mceContentBody .wf_caption {
  width: auto !important;
}
.mceContentBody .wf_caption img {
  vertical-align: baseline;
}

/* @author Jules Weigel, Karo3.de * @copyright 	Copyright (C) Jules Weigel, Karo3.de * @license Jules Weigel, Karo3.de */
.event-item {
  color: #000;
  font-weight: 400;
}
.event-item:hover {
  color: #000;
}
.event-item-date {
  line-height: 100%;
  -webkit-transition: background 0.2s;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
.event-item-date-d {
  display: block;
  font-size: 2.5rem;
  line-height: 100%;
  margin-bottom: 0.5rem;
}
.event-item-date-m {
  display: block;
  line-height: 100%;
}
.event-item-date-y {
  display: block;
  font-size: 1rem;
  line-height: 100%;
}
.event-item:hover .event-item-date {
  background-color: #213865;
}
.event-item-content h2 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.event-item-content p {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 870px) {
  .event-item-date.column-16 {
    width: 20%;
    max-width: 20%;
    flex: 1 1 20%;
  }
  .event-item-content.column-83 {
    width: 80%;
    max-width: 80%;
    flex: 1 1 80%;
    padding: 0 1.5rem 1.5rem;
  }
  .event-item-date {
    line-height: 100%;
  }
  .event-item-date-d {
    font-size: 8vw;
  }
  .event-item-date-m {
    font-size: 3vw;
  }
  .event-item-date-y {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 500px) {
  .event-item-date.column-16 {
    width: 7rem;
    max-width: 7rem;
    flex: 1 1 7rem;
  }
  .event-item-content.column-83 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    padding: 0.5rem 0 0.5rem;
  }
  .event-item-date {
    padding: 1rem;
    line-height: 100%;
  }
  .event-item-date-d {
    font-size: 2.8rem;
  }
  .event-item-date-m {
    font-size: 1rem;
  }
  .event-item-date-y {
    font-size: 1rem;
  }
  .event-item-box {
    position: relative !important;
    padding: 0 !important;
  }
}
.event img {
  max-height: 30rem;
}

.event-list-small time {
  width: 2.5rem;
  display: inline-block;
}

.event-item-content .float-right {
  float: right;
}

@media only screen and (max-width: 1023px) and (min-width: 870px) {
  .items-intro-event.sp-p-rl-xl {
    padding-left: 0;
  }
}
@media only screen and (max-width: 870px) {
  .eventmap-map {
    max-width: 19rem;
    margin-bottom: 3rem;
  }
  .eventmap.column-40, .items-intro-event.column-60 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
  .event-item .column-33 {
    width: 33%;
    max-width: 33%;
    flex: 1 1 33%;
  }
  .event-item .column-66 {
    width: 66%;
    max-width: 66%;
    flex: 1 1 66%;
  }
}
@media only screen and (max-width: 500px) {
  .event-item .column-33, .event-item .column-66 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    padding: 0;
  }
}
.sp-xxl, .sp-tb-xxl, .masonry-v-k3, .sp-t-xxl {
  margin-top: var(--sp-xxl-y);
}
.sp-p-xxl, .sp-p-tb-xxl, .sp-p-t-xxl {
  padding-top: var(--sp-xxl-y);
}
.sp-n-t-xxl {
  margin-top: calc(-1 * var(--sp-xxl-y));
}

.sp-xxl, .sp-tb-xxl, .masonry-v-k3, .sp-b-xxl {
  margin-bottom: var(--sp-xxl-y);
}
.sp-p-xxl, .sp-p-tb-xxl, .sp-p-b-xxl {
  padding-bottom: var(--sp-xxl-y);
}
.sp-n-b-xxl {
  margin-bottom: calc(-1 * var(--sp-xxl-y));
}

.sp-xl, .sp-tb-xl, .sp-t-xl {
  margin-top: var(--sp-xl-y);
}
.sp-p-xl, .sp-p-tb-xl, .sp-p-t-xl {
  padding-top: var(--sp-xl-y);
}
.sp-n-t-xl {
  margin-top: calc(-1 * var(--sp-xl-y));
}

.sp-xl, .sp-tb-xl, .sp-b-xl {
  margin-bottom: var(--sp-xl-y);
}
.sp-p-xl, .sp-p-tb-xl, .sp-p-b-xl {
  padding-bottom: var(--sp-xl-y);
}
.sp-n-b-xl {
  margin-bottom: calc(-1 * var(--sp-xl-y));
}

.sp-l, .sp-tb-l, .sp-t-l {
  margin-top: var(--sp-l-y);
}
.sp-p-l, .sp-p-tb-l, .sp-p-t-l {
  padding-top: var(--sp-l-y);
}
.sp-n-t-l {
  margin-top: calc(-1 * var(--sp-l-y));
}

.sp-l, .sp-tb-l, .sp-b-l {
  margin-bottom: var(--sp-l-y);
}
.sp-p-l, .sp-p-tb-l, .sp-p-b-l {
  padding-bottom: var(--sp-l-y);
}
.sp-n-b-l {
  margin-bottom: calc(-1 * var(--sp-l-y));
}

.sp-m, .sp-tb-m, .sp-t-m {
  margin-top: var(--sp-m-y);
}
.sp-p-m, .sp-p-tb-m, .masonry-v-item, .sp-p-t-m {
  padding-top: var(--sp-m-y);
}
.sp-n-t-m {
  margin-top: calc(-1 * var(--sp-m-y));
}

.sp-m, .sp-tb-m, .sp-b-m {
  margin-bottom: var(--sp-m-y);
}
.sp-p-m, .sp-p-tb-m, .masonry-v-item, .sp-p-b-m {
  padding-bottom: var(--sp-m-y);
}
.sp-n-b-m {
  margin-bottom: calc(-1 * var(--sp-m-y));
}

.sp-s, .sp-tb-s, .sp-t-s {
  margin-top: var(--sp-s-y);
}
.sp-p-s, .sp-p-tb-s, .sp-p-t-s {
  padding-top: var(--sp-s-y);
}
.sp-n-t-s {
  margin-top: calc(-1 * var(--sp-s-y));
}

.sp-s, .sp-tb-s, .sp-b-s {
  margin-bottom: var(--sp-s-y);
}
.sp-p-s, .sp-p-tb-s, .sp-p-b-s {
  padding-bottom: var(--sp-s-y);
}
.sp-n-b-s {
  margin-bottom: calc(-1 * var(--sp-s-y));
}

.sp-xs, .sp-tb-xs, .sp-t-xs {
  margin-top: var(--sp-xs-y);
}
.sp-p-xs, .sp-p-tb-xs, .sp-p-t-xs {
  padding-top: var(--sp-xs-y);
}
.sp-n-t-xs {
  margin-top: calc(-1 * var(--sp-xs-y));
}

.sp-xs, .sp-tb-xs, .sp-b-xs {
  margin-bottom: var(--sp-xs-y);
}
.sp-p-xs, .sp-p-tb-xs, .sp-p-b-xs {
  padding-bottom: var(--sp-xs-y);
}
.sp-n-b-xs {
  margin-bottom: calc(-1 * var(--sp-xs-y));
}

.sp-xxs, .sp-tb-xxs, .sp-t-xxs {
  margin-top: var(--sp-xxs-y);
}
.sp-p-xxs, .sp-p-tb-xxs, .sp-p-t-xxs {
  padding-top: var(--sp-xxs-y);
}
h1 + h1, h2 + h1, h3 + h1, h4 + h1, .h1 + h1, .h2 + h1, .h3 + h1, .h4 + h1, h1 + h2, h2 + h2, h3 + h2, h4 + h2, .h1 + h2, .h2 + h2, .h3 + h2, .h4 + h2, h1 + h3, h2 + h3, h3 + h3, h4 + h3, .h1 + h3, .h2 + h3, .h3 + h3, .h4 + h3, h1 + h4, h2 + h4, h3 + h4, h4 + h4, .h1 + h4, .h2 + h4, .h3 + h4, .h4 + h4, h1 + .h1, h2 + .h1, h3 + .h1, h4 + .h1, .h1 + .h1, .h2 + .h1, .h3 + .h1, .h4 + .h1, h1 + .h2, h2 + .h2, h3 + .h2, h4 + .h2, .h1 + .h2, .h2 + .h2, .h3 + .h2, .h4 + .h2, h1 + .h3, h2 + .h3, h3 + .h3, h4 + .h3, .h1 + .h3, .h2 + .h3, .h3 + .h3, .h4 + .h3, h1 + .h4, h2 + .h4, h3 + .h4, h4 + .h4, .h1 + .h4, .h2 + .h4, .h3 + .h4, .h4 + .h4, .txt-xxxl + h1, .txt-xxxl + h2, .txt-xxxl + h3, .txt-xxxl + h4, .txt-xxxl + .h1, .txt-xxxl + .h2, .txt-xxxl + .h3, .txt-xxxl + .h4, .accordion-btn + h1, .accordion-btn + h2, .accordion-btn + h3, .accordion-btn + h4, .accordion-btn + .h1, .accordion-btn + .h2, .accordion-btn + .h3, .accordion-btn + .h4, .sp-n-t-xxs {
  margin-top: calc(-1 * var(--sp-xxs-y));
}

.sp-xxs, .sp-tb-xxs, .sp-b-xxs {
  margin-bottom: var(--sp-xxs-y);
}
.sp-p-xxs, .sp-p-tb-xxs, .sp-p-b-xxs {
  padding-bottom: var(--sp-xxs-y);
}
.sp-n-b-xxs {
  margin-bottom: calc(-1 * var(--sp-xxs-y));
}

.sp-no, .sp-tb-no, .sp-t-no {
  margin-top: 0;
}
.sp-p-no, .sp-p-tb-no, .sp-p-t-no {
  padding-top: 0;
}
.sp-n-t-no {
  margin-top: calc(-1 * 0);
}

.sp-no, .sp-tb-no, .sp-b-no {
  margin-bottom: 0;
}
.sp-p-no, .sp-p-tb-no, .sp-p-b-no {
  padding-bottom: 0;
}
.sp-n-b-no {
  margin-bottom: calc(-1 * 0);
}

.sp-2, .sp-tb-2, .sp-t-2 {
  margin-top: var(--sp-2-x);
}
.sp-p-2, .sp-p-tb-2, .sp-p-t-2 {
  padding-top: var(--sp-2-x);
}
.sp-n-t-2 {
  margin-top: calc(-1 * var(--sp-2-x));
}

.sp-2, .sp-tb-2, .sp-b-2 {
  margin-bottom: var(--sp-2-x);
}
.sp-p-2, .sp-p-tb-2, .sp-p-b-2 {
  padding-bottom: var(--sp-2-x);
}
.sp-n-b-2 {
  margin-bottom: calc(-1 * var(--sp-2-x));
}

.sp-xxl, .sp-rl-xxl, .sp-r-xxl {
  margin-right: var(--sp-xxl-x);
}
.sp-p-xxl, .sp-p-rl-xxl, .sp-p-r-xxl {
  padding-right: var(--sp-xxl-x);
}
.sp-n-rl-xxl, .sp-n-r-xxl {
  margin-right: calc(-1 * var(--sp-xxl-x));
}

.sp-xxl, .sp-rl-xxl, .sp-l-xxl {
  margin-left: var(--sp-xxl-x);
}
.sp-p-xxl, .sp-p-rl-xxl, .sp-p-l-xxl {
  padding-left: var(--sp-xxl-x);
}
.sp-n-rl-xxl, .sp-n-l-xxl {
  margin-left: calc(-1 * var(--sp-xxl-x));
}

.sp-xl, .sp-rl-xl, .sp-r-xl {
  margin-right: var(--sp-xl-x);
}
.sp-p-xl, .sp-p-rl-xl, .sp-site, .sp-p-r-xl {
  padding-right: var(--sp-xl-x);
}
.sp-n-rl-xl, .sp-n-r-xl {
  margin-right: calc(-1 * var(--sp-xl-x));
}

.sp-xl, .sp-rl-xl, .sp-l-xl {
  margin-left: var(--sp-xl-x);
}
.sp-p-xl, .sp-p-rl-xl, .sp-site, .sp-p-l-xl {
  padding-left: var(--sp-xl-x);
}
.sp-n-rl-xl, .sp-n-l-xl {
  margin-left: calc(-1 * var(--sp-xl-x));
}

.sp-l, .sp-rl-l, .sp-r-l {
  margin-right: var(--sp-l-x);
}
.sp-p-l, .sp-p-rl-l, .sp-p-r-l {
  padding-right: var(--sp-l-x);
}
.sp-n-rl-l, .sp-n-r-l {
  margin-right: calc(-1 * var(--sp-l-x));
}

.sp-l, .sp-rl-l, .sp-l-l {
  margin-left: var(--sp-l-x);
}
.sp-p-l, .sp-p-rl-l, .sp-p-l-l {
  padding-left: var(--sp-l-x);
}
.sp-n-rl-l, .sp-n-l-l {
  margin-left: calc(-1 * var(--sp-l-x));
}

.sp-m, .sp-rl-m, .sp-r-m {
  margin-right: var(--sp-m-x);
}
.sp-p-m, .cta-img-content-txt, .cta-img-content-img, .sp-p-rl-m, .masonry-v-item, .sp-p-r-m {
  padding-right: var(--sp-m-x);
}
.cta-img-content, .sp-n-rl-m, .masonry-v-k3, .sp-n-r-m {
  margin-right: calc(-1 * var(--sp-m-x));
}

.sp-m, .sp-rl-m, .sp-l-m {
  margin-left: var(--sp-m-x);
}
.sp-p-m, .cta-img-content-txt, .cta-img-content-img, .sp-p-rl-m, .masonry-v-item, .sp-p-l-m {
  padding-left: var(--sp-m-x);
}
.cta-img-content, .sp-n-rl-m, .masonry-v-k3, .sp-n-l-m {
  margin-left: calc(-1 * var(--sp-m-x));
}

.sp-s, .sp-rl-s, .sp-r-s {
  margin-right: var(--sp-s-x);
}
.sp-p-s, .sp-p-rl-s, .sp-p-r-s {
  padding-right: var(--sp-s-x);
}
.sp-n-rl-s, .sp-n-r-s {
  margin-right: calc(-1 * var(--sp-s-x));
}

.sp-s, .sp-rl-s, .sp-l-s {
  margin-left: var(--sp-s-x);
}
.sp-p-s, .sp-p-rl-s, .sp-p-l-s {
  padding-left: var(--sp-s-x);
}
.sp-n-rl-s, .sp-n-l-s {
  margin-left: calc(-1 * var(--sp-s-x));
}

.sp-xs, .sp-rl-xs, .sp-r-xs {
  margin-right: var(--sp-xs-x);
}
.sp-p-xs, .form-row > div, .sp-p-rl-xs, .sp-p-r-xs {
  padding-right: var(--sp-xs-x);
}
.form-row, .sp-n-rl-xs, .masonry-k3, .sp-n-r-xs {
  margin-right: calc(-1 * var(--sp-xs-x));
}

.sp-xs, .sp-rl-xs, .sp-l-xs {
  margin-left: var(--sp-xs-x);
}
.sp-p-xs, .form-row > div, .sp-p-rl-xs, .sp-p-l-xs {
  padding-left: var(--sp-xs-x);
}
.form-row, .sp-n-rl-xs, .masonry-k3, .sp-n-l-xs {
  margin-left: calc(-1 * var(--sp-xs-x));
}

.sp-xxs, .sp-rl-xxs, .sp-r-xxs {
  margin-right: var(--sp-xxs-x);
}
.sp-p-xxs, .sp-p-rl-xxs, .sp-p-r-xxs {
  padding-right: var(--sp-xxs-x);
}
.sp-n-rl-xxs, .sp-n-r-xxs {
  margin-right: calc(-1 * var(--sp-xxs-x));
}

.sp-xxs, .sp-rl-xxs, .sp-l-xxs {
  margin-left: var(--sp-xxs-x);
}
.sp-p-xxs, .sp-p-rl-xxs, .sp-p-l-xxs {
  padding-left: var(--sp-xxs-x);
}
.sp-n-rl-xxs, .sp-n-l-xxs {
  margin-left: calc(-1 * var(--sp-xxs-x));
}

.sp-no, .sp-rl-no, .sp-r-no {
  margin-right: 0;
}
.sp-p-no, .sp-p-rl-no, .sp-p-r-no {
  padding-right: 0;
}
.sp-n-rl-no, .sp-n-r-no {
  margin-right: calc(-1 * 0);
}

.sp-no, .sp-rl-no, .sp-l-no {
  margin-left: 0;
}
.sp-p-no, .sp-p-rl-no, .sp-p-l-no {
  padding-left: 0;
}
.sp-n-rl-no, .sp-n-l-no {
  margin-left: calc(-1 * 0);
}

.sp-2, .sp-rl-2, .sp-r-2 {
  margin-right: var(--sp-2-x);
}
.sp-p-2, .sp-p-rl-2, .sp-p-r-2 {
  padding-right: var(--sp-2-x);
}
.sp-n-rl-2, .sp-n-r-2 {
  margin-right: calc(-1 * var(--sp-2-x));
}

.sp-2, .sp-rl-2, .sp-l-2 {
  margin-left: var(--sp-2-x);
}
.sp-p-2, .sp-p-rl-2, .sp-p-l-2 {
  padding-left: var(--sp-2-x);
}
.sp-n-rl-2, .sp-n-l-2 {
  margin-left: calc(-1 * var(--sp-2-x));
}

.box > *:first-child, .box-left > *:first-child, .box-right > *:first-child, .box-full > *:first-child, .box-jammer > *:first-child, .box-bordered > *:first-child, .box-btn > *:first-child, .box-icon > *:first-child, .box-content > *:first-child, .sp-fl-no > *:first-child {
  margin-top: 0;
}
.box > *:last-child, .box-left > *:last-child, .box-right > *:last-child, .box-full > *:last-child, .box-jammer > *:last-child, .box-bordered > *:last-child, .box-btn > *:last-child, .box-icon > *:last-child, .box-content > *:last-child, .sp-fl-no > *:last-child {
  margin-bottom: 0;
}
.sp-component-b-no .main, .sp-component-b-no .article-body {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 870px) {
  :root {
    --sp-xxl-x: 3rem;
  }
}
@media only screen and (max-width: 870px) {
  :root {
    --sp-xxl-x: 3rem;
    --sp-xxl-y: 3rem;
    --sp-xl-x: 1.5rem;
    --sp-xl-y: 1.5rem;
    --sp-m-x: 0.75rem;
    --sp-m-y: 0.75rem;
    --sp-gap: 1.5rem;
    --sp-gap-block: 2rem;
  }
}
@media only screen and (max-width: 400px) {
  :root {
    --sp-l-x: 1rem;
    --sp-gap: 1rem;
    --sp-gap-block: 1.5rem;
  }
}

.pos-center-content-s, .pos-center-content-l, .cta-stripe-content, .pos-center-content, .pos-center {
  margin-left: auto;
  margin-right: auto;
}
.cta-stripe-content, .pos-center-content {
  position: relative;
}
@media only screen and (min-width: calc(1560px + 3rem * 2 + 1px)) {
  .cta-stripe-content, .pos-center-content {
    max-width: 1560px;
  }
}
.pos-center-content-l {
  max-width: 1640px;
}
@media only screen and (max-width: calc(1640px + 3rem * 2)) {
  .pos-center-content-l {
    margin-left: var(--sp-xl-x) !important;
    margin-right: var(--sp-xl-x) !important;
  }
}
.pos-center-content-s {
  max-width: 930px;
}
@media only screen and (max-width: calc(1560px + 3rem * 2)) {
  .cta-stripe-content, .pos-center-content {
    margin-left: var(--sp-xl-x) !important;
    margin-right: var(--sp-xl-x) !important;
    width: auto !important;
  }
}
.pos-r {
  margin-left: auto;
}
.icke-dp-text-img, .nav-full, .pos-v-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pos-rel {
  position: relative;
  z-index: 2;
}
.pos-fixed {
  position: fixed;
}
.pos-z-9 {
  z-index: 9;
}
.pos-initial {
  position: initial;
}
.cta-bgimg, .pos-full-incenter, .pos-bleed {
  inline-size: 100vw;
  inline-size: 100dvw;
  margin-inline-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50dvw);
}
.pos-full-incenter-r, .pos-bleed-r {
  inline-size: calc(100% + (100vw - 100%) / 2);
  inline-size: calc(100% + (100dvw - 100%) / 2);
}
.pos-full-incenter-l, .pos-bleed-l {
  inline-size: calc(100% + (100vw - 100%) / 2);
  inline-size: calc(100% + (100dvw - 100%) / 2);
  margin-inline-start: calc((100% - 100vw) / 2);
  margin-inline-start: calc((100% - 100dvw) / 2);
}
.pos-standout-full, .pos-standout-left {
  margin-left: calc(-1 * (var(--sp-xl-x) + var(--sp-2-y)));
}
.pos-standout-full, .pos-standout-right {
  margin-right: calc(-1 * (var(--sp-xl-x) + var(--sp-2-y)));
}
.pos-standout-full {
  width: calc(100% + (var(--sp-xl-x) + var(--sp-2-y)) * 2);
}
@media only screen and (max-width: calc((3rem + 2rem + 3rem) * 2 + 1560px)) {
  .pos-standout-full {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

p.pos-r {
  width: fit-content;
}

@media only screen and (max-width: 1540px) {
  .pos-center {
    width: 100%;
  }
}
.pos-a {
  position: absolute;
}
.pos-a-t {
  top: 0;
}
.pos-a-tl {
  top: 0;
  left: 0;
}
.pos-a-rb {
  right: var(--sp-xl-x);
  bottom: 6%;
}
.pos-a-b {
  bottom: 0;
}

@media print {
  .print-icon {
    display: none;
  }
  html, body {
    font-size: 9pt;
  }
  a[href]:not(.cboxElement):not(.wfpopup):after {
    content: " <URL: " attr(href) ">";
    background-color: inherit;
    font-style: italic;
    font-size: 8pt;
  }
  .logo a[href]::after, .text-h-section a[href]::after, #bottom-2 a[href]::after, .breadcrumb a[href]::after, .accordion-link-karo3 a[href]::after, .header-illustration a[href]::after {
    display: none;
  }
  .header-fixed {
    position: relative !important;
    height: auto !important;
    box-shadow: none !important;
  }
  .header-fixed-spacer {
    display: none;
  }
  .link-stretched::after {
    position: relative;
  }
  .fx-slide-up {
    opacity: 1;
    transform: none;
  }
  .img-50 {
    max-width: 30% !important;
  }
  .navs, .nav-top, [class^=ads-], [class*=" ads-"], #footer, .print-no, .pagination, #left-fixed, .article-afterdisplaycontent,
  .article-bottom, .article-bottom-2, .article-stoerer-1, .footer, .header-nav-main, .header-nav-xtra,
  .article-share-top, #top-right, #bottom-right, .fx-repositioning-article-bottom, .share, .article-bottom, #bottom, .stoerer, .disqus_thread {
    display: none !important;
  }
  @page {
    size: 210mm 297mm;
    margin: 15mm;
  }
}
.soul-line:before {
  content: "";
  position: absolute;
  margin-left: calc(-1 * var(--sp-gap) - 2rem);
  width: 2rem;
  display: block;
  border-bottom: 0.2727272727rem solid var(--c-border-1);
  margin-top: var(--sp-s-y);
}
@media only screen and (max-width: 1023px) {
  .soul-line:before {
    display: none;
  }
  .soul-line h1:first-child:after, .soul-line h2:first-child:after, .soul-line h3:first-child:after {
    content: "";
    width: 2rem;
    display: block;
    border-bottom: 0.2727272727rem solid var(--c-border-1);
    margin-top: var(--sp-s-y);
  }
}

h1:after, .h1:after {
  content: "";
  width: 2rem;
  display: block;
  border-bottom: 0.2727272727rem solid var(--c-border-1);
  margin-top: var(--sp-s-y);
}

h3:after, .h3:after {
  content: "";
  width: 2rem;
  display: block;
  border-bottom: 0.2727272727rem solid var(--c-border-1);
  margin-top: var(--sp-xxs-y);
}

.mod-articles-items .block:after {
  content: "";
  width: 1rem;
  display: block;
  border-bottom: 0.2727272727rem solid var(--c-border-1);
  margin-top: var(--sp-s-y);
}
.mod-articles-items .txt-title, .mod-articles-items .txt-title a {
  color: var(--c-txt);
  font-size: 1.3181818182rem;
  line-height: 105%;
}

h4.txt-h-sub {
  margin-bottom: 0;
}

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