@charset "UTF-8";
@font-face {
  font-family: "deister-icons";
  src: url("./fonts/deister.eot?g9s34v");
  src: url("./fonts/deister.eot?g9s34v#iefix") format("embedded-opentype"), url("./fonts/deister.woff2?g9s34v") format("woff2"), url("./fonts/deister.ttf?g9s34v") format("truetype"), url("./fonts/deister.woff?g9s34v") format("woff"), url("./fonts/deister.svg?g9s34v#huga") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* manrope-regular - latin_cyrillic */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/manrope-v13-latin_cyrillic-regular.eot");
  src: url("./fonts/manrope-v13-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/manrope-v13-latin_cyrillic-regular.woff2") format("woff2"), url("./fonts/manrope-v13-latin_cyrillic-regular.woff") format("woff"), url("./fonts/manrope-v13-latin_cyrillic-regular.ttf") format("truetype"), url("./fonts/manrope-v13-latin_cyrillic-regular.svg#Manrope") format("svg");
}
/* manrope-500 - latin_cyrillic */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/manrope-v13-latin_cyrillic-500.eot");
  src: url("./fonts/manrope-v13-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("./fonts/manrope-v13-latin_cyrillic-500.woff2") format("woff2"), url("./fonts/manrope-v13-latin_cyrillic-500.woff") format("woff"), url("./fonts/manrope-v13-latin_cyrillic-500.ttf") format("truetype"), url("./fonts/manrope-v13-latin_cyrillic-500.svg#Manrope") format("svg");
}
/* manrope-600 - latin_cyrillic */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/manrope-v13-latin_cyrillic-600.eot");
  src: url("./fonts/manrope-v13-latin_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("./fonts/manrope-v13-latin_cyrillic-600.woff2") format("woff2"), url("./fonts/manrope-v13-latin_cyrillic-600.woff") format("woff"), url("./fonts/manrope-v13-latin_cyrillic-600.ttf") format("truetype"), url("./fonts/manrope-v13-latin_cyrillic-600.svg#Manrope") format("svg");
}
/* manrope-700 - latin_cyrillic */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/manrope-v13-latin_cyrillic-700.eot");
  src: url("./fonts/manrope-v13-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("./fonts/manrope-v13-latin_cyrillic-700.woff2") format("woff2"), url("./fonts/manrope-v13-latin_cyrillic-700.woff") format("woff"), url("./fonts/manrope-v13-latin_cyrillic-700.ttf") format("truetype"), url("./fonts/manrope-v13-latin_cyrillic-700.svg#Manrope") format("svg");
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "deister-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 1em;
}

p,
main,
main li,
aside,
header,
label,
footer {
  font-family: "Manrope", sans-serif;
  line-height: 1.5;
  font-size: 0.8em;
}

main li {
  font-size: 1em;
}

header.center {
  text-align: center;
}

header.right {
  text-align: right;
}

header.center {
  flex: 1 0 100%;
  max-width: inherit;
  margin-bottom: 3em;
}
header.center > *:first-child {
  display: inline-block;
  margin: 0 auto;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--color-background-primary);
  color: #2d2d2b;
  --switch: calc((var(--light) - var(--threshold)) * -100%);
  color: hsl(0, 0%, var(--switch));
}

h1 {
  font-size: 3.5em;
  font-size: clamp(1.6rem, 4vw, 1.6rem);
}

h2 {
  font-size: 3em;
  font-size: clamp(1.4rem, 4vw, 1.6rem);
}

h3 {
  font-size: 2.5em;
  font-size: clamp(1.2rem, 4vw, 1.4rem);
}

h4 {
  font-size: 2em;
  font-size: clamp(1rem, 4vw, 1.2rem);
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0.6em;
  font-weight: 500;
}

header:not(.subheader):not(.center):not(.noline) h1::after {
  content: "";
  display: block;
  width: 130px;
  height: 0;
  border: 3px solid #007757;
  background-color: #007757;
}

header.subheader :nth-child(1) {
  margin-bottom: 0;
  line-height: 1.1;
}
header.subheader :nth-child(2) {
  font-size: 2em;
  color: #aaa;
  margin-bottom: 1em;
  margin-top: 0.3em;
  line-height: 1.1em;
}

header.subheader:not(.center)::nth-child(2)::after {
  content: "";
  display: block;
  width: 130px;
  height: 0;
  border: 3px solid #007757;
  background-color: #007757;
  margin-top: 0.2em;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: clamp(1em, 4vw, 1.6em);
}

@media screen and (max-width: 768px) {
  main p a:not(.cta):link,
main p a:not(.cta):visited {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  main p a:not(.cta):link,
main p a:not(.cta):visited {
    text-decoration: none;
  }
}

main li a:not(.cta):link,
main li a:not(.cta):visited {
  text-decoration: none;
}

main p a:not(.cta):link,
main p a:not(.cta):visited,
main li a:not(.cta):link,
main li a:not(.cta):visited {
  position: relative;
  color: #2d2d2b;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  main p a:not(.cta):link,
main p a:not(.cta):visited,
main li a:not(.cta):link,
main li a:not(.cta):visited {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    line-height: 1em;
    display: inline-block;
    top: 0.1em;
  }
  main p a:not(.cta):link:link::before, main p a:not(.cta):link:visited::before,
main p a:not(.cta):visited:link::before,
main p a:not(.cta):visited:visited::before,
main li a:not(.cta):link:link::before,
main li a:not(.cta):link:visited::before,
main li a:not(.cta):visited:link::before,
main li a:not(.cta):visited:visited::before {
    content: none;
  }
}
main p a:not(.cta):link::before,
main p a:not(.cta):visited::before,
main li a:not(.cta):link::before,
main li a:not(.cta):visited::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s;
}
main p a:not(.cta):link:hover::before,
main p a:not(.cta):visited:hover::before,
main li a:not(.cta):link:hover::before,
main li a:not(.cta):visited:hover::before {
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}
main nav li a:not(.cta):link,
main nav li a:not(.cta):visited {
  display: block;
}
main nav li a:not(.cta):link::before,
main nav li a:not(.cta):visited::before {
  content: none;
}

main ul,
main ol {
  font-size: 1.5em;
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 16px;
}

main .inner > ul li,
main .text > ul li,
main p + ul li {
  list-style: none;
  position: relative;
  padding-left: 1.5em;
  max-width: 70ch;
  margin-bottom: 0.5em;
}
main .inner > ul li:before,
main .text > ul li:before,
main p + ul li:before {
  position: absolute;
  content: "check";
  font-family: deister-icons;
  font-size: 1em;
  left: 0;
  color: var(--color-primary);
}

main .text p ~ p:last-child {
  margin-bottom: 2em;
}

a.top {
  font-family: deister-icons;
  position: absolute;
  right: 2%;
  color: var(--color-primary);
  text-decoration: none;
  background-color: #fff;
  overflow: hidden;
  font-size: 2.2em;
  z-index: 10;
  display: block;
  border-radius: 50%;
  transform: translateY(-0.5em);
  transition: transform 200ms;
}
a.top:hover {
  transform: translateY(-0.5em) scale(1.1);
}
@media screen and (max-width: 768px) {
  a.top {
    z-index: 9;
  }
}

main a[href^="tel:"],
aside a[href^="tel:"] {
  font-size: 16px;
}
main a[href^="tel:"]::before,
aside a[href^="tel:"]::before {
  content: "phone";
  font-family: deister-icons;
  font-size: 0.9em;
  display: inline-block;
  margin-right: 0.4em;
}
main a[href^="tel:"]:hover,
aside a[href^="tel:"]:hover {
  text-decoration: underline;
}

main a[href^="mailto:"],
aside a[href^="mailto:"] {
  font-size: 16px;
}
main a[href^="mailto:"]::before,
aside a[href^="mailto:"]::before {
  content: "email";
  font-family: deister-icons;
  font-size: 0.9em;
  display: inline-block;
  margin-right: 0.4em;
}
main a[href^="mailto:"]:hover,
aside a[href^="mailto:"]:hover {
  text-decoration: underline;
}

span.fax {
  font-size: 16px;
}
span.fax::before {
  content: "fax";
  font-family: deister-icons;
  font-size: 0.9em;
  display: inline-block;
  margin-right: 0.4em;
}

address p {
  margin: 0.4em 0;
}

address a[href^="https:"] {
  font-size: 16px;
}
address a[href^="https:"]:link::before {
  content: "web";
  font-family: deister-icons;
  font-size: 0.9em;
  display: inline-block;
  margin-right: 0.4em;
  border: none;
  position: inherit;
  width: inherit;
  height: inherit;
  transform: inherit;
  background: inherit;
}
address a[href^="https:"]:hover {
  text-decoration: underline;
}
address a[href^="https:"]:not(.cta):link::before, address a[href^="https:"]:not(.cta):visited::before {
  transform: inherit;
}

.ctas a,
.cta {
  display: inline-block;
  font-size: 0.9rem;
  padding: 0.4em 1.2em;
  margin-right: 1em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: background-color 200ms;
  background-color: #fd7e14;
  color: #fff;
}
.ctas a.third,
.cta.third {
  background-color: #007757;
}
.ctas a.third:hover,
.cta.third:hover {
  background-color: #016047;
}
.ctas a::before,
.cta::before {
  content: "";
  inset: 0;
  position: absolute;
  transform: translateY(105%);
  transition: transform 250ms ease-in-out;
}
.ctas a:hover,
.cta:hover {
  background-color: #E06600;
}
.ctas a:hover::before,
.cta:hover::before {
  transform: inherit;
}

