@charset "UTF-8";
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
/*
*
*   SECONDRED Boilerplate
*   Config
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  scrollbar-face-color: var(--brand-color-2);
  scrollbar-track-color: #ddd;
  scrollbar-color: var(--brand-color-2) #ddd;
  scrollbar-width: thin;
  /*
    *    Body & Layout defaults
    */
  --font: 'Jost', sans-serif;
  --hero-font: 'Noto Serif', serif;
  --font-size: 1rem;
  --body-color: #fff;
  --layout-width: 1225px;
  --layout-max-width: 1728px;
  --line-height: 150%;
  --text-color: #000;
  --border-radius: 20px;
  --box-shadow: none;
  /* - Content/Sidebar Styles - */
  --sidebar-width: 33.333333%;
  --sidebar-padding: 0;
  --content-width: 66.666666%;
  --content-padding: 0;
  /* - Margin & Padding - */
  --default-padding: 30px;
  --default-margin: 60px;
  /* - Headline - Typografie  - */
  --headline-font: 'Noto Serif', sans-serif;
  --headline-font-weight: normal;
  --headline-line-height: 125%;
  --headline-margin: 0 0 50px 0;
  --headline-1-size: 3.438rem;
  --headline-2-size: 2.5rem;
  --headline-3-size: 1.875rem;
  --headline-4-size: 1.563rem;
  --headline-5-size: 1.5em;
  --headline-6-size: 1.2em;
  /* - Color - */
  --teaser-caption-bg: var(--primary-color);
  --teaser-caption-color: #fff;
  --link-color: var(--primary-color);
  --fill-color: #eee;
  --border-color: #eee;
  --color-highlight: #008BCC;
  --color-success: #6A9618;
  --color-warning: #F59400;
  --color-alert: #AD0009;
  --color-grey: #333333;
  --color-disabled: #DDD;
  /* - Contentpart Padding - */
  --cp-padding: 40px 20px;
  /* -- Flexgrid -- */
  --flexgrid-padding: 0 20px;
  --flexgrid-margin: 0 -20px 40px;
  /* -- Default Animation -- */
  --transition: 450ms cubic-bezier(0.22, 1, 0.36, 1);
}
/*
*
*   Collider Custom CSS
*   Base Framework
*   Author: Andreas Beck
*
*/
/* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */
/*
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}
*/
/* Preferred box-sizing value */
/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}
/* Removes spacing between cells in tables */
table {
  border-collapse: collapse;
}
/* Revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}
/* -- Reset -- */
* {
  padding: 0;
  margin: 0;
  /* -webkit-tap-highlight-color: transparent; */
}
*:focus {
  outline: none;
}
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html[dir="rtl"] {
  direction: rtl;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,
body {
  height: 100%;
  width: 100%;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
input.formText,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  /* -webkit-border-radius: 0;
  border-radius: 0; */
}
select,
input {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
button {
  cursor: pointer;
  overflow: hidden;
  user-select: none;
}
textarea {
  resize: vertical;
  overflow: auto;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
img.responsive {
  width: 100% !important;
  height: auto !important;
}
/* Accessibility */
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
/* Correctures */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
table {
  border-collapse: collapse;
}
img {
  border-style: none;
}
iframe {
  border-style: none;
}
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
/* -- Experimental Features  -- */
html,
body {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html,
  body {
    scroll-behavior: auto;
  }
}
a {
  color: inherit;
}
[data-fui-sr-only],
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inline;
}
/* -- Wiederverwendabr-- */
.fltrt {
  float: right;
}
.fltlft {
  float: left;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/*
*
*   SECONDRED Boilerplate
*   Fonts.less
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
/* jost-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: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v20-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-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: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/jost-v20-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-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: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/jost-v20-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-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: 'Jost';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/jost-v20-latin-600italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-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: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-v33-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-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: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/noto-serif-v33-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-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: 'Noto Serif';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-serif-v33-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-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: 'Noto Serif';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/noto-serif-v33-latin-600italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?cmd87w');
  src: url('../fonts/icomoon.eot?cmd87w#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?cmd87w') format('truetype'), url('../fonts/icomoon.woff?cmd87w') format('woff'), url('../fonts/icomoon.svg?cmd87w#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e90a";
}
.icon-arrow-rt:before {
  content: "\e900";
}
.icon-clock:before {
  content: "\e901";
}
.icon-download:before {
  content: "\e902";
}
.icon-dropdown:before {
  content: "\e903";
}
.icon-fax:before {
  content: "\e904";
}
.icon-mail:before {
  content: "\e905";
}
.icon-next:before {
  content: "\e906";
}
.icon-phone:before {
  content: "\e907";
}
.icon-pin:before {
  content: "\e908";
}
.icon-prev:before {
  content: "\e909";
}
/*
*
*   ECONDRED Boilerplate
*   NoClass Elements
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
body::-webkit-scrollbar-button {
  display: block;
  height: 5px;
  border-radius: 0px;
  background-color: #AAA;
  display: none;
}
body::-webkit-scrollbar-button:hover {
  background-color: #AAA;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
}
body::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-yellow);
}
body::-webkit-scrollbar-track {
  background-color: #ddd;
}
body::-webkit-scrollbar-track:hover {
  background-color: #ddd;
}
body::-webkit-scrollbar {
  width: 10px;
}
body {
  font-family: var(--font);
  font-size: var(--font-size);
  line-height: var(--line-height);
  background: var(--body-color);
  color: var(--text-color);
}
a {
  color: var(--link-color);
}
a[href^="tel:"]:not([class]),
a[href^="fax:"]:not([class]) {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headline-font);
  font-weight: var(--headline-font-weight);
  margin: var(--headline-margin);
  line-height: var(--headline-line-height);
  text-box: trim-both cap alphabetic;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: inherit;
}
h1 {
  font-size: var(--headline-1-size);
}
h2 {
  font-size: var(--headline-2-size);
}
h3 {
  font-size: var(--headline-3-size);
}
h4 {
  font-size: var(--headline-4-size);
}
h5 {
  font-size: var(--headline-5-size);
}
h6 {
  font-size: var(--headline-6-size);
}
p {
  margin-bottom: var(--default-margin);
  text-box: trim-both cap alphabetic;
}
p:last-child {
  margin-bottom: 0;
}
ul {
  margin-bottom: var(--default-margin);
  padding-left: 23px;
}
ul li {
  margin-bottom: 5px;
}
ol {
  margin-bottom: var(--default-margin);
  padding-left: 23px;
}
ol li {
  margin-bottom: 5px;
}
ol:last-child {
  margin-bottom: 0;
}
address {
  font-style: normal;
}
/* -- Table -- */
hr {
  border: 0;
  border-bottom: 1px solid #DDD;
  margin: 40px 0;
}
/* -- Table -- */
table {
  border: 0;
  margin-bottom: var(--default-margin);
  table-layout: fixed;
  border-collapse: collapse;
}
table th,
table td {
  text-align: left;
  vertical-align: top;
}
table:last-child {
  margin-bottom: 0;
}
pre code {
  background-color: #eee;
  border: 1px solid #999;
  display: block;
  padding: 20px;
  margin-bottom: var(--default-margin);
}
/* -- Figure -- */
figure .img {
  overflow: hidden;
}
figure figcaption {
  padding-top: 20px;
}
.node figure figcaption {
  font-size: 12px;
  font-style: italic;
  color: #999;
}
/*
  .reset-ul()

  removes margin, padding and bullets from lists.

  Styleguide Config.Mixins.reset-ul()
*/
/*
*
*   ECONDRED Boilerplate
*   Darkmode
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
@media screen and (prefers-color-scheme: dark) {
  body {
    background: var(--brand-color-3);
  }
}
@media screen and (prefers-color-scheme: light) {
  body {
    background: var(--brand-color-3);
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --gridGutter: 50px;
  --colMarginBottom: 50px;
  --grid-margin: 0 -25px;
  --gridcol-margin: 0 25px;
  --layout-tablet: 760px;
  --layout-responsive: 920px;
  --layout-desktop: 1200px;
}
.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: var(--grid-margin);
}
.grid.center {
  justify-content: center;
}
.grid .col {
  width: 100%;
  margin-bottom: var(--colMarginBottom);
  padding: var(--gridcol-margin);
  flex: 0 0 auto;
}
.grid .col-1-1 {
  width: 100%;
}
.grid .col-1-2 {
  width: 50%;
}
.grid .col-1-3 {
  width: 33.33333%;
}
.grid .col-2-3 {
  width: 66.66666%;
}
.grid .col-1-4 {
  width: 25%;
}
.grid .col-3-4 {
  width: 75%;
}
.grid .col-1-5 {
  width: 20%;
}
.grid .col-2-5 {
  width: 40%;
}
.grid .col-3-5 {
  width: 60%;
}
.grid .col-4-5 {
  width: 80%;
}
.grid[data-use="grid-template"] {
  display: grid;
  margin: 0;
}
.grid[data-use="grid-template"] .col {
  width: auto;
  padding: 0;
  margin: 0;
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row {
  margin-left: 29px;
  margin-bottom: 200px;
  position: relative;
  z-index: 2;
  /*h1 + h2{font-size: 1.25rem; font-weight: 500; line-height: 150%} */
}
@media only screen and (max-width: 960px) {
  .row {
    margin-left: 12px;
    margin-bottom: 120px;
  }
}
.row h2 {
  position: relative;
  font-size: 3.75rem;
  font-weight: normal;
  hyphens: auto;
  margin-bottom: 60px;
  font-family: var(--headline-font);
  color: var(--brand-color-1);
  padding-top: 3px;
}
@media only screen and (max-width: 763px) {
  .row h2 {
    font-size: 10vw;
  }
}
.row article p a {
  font-weight: normal;
  text-decoration: underline;
}
.row article p a:hover {
  text-decoration-color: var(--brand-color-2);
}
.row article p em {
  color: var(--color-darkgrey);
}
.row .row-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.row .row-head h1,
.row .row-head h2 {
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .row .row-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
.row .content-width {
  padding: 0 30px;
}
@media only screen and (max-width: 1600px) {
  .row .content-width {
    padding: 0 185px 0 30px;
  }
}
@media only screen and (max-width: 960px) {
  .row .content-width {
    padding: 0 12px;
  }
}
/* 
*
*   SECONDRED Boilerplate
*   Header
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  /* - Logo Style - */
  --logo-width: 177px;
  --logo-height: 164px;
  --logo-bg: transparent;
  --logo-shadow: none;
  --logo-align: left;
  --logo-small-width: 177px;
  --logo-small-height: 164px;
  /* - Header Style  - */
  --header-color: transparent;
  --header-shadow: none;
  --header-height: 80px;
  --header-small-height: 75px;
  --header-color: var(--color-blue);
  --header-position: absolute;
  --header-top-pos: 0;
  --header-padding: 0;
}
header.header {
  position: var(--header-position);
  box-shadow: var(--header-shadow);
  background: var(--header-color);
  top: var(--header-top-pos);
  padding: var(--header-padding);
  z-index: 777;
  width: 100%;
  left: 0;
}
header.header .content-width {
  height: var(--header-height);
  position: relative;
  padding: 25px 0;
  max-width: 1728px;
}
@media only screen and (max-width: 960px) {
  header.header {
    position: sticky;
    top: 0;
    margin-bottom: -80px;
    width: auto;
    margin-left: 12px;
    right: 0;
    border-radius: 0 0 0 30px;
  }
  header.header::before {
    content: "";
    pointer-events: none;
    height: 2px;
    background: var(--brand-color-2);
    width: 80px;
    top: 80px;
    position: absolute;
    z-index: 778;
  }
}
.logo {
  float: var(--logo-align);
  position: absolute;
  right: 30px;
  top: 24px;
  z-index: 10;
}
.logo a {
  background-image: var(--logo-img);
  display: grid;
  justify-content: center;
  align-content: center;
  background-repeat: no-repeat;
  background-position: left center;
}
.logo a img {
  pointer-events: none;
}
.logo a img.mobi-logo {
  display: none;
}
@media only screen and (max-width: 960px) {
  .logo a img {
    display: none;
  }
  .logo a img.mobi-logo {
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  .fill-header header.header::before {
    opacity: 0;
  }
}
@media only screen and (max-width: 960px) {
  body:has(#mainmenu.open) header.header,
  .fill-header header.header {
    background: var(--brand-color-1);
  }
}
body:has(#mainmenu.open) header.header {
  border-radius: 0;
}
@media only screen and (max-width: 960px) {
  body:has(#mainmenu.open) header.header {
    background: var(--brand-color-1);
  }
}
body.single .button {
  margin-left: 20px;
}
body.single .logo {
  right: 20px;
}
body.single .logo a {
  position: relative;
  left: 30px;
}
body.single .logo::before {
  width: 2px;
  left: -4px;
  background: #fff;
  content: "";
  position: absolute;
  height: 60px;
  bottom: -113px;
}
body.single .logo::after {
  content: "";
  position: absolute;
  border-radius: 0 0 0 30px;
  background: var(--brand-color-1);
  width: 181px;
  height: 323px;
  right: -60px;
  top: -30px;
  z-index: -1;
}
@media only screen and (min-width: 1820px) {
  body.single .logo::after {
    width: auto;
    left: -30px;
    right: -1000px;
  }
}
@media only screen and (max-width: 1810px) {
  body.single .logo a {
    left: 10px;
  }
}
body.single header.header {
  position: sticky;
  /*padding-left: 20px;
        padding-right: 20px; */
}
body.single #mainContent {
  max-width: 1728px;
  margin: 0 auto;
  width: 100%;
}
body.single #mainContent::before {
  right: 125px;
}
@media only screen and (max-width: 960px) {
  body.single .logo {
    top: 16px;
  }
  body.single .logo::before {
    display: none;
  }
  body.single .logo::after {
    display: none;
  }
  body.single header.header {
    position: sticky;
    top: 0;
    background: var(--brand-color-1);
    border-radius: 0 0 0 30px;
    padding-right: 19px;
  }
  body.single header.header::before {
    display: none;
  }
  body.single header.header .button {
    box-shadow: none;
    border: 0;
    margin-left: 0;
    font-size: 24px;
    padding: 0;
    width: 44px;
    height: 44px;
    display: grid;
    justify-content: center;
    align-content: center;
  }
  body.single header.header .button::before {
    margin-right: 0;
  }
  body.single header.header .hide-mobi {
    display: none;
  }
  body.single header.header .content-width {
    padding: 15px 20px;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Menu Styles
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --hamburger-bg-color: transparent;
  --hamburger-position: left;
  --hamburger-height: 80px;
  --hamburger-width: 80px;
  --hamburger-line-color: #fff;
  /* - Menu-Style - */
  --menu-float: left;
  --menu-fontsize: 3.125rem;
  --menu-padding: 28px 0 0 0;
}
.inline ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.inline ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hamburger {
  display: none;
  float: var(--hamburger-position);
  background: var(--hamburger-bg-color);
  min-width: var(--hamburger-width);
  height: var(--hamburger-height);
  margin-left: 0;
  border: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  overflow: visible;
  transition: background 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.hamburger .burger {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  transform-style: preserve-3d;
}
.hamburger .burger-text {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.hamburger em {
  width: 26px;
  height: 2px;
  background: var(--hamburger-line-color);
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 50%;
  margin-top: -1px;
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1), margin 350ms cubic-bezier(0.2, 1, 0.3, 1);
  perspective: 1000;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 2px;
}
.hamburger em.top {
  margin-top: -10px;
}
.hamburger em.bottom {
  margin-top: 8px;
}
.hamburger:hover {
  background: var(--brand-color-1);
}
.hamburger:hover em.top {
  margin-top: -12px;
}
.hamburger:hover em.bottom {
  margin-top: 10px;
}
.hamburger.open {
  color: #fff;
  background: var(--brand-color-1);
}
.hamburger.open em.top {
  margin-top: -1px;
  transform: rotate(45deg);
}
.hamburger.open em.middle {
  transform: scale(0, 1);
}
.hamburger.open em.bottom {
  margin-top: -1px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 960px) {
  .hamburger {
    display: flex;
  }
}
/* -- Topmenü -- */
.socialmenu {
  position: absolute;
  left: 164px;
  color: var(--brand-color-3);
  font-size: 1.875rem;
  z-index: 5;
}
.socialmenu a {
  text-decoration: none;
  transition: color 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.socialmenu a:focus,
.socialmenu a:hover {
  color: var(--brand-color-2);
}
.socialmenu ul {
  gap: 10px;
}
@media only screen and (max-width: 960px) {
  .socialmenu {
    left: 80px;
    padding-top: 7px;
  }
}
#mainmenu {
  position: absolute;
  right: 30px;
  top: 432px;
  color: #5E636D;
  width: 108px;
  z-index: 776;
}
@media only screen and (min-width: 961px) {
  #mainmenu.is-fixed {
    position: fixed;
    top: 0;
    padding-top: 32px;
  }
}
#mainmenu ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#mainmenu ul li {
  margin-bottom: 0;
}
#mainmenu a {
  text-decoration: none;
  opacity: 0.6;
  text-box: trim-both cap alphabetic;
}
#mainmenu a.active {
  opacity: 1;
  color: var(--brand-color-1);
}
#mainmenu a:hover,
#mainmenu a:focus {
  color: var(--brand-color-2);
}
@media only screen and (max-width: 960px) {
  #mainmenu {
    display: none;
    left: 12px;
    right: 0;
    background: var(--brand-color-1);
    width: auto;
    padding: 40px;
    position: fixed;
    border-radius: 0 0 0 30px;
    color: #fff;
  }
  #mainmenu ul {
    font-size: 1.125rem;
    line-height: 100%;
    gap: 60px;
  }
  #mainmenu a.active {
    opacity: 1;
    color: #fff;
  }
  #mainmenu.open {
    display: block;
    top: 80px;
  }
}
@media only screen and (min-width: 961px) {
  #mainmenu.dark {
    color: #fff;
  }
  #mainmenu.dark a.active {
    opacity: 1;
    color: #fff;
  }
  #mainmenu a.active {
    opacity: 1;
    color: var(--brand-color-1);
  }
  #mainmenu a.dark {
    color: #fff;
  }
  #mainmenu a.dark.active {
    color: #fff;
  }
}
/* -- Mobile View -- */
/* -- Footermenü -- */
.footermenu ul {
  margin-bottom: 0;
  gap: 30px;
}
.footermenu ul li {
  margin-bottom: 0;
}
.footermenu ul a {
  text-decoration: none;
}
@media only screen and (max-width: 567px) {
  .footermenu {
    float: none;
    margin-bottom: 40px;
  }
  .footermenu ul {
    gap: 20px;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
body {
  color: #202225;
}
.content-width {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 var(--contentPadding);
  max-width: var(--layout-width);
  padding: 0;
}
.content-width.wide {
  max-width: var(--layout-width);
}
main {
  font-size: 1.125rem;
  line-height: 150%;
  overflow: clip;
  position: relative;
}
main::before {
  content: "";
  width: 2px;
  position: absolute;
  right: 165px;
  top: 0;
  bottom: 0;
  background: #fff;
  pointer-events: none;
  speak: none;
  z-index: 0;
}
@media only screen and (max-width: 960px) {
  main::before {
    display: none;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Footer Styles
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --footer-bg: var(--color-beige);
  --footer-padding: 30px;
  --footer-margin: 0;
}
footer {
  margin-top: auto;
  font-size: 1.125rem;
  background: var(--brand-color-4);
  margin-left: 29px;
  border-radius: 30px 0 0 0;
  color: #fff;
  position: relative;
}
footer::before {
  content: "";
  height: 2px;
  width: 165px;
  background: var(--brand-color-2);
  position: absolute;
  left: -29px;
  top: 60px;
}
footer .content-width {
  max-width: 1165px;
  padding: 40px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
footer .copy {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media only screen and (max-width: 960px) {
  footer {
    margin-left: 12px;
    font-size: 1rem;
  }
  footer::before {
    top: 80px;
  }
  footer .content-width {
    flex-direction: column;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.card h3 {
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 110%;
  margin-bottom: 20px;
}
.card img {
  display: block;
  width: 100%;
}
.card .link-list {
  padding-left: 0;
}
.card .contact-list {
  list-style: none;
  padding-left: 0;
  font-weight: normal;
}
.card .contact-list > div {
  position: relative;
  padding-left: 35px;
}
.card .contact-list > div::before {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
.card .contact-list > div a {
  text-decoration: none;
  color: inherit;
}
.card .card-title {
  font-weight: 600;
  color: var(--color-blue);
  margin-bottom: 30px;
}
.card .inner {
  padding: 50px;
  display: flex;
  flex-direction: column;
}
.card .inner .btn-wrap {
  margin-top: auto;
}
@media only screen and (max-width: 960px) {
  .card .inner {
    padding: 25px;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.card-skeleton {
  background: rgba(0, 136, 71, 0.05) !important;
  position: relative;
}
.card-skeleton .skeleton-label {
  position: absolute;
  left: 30px;
  top: 0;
  height: 44px;
  border-radius: 0 0 6px 6px;
  padding: 10px 15px;
  font-weight: normal;
  max-width: calc(100% - 60px);
  width: 100px;
}
.card-skeleton .skeleton-img {
  aspect-ratio: 35/26;
  background: rgba(0, 136, 71, 0.05);
}
.card-skeleton .skeleton-headline {
  height: 65px;
  border-radius: 6px;
}
.card-skeleton .skeleton-p {
  height: 48px;
  border-radius: 6px;
  margin-bottom: 50px;
}
.card-skeleton .skeleton-figcaption {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 0  0 6px 6px;
  justify-content: flex-end;
}
.card-skeleton .skeleton-excerpt {
  max-height: 300px;
  padding-top: 20px;
}
.card-skeleton .skeleton-btn {
  height: 38px;
  width: 120px;
  border-radius: 6px;
}
.card-skeleton.card-large .skeleton-headline {
  height: 40px;
}
.card-skeleton.card-large .skeleton-p {
  height: 75px;
  max-width: 80%;
  margin-bottom: 20px;
  border-radius: 6px;
}
.card-skeleton .skeleton-img,
.card-skeleton .skeleton-headline,
.card-skeleton .skeleton-btn,
.card-skeleton .skeleton-p {
  background: rgba(0, 136, 71, 0.05);
  background: linear-gradient(110deg, rgba(0, 136, 71, 0.05) 8%, rgba(255, 255, 255, 0.05) 18%, rgba(0, 136, 71, 0.05) 33%);
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  background-attachment: fixed;
}
.skeleton-download {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
}
.skeleton-download .skeleton-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.skeleton-download .skeleton-title {
  border-radius: 6px;
  height: 35px;
  flex: 1;
}
.skeleton-download .skeleton-filesize {
  height: 20px;
  border-radius: 6px;
  width: 120px;
}
.skeleton-download .skeleton-filesize,
.skeleton-download .skeleton-circle,
.skeleton-download .skeleton-title {
  background: rgba(0, 136, 71, 0.05);
  background: linear-gradient(110deg, rgba(0, 136, 71, 0.05) 8%, rgba(255, 255, 255, 0.15) 18%, rgba(0, 136, 71, 0.05) 33%);
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
  background-attachment: fixed;
}
.is-violet .card-skeleton,
.row-events .events-wrapper .card-skeleton {
  background: rgba(255, 255, 255, 0.05) !important;
}
.is-violet .card-skeleton .skeleton-img,
.row-events .events-wrapper .card-skeleton .skeleton-img {
  background: rgba(255, 255, 255, 0.05);
}
.is-violet .card-skeleton .skeleton-img,
.row-events .events-wrapper .card-skeleton .skeleton-img,
.is-violet .card-skeleton .skeleton-headline,
.row-events .events-wrapper .card-skeleton .skeleton-headline,
.is-violet .card-skeleton .skeleton-btn,
.row-events .events-wrapper .card-skeleton .skeleton-btn,
.is-violet .card-skeleton .skeleton-p,
.row-events .events-wrapper .card-skeleton .skeleton-p {
  background: rgba(255, 255, 255, 0.05);
  background-image: linear-gradient(110deg, rgba(255, 255, 255, 0.05) 8%, rgba(255, 255, 255, 0.15) 18%, rgba(255, 255, 255, 0.05) 33%);
}
.is-violet .skeleton-download .skeleton-filesize,
.row-events .events-wrapper .skeleton-download .skeleton-filesize,
.is-violet .skeleton-download .skeleton-circle,
.row-events .events-wrapper .skeleton-download .skeleton-circle,
.is-violet .skeleton-download .skeleton-title,
.row-events .events-wrapper .skeleton-download .skeleton-title {
  background-image: linear-gradient(110deg, rgba(255, 255, 255, 0.05) 8%, rgba(255, 255, 255, 0.15) 18%, rgba(255, 255, 255, 0.05) 33%);
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .card-skeleton::before {
    content: "Inhalt wird geladen...";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .card-skeleton .skeleton-label,
  .card-skeleton .skeleton-headline,
  .card-skeleton .skeleton-btn,
  .card-skeleton .skeleton-p {
    animation: none;
  }
}
/* 
*
*   SECONDRED Custom Multiselect CSS v1
*   Forms Framework
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --sr_selectFontFamily: inherit;
  --sr_selectFontColor: inherit;
  --sr_selectFontSize: 1rem;
  --sr_selectWidth: 100%;
  --sr_selectPadding: 13px 20px;
  --sr_selectBackground: var(--input-bg);
  --sr_selectBorder: 0;
  --sr_selectPlaceholderColor: inherit;
  --sr_selectPlaceholderFontStyle: normal;
}
.sr-select {
  position: relative;
  word-break: normal;
  color: var(--color-black, #000);
}
.sr-select .sr-select-activator {
  padding: var(--sr_selectPadding);
  padding-right: 45px;
  border: var(--sr_selectBorder);
  background: var(--sr_selectBackground);
  font-size: var(--sr_selectFontSize);
  accent-color: var(--primary-color);
  font-family: var(--sr_selectFontFamily);
  width: var(--sr_selectWidth);
  color: var(--sr_selectFontColor);
  text-align: left;
  display: block;
  min-height: 50px;
  width: 100%;
}
.sr-select .sr-select-activator .sr-select-selected .sr-select-placeholder {
  color: var(--sr_selectPlaceholderColor);
  font-style: var(--sr_selectPlaceholderFontStyle);
}
.sr-select .sr-select-activator .sr-select-selected .sr-select-selected-option {
  padding: 5px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
}
.sr-select .sr-select-activator .sr-select-selected .sr-select-selected-option > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sr-select .sr-select-activator .sr-select-selected .sr-select-selected-option > div figure {
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
.sr-select .sr-select-activator .sr-select-selected .sr-select-selected-option .sr-select-close {
  margin-left: 10px;
  font-weight: bold;
  padding-right: 5px;
  display: inline-grid;
  justify-content: center;
  align-content: center;
}
.sr-select .sr-select-activator .sr-select-selected .sr-select-selected-option .sr-select-close::before {
  content: "\2715";
  speak: never;
}
.sr-select .sr-select-activator .sr-select-selected .sr-select-selected-option .sr-select-close:hover {
  color: var(--primary-color);
}
.sr-select .sr-select-activator .sr-select-selected:has(.sr-select-selected-option) {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
}
.sr-select .sr-select-activator::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  speak: none;
  transform: rotate(45deg);
}
.sr-select:not(.sr-select-multiple) .sr-select-close {
  display: none;
}
.sr-select:not(.sr-select-multiple) .sr-select-activator .sr-select-selected .sr-select-selected-option {
  padding: 5px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  margin: -5px 0;
}
.sr-select:not(.sr-select-multiple) .sr-select-activator .sr-select-selected .sr-select-selected-option > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  color: var(--text-color);
}
.sr-select:not(.sr-select-multiple) .sr-select-activator .sr-select-selected .sr-select-selected-option > a figure {
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
.sr-select:not(.sr-select-multiple) .sr-select-activator .sr-select-selected .sr-select-selected-option .sr-select-close {
  margin-left: 10px;
  font-weight: bold;
  padding-right: 5px;
  display: inline-grid;
  justify-content: center;
  align-content: center;
}
.sr-select:not(.sr-select-multiple) .sr-select-activator .sr-select-selected .sr-select-selected-option .sr-select-close::before {
  content: "\2715";
  speak: never;
}
.sr-select:not(.sr-select-multiple) .sr-select-activator .sr-select-selected .sr-select-selected-option .sr-select-close:hover {
  color: var(--primary-color);
}
.sr-select:has(.sr-select-optionList:not([style*="display: none"])) .sr-select-activator {
  border-radius: 5px 5px 0 0;
  background: #E5EFF0;
}
.sr-select:has(.sr-select-optionList:not([style*="display: none"])) .sr-select-activator::before {
  transform: rotate(224deg);
  margin-top: -2px;
}
.sr-select .sr-select-optionList {
  background-color: var(--sr_selectBackground);
  border: var(--sr_selectBorder);
  position: absolute;
  min-width: 100%;
  left: 0;
  top: 100%;
  padding: 0;
  border-bottom: 2px solid var(--primary-color);
  border-radius: 0 0 5px 5px;
  z-index: 100;
}
.sr-select .sr-select-optionList input.sr-select-search {
  padding: 10px 20px;
  font-size: var(--sr_selectFontSize);
  border: var(--sr_selectBorder);
  font-family: inherit;
  width: 100%;
  margin-bottom: 5px;
  background: #E5EFF0;
}
.sr-select .sr-select-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  max-height: 200px;
  overflow-y: auto;
}
.sr-select .sr-select-list.sr-select-loading {
  position: relative;
  min-height: 50px;
}
.sr-select .sr-select-list.sr-select-loading::before {
  animation: dot-carousel 1.5s infinite linear;
  --_g: no-repeat radial-gradient(circle, rgba(0, 0, 0, 0) 38%, #000000 42%, #000000 48%, rgba(0, 0, 0, 0) 52%);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100%/3) 100%;
  animation: l7 1s infinite linear;
  content: "";
  position: absolute;
  width: 60px;
  height: 24px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -12px;
}
.sr-select .sr-select-list .sr-select-list-option {
  cursor: pointer;
  padding: 13px 20px;
}
.sr-select .sr-select-list .sr-select-list-option > div:not([class]) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sr-select .sr-select-list .sr-select-list-option > div:not([class]) span {
  color: var(--color-green);
  font-weight: 700;
}
.sr-select .sr-select-list .sr-select-list-option figure {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.sr-select .sr-select-list .sr-select-list-option figure picture,
.sr-select .sr-select-list .sr-select-list-option figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.sr-select .sr-select-list .sr-select-list-option:empty {
  display: none;
}
.sr-select .sr-select-list .sr-select-list-option.sr-select-selected,
.sr-select .sr-select-list .sr-select-list-option:hover {
  color: #fff;
  background: var(--color-green) linear-gradient(90deg, #008847 -0.91%, #106550 100%);
}
.sr-select .sr-select-list .sr-select-list-option.sr-select-selected a,
.sr-select .sr-select-list .sr-select-list-option:hover a {
  color: #fff;
}
.sr-select .sr-select-list .sr-select-list-option:focus,
.sr-select .sr-select-list .sr-select-list-option.sr-select-active {
  background: #f2f2f2;
}
.sr-select .sr-select-list ul.sr-select-group {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.sr-select .sr-select-list ul.sr-select-group li {
  margin-bottom: 0;
}
.sr-select .sr-select-list ul.sr-select-group li[role="presentation"] {
  color: var(--color-violet);
  font-size: 1.25rem;
  padding: 13px 20px;
}
.sr-select .sr-select-list ul.sr-select-group li.sr-select-list-option {
  padding: 0;
}
.sr-select .sr-select-list ul.sr-select-group li.sr-select-list-option a {
  position: relative;
  color: var(--text-color);
  padding: 13px 20px;
  display: block;
  text-decoration: none;
}
.sr-select .sr-select-list ul.sr-select-group li.sr-select-list-option a span {
  font-weight: bold;
}
.sr-select .sr-select-list ul.sr-select-group li.sr-select-list-option a:hover {
  color: #fff;
}
.sr-select .sr-select-list ul.sr-select-group li.sr-select-list-option a:has(figure) {
  padding-left: 50px;
}
.sr-select .sr-select-list ul.sr-select-group li.sr-select-list-option figure {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 15px;
}
.sr-select .sr-select-list ul.sr-select-group li.sr-select-list-option figure picture,
.sr-select .sr-select-list ul.sr-select-group li.sr-select-list-option figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.sr-select.sr-select-multiple .sr-select-list .sr-select-list-option {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.sr-select.sr-select-multiple .sr-select-list .sr-select-list-option:empty {
  display: none;
}
.sr-select.sr-select-multiple .sr-select-list .sr-select-list-option::before {
  content: "\e92c";
  width: 24px;
  height: 25px;
  min-width: 24px;
  background: #fff;
  border-bottom: 1px solid var(--color-green);
  border-radius: 5px;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  display: grid;
  justify-content: center;
  align-content: center;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sr-select.sr-select-multiple .sr-select-list .sr-select-list-option.sr-select-selected {
  background: transparent;
  color: var(--color-black);
}
.sr-select.sr-select-multiple .sr-select-list .sr-select-list-option.sr-select-selected::before {
  background: var(--color-green) linear-gradient(90deg, #008847 -0.91%, #106550 100%);
}
.sr-select.sr-select-multiple .sr-select-list .sr-select-list-option:hover {
  color: var(--color-green);
  background: transparent;
}
/*
*
*   SECONDRED Boilerplate
*   Form.less
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  /* - Formular Styles - */
  --fieldset-padding: 0;
  --fieldset-border: 0;
  --input-fontsize: 1rem;
  --input-fontfamiliy: var(--font);
  --input-focus-color: #666;
  --input-bg: #fff;
  --input-border: 2px solid #fff;
  --input-border-radius: 20px;
  --input-padding: 0 20px;
  --input-height: 40px;
  --textarea-padding: 10px;
  --textarea-minheight: 150px;
  --input-placeholder-color: #BDBDBD;
  --input-placeholder-style: normal;
  --input-placeholder-opacity: 1;
  --input-disabeld-color: #ccc;
  --input-disabeld-cursor: not-allowed;
  --input-disabeld-border: #ccc;
  --input-error-color: #AD0009;
  --input-error-border: #AD0009;
}
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
fieldset {
  padding: var(--fieldset-padding);
  border: var(--fieldset-border);
}
fieldset legend {
  font-size: 2.188rem;
  margin-bottom: 30px;
  line-height: 90%;
  font-family: var(--headline-font);
  line-height: var(--headline-line-height);
}
@media only screen and (max-width: 763px) {
  fieldset legend {
    font-size: 1.563rem;
  }
}
fieldset .flexgrid .box {
  margin-bottom: 0;
}
.error-msg {
  font-weight: bold;
  color: var(--colorAlert);
  margin: -40px 0 50px;
}
.form-item {
  margin-bottom: 25px;
  position: relative;
}
.form-item label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  line-height: 80%;
}
.form-item label .hint {
  font-size: 12px;
  position: relative;
  top: 4px;
}
.form-item input.form-text,
.form-item select {
  height: var(--input-height);
}
.form-item input.form-text,
.form-item select,
.form-item textarea {
  border: var(--input-border);
  width: 100%;
  background: var(--input-bg);
  font-size: var(--input-fontsize);
  border-radius: var(--input-border-radius);
  padding: var(--input-padding);
  border-bottom-color: var(--color-green);
}
.form-item input.form-text[disabled],
.form-item select[disabled],
.form-item textarea[disabled] {
  border: 1px solid var(--colorDisabled);
}
.form-item input.form-text:read-only,
.form-item textarea:read-only {
  border-bottom-color: #C7C7C7;
  color: #4D4D4D;
}
.form-item select[disabled] {
  border: 1px solid var(--colorDisabled);
  border-bottom-color: #C7C7C7;
  color: #4D4D4D;
}
.form-item select[aria-hidden="true"] {
  padding: 0;
  border: 0;
}
.form-item:has(input.form-text:read-only) label,
.form-item:has(textarea:read-only) label,
.form-item:has(select[disabled]) label {
  color: #C7C7C7;
}
.form-item select[disabled] + .sr-select .sr-select-activator {
  border-bottom-color: #C7C7C7;
  color: #4D4D4D;
}
.form-item input.form-text,
.form-item select {
  height: var(--input-height);
  padding: var(--input-padding);
}
.form-item textarea {
  padding: var(--textarea-padding);
  min-height: var(--textarea-minheight);
  resize: vertical;
}
.form-item textarea.autoExpand {
  min-height: 0;
  overflow: hidden;
}
.form-item select:required:invalid {
  color: #959DA9;
  font-style: italic;
}
.form-item option[disabled] {
  display: none;
}
.form-item [disabled] label,
.form-item [disabled] + label {
  color: var(--colorDisabled);
}
.form-item [disabled] label em,
.form-item [disabled] + label em {
  border-color: var(--colorDisabled);
  cursor: not-allowed !important;
}
.form-item input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  padding: 0;
  border: 0;
}
.form-item input[type="range"]:hover {
  opacity: 1;
}
.form-item input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: var(--primary-color);
  cursor: pointer;
}
.form-item input[type="range"]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: var(--primary-color);
  cursor: pointer;
}
.form-street {
  display: flex;
  flex-direction: row;
}
.form-street .street {
  flex: 1;
  padding-right: 20px;
}
.form-street .number {
  width: 45px;
}
.form-radio input {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
}
.form-radio label {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.form-radio label em {
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: var(--color-violet);
  background: var(--input-bg);
  border: 2px solid var(--input-bg);
  display: grid;
  justify-content: center;
  align-content: center;
  border-bottom: 2px solid var(--color-green);
  border-radius: 5px;
}
.form-radio label em::before {
  opacity: 0;
  transform: scale(0);
}
.form-radio label span {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  padding-left: 20px;
}
@media only screen and (max-width: 763px) {
  .form-radio label span {
    font-size: 12px;
  }
}
.form-radio label:focus .form-radio label:hover em {
  border-color: var(--color-green);
}
.form-radio input:checked + label em::before {
  opacity: 1;
  transform: scale(1);
}
.form-radio input:hover:checked + label em::before {
  opacity: 1;
  transform: scale(1);
}
.form-radio input[type="radio"] + label em {
  border-radius: 50%;
}
.form-radio input[type="radio"] + label em::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-violet);
}
.form-lightswitch {
  position: relative;
}
.form-lightswitch input {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
}
.form-lightswitch label {
  gap: 10px;
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
}
.form-lightswitch em {
  min-width: 105px;
  width: 105px;
  height: 50px;
  border-radius: 25px;
  background: var(--input-bg);
  position: relative;
  border: 0;
  transition: background 350ms cubic-bezier(0.2, 1, 0.3, 1);
  display: inline-flex;
  cursor: pointer;
}
.form-lightswitch em::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--input-bg);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1);
  border: 2px solid var(--color-violet);
}
.form-lightswitch input[type="checkbox"] + label em {
  border-radius: 25px;
}
.form-lightswitch input:focus + label em {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.form-lightswitch input:checked + label em::before {
  transform: translate(calc(100% + 6px), 0);
  background: var(--color-green);
  border-color: var(--color-green);
}
.form-error {
  position: relative;
}
.form-error input,
.form-error select,
.form-error .SumoSelect,
.form-error textarea {
  border-bottom: 2px solid var(--colorAlert) !important;
}
.form-error label em,
.form-error em:not([class^="icon-"]) {
  border-bottom-color: var(--colorAlert);
}
.form-error ul.errors {
  list-style: none;
  padding-left: 0;
  font-size: 0.625rem;
  position: absolute;
  font-weight: normal;
}
.form-error ul.errors li {
  color: var(--colorAlert);
}
/* -- Custom Select -- */
.sr-select .sr-select-activator {
  border: 2px solid #E5EFF0;
  background: #E5EFF0;
  border-bottom: 2px solid var(--color-green);
  border-radius: 5px;
}
/* -- Custom Forms -- */
fieldset ::placeholder {
  color: var(--input-placeholder-color);
  opacity: var(--input-placeholder-opacity);
  font-style: var(--input-placeholder-style);
  font-weight: 400;
}
fieldset.std ::placeholder {
  color: var(--input-placeholder-color);
  opacity: var(--input-placeholder-opacity);
  font-style: var(--input-placeholder-style);
  font-weight: 400;
}
fieldset.std .form-item label {
  font-weight: normal;
}
fieldset.std .form-item select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../gfx/select-arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 32px auto;
}
fieldset.std .form-radio em {
  min-width: 76px;
  width: 76px;
  height: 38px;
  border-radius: 19px;
  background: var(--color-darkgrey);
  position: relative;
  border: 0;
  transition: background 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
fieldset.std .form-radio em::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  opacity: 1;
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
fieldset.std .form-radio input[type="checkbox"] + label em {
  border-radius: 19px;
}
fieldset.std .form-radio input:checked + label em {
  background: var(--primary-color);
}
fieldset.std .form-radio input:checked + label em::before {
  transform: translate(calc(100% + 4px), 0);
}
fieldset.login .form-radio label,
fieldset.new-chat .form-radio label,
fieldset.invite .form-radio label,
fieldset.new-group .form-radio label,
fieldset.reset-password .form-radio label,
fieldset.change-password .form-radio label,
fieldset.subscribe-newsfeed .form-radio label,
fieldset.profile-information .form-radio label {
  font-weight: normal;
}
fieldset.login .form-item:not(.form-radio) label,
fieldset.new-chat .form-item:not(.form-radio) label,
fieldset.invite .form-item:not(.form-radio) label,
fieldset.new-group .form-item:not(.form-radio) label,
fieldset.reset-password .form-item:not(.form-radio) label,
fieldset.change-password .form-item:not(.form-radio) label,
fieldset.subscribe-newsfeed .form-item:not(.form-radio) label,
fieldset.profile-information .form-item:not(.form-radio) label {
  padding: 0 20px 10px;
}
dialog fieldset.std .form-item input.form-text,
dialog fieldset.std .form-item .custom-select .selected-options,
dialog fieldset.std .form-item .custom-select .options-list,
dialog fieldset.std .form-item select,
dialog fieldset.std .form-item textarea {
  background-color: #fff;
}
fieldset.subscribe-newsfeed .grid .col-1-1:last-child {
  margin-bottom: 0;
}
fieldset.subscribe-newsfeed .form-item {
  margin-bottom: 0;
}
/* -- Kontaktformular -- */
fieldset.contact-form p {
  margin-bottom: 50px;
}
fieldset.contact-form textarea {
  height: 452px;
  display: block;
}
fieldset.show-past-events {
  margin: 0 auto;
  max-width: 1150px;
  display: flex;
  justify-content: flex-end;
}
ul.error {
  list-style: none;
  padding-left: 0;
}
ul.error li {
  font-size: 0.75rem;
  padding-top: 10px;
  z-index: 2;
  padding-left: 20px;
  font-weight: 600;
  line-height: 130%;
}
ul.error li::before {
  content: "\e931";
  float: right;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
/*
*
*   SECONDRED Boilerplate
*   Form.less
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --fui-input-font-size: var(--input-fontsize);
  --fui-input-padding: 0 20px;
  --fui-input-background-color: var(--input-bg);
  --fui-input-border: var(--input-border);
  --fui-input-border-radius: var(--input-border-radius);
  --fui-input-placeholder-color: var(--input-placeholder-color);
  --fui-input-width: 100%;
  --fui-check-font-size: 16px;
  --fui-check-label-padding-left: 80px;
  --fui-check-label-top: 5px;
  --fui-check-label-width: 60px;
  --fui-check-label-height: 60px;
  --fui-check-label-border: 2px solid #D9D9D9;
  --fui-check-label-bg-color: #fff;
  --fui-field-gutter: 25px;
  --fui-row-gutter: 10px;
  --fui-column-gutter: 20px;
  --fui-btn-container-padding: 20px 0 0 0;
  --fui-btn-container-margin: 0 0;
  --fui-submit-btn-color: #fff;
  --fui-submit-btn-bg-color: red;
  --fui-submit-btn-border: 1px solid red;
  --fui-error-color: #F00;
  --fui-required-color: #F00;
  --fui-error: #F00;
}
/* -- Defaults -- */
.fui-hidden {
  display: none;
}
.fui-sr-only {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
[data-fui-page-hidden] {
  display: none;
}
/* -- Alert -- */
:root {
  --fui-alert-padding: 20px;
  --fui-alert-border-radius: 0;
  --fui-alert-line-height: 120%;
  --fui-alert-font-size: 1rem;
  --fui-alert-font-weight: 500;
  --fui-alert-margin-bottom: 1rem;
  --fui-alert-error-bg-color: #F00;
  --fui-alert-error-color: #fff;
  --fui-alert-success-bg-color: #008000;
  --fui-alert-success-color: #fff;
}
.fui-alert {
  padding: var(--fui-alert-padding);
  border-radius: var(--fui-alert-border-radius);
  line-height: var(--fui-alert-line-height);
  font-size: var(--fui-alert-font-size);
  font-weight: var(--fui-alert-font-weight);
  margin-bottom: var(--fui-alert-margin-bottom);
  margin: 0 0 50px;
}
.fui-alert-error {
  background-color: var(--fui-alert-error-bg-color);
  color: var(--fui-alert-error-color);
}
.fui-alert-success {
  background-color: var(--fui-alert-success-bg-color);
  color: var(--fui-alert-success-color);
}
.fui-alert-error.fui-alert-bottom-form {
  margin-top: 1rem;
  margin-bottom: 0;
}
.text + .fui-i {
  margin-top: 40px;
}
/* -- Form Outer -- */
.fui-row {
  display: flex;
  margin: 0 -25px;
}
.fui-row h2 {
  margin-left: 0;
}
@media only screen and (max-width: 820px) {
  .fui-row {
    flex-direction: column;
    gap: 20px;
  }
}
.fui-row h3 {
  margin-bottom: 0;
  padding-top: 30px;
}
.fui-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.fui-legend {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.125rem;
}
.fui-instructions p {
  margin-bottom: 0;
}
/* -- Formular Elemente  -- */
.fui-label,
.fui-legend {
  font-weight: normal;
}
.fui-label {
  font-family: var(--headline-font);
  font-size: 1.25rem;
  padding: 0 20px;
  margin-bottom: 10px;
  display: block;
}
.fui-field {
  flex: 1;
  padding-left: var(--fui-field-gutter);
  padding-right: var(--fui-field-gutter);
}
.fui-field:not(.fui-type-hidden-field) {
  margin-bottom: var(--fui-column-gutter);
}
.fui-field:not(.fui-type-hidden-field) .fui-field:not(.fui-type-hidden-field) {
  margin-bottom: 0;
}
.fui-layout-horizontal .fui-layout-wrap {
  display: flex;
}
.fui-submit,
.fui-save {
  order: 10;
}
.fui-label-left-input .fui-field-container,
.fui-label-right-input .fui-field-container {
  display: flex;
  align-items: baseline;
}
.fui-label-left-input .fui-input-container,
.fui-label-right-input .fui-input-container {
  flex: 1;
}
.fui-label-below-input > .fui-field-container > .fui-input-container > .fui-fieldset > .fui-legend {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.fui-input,
.fui-select {
  font-size: var(--fui-input-font-size);
  line-height: var(--fui-input-line-height);
  border-radius: var(--fui-input-border-radius);
  background-color: #fff;
  background-color: var(--fui-input-background-color);
  border: var(--fui-input-border);
  padding: var(--fui-input-padding);
  width: 100%;
  height: var(--input-height);
  color: #000;
}
textarea.fui-input {
  min-height: 150px;
  padding: 15px 20px;
  display: block;
}
input::-webkit-date-and-time-value {
  text-align: left !important;
}
@media (hover: none) {
  input[type="date"] {
    -webkit-appearance: none;
  }
  input[type="date"]::-webkit-inner-spin-button,
  input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
  }
}
.fui-select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../gfx/select-arrow.svg);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 12px auto;
}
.fui-input::-moz-placeholder,
.fui-select::-moz-placeholder {
  color: var(--fui-input-placeholder-color);
}
.fui-input::placeholder,
.fui-select::placeholder {
  color: var(--fui-input-placeholder-color);
}
.fui-input[type="file"],
.fui-select[type="file"] {
  height: auto;
  font-size: 1rem;
}
.fui-input[type="color"],
.fui-select[type="color"] {
  height: 39px;
  padding: 0.1rem;
}
.fui-type-dropdown.fui-group-anzeigenformat .fui-label {
  width: 25%;
  width: calc(25% - 10px);
}
@media only screen and (max-width: 768px) {
  .fui-type-dropdown.fui-group-anzeigenformat .fui-label {
    width: 100%;
  }
}
[data-conditionally-hidden="true"] {
  display: none;
}
.formie-hcaptcha-placeholder,
.formie-recaptcha-placeholder {
  margin-left: 25%;
  margin-left: calc(25% - 10px);
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .formie-hcaptcha-placeholder,
  .formie-recaptcha-placeholder {
    margin-left: 0;
  }
}
.fui-heading-h6 {
  padding-left: 60px;
}
@media only screen and (max-width: 768px) {
  .fui-heading-h6 {
    padding-left: 20px;
  }
}
/* -- Radio Checkbox -- */
.fui-layout-vertical .fui-legend {
  /*padding-left: 60px;
		@media only screen and (max-width: 768px) {
			padding-left: 20px;
		} */
}
.fui-layout-vertical .fui-checkbox,
.fui-layout-vertical .fui-radio {
  /*margin-left: 25%; margin-left: calc(25% - 10px); */
}
@media only screen and (max-width: 768px) {
  .fui-layout-vertical .fui-checkbox,
  .fui-layout-vertical .fui-radio {
    margin-left: 0;
  }
}
.fui-layout-vertical .fui-checkbox + .fui-checkbox,
.fui-layout-vertical .fui-radio + .fui-radio {
  margin-top: 20px;
}
.fui-checkbox input,
.fui-radio input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
/*
.fui-checkbox input:focus + label::before,
.fui-radio input:focus + label::before {
  border-color: #a4cafe;
  border-color: var(--fui-check-border-color-focus, var(--fui-focus-border-color));
  box-shadow: 0 0 0 3px rgba(164, 202, 254, 0.45);
  box-shadow: var(--fui-check-box-shadow-focus, var(--fui-focus-shadow));
}
.fui-checkbox input:checked + label::before,
.fui-radio input:checked + label::before {
  background-color: #516fea;
  background-color: var(--fui-check-bg-color-checked, var(--fui-primary-color));
  border-color: #516fea;
  border-color: var(--fui-check-border-color-checked, var(--fui-primary-color));
}
.fui-checkbox input:active + label::before,
.fui-radio input:active + label::before {
  background-color: #f0f1f4;
  background-color: var(--fui-check-bg-color);
}
*/
.fui-checkbox label,
.fui-radio label {
  position: relative;
  font-size: var(--fui-check-font-size);
  padding-left: var(--fui-check-label-padding-left);
  line-height: 1.5rem;
}
.fui-checkbox label::before,
.fui-radio label::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: var(--fui-check-label-width);
  height: var(--fui-check-label-height);
  content: "";
  cursor: pointer;
  border: var(--fui-check-label-border);
  background-color: var(--fui-check-label-bg-color);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--fui-check-label-transition);
}
.fui-radio label {
  padding-left: 60px;
  line-height: 1.5rem;
  display: flex;
  flex-direction: row;
  font-weight: normal;
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 36px;
}
@media only screen and (max-width: 960px) {
  .fui-radio label {
    display: inline-block;
  }
}
.fui-radio label::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: "";
  cursor: pointer;
  border: 2px solid var(--fui-input-background-color);
  background: var(--fui-input-background-color);
  border-bottom: 2px solid #fff;
  background-image: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--fui-check-label-transition);
}
.fui-radio label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -5px;
  background: var(--brand-color-2);
  z-index: 3;
  border-radius: 50%;
  display: block;
  opacity: 0;
}
.fui-checkbox label {
  display: flex;
  flex-direction: row;
  font-weight: normal;
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-left: 55px;
  min-height: 36px;
  align-items: center;
  font-family: var(--headline-font);
  font-size: 1.25rem;
}
.fui-checkbox label a {
  margin: 0 3px;
}
@media only screen and (max-width: 960px) {
  .fui-checkbox label {
    display: inline-block;
  }
}
.fui-checkbox label::before {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  display: grid;
  justify-content: center;
  align-content: center;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  z-index: 2;
  content: "\e900";
  z-index: 3;
  background: transparent;
  color: var(--brand-color-2);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
}
.fui-checkbox label::after {
  width: 36px;
  height: 36px;
  border: 2px solid var(--fui-input-background-color);
  background: var(--fui-input-background-color);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  content: "";
}
.fui-checkbox input:checked + label::before {
  opacity: 1;
}
.fui-radio label::before {
  border-radius: 50%;
}
.fui-radio input:checked + label::after {
  opacity: 1;
}
.fui-type-radio-buttons legend,
.fui-type-checkboxes legend {
  font-weight: 700;
  padding-top: 25px;
}
/* -- Submit Button -- */
.fui-btn-wrapper,
.fui-btn-container {
  display: flex;
  justify-content: flex-start;
}
.fui-btn-wrapper.fui-btn-right,
.fui-btn-container.fui-btn-right {
  justify-content: flex-end;
}
.fui-btn-wrapper.fui-btn-center,
.fui-btn-wrapper.fui-btn-center-save-right,
.fui-btn-wrapper.fui-btn-center-save-left,
.fui-btn-container.fui-btn-center,
.fui-btn-container.fui-btn-center-save-right,
.fui-btn-container.fui-btn-center-save-left {
  justify-content: center;
}
.fui-btn-wrapper.fui-btn-left-right,
.fui-btn-wrapper.fui-btn-save-right,
.fui-btn-wrapper.fui-btn-save-left,
.fui-btn-container.fui-btn-left-right,
.fui-btn-container.fui-btn-save-right,
.fui-btn-container.fui-btn-save-left {
  justify-content: space-between;
}
.fui-btn-wrapper.fui-btn-right-save-left,
.fui-btn-container.fui-btn-right-save-left {
  justify-content: flex-start;
}
.fui-btn-wrapper.fui-btn-save-left,
.fui-btn-wrapper.fui-btn-right-save-left,
.fui-btn-wrapper.fui-btn-center-save-left,
.fui-btn-container.fui-btn-save-left,
.fui-btn-container.fui-btn-right-save-left,
.fui-btn-container.fui-btn-center-save-left {
  flex-direction: row-reverse;
}
.fui-btn-wrapper .fui-btn[data-conditionally-hidden],
.fui-btn-container .fui-btn[data-conditionally-hidden] {
  display: none;
}
.fui-btn-wrapper {
  padding: var(--fui-btn-container-padding);
  margin: var(--fui-btn-container-margin);
}
.fui-btn-wrapper,
.fui-btn-container {
  display: flex;
  justify-content: flex-start;
}
.fui-submit {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: var(--brand-color-3);
  background: #fff;
  text-decoration: none;
  font-size: 1.25rem;
  padding: 14px 20px 12px 70px;
  font-family: var(--headline-font);
  margin-right: auto;
  border-radius: 25px;
  transition: color 350ms cubic-bezier(0.2, 1, 0.3, 1);
  overflow: visible;
  border: 0;
}
.fui-submit::before {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -1px;
  display: grid;
  justify-content: center;
  align-content: center;
  background: var(--brand-color-2);
  color: #fff;
  transition: color 350ms cubic-bezier(0.2, 1, 0.3, 1), background 350ms cubic-bezier(0.2, 1, 0.3, 1);
  content: "\e90c";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fui-submit:focus,
.fui-submit:hover {
  color: var(--brand-color-2);
}
.fui-submit:focus::before,
.fui-submit:hover::before {
  background: var(--brand-color-1);
}
.fui-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.fui-btn.disabled,
.fui-btn:disabled {
  opacity: 0.65;
  opacity: var(--fui-btn-opacity-disabled);
  pointer-events: none;
}
/* -- Preloader -- */
:root {
  --fui-loading-min-height: 1rem;
  --fui-loading-height: 1rem;
  --fui-loading-width: 1rem;
}
.fui-loading {
  position: relative;
  pointer-events: none;
  color: transparent !important;
  min-height: var(--fui-loading-min-height);
}
.fui-loading::after {
  position: absolute;
  display: block;
  height: var(--fui-loading-height);
  width: var(--fui-loading-width);
  margin-top: -0.5rem;
  margin-top: var(--fui-loading-margin-top);
  margin-left: -0.5rem;
  margin-left: var(--fui-loading-margin-left);
  border-width: 2px;
  border-width: var(--fui-loading-border-width);
  border-style: solid;
  border-radius: 9999px;
  border-color: #516fea;
  border-color: var(--fui-loading-border-color, var(--fui-primary-color));
  -webkit-animation: loading 0.5s infinite linear;
  animation: loading 0.5s infinite linear;
  -webkit-animation: var(--fui-loading-animation);
  animation: var(--fui-loading-animation);
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  left: 50%;
  left: var(--fui-loading-left);
  top: calc(50% - 1px);
  top: var(--fui-loading-top);
  z-index: 1;
  z-index: var(--fui-loading-z-index);
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -- Tabs -- */
:root {
  --fui-tabs-margin-bottom: 1rem;
  --fui-tabs-font-size: 0.875rem;
  --fui-tabs-border-bottom: 1px solid #D1D5DB;
  --fui-tab-color: #6B7280;
  --fui-tab-padding: 0.5rem 1rem;
  --fui-tab-margin-bottom: -1px;
  --fui-tab-border: 1px solid transparent;
  --fui-tab-active-color: #374151;
  --fui-tab-active-bg-color: #fff;
  --fui-tab-active-border-color: #D1D5DB;
}
.fui-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--fui-tabs-margin-bottom);
  font-size: var(--fui-tabs-font-size);
  border-bottom: var(--fui-tabs-border-bottom);
}
.fui-tab {
  color: var(--fui-tab-color);
  padding: var(--fui-tab-padding);
  margin-bottom: var(--fui-tab-margin-bottom);
  border: var(--fui-tab-border);
}
.fui-tab a {
  color: inherit;
  text-decoration: none;
}
.fui-tab[data-conditionally-hidden] {
  display: none;
}
.fui-tab-active {
  font-weight: 500;
  color: var(--fui-tab-active-color);
  background-color: var(--fui-tab-active-bg-color);
  border-color: var(--fui-tab-active-border-color);
  border-bottom-color: transparent;
  border-bottom-color: var(--fui-tab-active-border-bottom-color);
  border-radius: 0.25rem 0.25rem 0 0;
  border-radius: var(--fui-tab-active-border-radius, var(--fui-border-radius) var(--fui-border-radius) 0 0);
}
.fui-tab-error {
  color: #f56565;
  color: var(--fui-tab-error-color, var(--fui-error));
}
/* -- Fehlermeldung -- */
.fui-error-message {
  color: #fff;
}
.fui-required {
  color: var(--fui-required-color, var(--fui-error));
}
.fui-error {
  position: relative;
}
.fui-error .fui-input,
.fui-error .fui-checkbox label::after,
.fui-error .fui-select {
  border-color: #F00;
}
.fui-error .fui-error-message {
  font-size: 0.875rem;
  padding-top: 10px;
  z-index: 2;
  line-height: 130%;
  color: #F00;
}
.fui-instructions {
  margin-bottom: 25px;
  padding: 0 20px;
}
.fui-layout-wrap:has(.fui-checkbox) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fui-field-rows:has(.fui-row) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fui-type-file-upload .fui-input-wrapper input {
  padding: 40px;
  color: var(--text-color);
  outline: 1px dashed var(--color-lightgreen);
  outline-offset: -19px;
}
.fui-type-file-upload .fui-input-wrapper input::-webkit-file-selector-button,
.fui-type-file-upload .fui-input-wrapper input::file-selector-button {
  color: #fff;
  padding: 10px 20px;
  border: 0;
  border-radius: 6px;
  background: var(--color-green) linear-gradient(90deg, #008847 -0.91%, #106550 100%);
  margin-right: 20px;
}
/*
  Button

  Use this class for the primary call to action button.
  Typically you'll want to use either a `<button>` or an `<a>` element.

  :hover     - Hover State
  :disabled  - Disabled state
  .primary   - Primary Button
  .success   - Success color
  .warning   - Warning color
  .alert     - Alert color
  .link      - Text Link
  .loading   - Loading state
  .min-width - Fixed min width
  .full      - Full width
  .center    - centered
  .ellipsis  - with ellipsis (Button always stays single line and gets shortened with ...)

  Markup:
  <a href="" class="btn {{modifier_class}}">Link Button</a>
  <button class="btn {{modifier_class}}">Button Element</button>
  <input class="btn {{modifier_class}}" type="button" value="Input Button" />

  Style guide: Components.Button
*/
:root {
  --l: 50%;
  --colorHighlightHover: hsl(var(--colorHighlight), calc(var(--l) - 10%));
  /* - Button Style - */
  --button-bg: transparent;
  --button-color: #000;
  --button-fontsize: 1.125rem;
  --button-fontfamiliy: inherit;
  --button-minheight: 60px;
  --button-minwidth: 250px;
  --button-txtdeco: none;
  --button-padding: 10px 25px;
  --button-margin: 0;
  --button-display: inline-block;
}
.btn-wrap {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 25px;
  /*.btn {margin: 0;border-radius: 0;} */
}
.btn-wrap:last-child {
  margin-bottom: 0;
}
.btn-wrap[data-align="left"] {
  justify-content: start;
}
.btn-wrap[data-align="center"] {
  justify-content: center;
}
.btn-wrap[data-align="right"] {
  justify-content: end;
}
.btn-wrap[data-align="between"] {
  justify-content: space-between;
}
.button {
  border-radius: 30px;
  background: var(--brand-color-1);
  color: #fff;
  cursor: pointer;
  display: var(--button-display);
  display: inline-flex;
  align-items: center;
  padding: 17px 24px;
  text-decoration: none;
  font-family: var(--font);
  font-size: var(--button-fontsize);
  line-height: 145%;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--brand-color-1);
  transition: color 350ms cubic-bezier(0.2, 1, 0.3, 1), box-shadow 350ms cubic-bezier(0.2, 1, 0.3, 1), background 350ms cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
}
.button.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.button.loading::before {
  animation: dot-carousel 1.5s infinite linear;
  --_g: no-repeat radial-gradient(circle, rgba(255, 255, 255, 0) 38%, #ffffff 42%, #ffffff 48%, rgba(255, 255, 255, 0) 52%);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100%/3) 100%;
  animation: l7 1s infinite linear;
  content: "";
  position: absolute;
  width: 60px;
  height: 24px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -12px;
}
.button::before {
  margin-right: 12px;
  text-align: center;
}
.button:hover,
.button:focus {
  background: var(--brand-color-2);
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px var(--brand-color-2);
}
.button[disabled],
.button:disabled {
  border: 1px solid var(--colorDisabled);
  color: var(--colorDisabled);
  background-color: transparent;
  cursor: default;
}
.button[disabled].primary,
.button:disabled.primary {
  border-color: var(--colorDisabled);
  background-color: var(--colorDisabled);
  color: #000;
}
.button[disabled].link,
.button:disabled.link {
  background-color: transparent;
  border-color: transparent;
  color: var(--colorDisabled);
}
.button-secondary {
  display: inline-flex;
  flex-direction: row;
  text-decoration: none;
  align-items: center;
  gap: 24px;
  color: var(--brand-color-1);
}
.button-secondary::before {
  display: grid;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  min-width: 60px;
  aspect-ratio: 1/1;
  background: var(--brand-color-2);
  color: var(--brand-color-1);
  font-size: 24px;
  transition: color 350ms cubic-bezier(0.2, 1, 0.3, 1), border 350ms cubic-bezier(0.2, 1, 0.3, 1), background 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.button-secondary:hover::before,
.button-secondary:focus::before {
  color: #fff;
  background: var(--brand-color-1);
}
button.load-more {
  font-family: var(--headline-font);
  display: flex;
  flex-direction: row;
  background: transparent;
  cursor: pointer;
  color: #fff;
  font-size: 1.25rem;
  border: 0;
  gap: 15px;
  align-items: center;
  transition: color 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
button.load-more::before {
  display: grid;
  justify-content: center;
  align-content: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: color 350ms cubic-bezier(0.2, 1, 0.3, 1), border 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
button.load-more:focus,
button.load-more:hover {
  color: var(--brand-color-2);
}
button.load-more:focus::before,
button.load-more:hover::before {
  color: var(--brand-color-2);
  border-color: var(--brand-color-2);
}
button.load-more.loading {
  color: transparent;
}
button.load-more.loading::before {
  background-color: transparent;
  animation: dot-carousel 1.5s infinite linear;
  --_g: no-repeat radial-gradient(circle, rgba(0, 0, 0, 0) 38%, #000000 42%, #000000 48%, rgba(0, 0, 0, 0) 52%);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100%/3) 100%;
  animation: l7 1s infinite linear;
}
button.load-more.disabled {
  display: none;
}
@media only screen and (max-width: 960px) {
  button.load-more {
    max-width: none;
  }
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 60px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100%/3) 100%;
  animation: l7 1s infinite linear;
}
@keyframes l7 {
  33% {
    background-size: calc(100%/3) 0%, calc(100%/3) 100%, calc(100%/3) 100%;
  }
  50% {
    background-size: calc(100%/3) 100%, calc(100%/3) 0%, calc(100%/3) 100%;
  }
  66% {
    background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 0%;
  }
}
@keyframes dot-carousel {
  33% {
    background-size: calc(100%/3) 0%, calc(100%/3) 100%, calc(100%/3) 100%;
  }
  50% {
    background-size: calc(100%/3) 100%, calc(100%/3) 0%, calc(100%/3) 100%;
  }
  66% {
    background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 0%;
  }
}
@keyframes dot-carousel-white {
  33% {
    background-size: calc(100%/3) 0%, calc(100%/3) 100%, calc(100%/3) 100%;
  }
  50% {
    background-size: calc(100%/3) 100%, calc(100%/3) 0%, calc(100%/3) 100%;
  }
  66% {
    background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 0%;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
article > a {
  text-decoration: none;
}
article h1 {
  margin-bottom: var(--default-margin);
}
article h1:last-child {
  margin-bottom: 0;
}
article .btn-wrap {
  margin-top: 50px;
  width: 100%;
}
article ul {
  margin-bottom: var(--default-margin);
  list-style: none;
  padding-left: 20px;
}
article ul li {
  position: relative;
  padding-left: 25px;
}
article ul li:not([class])::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-color-2);
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
}
article ol {
  padding-left: 30px;
  margin-bottom: var(--default-margin);
}
article ol li {
  padding-left: 10px;
}
article ol li::marker {
  font-weight: 700;
  color: var(--brand-color-2);
}
article p a {
  word-break: break-all;
}
article p + h3,
article p + h4,
article p + h5 {
  margin-top: 40px;
}
article dl dt {
  font-size: 1.25rem;
}
article dl dd {
  margin-bottom: var(--default-margin);
}
article dl dd:last-child {
  margin-bottom: 0;
}
article.node-excerpt {
  border-radius: var(--border-radius);
  background: var(--color-lightergreen);
  padding: 50px;
  margin-bottom: 25px;
}
article.node-excerpt > a {
  text-decoration: none;
  color: inherit;
  display: block;
}
article.node-excerpt h2,
article.node-excerpt h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-secondary);
  margin-bottom: 25px;
}
article.node-excerpt ul {
  padding-left: 0;
}
article.node-excerpt ul li {
  padding-left: 30px;
}
article.node-excerpt ul li::before {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
article.node-excerpt .btn-wrap {
  margin-top: 50px;
}
article.node-excerpt + .btn-wrap:last-child {
  margin-top: 100px;
}
@media only screen and (max-width: 960px) {
  article.node-excerpt {
    padding: 25px;
  }
}
article.node-excerpt:has(> a) {
  padding: 0;
}
article.node-excerpt:has(> a) > a {
  padding: 50px;
}
@media only screen and (max-width: 960px) {
  article.node-excerpt:has(> a) > a {
    padding: 25px;
  }
}
article.node-excerpt:has(> a) *:focus-visible {
  outline: none !important;
}
article.node-excerpt:has(> a):focus-within,
article.node-excerpt:has(> a):hover {
  box-shadow: 0 0 0 2px var(--color-primary);
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
/* -- Ansprechpartner und Partner -- */
.card-person {
  display: flex;
  flex-direction: row;
  gap: 28px;
}
.card-person .img {
  width: 74px;
}
.card-person img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  min-width: 74px;
}
.card-person h3 {
  font-family: var(--font);
  color: var(--brand-color-2);
  font-size: 1.875rem;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.card-person strong {
  display: block;
  font-size: 1.125rem;
  text-box: trim-both cap alphabetic;
  margin-bottom: 12px;
}
.card-person small {
  text-box: trim-both cap alphabetic;
  display: block;
  line-height: 110%;
}
@media only screen and (max-width: 960px) {
  .card-person h3 {
    font-size: 1.5rem;
  }
}
.row-persons {
  background: var(--brand-color-1);
  border-radius: 60px 0 0 60px;
}
.row-persons::before,
.row-persons::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  speak: none;
  display: block;
}
.row-persons .bg {
  background-image: url(../gfx/vorstand-decor.svg);
  right: 163px;
  top: -136px;
  width: 326.5px;
  height: 268px;
  position: absolute;
}
.row-persons .bg::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  speak: none;
  display: block;
  width: 115px;
  height: 115px;
  background: var(--brand-color-4);
  border-radius: 50%;
  z-index: -1;
  left: 70px;
  top: 79px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}
@media only screen and (max-width: 960px) {
  .row-persons .bg {
    background-image: url(../gfx/vorstand-decor-mobi.svg);
    width: 182.743px;
    height: 150px;
    right: 0;
    top: -76px;
  }
  .row-persons .bg::before {
    display: none;
  }
}
.row-persons::after {
  width: 2px;
  height: 100%;
  right: 165px;
  background: #fff;
  top: 0;
}
@media only screen and (max-width: 960px) {
  .row-persons::after {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: var(--brand-color-4);
    z-index: -1;
    top: -31px;
    right: 65px;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  }
}
.row-persons h2 {
  color: #fff;
}
.row-persons .content-width {
  padding: 120px 30px;
  color: #fff;
}
@media only screen and (max-width: 1600px) {
  .row-persons .content-width {
    padding: 120px 185px 120px 30px;
  }
}
.row-persons article {
  margin-bottom: 90px;
}
@media only screen and (max-width: 960px) {
  .row-persons {
    border-radius: 30px 0 0 30px;
  }
  .row-persons .content-width {
    padding: 60px 30px;
  }
  .row-persons .grid .col-1-2 {
    width: 100%;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-form {
  overflow: clip;
  margin-left: 0;
  padding-left: 29px;
}
.row-form::after {
  width: 1021px;
  height: 215px;
  content: "";
  position: absolute;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  speak: none;
  display: block;
  background-image: url(../gfx/contact-decor.svg);
  left: -450px;
  bottom: 2px;
  z-index: 2;
}
.row-form .content-width h2 {
  color: #fff;
}
.row-form .grid {
  color: #fff;
  background: var(--brand-color-1);
  margin-bottom: auto;
  border-radius: 0 30px 30px 0;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  margin-bottom: 110px;
  justify-content: flex-end;
}
@media only screen and (max-width: 1260px) {
  .row-form .grid {
    margin: 0 0 110px;
  }
}
@media only screen and (max-width: 960px) {
  .row-form .grid {
    padding-bottom: 0;
  }
}
.row-form .col-desc article {
  padding-top: 120px;
  margin-bottom: 30px;
  max-width: 450px;
}
@media only screen and (max-width: 960px) {
  .row-form .col-desc article {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 960px) {
  .row-form .col-desc {
    padding-bottom: 60px;
  }
}
.row-form .col-desc::before {
  content: "";
  right: 99%;
  top: 0;
  bottom: 0;
  width: 100vw;
  position: absolute;
  z-index: -1;
  display: block;
  background: var(--brand-color-1);
  pointer-events: none;
  speak: none;
}
.row-form .col-desc::after {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  background: url(../images/contact-bg.png) left center no-repeat;
  background-size: cover;
  content: "";
  top: 0;
  pointer-events: none;
  speak: none;
  z-index: -1;
  left: calc(0px - ((100vw - 1200px) / 2));
  border-radius: 0 30px 30px 0;
}
@media only screen and (max-width: 1260px) {
  .row-form .col-desc::after {
    left: -60px;
  }
}
.row-form ul.contact-info {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.row-form ul.contact-info li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 0;
}
.row-form ul.contact-info li::before {
  position: absolute;
  font-size: 24px;
  left: 0;
  top: 0;
}
.row-form ul.contact-info li address {
  margin-bottom: 6px;
}
.row-form .fui-layout-vertical .fui-checkbox + .fui-checkbox,
.row-form .fui-layout-vertical .fui-radio + .fui-radio {
  margin-top: 0;
}
.row-form .fui-input-container .fui-layout-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
}
.row-form .fui-input-container .fui-layout-wrap .fui-checkbox {
  flex: 0 1 auto;
  width: calc(50% - 25px);
  box-sizing: content-box;
}
@media only screen and (max-width: 763px) {
  .row-form .fui-input-container .fui-layout-wrap {
    flex-direction: column;
  }
  .row-form .fui-input-container .fui-layout-wrap .fui-checkbox {
    width: 100%;
  }
}
.row-form .fui-type-radio-buttons .fui-layout-wrap {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 763px) {
  .row-form .fui-type-radio-buttons .fui-layout-wrap {
    flex-direction: column;
  }
}
.row-form .fui-type-radio-buttons .fui-layout-wrap .fui-radio {
  flex: 1;
}
@media only screen and (max-width: 960px) {
  .row-form .grid {
    flex-direction: column;
  }
  .row-form .grid .col {
    width: 100%;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Cookiebar
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --savebtn-color: #fff;
  --savebtn-background: var(--brand-color-1);
  --savebtn-fontsize: 1rem;
  --savebtn-border: 0;
  --savebtn-borderadius: 6px;
}
/* -- Cookiebar -- */
.cookie-bar {
  display: none;
  position: fixed;
  bottom: 28px;
  z-index: 900;
  width: calc(100% - 40px);
  max-width: 1150px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  border-radius: 50px;
}
.cookie-bar .content-width {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  padding: 33px 40px;
  color: #000;
  border: 0;
  font-size: 1.125rem;
  line-height: 120%;
}
.cookie-bar .cookie-desc {
  flex: 1 1 auto;
  width: 55%;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
.cookie-bar .cookie-desc h3 {
  margin-bottom: 10px;
}
.cookie-bar .cookie-desc a {
  text-decoration: none;
  color: var(--brand-color-1);
}
.cookie-bar .cookie-desc a {
  text-decoration: underline;
}
.cookie-bar .cookie-desc a:focus,
.cookie-bar .cookie-desc a:hover {
  color: var(--brand-color-2);
}
.cookie-bar .cookie-desc p {
  margin: 0;
  padding: 0;
}
.cookie-bar .cookie-options {
  margin: -10px 0;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cookie-bar .cookie-options button {
  border-radius: 5px;
  background: transparent;
  border: 1px solid #fff;
  color: var(--brand-color-1);
  font-family: var(--headline-font);
  cursor: pointer;
  display: var(--button-display);
  text-align: center;
  display: inline-flex;
  flex-direction: row;
  text-transform: uppercase;
  padding: 12px 20px 10px 70px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 110%;
  transition: color 350ms cubic-bezier(0.2, 1, 0.3, 1), border 350ms cubic-bezier(0.2, 1, 0.3, 1), background 350ms cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: visible;
}
.cookie-bar .cookie-options button::before {
  width: 60px;
  height: 60px;
  background: var(--brand-color-1);
  color: #fff;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  display: grid;
  justify-content: center;
  align-content: center;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -1px;
}
.cookie-bar .cookie-options button:hover::before,
.cookie-bar .cookie-options button:focus::before {
  background: var(--brand-color-2);
}
.cookie-bar .cookie-options button.btn-accept::before {
  background: var(--brand-color-2);
}
.cookie-bar .cookie-options button.btn-accept:hover::before,
.cookie-bar .cookie-options button.btn-accept:focus::before {
  background: var(--brand-color-1);
}
/* -- -- */
.cookie-opt-overlay {
  font-family: "Arial", "Helvetica", sans-serif;
  max-width: 600px;
  padding: 40px;
  color: #595959;
  background: #fff;
  border: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  width: 100%;
  box-sizing: border-box;
}
.cookie-opt-overlay p {
  margin-bottom: 30px;
}
.cookie-opt-overlay .cookie-top-container {
  max-height: 70vh;
  overflow: auto;
}
.cookie-opt-overlay .cookie-opt-title {
  font-size: 22px;
  margin-bottom: 30px;
}
.cookie-opt-overlay * {
  box-sizing: border-box;
}
.cookie-opt-overlay .cookie-opt-close {
  float: right;
  border: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  appearance: none;
  cursor: pointer;
  position: relative;
  top: -5px;
}
.cookie-opt-overlay .cookie-opt-close span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inline;
}
.cookie-opt-overlay .cookie-opt-close::before,
.cookie-opt-overlay .cookie-opt-close::after {
  width: 20px;
  height: 2px;
  content: "";
  position: absolute;
  background: #808080;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
}
.cookie-opt-overlay .cookie-opt-close::before {
  transform: rotate(45deg);
}
.cookie-opt-overlay .cookie-opt-close::after {
  transform: rotate(-45deg);
}
.cookie-opt-overlay .cookie-opt-close:focus::before,
.cookie-opt-overlay .cookie-opt-close:hover::before,
.cookie-opt-overlay .cookie-opt-close:focus::after,
.cookie-opt-overlay .cookie-opt-close:hover::after {
  background: var(--brand-color-1);
}
.cookie-opt-overlay .cookie-opt-content {
  text-align: left;
}
.cookie-opt-overlay .cookie-opt-toggle {
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  border: 0;
  text-align: center;
  position: absolute;
}
.cookie-opt-overlay .cookie-opt-toggle::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -9px;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
  display: block;
  transform: rotate(45deg);
}
.cookie-opt-overlay .cookie-opt-toggle.open {
  transform: rotate(180deg);
}
.cookie-opt-overlay .cookie-opt-toggle:focus::before,
.cookie-opt-overlay .cookie-opt-toggle:hover::before {
  border-color: var(--brand-color-1);
}
.cookie-opt-overlay .cookie-opt-cattitle {
  background: #EDEDED;
  padding: 11px 10px;
  min-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border-top: 2px solid #fff;
}
.cookie-opt-overlay .cookie-opt-cattitle small {
  display: block;
  text-transform: none;
  font-size: 12px;
  padding-left: 30px;
  font-weight: normal;
  opacity: 0.75;
  margin-right: 40px;
  padding-top: 5px;
  line-height: normal;
}
.cookie-opt-overlay .cookie-opt-cattitle:first-child {
  border-top: 0;
}
.cookie-opt-overlay .cookie-single-opt-toggle input,
.cookie-opt-overlay .cookie-opt-cattitle input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.cookie-opt-overlay .cookie-single-opt-toggle label,
.cookie-opt-overlay .cookie-opt-cattitle label {
  cursor: pointer;
}
.cookie-opt-overlay .cookie-single-opt-toggle label em,
.cookie-opt-overlay .cookie-opt-cattitle label em {
  width: 20px;
  height: 20px;
  display: block;
  background-color: #E1E1E1;
  color: #ccc;
  float: left;
  margin-right: 10px;
  border: 0;
  border-radius: 50%;
  margin-top: -1px;
  background-position: 3px 6px;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPjxwYXRoIGQ9Ik0xMC4wNTYsMC4wMDJjMC43ODcsMC4wNjYgMS4yMDYsMS4xMTggMC42NTEsMS43MDVsLTUuNzA3LDUuNzA3bC0zLjcwNywtMy43MDdjLTEuNDA5LC0xLjQ5IDAuNjMyLC0yLjE1NCAxLjQxNCwtMS40MTRsMi4yOTMsMi4yOTNsNC4yOTMsLTQuMjkzYzAuMzM1LC0wLjMxNyAwLjQwNCwtMC4zMDIgMC43NjMsLTAuMjkxWiIgc3R5bGU9ImZpbGw6I2NjYzsiLz48L3N2Zz4=);
}
.cookie-opt-overlay .cookie-single-opt-toggle label em::before,
.cookie-opt-overlay .cookie-opt-cattitle label em::before {
  display: none;
}
.cookie-opt-overlay .cookie-opt-cattitle label > span {
  padding: 2px 0;
  display: block;
  line-height: normal;
  margin: auto;
}
.cookie-opt-overlay .cookie-single-opt-toggle:has(input:checked) label em,
.cookie-opt-overlay .cookie-opt-cattitle:has(input:checked) label em {
  color: #fff;
  background-color: var(--brand-color-1);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPjxwYXRoIGQ9Ik0xMC4wNTYsMC4wMDJjMC43ODcsMC4wNjYgMS4yMDYsMS4xMTggMC42NTEsMS43MDVsLTUuNzA3LDUuNzA3bC0zLjcwNywtMy43MDdjLTEuNDA5LC0xLjQ5IDAuNjMyLC0yLjE1NCAxLjQxNCwtMS40MTRsMi4yOTMsMi4yOTNsNC4yOTMsLTQuMjkzYzAuMzM1LC0wLjMxNyAwLjQwNCwtMC4zMDIgMC43NjMsLTAuMjkxWiIgc3R5bGU9ImZpbGw6I2ZmZjsiLz48L3N2Zz4=);
}
.cookie-opt-overlay .cookie-single-opt-toggle:has(input:focus-visible) label em,
.cookie-opt-overlay .cookie-opt-cattitle:has(input:focus-visible) label em {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.cookie-opt-overlay .cookie-opt-catinfo {
  font-size: 13px;
  line-height: 16px;
  background: #F1F1F1;
  display: none;
}
.cookie-opt-overlay .cookie-opt-catinfo.active {
  display: block;
}
.cookie-opt-overlay .cookie-opt-catinfo p {
  padding: 15px 18px;
  margin: 0;
}
.cookie-opt-overlay .cookie-opt-catinfo .cookie-opt-table-wrap {
  padding: 15px 0;
  border-top: 1px solid #E4E4E4;
}
.cookie-opt-overlay .cookie-opt-catinfo table {
  table-layout: fixed;
}
.cookie-opt-overlay .cookie-opt-catinfo table th,
.cookie-opt-overlay .cookie-opt-catinfo table td {
  text-align: left;
  vertical-align: top;
  padding: 2px 18px;
}
.cookie-opt-overlay .cookie-opt-catinfo table th {
  width: 160px;
}
.cookie-opt-overlay .cookie-single-opt-toggle {
  padding-left: 18px;
  float: left;
}
.cookie-opt-overlay .cookie-single-opt-toggle + table {
  margin-left: 50px;
  width: calc(100% - 50px);
}
.cookie-opt-overlay .cookie-single-opt-toggle + table th {
  padding-right: 0;
  padding-left: 0;
}
.cookie-opt-overlay .cookie-single-opt-toggle label {
  position: relative;
  top: 2px;
}
.cookie-opt-overlay .cookie-top-savebtn {
  width: 100%;
  cursor: pointer;
  background: var(--savebtn-background);
  color: var(--savebtn-color);
  font-size: var(--savebtn-fontsize);
  font-weight: bold;
  border-radius: var(--savebtn-borderadius);
  height: 50px;
  margin-top: 30px;
  border: 0;
}
.cookie-opt-overlay .cookie-top-savebtn:hover {
  color: #fff;
  background: var(--brand-color-2);
}
.cookie-opt-catinfo {
  transition: height 0.35s ease-in-out;
  overflow: hidden;
}
.cookie-opt-overlay .cookie-opt-catinfo {
  display: block;
}
.cookie-opt-catinfo:not(.active) {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .cookie-bar .cookie-options {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1140px) {
  .cookie-bar .cookie-desc {
    width: 45%;
  }
}
@media only screen and (max-width: 960px) {
  .cookie-bar {
    border-radius: 25px;
  }
  .cookie-bar .content-width {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .cookie-bar .cookie-desc {
    padding: 0 0 20px;
  }
  .cookie-bar .cookie-desc h3 {
    margin-bottom: 40px;
  }
  .cookie-bar .cookie-desc,
  .cookie-bar .cookie-options {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cookie-bar .cookie-options {
    padding-right: 0;
    padding-top: 20px;
    padding-left: 0;
  }
  .cookie-bar .cookie-options a.btn-config,
  .cookie-bar .cookie-options a.btn-accept {
    margin-top: 0;
  }
}
@media only screen and (max-width: 567px) {
  .cookie-bar .cookie-options button {
    font-size: 1rem;
    padding: 12px 20px 10px 60px;
  }
  .cookie-bar .cookie-options button::before {
    height: 50px;
    width: 50px;
    min-width: 50px;
  }
  .cookie-bar .content-width {
    padding: 33px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .cookie-opt-overlay {
    max-width: 90%;
    padding: 20px;
  }
  .cookie-opt-overlay .cookie-top-savebtn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 390px) {
  .cookie-bar .cookie-options button {
    font-size: 0.875rem;
    padding: 10px 13px 10px 54px;
  }
  .cookie-bar .cookie-options button::before {
    height: 45px;
    width: 45px;
    min-width: 45px;
  }
  .cookie-bar .content-width {
    padding: 33px 20px;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-size: 10px;
}
/*
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled { opacity: 0}
*/
.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--brand-color-2);
}
.swiper-button-prev,
.swiper-button-next {
  border-radius: 50%;
  background: var(--brand-color-2);
  color: var(--brand-color-1);
  width: 60px;
  height: 60px;
  border: 0;
  cursor: pointer;
  display: grid;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  margin: 0;
  position: static;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: var(--brand-color-1);
  color: #fff;
}
.row-swiper {
  overflow: hidden;
  padding-top: 0;
}
.row-swiper h2 {
  max-width: 1150px;
  margin: 0 auto 60px;
}
.row-swiper .content-width {
  position: relative;
  padding-top: 10px;
}
.row-swiper .swiper-slide {
  padding-bottom: 40px;
  height: auto;
}
.row-swiper .swiper-slide .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.row-swiper .swiper-slide .card .inner {
  flex: 1;
}
.row-swiper .swiper-nav {
  position: absolute;
  display: flex;
  max-width: 150px;
  margin: 0 auto;
  right: 0;
  top: 0;
  gap: 15px;
}
.row-swiper .swiper-nav:has(.swiper-button-lock) {
  display: none;
}
.row-swiper .swiper-pagination.swiper-pagination-horizontal {
  display: none;
  gap: 10px;
}
@media only screen and (max-width: 960px) {
  .row-swiper .swiper-pagination.swiper-pagination-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    bottom: 0;
    position: static;
  }
  .row-swiper .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
    margin: 0;
    top: 0;
  }
}
.row-swiper .btn-wrap {
  margin-top: 50px;
}
.row-swiper.is-team {
  overflow: visible;
}
.row-swiper.is-team .content-width {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 567px) {
  .row-swiper.is-mission .swiper {
    overflow: visible;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --backgroundColor: var(--brand-color-1);
}
.row-teaser {
  position: relative;
  z-index: 3;
  background: var(--brand-color-1);
  background-image: url(../images/teaser-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 0 120px;
}
.row-teaser::before,
.row-teaser::after {
  background: var(--brand-color-2);
  position: absolute;
  speak: never;
  pointer-events: none;
  height: 2px;
  content: "";
  width: 165px;
  top: 50%;
  margin-top: -50px;
}
.row-teaser::before {
  left: 0;
}
@media only screen and (max-width: 1500px) {
  .row-teaser::before {
    width: 80px;
  }
}
@media only screen and (max-width: 1366px) {
  .row-teaser::before {
    width: 66px;
    top: 80px;
    margin-top: 0;
    left: -12px;
  }
}
@media only screen and (max-width: 960px) {
  .row-teaser::before {
    left: -12px;
  }
}
.row-teaser::after {
  right: 0;
  width: 180px;
}
@media only screen and (max-width: 960px) {
  .row-teaser::after {
    display: none;
  }
}
.row-teaser .teaser-deco {
  position: absolute;
  right: 163px;
  width: 617px;
  height: 215px;
  bottom: -107.5px;
  background: url(../gfx/teaser-deco.svg) no-repeat center;
  background-size: contain;
  display: block;
}
@media only screen and (max-width: 960px) {
  .row-teaser .teaser-deco {
    right: -275px;
  }
}
@media only screen and (max-width: 960px) {
  .row-teaser {
    border-radius: 0 0 0 60px;
  }
}
.row-teaser h1 {
  font-family: var(--hero-font);
  font-size: 6.25rem;
  line-height: 110%;
  margin-bottom: 60px;
  /*-webkit-hyphens: auto;
        hyhens: auto; */
}
@media only screen and (max-width: 960px) {
  .row-teaser h1 {
    font-size: 13vw;
  }
}
@media only screen and (max-width: 768px) {
  .row-teaser h1 {
    font-size: 15vw;
    margin-bottom: 40px;
  }
}
.row-teaser p {
  color: var(--brand-color-2);
  text-transform: uppercase;
  font-size: 1.875rem;
}
@media only screen and (max-width: 960px) {
  .row-teaser p {
    font-size: 6.25vw;
  }
}
.row-teaser article {
  padding-right: 200px;
}
@media only screen and (max-width: 1366px) {
  .row-teaser article {
    padding-right: 100px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 960px) {
  .row-teaser article {
    padding-right: 0;
    padding-left: 0;
  }
}
.row-teaser .content-width {
  max-width: 1150px;
  margin: auto;
  height: 900px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  position: static;
}
.row-teaser .content-width::before {
  content: "";
  width: 2px;
  position: absolute;
  right: 165px;
  top: 300px;
  bottom: 0;
  background: #fff;
  pointer-events: none;
  speak: never;
  z-index: 0;
}
@media only screen and (max-width: 960px) {
  .row-teaser .content-width {
    padding: 0 30px;
    height: 700px;
  }
  .row-teaser .content-width::before {
    display: none;
  }
}
.row-teaser.has-video {
  background-image: none;
}
.row-teaser.has-video article {
  position: relative;
  z-index: 2;
}
.row-teaser video {
  position: absolute;
  pointer-events: none;
  opacity: 0.2;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 0 120px;
  z-index: auto;
}
@media only screen and (max-width: 960px) {
  .row-teaser video {
    border-radius: 0 0 0 60px;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-hero {
  position: relative;
  padding-bottom: 80px;
}
.row-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../gfx/hero-header-bg.svg) right top no-repeat;
  background-size: 100% auto;
  height: 100%;
  width: 90%;
  z-index: 3;
}
@media only screen and (min-width: 1531px) {
  .row-hero::before {
    width: 1366px;
  }
}
.row-hero figure {
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}
.row-hero figure img {
  display: block;
}
@media only screen and (max-width: 567px) {
  .row-hero {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .row-hero figure {
    height: 240px;
  }
  .row-hero figure img {
    height: 100% !important;
    object-fit: cover;
  }
}
.row-hero .date-wrapper {
  margin: 0 260px;
  margin-top: -12px;
}
.row-hero .date-wrapper time {
  text-transform: uppercase;
  font-family: var(--headline-font);
  font-weight: 400;
  font-size: 1.25rem;
  background: var(--brand-color-2);
  border-radius: 22px;
  padding: 8px 20px 6px;
}
@media only screen and (min-width: 961px) and (max-width: 1530px) {
  .row-hero .date-wrapper {
    margin: 0 16.993vw;
  }
}
@media only screen and (max-width: 960px) {
  .row-hero .date-wrapper {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 567px) {
  .row-hero .date-wrapper {
    margin: 0 20px;
  }
}
.row-image h2,
.row-collage h2 {
  margin: 0 auto -40px;
}
@media only screen and (min-width: 961px) and (max-width: 1530px) {
  .row-image h2,
  .row-collage h2 {
    margin: 0 auto -2.614vw;
  }
}
@media only screen and (max-width: 960px) {
  .row-image h2,
  .row-collage h2 {
    margin: 0 auto -10px;
  }
}
.row-image .content-width {
  max-width: 1150px;
}
.row-image figure {
  box-shadow: 7px 7px 14px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.row-image figure img {
  display: block;
  margin: 0 auto;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.row-image figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  font-size: 0.875rem;
  background: rgba(34, 54, 94, 0.75);
  backdrop-filter: blur(3px);
  border-radius: 0 10px 0 0;
  line-height: 120%;
}
@media only screen and (max-width: 960px) {
  #mainContent:has(.row-news) .row-image:first-child {
    margin-bottom: 0;
  }
}
/* -- Collage -- */
.row-collage {
  position: relative;
}
.row-collage .content-width {
  position: relative;
  z-index: 2;
}
.row-collage h2 {
  max-width: 1150px;
}
@media only screen and (max-width: 820px) {
  .row-collage h2 {
    padding: 0 20px;
    font-size: 10vw;
  }
}
.row-collage .grid {
  margin: 0 -5px;
}
.row-collage .grid .col {
  padding: 0 5px;
}
.row-collage figure {
  position: relative;
  border-radius: 20px;
  box-shadow: 7px 7px 14px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.row-collage figure img {
  display: block;
  position: relative;
  width: 100%;
}
.row-collage figure figcaption {
  position: absolute;
}
.row-collage figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  font-size: 0.875rem;
  background: rgba(34, 54, 94, 0.75);
  backdrop-filter: blur(3px);
  border-radius: 0 10px 0 0;
  line-height: 120%;
}
.row-collage figure + figure {
  margin-top: 10px;
}
@media only screen and (max-width: 960px) {
  .row-collage .grid .col {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 820px) {
  .row-collage .grid {
    margin: 0;
  }
  .row-collage .grid .col {
    margin-bottom: 0;
    padding: 0;
  }
}
.row-collage[data-count="2"] .grid .col figure {
  margin-bottom: auto;
}
.row-collage[data-count="2"] .grid .col:last-child {
  margin-top: -60px;
}
@media only screen and (max-width: 820px) {
  .row-collage[data-count="2"] .grid {
    flex-direction: column;
  }
  .row-collage[data-count="2"] .grid .col {
    width: 100%;
    margin-bottom: 0;
  }
  .row-collage[data-count="2"] .grid .col:first-child {
    padding-right: 20px;
  }
  .row-collage[data-count="2"] .grid .col:last-child {
    margin-top: 20px;
    padding-left: 20px;
  }
}
.row-collage[data-count="3"] .grid .col-1-2 {
  display: flex;
  flex-direction: column;
}
.row-collage[data-count="3"] .grid .col-1-2:last-child {
  margin-top: -60px;
}
.row-collage[data-count="3"] .grid .col-1-2:last-child figure:first-child {
  margin-right: 160px;
}
@media only screen and (max-width: 820px) {
  .row-collage[data-count="3"] .grid {
    flex-direction: column;
  }
  .row-collage[data-count="3"] .grid .col {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .row-collage[data-count="3"] .grid .col:first-child {
    padding-right: 20px;
  }
  .row-collage[data-count="3"] .grid .col:last-child {
    margin-top: 20px;
    padding-right: 20px;
  }
  .row-collage[data-count="3"] .grid .col:last-child figure:first-child {
    margin-right: -20px;
    margin-left: 20px;
    margin-bottom: 10px;
  }
}
.row-collage[data-count="4"] .grid .col-1-2 {
  display: flex;
  flex-direction: column;
}
.row-collage[data-count="4"] .grid .col-1-2:first-child figure:last-child {
  margin-left: 160px;
}
.row-collage[data-count="4"] .grid .col-1-2:last-child {
  margin-top: -60px;
}
.row-collage[data-count="4"] .grid .col-1-2:last-child figure:first-child {
  margin-right: 160px;
}
@media only screen and (max-width: 820px) {
  .row-collage[data-count="4"] .grid {
    flex-direction: column;
  }
  .row-collage[data-count="4"] .grid .col {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .row-collage[data-count="4"] .grid .col:first-child {
    padding-right: 0;
  }
  .row-collage[data-count="4"] .grid .col:first-child figure:first-child {
    margin-right: 20px;
  }
  .row-collage[data-count="4"] .grid .col:first-child figure:last-child {
    margin-right: 0;
    margin-left: 20px;
    margin-top: 20px;
  }
  .row-collage[data-count="4"] .grid .col:last-child {
    margin-top: 20px;
    padding-right: 20px;
  }
  .row-collage[data-count="4"] .grid .col:last-child figure:first-child {
    margin-right: -20px;
    margin-left: 20px;
    margin-bottom: 10px;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.card-event {
  overflow: clip;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
}
.card-event h2 {
  font-family: var(--font);
  color: var(--brand-color-2);
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.875rem;
  -webkit-hyphens: none;
  hyphens: none;
}
.card-event h3 {
  font-size: 1.5rem;
  line-height: 130%;
  margin-bottom: 30px;
  font-family: var(--font);
  font-weight: 600;
  color: var(--brand-color-1);
}
.card-event .card-title {
  color: #fff;
  background: var(--brand-color-1);
  padding: 60px;
}
.card-event .card-title time {
  font-size: 3.75rem;
  font-family: var(--headline-font);
  background-image: linear-gradient(to top, #EF6E4C 0%, #EF6E4C 100%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  display: block;
}
.card-event .inner {
  padding: 60px;
  border: 2px solid var(--brand-color-1);
  border-radius: 0 30px 30px 0;
  border-left: 0;
}
.card-event ul.event-infos {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  flex-direction: column;
  display: flex;
  gap: 15px;
}
.card-event ul.event-infos li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
}
.card-event ul.event-infos li::before {
  color: var(--brand-color-1);
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 1.5rem;
}
.card-event p + ul.event-infos {
  margin-top: -30px;
}
@media only screen and (max-width: 960px) {
  .card-event {
    flex-direction: column;
  }
  .card-event h2 {
    font-size: 1.563rem;
    margin-bottom: 30px;
  }
  .card-event .card-title {
    padding: 30px;
  }
  .card-event .inner {
    padding: 30px;
    border: 2px solid var(--brand-color-1);
    border-top: 0;
    border-radius: 0 0 30px 30px;
  }
}
.row-events .card-event .card-title time {
  margin-left: -60px;
  padding-left: 60px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 960px) {
  .row-events .card-event .card-title time {
    margin-left: -30px;
    padding-left: 30px;
    padding-bottom: 30px;
    font-size: 2.5rem;
  }
  .row-events .content-width {
    padding: 0;
  }
}
.swiper .card-event {
  background: #fff;
  flex-direction: column;
}
.swiper .card-event .card-title {
  padding: 30px 0 32px 60px;
}
.swiper .card-event .card-title time {
  font-size: 2.5rem;
  padding-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  .swiper .card-event .card-title {
    padding: 30px 0 32px 30px;
  }
  .swiper .card-event .card-title time {
    font-size: 1.875rem;
  }
}
.swiper .card-event .inner {
  border: 0;
  border-radois: 0;
}
@media only screen and (max-width: 960px) {
  .swiper .card-event .btn-wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 960px) {
  .row-events {
    padding-right: 12px;
  }
}
.row-eventslider {
  overflow: clip;
  margin-left: 0;
  padding-left: 29px;
  position: relative;
}
.row-eventslider::before {
  content: "";
  position: absolute;
  width: 167px;
  border-left: 2px solid #fff;
  background: rgba(242, 233, 232, 0.9);
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  backdrop-filter: blur(10px);
}
@media only screen and (max-width: 960px) {
  .row-eventslider::before {
    display: none;
  }
}
.row-eventslider .swiper {
  overflow: visible;
}
.row-eventslider .row-head {
  padding-top: 5px;
}
.row-eventslider .row-head select {
  border: 0;
  border-radius: 30px;
  height: 60px;
  background: #fff;
  font-family: var(--font);
  color: var(--brand-color-1);
  font-size: 1.5rem;
  padding: 10px 30px;
  overflow: visible;
  display: flex;
  align-items: center;
  width: 215px;
}
.row-eventslider .row-head select::picker-icon {
  background: url(../gfx/dropdown-icon.svg) center no-repeat;
  color: transparent;
}
.row-eventslider .row-head select:open::picker-icon {
  rotate: 180deg;
}
.row-eventslider .row-head selectedcontent .icon {
  display: none;
}
.row-eventslider .row-head option {
  background: #E1D5D4;
  border: 0;
  padding: 15px 14px;
  transition: 0.4s;
  cursor: pointer;
}
.row-eventslider .row-head option:first-of-type {
  border-radius: 30px 30px 0 0;
}
.row-eventslider .row-head option:last-of-type {
  border-radius: 0 0 30px 30px;
}
.row-eventslider .row-head option::checkmark {
  display: none;
}
.row-eventslider .row-head option:hover,
.row-eventslider .row-head option:focus {
  color: var(--brand-color-1);
}
.row-eventslider .row-head ::picker(select) {
  border-radius: 30px;
  border: 0;
  transition: all 0.4s allow-discrete;
  opacity: 0;
  top: calc(anchor(bottom) + 10px);
}
.row-eventslider .row-head :open::picker(select) {
  opacity: 1;
}
.row-eventslider .row-head select,
.row-eventslider .row-head ::picker(select) {
  appearance: base-select;
}
@starting-style {
  :open::picker(select) {
    opacity: 0;
  }
}
@media only screen and (max-width: 960px) {
  .row-eventslider .row-head {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px 7px;
  }
  .row-eventslider .row-head h2 {
    width: 100%;
  }
}
.row-eventslider .swiper-nav {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media only screen and (max-width: 960px) {
  .row-eventslider .swiper-nav {
    gap: 12px;
  }
}
@media only screen and (max-width: 960px) {
  .row-eventslider {
    padding-left: 12px;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-overview h1 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 567px) {
  .row-overview h1 {
    margin-bottom: 40px;
  }
}
.row-overview:first-child {
  padding-top: 388px;
  background: url(../gfx/hero-header-bg.svg) left top no-repeat;
  background-size: 90% auto;
}
@media only screen and (max-width: 820px) {
  .row-overview:first-child {
    padding-top: 150px;
  }
}
.row-overview[data-columns="3"] .content-width,
.row-overview[data-columns="2"] .content-width,
.row-overview.is-management .content-width,
.row-overview.is-supporter .content-width {
  max-width: 1150px;
}
.row-overview[data-columns="6"] .overview-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 33px;
}
@media only screen and (min-width: 961px) and (max-width: 1530px) {
  .row-overview[data-columns="6"] .overview-grid {
    grid-column-gap: 1.961vw;
    grid-row-gap: 2.157vw;
  }
}
@media only screen and (min-width: 764px) and (max-width: 960px) {
  .row-overview[data-columns="6"] .overview-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 763px) {
  .row-overview[data-columns="6"] .overview-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.row-overview[data-columns="4"] .overview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 33px;
}
@media only screen and (min-width: 961px) and (max-width: 1530px) {
  .row-overview[data-columns="4"] .overview-grid {
    grid-column-gap: 3.268vw;
    grid-row-gap: 2.157vw;
  }
}
@media only screen and (min-width: 764px) and (max-width: 960px) {
  .row-overview[data-columns="4"] .overview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 763px) {
  .row-overview[data-columns="4"] .overview-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.row-overview[data-columns="3"] .overview-grid,
.row-overview.is-management .overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 33px;
}
@media only screen and (min-width: 961px) and (max-width: 1530px) {
  .row-overview[data-columns="3"] .overview-grid,
  .row-overview.is-management .overview-grid {
    grid-column-gap: 3.268vw;
    grid-row-gap: 2.157vw;
  }
}
@media only screen and (min-width: 764px) and (max-width: 960px) {
  .row-overview[data-columns="3"] .overview-grid,
  .row-overview.is-management .overview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 763px) {
  .row-overview[data-columns="3"] .overview-grid,
  .row-overview.is-management .overview-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.row-overview[data-columns="3"] .card-img h2,
.row-overview.is-management .card-img h2 {
  font-size: 1.875rem;
}
@media only screen and (min-width: 961px) and (max-width: 1530px) {
  .row-overview[data-columns="3"] .card-img h2,
  .row-overview.is-management .card-img h2 {
    font-size: 1.961vw;
  }
}
.row-overview[data-columns="2"] .overview-grid,
.row-overview.is-supporter .overview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 131px;
}
@media only screen and (max-width: 960px) {
  .row-overview[data-columns="2"] .overview-grid,
  .row-overview.is-supporter .overview-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 65px;
  }
}
.row-overview.is-news h1 {
  max-width: 1150px;
  margin: 0 auto 80px;
}
.row-overview.is-news .grid {
  margin: 0 -10px;
}
.row-overview.is-news .grid .col {
  padding: 0 10px;
  margin-bottom: 80px;
}
.row-overview.is-news .grid .col-1-2 .card-img figure {
  position: relative;
}
.row-overview.is-news .grid .col-1-2 .card-img figure::before {
  content: "";
  opacity: 0.6;
  background: var(--brand-color-1);
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100px;
  width: 75%;
  clip-path: path("M394.165 0L549 10V101.5H0.335327L394.165 0Z");
  clip-path: polygon(71.8% 0%, 100% 9.85%, 100% 100%, 0.06% 100%);
}
.row-overview.is-news .grid .col-1-2 .card-img h2 {
  font-size: 2.5rem;
  margin-bottom: 35px;
}
.row-overview.is-news .grid .col-1-4 .card-img h2 {
  font-size: 1.875rem;
}
@media only screen and (min-width: 821px) and (max-width: 1366px) {
  .row-overview.is-news .grid .col-1-2 {
    width: 100%;
  }
  .row-overview.is-news .grid .col-1-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 820px) {
  .row-overview.is-news .grid .col-1-2,
  .row-overview.is-news .grid .col-1-4 {
    width: 100%;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-headline {
  padding-bottom: 0;
  padding-top: 150px;
  margin-bottom: 120px;
}
.row-headline h1 {
  font-size: 3.5rem;
  color: var(--brand-color-1);
}
@media only screen and (max-width: 563px) {
  .row-headline {
    padding-bottom: 20px;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-text .content-width {
  margin: 0 auto;
  padding: 0 30px;
}
.row-text .content-width article h2 {
  color: var(--brand-color-1);
}
.row-text .content-width article h3 {
  font-size: 1.25rem;
  margin-bottom: 40px;
}
.row-text .content-width article h3:last-child {
  margin-bottom: 0;
}
.row-text .content-width article h2 + h3 {
  font-size: 1.875rem;
}
.row-text .content-width article + .download-list {
  margin-top: 60px;
}
@media only screen and (max-width: 1600px) {
  .row-text .content-width {
    padding: 0 185px 0 30px;
  }
}
@media only screen and (max-width: 960px) {
  .row-text .content-width {
    padding: 0 12px;
  }
}
.row-text.is-hero .content-width article {
  background: #fff;
  border-radius: 60px;
  padding: 120px 102px;
}
.row-text.is-hero .content-width::before,
.row-text.is-hero .content-width::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  speak: none;
  display: block;
}
.row-text.is-hero .content-width::before {
  background-image: url(../gfx/hero-red-decor.svg);
  width: 240px;
  height: 180px;
  bottom: 94px;
  left: -27px;
}
.row-text.is-hero .content-width::after {
  border-radius: 50%;
  height: 175px;
  width: 175px;
  background: var(--brand-color-2);
  z-index: -1;
  left: -55px;
  bottom: 207px;
}
@media only screen and (max-width: 960px) {
  .row-text.is-hero .content-width {
    padding: 0 12px 120px 0;
    border-radius: 30px;
  }
  .row-text.is-hero .content-width::before {
    width: 200px;
    height: 150px;
    bottom: -45px;
  }
  .row-text.is-hero .content-width::after {
    bottom: -9px;
  }
  .row-text.is-hero .content-width article {
    padding: 30px;
  }
}
.row-text.is-hero article {
  display: flex;
  flex-direction: row;
}
.row-text.is-hero article h2 {
  flex: 1;
  padding-right: 60px;
}
.row-text.is-hero article .article-inner {
  flex: 1;
  border-left: 2px solid var(--brand-color-2);
  padding-left: 60px;
}
@media only screen and (max-width: 960px) {
  .row-text.is-hero article {
    flex-direction: column;
  }
  .row-text.is-hero article h2 {
    padding-right: 0;
    padding-bottom: 60px;
    margin-bottom: 0;
    font-size: 2.5rem;
    text-wrap: pretty;
  }
  .row-text.is-hero article h2 br {
    display: none;
  }
  .row-text.is-hero article .article-inner {
    border-top: 2px solid var(--brand-color-2);
    border-left: 0;
    padding-top: 60px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .row-text.is-hero article h2 {
    font-size: 2.4rem;
    hyphens: none;
    -webkit-hyphens: none;
    padding-bottom: 50px;
  }
}
.row-headline + .row-text h2 {
  text-transform: uppercase;
  font-family: var(--font);
  font-size: 1.875rem;
  margin-bottom: 30px;
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-text-image h2 {
  padding-top: 2px;
}
.row-text-image article {
  padding: 0 0 60px;
}
.row-text-image .grid .col {
  margin-bottom: 0;
  padding: 0;
}
.row-text-image .grid .col-img {
  margin-bottom: auto;
  position: relative;
}
.row-text-image .grid .col-img:first-child,
.row-text-image .grid .col-img:last-child {
  display: flex;
  flex-direction: column;
}
.row-text-image .grid .col-img figure {
  border-radius: var(--border-radius);
  position: relative;
  overflow: hidden;
  box-shadow: 7px 7px 14px 0px rgba(0, 0, 0, 0.25);
  margin-left: -285px;
}
.row-text-image .grid .col-img figure img {
  display: block;
}
.row-text-image .grid .col-img figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  font-size: 0.875rem;
  background: rgba(34, 54, 94, 0.75);
  backdrop-filter: blur(3px);
  border-radius: 0 10px 0 0;
  line-height: 120%;
}
.row-text-image .grid .col-img:first-child {
  padding-right: 80px;
}
.row-text-image .grid .col-img:last-child {
  padding-left: 80px;
}
.row-text-image .grid .col-img::before,
.row-text-image .grid .col-img::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  speak: none;
  display: block;
}
.row-text-image .grid .col-img::before {
  background-image: url(../gfx/textimg-deco.svg);
  background-position: center bottom;
  width: 150px;
  height: 583px;
  top: -47px;
  right: -5px;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .row-text-image .grid .col-img::before {
    right: -85px;
  }
}
.row-text-image .grid .col-img::after {
  border-radius: 50%;
  height: 206px;
  width: 206px;
  background: var(--brand-color-1);
  z-index: -1;
  right: -14px;
  top: -34px;
}
@media only screen and (max-width: 960px) {
  .row-text-image .grid .col-img::after {
    right: -66px;
  }
}
.row-text-image .grid .col-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.row-text-image .grid .col-text:first-child {
  padding-right: 80px;
}
.row-text-image .grid .col-text:last-child {
  padding-left: 80px;
}
@media only screen and (max-width: 1600px) {
  .row-text-image .grid .col-text:last-child {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 960px) {
  .row-text-image .grid .col-text:first-child {
    padding-left: 0;
  }
  .row-text-image .grid .col-text:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 960px) {
  .row-text-image .grid {
    flex-direction: column;
    gap: 40px;
    margin: 0;
  }
  .row-text-image .grid .col {
    width: 100%;
    padding: 0;
    order: 1;
  }
  .row-text-image .grid .col-img {
    order: 0;
  }
  .row-text-image .grid .col-img:first-child {
    padding-right: 0;
  }
  .row-text-image .grid .col-img:last-child {
    padding-left: 0;
  }
}
.row-text-image .embed-content {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-shadow: 7px 7px 14px 0px rgba(0, 0, 0, 0.25);
}
.row-text-image .embed-content .embed-cta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-items: center;
  padding: 15px;
  display: grid;
  justify-content: center;
  align-content: center;
}
@media only screen and (max-width: 567px) {
  .row-text-image .embed-content .embed-cta p {
    margin-bottom: 30px;
  }
}
.row-text-image .embed-content img {
  display: block;
}
.row-text-image .embed-container iframe {
  width: 100% !important;
  aspect-ratio: 16/9;
  display: block;
  height: auto !important;
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
fieldset.edit-file {
  margin-left: 75px;
  display: flex;
  flex-direction: row;
  gap: 25px;
}
fieldset.edit-file .form-item {
  flex: 1;
  margin-bottom: 0;
}
.link-list {
  padding: 0 200px;
}
.link-list .link-list-title {
  font-size: 1.563rem;
  margin-bottom: 40px;
}
.link-list ul {
  list-style: none;
  padding-left: 0;
}
.link-list a {
  display: flex;
  flex-direction: row;
  gap: 25px;
  text-decoration: none;
  color: var(--color-violet);
  font-size: 1.25rem;
  background: linear-gradient(90deg, #7ed8a1 0%, #7ed8a1 100%);
  background-position: 75px calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.link-list a em {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  align-content: center;
  background: var(--color-lightergreen);
  transition: background 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.link-list a em::before {
  display: grid;
  justify-content: center;
  align-content: center;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 14px;
  border: 2px solid var(--color-violet);
  text-indent: 1px;
  transition: border-color 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.link-list a span {
  flex: 1;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.link-list a small {
  font-size: 1rem;
  padding-top: 12px;
}
.link-list a:focus em,
.link-list a:hover em {
  background: var(--color-violet);
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .link-list {
    padding: 0;
  }
  .link-list ul li a {
    flex-direction: column;
    position: relative;
    padding-left: 75px;
    background-position: 75px 100%;
    gap: 0;
  }
  .link-list ul li a em {
    position: absolute;
    left: 0;
    top: 0;
  }
  .link-list ul li a span {
    padding-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .link-list ul li a small {
    padding-bottom: 5px;
  }
}
p + .link-list {
  margin-top: 26px;
}
article + .link-list {
  margin-top: 40px;
}
.row-links dl {
  margin: 0 200px;
  margin-bottom: 50px;
}
.row-links dl:last-child {
  margin-bottom: 0;
}
.row-links dl dt {
  font-size: 1.563rem;
  margin-bottom: 50px;
}
.row-links dl dt button.delete-download {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-grid;
  justify-content: center;
  align-content: center;
  font-size: 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
}
@media (hover: hover) {
  .row-links dl dt button.delete-download {
    opacity: 0;
  }
}
.row-links dl dt button.delete-download:focus,
.row-links dl dt button.delete-download:hover {
  color: var(--color-green);
}
.row-links dl dt button.delete-download.loading {
  pointer-events: none;
}
.row-links dl dt button.delete-download.loading::before {
  display: none;
}
.row-links dl dt button.delete-download.loading::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--color-violet);
  border-bottom: 1px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  animation-name: spin;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media (hover: hover) {
  .row-links dl dt:hover button.delete-download {
    opacity: 1;
  }
}
.row-links dl dd {
  margin-bottom: 25px;
  position: relative;
}
.row-links dl dd:last-child {
  margin-bottom: 0;
}
.row-links dl dd a {
  display: flex;
  flex-direction: row;
  gap: 25px;
  text-decoration: none;
  color: var(--color-violet);
  font-size: 1.25rem;
  background: linear-gradient(90deg, #7ed8a1 0%, #7ed8a1 100%);
  background-position: 75px calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.row-links dl dd a em {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  align-content: center;
  background: var(--color-lightergreen);
  transition: background 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.row-links dl dd a em::before {
  display: grid;
  justify-content: center;
  align-content: center;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 14px;
  border: 2px solid var(--color-violet);
  text-indent: 1px;
  transition: border-color 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.row-links dl dd a span {
  padding-top: 10px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row-links dl dd a small {
  font-size: 1rem;
  padding-top: 12px;
}
.row-links dl dd a:focus em,
.row-links dl dd a:hover em {
  background: var(--color-violet);
  color: #fff;
}
.row-links dl dd button:has(.icon-add) {
  border: 0;
  display: flex;
  flex-direction: row;
  gap: 25px;
  cursor: pointer;
  color: var(--color-violet);
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  background: transparent;
}
.row-links dl dd button:has(.icon-add) span {
  padding-top: 17px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row-links dl dd button:has(.icon-add) em {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  align-content: center;
  background: var(--color-lightergreen);
  transition: background 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.row-links dl dd button:has(.icon-add) em::before {
  display: grid;
  justify-content: center;
  align-content: center;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-indent: 1px;
  border: 0;
  font-size: 30px;
}
.row-links dl dd button:has(.icon-add):focus em,
.row-links dl dd button:has(.icon-add):hover em {
  background: var(--color-violet);
  color: #fff;
}
.row-links dl dd button:has(.icon-add).loading {
  pointer-events: none;
}
.row-links dl dd button:has(.icon-add).loading em {
  position: relative;
}
.row-links dl dd button:has(.icon-add).loading em::before {
  display: none;
}
.row-links dl dd button:has(.icon-add).loading em::after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid var(--color-violet);
  border-bottom: 2px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12.5px;
  margin-top: -12.5px;
  animation-name: spin;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.row-links dl dd button.edit-download {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  align-content: center;
  background: var(--color-green);
  color: #fff;
  font-size: 28px;
  border: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}
.row-links dl dd button.edit-download:focus,
.row-links dl dd button.edit-download:hover {
  background: var(--color-violet);
}
.row-links dl dd button.delete-download {
  width: 50px;
  height: 50px;
  display: grid;
  justify-content: center;
  align-content: center;
  font-size: 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: -49px;
  top: 50%;
  margin-top: -25px;
}
.row-links dl dd button.delete-download:focus,
.row-links dl dd button.delete-download:hover {
  color: var(--color-green);
}
.row-links dl dd button.delete-download.loading {
  pointer-events: none;
}
.row-links dl dd button.delete-download.loading::before {
  display: none;
}
.row-links dl dd button.delete-download.loading::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--color-violet);
  border-bottom: 1px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  animation-name: spin;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.row-links dl dd button.edit-download,
.row-links dl dd button.delete-download {
  opacity: 0;
  pointer-events: none;
}
.row-links dl dd:focus button.edit-download,
.row-links dl dd:hover button.edit-download,
.row-links dl dd:focus button.delete-download,
.row-links dl dd:hover button.delete-download {
  opacity: 1;
  pointer-events: all;
}
.row-links dl dd.edit-mode button.edit-download {
  opacity: 1;
  pointer-events: all;
}
.row-links dl dd.edit-mode button.delete-download {
  display: none;
}
.row-links dl dd.is-dropover button.add-download-button em {
  color: #fff;
  background: var(--color-green);
}
.row-links .btn-wrap {
  margin: 100px 200px 100px;
}
@media only screen and (max-width: 960px) {
  .row-links dl {
    margin: 0 0 50px;
  }
  .row-links dl:last-child {
    margin-bottom: 0;
  }
  .row-links dl:has(.delete-download) dd {
    padding-right: 70px;
  }
  .row-links dl:has(.delete-download) button.delete-download {
    right: 0;
  }
  .row-links .btn-wrap {
    margin: 50px 0 50px;
  }
}
@media only screen and (max-width: 763px) {
  .row-links dl dd a {
    flex-direction: column;
    position: relative;
    padding-left: 75px;
    background-position: 75px 100%;
    gap: 0;
  }
  .row-links dl dd a em {
    position: absolute;
    left: 0;
    top: 0;
  }
  .row-links dl dd a span {
    padding-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .row-links dl dd a small {
    padding-bottom: 5px;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --table-padding: 20px 25px;
}
.table-outer {
  position: relative;
}
.table-outer::before {
  width: 170px;
  height: 125px;
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  speak: none;
  display: block;
  background-image: url(../gfx/table-decor.svg);
  right: 42px;
  top: -80px;
  z-index: 0;
}
@media only screen and (max-width: 960px) {
  .table-outer::before {
    display: none;
  }
}
.table-wrap {
  position: relative;
  z-index: 2;
}
.table-wrap table {
  width: 100%;
  border-radius: 20px;
  table-layout: auto;
}
.table-wrap table th,
.table-wrap table td {
  padding: var(--table-padding);
  vertical-align: top;
}
.table-wrap table th:first-child,
.table-wrap table td:first-child {
  border-left: 0;
}
.table-wrap table th.left,
.table-wrap table td.left {
  text-align: left;
}
.table-wrap table th.center,
.table-wrap table td.center {
  text-align: center;
}
.table-wrap table th.right,
.table-wrap table td.right {
  text-align: right;
}
.table-wrap table th.bold,
.table-wrap table td.bold {
  font-weight: 600;
}
.table-wrap table th.italic,
.table-wrap table td.italic {
  font-style: italic;
}
.table-wrap table th.underline,
.table-wrap table td.underline {
  text-decoration: underline;
}
.table-wrap table thead {
  color: #fff;
}
.table-wrap table thead th {
  font-family: var(--font);
  background: var(--brand-color-1);
  font-weight: normal;
  padding: 20px;
  line-height: 100%;
}
.table-wrap table thead th:first-child {
  border-radius: 30px 0 0 30px;
  padding-left: 60px;
}
.table-wrap table thead th:last-child {
  border-radius: 0 30px 30px 0;
  padding-right: 60px;
}
.table-wrap table tbody tr th,
.table-wrap table tbody tr td {
  vertical-align: top;
  color: var(--brand-color-1);
  border-bottom: 2px solid #fff;
}
.table-wrap table tbody tr th a,
.table-wrap table tbody tr td a {
  text-decoration: none;
  color: inherit;
}
.table-wrap table tbody tr th a:focus,
.table-wrap table tbody tr td a:focus,
.table-wrap table tbody tr th a:hover,
.table-wrap table tbody tr td a:hover {
  color: var(--brand-color-2);
}
.table-wrap table tbody tr th:first-child,
.table-wrap table tbody tr td:first-child {
  padding-left: 60px;
}
.table-wrap table tbody tr th:last-child,
.table-wrap table tbody tr td:last-child {
  padding-right: 60px;
}
@media only screen and (max-width: 820px) {
  .table-wrap {
    overflow: auto;
    margin: 0 -30px;
    padding: 0 30px;
  }
  .table-wrap table {
    width: auto;
    min-width: 100%;
  }
  .table-wrap table tbody th,
  .table-wrap table tbody td {
    min-width: 200px;
    padding: 20px 30px;
  }
}
.row-table {
  overflow: clip;
}
.row-table:has(tfoot) {
  overflow: visible;
}
.row-table .caption {
  display: block;
  padding-top: 20px;
  text-align: right;
  font-size: 0.875rem;
}
.row-table .content-width {
  padding: 0 30px;
}
@media only screen and (max-width: 1600px) {
  .row-table .content-width {
    padding: 0 185px 0 30px;
  }
}
@media only screen and (max-width: 960px) {
  .row-table .content-width {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 763px) {
  .table-wrap {
    padding-right: 20px;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
/* Custom Styles & Experimental  - */
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --brand-color-1: #7D1E3C;
  --brand-color-2: #EF6E4C;
  --brand-color-3: #F2E9E8;
  --brand-color-4: #5E636D;
  --color-primary: var(--brand-color-1);
  --color-secondary: var(--brand-color-2);
  --color-text: #fff;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  transform: none;
}
[data-aos='fade-up'] {
  transform: translate3d(0, 100px, 0);
}
[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 400ms;
}
.is-red {
  color: #FF0000;
}
.no-results {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 100px 0;
  color: var(--color-midgrey);
  width: 100%;
}
.hidden {
  display: none !important;
}
.anchor {
  display: block;
  scroll-margin-top: 150px;
}
.mobi-content {
  display: none;
}
@media only screen and (max-width: 960px) {
  .mobi-content {
    display: block;
  }
}
.container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.container main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
body.error-404 main {
  display: flex;
  flex-direction: column;
}
.autosuggest-wrapper ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.autosuggest-wrapper ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 5px 0;
}
.autosuggest-wrapper ul li a span {
  font-weight: 700;
}
.autosuggest-wrapper ul li.active a {
  outline: 2px solid #000;
  outline-offset: 2px;
}
nav.download-list h3 {
  text-transform: uppercase;
  color: var(--brand-color-1);
  font-size: 1.875rem;
  font-family: var(--font);
  margin-bottom: 30px;
}
nav.download-list ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
nav.download-list ul li {
  margin-bottom: 0;
}
nav.download-list a {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  text-decoration: none;
}
nav.download-list a em {
  grid-area: 1 / 1 / 3 / 2;
  width: 60px;
  height: 60px;
  display: grid;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  background: var(--brand-color-2);
  color: var(--brand-color-1);
  border-radius: 50px;
}
nav.download-list a strong {
  grid-area: 1 / 2 / 2 / 3;
  color: var(--brand-color-1);
  font-size: 1.125rem;
  font-weight: 600;
}
nav.download-list a small {
  grid-area: 2 / 2 / 3 / 3;
  font-size: 1rem;
}
/*
*
*   SECONDRED Boilerplate
*   Debug Style
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
*:focus:not(:focus-visible) {
  outline: none;
}
*:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
/* Custom Focus */
.cookie-bar:focus-visible {
  outline: none;
}
.cookie-bar:focus-visible .content-width {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.card-related:focus-within {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.custom-select:focus-within .selected-options,
.privacy-container input:focus-visible + label em,
.fui-checkbox input:focus-visible + label::before,
.fui-radio input:focus-visible + label::before,
.form-radio input[type="radio"]:focus-visible + label,
.form-radio input[type="checkbox"]:focus-visible + label em {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.privacy-container .form-radio input:focus-visible + label {
  outline: none;
}
/* -- Skip Nav -- */
.nav-skip-wrap {
  position: relative;
}
.nav-skip {
  position: fixed;
  top: -500px;
  left: 30px;
  padding: 1rem;
  z-index: 10000;
}
.nav-skip:focus-within {
  top: 0;
}
.nav-skip a {
  padding: 1rem;
  display: block;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  margin-bottom: 1em;
}
.nav-skip a:hover,
.nav-skip a:focus {
  color: var(--color-blue);
}
.nav-skip a:last-child {
  margin-bottom: 0;
}
body:has(.cookie-bar[style*="display: none"]) a.focus-cookiebar {
  display: none;
}
@media (hover: hover), (pointer: fine) {
  body.focus-within {
    /* display: flex;
        flex-direction: column; */
    /*   .cookie-bar{ order: 0}
        .container { order: 1; min-height: auto}*/
  }
  body.focus-within .header,
  body.focus-within .cookie-bar {
    position: relative;
  }
  body.focus-within .row-tabs nav.tabs,
  body.focus-within .accordion details summary {
    position: static;
  }
}
/*
@media (prefers-reduced-motion: reduce) { 
no-preference

    *{
        animation: none !important;
        transition: none !important
    }
    .notyf__toast {
        animation: notyf-fadeinup 0.3s ease-in forwards !important;
    }
    .notyf__ripple {
        animation: ripple 0.4s ease-out forwards !important;
    }
    .notyf__message{animation: notyf-fadeinup 0.3s forwards !important}
    .notyf__dismiss {animation: notyf-fadeinleft 0.3s forwards !important}
    .notyf__dismiss-btn {    transition: opacity 0.2s ease, background-color 0.2s ease !important}
}
*/
@media (prefers-color-scheme: dark), (prefers-contrast: more) {
  /* Dark Mode styles go here */
}
/* -- Scrollanimations  -- */
@media (prefers-reduced-motion: no-preference) {
  @keyframes fadeInImage {
    from {
      opacity: 0;
      transform: translate(0, 20%);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes fadeInTextDown {
    from {
      opacity: 0;
      transform: translate(0, 10%);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .row-text-image .content-width > h2 {
    view-timeline-name: --textimage-title;
    view-timeline-axis: block;
    animation: linear rowTitle both;
    animation-timeline: --textimage-title;
    animation-range: entry 20% cover 40%;
  }
  .row-text-image .col-img {
    view-timeline-name: --fadeIn-image;
    view-timeline-axis: block;
    animation: ease-out fadeInImage both;
    animation-timeline: --fadeIn-image;
    animation-range: entry 20% cover 40%;
  }
  .row-text-image .embed-container,
  .row-text-image .col-text {
    view-timeline-name: --fadeIn-text;
    view-timeline-axis: block;
    animation: ease-out fadeInTextDown both;
    animation-timeline: --fadeIn-text;
    animation-range: entry 20% cover 40%;
  }
  /* -- Text  -- */
  @keyframes fadeInTextUp {
    from {
      opacity: 0;
      transform: translate(0, 100px);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .row-text article > * {
    view-timeline-name: --fadeIn-text;
    view-timeline-axis: block;
    animation: ease-out fadeInTextUp both;
    animation-timeline: --fadeIn-text;
    animation-range: entry 20% cover 40%;
  }
  /* -- Bilder & Video  -- */
  @keyframes galleryTitle {
    from {
      opacity: 0;
      transform: translate(0, 100px);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes galleryImage {
    from {
      opacity: 0;
      transform: translate(0, 50px);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .row-image h2 {
    view-timeline-name: --gallery-title;
    view-timeline-axis: block;
    animation: linear galleryTitle both;
    animation-timeline: --gallery-title;
    animation-range: entry 20% cover 40%;
  }
  .row-image figure {
    view-timeline-name: --gallery-image;
    view-timeline-axis: block;
    animation: ease-out galleryImage both;
    animation-timeline: --gallery-image;
    animation-range: entry 20% cover 40%;
  }
  .row-video h2 {
    view-timeline-name: --gallery-title;
    view-timeline-axis: block;
    animation: linear galleryTitle both;
    animation-timeline: --gallery-title;
    animation-range: entry 20% cover 40%;
  }
  .row-video .video {
    view-timeline-name: --gallery-image;
    view-timeline-axis: block;
    animation: ease-out galleryImage both;
    animation-timeline: --gallery-image;
    animation-range: entry 20% cover 40%;
  }
  /* -- Collagen  -- */
  @keyframes collageTitle {
    from {
      opacity: 0;
      transform: translate(0, 50px);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes collageImage1 {
    from {
      opacity: 0;
      transform: translate(0, 10%);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes collageImage2 {
    from {
      opacity: 0;
      transform: translate(0, 30%);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .row-collage h2 {
    view-timeline-name: --collage-title-1;
    view-timeline-axis: block;
    animation: linear collageTitle both;
    animation-timeline: --collage-title-1;
    animation-range: entry 20% cover 40%;
  }
  .row-collage .col:nth-child(1) {
    view-timeline-name: --collage-image-1;
    view-timeline-axis: block;
    animation: ease-out collageImage1 both;
    animation-timeline: --collage-image-1;
    animation-range: entry 20% cover 40%;
  }
  .row-collage .col:nth-child(2) {
    view-timeline-name: --collage-image-2;
    view-timeline-axis: block;
    animation: ease-out collageImage2 both;
    animation-timeline: --collage-image-2;
    animation-range: entry 20% cover 40%;
  }
  /* -- Accordion -- */
  @keyframes rowTitle {
    from {
      opacity: 0;
      transform: translate(0, 50px);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes accCard1 {
    from {
      opacity: 0;
      transform: translate(100px, 0);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes accCard2 {
    from {
      opacity: 0;
      transform: translate(150px, 0);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes accCard3 {
    from {
      opacity: 0;
      transform: translate(200px, 0);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes accCard4 {
    from {
      opacity: 0;
      transform: translate(250px, 0);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes accCard5 {
    from {
      opacity: 0;
      transform: translate(300px, 0);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes accCard6 {
    from {
      opacity: 0;
      transform: translate(350px, 0);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes accCard7 {
    from {
      opacity: 0;
      transform: translate(400px, 0);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes accCard8 {
    from {
      opacity: 0;
      transform: translate(450px, 0);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .row-accordion h2 {
    view-timeline-name: --accordion-title;
    view-timeline-axis: block;
    animation: linear rowTitle both;
    animation-timeline: --accordion-title;
    animation-range: entry 20% cover 40%;
  }
  .row-accordion .accordion-card:nth-child(1) {
    view-timeline-name: --acc-card-1;
    view-timeline-axis: block;
    animation: ease-out accCard1 both;
    animation-timeline: --acc-card-1;
    animation-range: entry 20% cover 40%;
  }
  .row-accordion .accordion-card:nth-child(2) {
    view-timeline-name: --acc-card-1;
    view-timeline-axis: block;
    animation: ease-out accCard2 both;
    animation-timeline: --acc-card-1;
    animation-range: entry 20% cover 40%;
  }
  .row-accordion .accordion-card:nth-child(3) {
    view-timeline-name: --acc-card-1;
    view-timeline-axis: block;
    animation: ease-out accCard3 both;
    animation-timeline: --acc-card-1;
    animation-range: entry 20% cover 40%;
  }
  .row-accordion .accordion-card:nth-child(4) {
    view-timeline-name: --acc-card-1;
    view-timeline-axis: block;
    animation: ease-out accCard4 both;
    animation-timeline: --acc-card-1;
    animation-range: entry 20% cover 40%;
  }
  .row-accordion .accordion-card:nth-child(5) {
    view-timeline-name: --acc-card-1;
    view-timeline-axis: block;
    animation: ease-out accCard5 both;
    animation-timeline: --acc-card-1;
    animation-range: entry 20% cover 40%;
  }
  .row-accordion .accordion-card:nth-child(6) {
    view-timeline-name: --acc-card-1;
    view-timeline-axis: block;
    animation: ease-out accCard6 both;
    animation-timeline: --acc-card-1;
    animation-range: entry 20% cover 40%;
  }
  .row-accordion .accordion-card:nth-child(7) {
    view-timeline-name: --acc-card-1;
    view-timeline-axis: block;
    animation: ease-out accCard7 both;
    animation-timeline: --acc-card-1;
    animation-range: entry 20% cover 40%;
  }
  .row-accordion .accordion-card:nth-child(8) {
    view-timeline-name: --acc-card-1;
    view-timeline-axis: block;
    animation: ease-out accCard8 both;
    animation-timeline: --acc-card-1;
    animation-range: entry 20% cover 40%;
  }
  /* -- Vision -- */
  @keyframes timelineFadeIn {
    from {
      opacity: 0;
      transform: translate(300px, 0);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .row-timeline h2 {
    view-timeline-name: --timeline-title;
    view-timeline-axis: block;
    animation: linear rowTitle both;
    animation-timeline: --timeline-title;
    animation-range: entry 20% cover 40%;
  }
  .row-timeline .swiper {
    view-timeline-name: --timeline;
    view-timeline-axis: block;
    animation: ease-out timelineFadeIn both;
    animation-timeline: --timeline;
    animation-range: entry 20% cover 40%;
  }
  /* -- Kommentar -- */
  @keyframes quoteIcon {
    from {
      opacity: 0;
      transform: scale(0);
    }
    to {
      opacity: 0.2;
      transform: scale(1);
    }
  }
  @keyframes quoteText {
    from {
      opacity: 0;
      transform: translate(0, 100px);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes quoteAuthor {
    from {
      opacity: 0;
      transform: translate(0, 200px);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .row-quote blockquote::before {
    view-timeline-name: --quote-icon;
    view-timeline-axis: block;
    animation: linear quoteIcon both;
    animation-timeline: --quote-icon;
    animation-range: entry 20% cover 40%;
  }
  .row-quote blockquote p {
    view-timeline-name: --quote-text;
    view-timeline-axis: block;
    animation: linear quoteText both;
    animation-timeline: --quote-text;
    animation-range: entry 20% cover 40%;
  }
  .row-quote figure {
    view-timeline-name: --quote-author;
    view-timeline-axis: block;
    animation: linear quoteAuthor both;
    animation-timeline: --quote-author;
    animation-range: entry 20% cover 40%;
  }
  /* -- Table --
    @keyframes revealTable {
        from {
            opacity: 0;
            clip-path: inset(45% 20% 45% 20%);
        }
        to {
            opacity: 1;
            clip-path: inset(0% 0% 0% 0%);
        }
    }
    .row-table {
        h2 {
            view-timeline-name: --table-title;
            view-timeline-axis: block;

            animation: linear rowTitle both;
            animation-timeline: --table-title;
            animation-range: entry 20% cover 40%;
        }
        .table-wrap {
            view-timeline-name: --revealing-table;
            view-timeline-axis: block;

            animation: linear revealTable both;
            animation-timeline: --revealing-table;
            animation-range: entry 20% cover 40%;
        }
    }
     */
}
/*
*
*   SECONDRED Boilerplate
*   Debug Style
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
*:focus:not(:focus-visible) {
  outline: none;
}
*:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  outline-color: invert;
}
/* Custom Focus */
.cookie-bar:focus-visible {
  outline: none;
}
.cookie-bar:focus-visible .content-width {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.card-related:focus-within {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.custom-select:focus-within .selected-options,
.privacy-container input:focus-visible + label em,
.fui-checkbox input:focus-visible + label::before,
.fui-radio input:focus-visible + label::before,
.form-radio input[type="radio"]:focus-visible + label,
.form-radio input[type="checkbox"]:focus-visible + label em {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.privacy-container .form-radio input:focus-visible + label {
  outline: none;
}
/* -- Skip Nav -- */
.nav-skip-wrap {
  position: relative;
}
.nav-skip {
  position: fixed;
  top: -500px;
  left: 30px;
  padding: 1rem;
  z-index: 10000;
}
.nav-skip:focus-within {
  top: 0;
}
.nav-skip a {
  padding: 1rem;
  display: block;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  margin-bottom: 1em;
}
.nav-skip a:hover,
.nav-skip a:focus {
  color: var(--color-secondary);
}
.nav-skip a:last-child {
  margin-bottom: 0;
}
body:has(.cookie-bar[style*="display: none"]) a.focus-cookiebar {
  display: none;
}
@media (hover: hover), (pointer: fine) {
  body.focus-within {
    /* display: flex;
        flex-direction: column; */
    /*   .cookie-bar{ order: 0}
        .container { order: 1; min-height: auto}*/
  }
  body.focus-within .header,
  body.focus-within .cookie-bar {
    position: relative;
  }
  body.focus-within .row-tabs nav.tabs,
  body.focus-within .accordion details summary {
    position: static;
  }
}
/*
@media (prefers-reduced-motion: reduce) { 

    *{
        animation: none !important;
        transition: none !important
    }
    .notyf__toast {
        animation: notyf-fadeinup 0.3s ease-in forwards !important;
    }
    .notyf__ripple {
        animation: ripple 0.4s ease-out forwards !important;
    }
    .notyf__message{animation: notyf-fadeinup 0.3s forwards !important}
    .notyf__dismiss {animation: notyf-fadeinleft 0.3s forwards !important}
    .notyf__dismiss-btn {    transition: opacity 0.2s ease, background-color 0.2s ease !important}
}
*/
@media (prefers-color-scheme: dark), (prefers-contrast: more) {
  /* Dark Mode styles go here */
}
/* - Pages - */
/* @import "pages/_start";
@import "pages/_news";
@import "pages/_content";
@import "pages/_contact";
*/

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