hr {
  border-color: var(--color-background-fourth);
  border-width: 0 0 1px 0;
  margin: 0;
}
hr + a + header {
  margin-top: 4em;
}

.feature + a + hr {
  margin-top: 1.8em;
}

main nav[role=navigation] {
  margin-bottom: 2em;
  margin-top: 4em;
}
main nav[role=navigation] ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
main nav[role=navigation] ul li {
  flex: 0 auto;
  font-size: 0.8em;
}
main nav[role=navigation] ul li a {
  color: var(--color-font);
  min-width: 1em;
}
main nav[role=navigation] ul li.active a {
  font-weight: bold;
}
main nav[role=navigation] ul li.disabled a {
  opacity: 0.4;
}
main nav[role=navigation] ul li.previous a, main nav[role=navigation] ul li.next a {
  font-family: deister-icons;
  font-size: 1.4em;
  line-height: 1.1em;
  color: #007757;
  margin: 0 1em;
}

a.pageBox,
div.pageBox {
  display: block;
  margin-bottom: 3em;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  font-size: 1.1rem;
  color: var(--color-font);
}
a.pageBox figure,
div.pageBox figure {
  margin: 0;
  background-color: var(--color-primary);
  border-bottom: 11px solid var(--color-primary);
  overflow: hidden;
}
a.pageBox figure img,
div.pageBox figure img {
  width: 100%;
  margin: 0;
  transition: transform 400ms ease-in-out;
}
a.pageBox span,
div.pageBox span {
  display: block;
  padding: 1.5em;
  position: relative;
}

a.pageBox:hover figure img {
  transform: scale(1.1);
}
a.pageBox span::after {
  content: "right";
  position: absolute;
  font-family: deister-icons;
  right: 0.8em;
  top: 0.8em;
  font-size: 1.5em;
  color: var(--color-primary);
  transition: right 200ms;
}

:root {
  --menu-link-color: #2d2d2b;
  --color-primary: #007757;
  --color-font: #2d2d2b;
  --color-cta: #fd7e14;
  --color-cta-hover: #E06600;
  --color-background-first: #f8f8f8;
  --color-background-second: #ffffff;
  --color-background-third: #007757;
  --color-background-fourth: #464646;
  --color-button: #007757;
  --color-button-font: #ffffff;
  --color-button-invert: #ffffff;
  --color-button-invert-font: #2d2d2b;
  --scrollbar-width: 20px;
  --threshold: 66;
  --light: 100;
}

nav#breadcrumb {
  flex: 0 0 100%;
  flex-wrap: wrap;
  overflow: auto;
  margin: 0 auto 1.5em auto;
  max-width: min(92vw, 1600px);
  font-size: 1.5em;
}
nav#breadcrumb + a + div:not(.fair) {
  padding-top: 0;
}
nav#breadcrumb a {
  padding: 0;
  margin: 0;
  display: inline-block;
}
nav#breadcrumb li > span {
  margin: 0;
  padding: 0;
}
nav#breadcrumb ol {
  display: flex;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 0.7em;
  padding: 0;
}
nav#breadcrumb li {
  margin: 0;
  list-style: none;
  white-space: nowrap;
  font-size: clamp(0.5em, 2vw, 0.8em);
  line-height: 1.1em;
}
nav#breadcrumb li > span {
  font-size: 1.3em;
  line-height: 1.3em;
}
nav#breadcrumb li::before {
  content: "/";
  float: left;
  padding: 0 0.3em;
  font-size: 1.4em;
  display: inline-block;
  font-weight: 400;
  position: relative;
  transform: translateY(0.2em);
}
nav#breadcrumb li:first-child::before {
  content: none;
}
nav#breadcrumb a {
  color: var(--font-color);
  padding: 0;
  margin: 0;
  text-decoration: none;
}
nav#breadcrumb a span {
  padding: 0;
  overflow: visible;
  margin: 0;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 640px) {
  nav#breadcrumb a span {
    max-width: 24vw;
  }
}
nav#breadcrumb a:hover span {
  text-decoration: underline;
  color: #2d2d2b;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav > ul {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  max-width: 100%;
}
nav > ul ul {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 300ms 200ms;
}

#main {
  display: flex;
  flex-direction: row;
}
#main > a {
  flex: 0 0 2em;
}
#main > span {
  display: block;
}

@media only screen and (max-width: 768px) {
  nav {
    max-height: 100vh;
    width: 100%;
    z-index: 9;
  }
  nav a.active ~ ul,
nav a:focus ~ ul,
nav a:focus-within ~ ul,
nav nav.toggle > ul,
nav ul:focus-within {
    opacity: 1;
    max-height: 100vh;
    transform: inherit;
  }
  nav ul {
    display: flex;
    flex-direction: column;
  }
  nav ul ul {
    position: relative;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }
  nav ul a {
    display: block;
  }
}
#mobileTrigger {
  display: none;
}
#mobileTrigger span {
  position: relative;
  display: inline-block;
  top: 48%;
  max-width: 50%;
  height: 3px;
  transition: background 0s linear 0.15s;
  width: 100%;
}
#mobileTrigger span::before, #mobileTrigger span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: top 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s, bottom 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s, transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
#mobileTrigger span::before {
  top: -10px;
}
#mobileTrigger span::after {
  bottom: -10px;
  height: 2px;
}

@media only screen and (min-width: 769px) {
  nav ul > li > ul {
    position: absolute;
  }

  #mobileTrigger {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  #mobileTrigger,
#mobileTrigger + span {
    z-index: 9;
    display: block;
    display: flex;
  }

  #mobileTrigger + span {
    position: absolute;
  }

  #mobileTrigger {
    z-index: 10;
    flex-shrink: 0;
    justify-content: center;
  }
  #mobileTrigger.active span, #mobileTrigger:focus span, #mobileTrigger:focus-within span {
    background: transparent;
  }
  #mobileTrigger.active span::before, #mobileTrigger.active span::after, #mobileTrigger:focus span::before, #mobileTrigger:focus span::after, #mobileTrigger:focus-within span::before, #mobileTrigger:focus-within span::after {
    transition: top 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, bottom 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s, transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.15s;
  }
  #mobileTrigger.active span::before, #mobileTrigger:focus span::before, #mobileTrigger:focus-within span::before {
    top: 0;
    transform: rotate(45deg);
  }
  #mobileTrigger.active span::after, #mobileTrigger:focus span::after, #mobileTrigger:focus-within span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  #mobileTrigger.active ~ span, #mobileTrigger:focus ~ span, #mobileTrigger:focus-within ~ span {
    z-index: 100;
  }
}
nav a.active ~ ul {
  max-height: 100vh;
  opacity: 1;
  overflow: inherit;
  z-index: 999;
}

nav a.active + ul,
nav a:focus ~ ul,
nav a:focus-within ~ ul,
nav nav.toggle > ul,
nav ul:focus-within {
  height: inherit;
  opacity: 1;
  overflow: auto;
  max-height: 100vh;
}

nav span {
  display: inline-block;
}
nav a {
  background-color: transparent;
  display: inline-block;
  line-height: 1em;
  transition: background 200ms;
  margin: 0;
  text-decoration: none;
  font-size: 1.3em;
}
@media only screen and (min-width: 1180px) {
  nav a {
    margin: 0 0.1em;
  }
}
nav a:focus, nav a:focus-within {
  outline: none;
}
nav#main a {
  padding: 0;
  margin: 0;
  text-align-last: left;
}
nav a span::after {
  content: "";
  position: absolute;
  bottom: -0.8em;
  left: 0;
  width: 0;
  border-bottom: 1px solid transparent;
  transition: border 200ms, bottom 200ms;
}
nav a span:hover {
  color: #fff;
}
nav a span:hover::after {
  bottom: -0.4em;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav > ul > li > a span {
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: -0.03em;
  cursor: pointer;
}
nav > ul > li > a span:hover::after {
  bottom: -0.5em !important;
  border-color: var(--color-primary);
}
nav#main li > span,
nav#main li > a > span {
  padding: 0.1em 0;
  margin: 0.3em 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
nav .level3 a span {
  max-width: 87%;
  font-size: 0.9em;
}
nav li > span {
  opacity: 0.6;
  font-size: 1.2em;
  cursor: not-allowed;
}
nav ul ul a span {
  color: #fff;
}
nav a.current span {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  #navigation .inner {
    margin-right: 0;
    margin-left: 0;
    padding-left: 4vw;
    justify-content: space-between;
    flex-direction: row;
    max-width: min(100vw, 1920px);
  }
  #navigation .inner .logo.deister {
    z-index: 1001;
  }

  #pageHeader .wrap {
    justify-content: center;
  }

  #main ul a:link {
    text-decoration: none;
  }
  #main .spacer {
    display: none;
  }

  #main {
    position: relative;
    text-align: center;
    /* Styles for new search icon */
  }
  #main #searchIcon {
    display: inline-block;
    position: absolute;
    top: 1em;
    right: 4rem;
    height: 3em;
    width: 2em;
    z-index: 1000;
  }
  #main #searchIcon::before {
    content: "search";
    font-family: "deister-icons";
    position: absolute;
    top: 0.9rem;
    right: 20%;
    display: inline-block;
    color: #2D2D2B;
    font-size: 1.4rem;
    font-weight: 400;
  }
  #main ul {
    background-color: #fff;
    bottom: 0;
    display: flex;
    flex: 1 0 auto;
    font-size: 1em;
    margin: 0;
    right: 0;
    top: 0;
    width: 100vw;
  }
  #main ul.level1 {
    overflow: visible;
    padding: 6em 0em;
    position: fixed;
    transform: translateX(100%);
    z-index: 997;
    /*
    > li:last-child {
        display: none;
    } */
    /* Search not shown inside mobile nav */
    /* Border bottom just for "contact" inside mobile nav */
  }
  #main ul.level1 > li:has(span[data-label=Suche]),
#main ul.level1 > li:has(span[data-label=Search]),
#main ul.level1 > li:has(a[title=Suche]),
#main ul.level1 > li:has(a[title=Search]) {
    display: none !important;
  }
  #main ul.level1 > li:has(span[data-label=Contact]),
#main ul.level1 > li:has(span[data-label=Kontakt]) {
    border-bottom: 1px solid #707070;
    padding-bottom: 0.1em !important;
  }
  #main ul.level1 li:not(.languageNavWrapper, .serviceNavWrapper) a {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.2em;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  #main ul.level1 li:not(.languageNavWrapper, .serviceNavWrapper) {
    padding: 0.4em 0 0 0;
  }
  #main ul.level1 > li:not(.languageNavWrapper, .serviceNavWrapper) > a.active {
    padding-bottom: 0.1em;
  }
  #main ul.level1 > li:not(.languageNavWrapper, .serviceNavWrapper) > a:has(+ ul.level2)::after {
    content: "arrowdownnocircle";
    font-family: "deister-icons";
    position: relative;
    height: 20px;
    width: 20px;
    display: flex;
    margin-top: 0.5em;
    color: black;
  }
  #main ul.level1 > li:not(.languageNavWrapper, .serviceNavWrapper) > a.rotated:has(+ ul.level2)::after {
    content: "arrowupnocircle";
  }
  #main ul.level1 > li:not(.languageNavWrapper, .serviceNavWrapper) > a::after {
    content: "arrowrightnocircle";
    font-family: "deister-icons";
    position: relative;
    height: 20px;
    width: 20px;
    display: flex;
    margin-top: 0.5em;
    color: black;
  }
  #main ul.level2 {
    position: relative;
    max-height: 0px;
    padding-bottom: 0.2em;
    transition: unset;
  }
  #main ul.level2 a span {
    color: #2D2D2B;
    font-weight: 600;
  }
  #main ul.level2 li {
    border: none;
    background-color: #F8F8F8;
  }
  #main ul.level2 li:last-child {
    border-bottom: none;
  }
  #main ul.level2 li:first-child {
    border-top: 1px solid #707070;
  }
  #main ul.level2 > li:not(.languageNavWrapper, .serviceNavWrapper) > a::after {
    /* li::after { */
    content: "arrowrightnocircle";
    font-family: "deister-icons";
    position: relative;
    height: 20px;
    width: 20px;
    display: flex;
    margin-top: 0.5em;
    color: black;
  }
  #main ul > li > a.active.has-children + ul {
    max-height: 100vh;
    padding: 0.4em 0 0 0;
    /* margin: .5em 0; */
  }
  #main ul li {
    border-top: 1px solid #707070;
    padding: 0.4em 0 0.2em 0;
  }
  #main ul li:last-child {
    border-bottom: 1px solid #707070;
    padding: 0.3em 0 0.4em 0;
  }
  #main ul li a {
    padding-left: 1.5em;
  }
  #main ul a span {
    font-size: 1em;
    padding: 0.2em 0.5em;
    color: #404040;
  }
  #main a.active + ul {
    transform: inherit;
  }
  #main > a.active span::before, #main > a.active span::after {
    background-color: #2D2D2B;
  }
  #main > a.active + span {
    position: absolute;
    width: 3em;
    height: 3em;
    right: 0em;
    top: 0em;
    z-index: -1;
  }
  #main > a.active + span::before {
    content: " ";
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    position: fixed;
    left: 0;
    top: 0;
    width: 50vw;
    height: 100vh;
    z-index: -1;
  }
  #main > a.active + span + ul {
    transform: inherit;
    overflow: visible;
    box-shadow: 2px 0 8px #000;
  }
  #main > a.active + span + ul li {
    transition: inherit;
    opacity: 1;
    width: 100%;
  }

  .language {
    position: relative;
    width: 3em;
  }
  .language > li > a {
    display: block;
    height: 44px;
    width: 44px;
    z-index: 1;
    position: relative;
    left: -1em;
  }

  .static {
    position: bottom;
    display: flex;
    padding: 1em 0 0;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 769px) {
  #navigation ul ul {
    min-width: 13.1vw;
  }

  #main .level1 li:last-child a span {
    margin: 0.3em 0 0.3em 0.1em;
  }

  header nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header nav > ul > li > ul > li > ul {
    flex-direction: column;
  }
  header nav ul ul {
    background-color: var(--color-primary);
    box-shadow: -13vw 0 0 var(--color-primary), -26vw 0 0 var(--color-primary), -39vw 0 0 var(--color-primary), -52vw 0 0 var(--color-primary), -65vw 0 0 var(--color-primary), -78vw 0 0 var(--color-primary), -91vw 0 0 var(--color-primary), 13vw 0 0 var(--color-primary), 26vw 0 0 var(--color-primary), 39vw 0 0 var(--color-primary), 52vw 0 0 var(--color-primary), 78vw 0 0 var(--color-primary), 91vw 0 0 var(--color-primary);
    z-index: 10;
  }
  header nav ul ul li {
    margin: 0.25em 0;
  }
  header nav ul.level2 > li > a {
    margin-top: 1em;
    position: relative;
    transform: translateY(-1em);
    opacity: 0;
  }
  header nav ul.level2 > li > ul {
    transform: translateY(-1em);
    opacity: 0;
  }
  header nav ul.level2 {
    overflow: hidden;
    transition: opacity 200ms 50ms;
  }
  header nav ul.level2 > li {
    grid-column-start: auto;
    grid-row-start: auto;
    max-width: inherit;
  }
  header nav ul.level2 > li a {
    width: 100%;
    font-weight: bold;
  }
  header nav ul.level3 {
    position: relative;
    opacity: 1;
    max-height: 100vh;
    overflow: visible;
  }
  header nav ul.level3 a span {
    font-weight: normal;
  }
  header nav ul a.active + ul > li > a,
header nav ul a.active + ul > li > a + ul {
    transform: inherit;
    opacity: 1;
  }
  header nav a:not(.linkSubmenu):hover span,
header nav a:not(.linkSubmenu).active span,
header nav a:not(.linkSubmenu):focus-within span {
    outline: none;
  }
  header nav a.linkSubmenu {
    cursor: default;
  }
  header nav a.childs::after {
    content: " >";
    text-decoration: none;
  }
  header nav a span {
    position: relative;
  }
  header nav a span[data-label]::before {
    content: attr(data-label);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
  }
  header nav a span {
    color: #000;
    color: var(--menu-link-color);
  }

  #main {
    flex: 1;
    height: 100%;
  }
  #main > ul {
    height: 100%;
  }
  #main > ul a.active + ul.level2 {
    padding: 0.8em 0 1em;
    margin: 0;
    z-index: 200;
  }
  #main > ul > li {
    margin-left: 1em;
    margin-right: 1em;
  }
  #main > ul > li.spacer {
    margin: 0 0.5em;
  }
  #main > ul > li.spacer::after {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "|";
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 300;
  }
  #main > ul > li:last-child {
    margin-right: 0;
  }
  #main > ul > li > a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 1.8em 0;
  }
  #main > ul > li > a[title=Suche] {
    font-family: deister-icons;
    text-transform: lowercase;
  }
  #main > ul > li > a[title=Suche] span::after {
    content: none;
  }
  #main > ul > li > a[title=Search] {
    font-family: deister-icons;
    text-transform: lowercase;
  }
  #main > ul > li > a[title=Search] span::after {
    content: none;
  }
  #main > ul > li > a.current span {
    color: var(--color-primary);
  }
  #main > ul > li > a.active {
    background: none;
  }
  #main > ul > li > a.active::after {
    bottom: 0;
  }
  #main > ul > li > a.active span {
    color: var(--color-primary);
  }
  #main > ul > li > a:hover {
    background: none;
    position: relative;
  }
  #main > ul > li > a:hover span {
    color: var(--color-primary);
  }
  #main > ul > li > a.current span::after {
    border-color: var(--color-primary);
    bottom: -0.6em;
    width: 100%;
  }
  #main > ul ul a:not(.has-children):hover::after {
    transform: translateX(0.2em);
  }

  #static {
    flex: 1 1 100%;
    align-self: flex-end;
    min-height: 1em;
    min-width: 1em;
  }
}
@media only screen and (max-width: 900px) {
  #mobileTrigger {
    background: none;
    width: 3.5em;
    height: 3em;
    position: absolute;
    top: 0.8em;
    right: 0%;
    z-index: 1000;
  }
  #mobileTrigger span,
#mobileTrigger span::before,
#mobileTrigger span::after {
    background: #2D2D2B;
    border-bottom: none;
    height: 2px;
    width: 30px;
    min-width: 30px;
    border-radius: 5px;
  }
  #mobileTrigger.active {
    position: fixed;
    right: 0%;
  }
}
@media only screen and (min-width: 900px) {
  #mobileTrigger + span {
    position: absolute;
  }
}
@media only screen and (min-width: 901px) {
  .static > a > span:after,
.static > ul > li > a span:after {
    content: attr(title);
  }
}
@media only screen and (min-width: 1435px) {
  nav a {
    padding: 0 0.2em;
  }
}
nav a.active + ul.level2,
nav a:focus ~ ul.level2,
nav a:focus-within ~ ul.level2,
nav ul.level2:focus-within {
  transform: inherit;
}

.last {
  position: relative;
  overflow: visible;
}
.last > a span {
  font-family: da-icon;
  text-transform: lowercase !important;
}
.last > a span::after {
  content: "Language";
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 0.3em;
  line-height: 1em;
}

html .last > a span::after {
  content: "Language";
}

html[lang=de-DE] .last > a span::after {
  content: "Sprache";
}

nav#sticky ul.lang,
li.languageWrapper ul.lang {
  z-index: 10;
  display: flex;
  flex-direction: column;
  display: block;
  left: 0;
  right: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  height: inherit;
  width: inherit;
  padding: 0;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1000ms;
}
nav#sticky ul.lang li,
li.languageWrapper ul.lang li {
  width: inherit;
  max-width: inherit;
  padding: 0;
  margin: 0;
}
nav#sticky ul.lang li > a,
li.languageWrapper ul.lang li > a {
  padding: 0;
  margin: 0;
  display: block;
}
nav#sticky ul.lang li > a span,
nav#sticky ul.lang li > span,
li.languageWrapper ul.lang li > a span,
li.languageWrapper ul.lang li > span {
  padding: 0.6em 0.8em;
  display: block;
}
nav#sticky ul.lang li > a span span,
nav#sticky ul.lang li > span span,
li.languageWrapper ul.lang li > a span span,
li.languageWrapper ul.lang li > span span {
  padding: 0;
}
nav#sticky ul.lang a:hover span,
li.languageWrapper ul.lang a:hover span {
  background: #000;
  color: #fff;
}

header .level2.foldout,
#main .level2.foldout {
  background: #fff;
  color: #2d2d2b;
  border: 1px solid #c6c6c4;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
  margin-top: 1em;
  padding: 0 0.5em;
}
header .level2.foldout li.inactive,
header .level2.foldout li a,
#main .level2.foldout li.inactive,
#main .level2.foldout li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 5px;
}
header .level2.foldout li span,
#main .level2.foldout li span {
  text-transform: uppercase;
}
header .level2.foldout li a,
#main .level2.foldout li a {
  font-weight: 400;
  min-width: 6em;
  margin: 0;
  font-size: 1.2em;
}
header .level2.foldout li a span,
#main .level2.foldout li a span {
  display: block;
  margin: 0.3em 0;
}
header .level2.foldout li a span:hover::after,
#main .level2.foldout li a span:hover::after {
  content: none;
}
header .level2.foldout li span.inactive,
#main .level2.foldout li span.inactive {
  color: #666;
}
header .level2.foldout li .flag-icon,
#main .level2.foldout li .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 100%;
  width: 1.3333em;
  line-height: 1em;
  margin-right: 0.3em;
}
header .level2.foldout li .flag-icon::before,
#main .level2.foldout li .flag-icon::before {
  content: "¨";
  color: white;
}
header .level2.foldout li .flag-icon-de,
#main .level2.foldout li .flag-icon-de {
  background-image: url("/typo3conf/ext/deister/Resources/Public/Img/flags/de.svg");
}
header .level2.foldout li .flag-icon-int,
#main .level2.foldout li .flag-icon-int {
  background-image: url("/typo3conf/ext/deister/Resources/Public/Img/flags/int.svg");
}
header .level2.foldout li .flag-icon-us,
#main .level2.foldout li .flag-icon-us {
  background-image: url("/typo3conf/ext/deister/Resources/Public/Img/flags/us.svg");
}
header .level2.foldout li .flag-icon-uk,
#main .level2.foldout li .flag-icon-uk {
  background-image: url("/typo3conf/ext/deister/Resources/Public/Img/flags/uk.svg");
}
header .level2.foldout li .flag-icon-fr,
#main .level2.foldout li .flag-icon-fr {
  background-image: url("/typo3conf/ext/deister/Resources/Public/Img/flags/fr.svg");
}
header .level2.foldout li .flag-icon-es,
#main .level2.foldout li .flag-icon-es {
  background-image: url("/typo3conf/ext/deister/Resources/Public/Img/flags/es.svg");
}
header .level2.foldout li .flag-icon-it,
#main .level2.foldout li .flag-icon-it {
  background-image: url("/typo3conf/ext/deister/Resources/Public/Img/flags/it.svg");
}
header .level2.foldout li .flag-icon-pl,
#main .level2.foldout li .flag-icon-pl {
  background-image: url("/typo3conf/ext/deister/Resources/Public/Img/flags/pl.svg");
}
header .level2.foldout li .flag-icon-sg,
#main .level2.foldout li .flag-icon-sg {
  background-image: url("/typo3conf/ext/deister/Resources/Public/Img/flags/sg.svg");
}
header .level2.foldout li .flag-icon-jp,
#main .level2.foldout li .flag-icon-jp {
  background-image: url("/typo3conf/ext/deister/Resources/Public/Img/flags/jp.svg");
}

nav#sticky a.active + ul.lang {
  max-height: 500px;
}

@media screen and (max-width: 768px) {
  nav#sticky a + ul.lang {
    position: fixed;
  }

  nav#sticky a.active + ul.lang {
    bottom: 31px;
    margin: 0;
    padding: 0 0.4em;
    right: 0;
    max-width: 400px;
    left: auto;
  }
  nav#sticky a.active + ul.lang li > span {
    font-size: 0.7em;
    padding: 0.8em;
    text-align: center;
  }
  nav#sticky a.active + ul.lang li > a span {
    padding: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  #navigation ul a.active + ul.level2 {
    z-index: 10;
    min-width: 16vw;
    box-shadow: -15vw 0 0 var(--color-primary), -30vw 0 0 var(--color-primary), -45vw 0 0 var(--color-primary), -60vw 0 0 var(--color-primary), -75vw 0 0 var(--color-primary), -90vw 0 0 var(--color-primary), 15vw 0 0 var(--color-primary), 30vw 0 0 var(--color-primary), 45vw 0 0 var(--color-primary), 60vw 0 0 var(--color-primary), 75vw 0 0 var(--color-primary), 90vw 0 0 var(--color-primary);
  }
  #navigation ul a.active + ul.level2::after {
    content: "";
    position: fixed;
    height: 1em;
    left: 0;
    z-index: 1;
    min-width: 100vw;
    transform: translateY(var(--serviceNavPadding));
    box-shadow: 0 12px 15px -5px #000;
  }
}
#serviceNav {
  background: #EDEDED;
  font-size: 0.7em;
  z-index: 2;
}
#serviceNav .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #serviceNav {
    padding: 1em 0;
    min-height: 45px;
  }
  #serviceNav nav {
    min-height: 2em;
  }
}

/* Disable Service Nav on mobile devices so it's only shown when attached to the mobile menu via JS */
@media screen and (max-width: 768px) {
  #serviceNav {
    display: none;
  }
}
/* Mobile layout */
@media screen and (max-width: 768px) {
  .serviceNavWrapper, .serviceNavWrapper {
    border: none !important;
  }

  .serviceNavWrapper a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5em !important;
    padding: 0 1em 0 1em !important;
  }
  .serviceNavWrapper a[data-label]::after {
    content: attr(data-label);
    text-transform: lowercase;
    font-family: deister-icons;
    display: inline-block;
    margin-right: 0.2em;
    position: relative;
    top: 0.5em;
    color: rgba(45, 45, 43, 0.5) !important;
  }
  .serviceNavWrapper a[data-label]::before {
    content: "";
    display: none !important;
  }
  .serviceNavWrapper a::before {
    content: "";
    display: none !important;
  }
  .serviceNavWrapper a span {
    color: rgba(45, 45, 43, 0.5) !important;
  }
  .serviceNavWrapper .foldout {
    margin-top: 0;
  }

  /* -------------------Mobile styles for language switch----------------------- */
  .languageNavWrapper {
    max-height: 100vh;
    border: none !important;
    padding: 0;
    margin: 3em 0 0 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
  }

  /* Styles when language selection is folded out */
}
@media screen and (max-width: 768px) and (max-height: 600px) {
  .languageNavWrapper {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .languageNavWrapper a.active + ul.level2,
.languageNavWrapper a:focus ~ ul.level2,
.languageNavWrapper a:focus-within ~ ul.level2,
.languageNavWrapper ul.level2:focus-within {
    transform: inherit;
  }
}
@media screen and (max-width: 768px) {
  .languageNavWrapper a.active ~ ul,
.languageNavWrapper a:focus ~ ul,
.languageNavWrapper a:focus-within ~ ul,
.languageNavWrapper nav.toggle > ul,
.languageNavWrapper ul:focus-within {
    opacity: 1;
    max-height: 100vh;
    transform: inherit;
    overflow: auto;
    max-height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .languageNavWrapper a {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
    padding: 0 1em 0 1em !important;
    color: rgba(45, 45, 43, 0.5) !important;
  }
  .languageNavWrapper a span {
    color: rgba(45, 45, 43, 0.5) !important;
  }
}
@media screen and (max-width: 768px) {
  .languageNavWrapper a::after {
    content: "language";
    font-family: "deister-icons";
    display: flex;
    position: relative;
    margin-right: 0.2em;
    top: 0.5em;
    transform: translateY(1px);
    color: rgba(45, 45, 43, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .languageNavWrapper a::before {
    content: "";
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .languageNavWrapper ul.level2.foldout {
    border: none;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    position: absolute !important;
  }
  .languageNavWrapper ul.level2.foldout ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 13.1vw;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 300ms 200ms;
  }
  .languageNavWrapper ul.level2.foldout a.active ~ ul {
    max-height: 100vh;
    opacity: 1;
    overflow: inherit;
    z-index: 999;
  }
  .languageNavWrapper ul.level2.foldout li {
    background-color: #F8F8F8;
  }
  .languageNavWrapper ul.level2.foldout li a::after {
    content: "";
    display: none !important;
  }
  .languageNavWrapper ul.level2.foldout li a {
    justify-content: flex-start;
  }
  .languageNavWrapper ul.level2.foldout li .flag-icon::before {
    color: #F8F8F8;
  }
}
@media screen and (max-width: 768px) {
  #main .languageNavWrapper a.active ~ ul.lang.level2.foldout {
    max-height: none !important;
    border: none;
    margin-top: 0;
    top: 5em;
  }
  #main .languageNavWrapper a.active ~ ul.lang.level2.foldout li {
    padding: 0;
    display: flex;
    align-items: center;
    min-height: 3em;
    max-height: 3em;
  }
  #main .languageNavWrapper a.active ~ ul.lang.level2.foldout li span:not(.flag-icon) {
    color: rgba(45, 45, 42, 0.4);
  }
  #main .languageNavWrapper a.active ~ ul.lang.level2.foldout li a {
    position: relative;
    width: 100%;
  }
  #main .languageNavWrapper a.active ~ ul.lang.level2.foldout li a .flag-icon {
    height: 2em;
    min-height: 2em;
    max-height: 2em;
    margin: 0 0.3em 0 0;
  }
  #main .languageNavWrapper a.active ~ ul.lang.level2.foldout li a .flag-icon::before {
    display: none;
  }
  #main .languageNavWrapper a.active ~ ul.lang.level2.foldout li.inactive {
    border-top: none;
    padding: 0 0 0 1rem;
    background-color: rgba(45, 45, 42, 0.15) !important;
  }
  #main .languageNavWrapper a.active ~ ul.lang.level2.foldout li.inactive::after {
    position: absolute;
    content: "simplecheck";
    font-family: deister-icons;
    font-size: 1.8em;
    color: #2D2D2B;
    right: 3.2%;
  }
  #main .languageNavWrapper a.active ~ ul.lang.level2.foldout li.inactive span.inactive {
    color: rgb(45, 45, 42) !important;
    font-weight: 600;
    margin: 0.05em 0;
  }
  #main .languageNavWrapper a.active ~ ul.lang.level2.foldout li.inactive span.flag-icon {
    margin: 0 0.3em 0 0;
  }
  #main .languageNavWrapper a.active ~ ul.lang.level2.foldout li.inactive span.flag-icon::before {
    display: none;
  }
  #main .languageNavWrapper a.active ~ ul.lang.level2.foldout li:first-child {
    border-top: none;
  }
  #main .languageNavWrapper a.active ~ ul.lang.level2.foldout li a {
    justify-content: unset !important;
    padding: 0 1rem 0 1rem;
  }
}
body > header > .inner {
  display: flex;
  top: 0;
}
body > header .logo {
  font-family: "deister-icons", sans-serif;
  display: inline-block;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: lowercase;
  text-decoration: none;
  color: #007757;
  min-height: 100%;
  font-size: 3.2em;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  body > header .logo {
    height: 90px;
  }
}
body > header a.coselec {
  font-size: 5em;
}

#serviceNav .inner {
  justify-content: flex-end;
}
#serviceNav a,
#serviceNav a span {
  color: #2d2d2b;
  margin-right: 0.3em;
}
#serviceNav a::after,
#serviceNav a span::after {
  border-color: var(--color-primary);
}
#serviceNav a:hover span {
  color: #007757;
}
#serviceNav a[data-label]::before {
  content: attr(data-label);
  text-transform: lowercase;
  font-family: deister-icons;
  display: inline-block;
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}
#serviceNav a[data-label]::before {
  content: attr(data-label);
  text-transform: lowercase;
  font-family: deister-icons;
  display: inline-block;
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
}
#serviceNav nav {
  flex: 0 1 auto;
}
#serviceNav nav:nth-child(2) {
  flex: 0 1 104px;
}
@media screen and (min-width: 768px) {
  #serviceNav nav > ul > li::before {
    content: " ";
    border-left: 1px solid #2d2d2b;
    height: 1em;
    display: inline-block;
    padding: 0 0.2em;
  }
}
#serviceNav nav > ul > li > a {
  overflow: hidden;
  position: relative;
  top: 0.2em;
}
#serviceNav nav > ul > li > a::before {
  content: "language";
  font-family: "deister-icons";
  display: inline-block;
  margin-right: 0.3em;
  transform: translateY(1px);
}
#serviceNav nav > ul > li > a span {
  font-weight: 400;
  margin: 0;
  line-height: 1em;
  padding-bottom: 0.2em;
}

#navigation {
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.075);
}
#navigation .logo {
  padding: 0.4em 0;
}
#navigation .logo img {
  width: min(200px, 90vw);
}

#search {
  position: absolute;
  top: 89px;
  width: 100%;
  display: flex;
  background: var(--color-primary);
  transition: transform 300ms, opacity 50ms 0ms;
  padding: 1em 0;
  transform: translateY(-250%);
  opacity: 0;
  z-index: 9999;
}
#search:target {
  position: sticky;
  transform: inherit;
  opacity: 1;
  transition: transform 300ms, opacity 100ms 100ms;
}
#search .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
  border: none;
  font-family: deister-icons;
  background: none;
  padding: 1em;
  margin: 0.5em 1em;
  font-weight: bold;
  transition: all 300ms;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
#search .inner {
  display: block;
  font-family: "Geogrotesque", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 6em 0 auto;
  width: min(50%, 768px);
}
#search .inner h2 {
  text-align-last: left;
}
#search form input[type=search] {
  background: none;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  outline: none;
  padding: 0.5em 0;
}
#search form input[type=search]::placeholder {
  color: #fff;
}
#search form button {
  font-family: deister-icons;
  text-transform: lowercase;
  background: none;
  padding: 0;
}

.search form {
  display: flex;
  margin-bottom: 0.2em;
  font-size: 1em;
}
.search form > div {
  position: absolute;
}
.search form input[name*=term] {
  flex: 1 1;
  font-size: 1em;
  padding: 0.7em;
  margin-bottom: 0;
}
.search form input[name*=term]::placeholder {
  color: #aaa;
}
.search form button {
  border: none;
  background-color: #000;
  color: #fff;
  padding: 0.5em 3em;
}

@media only screen and (max-width: 768px) {
  #search {
    top: 0;
  }
}
body {
  overflow-x: hidden;
}

div.aside,
main {
  min-height: 80vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100vw;
  max-width: min(100vw, 2800px);
  overflow-x: hidden;
}
div.aside[style*="--bg-color"],
main[style*="--bg-color"] {
  background-color: var(--bg-color);
  --switch: calc((var(--light) - var(--threshold)) * -100%);
}
div.aside[style*="--bg-color"] header h1,
div.aside[style*="--bg-color"] header h2,
div.aside[style*="--bg-color"] header h3,
div.aside[style*="--bg-color"] header h4,
div.aside[style*="--bg-color"] header p,
div.aside[style*="--bg-color"] header ul,
div.aside[style*="--bg-color"] header ol,
div.aside[style*="--bg-color"] header input,
div.aside[style*="--bg-color"] header textarea,
div.aside[style*="--bg-color"] header select,
div.aside[style*="--bg-color"] header label,
div.aside[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) h1,
div.aside[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) h2,
div.aside[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) h3,
div.aside[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) h4,
div.aside[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) p,
div.aside[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) ul,
div.aside[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) ol,
div.aside[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) input,
div.aside[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) textarea,
div.aside[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) select,
div.aside[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) label,
main[style*="--bg-color"] header h1,
main[style*="--bg-color"] header h2,
main[style*="--bg-color"] header h3,
main[style*="--bg-color"] header h4,
main[style*="--bg-color"] header p,
main[style*="--bg-color"] header ul,
main[style*="--bg-color"] header ol,
main[style*="--bg-color"] header input,
main[style*="--bg-color"] header textarea,
main[style*="--bg-color"] header select,
main[style*="--bg-color"] header label,
main[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) h1,
main[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) h2,
main[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) h3,
main[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) h4,
main[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) p,
main[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) ul,
main[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) ol,
main[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) input,
main[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) textarea,
main[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) select,
main[style*="--bg-color"] div:not(.bg):not(.gallery):not(.box) label {
  color: hsl(0, 0%, var(--switch));
  border-color: hsl(0, 0%, var(--switch));
}
div.aside[style*="--bg-color"] #breadcrumb a,
div.aside[style*="--bg-color"] #breadcrumb li::before,
main[style*="--bg-color"] #breadcrumb a,
main[style*="--bg-color"] #breadcrumb li::before {
  color: hsl(0, 0%, var(--switch));
}
div.aside[style*="--bg-color"] .downloadList .content a,
main[style*="--bg-color"] .downloadList .content a {
  border-color: hsl(0, 0%, var(--switch));
}
div.aside .bg,
main .bg {
  --light: 250;
  --switch: calc((var(--light) - var(--threshold)) * -100%);
  color: hsl(0, 0%, var(--switch));
  background-color: #f8f8f8;
  margin-left: 0;
  margin-right: 0;
}
div.aside .bg-primary,
main .bg-primary {
  background-color: #007757;
  color: #fff;
}
div.aside .flexRows,
div.aside .flexCols,
main .flexRows,
main .flexCols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
}
div.aside .flexRows:not(.media),
div.aside .flexCols:not(.media),
main .flexRows:not(.media),
main .flexCols:not(.media) {
  padding: 0;
}
div.aside .flexRows > div,
main .flexRows > div {
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  div.aside .flexRows > div,
main .flexRows > div {
    flex: 1 1 23%;
  }
}

div.aside .wrapper {
  width: 100%;
  max-width: min(92vw, 2800px);
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  gap: 3%;
}
div.aside .wrapper:has(main .formlayout0, aside .address) {
  max-width: min(92vw, 1920px);
}
div.aside main {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  div.aside main {
    flex: 0 0 64%;
    min-width: 768px;
  }
}
div.aside aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: initial;
  flex: 1 33%;
  padding-top: 4em;
}
div.aside aside > div {
  background-color: #fff;
  padding: min(2vw, 2em) min(2vw, 2em);
  width: 100%;
  --light: 255;
  --switch: 0%;
}

figure.small {
  display: flex;
  flex-wrap: wrap;
}
figure.small > figure,
figure.small > img,
figure.small > video {
  margin-inline: inherit;
  margin-right: 2em;
}
figure.small figcaption {
  flex: 1;
}
figure.small figcaption h2,
figure.small figcaption h3,
figure.small figcaption h4 {
  font-size: 1.6em;
}

.shadowGroup {
  --switch: 250;
  background-color: #fff;
  padding: 3.5% 4%;
  margin-top: 4em;
  margin-bottom: 4em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.shadowGroup > div {
  margin-bottom: 4em;
}

.navBlocks .flexRows {
  max-width: min(92vw, 1600px);
}

.flyOut {
  position: fixed;
  right: 0;
  top: 20%;
  top: max(20%, 220px);
  z-index: 90;
  overflow: visible;
  height: 0;
}
@media screen and (max-width: 768px) {
  .flyOut {
    z-index: 9;
  }
}
.flyOut > a:link,
.flyOut > a:visited {
  transform: translateX(260px);
  transition: all 380ms ease-in-out;
  font-family: deister-icons;
  color: #fff;
  background-color: #E06600;
  display: inline-block;
  padding: 0.7em;
  font-size: 1.5em;
  border-radius: 50%;
  text-decoration: none;
  position: absolute;
  left: -1.2em;
  top: -1em;
  color: #fff;
  z-index: 10;
}
.flyOut > a:link.c,
.flyOut > a:visited.c {
  z-index: -1;
}
.flyOut .inner {
  width: 300px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 400ms ease-in-out;
  transform: translateX(100%);
  padding: 2em;
  background: #fff;
}
.flyOut .inner h3 {
  display: none;
}
.flyOut .inner h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 0;
  border: 3px solid #007757;
  background-color: #007757;
}
.flyOut .inner .address {
  margin-bottom: 0;
}
.flyOut .inner a[href^="mailto:"]::before {
  content: "email";
  font-family: deister-icons;
  font-size: 0.9em;
  display: inline-block;
  margin-right: 0.4em;
}
.flyOut .inner a[href^="https:"]:link::before {
  content: "web";
  font-family: deister-icons;
  font-size: 0.9em;
  display: inline-block;
  margin-right: 0.4em;
  border: none;
  position: inherit;
  width: inherit;
  height: inherit;
  transform: inherit;
  background: inherit;
}
.flyOut .inner a[href^="tel:"]::before {
  content: "phone";
  font-family: deister-icons;
  font-size: 0.9em;
  display: inline-block;
  margin-right: 0.4em;
}
.flyOut .inner a.button {
  margin-top: 1.5em;
  background-color: #fd7e14;
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  padding: 0.4em 1.2em;
  transition: background-color 200ms;
}
.flyOut .inner a.button:hover {
  background-color: #E06600;
  text-decoration: none;
}
.flyOut > a:target {
  z-index: 1;
  transform: inherit;
}
.flyOut > a:target + a.c {
  display: block;
  transform: translateX(0);
  z-index: 10;
}
.flyOut > a:target + a + .inner {
  transform: translateX(0);
}

.more_less {
  display: none;
}

.downloadList h3 {
  margin-left: 1rem;
}
.downloadList .content {
  margin-top: 1.8em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  column-gap: 2%;
  row-gap: 5rem;
}
.downloadList .content a {
  flex: 0 0 100%;
  min-width: 280px;
  border-top: 1px solid;
  border-color: var(--color-primary);
  font-size: 0.6em;
  padding: 1.5em 8em 0.5em 0;
  text-decoration: none;
  color: #2d2d2b;
  position: relative;
}
@media screen and (min-width: 768px) {
  .downloadList .content a {
    flex: 0 0 49%;
    padding: 1.5em 2em 0.5em;
  }
}
.downloadList .content a::after {
  content: "download";
  font-family: deister-icons;
  position: absolute;
  right: 1em;
  top: 0.2em;
  font-size: 4em;
  color: var(--color-primary);
  transition: top 200ms;
}
.downloadList .content a:hover {
  text-decoration: underline;
}
.downloadList .content a:hover::after {
  top: 0.3em;
}

.downloadList .table {
  padding: 2em 3em;
  margin: 3em 5px 0;
}
.downloadList .table .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  border-bottom: 1px solid #000;
}
.downloadList .table .row > div {
  width: 50%;
}
.downloadList .table .row > div:nth-child(1) {
  width: 100%;
  font-weight: bold;
  color: var(--color-primary);
}
@media screen and (min-width: 640px) {
  .downloadList .table .row > div {
    width: 10%;
    padding: 1.8em 0 1em 0;
  }
  .downloadList .table .row > div:nth-child(1) {
    width: 60%;
    text-align-last: left;
  }
}
.downloadList .table .row > div p {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .downloadList .table .row:first-child > div::before {
    content: attr(title);
    color: #000;
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1em;
    font-weight: bold;
    border-bottom: 1px solid #000;
  }
}
.downloadList .table a.download {
  font-family: deister-icons;
  display: block;
  text-decoration: none;
  color: var(--color-primary);
  font-size: 1.4em;
  font-weight: bold;
  margin-left: 1.1em;
}

.netnews.list {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 5px;
  justify-content: space-between;
}
.netnews.list > a {
  display: block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: var(--color-font);
  margin-bottom: 4%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .netnews.list > a {
    flex: 0 30%;
  }
}
.netnews.list > a figure {
  background-color: var(--color-primary);
  border-bottom: 11px solid var(--color-primary);
  overflow: hidden;
}
.netnews.list > a figure img {
  width: 100%;
  margin: 0;
  aspect-ratio: 3/2;
  transition: transform 400ms ease-in-out;
}
.netnews.list > a img {
  width: 100%;
  aspect-ratio: 4/2;
  object-fit: cover;
  margin-bottom: 0;
}
.netnews.list > a:hover figure img {
  transform: scale(1.1);
}
.netnews.list > a h2 {
  font-size: 1.4em;
}
.netnews.list > a h2::after {
  content: "";
  display: block;
  width: 130px;
  height: 0;
  border: 3px solid #007757;
  background-color: #007757;
  margin-top: 0.2em;
}
.netnews.list > a .text {
  padding: 2em;
  font-size: 16px;
}
.netnews.list > a::after {
  content: "right";
  position: absolute;
  font-family: deister-icons;
  right: 0.8em;
  bottom: 0.5em;
  font-size: 2.2em;
  color: var(--color-primary);
  transition: right 200ms;
}
@media screen and (min-width: 768px) {
  .netnews.list:not(.singleView) a:first-child {
    flex: 0 65%;
    display: flex;
  }
  .netnews.list:not(.singleView) a:first-child figure {
    border-right: 10px solid #007757;
    border-bottom: 0;
  }
  .netnews.list:not(.singleView) a:first-child img {
    border-bottom: 0;
    height: 100%;
  }
}
.netnews nav {
  margin-top: 2em;
  flex: 1 100%;
}

main article.show {
  padding: 5px;
  margin-top: 4em;
  margin-bottom: 4em;
}
main article.show > div {
  padding: 3em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  page-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media screen and (min-width: 640px) {
  main article.show > div {
    column-count: 2;
    column-gap: 5em;
    column-width: 50%;
  }
}
main article.show > div h1,
main article.show > div h2,
main article.show > div h3 {
  column-span: all;
  margin-top: 1em;
}
main article.show > div h1::after {
  content: "";
  display: block;
  width: 130px;
  height: 0;
  border: 3px solid #007757;
  background-color: #007757;
  margin-top: 0.2em;
}
main article.show > div img {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

footer {
  padding: 1.5em 0;
  background-color: #464646;
  color: #ffffff;
  word-spacing: 0.2em;
}
footer .inner {
  display: flex;
  flex-wrap: wrap;
}
footer .inner .first {
  flex: 1 0 60%;
}
footer .inner .first > div {
  max-width: 92vw;
}
footer .inner .second {
  flex: 1 0 40%;
  min-width: 300px;
  max-width: 92vw;
  text-align: right;
}
footer .inner a {
  text-decoration: none;
  font-weight: 600;
  margin-left: 0.4em;
}
footer .inner a:hover {
  text-decoration: underline;
}
footer .inner .first nav {
  margin: 1.5em 0;
}
footer a {
  color: #ffffff;
  position: relative;
}
footer nav.legal {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  font-size: 0.8em;
}
footer nav.legal a {
  font-weight: 400;
}
footer nav[aria-label=social] {
  margin-top: 1em;
}
footer nav[aria-label=social] a {
  font-family: deister-icons;
  font-weight: 400;
}

#mc_embed_signup {
  font-size: 1.3em;
  max-width: 400px;
  margin-left: auto;
  min-height: 6em;
}
#mc_embed_signup #mc-embedded-subscribe-form {
  font-size: 1em;
}
#mc_embed_signup .mc-field-group .fields {
  display: inline-block;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  width: min(79%, 320px);
}
#mc_embed_signup input[type=email] {
  background: none;
  border: none;
  width: calc(100% - 3em);
  color: #fff;
  padding: 0 0 0.5em 0;
}
#mc_embed_signup input[type=email]::placeholder {
  color: #fff;
  opacity: 0.5;
}
#mc_embed_signup input[type=submit] {
  font-family: deister-icons;
  color: #fff;
  background: none;
  border: none;
  width: 2em;
  padding: 0;
  margin: 0;
  font-size: 1em;
}
#mc_embed_signup input[type=checkbox] {
  float: left;
}
#mc_embed_signup .privacy {
  margin-top: 1em;
  word-spacing: inherit;
  padding-left: 0.7em;
}
#mc_embed_signup .privacy input {
  border: 2px solid white;
  margin: 0;
}
#mc_embed_signup .privacy label {
  display: block;
  font-size: 0.7em;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  position: relative;
  margin-left: 2em;
  word-spacing: 0;
}
#mc_embed_signup .privacy label a {
  margin-left: 0;
}
#mc_embed_signup .privacy label:focus {
  outline: none;
}
#mc_embed_signup .privacy label::before {
  content: "*";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

main .header.media {
  position: relative;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  main .header.media figure {
    height: 100%;
    max-height: min(80vh, 660px);
  }
}
main .header.media figure {
  z-index: 9;
}
main .header.media figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
@media screen and (max-width: 768px) {
  main .header.media figure img {
    min-height: 40vh;
  }
}
main .header.media .text {
  height: 92%;
  top: 0;
  width: 100%;
  max-width: inherit;
}
@media screen and (min-width: 768px) {
  main .header.media .text {
    position: absolute;
    max-width: min(92vw, 1920px + 7vw);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}
main .header.media .text > div {
  display: inline-block;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 4em;
  padding-right: 4em;
  padding-left: min(4em, 4%);
  padding-right: min(4em, 4%);
  bottom: 8%;
  left: 4%;
}
@media screen and (min-width: 768px) {
  main .header.media .text > div {
    max-width: 50%;
    position: absolute;
  }
}
main .header.media .text > div header h1 {
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  main .header.media .text > div header h1 {
    line-height: 1.5;
  }
}
main .header.media .text header:not(.subheader) h1::after {
  background: #fff;
  border-color: #fff;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  main .header.media .text header:not(.subheader) h1::after {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  main .header.media .text.inner {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  main .header.media .text.inner > div {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
}

figure.video {
  position: relative;
}
figure.video .iframe-wrapper {
  position: absolute;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: 100%;
}
figure.video iframe,
figure.video video,
figure.video img {
  width: 100%;
  aspect-ratio: 16/9;
}
figure.video a.youtube {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  right: 0;
}
figure.video a.youtube img {
  margin: 0;
}
figure.video a.youtube .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
figure.video a.youtube .play-button-outer {
  width: 7em;
  height: 7em;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 200ms;
}
figure.video a.youtube .play-button-outer::before {
  position: absolute;
  content: "";
  background-color: #007757;
  width: 60%;
  height: 60%;
  border-radius: 50%;
}
figure.video a.youtube .play-button-outer::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 80%;
  height: 80%;
  border-radius: 50%;
}
figure.video a.youtube .play-button {
  position: absolute;
  width: 0;
  height: 0;
  margin-top: 0;
  border-style: solid;
  border-width: 1em 0 1em 1.5em;
  border-color: transparent transparent transparent #fff;
  opacity: 0.9;
}
figure.video a.youtube .play-button-outer:hover {
  transform: scale(1.15);
}
figure.video a.youtube .play-button-outer:hover .play-button {
  opacity: 1;
}
figure.video .info-button-container.active {
  display: flex;
}
figure.video .info-button-container {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #FD7E14;
  position: absolute;
  z-index: 3;
  margin: 0;
  padding: 0;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  max-width: 35px;
  max-height: 35px;
}
figure.video .info-button-container:hover {
  cursor: pointer;
}
figure.video .info-button-container .info-button {
  display: flex;
  position: relative;
  height: 60%;
  width: auto;
}
figure.video .info-disclaimer {
  display: none;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}
figure.video .info-disclaimer::after {
  content: "The video will start after you click on this preview. In this case, your connection and browser data are transmitted to the operator YouTube.";
  position: relative;
  display: inline-block;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 0.7rem;
  color: #fff;
  text-align: right;
  padding: 0.6em 2em;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  width: 100%;
}
@media screen and (min-width: 768px) {
  figure.video .info-disclaimer::after {
    font-size: 1.05em;
  }
}
figure.video .info-disclaimer.active {
  display: inline-block;
}

html[lang=de-DE] .info-disclaimer::after {
  content: "Dieses Video wird nach einem Klick auf diese Vorschau gestartet. In diesem Fall werden Ihre Verbindungs- und Browserdaten an den Betreiber YouTube übertragen.";
}

html[lang=fr-FR] .info-disclaimer::after {
  content: "Cette vidéo est lancée après un clic sur cet aperçu. Dans ce cas, vos données de connexion et de navigation sont transmises à l'exploitant YouTube.";
}

.intro {
  max-width: 900px;
}
.intro.center header,
.intro.center p,
.intro.center ul,
.intro.center ol {
  margin: 0 auto 1em;
}
.intro.center header:last-child,
.intro.center p:last-child,
.intro.center ul:last-child,
.intro.center ol:last-child {
  margin-bottom: 0;
}

.textmedia.media {
  padding-top: 4em;
  padding-bottom: 4em;
}
.textmedia.media.left, .textmedia.media.right {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
}
.textmedia.media.left > figure,
.textmedia.media.left > div, .textmedia.media.right > figure,
.textmedia.media.right > div {
  flex: 0 0 100%;
  min-width: 300px;
}
@media screen and (min-width: 480px) {
  .textmedia.media.left > figure,
.textmedia.media.left > div, .textmedia.media.right > figure,
.textmedia.media.right > div {
    flex: 0 0 48%;
  }
}
.textmedia.media.left > figure img, .textmedia.media.right > figure img {
  object-fit: contain;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .textmedia.media.left .image {
    order: 2;
  }
  .textmedia.media.left .text {
    order: 1;
  }
}
.textmedia.media.right > figure {
  order: 2;
}
.textmedia.notext {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}
.textmedia.notext > header {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.textmedia.notext img {
  margin-bottom: 0;
}
.textmedia figure img {
  max-width: 100%;
  object-fit: cover;
}

.bg + a + .textmedia > header {
  margin-top: 6em;
}

.twocol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
}
.twocol > header {
  flex: 1 1 100%;
}
.twocol > div:not(.media) {
  flex: 1 1 48%;
  min-width: min(92vw, 480px, 100%);
  padding: 0;
  margin: 0;
}

.facts {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
}
.facts header {
  text-align: center;
}
.facts header.left, .facts header.right {
  max-width: min(1600px, 92vw);
  margin: 0 auto;
  text-align: inherit;
}
.facts .inner {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  max-width: 1230px;
}
@media screen and (min-width: 768px) {
  .facts .inner {
    flex-direction: row;
  }
}
.facts .inner p {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #007757;
  min-width: clamp(4em, 5vw, 12em);
  border-top: 1px solid #007757;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.facts .inner p:last-child {
  border-bottom: 1px solid #007757;
}
@media screen and (min-width: 768px) {
  .facts .inner p {
    border-left: 1px solid #007757;
    border-top: 0;
  }
  .facts .inner p:last-child {
    border-bottom: 0;
    border-right: 1px solid #007757;
  }
}
.facts .inner p strong {
  flex: 1 1 100%;
  font-size: 3em;
  font-size: clamp(2em, 5vw, 3em);
}

.inverted {
  background-color: rgba(0, 119, 87, 0.95);
  --switch: 100%;
}
.inverted p,
.inverted h1,
.inverted h2,
.inverted h3 {
  color: #fff;
}
.inverted p::after,
.inverted h1::after,
.inverted h2::after,
.inverted h3::after {
  border-color: #fff;
}
.gallery {
  position: relative;
  background-color: #007757;
  color: #fff;
  padding: 0 4em;
}
.gallery::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(/typo3conf/ext/deister/Resources/Public/Img/waves.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.4;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .gallery::before {
    background-image: url(/typo3conf/ext/deister/Resources/Public/Img/waves.horizontal.svg);
  }
}
.gallery header > *::after {
  border-color: #fff;
}

.pageBox {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .feature + .feature {
    margin-top: 2em;
  }
}
@media screen and (min-width: 1920px) {
  .feature + .feature + .feature + .feature {
    margin-top: 4em;
  }
}
.feature:not(.full) {
  flex: 0 0 46%;
  max-width: min(29vw, 550px);
  margin-bottom: 1.5%;
  min-width: 340px;
  min-width: min(380px, 98vw);
  margin-left: 0;
  margin-right: 2em;
  padding: 10px;
}
@media screen and (min-width: 1920px) {
  .feature:not(.full) {
    max-width: 600px;
  }
}
@media screen and (min-width: 2560px) {
  .feature:not(.full) {
    max-width: 665px;
    transform: scale(0.95);
    margin-bottom: 0em !important;
  }
}
@media screen and (max-width: 768px) {
  .feature:not(.full) {
    margin-left: 2em;
  }
}
.feature:not(.full) > a {
  float: right;
  display: block;
  margin-bottom: 0.2em;
  text-decoration: underline;
  color: #2d2d2b;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .feature:not(.full) > a {
    margin-top: 1em;
  }
}
.feature:not(.full) h1,
.feature:not(.full) h2,
.feature:not(.full) h3 {
  margin-bottom: 0.4em;
}
.feature:not(.full) .wrapper,
.feature:not(.full) .wrappernolink {
  width: 100%;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  color: var(--color-font);
  position: relative;
}
.feature:not(.full) .wrapper.noheader.nolink,
.feature:not(.full) .wrappernolink.noheader.nolink {
  margin-top: 6em;
}
.feature:not(.full) .wrapper figure,
.feature:not(.full) .wrappernolink figure {
  background-color: var(--color-primary);
  border-bottom: 11px solid var(--color-primary);
  overflow: hidden;
}
.feature:not(.full) .wrapper figure img,
.feature:not(.full) .wrappernolink figure img {
  width: 100%;
  margin: 0;
  aspect-ratio: 3/2;
  transition: transform 400ms ease-in-out;
}
.feature:not(.full) .wrapper .text,
.feature:not(.full) .wrappernolink .text {
  padding: 2em 3em;
  min-height: 17.7em;
}
.feature:not(.full) .wrapper .text p,
.feature:not(.full) .wrappernolink .text p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.feature:not(.full) .wrapper header,
.feature:not(.full) .wrappernolink header {
  margin-bottom: 1.5em;
}
.feature:not(.full) .wrapper header:first-child::after,
.feature:not(.full) .wrappernolink header:first-child::after {
  content: "";
  display: block;
  width: 130px;
  height: 0;
  border: 3px solid #007757;
  background-color: #007757;
  margin-top: 0.1em;
}
.feature:not(.full) a.wrapper::after {
  content: "right";
  position: absolute;
  font-family: deister-icons;
  right: 0.8em;
  bottom: 0.5em;
  font-size: 1.8em;
  color: var(--color-primary);
  transition: right 200ms;
}
.feature:not(.full) a.wrapper:hover figure img {
  transform: scale(1.1);
}
.feature:not(.full):nth-child(3n)::after {
  content: "";
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

hr ~ .feature {
  margin-top: 4em;
}
hr ~ .feature:last-child {
  margin-bottom: 4em;
}

hr ~ header ~ .feature {
  margin-top: 0;
}

.feature + a + .bg {
  margin-top: 4em;
}

figure {
  overflow: hidden;
}
figure img {
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  main > .twocol .toggle {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main > .twocol .toggle > a {
    order: 2;
    border-top: 1px solid var(--color-primary);
    text-decoration: none;
  }
  main > .twocol .toggle > a::after {
    content: "unten";
    font-family: deister-icons;
    display: block;
    text-align: center;
    font-size: 2em;
    text-decoration: none;
    color: var(--color-primary);
  }
  main > .twocol .toggle > div {
    order: 1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 400ms ease-in-out;
  }
  main > .twocol .toggle > a:target::after {
    content: "oben";
  }
  main > .twocol .toggle > a:target + div {
    max-height: 200vh;
  }
}
:root {
  --ss-primary-color: #5897fb;
  --ss-bg-color: #007757;
  --ss-font-color: white;
  --ss-font-placeholder-color: #8d8d8d;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: rgba(255, 255, 255, 0.5);
  --ss-highlight-color: #fffb8c;
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-focus-color: #5897fb;
  --ss-main-height: 30px;
  --ss-content-height: 300px;
  --ss-spacing-l: 7px;
  --ss-spacing-m: 5px;
  --ss-spacing-s: 3px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 0;
}

@keyframes ss-valueIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ss-valueOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-hide {
  display: none !important;
}

.ss-main {
  display: flex;
  flex-direction: row;
  position: relative;
  user-select: none;
  color: var(--ss-font-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: var(--ss-spacing-s);
  cursor: pointer;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  box-sizing: border-box;
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
}

.ss-main:focus {
  box-shadow: none;
}

.ss-main.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}

.ss-main.ss-disabled .ss-values .ss-disabled {
  color: var(--ss-font-color);
}

.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

.ss-main.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ss-main.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ss-main .ss-values {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--ss-spacing-m);
  flex: 1 1 100%;
}

.ss-main .ss-values .ss-placeholder {
  display: flex;
  padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
  margin: auto 0px auto 0px;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: var(--ss-font-placeholder-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-main .ss-values .ss-max {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
}

.ss-main .ss-values .ss-single {
  display: flex;
  margin: auto 0px auto var(--ss-spacing-s);
}

.ss-main .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
  animation-name: ss-valueIn;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.ss-main .ss-values .ss-value.ss-value-out {
  animation-name: ss-valueOut;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
}

.ss-main .ss-values .ss-value .ss-value-text {
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
}

.ss-main .ss-values .ss-value .ss-value-delete {
  display: flex;
  align-items: center;
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  cursor: pointer;
  border-left: solid 1px var(--ss-bg-color);
  box-sizing: content-box;
}

.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
}

.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: white;
  stroke: white;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-deselect {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  margin: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}

.ss-main .ss-deselect svg {
  width: 8px;
  height: 8px;
}

.ss-main .ss-deselect svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto 1.5rem auto var(--ss-spacing-m);
}

.ss-main .ss-arrow path {
  fill: none;
  stroke: white;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}

.ss-content {
  position: absolute;
  display: flex;
  height: auto;
  flex-direction: column;
  width: auto;
  max-height: var(--ss-content-height);
  box-sizing: border-box;
  border-bottom: solid 2px var(--ss-border-color);
  border-left: solid 2px var(--ss-border-color);
  border-right: solid 2px var(--ss-border-color);
  border-top: none;
  background-color: var(--ss-bg-color);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
  overflow: hidden;
  z-index: 999;
}

.ss-content.ss-relative {
  position: relative;
  height: 100%;
}

.ss-content.ss-open-above {
  border-top: solid 2px var(--ss-border-color);
  border-bottom: none;
  flex-direction: column-reverse;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center bottom;
  border-top-left-radius: var(--ss-border-radius);
  border-top-right-radius: var(--ss-border-radius);
}

.ss-content.ss-open-below {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center top;
  border-bottom-left-radius: var(--ss-border-radius);
  border-bottom-right-radius: var(--ss-border-radius);
}

/*-------------------Scrollbar--------------------------------*/
.ss-list::-webkit-scrollbar-track {
  background-color: unset;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ss-list::-webkit-scrollbar {
  width: 6px;
  background-color: unset;
}

.ss-list::-webkit-scrollbar-thumb {
  background-color: white;
  border: 4px solid white;
  background-clip: padding-box;
  border-radius: 9999px;
}

/*---------------------------------------------------*/
.ss-content .ss-search {
  flex: 0 1 auto;
  position: relative;
  flex-direction: row;
  padding: var(--ss-spacing-l) 1rem var(--ss-spacing-m) 1rem;
  color: white;
  font-size: 0.9em;
}

.ss-content .ss-search::before {
  content: "search";
  font-family: "deister-icons";
  position: absolute;
  top: 0.9rem;
  left: 1.4rem;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  font-weight: 300;
}

.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  padding: var(--ss-spacing-m) 1.5rem;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  color: white;
}

.ss-content .ss-search input::placeholder {
  color: white;
  vertical-align: middle;
  font-size: 0.9em;
}

/*
.ss-content .ss-search input:focus{
    box-shadow:0 0 5px var(--ss-focus-color);
}*/
.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  height: auto;
  margin: 0 0 0 var(--ss-spacing-m);
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
}

.ss-content .ss-search .ss-addable svg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-content .ss-search .ss-addable svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list {
  flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: white #007757;
  scrollbar-width: thin;
}

.ss-content .ss-list .ss-error {
  color: white;
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-searching {
  color: white;
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  display: none !important;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
  flex: 1 1 auto;
  font-weight: bold;
  color: var(--ss-font-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--ss-spacing-m);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
  opacity: 0.5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
  stroke: var(--ss-error-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60%;
  text-align: center;
  padding: 0 var(--ss-spacing-s) 0 0;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
  fill: none;
  stroke: var(--ss-success-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
  stroke-width: 5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
  stroke-width: 11;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
  flex: 1 1 auto;
  width: 10px;
  height: 10px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
  fill: white;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l) * 3);
}

.ss-content .ss-list .ss-option {
  display: flex;
  padding: 0.5rem var(--ss-spacing-l) 0.5rem 1rem;
  color: var(--ss-font-color);
  cursor: pointer;
  user-select: none;
  font-size: 0.9em;
}

.ss-content .ss-list .ss-option:last-child {
  padding: 0.5rem var(--ss-spacing-l) 1rem 1rem;
}

.ss-content .ss-list .ss-option:first-child {
  padding: 1rem var(--ss-spacing-l) 0.5rem 1rem;
}

.ss-content .ss-list .ss-option:hover {
  font-weight: 600;
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: white;
  background-color: unset;
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: var(--ss-disabled-color);
}

.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: var(--ss-font-color);
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: var(--ss-highlight-color);
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

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

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