@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(--primary-color);
  scrollbar-track-color: #ddd;
  scrollbar-color: var(--primary-color) #ddd;
  scrollbar-width: thin;
  /* 
    *    Body & Layout defaults
    */
  --font: 'Satoshi-Regular', sans-serif;
  --font-size: 1.125rem;
  --body-color: #fff;
  --layout-width: 1700px;
  --layout-max-width: 1700px;
  --layout-small-width: 1170px;
  --line-height: 1.5rem;
  --text-color: var(--color-tiber);
  --border-radius: 10px;
  --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: 20px;
  /* - Headline - Typografie  - */
  --headline-font: var(--headlinefont-black);
  --headline-font-weight: normal;
  --headline-line-height: 125%;
  --headline-margin: 0 0 40px 0;
  --headline-1-size: 3.125rem;
  --headline-1-clamp-size: clamp(2.5rem, 4.143rem, 3.75rem);
  --headline-2-size: 2.5rem;
  --headline-2-clamp-size: clamp(1.8rem, 2.4vw, 2.2rem);
  --headline-3-size: 1.375rem;
  --headline-3-clamp-size: clamp(1.5rem, 2.3vw, 2rem);
  --headline-4-size: 1.563rem;
  --headline-4-clamp-size: clamp(1.4rem, 2vw, 1.8rem);
  --headline-5-size: 1.5em;
  --headline-5-clamp-size: clamp(1.3rem, 1.7vw, 1.5rem);
  --headline-6-size: 1.2em;
  --headline-6-clamp-size: clamp(1.1rem, 1.3vw, 1.2rem);
  /* - Color - */
  --teaser-caption-bg: var(--primary-color);
  --teaser-caption-color: #fff;
  --primary-color: var(--color-blue);
  --secondary-color: var(--color-orange);
  --link-color: var(--color-blue);
  --fill-color: #eee;
  --border-color: #eee;
  --colorHighlight: #008BCC;
  --colorSuccess: #6A9618;
  --colorWarning: #F59400;
  --colorAlert: #D90000;
  --colorGrey: #333333;
  --colorDisabled: #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;
}
.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
*
*/
@font-face {
  font-family: 'Alpino-Bold';
  src: url('../fonts/Alpino-Bold.woff2') format('woff2'), url('../fonts/Alpino-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Alpino-Black';
  src: url('../fonts/Alpino-Black.woff2') format('woff2'), url('../fonts/Alpino-Black.woff') format('woff');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Regular';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Bold';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Black';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'), url('../fonts/Satoshi-Black.woff') format('woff');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?i8lefx');
  src: url('../fonts/icomoon.eot?i8lefx#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?i8lefx') format('truetype'), url('../fonts/icomoon.woff?i8lefx') format('woff'), url('../fonts/icomoon.svg?i8lefx#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-instagram:before {
  content: "\e900";
}
.icon-next:before {
  content: "\e901";
}
.icon-prev:before {
  content: "\e902";
}
.icon-ansprache:before {
  content: "\e903";
}
.icon-mail:before {
  content: "\e904";
}
.icon-phone:before {
  content: "\e905";
}
.icon-fax:before {
  content: "\e906";
}
.icon-infopoint:before {
  content: "\e907";
}
.icon-warning:before {
  content: "\e908";
}
.icon-warning-search:before {
  content: "\e909";
}
.icon-download:before {
  content: "\e90a";
}
.icon-zielgruppe:before {
  content: "\e90b";
}
.icon-phone-filled:before {
  content: "\e90c";
}
.icon-mail-filled:before {
  content: "\e90d";
}
.icon-arrow-down:before {
  content: "\e90e";
}
.icon-search:before {
  content: "\e90f";
}
.icon-location:before {
  content: "\e910";
}
.icon-time:before {
  content: "\e911";
}
/*
*
*   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:"],
a[href^="fax:"] {
  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);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: inherit;
}
h1 {
  font-size: var(--headline-1-size);
  color: var(--color-darkblue);
}
h2 {
  font-size: var(--headline-2-size);
}
h3 {
  font-size: var(--headline-3-size);
}
h4 {
  font-size: var(--headline-4-size);
  font-size: var(--headline-4-clamp-size);
}
h5 {
  font-size: var(--headline-5-size);
  font-size: var(--headline-5-clamp-size);
}
h6 {
  font-size: var(--headline-6-size);
  font-size: var(--headline-6-clamp-size);
}
p {
  margin-bottom: var(--default-margin);
}
p.large {
  font-size: 1.625rem;
  font-family: 'Satoshi-Bold', sans-serif;
}
p:last-child {
  margin-bottom: 0;
}
p strong {
  font-weight: bold;
}
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);
  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);
}
/*
  .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: #333;
  }
  .container {
    background-color: #fff;
  }
}
@media screen and (prefers-color-scheme: light) {
  body {
    background: #efefef;
  }
  .container {
    background-color: #fff;
  }
}
/*
*
*   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: 30px;
  --layout-tablet: 760px;
  --layout-responsive: 920px;
  --layout-desktop: 1200px;
}
.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
  flex: 0 0 auto;
}
.grid.center {
  justify-content: center;
}
.grid .col {
  width: 100%;
  margin-bottom: var(--colMarginBottom);
  padding: 0 15px;
}
.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%;
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row {
  font-weight: 300;
  padding: 0 30px 100px;
  max-width: 1700px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
}
.row .content-width .inner-small,
.row .content-width.small {
  max-width: var(--layout-small-width);
  margin: 0 auto;
}
.row:has(.inner-small) {
  padding: 0 30px;
}
@media only screen and (max-width: 1120px) {
  .row:has(.inner-small) {
    padding: 0 20px;
  }
}
.row h2 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  hyphens: auto;
  font-family: 'Alpino-Black', sans-serif;
  color: var(--primary-color);
}
@media only screen and (max-width: 563px) {
  .row h2 {
    font-size: 1.8rem;
  }
}
.row article h2 {
  margin-left: 0;
}
.row article p a {
  font-weight: normal;
  text-decoration: none;
}
.row article p a:hover {
  text-decoration: underline;
}
.row.is-lightgrey .content-width {
  background: var(--color-lightgrey);
}
.row.has-greenwaves {
  background-image: url(../gfx/green-waves.png);
  background-position: center;
  background-repeat: no-repeat;
}
.row.filled {
  background: var(--color-lightgrey);
}
@media only screen and (max-width: 1120px) {
  .row {
    padding: 0 20px 50px;
  }
}
.row-external {
  max-width: none;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(../gfx/content-wave-green.png);
  background-position: center;
  background-repeat: no-repeat;
}
.row-external h2 {
  color: var(--color-lightgreen);
}
.row-external .privacy-container {
  border-radius: 25px;
  background: var(--color-darkblue);
  padding: 60px;
  font-size: 1rem;
  max-width: 1170px;
  margin: 0 auto;
  color: #fff;
}
.row-external fieldset {
  margin-bottom: 0;
}
.row-external fieldset label,
.row-external fieldset .form-item {
  margin-bottom: 0;
}
@media only screen and (max-width: 763px) {
  .row-external {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: none;
  }
  .row-external .privacy-container {
    padding: 30px;
  }
}
.row-faq {
  padding-top: 100px;
}
.row-faq h2 {
  font-size: 3.125rem;
}
@media only screen and (max-width: 763px) {
  .row-faq {
    padding-top: 50px;
  }
  .row-faq h2 {
    font-size: 2.5rem;
    line-height: 2.375rem;
  }
}
.row-faq details {
  border-radius: 25px;
  margin-bottom: 30px;
  border: 2px solid var(--color-greyblue);
  background: #F0F3F5;
}
.row-faq details summary {
  list-style: none;
  padding: 15px 30px;
  font-family: var(--font-bold);
  color: var(--color-darkblue);
  cursor: pointer;
}
.row-faq details summary::before {
  float: right;
  position: relative;
  top: 3px;
}
.row-faq details summary::-webkit-details-marker {
  display: none;
}
.row-faq details .faq-content {
  padding: 0 30px 15px;
}
.row-faq details[open] summary::before {
  transform: rotate(180deg);
}
.row-faq details h2 {
  color: var(--color-green);
  font-size: 1.375rem;
  margin-bottom: 15px;
}
.row-faq details ul {
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
}
.row-faq details ul li {
  position: relative;
  padding-left: 25px;
}
.row-faq details ul li::before {
  width: 10px;
  height: 3px;
  border-radius: 2px;
  background: var(--color-lightgreen);
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
}
.row-faq details:last-child {
  margin-bottom: 0;
}
.row-faq:first-child {
  border-radius: 25px 25px 0 0;
}
.row-news + .row-faq {
  padding-top: 0;
}
.row-register {
  padding-bottom: 100px;
}
@media only screen and (max-width: 763px) {
  .row-register {
    padding-bottom: 50px;
  }
}
.row-register article {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.row-register article h2 {
  margin-bottom: 0;
}
.row-register article p {
  color: var(--color-orange);
}
.row-news {
  background-image: url(../gfx/body-lightgrey-waves.png);
  background-position: center;
  background-repeat: no-repeat;
  max-width: none;
}
.row-news .content-width > article {
  margin-bottom: 30px;
  max-width: 70%;
}
@media only screen and (max-width: 960px) {
  .row-news .content-width > article {
    max-width: none;
  }
}
.row-news:first-child {
  padding-top: 50px;
}
.row-drugabc {
  padding: 0 50px;
}
@media only screen and (max-width: 763px) {
  .row-drugabc {
    padding: 0 20px;
  }
}
.row-drugabc .content-width {
  padding: 100px;
}
@media only screen and (max-width: 763px) {
  .row-drugabc .content-width {
    padding: 50px;
  }
  .row-drugabc .content-width.small {
    max-width: none !important;
    padding: 50px 0;
  }
}
.row-drugabc .tabs {
  margin-bottom: 30px;
}
.row-drugabc .tabs button {
  background: var(--tab-color, var(--color-darkblue));
  color: var(--tab-textcolor, #fff);
  font-family: 'Satoshi-Black', sans-serif;
  height: 40px;
  border-radius: 20px;
}
.row-drugabc .tabs button:hover {
  color: #fff;
  background: var(--color-orange);
}
.row-drugabc .alphabet {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 30px;
  background: #E0E7EA;
  height: 40px;
  border-radius: 20px;
}
.row-drugabc .alphabet button {
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-family: 'Satoshi-Black', sans-serif;
  color: var(--text-color);
  display: grid;
  justify-content: center;
  align-content: center;
}
.row-drugabc .alphabet button:hover {
  background: var(--color-orange);
  color: #fff;
}
.row-drugabc .alphabet button.active {
  background: var(--color-darkblue);
  color: #fff;
}
.row-drugabc .drogerie_abc a {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  gap: 10px;
  text-decoration: none;
  font-family: 'Satoshi-Black', sans-serif;
  color: var(--color-darkblue);
  align-items: center;
  position: relative;
}
.row-drugabc .drogerie_abc a em {
  border-radius: 50%;
  background: var(--dot-color, #000);
  width: 15px;
  height: 15px;
}
.row-drugabc .drogerie_abc a:hover {
  color: var(--color-orange);
}
.row-drugabc .drogerie_abc a::before {
  position: absolute;
  right: 0;
  top: 0;
}
.row-drugabc .content {
  border-radius: 20px;
  padding: 50px 70px;
  margin-bottom: 50px;
  background: var(--color-darkblue) url(../gfx/tabcontent-waves.png) no-repeat center top;
  color: #fff;
}
.row-drugabc .content h3 {
  color: var(--color-lightgreen);
  font-family: var(--headlinefont-black);
  font-size: 1.563rem;
}
.row-drugabc .content.is-hidden {
  display: none;
}
@media only screen and (max-width: 763px) {
  .row-drugabc .content {
    padding: 30px;
  }
}
.row-loadmore {
  padding: 0 30px 100px;
}
.row-loadmore:last-child {
  padding: 0 30px;
}
.row-404 {
  background: url(../gfx/error-404-wave.png) no-repeat center 170px;
  background-attachment: fixed;
  max-width: none;
}
.row-404 .text-404 {
  background: var(--color-lightgreen) url(../gfx/404-text-waves.png) no-repeat center 170px;
  background-attachment: fixed;
  flex: 1;
  aspect-ratio: 212/83;
  margin-right: -50px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 636 249"><path d="M206 189c0 5-4 8-9 8h-24v42c0 5-3 9-8 9h-50c-5 0-9-4-9-9v-42H9c-6 0-9-3-9-8v-24c0-6 2-9 5-13l95-142c3-5 7-6 11-6h54c5 0 8 4 8 9v133h24c5 0 9 3 9 9v34Zm-100-43V84l-39 62h39Zm113-45c0-65 40-101 99-101s100 36 100 101-40 101-100 101-99-36-99-101Zm123 0c0-27-9-42-24-42s-24 15-24 42 9 42 24 42 24-16 24-42Zm294 88c0 5-4 8-9 8h-24v42c0 5-3 9-9 9h-49c-5 0-9-4-9-9v-42h-97c-6 0-9-3-9-8v-24c0-6 2-9 4-13l95-142c4-5 7-6 12-6h53c6 0 9 4 9 9v133h24c5 0 9 3 9 9v34Zm-100-43V84l-39 62h39Z"/></svg>') center / cover no-repeat;
}
.row-404 article {
  background: var(--color-darkblue);
  color: #fff;
  border-radius: 20px;
  padding: 30px 30px 30px 100px;
  margin-top: 130px;
  width: 40%;
}
.row-404 article h1 {
  color: var(--color-lightgreen);
  font-size: 2.188rem;
  line-height: 2.625rem;
}
.row-404 .content-width {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
/* 
*
*   SECONDRED Boilerplate
*   Header
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  /* - Logo Style - */
  --logo-width: 352px;
  --logo-height: 146px;
  --logo-bg: transparent;
  --logo-shadow: none;
  --logo-align: left;
  --logo-small-width: 188px;
  --logo-small-height: 40px;
  /* - Header Style  - */
  --header-shadow: none;
  --header-height: 170px;
  --header-small-height: 120px;
  --header-color: #fff;
  --header-position: sticky;
  --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);
  z-index: 777;
  transform: translateZ(0);
  color: #fff;
  left: 0;
  right: 0;
}
header.header .content-width {
  height: var(--header-height);
}
header.header .content-width.small {
  max-width: var(--layout-small-width);
}
header.header .inner {
  height: var(--header-height);
  padding: var(--header-padding);
}
header.header .content-width {
  position: relative;
}
@media only screen and (max-width: 1400px) {
  header.header .content-width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1120px) {
  header.header .content-width {
    height: 87px;
    padding: 0 20px;
  }
}
body:has(.row-teaser):not(.drugstore) header.header {
  position: fixed;
  background: transparent;
}
.logo {
  float: var(--logo-align);
  padding-top: 0;
  position: relative;
}
.logo a {
  background-image: var(--logo-img);
  display: grid;
  justify-content: center;
  align-content: center;
  background-repeat: no-repeat;
  background-position: left center;
  width: var(--logo-width);
  height: var(--logo-height);
  box-shadow: var(--logo-shadow);
  background-color: var(--logo-bg);
}
.logo img {
  transition: height 350ms cubic-bezier(0.2, 1, 0.3, 1), width 350ms cubic-bezier(0.2, 1, 0.3, 1);
  height: 146px;
}
@media only screen and (max-width: 1120px) {
  .logo {
    padding: 10px 0;
  }
  .logo a {
    width: 156px !important;
    height: 65px !important;
  }
  .logo a img {
    height: inherit !important;
  }
}
body.drugstore .logo {
  background: var(--color-darkblue);
  border-radius: 0 0 20px 20px;
  margin-bottom: -20px;
}
body.drugstore .logo a {
  height: 190px;
  width: 300px;
}
/*
*
*   SECONDRED Boilerplate
*   Menu Styles
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --hamburger-bg-color: transparent;
  --hamburger-position: right;
  --hamburger-height: 80px;
  --hamburger-width: 80px;
  --hamburger-line-color: var(--color-darkblue);
  /* - Menu-Style - */
  --menu-float: left;
  --menu-fontsize: 3.125rem;
  --menu-padding: 28px 0 0 0;
}
.inline ul {
  margin: 0;
  padding: 0;
}
.inline ul li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hamburger {
  display: flex;
  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: relative;
  z-index: 10;
  top: 45px;
  transition: background 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.hamburger .burger {
  width: 56px;
  height: 56px;
  display: inline-block;
  position: relative;
  transform-style: preserve-3d;
}
.hamburger em {
  width: 56px;
  height: 4px;
  background: var(--hamburger-line-color);
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  top: 50%;
  margin-top: -2px;
  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: -15px;
}
.hamburger em.bottom {
  margin-top: 11px;
}
.hamburger:hover em.top,
.hamburger:focus em.top {
  margin-top: -12px;
}
.hamburger:hover em.bottom,
.hamburger:focus em.bottom {
  margin-top: 8px;
}
.hamburger.open em {
  width: 30px;
  margin-left: -15px;
}
.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: 1120px) {
  .hamburger {
    height: 60px;
    min-width: 60px;
    top: 13px !important;
    right: 0;
  }
  .hamburger em {
    width: 30px;
    margin-left: -15px;
    height: 3px;
  }
  .hamburger em.top {
    margin-top: -12px;
  }
  .hamburger em.bottom {
    margin-top: 8px;
  }
}
nav.langmenu {
  position: absolute;
  top: 0;
  padding-top: 60px;
  right: 170px;
}
@media only screen and (max-width: 1120px) {
  nav.langmenu {
    padding-top: 27px !important;
    right: 130px;
  }
}
nav.langmenu ul {
  height: 50px;
  border-radius: 25px;
  background: var(--color-darkblue);
  background-image: linear-gradient(90deg, #dfe99b 25px, rgba(223, 233, 155, 0) 25px);
}
nav.langmenu ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: grid;
  justify-content: center;
  align-content: center;
}
nav.langmenu ul li a.active {
  background: var(--color-lightgreen);
  color: var(--color-darkblue);
}
nav.langmenu ul:has(li:last-child a.active) {
  background-image: linear-gradient(90deg, rgba(223, 233, 155, 0) 75px, #dfe99b 75px);
}
@media only screen and (max-width: 1120px) {
  nav.langmenu ul {
    height: 30px;
    border-radius: 15px;
    background-image: linear-gradient(90deg, #dfe99b 15px, rgba(223, 233, 155, 0) 15px);
  }
  nav.langmenu ul li a {
    width: 30px;
    height: 30px;
    font-size: 0.688rem;
    padding: 2px 5px;
  }
  nav.langmenu ul:has(li:last-child a.active) {
    background-image: linear-gradient(90deg, rgba(223, 233, 155, 0) 65px, #dfe99b 65px);
  }
}
@media only screen and (max-width: 820px) {
  nav.langmenu {
    display: none;
  }
}
body:not(.drugstore) #mainmenu {
  font-size: 1.463rem;
  right: 0;
  top: -99999em;
  position: absolute;
  z-index: 9;
  overflow: hidden;
  opacity: 0;
  max-width: 400px;
  transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  border-radius: 20px;
  font-family: var(--headlinefont-bold);
  background: var(--color-lightgreen);
}
body:not(.drugstore) #mainmenu a.drugstore {
  background: var(--color-orange);
  text-align: right;
  text-decoration: none;
  display: block;
  padding: 45px 20px 20px;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 350 102"><path d="M0 36a15 15 0 0 0 17 15l320-36c7 0 13-7 13-14v85c0 8-7 15-15 15H15c-8 0-15-7-15-15V36Z"/></svg>') top center / cover no-repeat;
}
body:not(.drugstore) #mainmenu ul {
  position: relative;
  padding: 45px 45px 0 55px;
  margin-bottom: 0;
  margin-left: 0;
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}
body:not(.drugstore) #mainmenu ul ul {
  padding: 0 0 0 20px;
}
body:not(.drugstore) #mainmenu ul li {
  margin-bottom: 0;
  color: var(--color-darkblue);
  display: block;
}
body:not(.drugstore) #mainmenu ul li a {
  color: var(--color-darkblue);
  display: block;
  text-decoration: none;
  padding: 5px 0;
}
body:not(.drugstore) #mainmenu ul li a:hover,
body:not(.drugstore) #mainmenu ul li a:focus,
body:not(.drugstore) #mainmenu ul li a.active {
  color: var(--color-orange);
}
body:not(.drugstore) #mainmenu ul li.has-sub {
  margin-left: -20px;
  padding: 20px 0 0 0;
}
body:not(.drugstore) #mainmenu ul li.has-sub .submenu {
  margin-top: 10px;
}
body:not(.drugstore) #mainmenu:not(:has(a.drugstore)) ul {
  padding: 45px;
}
body:not(.drugstore) #mainmenu.open {
  top: 30px;
  opacity: 1;
  display: block;
}
@media only screen and (max-width: 1120px) {
  body:not(.drugstore) #mainmenu.open {
    top: 0;
  }
}
body.drugstore #mainmenu {
  margin-bottom: 0;
}
@media only screen and (min-width: 961px) {
  body.drugstore #mainmenu ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 0;
  }
  body.drugstore #mainmenu ul li {
    margin-bottom: 0;
  }
  body.drugstore #mainmenu ul li a {
    background: var(--color-darkblue);
    color: #fff;
    border-radius: 25px;
    font-family: var(--headlinefont-bold);
    text-decoration: none;
    padding: 14px 30px;
    display: block;
  }
  body.drugstore #mainmenu ul li a:hover {
    color: var(--color-darkblue);
    background: var(--color-lightgreen);
  }
}
@media only screen and (max-width: 960px) {
  body.drugstore #mainmenu {
    font-size: 1.563rem;
    right: 20px;
    left: auto !important;
    top: -99999em;
    position: absolute;
    z-index: 9;
    overflow: hidden;
    opacity: 0;
    width: 350px;
    transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: 20px;
    font-family: var(--headlinefont-bold);
    background: var(--color-lightgreen);
  }
  body.drugstore #mainmenu a.drugstore {
    background: var(--color-orange);
    text-align: right;
    text-decoration: none;
    display: block;
    padding: 45px 20px 20px;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 350 102"><path d="M0 36a15 15 0 0 0 17 15l320-36c7 0 13-7 13-14v85c0 8-7 15-15 15H15c-8 0-15-7-15-15V36Z"/></svg>') top center / cover no-repeat;
  }
  body.drugstore #mainmenu ul {
    position: relative;
    padding: 45px 45px 0;
    margin-bottom: 0;
    margin-left: 0;
    height: auto !important;
  }
  body.drugstore #mainmenu ul li {
    margin-bottom: 0;
  }
  body.drugstore #mainmenu ul li a {
    color: var(--color-darkblue);
    display: block;
    text-decoration: none;
    padding: 5px 0;
  }
  body.drugstore #mainmenu ul li a:hover,
  body.drugstore #mainmenu ul li a:focus,
  body.drugstore #mainmenu ul li a.active {
    color: var(--color-orange);
  }
  body.drugstore #mainmenu:not(:has(a.drugstore)) ul {
    padding: 45px;
  }
  body.drugstore #mainmenu.open {
    top: 0;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 960px) and only screen and (max-width: 1120px) {
  body.drugstore #mainmenu.open {
    top: 0;
  }
}
/* -- Desktop View -- */
/* -- Mobile View -- */
.pagination strong {
  display: block;
  margin-bottom: 20px;
}
.pagination ul {
  display: flex;
  flex-direction: row;
}
.pagination ul li {
  flex: 1;
  background: #E0E7EA;
  text-align: center;
}
.pagination ul li:first-child,
.pagination ul li:last-child {
  background: transparent;
}
.pagination ul li.first {
  border-radius: 20px 0 0 20px;
}
.pagination ul li.last {
  border-radius: 0 20px 20px 0;
}
.pagination ul a {
  text-decoration: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  align-content: center;
  font-family: var(--font-bold);
  margin: 0 auto;
}
.pagination ul a[aria-current] {
  color: #fff;
  background: var(--color-darkblue);
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.content-width {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 var(--contentPadding);
  max-width: var(--layout-width);
  padding: 0;
}
/*
*
*   SECONDRED Boilerplate
*   Footer Styles
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --footer-bg: transparent;
  --footer-padding: 30px;
  --footer-margin: 0;
}
footer {
  margin-top: auto;
  background: var(--footer-bg);
  color: #fff;
  font-size: 0.875rem;
  overflow: hidden;
  padding: 0 30px;
}
footer .content-width {
  padding: 50px 0 0;
  margin-bottom: 60px;
}
footer .grid {
  margin: 0;
}
footer .grid .col {
  margin-bottom: 0;
  padding: 0;
}
footer .grid .col-2-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer .grid .col-1-3 {
  background: var(--color-lightgreen);
  color: var(--color-darkblue);
  mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 565 729"><path d="M565 733H0V30A30 30 0 0 1 33 0l505 58c16 1 27 14 27 29v646Z"/></svg>') top center / 100% auto no-repeat;
  border-radius: 0 0 20px 20px;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer a:hover,
footer a:focus {
  color: var(--color-yellow);
  text-decoration: underline;
}
footer address {
  padding-left: 265px;
  margin-right: -30px;
  padding-top: 110px;
  padding-bottom: 30px;
  border-radius: 0 0 0 20px;
  font-size: 1.125rem;
  background: var(--color-darkblue) url(../gfx/footer-waves.png) no-repeat center bottom;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 296"><path d="M1199 296H30c-17 0-30-13-30-30V125c0-15 12-28 28-29L1200 1l-1 295Z"/></svg>') top left / cover no-repeat;
}
footer address i,
footer address em {
  font-style: normal;
  color: var(--color-lightgreen);
}
footer .contact-list {
  padding: 130px 30px 30px 30px;
  font-size: 1.125rem;
}
footer .contact-list h4 {
  font-size: 1.125rem;
  margin-bottom: 10px;
  font-family: var(--font-bold);
}
footer .contact-list ul {
  margin-bottom: 0;
}
footer .contact-list ul li {
  position: relative;
  padding-left: 35px;
}
footer .contact-list ul li::before {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
@media only screen and (max-width: 1120px) {
  footer {
    padding: 0 20px;
  }
  footer .content-width {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 960px) {
  footer .contact-list {
    padding: 60px 30px 30px 30px;
  }
  footer .grid {
    flex-direction: column;
  }
  footer .grid .col {
    width: 100%;
  }
  footer .grid .col-1-3 {
    margin-top: -150px;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 350 569"><path d="M350 568H0V33A30 30 0 0 1 33 3l290 30c15 1 27 14 27 30v505Z"/></svg>') top center / cover no-repeat;
  }
  footer address {
    padding: 120px 30px 180px;
    margin-right: 0;
    border-radius: 0;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 350 600"><path d="M0,599.7h350V29.5c0-8.5-3.6-16.6-9.9-22.3-6.3-5.7-14.7-8.4-23.2-7.6C247.9,6.9,90.1,23.4,26.9,30,11.6,31.6,0,44.4,0,59.8c0,57.2,0,539.9,0,539.9Z"/></svg>') top center / cover no-repeat;
  }
}
@media only screen and (max-width: 763px) {
  footer .grid .col-1-3 {
    margin-top: -80px;
  }
  footer address {
    padding: 60px  30px 100px;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.card {
  border-radius: 6px;
}
.card img {
  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: 30px;
}
.card-img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: var(--color-darkblue);
  color: #fff;
  text-align: center;
}
.card-img figure {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-img h3 {
  font-size: 1.563rem;
  margin-bottom: 10px;
  color: var(--color-lightgreen);
}
.card-img .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.card-img .inner .btn {
  margin-top: auto;
}
.card-img .img {
  overflow: hidden;
}
.card-img .img img {
  display: block;
  -webkit-mask-image: url(../gfx/card-img-mask.svg);
  mask-image: url(../gfx/card-img-mask.svg);
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.card-img a.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.card-img a.btn:hover {
  color: #fff;
}
.card-img.is-white {
  background: transparent;
  border-radius: 0;
  color: var(--color-darkblue);
}
.card-img.is-white .img {
  max-width: 270px;
  margin: 0 auto -80px;
  border-radius: 20px 20px 0 0;
}
.card-img.is-white .inner {
  border-radius: 20px;
  padding-top: 100px;
  background: #fff;
}
.card-img.is-white .inner h3 {
  color: var(--color-darkblue);
}
.card-img.is-white a.btn:hover {
  color: var(--color-darkblue);
}
.card-img.is-white:hover .inner {
  background: #E0E7EA;
}
/* -- Card-Events -- */
.card-event {
  margin-bottom: 30px;
  position: relative;
}
.card-event .inner {
  display: flex;
  flex-direction: row;
  padding: 0;
  flex: 1;
}
.card-event .cat {
  position: absolute;
  padding: 8px 20px;
  border-radius: 20px;
  background: var(--color-darkblue);
  color: var(--color-lightgreen);
  font-family: var(--font-bold);
  font-size: 1.125rem;
  top: -20px;
  right: 150px;
}
@media only screen and (max-width: 567px) {
  .card-event .cat {
    right: initial;
    left: 0;
    position: relative;
  }
}
.card-event h2 {
  font-size: 1.875rem;
  padding-top: 0;
  font-weight: normal;
  margin-left: 0;
}
.card-event h2::before {
  display: none;
}
.card-event .day {
  width: 95px;
  background: var(--color-darkblue);
  color: #fff;
  border-radius: 20px;
  margin-right: 20px;
  padding: 10px 0;
  display: grid;
  justify-content: center;
  align-content: center;
}
.card-event .day strong,
.card-event .day small {
  display: block;
  line-height: 100%;
  text-align: center;
  font-weight: 700;
}
.card-event .day strong {
  font-size: 2.5rem;
  color: var(--color-lightgreen);
  margin-bottom: 5px;
}
.card-event .day small {
  font-size: 1rem;
  text-transform: uppercase;
}
.card-event .event-desc {
  flex: 1;
}
@media only screen and (max-width: 960px) {
  .card-event {
    margin-bottom: 50px;
  }
  .card-event .inner {
    flex-direction: column;
  }
  .card-event .day {
    width: 94px;
    height: auto;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 567px) {
  .card-event .btn-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .card-event .btn-wrap a,
  .card-event .btn-wrap button {
    margin-bottom: 10px;
  }
  .card-event .btn-wrap a:last-child,
  .card-event .btn-wrap button:last-child {
    margin-bottom: 0;
  }
}
.card-event:last-child {
  margin-bottom: 0;
}
.card-event:has(.contact-cta) h2,
.card-event:has(.contact-cta) h3,
.card-event:has(.contact-cta) p {
  margin-right: 150px;
}
@media only screen and (max-width: 567px) {
  .card-event:has(.contact-cta) h2,
  .card-event:has(.contact-cta) h3,
  .card-event:has(.contact-cta) p {
    margin-right: 0;
  }
}
.card-event:hover {
  z-index: 20;
}
.card-event .contact-cta {
  position: absolute;
  right: 0;
  top: -20px;
  margin-right: 0;
}
@media only screen and (max-width: 567px) {
  .card-event .contact-cta {
    top: 0;
  }
}
.card-events .event-item {
  display: flex;
  flex-direction: row;
}
.card-events .event-item + .event-item {
  margin-top: 10px;
}
.card-events .event-title {
  margin-right: 15px;
  flex: 1;
}
.card-events .day {
  min-width: 90px;
  white-space: nowrap;
}
.card-events .day strong,
.card-events .day small {
  display: block;
  line-height: 100%;
}
.card-events .day strong {
  font-size: 3.75rem;
  font-weight: normal;
}
.card-events .day small {
  font-size: 1rem;
}
.card-events h2 {
  font-size: 1.875rem;
  padding-top: 0;
  font-weight: normal;
  margin-bottom: 0;
  margin-left: 0;
}
.card-events h2::before {
  display: none;
}
.card-events .btn {
  white-space: nowrap;
}
@media only screen and (max-width: 567px) {
  .card-events .event-item {
    display: grid;
    grid-template-columns: 90px auto;
  }
  .card-events .event-item + .event-item {
    margin-top: 20px;
  }
  .card-events .event-title {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .card-events .day {
    width: 90px;
    grid-row: span 2 / auto;
  }
  .card-events h2 {
    font-size: 1.125rem;
    line-height: 120%;
  }
}
/* -- Swiper -- */
.card-related {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #ddd;
}
.card-related h1,
.card-related h2,
.card-related h3 {
  margin-bottom: 0;
  color: #fff;
  font-weight: normal;
  margin-left: 0;
  padding-top: 0;
}
.card-related h1::before,
.card-related h2::before,
.card-related h3::before {
  display: none;
}
.card-related h1 a,
.card-related h2 a,
.card-related h3 a {
  color: inherit;
}
.card-related .label {
  position: absolute;
  left: 50px;
  top: -2px;
  border-radius: 0 0 6px 6px;
  color: #fff;
  padding: 12px 15px 10px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.4);
  max-width: calc(100% - 100px);
}
.card-related .label a {
  text-decoration: none;
  color: inherit;
}
.card-related .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
}
.card-related .caption,
.card-related figcaption {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100% 50%;
}
.card-cta {
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270 454"><path d="M270 1v409c0 8-6 14-13 15L17 452c-8 1-16-5-17-13V1h270Z"/></svg>') center bottom / 100% auto no-repeat;
  background: var(--color-darkblue);
  height: 100%;
  border-radius: 15px 15px 0 0;
  text-align: center;
  padding: 30px 30px 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: background 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.card-cta h3 {
  color: var(--color-lightgreen);
  font-size: 1.563rem;
  margin-bottom: 15px;
  transition: color 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.card-cta a.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.card-cta:focus-within,
.card-cta:hover {
  background: #F0F3F5;
}
.card-cta:focus-within h3,
.card-cta:hover h3 {
  color: var(--color-darkblue);
}
.card-social {
  display: block;
  text-decoration: none;
  border-radius: 15px;
  background: var(--color-darkblue);
  overflow: hidden;
  color: #fff;
  transition: background 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.card-social img {
  display: block;
}
.card-social .socialchanel {
  font-size: 0.75rem;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  font-family: var(--font-medium);
}
.card-social .socialchanel img {
  margin-right: 10px;
}
.card-social .socialchanel::before {
  order: 3;
  font-size: 22px;
  margin-left: auto;
}
.card-social:hover {
  background: var(--color-tiber);
}
.card-news {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  color: #fff;
  background: var(--color-darkblue);
  margin-bottom: 30px;
  position: relative;
}
.card-news:last-child {
  margin-bottom: 0;
}
.card-news h2,
.card-news h3 {
  color: var(--color-lightgreen);
  font-family: var(--headlinefont-black);
  margin-bottom: 15px;
  font-size: 1.563rem;
}
.card-news figure {
  width: 270px;
  flex: 0 0 auto;
}
.card-news figure img {
  height: 100% !important;
  object-fit: cover;
}
.card-news time {
  font-size: 0.875rem;
  font-family: var(--font-black);
}
.card-news article {
  padding: 30px;
  flex: 1;
}
.card-news a.btn:focus,
.card-news a.btn:hover {
  color: #fff;
}
.card-news a.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.card-news:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 960px) {
  .card-news {
    flex-direction: column;
  }
  .card-news:nth-child(even) {
    flex-direction: column;
  }
  .card-news figure {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .card-news figure img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Form.less
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  /* - Formular Styles - */
  --fieldset-padding: 0;
  --fieldset-border: 0;
  --input-fontsize: 1.125rem;
  --input-fontfamiliy: var(--font);
  --input-focus-color: #666;
  --input-bg: #F0F3F5;
  --input-border: 1px solid #F0F3F5;
  --input-border-radius: 8px;
  --input-padding: 0 16px;
  --input-height: 40px;
  --textarea-padding: 10px;
  --textarea-minheight: 150px;
  --input-placeholder-color: #737373;
  --input-placeholder-style: normal;
  --input-placeholder-opacity: 1;
  --input-disabeld-color: #ccc;
  --input-disabeld-cursor: not-allowed;
  --input-disabeld-border: #ccc;
  --input-error-color: red;
  --input-error-border: red;
}
/* 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: 20px;
  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 button.icon-showpass {
  width: 45px;
  height: 45px;
  cursor: pointer;
  font-size: 26px;
  color: var(--color-blue);
  background: transparent;
  border: 0;
  display: grid;
  justify-content: center;
  align-content: center;
  position: absolute;
  right: 10px;
  bottom: 0;
}
.form-item button.icon-showpass:hover {
  color: var(--color-orange);
}
.form-item input.form-text,
.form-item select {
  height: 63px;
}
.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);
}
.form-item input.form-text[disabled],
.form-item select[disabled],
.form-item textarea[disabled] {
  border: 1px solid var(--colorDisabled);
}
.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;
  opacity: 0;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
.form-radio label {
  display: flex;
  flex-direction: row;
  font-weight: normal;
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  line-height: 100%;
}
.form-radio label a {
  text-decoration: none;
  font-weight: bold;
}
.form-radio label a:hover {
  text-decoration: underline;
}
.form-radio label em {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: #819CAA;
  cursor: pointer;
  border: 1px solid #F2F2F2;
  display: grid;
  justify-content: center;
  align-content: center;
}
.form-radio input[type="radio"] + label em {
  border-radius: 50%;
}
.form-radio input[type="checkbox"] + label em {
  border-radius: 6px;
}
.form-radio span {
  padding-left: 20px;
  flex: 1 1 auto;
}
.form-radio input:checked + label em {
  background: var(--color-blue);
}
.form-radio input:focus + label em {
  border-color: var(--color-blue);
}
.form-error {
  position: relative;
}
.form-error label {
  color: var(--colorAlert);
}
.form-error input,
.form-error select,
.form-error .SumoSelect,
.form-error textarea {
  border: 2px solid var(--colorAlert) !important;
}
.form-error em,
.form-error em:not([class^="icon-"]) {
  border-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 {
  position: relative;
  font-weight: normal;
  z-index: 20;
}
.custom-select .selected-options {
  border: var(--input-border);
  width: 100%;
  background: var(--input-bg);
  background-image: url(../gfx/select-arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 32px auto;
  font-size: var(--input-fontsize);
  border-radius: var(--input-border-radius);
  height: var(--input-height);
  padding: var(--input-padding);
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: normal;
  cursor: pointer;
  z-index: 2;
}
.custom-select .selected-options > div {
  background: var(--color-blue);
  color: #fff;
  padding: 11px 15px;
  font-weight: normal;
  border-radius: 20px;
  margin-bottom: 0;
  cursor: pointer;
  margin-right: 10px;
  line-height: 100%;
}
.custom-select .selected-options > div:hover {
  background: #000;
}
.custom-select .options-list {
  background: #F2F2F2;
  position: absolute;
  top: 100%;
  padding: 10px 20px;
  left: 0;
  width: 100%;
  z-index: 10;
  border-radius: 6px;
  display: none;
}
.custom-select .options-list > div {
  cursor: pointer;
  padding: 10px 0;
}
.custom-select .options-list > div.selected,
.custom-select .options-list > div:hover {
  color: var(--color-blue);
}
.custom-select .options-list.show {
  display: block;
}
.custom-select select {
  position: absolute;
  opacity: 0;
  z-index: 0;
}
/* -- Custom Forms -- */
fieldset.std ::placeholder {
  color: var(--input-placeholder-color);
  opacity: var(--input-placeholder-opacity);
  font-style: var(--input-placeholder-style);
  font-weight: 400;
}
fieldset.std :-ms-input-placeholder {
  color: var(--input-placeholder-color);
  opacity: var(--input-placeholder-opacity);
  font-style: var(--input-placeholder-style);
  font-weight: 400;
}
fieldset.std ::-ms-input-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: #819CAA;
  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: var(--color-lightgreen);
  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: #819CAA;
}
fieldset.std .form-radio input:checked + label em::before {
  transform: translate(calc(100% + 4px), 0);
}
.form-success {
  border-radius: 20px;
  background: var(--color-darkblue) url(../gfx/form-waves.png) no-repeat center;
  padding: 70px 90px 70px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 150%;
}
fieldset.register {
  border-radius: 20px;
  background: var(--color-darkblue) url(../gfx/form-waves.png) no-repeat center;
  padding: 70px 90px 0;
  color: #fff;
}
fieldset.register .grid {
  margin-bottom: 0;
}
fieldset.register .grid .col {
  margin-bottom: 30px;
}
fieldset.register .form-item {
  margin-bottom: 0;
}
fieldset.register .form-item label {
  color: var(--color-lightgreen);
  font-family: var(--font-bold);
  font-size: 1.438rem;
  display: block;
  margin-bottom: 10px;
}
fieldset.register .form-error {
  position: relative;
}
fieldset.register .form-error ul {
  position: absolute;
  list-style: none;
  font-size: 0.75rem;
  line-height: 110%;
  padding: 3px 10px;
  pointer-events: none;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin-bottom: 0;
  color: var(--colorAlert);
}
fieldset.register .btn-wrap {
  margin-top: 25px;
}
fieldset.register button.form-submit {
  margin-bottom: -25px;
}
fieldset.register button.form-submit:hover {
  border-color: var(--color-green);
  background: var(--color-green);
}
.event-header {
  position: relative;
}
@media only screen and (max-width: 1120px) {
  .event-header {
    top: 70px;
  }
}
fieldset.filterbar {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
fieldset.filterbar .form-item {
  margin-bottom: 0;
}
fieldset.filterbar select {
  background: #fff;
}
fieldset.filterbar button {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--color-darkblue);
  font-size: 25px;
}
@media only screen and (max-width: 1120px) {
  fieldset.filterbar {
    width: 100%;
  }
  fieldset.filterbar .sr-select .sr-select-activator {
    width: 100%;
  }
  fieldset.filterbar .form-item {
    width: 100%;
  }
}
fieldset.order-form .form-item:not(.form-radio) label {
  display: block;
  margin-bottom: 10px;
}
fieldset.order-form .form-item:not(.form-radio) input,
fieldset.order-form .form-item:not(.form-radio) textarea {
  background: #fff;
  border-color: #fff;
}
fieldset.order-form .form-radio input[type="checkbox"] + label em {
  background: #FFFFFF;
  border: none;
}
fieldset.order-form .form-radio input[type="checkbox"] + label span p {
  margin-bottom: 0 !important;
  text-align: left;
}
fieldset.order-form .form-radio input[type="checkbox"]:checked + label em {
  background: var(--color-orange);
}
@media only screen and (max-width: 763px) {
  fieldset.order-form .grid .col {
    margin-bottom: 0;
  }
  fieldset.order-form .grid .col-1-2 {
    width: 100%;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Form.less
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --fui-input-font-size: var(--input-fontsize);
  --fui-input-padding: 16px;
  --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: 1px solid #D9D9D9;
  --fui-check-label-bg-color: #fff;
  --fui-field-gutter: 15px;
  --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: red;
  --fui-required-color: red;
  --fui-error: red;
}
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background: var(--color-blue) !important;
  border-color: var(--color-blue) !important;
}
/* -- 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: 1rem;
  --fui-alert-border-radius: 0.25rem;
  --fui-alert-line-height: 1.25rem;
  --fui-alert-font-size: 0.875rem;
  --fui-alert-font-weight: 500;
  --fui-alert-margin-bottom: 1rem;
  --fui-alert-error-bg-color: #fdf2f2;
  --fui-alert-error-color: #771d1d;
  --fui-alert-success-bg-color: #f3faf7;
  --fui-alert-success-color: #03543f;
}
.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);
}
.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 -15px;
}
.fui-row h2 {
  margin-left: 0;
}
.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-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: var(--fui-input-width);
  height: var(--input-height);
}
.fui-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;
}
.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: 38px;
}
.fui-radio label::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 38px;
  height: 38px;
  content: "";
  cursor: pointer;
  border: 0;
  background-color: #F2F2F2;
  background-image: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--fui-check-label-transition);
}
.fui-checkbox label {
  display: flex;
  flex-direction: row;
  font-weight: normal;
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-left: 100px;
  min-height: 38px;
  align-items: center;
}
.fui-checkbox label a {
  margin: 0 3px;
}
.fui-checkbox label::before {
  width: 76px;
  height: 38px;
  border-radius: 19px;
  background: var(--color-darkgrey);
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  transition: background 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.fui-checkbox label::after {
  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);
}
.fui-checkbox input:checked + label::before {
  background: var(--color-blue);
}
.fui-checkbox input:checked + label::after {
  transform: translate(38px, 0);
}
.fui-radio label::before {
  border-radius: 50%;
}
.fui-radio input:checked + label::before {
  background: var(--color-blue);
}
/* -- 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 {
  border-radius: 6px;
  border: 2px solid #CED2DB;
  color: #000;
  cursor: pointer;
  display: var(--button-display);
  text-align: center;
  display: inline-block;
  padding: 4px 20px 3px;
  font-weight: normal;
  text-decoration: none;
  font-family: var(--font);
  font-size: var(--button-fontsize);
  line-height: 1.688rem;
  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);
  background: var(--color-yellow);
  border-color: var(--color-yellow);
}
.fui-submit:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.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: var(--fui-required-color, var(--fui-error));
}
.fui-required {
  color: var(--fui-required-color, var(--fui-error));
}
:root {
  --l: 50%;
  --colorHighlightHover: hsl(var(--colorHighlight), calc(var(--l) - 10%));
  /* - Button Style - */
  --button-bg: var(--color-orange);
  --button-color: #fff;
  --button-fontsize: 1.125rem;
  --button-fontfamiliy: inherit;
  --button-minheight: 50px;
  --button-minwidth: 250px;
  --button-txtdeco: none;
  --button-padding: 10px 25px;
  --button-margin: 0;
  --button-display: inline-block;
}
.btn-wrap {
  display: flex;
  margin-bottom: 30px;
  /*.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="left"] .btn {
  margin-right: 10px;
}
.btn-wrap[data-align="center"] {
  justify-content: center;
}
.btn-wrap[data-align="center"] .btn {
  margin-right: 10px;
}
.btn-wrap[data-align="right"] {
  justify-content: end;
}
@media only screen and (max-width: 567px) {
  .btn-wrap {
    flex-wrap: wrap;
  }
  .btn-wrap .btn + .btn {
    margin-top: 10px;
  }
}
.btn {
  border-radius: 25px;
  border: 2px solid var(--color-orange);
  color: #fff;
  cursor: pointer;
  display: var(--button-display);
  text-align: center;
  padding: 10px 20px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
  font-family: 'Satoshi-Black', sans-serif;
  font-size: var(--button-fontsize);
  line-height: 1.688rem;
  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);
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  background: #CED2DB;
}
.btn::before {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
.btn.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.btn.loading::before {
  position: absolute;
  content: "";
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: calc(50% - 5px);
  top: 19px;
  box-shadow: 9984px 0 0 0 #fff, 9999px 0 0 0 #fff, 10014px 0 0 0 #fff;
  animation: dot-carousel 1.5s infinite linear;
}
.btn.btn-orange {
  color: #fff;
  background: var(--color-orange);
  border-color: var(--color-orange);
}
.btn.btn-orange:hover,
.btn.btn-orange:focus {
  background: transparent;
  color: var(--color-darkblue);
}
.btn.btn-orange:hover.loading,
.btn.btn-orange:focus.loading {
  color: transparent;
}
.btn.btn-orange:hover.loading::before,
.btn.btn-orange:focus.loading::before {
  box-shadow: 9984px 0 0 0 var(--color-darkblue), 9999px 0 0 0 var(--color-darkblue), 10014px 0 0 0 var(--color-darkblue);
  animation: dot-carousel 1.5s infinite linear;
}
.btn.btn-blue {
  color: #fff;
  background: var(--color-darkblue);
  border-color: var(--color-darkblue);
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
  background: transparent;
  color: var(--color-darkblue);
}
.btn.btn-blue:hover.loading,
.btn.btn-blue:focus.loading {
  color: transparent;
}
.btn.btn-blue:hover.loading::before,
.btn.btn-blue:focus.loading::before {
  box-shadow: 9984px 0 0 0 var(--color-darkblue), 9999px 0 0 0 var(--color-darkblue), 10014px 0 0 0 var(--color-darkblue);
}
.btn.btn-outline {
  background: transparent;
  border-color: var(--color-orange);
}
.btn.btn-outline:hover,
.btn.btn-outline:focus {
  background: var(--color-orange);
}
.btn.btn-outline:hover.loading,
.btn.btn-outline:focus.loading {
  color: transparent;
}
.btn.btn-outline:hover.loading::before,
.btn.btn-outline:focus.loading::before {
  box-shadow: 9984px 0 0 0 var(--color-orange), 9999px 0 0 0 var(--color-orange), 10014px 0 0 0 var(--color-orange);
  animation: dot-carousel-orange 1.5s infinite linear;
}
.btn[disabled],
.btn:disabled {
  border: 1px solid var(--colorDisabled);
  color: var(--colorDisabled);
  background-color: transparent;
  cursor: default;
}
.btn[disabled].primary,
.btn:disabled.primary {
  border-color: var(--colorDisabled);
  background-color: var(--colorDisabled);
  color: #000;
}
.btn[disabled].link,
.btn:disabled.link {
  background-color: transparent;
  border-color: transparent;
  color: var(--colorDisabled);
}
@keyframes dot-carousel {
  0% {
    box-shadow: 9984px 0 0 -1px var(--color-darkblue), 9999px 0 0 1px var(--color-darkblue), 10014px 0 0 -1px var(--color-darkblue);
  }
  50% {
    box-shadow: 10014px 0 0 -1px var(--color-darkblue), 9984px 0 0 -1px var(--color-darkblue), 9999px 0 0 1px var(--color-darkblue);
  }
  100% {
    box-shadow: 9999px 0 0 1px var(--color-darkblue), 10014px 0 0 -1px var(--color-darkblue), 9984px 0 0 -1px var(--color-darkblue);
  }
}
@keyframes dot-carousel-white {
  0% {
    box-shadow: 9984px 0 0 -1px #fff, 9999px 0 0 1px #fff, 10014px 0 0 -1px #fff;
  }
  50% {
    box-shadow: 10014px 0 0 -1px #fff, 9984px 0 0 -1px #fff, 9999px 0 0 1px #fff;
  }
  100% {
    box-shadow: 9999px 0 0 1px #fff, 10014px 0 0 -1px #fff, 9984px 0 0 -1px #fff;
  }
}
@keyframes dot-carousel-orange {
  0% {
    box-shadow: 9984px 0 0 -1px var(--color-orange), 9999px 0 0 1px var(--color-orange), 10014px 0 0 -1px var(--color-orange);
  }
  50% {
    box-shadow: 10014px 0 0 -1px var(--color-orange), 9984px 0 0 -1px var(--color-orange), 9999px 0 0 1px var(--color-orange);
  }
  100% {
    box-shadow: 9999px 0 0 1px var(--color-orange), 10014px 0 0 -1px var(--color-orange), 9984px 0 0 -1px var(--color-orange);
  }
}
/* 
*
*   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: 8px 20px;
  --sr_selectBackground: #fff;
  --sr_selectBorder: 0;
  --sr_selectPlaceholderColor: #C0CED5;
  --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;
  border-radius: 8px;
  width: 270px;
}
.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: #F2F2F2;
  font-size: 0.75rem;
  display: flex;
  flex-direction: row;
}
.sr-select .sr-select-activator .sr-select-selected .sr-select-selected-option .sr-select-close {
  margin-left: 10px;
  font-weight: bold;
}
.sr-select .sr-select-activator .sr-select-selected .sr-select-selected-option .sr-select-close::before {
  content: "x";
  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 {
  color: #C0CED5;
  padding: 0;
  font-size: 1rem;
  background: transparent;
}
.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: calc(100% + 2px);
  padding: 0;
  border-radius: 8px;
  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;
}
.sr-select .sr-select-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  max-height: 200px;
  overflow-y: auto;
  padding: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}
.sr-select .sr-select-list .sr-select-list-option {
  cursor: pointer;
  padding: 8px 20px;
  background: #fff;
  border-radius: 20px;
}
.sr-select .sr-select-list .sr-select-list-option:hover {
  color: var(--color-orange);
}
.sr-select .sr-select-list .sr-select-list-option:empty {
  display: none;
}
.sr-select .sr-select-list .sr-select-list-option.sr-select-selected {
  color: #fff;
  background: var(--color-darkblue);
}
.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-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;
}
@-webkit-keyframes notyf-fadeinup {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes notyf-fadeinup {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes notyf-fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes notyf-fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes notyf-fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(25%);
  }
}
@keyframes notyf-fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(25%);
  }
}
@-webkit-keyframes notyf-fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(25%);
  }
}
@keyframes notyf-fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(25%);
  }
}
@-webkit-keyframes ripple {
  0% {
    transform: scale(0) translateY(-45%) translateX(13%);
  }
  to {
    transform: scale(1) translateY(-45%) translateX(13%);
  }
}
@keyframes ripple {
  0% {
    transform: scale(0) translateY(-45%) translateX(13%);
  }
  to {
    transform: scale(1) translateY(-45%) translateX(13%);
  }
}
.notyf {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  box-sizing: border-box;
  padding: 20px;
}
.notyf__icon--error,
.notyf__icon--success {
  height: 21px;
  width: 21px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.notyf__icon--error:after,
.notyf__icon--error:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
  left: 9px;
  height: 12px;
  top: 5px;
}
.notyf__icon--error:after {
  transform: rotate(-45deg);
}
.notyf__icon--error:before {
  transform: rotate(45deg);
}
.notyf__icon--success:after,
.notyf__icon--success:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
}
.notyf__icon--success:after {
  height: 6px;
  transform: rotate(-45deg);
  top: 9px;
  left: 6px;
}
.notyf__icon--success:before {
  height: 11px;
  transform: rotate(45deg);
  top: 5px;
  left: 10px;
}
.notyf__toast {
  display: block;
  overflow: hidden;
  pointer-events: auto;
  -webkit-animation: notyf-fadeinup 0.3s ease-in forwards;
  animation: notyf-fadeinup 0.3s ease-in forwards;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 0 15px;
  border-radius: 2px;
  max-width: 300px;
  transform: translateY(25%);
  box-sizing: border-box;
  flex-shrink: 0;
}
.notyf__toast--disappear {
  transform: translateY(0);
  -webkit-animation: notyf-fadeoutdown 0.3s forwards;
  animation: notyf-fadeoutdown 0.3s forwards;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.notyf__toast--disappear .notyf__icon,
.notyf__toast--disappear .notyf__message {
  -webkit-animation: notyf-fadeoutdown 0.3s forwards;
  animation: notyf-fadeoutdown 0.3s forwards;
  opacity: 1;
  transform: translateY(0);
}
.notyf__toast--disappear .notyf__dismiss {
  -webkit-animation: notyf-fadeoutright 0.3s forwards;
  animation: notyf-fadeoutright 0.3s forwards;
  opacity: 1;
  transform: translateX(0);
}
.notyf__toast--disappear .notyf__message {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.notyf__toast--upper {
  margin-bottom: 20px;
}
.notyf__toast--lower {
  margin-top: 20px;
}
.notyf__toast--dismissible .notyf__wrapper {
  padding-right: 30px;
}
.notyf__ripple {
  height: 400px;
  width: 400px;
  position: absolute;
  transform-origin: bottom right;
  right: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0) translateY(-51%) translateX(13%);
  z-index: 5;
  -webkit-animation: ripple 0.4s ease-out forwards;
  animation: ripple 0.4s ease-out forwards;
}
.notyf__wrapper {
  display: flex;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 15px;
  border-radius: 3px;
  position: relative;
  z-index: 10;
}
.notyf__icon {
  width: 22px;
  text-align: center;
  font-size: 1.3em;
  opacity: 0;
  -webkit-animation: notyf-fadeinup 0.3s forwards;
  animation: notyf-fadeinup 0.3s forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  margin-right: 13px;
}
.notyf__dismiss {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 26px;
  margin-right: -15px;
  -webkit-animation: notyf-fadeinleft 0.3s forwards;
  animation: notyf-fadeinleft 0.3s forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
  opacity: 0;
}
.notyf__dismiss-btn {
  background-color: rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  outline: none;
  opacity: 0.35;
  height: 100%;
  width: 100%;
}
.notyf__dismiss-btn:after,
.notyf__dismiss-btn:before {
  content: "";
  background: #fff;
  height: 12px;
  width: 2px;
  border-radius: 3px;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 5px);
}
.notyf__dismiss-btn:after {
  transform: rotate(-45deg);
}
.notyf__dismiss-btn:before {
  transform: rotate(45deg);
}
.notyf__dismiss-btn:hover {
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.15);
}
.notyf__dismiss-btn:active {
  opacity: 0.8;
}
.notyf__message {
  vertical-align: middle;
  position: relative;
  opacity: 0;
  -webkit-animation: notyf-fadeinup 0.3s forwards;
  animation: notyf-fadeinup 0.3s forwards;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  line-height: 1.5em;
}
@media only screen and (max-width: 480px) {
  .notyf {
    padding: 0;
  }
  .notyf__ripple {
    height: 600px;
    width: 600px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .notyf__toast {
    max-width: none;
    border-radius: 0;
    box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.13);
    width: 100%;
  }
  .notyf__dismiss {
    width: 56px;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
article .circle {
  background: var(--color-orange);
  color: #fff;
  font-size: 37px;
  display: grid;
  justify-content: center;
  align-content: center;
  margin: 0 auto 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
article h3 {
  color: var(--color-green);
  font-family: var(--font-bold);
  font-size: var(--headline-3-size);
}
article > ul {
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
}
article > ul li {
  position: relative;
  padding-left: 25px;
}
article > ul li::before {
  width: 10px;
  height: 3px;
  border-radius: 2px;
  background: var(--color-lightgreen);
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
}
article > ul:last-child {
  margin-bottom: 0;
}
article a {
  word-break: break-all;
  text-decoration: underline;
  color: var(--color-orange);
}
article a:hover,
article a:focus {
  color: var(--color-green);
}
article.center {
  text-align: center;
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-related {
  overflow: hidden;
  /* -- Swiper Optik -- */
}
.row-related .card {
  height: 100%;
}
.row-related article {
  max-width: 50%;
  margin-bottom: 50px;
}
.row-related .swiper {
  margin-bottom: 30px;
}
.row-related .swiper-slide {
  width: auto;
  height: auto;
}
.row-related .swiper-nav {
  position: relative;
  display: flex;
}
.row-related .swiper-nav .swiper-button-prev,
.row-related .swiper-nav .swiper-button-next {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  display: grid;
  color: var(--color-lightgreen);
  background: var(--color-darkblue);
  cursor: pointer;
  border: 0;
  margin: 0;
  justify-content: center;
  align-content: center;
  font-size: 20px;
  top: -270px;
  transition: color 350ms cubic-bezier(0.2, 1, 0.3, 1), background 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.row-related .swiper-nav .swiper-button-prev::after,
.row-related .swiper-nav .swiper-button-next::after {
  display: none;
}
.row-related .swiper-nav .swiper-button-prev:hover,
.row-related .swiper-nav .swiper-button-next:hover {
  background: var(--color-orange);
  color: #fff;
}
.row-related .swiper-nav .swiper-button-prev.swiper-button-disabled,
.row-related .swiper-nav .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.row-related .swiper-nav .swiper-button-prev {
  left: -80px;
}
.row-related .swiper-nav .swiper-button-next {
  right: -80px;
}
.row-related .swiper-pagination {
  display: none;
}
.row-related.is-lightgrey {
  margin-bottom: 50px;
}
.row-related.is-lightgrey .content-width {
  border-radius: 25px;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media only screen and (max-width: 960px) {
  .row-related.is-lightgrey .content-width {
    padding: 60px 30px 20px;
  }
  .row-related.is-lightgrey .swiper {
    margin-bottom: 0;
  }
  .row-related.is-lightgrey .swiper-nav .swiper-button-prev,
  .row-related.is-lightgrey .swiper-nav .swiper-button-next {
    display: none;
  }
  .row-related .grid .col-1-3 {
    width: 50%;
  }
  .row-related article {
    max-width: none;
  }
  .row-related .swiper-pagination {
    display: block;
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 763px) {
  .row-related .grid .col-1-3 {
    width: 100%;
  }
}
.row-swiper + .row-related.is-lightgrey .content-width {
  border-radius: 0 0 25px 25px;
  padding-top: 0;
}
@media only screen and (max-width: 763px) {
  .row-swiper + .row-related.is-lightgrey .content-width {
    padding-top: 20px;
  }
}
.row-teaser + .row-related.is-lightgrey {
  margin-top: 100px;
}
.row-morecontent .content-width {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 100px 0 0;
}
.row-morecontent article {
  width: 25%;
}
.row-morecontent .swiper {
  width: 75%;
}
.row-morecontent .swiper-button-prev,
.row-morecontent .swiper-button-next {
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  color: var(--color-lightgreen);
  display: grid;
  justify-content: center;
  align-content: center;
  background: var(--color-darkblue);
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.row-morecontent .swiper-button-prev::after,
.row-morecontent .swiper-button-next::after {
  display: none;
}
.row-morecontent .swiper-button-prev:hover,
.row-morecontent .swiper-button-next:hover {
  background: var(--color-orange);
  color: #fff;
}
.row-morecontent .swiper-button-prev {
  left: -80px;
}
.row-morecontent .swiper-button-next {
  right: -80px;
}
.row-morecontent .swiper-button-disabled {
  display: none;
}
.row-morecontent .swiper-pagination {
  display: none;
}
@media only screen and (max-width: 1366px) {
  .row-morecontent .swiper-button-prev,
  .row-morecontent .swiper-button-next {
    display: none;
  }
  .row-morecontent .swiper-pagination {
    display: flex;
  }
}
@media only screen and (max-width: 960px) {
  .row-morecontent {
    overflow: hidden;
  }
  .row-morecontent .content-width {
    padding: 50px 0;
    flex-direction: column;
  }
  .row-morecontent .swiper {
    width: 90%;
    overflow: visible;
  }
  .row-morecontent article {
    margin-bottom: 30px;
    width: 100%;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-accordion {
  padding: 0 0 100px;
}
.accordion details {
  margin-bottom: 30px;
}
.accordion details summary {
  border: 2px solid var(--color-blue);
  border-radius: 10px;
  font-size: 1.875rem;
  padding: 37px 60px;
  list-style: none;
  display: block;
  cursor: pointer;
  user-select: none;
  position: sticky;
  top: 110px;
  font-weight: normal;
  z-index: 666;
  transition: color 350ms cubic-bezier(0.2, 1, 0.3, 1), background 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.accordion details summary em {
  float: right;
  width: 40px;
  height: 40px;
  position: relative;
  margin-top: -8px;
}
.accordion details summary em::before,
.accordion details summary em::after {
  content: "";
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -1px;
  transition: background 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.accordion details summary em::before {
  transform: rotate(90deg);
}
.accordion details summary::marker {
  display: none;
}
.accordion details summary::-webkit-details-marker {
  display: none;
}
.accordion details summary:hover {
  color: var(--color-blue);
}
.accordion details summary:hover em::before,
.accordion details summary:hover em::after {
  background: var(--color-blue);
}
.accordion details .acc-content .row {
  padding: 60px 0;
}
.accordion details[open] summary {
  background: var(--color-blue);
  color: #fff;
}
.accordion details[open] summary em::before,
.accordion details[open] summary em::after {
  background: #fff;
}
.accordion details[open] summary em::before {
  display: none;
}
.accordion > article {
  padding: 0 60px;
}
@media only screen and (max-width: 1440px) {
  .accordion {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 820px) {
  .accordion details {
    margin: 0 0 30px;
  }
  .accordion details summary {
    padding: 20px 50px 20px 20px;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .accordion details summary em {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
  }
  .accordion details summary em::before,
  .accordion details summary em::after {
    width: 20px;
    margin-left: -10px;
    height: 2px;
  }
  .accordion article {
    padding: 50px 20px;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
/* -- Ansprechpartner und Partner -- */
.card-contact figure {
  display: flex;
  flex-direction: row-reverse;
}
.card-contact figure .avatar {
  overflow: hidden;
}
.card-contact figure .avatar img {
  display: block;
  height: 100% !important;
  object-fit: cover;
  transition: transform 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.card-contact figure .avatar a:hover img {
  transform: scale(1.1);
}
.card-contact figure figcaption {
  padding: 60px;
  display: flex;
  flex-direction: column;
  background: var(--color-darkblue);
  color: #fff;
}
.card-contact figure figcaption h2,
.card-contact figure figcaption h3 {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--color-lightgreen);
}
.card-contact figure figcaption h2 a:hover,
.card-contact figure figcaption h3 a:hover {
  color: var(--color-lighergreen);
}
.card-contact figure figcaption p {
  font-weight: normal;
}
.card-contact figure ul.contact-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.card-contact figure ul.contact-list li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 0;
}
.card-contact figure ul.contact-list li::before {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
  color: var(--color-lightgreen);
}
.card-contact figure ul.contact-list li a {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.card-contact figure ul.contact-list li a:hover {
  text-decoration: underline;
}
.card-contact figure ul.contact-list li + li {
  margin-top: 10px;
}
.col-1-1 .card-contact figure {
  align-items: flex-end;
}
.col-1-1 .card-contact figure .avatar {
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 635 588"><path d="M604,0c16.5,0,30,13.4,30,30v459.8c0,15.3-11.5,28.1-26.6,29.8-101.3,11.3-462.3,51.4-574.1,63.8-8.5.9-16.9-1.8-23.3-7.5-6.3-5.7-10-13.8-10-22.3V30C0,13.4,13.4,0,30,0c106.7,0,467.4,0,574.1,0Z"/></svg>') center / cover no-repeat;
}
.col-1-1 .card-contact figure figcaption {
  border-radius: 20px 0 0 20px;
  margin-bottom: 80px;
  margin-left: 108px;
}
.col-1-1 .card-contact figure figcaption p {
  font-size: 1.375rem;
  margin-bottom: 40px;
}
.col-1-3 .card-contact {
  height: 100%;
}
.col-1-3 .card-contact figure {
  flex-direction: column;
  height: inherit;
}
.col-1-3 .card-contact figure h3,
.col-1-3 .card-contact figure p {
  text-align: center;
}
.col-1-3 .card-contact figure .avatar {
  position: relative;
  z-index: 3;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 635 588"><path d="M604,0c16.5,0,30,13.4,30,30v459.8c0,15.3-11.5,28.1-26.6,29.8-101.3,11.3-462.3,51.4-574.1,63.8-8.5.9-16.9-1.8-23.3-7.5-6.3-5.7-10-13.8-10-22.3V30C0,13.4,13.4,0,30,0c106.7,0,467.4,0,574.1,0Z"/></svg>') center / cover no-repeat;
}
.col-1-3 .card-contact figure figcaption {
  width: auto;
  flex: 1;
  padding: 10px 20px 30px;
  margin-top: -120px;
  position: relative;
  z-index: 2;
  padding-top: 130px;
}
.col-1-3 .card-contact figure figcaption h2,
.col-1-3 .card-contact figure figcaption h3 {
  font-size: 1.563rem;
}
.col-1-3 .card-contact figure figcaption p {
  font-size: 1rem;
  margin-bottom: 30px;
}
.col-1-3 .card-contact figure figcaption::before,
.col-1-3 .card-contact figure figcaption::after {
  position: absolute;
  content: "";
}
.col-1-3 .card-contact figure figcaption::before {
  background: inherit;
  z-index: -1;
  left: -20px;
  right: -20px;
  top: 0;
  height: 100%;
}
.col-1-3 .card-contact figure figcaption::after {
  width: 2px;
  background: #C0CED5;
  opacity: 0.6;
  left: -15px;
  bottom: 30px;
  top: 130px;
}
.col-1-3 .card-contact figure figcaption ul.contact-list {
  font-size: 1.125rem;
}
.col-1-3 .card-contact figure figcaption ul.contact-list li a {
  font-weight: normal;
}
@media only screen and (min-width: 1120px) {
  .col-1-3:first-child .card-contact figure figcaption::before,
  .col-1-3:nth-child(4n+4) .card-contact figure figcaption::before {
    left: -80px;
    border-radius: 20px 0 0 20px;
  }
  .col-1-3:first-child .card-contact figure figcaption::after,
  .col-1-3:nth-child(4n+4) .card-contact figure figcaption::after {
    display: none;
  }
  .col-1-3:last-child .card-contact figure figcaption::before,
  .col-1-3:nth-child(3n+3) .card-contact figure figcaption::before {
    right: -80px;
    border-radius: 0 20px 20px 0;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1120px) {
  .col-1-3:first-child .card-contact figure figcaption::before,
  .col-1-3:nth-child(4n+4) .card-contact figure figcaption::before {
    left: -80px;
    border-radius: 20px 0 0 20px;
  }
  .col-1-3:first-child .card-contact figure figcaption::after,
  .col-1-3:nth-child(4n+4) .card-contact figure figcaption::after {
    display: none;
  }
  .col-1-3:last-child .card-contact figure figcaption::before,
  .col-1-3:nth-child(3n+3) .card-contact figure figcaption::before {
    right: -80px;
    border-radius: 0 20px 20px 0;
  }
}
@media only screen and (min-width: 764px) and (max-width: 960px) {
  .col-1-3:first-child .card-contact figure figcaption::before,
  .col-1-3:nth-child(odd) .card-contact figure figcaption::before {
    left: -80px;
    border-radius: 20px 0 0 20px;
  }
  .col-1-3:first-child .card-contact figure figcaption::after,
  .col-1-3:nth-child(odd) .card-contact figure figcaption::after {
    display: none;
  }
  .col-1-3:last-child .card-contact figure figcaption::before,
  .col-1-3:nth-child(even) .card-contact figure figcaption::before {
    right: -80px;
    border-radius: 0 20px 20px 0;
  }
}
@media only screen and (max-width: 763px) {
  .col-1-3 .card-contact figure figcaption {
    margin-left: 30px;
    margin-right: 30px;
  }
  .col-1-3 .card-contact figure figcaption::before {
    display: none;
  }
  .col-1-3 .card-contact figure figcaption::after {
    height: 2px;
    left: 50px;
    right: 50px;
    bottom: 30px;
    top: auto;
    width: auto;
  }
  .col-1-3 .card-contact figure ul.contact-list {
    margin-bottom: 30px;
  }
  .col-1-3:last-child .card-contact figure figcaption {
    border-radius: 0 0 25px 25px;
  }
  .col-1-3:last-child .card-contact figure figcaption::after {
    display: none;
  }
  .col-1-3:last-child .card-contact figure ul.contact-list {
    margin-bottom: 0;
  }
}
.row-contact h1 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1366px) {
  .row-contact .grid {
    margin: 0 75px;
  }
}
@media only screen and (max-width: 1120px) {
  .row-contact .grid .col-1-4 {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 960px) {
  .row-contact .grid .col-1-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 763px) {
  .row-contact .grid {
    margin: 0 -15px;
  }
  .row-contact .grid .col-1-4 {
    width: 100%;
    margin-bottom: 0;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
@media only screen and (min-width: 821px) {
  .row-form article {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 820px) {
  .row-form .grid .col {
    width: 100%;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Cookiebar
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --savebtn-color: #fff;
  --savebtn-background: #000;
  --savebtn-fontsize: 1rem;
  --savebtn-border: 0;
  --savebtn-borderadius: 6px;
}
/* -- Cookiebar -- */
.cookie-bar {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 8878;
}
.cookie-bar .content-width {
  width: 95vw;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  padding: 30px 40px;
  background: var(--color-lightgreen);
  border: 0;
  border-radius: 25px;
}
.cookie-bar .cookie-desc {
  flex: 1 1 auto;
  width: 55%;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
.cookie-bar .cookie-desc a {
  text-decoration: none;
  font-weight: bold;
}
.cookie-bar .cookie-desc a:hover {
  text-decoration: underline;
}
.cookie-bar .cookie-desc p {
  margin: 0;
  padding: 0;
}
.cookie-bar .cookie-options {
  width: 45%;
  text-align: right;
  margin-bottom: -10px;
}
.cookie-bar .cookie-options a {
  margin: 0 0 10px 10px;
  display: inline-block;
}
/* -- Buttons als Normaler Textlink-- */
.cookie-bar .cookie-options a,
.cookie-bar .cookie-options button {
  border-radius: 25px;
  border: 2px solid #CED2DB;
  color: var(--color-tiber);
  cursor: pointer;
  display: var(--button-display);
  text-align: center;
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  font-family: var(--font);
  font-size: var(--button-fontsize);
  line-height: 1.688rem;
  padding: 10px 20px;
  font-weight: 900;
  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);
}
.cookie-bar .cookie-options a.filled,
.cookie-bar .cookie-options button.filled {
  background: var(--color-orange);
  border: 2px solid var(--color-orange);
  color: #fff;
}
.cookie-bar .cookie-options a.filled:hover,
.cookie-bar .cookie-options button.filled:hover {
  background: transparent;
  color: var(--color-tiber);
}
.cookie-bar .cookie-options a.outline,
.cookie-bar .cookie-options button.outline {
  background: transparent;
  border: 2px solid var(--color-orange);
}
.cookie-bar .cookie-options a.outline:hover,
.cookie-bar .cookie-options button.outline:hover {
  background: var(--color-orange);
  border-color: var(--color-orange);
  color: #fff;
}
.cookie-bar .cookie-options a.filled:hover,
.cookie-bar .cookie-options button.filled:hover {
  opacity: 0.8;
}
/* -- -- */
.cookie-opt-overlay {
  font-family: "Arial", "Helvetica", sans-serif;
  max-width: 600px;
  padding: 40px;
  color: var(--color-tiber);
  background: var(--color-lightgreen);
  border: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%);
  border-radius: 25px;
  width: 95vw;
  box-sizing: border-box;
}
.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 #cookiebar-overlay-description-container {
  margin-bottom: 20px;
}
.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:hover::before,
.cookie-opt-overlay .cookie-opt-close:hover::after {
  background: var(--color-darkblue);
}
.cookie-opt-overlay .cookie-opt-content {
  text-align: left;
}
.cookie-opt-overlay .cookie-opt-toggle {
  margin: -11px -10px -11px 20px;
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  border: 0;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
}
.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:hover::before {
  border-color: var(--color-darkblue);
}
.cookie-opt-overlay .cookie-opt-cattitle {
  background: var(--color-lighergreen);
  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;
  filter: alpha(opacity=75);
  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: #fff;
  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-opt-cattitle label span {
  padding: 2px 0;
  display: block;
  line-height: normal;
  margin: auto;
}
.cookie-opt-overlay .cookie-opt-cattitle label span span {
  display: inline;
}
.cookie-opt-overlay .cookie-single-opt-toggle input:checked + label em,
.cookie-opt-overlay .cookie-opt-cattitle input:checked + label em {
  color: #fff;
  background-color: var(--color-darkblue);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPjxwYXRoIGQ9Ik0xMC4wNTYsMC4wMDJjMC43ODcsMC4wNjYgMS4yMDYsMS4xMTggMC42NTEsMS43MDVsLTUuNzA3LDUuNzA3bC0zLjcwNywtMy43MDdjLTEuNDA5LC0xLjQ5IDAuNjMyLC0yLjE1NCAxLjQxNCwtMS40MTRsMi4yOTMsMi4yOTNsNC4yOTMsLTQuMjkzYzAuMzM1LC0wLjMxNyAwLjQwNCwtMC4zMDIgMC43NjMsLTAuMjkxWiIgc3R5bGU9ImZpbGw6I2ZmZjsiLz48L3N2Zz4=);
}
.cookie-opt-overlay .cookie-opt-catinfo {
  font-size: 13px;
  line-height: 16px;
  background: #fff;
  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-single-opt-toggle label span {
  display: none;
}
.cookie-opt-overlay .cookie-top-savebtn {
  width: 100%;
  cursor: pointer;
  background: var(--color-orange);
  color: #fff;
  font-size: var(--savebtn-fontsize);
  font-weight: 900;
  border-radius: 25px;
  border: 2px solid var(--color-orange);
  height: 50px;
  margin-top: 30px;
}
.cookie-opt-overlay .cookie-top-savebtn:hover {
  color: var(--color-tiber);
  background: transparent;
}
@media only screen and (max-width: 1400px) {
  .cookie-bar .cookie-desc {
    padding-left: 20px;
  }
  .cookie-bar .cookie-options {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cookie-bar {
    bottom: 0;
  }
  .cookie-bar .content-width {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    border-radius: 25px 25px 0 0;
  }
  .cookie-bar .cookie-desc {
    padding: 0 0 20px;
  }
  .cookie-bar .cookie-desc,
  .cookie-bar .cookie-options {
    width: 100%;
    text-align: center;
  }
  .cookie-bar .cookie-options {
    padding-right: 0;
  }
  .cookie-bar .cookie-options a.btn-config,
  .cookie-bar .cookie-options a.btn-accept {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .cookie-opt-overlay {
    max-width: 90%;
    padding: 20px;
  }
  .cookie-opt-overlay .cookie-top-savebtn {
    margin-top: 20px;
  }
  .cookie-bar .cookie-options a.btn-config,
  .cookie-bar .cookie-options a.btn-accept {
    font-size: 12px;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
body.dialog-open {
  overflow: hidden;
}
dialog {
  border: 0;
  transition: transform 450ms cubic-bezier(0.2, 1, 0.3, 1), opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
  border-radius: 25px;
  background: var(--color-lightgreen);
  background-image: url(../gfx/dialog-waves.png);
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 9999;
  position: fixed;
  width: 100%;
  max-width: 1070px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  overflow: hidden;
  color: var(--text-color);
}
dialog .dialog-title {
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 100%;
  text-align: center;
  font-family: var(--headlinefont-bold);
  color: var(--color-darkblue);
}
dialog .dialog-title::before {
  display: block;
  text-align: center;
  color: var(--color-orange);
  font-size: 72px;
  margin-bottom: 30px;
}
dialog .dialog-close {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 30px;
  top: 30px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
dialog .dialog-close::before,
dialog .dialog-close::after {
  speak: none;
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: var(--color-darkblue);
  border-radius: 2px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -1px;
}
dialog .dialog-close::before {
  transform: rotate(45deg);
}
dialog .dialog-close::after {
  transform: rotate(-45deg);
}
dialog p {
  text-align: center;
  color: var(--text-color);
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 350ms linear;
  pointer-events: none;
}
dialog[open]::backdrop {
  opacity: 1;
}
dialog#dialog-respond .dialog-content {
  max-height: calc(100vh - 200px);
  overflow: auto;
  padding: 50px 100px;
}
dialog#dialog-respond .card-contact {
  max-width: 630px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
}
dialog#dialog-respond .card-contact .avatar {
  position: relative;
  z-index: 3;
  max-width: 270px;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 635 588"><path d="M604,0c16.5,0,30,13.4,30,30v459.8c0,15.3-11.5,28.1-26.6,29.8-101.3,11.3-462.3,51.4-574.1,63.8-8.5.9-16.9-1.8-23.3-7.5-6.3-5.7-10-13.8-10-22.3V30C0,13.4,13.4,0,30,0c106.7,0,467.4,0,574.1,0Z"/></svg>') center / cover no-repeat;
}
dialog#dialog-respond .card-contact p {
  text-align: left;
  color: #fff;
}
dialog#dialog-respond .card-contact figcaption {
  border-radius: 20px 0 0 20px;
  padding: 40px 60px;
  margin-bottom: auto;
  margin-right: -10px;
}
dialog#dialog-respond .respond-tabs .respond-options nav {
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  overflow: auto;
}
@media only screen and (max-width: 1366px) {
  dialog#dialog-respond {
    width: 90vw;
  }
}
@media only screen and (max-width: 960px) {
  dialog#dialog-respond .dialog-content {
    padding: 40px 30px;
  }
  dialog#dialog-respond .dialog-title {
    font-size: 1.5rem;
  }
  dialog#dialog-respond .dialog-title::before {
    font-size: 40px;
    margin-bottom: 20px;
  }
  dialog#dialog-respond p {
    font-size: 0.875rem;
    line-height: 130%;
  }
  dialog#dialog-respond .respond-tabs .respond-options strong {
    font-size: 1.2rem;
  }
  dialog#dialog-respond .respond-tabs .respond-options nav {
    display: -webkit-box;
  }
  dialog#dialog-respond .respond-tabs .respond-options nav button {
    font-size: 0.875rem;
    padding: 0 20px;
    height: 40px;
    border-radius: 20px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 763px) {
  dialog#dialog-respond .card-contact .avatar {
    width: 100%;
    max-width: none;
    margin-bottom: -90px;
  }
  dialog#dialog-respond .card-contact figure {
    flex-direction: column;
  }
  dialog#dialog-respond .card-contact figure figcaption {
    border-radius: 0 0 20px 20px;
    margin: 0 30px;
    padding: 100px 30px 30px;
  }
  dialog#dialog-respond .card-contact figure figcaption h3,
  dialog#dialog-respond .card-contact figure figcaption p {
    text-align: center;
  }
  dialog#dialog-respond .card-contact figure figcaption p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 390px) {
  dialog#dialog-respond .dialog-content {
    padding: 30px 20px;
  }
  dialog#dialog-respond .card-contact figure figcaption {
    padding: 100px 20px 20px;
  }
}
dialog#dialog-order .dialog-content {
  max-height: calc(100vh - 200px);
  overflow: auto;
  padding: 50px;
}
dialog#dialog-order p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  dialog#dialog-order .dialog-content {
    padding: 80px 25px 50px;
  }
}
body:has(dialog[open])::before {
  content: "";
  background: var(--color-darkblue);
  opacity: 0.6;
  z-index: 8888;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-gallery {
  padding-bottom: 100px;
}
.row-gallery .content-width {
  border-radius: 25px;
  background-color: #F0F3F5;
  background-image: url(../gfx/gallery-bg-waves.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.row-gallery .inner-small {
  padding: 100px 30px;
}
.row-gallery .swiper {
  margin-bottom: 30px;
  overflow: visible;
  max-width: 75%;
  margin-left: 0;
}
.row-gallery .swiper-slide figure {
  position: relative;
}
.row-gallery .swiper-slide figure::before {
  content: "";
  background: #153743;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  opacity: 0.6;
  transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.row-gallery .swiper-slide figure img {
  display: block;
}
.row-gallery .swiper-slide:nth-child(odd) figure {
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 870 720"><path d="M0,30.2C0,13.5,13.4,0,30,0h810c16.6,0,30,13.5,30,30.2v659.6c0,8.6-3.7,16.8-10.1,22.6-6.4,5.7-15,8.4-23.5,7.4-140.9-16.9-683.5-82-810-97.2C11.4,620.8,0,607.9,0,592.6,0,592.6,0,30.2,0,30.2Z"/></svg>') center / cover no-repeat;
}
.row-gallery .swiper-slide:nth-child(even) figure {
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 870 720"><path d="M870 593c0 15-11 28-26 30L34 720a30 30 0 0 1-34-30V30C0 14 13 0 30 0h810c17 0 30 14 30 30v563Z"/></svg>') center bottom / cover no-repeat;
}
.row-gallery .swiper-slide {
  position: relative;
  opacity: 0 !important;
}
.row-gallery .swiper-slide-active,
.row-gallery .swiper-slide-next {
  opacity: 1 !important;
}
.row-gallery .swiper-slide-active figure::before {
  opacity: 0;
}
.row-gallery .swiper-outer {
  position: relative;
}
.row-gallery .swiper-nav {
  width: 100%;
  display: flex;
}
.row-gallery .swiper-nav .swiper-button-prev,
.row-gallery .swiper-nav .swiper-button-next {
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  display: grid;
  justify-content: center;
  align-content: center;
  background: var(--color-darkblue);
  border: 0;
  cursor: pointer;
  position: absolute;
  margin-top: -50px;
}
.row-gallery .swiper-nav .swiper-button-prev:hover,
.row-gallery .swiper-nav .swiper-button-next:hover {
  background: var(--color-orange);
}
.row-gallery .swiper-nav .swiper-button-prev::after,
.row-gallery .swiper-nav .swiper-button-next::after {
  display: none;
}
.row-gallery .swiper-nav .swiper-button-prev.swiper-button-disabled,
.row-gallery .swiper-nav .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.row-gallery .swiper-nav .swiper-button-prev {
  left: -80px;
}
.row-gallery .swiper-nav .swiper-button-next {
  right: -80px;
}
@media only screen and (max-width: 1120px) {
  .row-gallery .swiper-nav .swiper-button-prev,
  .row-gallery .swiper-nav .swiper-button-next {
    display: none;
  }
}
.row-gallery .swiper-pagination {
  position: relative;
  bottom: 0;
}
@media only screen and (max-height: 1120px) {
  .row-gallery .inner-small {
    padding: 50px 30px;
  }
  .row-gallery .swiper-slide figure img {
    width: auto !important;
    height: 70vh !important;
  }
}
@media only screen and (max-width: 820px) {
  .row-gallery .swiper-slide figure img {
    width: auto !important;
    height: 325px !important;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --swiper-theme-color: var(--color-darkblue);
}
.swiper-button-prev,
.swiper-button-next {
  transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1), color 350ms cubic-bezier(0.2, 1, 0.3, 1), background 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.swiper-pagination {
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.5;
  background-color: var(--color-darkblue);
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.row-swiper {
  overflow: hidden;
  padding-bottom: 0;
}
.row-swiper .content-width {
  background-color: var(--color-darkblue);
  background-image: url(../gfx/teaser-greyend.svg), url(../gfx/teaser-waves.svg);
  background-position: center bottom, center bottom;
  background-size: 100% auto, contain;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 25px 25px 0 0;
}
.row-swiper .teaser-headline {
  color: var(--color-lightgreen);
}
.row-swiper .swiper {
  border-radius: 25px 25px 0 0;
}
.row-swiper h1 {
  line-height: 4.313rem;
  font-size: 4.563rem;
}
@media only screen and (max-width: 1366px) {
  .row-swiper h1 {
    font-size: 3.5vw;
    line-height: 140%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .row-swiper h1 {
    font-size: 8vw;
    line-height: 120%;
  }
}
@media only screen and (max-width: 763px) {
  .row-swiper h1 {
    font-size: 11vw;
  }
}
@media only screen and (max-width: 1366px) {
  .row-swiper p.large {
    font-size: 1.3rem;
  }
}
.row-swiper .swiper-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.row-swiper .swiper-slide article,
.row-swiper .swiper-slide figure {
  flex: 1;
}
.row-swiper .swiper-slide article {
  padding-left: 265px;
  padding-right: 50px;
  padding-bottom: 100px;
  padding-top: 30px;
}
@media only screen and (max-width: 1700px) {
  .row-swiper .swiper-slide article {
    padding-left: calc((100vw - 1240px) / 2);
  }
}
@media only screen and (max-width: 1366px) {
  .row-swiper .swiper-slide article {
    padding-left: 30px;
    padding-top: 15px;
    font-size: 1rem;
  }
}
.row-swiper .swiper-slide figure img {
  -webkit-mask-image: url(../gfx/teaser-img-mask.svg);
  mask-image: url(../gfx/teaser-img-mask.svg);
  mask-size: cover;
}
@media only screen and (max-width: 960px) {
  .row-swiper .swiper-slide {
    flex-direction: column-reverse;
  }
  .row-swiper .swiper-slide article {
    padding: 30px 30px 120px;
  }
}
@media only screen and (max-width: 567px) {
  .row-swiper .swiper-slide article {
    padding: 30px 30px 60px;
  }
}
.row-swiper .swiper-button-prev,
.row-swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  display: grid;
  justify-content: center;
  align-content: center;
  background: var(--color-orange);
  border: 0;
  cursor: pointer;
  top: auto;
  position: relative;
  bottom: 150px;
}
.row-swiper .swiper-button-prev::after,
.row-swiper .swiper-button-next::after {
  display: none;
}
.row-swiper .swiper-button-prev:hover,
.row-swiper .swiper-button-next:hover {
  background: var(--color-lightgreen);
  color: var(--color-darkblue);
}
@media only screen and (max-width: 1366px) {
  .row-swiper .swiper-button-prev,
  .row-swiper .swiper-button-next {
    bottom: 100px;
  }
}
.row-swiper a.btn:hover {
  color: #fff;
}
.row-swiper .swiper-button-prev {
  left: -10px;
}
.row-swiper .swiper-button-next {
  right: -10px;
}
.row-swiper .swiper-nav {
  position: relative;
  flex-direction: row;
  display: flex;
  justify-content: center;
  z-index: 3;
  height: 15px;
}
@media only screen and (max-width: 960px) {
  .row-swiper .swiper-nav {
    position: absolute;
    top: 38vh;
    right: 30px;
  }
  .row-swiper .swiper-button-prev,
  .row-swiper .swiper-button-next {
    bottom: 0;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .row-swiper .content-width {
    background-image: url(../gfx/swiper-greyend-mobi-bg.svg), url(../gfx/teaser-waves-mobi.svg);
    background-position: center calc(100% + 2px), center;
    background-size: 100% auto, 120% auto;
    background-repeat: no-repeat;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-teaser {
  padding: 172px 0 100px;
  background: #F0F3F5;
  background-image: url(../gfx/teaser-triange.svg), url(../gfx/body-lightgrey-waves.png);
  background-attachment: scroll, fixed;
  background-position: center calc(100% + 2px), 60% center;
  background-repeat: no-repeat;
  max-width: none;
  position: relative;
}
.row-teaser .content-width .grid {
  margin: 0;
}
.row-teaser .content-width .grid .col-1-3 {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
.row-teaser .content-width .grid .col-1-3 > figure {
  position: relative;
  margin-left: -265px;
  mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 635 545"><path d="M0 30C0 13 13 0 30 0h574c17 0 30 13 30 30v480a30 30 0 0 1-33 30L27 483c-15-1-27-14-27-29V30Z"/></svg>') top center / cover no-repeat;
}
.row-teaser .content-width .grid .col-1-3 > figure img {
  display: block;
  width: 100%;
}
.row-teaser .content-width .grid .col-2-3 {
  padding-top: 50px;
  padding-left: 100px;
}
.row-teaser time.date {
  background: var(--color-orange);
  display: flex;
  flex-direction: column;
  margin: -20px -20px 20px;
  padding: 20px;
  border-radius: 10px;
  align-items: center;
  text-transform: uppercase;
  position: absolute;
  right: -30px;
  top: 60px;
  margin-right: auto;
  color: #fff;
}
.row-teaser time.date strong,
.row-teaser time.date small {
  font-family: var(--font-bold);
  line-height: 100%;
}
.row-teaser time.date strong {
  font-size: 2.5rem;
}
.row-teaser time.date small {
  font-size: 1rem;
}
.row-teaser .contact-cta {
  position: absolute;
  right: -30px;
  top: 60px;
  margin-right: auto;
  float: none;
}
.row-teaser .event-info {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
  gap: 20px;
  color: var(--color-darkblue);
  font-size: 1.438rem;
}
.row-teaser .event-info div {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: var(--font-bold);
}
.row-teaser .event-info div::before {
  margin-right: 10px;
  font-size: 30px;
  color: var(--color-greyblue);
}
.row-teaser h1 {
  color: var(--color-darkblue);
  margin-bottom: 20px;
  hyphens: auto;
  font-size: 3.125rem;
  line-height: 2.938rem;
}
.row-teaser h2 {
  color: var(--color-orange);
  font-size: 1.625rem;
  font-family: var(--font-bold);
}
@media only screen and (max-width: 763px) {
  .row-teaser h1 {
    font-size: 2.5rem;
    line-height: 2.375rem;
  }
  .row-teaser h2 {
    font-size: 1.375rem;
  }
}
.row-teaser[data-style="dark"] {
  background-color: #C0CED5;
  background-image: url(../gfx/teaser-triange.svg), url(../gfx/teaser-waves-light.png);
}
.row-teaser[data-style="darker"] {
  color: #fff;
  background-color: var(--color-darkblue);
  background-image: url(../gfx/teaser-triange-rev.svg), url(../gfx/teaser-waves-light.png);
}
.row-teaser[data-style="darker"] h1 {
  color: var(--color-lightgreen);
}
@media only screen and (min-width: 1367px) and (max-width: 1750px) {
  .row-teaser .content-width .grid .col-1-3 > figure {
    margin-left: calc(0px - ((100vw - 1240px) / 2));
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1366px) {
  .row-teaser .content-width .grid .col {
    width: 50%;
  }
  .row-teaser .content-width .grid .col-1-3 > figure {
    margin-left: calc(0px - ((100vw - 1240px) / 2));
  }
}
@media only screen and (min-width: 961px) and (max-width: 1120px) {
  .row-teaser .content-width {
    padding: 0 20px;
  }
  .row-teaser .content-width .grid .col {
    width: 50%;
  }
  .row-teaser .content-width .grid .col-1-3 > figure {
    margin-left: 0;
  }
  .row-teaser .content-width .grid .col-2-3 {
    padding: 0 0 0 60px;
  }
}
@media only screen and (max-width: 960px) {
  .row-teaser {
    padding: 132px 0 50px;
  }
  .row-teaser .content-width {
    padding: 0 20px;
  }
  .row-teaser .content-width .grid {
    flex-direction: column;
  }
  .row-teaser .content-width .grid .col {
    width: 100%;
  }
  .row-teaser .content-width .grid .col-1-3 > figure {
    margin-left: 0;
  }
  .row-teaser .content-width .grid .col-2-3 {
    padding: 30px;
  }
  .row-teaser .contact-cta {
    right: auto;
    top: -40px;
    left: 50%;
    width: auto;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 5px 10px;
    align-items: flex-start;
  }
  .row-teaser .contact-cta figure {
    margin-bottom: 0;
  }
  .row-teaser .contact-cta figure figcaption {
    font-size: 0.75rem;
  }
  .row-teaser .contact-cta a {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 763px) {
  .row-teaser .contact-cta {
    top: -30px;
  }
}
body.drugstore .row-teaser {
  padding-top: 0;
  background: #fff;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
body.drugstore .row-teaser .grid {
  flex: 1;
}
body.drugstore .row-teaser .grid .col-2-3 article {
  margin-right: -265px;
}
@media only screen and (min-width: 1367px) and (max-width: 1750px) {
  body.drugstore .row-teaser .grid .col-2-3 article {
    margin-right: -165px;
  }
  body.drugstore .row-teaser .grid .col-1-3 > figure {
    margin-left: -265px;
  }
}
@media only screen and (max-width: 1367px) {
  body.drugstore .row-teaser .grid .col-2-3 article {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1291px) {
  body.drugstore .row-teaser .grid .col-1-3 > figure {
    margin-left: 0;
  }
}
body.drugstore .row-teaser .content-width {
  display: flex;
  flex-direction: row;
}
body.drugstore .row-teaser .content-width .teaser-image {
  width: calc(55% + 25px);
}
body.drugstore .row-teaser .content-width .teaser-image figure {
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 964 694"><path fill-rule="evenodd" d="M0 0v585l963 102V0H0Z"/></svg>') center top / 100% auto no-repeat;
  position: relative;
}
body.drugstore .row-teaser .content-width .teaser-image figure .contact-cta {
  left: initial;
  right: 60px;
  top: 30px;
}
body.drugstore .row-teaser .content-width .teaser-image figure .contact-cta figure img {
  display: inline-block;
}
body.drugstore .row-teaser .content-width .teaser-image figure .contact-cta .tooltip {
  left: initial;
  right: 0;
  margin-left: 0;
}
body.drugstore .row-teaser .content-width .teaser-image figure .contact-cta .tooltip::before {
  left: initial;
  right: 50px;
}
body.drugstore .row-teaser .content-width .teaser-image img {
  display: block;
}
body.drugstore .row-teaser .content-width .teaser-image:has(time) {
  position: relative;
}
body.drugstore .row-teaser .content-width .teaser-image .date {
  z-index: 10;
}
body.drugstore .row-teaser .content-width .teaser-content {
  width: 45%;
  margin-left: -25px;
  position: relative;
}
body.drugstore .row-teaser .content-width .teaser-content .note {
  position: absolute;
  background: var(--color-lightgreen);
  border-radius: 20px;
  padding: 30px;
  margin-left: -100px;
  max-width: 370px;
  text-align: center;
  color: var(--color-darkblue);
  margin-top: 40px;
}
body.drugstore .row-teaser .content-width .teaser-content .note strong {
  display: block;
  font-size: 1.625rem;
  margin-bottom: 25px;
}
body.drugstore .row-teaser .content-width .teaser-content .note strong:last-child {
  margin-bottom: 0;
}
body.drugstore .row-teaser .content-width .teaser-content article {
  margin: 100px 75px;
  color: #fff;
  background: var(--color-darkblue);
  position: relative;
  z-index: 4;
}
body.drugstore .row-teaser .content-width .teaser-content article h1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 4.563rem;
  line-height: 120%;
}
body.drugstore .row-teaser .content-width .teaser-content article p.large {
  color: var(--color-lightgreen);
  margin-bottom: 30px;
}
body.drugstore .row-teaser .content-width .teaser-content::before {
  content: "";
  background: var(--color-darkblue);
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 765 1704.9"><path d="M765,.8H0v1670.1c0,16.6,13.3,30.1,29.8,30.2,1.1,0,2.1,0,3.2-.2l732-83V.8Z"/></svg>') center bottom / 100% auto no-repeat;
  position: absolute;
  border-radius: 25px 0 0 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.drugstore .row-teaser:has(.date) .teaser-content article h1 {
  color: var(--color-lightgreen);
  font-size: 3.125rem;
}
@media only screen and (max-width: 1120px) {
  body.drugstore .row-teaser .content-width {
    padding: 0;
  }
}
@media only screen and (max-width: 960px) {
  body.drugstore .row-teaser .content-width {
    flex-direction: column;
  }
  body.drugstore .row-teaser .content-width .teaser-image,
  body.drugstore .row-teaser .content-width .teaser-content {
    width: 100%;
  }
  body.drugstore .row-teaser .content-width .teaser-image figure {
    mask: none;
  }
  body.drugstore .row-teaser .content-width .teaser-content {
    margin-left: 0;
    margin-top: -25px;
  }
  body.drugstore .row-teaser .content-width .teaser-content::before {
    border-radius: 25px 25px 0 0;
  }
  body.drugstore .row-teaser .content-width .teaser-content article {
    margin: 50px 30px 100px;
  }
  body.drugstore .row-teaser .content-width .teaser-content .note {
    position: static;
    margin: auto;
    max-width: none;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-image .content-width {
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (max-width: 567px) {
  .row-image .content-width {
    padding-bottom: 200px;
  }
}
.row-image figure {
  position: relative;
}
.row-image figure img {
  display: block;
  border-radius: 25px;
}
.row-image figure figcaption {
  position: absolute;
  bottom: -125px;
  left: 70px;
  padding: 30px 30px 10px;
  color: #fff;
  background: var(--color-darkblue);
  width: 270px;
  border-radius: 20px 20px 0 0;
}
.row-image figure figcaption h3 {
  color: var(--color-lightgreen);
  font-size: 1.563rem;
  line-height: 120%;
  margin-bottom: 10px;
}
.row-image figure figcaption::before {
  content: "";
  position: absolute;
  height: 45px;
  background-image: url(../gfx/image-figcaption-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  left: 0;
  width: 100%;
  background-size: 100% auto;
  bottom: -45px;
}
@media only screen and (max-width: 567px) {
  .row-image figure figcaption {
    width: auto;
    left: 30px;
    right: 30px;
  }
}
/* -- Collage -- */
.row-collage .has-desc {
  position: relative;
}
.row-collage .has-desc + figure,
.row-collage .has-desc + .has-desc {
  margin-top: 30px;
}
.row-collage .grid {
  margin: 0 -15px;
}
.row-collage .grid .col {
  padding: 0 15px;
}
.row-collage figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.row-collage figure img {
  display: block;
  position: relative;
}
.row-collage figure:has(figcaption) {
  background: #000;
}
.row-collage figure:has(figcaption)::before {
  content: "";
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30%;
  z-index: 2;
  border-radius: 0 0 10px 10px;
}
.row-collage figure figcaption {
  font-size: 0.75rem;
  color: #fff;
  font-style: italic;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  z-index: 3;
}
.row-collage figure .desc-wrap {
  position: relative;
}
.row-collage figure + figure,
.row-collage figure + .has-desc {
  margin-top: 30px;
}
.row-collage article {
  position: absolute;
  bottom: -15px;
  right: 30px;
  padding: 20px;
  background: var(--color-orange);
  width: 40%;
  border-radius: 6px;
  z-index: 3;
  max-width: 300px;
}
.row-collage.no-shadow figure::before {
  display: none;
}
.row-collage[data-count="2"] .grid .col:last-child {
  padding-top: 120px;
}
@media only screen and (max-width: 820px) {
  .row-collage[data-count="2"] .grid .col {
    width: 100%;
  }
  .row-collage[data-count="2"] .grid .col:last-child {
    padding-top: 0;
  }
}
.row-collage[data-count="3"] .grid .col {
  justify-content: center;
}
.row-collage[data-count="3"] .grid .col,
.row-collage[data-count="4"] .grid .col {
  display: flex;
  flex-direction: column;
}
.row-collage[data-count="3"] .grid .col:first-child,
.row-collage[data-count="4"] .grid .col:first-child {
  flex-wrap: wrap;
  align-items: flex-end;
}
.row-collage[data-count="3"] .grid .col:first-child figure.small,
.row-collage[data-count="4"] .grid .col:first-child figure.small {
  width: 65%;
}
.row-collage[data-count="3"] .grid .col:last-child .has-desc:has(.small),
.row-collage[data-count="4"] .grid .col:last-child .has-desc:has(.small),
.row-collage[data-count="3"] .grid .col:last-child figure.small,
.row-collage[data-count="4"] .grid .col:last-child figure.small {
  width: 45%;
}
.row-collage[data-count="3"] .grid .col:last-child .has-desc,
.row-collage[data-count="4"] .grid .col:last-child .has-desc {
  margin-right: auto;
}
.row-collage[data-count="3"] .grid .col:last-child .has-desc figure.small,
.row-collage[data-count="4"] .grid .col:last-child .has-desc figure.small {
  width: auto;
}
@media only screen and (max-width: 820px) {
  .row-collage[data-count="3"] .has-desc {
    width: 100%;
  }
  .row-collage[data-count="3"] .grid .col {
    width: 100%;
    position: relative;
  }
  .row-collage[data-count="3"] .grid .col:first-child {
    align-items: flex-start;
  }
  .row-collage[data-count="3"] .grid .col:first-child figure:not(.small) {
    width: 100%;
  }
  .row-collage[data-count="3"] .grid .col:first-child figure.small {
    width: calc(40% - 15px);
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 20px;
  }
  .row-collage[data-count="3"] .grid .col:last-child {
    align-items: flex-end;
  }
  .row-collage[data-count="3"] .grid .col:last-child figure {
    width: calc(60% - 15px);
  }
  .row-collage[data-count="4"] .grid {
    margin: 0;
  }
  .row-collage[data-count="4"] .grid .col {
    width: 100%;
    position: relative;
    padding: 0;
  }
  .row-collage[data-count="4"] .grid .col figure {
    width: 100%;
  }
  .row-collage[data-count="4"] .grid .col figure + figure {
    margin-top: 20px;
  }
  .row-collage[data-count="4"] .grid .col figure.small {
    width: calc(50% - 20px);
  }
  .row-collage[data-count="4"] .grid .col:first-child figure.small {
    width: calc(50% - 10px);
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 20px;
  }
  .row-collage[data-count="4"] .grid .col:last-child {
    padding-top: 0;
  }
  .row-collage[data-count="4"] .grid .col:last-child figure.small {
    width: calc(50% - 10px);
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-events .content-width {
  border-radius: 25px;
  padding: 50px 30px;
}
.row-events .grid {
  margin: 0;
}
.row-events .grid .col {
  padding: 0;
  margin-bottom: 0;
}
.row-events .grid .col .card h3 {
  font-size: 1.438rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
  font-family: 'Satoshi-Bold', sans-serif;
}
.row-events .grid .col .card p {
  font-size: 1rem;
}
.row-events .grid .col .card .inner .event-desc {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.row-events .grid .col .card .inner .btn {
  margin-top: auto;
  margin-bottom: 0;
  margin-right: auto;
}
.row-events .grid .col-list {
  padding-right: 15px;
}
.row-events .grid .col-img {
  padding-left: 15px;
}
.row-events .grid .col-img figure {
  margin-top: -75px;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 42 48.7"><path d="M42,2.3C42,1,41,0,39.8,0H2.3C1,0,0,1,0,2.3v44.1c0,.7.3,1.3.8,1.7.5.4,1.1.6,1.8.6,7.7-.9,30.5-3.7,37.5-4.5,1.2-.1,2-1.1,2-2.3V2.3Z"/></svg>') center / cover no-repeat;
  position: relative;
}
.row-events .grid .col-img figure::before {
  content: "";
  speak: never;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../gfx/eventlist-img-waves.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 2;
}
.row-events .grid .col-img figure img {
  display: block;
  width: 100%;
}
.row-events.is-lightgrey {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1120px) {
  .row-events .content-width {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 960px) {
  .row-events.is-lightgrey {
    margin-bottom: 50px;
  }
  .row-events .content-width {
    padding: 0 30px 50px;
  }
  .row-events .grid {
    flex-direction: column-reverse;
  }
  .row-events .grid .col {
    width: 100%;
    padding: 0;
  }
  .row-events .grid .col-img {
    padding: 0;
    margin-bottom: 30px;
  }
  .row-events .grid .col-img figure {
    margin: 0 -30px;
  }
}
.row-swiper + .row-events .content-width {
  border-radius: 0 0 25px 25px;
  padding-top: 150px;
}
@media only screen and (max-width: 960px) {
  .row-swiper + .row-events .content-width {
    padding-top: 50px;
  }
}
.row-eventlist {
  padding: 40px 30px 60px;
  overflow: hidden;
}
.row-eventlist h1 {
  color: var(--color-darkblue);
  font-size: 3.125rem;
  margin-bottom: 40px;
}
.row-eventlist .event-items > p {
  text-align: center;
  padding: 150px 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-greyblue);
}
.row-eventlist::before {
  content: "";
  speak: none;
  position: absolute;
  background: #fff;
  top: 305px;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 100% 0%;
  transform: skew(0deg, -9deg);
}
.row-eventlist .event-month {
  text-align: center;
  color: var(--color-darkblue);
  font-size: 2.5rem;
  line-height: 100%;
  font-family: var(--headlinefont-black);
  display: block;
  margin-bottom: 75px;
}
@media only screen and (max-width: 567px) {
  .row-eventlist .event-month {
    font-size: 1.5rem;
    padding-top: 5px;
  }
}
.row-eventlist .swiper-nav {
  position: relative;
  display: flex;
  width: 430px;
  margin: 0 auto;
}
.row-eventlist .swiper-nav .swiper-button-prev,
.row-eventlist .swiper-nav .swiper-button-next {
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  display: grid;
  justify-content: center;
  align-content: center;
  background: var(--color-darkblue);
  border: 0;
  cursor: pointer;
  top: 0;
  margin-top: 0;
}
.row-eventlist .swiper-nav .swiper-button-prev::after,
.row-eventlist .swiper-nav .swiper-button-next::after {
  display: none;
}
.row-eventlist .swiper-nav .swiper-button-prev.swiper-button-disabled,
.row-eventlist .swiper-nav .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.row-eventlist .swiper-nav .swiper-button-prev:hover,
.row-eventlist .swiper-nav .swiper-button-next:hover {
  color: #fff;
  background: var(--color-orange);
}
.row-eventlist .swiper-nav .swiper-button-prev {
  left: 0;
}
.row-eventlist .swiper-nav .swiper-button-next {
  right: 0;
}
@media only screen and (max-width: 763px) {
  .row-eventlist .swiper-nav .swiper-button-prev,
  .row-eventlist .swiper-nav .swiper-button-next {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 567px) {
  .row-eventlist .swiper-nav {
    width: 100%;
  }
}
.row-eventlist .swiper {
  overflow: visible;
}
.row-eventlist .swiper-wrapper {
  transform: none;
}
.row-eventlist .event-items {
  flex: 1;
}
.row-eventlist .event-items .card + .card {
  margin-top: 30px;
}
.row-eventlist .event-items .card-event {
  background: #E0E7EA;
  border-radius: 20px;
}
.row-eventlist .event-items .card-event .day {
  width: 140px;
  margin-right: 0;
}
.row-eventlist .event-items .card-event .event-desc {
  padding: 45px 30px 30px;
}
.row-eventlist .event-items .card-event h3 {
  font-size: 1.563rem;
  color: var(--color-darkblue);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1120px) {
  .row-eventlist {
    flex-direction: column;
  }
  .row-eventlist .event-month {
    width: auto;
    margin-bottom: 130px;
  }
}
@media only screen and (max-width: 763px) {
  .row-eventlist h1 {
    font-size: 2.5rem;
  }
  .row-eventlist .event-month {
    margin-bottom: 130px;
  }
}
#mainContent:has(.row-eventlist) {
  transform: translateZ(0);
  overflow: hidden;
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-overview {
  padding: 0 30px 60px;
  background-image: linear-gradient(0deg, rgba(0, 137, 193, 0) 0%, #0089c1 90%), url(../gfx/overview-bg.png);
  background-position: center top, left top;
  background-size: 100% 330px, auto auto;
  background-repeat: no-repeat;
}
.row-overview .overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(264px, 1fr));
  grid-template-rows: auto;
  grid-auto-flow: dense;
  grid-gap: 20px;
  margin-bottom: 60px;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
}
.row-overview .overview-grid .card {
  aspect-ratio: 1 / 1;
  background: #ccc;
  position: relative;
  max-width: 750px;
  /* &:nth-child(2){grid-area: 1 / 3 / 2 / 4;}
            &:nth-child(3){grid-area: 1 / 4 / 2 / 5;}
            &:nth-child(4){grid-area: 1 / 5 / 2 / 6;}
            &:nth-child(5){grid-area: 2 / 3 / 3 / 4;} */
}
.row-overview .overview-grid .card:first-child:last-child {
  max-width: 548px;
}
.row-overview .overview-grid .card figure.inner {
  padding: 0;
}
.row-overview .overview-grid .card figure.inner .img {
  border-radius: 6px;
  overflow: hidden;
}
.row-overview .overview-grid .card figure.inner .img img {
  display: block;
}
.row-overview .overview-grid .card figure.inner figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  justify-content: flex-end;
}
.row-overview .overview-grid .card div.inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 763px) {
  .row-overview .overview-grid .card:not(.card-large) {
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  .row-overview .overview-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, auto));
    grid-template-rows: none;
  }
}
@media only screen and (max-width: 763px) {
  .row-overview .overview-grid {
    grid-template-columns: repeat(auto-fit, minmax(195px, auto));
  }
}
.row-overview .overview-grid .card-skeleton {
  display: none;
}
.row-overview .overview-grid.loading .card-skeleton {
  display: block;
}
.row-overview .overview-grid.loading .card-excerpt {
  display: none;
}
.row-overview .overview-grid .card-large {
  grid-column: span 2 / auto;
  grid-row: span 2 / auto;
}
@media only screen and (min-width: 1440px) {
  .row-overview .overview-grid .card-large {
    max-width: 750px;
  }
}
.row-overview .overview-grid:has( > *:nth-child(1)) .row-overview .overview-grid:has( > *:nth-child(2)) .card-large,
.row-overview .overview-grid:has( > *:nth-child(3)) .card-large {
  grid-column: span 2 / auto;
  grid-row: span 2 / auto;
}
@media only screen and (min-width: 1440px) {
  .row-overview .overview-grid:has( > *:nth-child(1)) .row-overview .overview-grid:has( > *:nth-child(2)) .card-large,
  .row-overview .overview-grid:has( > *:nth-child(3)) .card-large {
    max-width: none;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-headline {
  background: var(--color-blue);
  color: #fff;
  padding-bottom: 40px;
}
.row-headline h1 {
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 563px) {
  .row-headline {
    padding-bottom: 20px;
  }
}
.row-headline + .row {
  padding-top: 0;
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.tab-content .tab-pane {
  display: none;
  padding-top: 110px;
}
.tab-content .tab-pane.active {
  display: block;
}
nav.tabs {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media only screen and (max-width: 820px) {
  nav.tabs {
    flex-wrap: wrap;
  }
}
nav.tabs button {
  min-height: 50px;
  border-radius: 25px;
  color: #fff;
  border: 0;
  padding: 5px 30px;
  font-size: 1.125rem;
  font-family: var(--font-bold);
  background: var(--color-darkblue);
}
nav.tabs button.active {
  color: var(--color-lightgreen);
}
.row-tabs nav.tabs {
  margin-top: 60px;
  margin-bottom: 30px;
}
.row-tabs .content {
  border-radius: 20px;
  padding: 50px 70px;
  background: var(--color-darkblue) url(../gfx/tabcontent-waves.png) no-repeat center top;
  color: #fff;
}
.row-tabs .content h3 {
  color: var(--color-lightgreen);
  font-family: var(--headlinefont-black);
  font-size: 1.563rem;
}
.row-tabs .content.is-hidden {
  display: none;
}
@media only screen and (max-width: 820px) {
  .row-tabs .content {
    padding: 30px;
  }
}
.respond-tabs .respond-options strong {
  text-align: center;
  display: block;
  color: var(--color-darkblue);
  font-size: 1.438rem;
  font-family: var(--font-bold);
  margin-bottom: 20px;
}
.respond-tabs .respond-options nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.respond-tabs .respond-options nav button {
  border: 2px solid var(--color-darkblue);
  font-size: 1.125rem;
  background: var(--color-darkblue);
  display: grid;
  justify-content: center;
  align-content: center;
  color: #fff;
  height: 50px;
  border-radius: 25px;
  font-family: var(--font-black);
  padding: 0 30px;
  white-space: nowrap;
}
.respond-tabs .respond-options nav button:hover {
  background: var(--color-orange);
  border-color: var(--color-orange);
}
.respond-tabs .respond-options nav button.active,
.respond-tabs .respond-options nav button[role="tab"][aria-selected="true"] {
  color: var(--color-darkblue);
  background: transparent;
}
.respond-tabs .respond-content {
  text-align: center;
  padding-top: 40px;
}
.respond-tabs .respond-content > strong {
  display: block;
  margin-bottom: 20px;
  font-size: 1.438rem;
  color: var(--color-darkblue);
  font-family: var(--font-bold);
}
.respond-tabs .respond-content.is-hidden {
  display: none;
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-text {
  padding-top: 100px;
}
@media only screen and (max-width: 763px) {
  .row-text {
    padding-top: 50px;
  }
}
.row-text .content-width:has(.contact-cta) article {
  margin-right: 110px;
}
@media only screen and (max-width: 1366px) {
  .row-text .content-width:has(.contact-cta) article {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
  .row-text .content-width .tooltip {
    left: auto;
    right: -30px;
  }
  .row-text .content-width .tooltip::before {
    left: auto;
    right: 80px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1366px) {
  .row-text .content-width {
    position: relative;
  }
  .row-text .content-width .contact-cta {
    position: absolute;
    margin-right: auto;
    float: none;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: row;
    bottom: -80px;
    width: auto;
    top: auto;
    align-items: flex-start;
    gap: 20px;
    padding: 10px;
  }
  .row-text .content-width .contact-cta figure {
    margin-bottom: 0;
  }
  .row-text .content-width:has(.contact-cta) {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 763px) {
  .row-text .content-width .contact-cta {
    bottom: -75px;
  }
}
@media only screen and (max-width: 567px) {
  .row-text .content-width .contact-cta {
    position: relative;
    margin-bottom: 30px;
    bottom: 0;
    flex-direction: column;
    align-items: center;
  }
}
.row-text:first-child {
  border-radius: 25px 25px 0 0;
}
.row-text.hero-text {
  position: relative;
  background-color: #F0F3F5;
  background-image: url(../gfx/body-lightgrey-waves.png);
  background-attachment: fixed;
  background-position: 30% center;
  background-repeat: no-repeat;
}
.row-text.hero-text article {
  padding-bottom: 200px;
}
.row-text.hero-text::before {
  content: "";
  speak: none;
  position: absolute;
  background: #fff;
  top: calc(100% - 300px);
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 100% 0%;
  transform: skew(0deg, -9deg);
}
.row-text.hero-text + .row {
  padding-top: 0;
}
.row-table + .row-text,
.row-text + .row-text {
  padding-top: 0;
}
body.drugstore .row-text:has(h2:last-child) {
  padding-bottom: 0;
}
body.drugstore .row-text:has(h2:last-child) h2 {
  margin-bottom: 0;
}
body.drugstore .row-text:has(h2:last-child) + .row-text-image {
  padding-top: 60px;
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-text-image {
  overflow: hidden;
  padding: 100px 30px;
}
.row-text-image + .row-text-image {
  padding-top: 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 763px) {
  .row-text-image {
    padding: 50px 30px;
  }
  .row-text-image + .row-text-image {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.row-text-image article {
  color: var(--color-darkblue);
}
.row-text-image h3 {
  color: var(--color-green);
}
.row-text-image table {
  width: 100%;
  color: var(--color-darkblue);
}
.row-text-image table th,
.row-text-image table td {
  text-align: left;
  vertical-align: top;
  padding: 5px 0;
}
.row-text-image table th {
  padding-right: 20px;
  font-family: var(--font-black);
}
.row-text-image .grid {
  margin: 0;
}
.row-text-image .grid .col {
  padding: 0;
}
.row-text-image .btn.btn-orange.open-content {
  background: transparent;
  color: var(--color-orange);
}
.row-text-image .more-content a {
  font-family: 'Satoshi-Bold', sans-serif;
  text-decoration: underline;
}
.row-text-image .col-img {
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
  margin-bottom: auto;
}
.row-text-image .col-img figure figcaption.warning {
  background: var(--color-orange);
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
  width: 125px;
  font-family: 'Satoshi-Black', sans-serif;
  font-size: 1rem;
  position: absolute;
  top: 50px;
  padding: 25px 10px;
  line-height: 1rem;
}
.row-text-image .col-img figure figcaption.warning::before {
  font-size: 32px;
  margin-bottom: 10px;
}
.row-text-image .col-img .more-information {
  width: 270px;
  padding: 20px 30px 40px;
  font-family: 'Satoshi-Bold', sans-serif;
  line-height: 1.5rem;
  font-size: 1rem;
  border-radius: 10px 10px 0 0;
  background: var(--color-lightgreen);
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 270 400"><path fill-rule="evenodd" d="M270 0v358c0 8-6 14-13 15L17 400c-5 0-9-1-12-4s-5-7-5-11V0h270Z"/></svg>') center bottom / cover no-repeat;
  position: absolute;
  bottom: 0;
  color: var(--color-darkblue);
}
.row-text-image .col-img .more-information a {
  color: var(--color-orange);
}
.row-text-image .col-img:first-child figure {
  position: relative;
}
.row-text-image .col-img:first-child figure img {
  display: block;
  width: 100%;
}
.row-text-image .col-img:first-child figure .img-mask {
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 49 43.8"><path class="cls-1" d="M0,2.5c0-.6.3-1.3.7-1.7C1.2.3,1.8,0,2.4,0h44.1c1.4,0,2.4,1.1,2.4,2.5v38.8c0,.7-.3,1.4-.8,1.8-.5.5-1.2.7-1.9.6-8.8-1.1-36.2-4.4-44.1-5.3C.9,38.3,0,37.2,0,36,0,29.4,0,9.5,0,2.5Z"/></svg>') center / cover no-repeat;
}
.row-text-image .col-img:first-child figure .img-mask::before {
  content: "";
  speak: never;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../gfx/text-image-waves-lft.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
.row-text-image .col-img:first-child figure figcaption.warning {
  left: -30px;
}
.row-text-image .col-img:first-child .more-information {
  left: -30px;
}
.row-text-image .col-img:last-child figure {
  position: relative;
}
.row-text-image .col-img:last-child figure img {
  display: block;
}
.row-text-image .col-img:last-child figure .img-mask {
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 49 43.8"><path d="M49,36c0,1.2-.9,2.3-2.2,2.4-7.9,1-35.3,4.3-44.1,5.3-.7,0-1.4-.1-1.9-.6C.3,42.7,0,42,0,41.3V2.5C0,1.1,1.1,0,2.4,0h44.1c.6,0,1.3.3,1.7.7.5.5.7,1.1.7,1.7,0,7,0,26.9,0,33.5Z"/></svg>') center / cover no-repeat;
}
.row-text-image .col-img:last-child figure .img-mask::before {
  content: "";
  speak: never;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../gfx/text-image-waves-rt.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
.row-text-image .col-img:last-child figure figcaption.warning {
  right: -30px;
}
.row-text-image .col-img:last-child .more-information {
  right: -30px;
}
.row-text-image .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.row-text-image .col-text:last-child article {
  padding-left: 60px;
}
.row-text-image .col-text:first-child article {
  padding-right: 60px;
}
@media only screen and (max-width: 1120px) {
  .row-text-image {
    padding: 0 20px 50px;
  }
}
@media only screen and (max-width: 960px) {
  .row-text-image .grid .col {
    width: 100%;
  }
  .row-text-image .col-text {
    order: 1;
    margin-bottom: 0;
  }
  .row-text-image .col-text:last-child article {
    padding-left: 0;
  }
  .row-text-image .col-text:first-child article {
    padding-right: 0;
  }
  .row-text-image .col-img {
    order: 0;
    margin-bottom: 30px;
  }
  .row-text-image .col-img figure.small {
    width: 50%;
  }
}
@media only screen and (max-width: 763px) {
  .row-text-image h2 {
    font-weight: normal;
  }
  .row-text-image .col-text:first-child article {
    padding-left: 0;
  }
}
@media only screen and (max-width: 390px) {
  .row-text-image {
    padding: 0 20px 50px;
  }
}
.row-text + .row-text-image {
  padding-top: 0;
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-quote {
  padding-top: 100px;
}
.row-quote blockquote {
  position: relative;
  padding: 80px 50px 70px;
  background: var(--color-darkblue);
  background-image: url(../gfx/quote-bg.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 25px 25px 0 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.row-quote blockquote::before,
.row-quote blockquote::after {
  content: "";
  speak: never;
  position: absolute;
  width: 111px;
  height: 106px;
  background: url(../gfx/quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.row-quote blockquote::before {
  transform: rotate(180deg);
  top: -50px;
  right: 30px;
}
.row-quote blockquote::after {
  left: 30px;
  bottom: 30px;
}
.row-quote blockquote p {
  font-size: 2.125rem;
  line-height: 140%;
  font-family: 'Alpino-Bold', sans-serif;
}
@media only screen and (max-width: 820px) {
  .row-quote blockquote {
    padding: 80px 30px 100px;
  }
  .row-quote blockquote::before {
    transform: rotate(180deg);
    top: -50px;
    right: 30px;
  }
  .row-quote blockquote::after {
    bottom: -30px;
  }
  .row-quote blockquote p {
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 567px) {
  .row-quote blockquote {
    background-image: url(../gfx/quote-bg-mobi.svg);
  }
}
.row-quote cite {
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-style: normal;
  margin-top: 30px;
  min-height: 50px;
}
.row-quote cite img {
  border-radius: 50%;
  display: block;
}
.row-quote cite strong,
.row-quote cite small {
  display: block;
}
.row-quote cite strong {
  font-size: 1.438rem;
  color: var(--color-lightgreen);
  font-family: 'Satoshi-Bold', sans-serif;
}
.row-quote cite small {
  font-size: 1rem;
}
@media only screen and (max-width: 820px) {
  .row-quote cite {
    width: 100%;
  }
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-searchresults {
  padding: 60px 30px;
}
.row-searchresults .content-width {
  max-width: 924px;
}
.row-searchresults nav.tabs {
  margin-bottom: 50px;
  position: sticky;
  top: 110px;
  z-index: 666;
}
.row-searchresults .search-exerpt {
  margin-bottom: 50px;
}
.row-searchresults .search-exerpt .cat {
  font-weight: normal;
  color: var(--color-darkgrey);
}
.row-searchresults .search-exerpt h2 {
  padding-top: 0;
  font-size: 1.875rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.row-searchresults .search-exerpt h2 span {
  color: var(--color-blue);
}
.row-searchresults .search-exerpt h2::before {
  display: none;
}
.row-searchresults .search-exerpt p span {
  color: var(--color-blue);
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-doc {
  padding-bottom: 100px;
}
@media only screen and (max-width: 820px) {
  .row-doc .grid {
    flex-direction: column-reverse;
  }
  .row-doc .grid .col {
    width: 100%;
  }
}
/* -- Dflip Override -- */
.df-ui-wrapper {
  box-shadow: none;
}
.df-ui-wrapper,
.df-ui-btn {
  background: var(--color-yellow);
  color: #000;
  font-size: 20px;
}
.df-floating .df-ui-controls {
  border-radius: 6px;
  bottom: 0;
  padding: 10px;
}
.df-ui-controls {
  height: 60px;
}
.df-ui-page label {
  color: #000;
  font-size: 1rem;
}
.df-ui-alt.df-ui-next {
  border-right: 0;
  margin-right: 20px;
  padding-right: 20px;
}
.df-ui-alt.df-ui-next::after {
  content: "";
  width: 2px;
  background: rgba(0, 0, 0, 0.1);
  height: 30px;
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -15px;
}
.df-container > .df-ui-next,
.df-container > .df-ui-prev {
  display: none !important;
}
.df-ui-btn.disabled,
.df-ui-btn.disabled:hover {
  color: rgba(0, 0, 0, 0.3);
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
.row-video:has(.inner-small) {
  padding: 100px 30px;
}
@media only screen and (max-width: 1120px) {
  .row-video:has(.inner-small) {
    padding: 50px 20px;
  }
}
.row-video .video a {
  display: block;
  overflow: hidden;
  border-radius: 25px;
  position: relative;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}
.row-video .video a img {
  display: block;
}
.row-video .video a em {
  width: 126px;
  height: 131px;
  background: url(../gfx/play-button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 820px) {
  .row-video .video a em {
    width: 78px;
    height: 80px;
    font-size: 30px;
  }
}
.row-video .video a::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../gfx/video-preview-waves.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  content: "";
}
.row-video .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.row-video .video-wrap video,
.row-video .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row-text + .row-video,
.row-text-image + .row-video {
  padding-top: 0;
}
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
/*
*
*   SECONDRED Boilerplate
*   Styles Import
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
:root {
  --table-padding: 13px 30px;
}
.row-table table {
  width: 100%;
  background: #E0E7EA;
  border-radius: 25px;
}
.row-table table th,
.row-table table td {
  padding: var(--table-padding);
  border-left: 3px solid var(--color-green);
}
.row-table table th:first-child,
.row-table table td:first-child {
  border-left: 0;
  padding-left: 60px;
}
.row-table table th:last-child,
.row-table table td:last-child {
  padding-right: 60px;
}
.row-table table th.left,
.row-table table td.left {
  text-align: left;
}
.row-table table th.center,
.row-table table td.center {
  text-align: center;
}
.row-table table th.right,
.row-table table td.right {
  text-align: right;
}
.row-table table th.bold,
.row-table table td.bold {
  font-weight: bold;
}
.row-table table th.italic,
.row-table table td.italic {
  font-style: italic;
}
.row-table table th.underline,
.row-table table td.underline {
  text-decoration: underline;
}
.row-table table thead th {
  border-left: 2px solid var(--color-green);
  background: var(--color-darkblue);
  color: var(--color-lightgreen);
  font-family: 'Alpino-Black', sans-serif;
  font-size: 1.563rem;
}
.row-table table thead th:first-child {
  border-left: 0;
  border-radius: 25px 0 0 25px;
}
.row-table table thead th:last-child {
  border-radius: 0 25px 25px 0;
}
.row-table table tbody tr th,
.row-table table tbody tr td {
  background: #E0E7EA;
}
.row-table table tbody tr:nth-child(even) th,
.row-table table tbody tr:nth-child(even) td {
  background: #F0F3F5;
}
.row-table table tbody tr:last-child th:first-child,
.row-table table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 25px;
}
.row-table table tbody tr:last-child th:last-child,
.row-table table tbody tr:last-child td:last-child {
  border-radius: 0 0 25px 0;
}
@media only screen and (max-width: 1120px) {
  .row-table .table-outer {
    margin: 0 -20px -20px;
    position: relative;
  }
  .row-table .table-wrap {
    overflow: auto;
    padding: 0 20px 20px;
  }
  .row-table .table-wrap table {
    width: auto;
    min-width: 100%;
  }
  .row-table .table-wrap table th,
  .row-table .table-wrap table td {
    min-width: 200px;
    padding: 20px 30px;
  }
}
.row-gallery + .row-table {
  padding-top: 100px;
}
/*
*
*   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 {
  --headlinefont-bold: 'Alpino-Bold', sans-serif;
  --headlinefont-black: 'Alpino-Black', sans-serif;
  --font-regular: 'Satoshi-Regular', sans-serif;
  --font-medium: 'Satoshi-Medium', sans-serif;
  --font-bold: 'Satoshi-Bold', sans-serif;
  --font-black: 'Satoshi-Black', sans-serif;
  --color-tiber: #153743;
  --color-darkblue: #245A6D;
  --color-greyblue: #819CAA;
  --color-lightgreyblue: #C0CED5;
  --color-orange: #F07D00;
  --color-lightorange: #F5AB5A;
  --color-green: #AFCC09;
  --color-lightgreen: #DFE99B;
  --color-lighergreen: #EFF5CE;
  --color-darkgrey: #737373;
  --color-grey: #ccc;
  --color-midgrey: #BFBFBF;
  --color-lightgrey: #F0F3F5;
  --primary-color: var(--color-darkblue);
  --backdrop-filter: blur(12.5px) saturate(120%);
}
.hidden {
  display: none !important;
}
.anchor {
  display: block;
  scroll-margin-top: 150px;
}
.container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.container main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.row-contact h1,
.row-related article h1 {
  padding-top: 40px;
}
.fill-header .header {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.24);
  background: var(--color-lightgrey) !important;
}
.fill-header .header .content-width {
  height: var(--header-small-height);
}
@media only screen and (max-width: 1120px) {
  .fill-header .header .content-width {
    height: 84px;
  }
}
.fill-header .header .logo {
  padding-top: 10px;
}
.fill-header .header .logo a,
.fill-header .header .logo img {
  height: 90px;
  width: auto;
}
@media only screen and (max-width: 1120px) {
  .fill-header .header .logo a,
  .fill-header .header .logo img {
    height: 65px;
  }
}
.fill-header .hamburger {
  top: 16px;
}
.fill-header nav.langmenu {
  padding-top: 30px;
}
.fill-header:has(.row-teaser[data-style="darker"]) .header {
  background-color: var(--color-darkblue) !important;
}
.fill-header .drugstore .logo {
  padding-top: 0;
}
.fill-header .drugstore .logo a {
  height: 140px;
  width: 200px;
}
body.error-404 main {
  display: flex;
  flex-direction: column;
}
.tooltip {
  position: absolute;
  background: var(--color-green);
  border-radius: 15px;
  color: var(--color-darkblue);
  font-family: var(--font-bold);
  text-align: center;
  padding: 15px;
  width: 297px;
  left: 50%;
  margin-left: -149px;
  margin-top: 10px;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms cubic-bezier(0.2, 1, 0.3, 1), transform 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
.tooltip::before {
  content: "";
  width: 25px;
  height: 19px;
  position: absolute;
  background: url(../gfx/triangle-green.svg);
  left: 50%;
  margin-left: -12.5px;
  margin-top: -34px;
}
.contact-cta {
  background: var(--color-darkblue);
  border-radius: 10px;
  float: right;
  min-width: 124px;
  padding: 20px;
  margin-right: -62px;
  color: #fff;
  position: sticky;
  top: 200px;
  z-index: 3;
}
.contact-cta > span {
  text-align: center;
  display: block;
}
.contact-cta time {
  background: var(--color-orange);
  display: flex;
  flex-direction: column;
  margin: -20px -20px 20px;
  padding: 20px;
  border-radius: 10px;
  align-items: center;
  text-transform: uppercase;
}
.contact-cta time strong,
.contact-cta time small {
  font-family: var(--font-bold);
  line-height: 100%;
}
.contact-cta time strong {
  font-size: 2.5rem;
}
.contact-cta time small {
  font-size: 1rem;
}
.contact-cta figure {
  text-align: center;
  margin-bottom: 10px;
}
.contact-cta figure figcaption {
  font-family: var(--font-bold);
  text-align: center;
  margin-bottom: 10px;
  font-size: 1rem;
}
.contact-cta figure img {
  margin: 0 3px;
  width: auto;
}
.contact-cta a {
  display: flex;
  flex-direction: column-reverse;
  text-decoration: none;
  align-items: center;
  margin-bottom: 10px;
}
.contact-cta a::before {
  font-size: 25px;
  margin-top: 10px;
}
.contact-cta a:hover + .tooltip {
  opacity: 1;
  transform: translate(0);
}
@media only screen and (max-width: 763px) {
  .contact-cta {
    padding: 7px 10px;
  }
  .contact-cta a::before {
    font-size: 17px;
  }
  .contact-cta a span,
  .contact-cta figure figcaption {
    font-size: 0.75rem;
    line-height: 100%;
  }
  .contact-cta figure img {
    width: 20px !important;
    height: auto !important;
  }
}
.col-img .contact-cta {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.col-text + .col-img .contact-cta {
  right: 0;
  left: initial;
}
img:hover + .tooltip {
  opacity: 1;
  transform: translate(0);
}
.link-list ul li::before {
  margin-right: 10px;
  color: var(--color-darkblue);
}
.link-list ul li a {
  color: var(--color-orange);
  text-decoration: none;
  font-family: var(--font-medium);
}
.link-list ul li a:hover,
.link-list ul li a:focus {
  color: var(--color-green);
}
.link-list ul li.icon-next {
  position: relative;
}
.link-list ul li.icon-next::before {
  color: #FFFFFF;
  font-size: 10px;
  width: 18px;
  height: 18px;
  background: var(--color-darkblue);
  border-radius: 5px;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}
p + .link-list {
  margin-top: 26px;
}
article + .link-list {
  margin-top: 40px;
}
button.cta-respond {
  position: fixed;
  right: 0;
  top: 250px;
  height: 70px;
  z-index: 200;
  font-size: 35px;
  border-radius: 10px 0 0 10px;
  background: var(--color-lightgreen);
  color: var(--color-darkblue);
  width: 90px;
  display: grid;
  justify-content: center;
  align-content: center;
  border: 0;
  cursor: pointer;
  transition: background 350ms cubic-bezier(0.2, 1, 0.3, 1), color 350ms cubic-bezier(0.2, 1, 0.3, 1);
}
button.cta-respond:hover {
  color: #fff;
  background: var(--color-orange);
}
@media only screen and (max-width: 960px) {
  button.cta-respond {
    width: 60px;
    height: 50px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 567px) {
  button.cta-respond {
    top: 185px;
  }
}
.news-list + .btn-wrap {
  margin-top: 50px;
}
body.grey .header,
body.grey .container {
  background: #F0F3F5;
}
body.grey .container {
  background-image: url(../gfx/body-lightgrey-waves.png);
  background-position: center 20%;
  background-repeat: no-repeat;
}
body.grey .row {
  background: transparent;
}
body.grey .row article h1 {
  color: var(--color-darkblue);
}
body.grey:has(#mainContent .row-news:first-child) .container {
  background-image: url(../gfx/darker-waves.png);
  background-position: center 25%;
}
body.drugstore .header,
body.drugstore .container {
  background: var(--color-orange) !important;
}
body.drugstore .row-text-image h2 {
  font-size: 2.188rem;
}
body.drugstore #mainContent {
  padding: 0 30px;
}
body.drugstore .hamburger {
  display: none;
}
body.drugstore #mainmenu {
  display: block;
  top: 60px;
  opacity: 1;
  left: 360px;
  position: absolute;
}
body.drugstore nav.langmenu {
  right: -100px;
}
body.drugstore #footer .content-width {
  background: #fff;
  border-radius: 0 0 20px 20px;
}
body.drugstore .row {
  max-width: var(--layout-width);
}
@media only screen and (max-width: 1440px) {
  body.drugstore nav.langmenu {
    right: 0;
  }
}
@media only screen and (max-width: 1366px) {
  body.drugstore #mainmenu {
    left: 380px;
  }
}
@media only screen and (max-width: 1250px) {
  body.drugstore nav.langmenu {
    right: 30px;
  }
}
@media only screen and (max-width: 1120px) {
  body.drugstore .logo {
    margin-left: 30px;
    margin-bottom: -30px;
    padding-top: 10px !important;
  }
  body.drugstore .logo a {
    height: 85px !important;
  }
  body.drugstore .logo a img {
    height: 67px !important;
    width: auto !important;
  }
  body.drugstore #mainmenu {
    left: 220px;
    top: 21px;
  }
  body.drugstore #mainmenu ul li a {
    padding: 10px 20px;
  }
  body.drugstore #mainContent {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 960px) {
  body.drugstore #mainmenu {
    display: none;
  }
  body.drugstore nav.langmenu {
    right: 110px;
  }
  body.drugstore .hamburger {
    display: block;
  }
  body.drugstore .logo a {
    height: 79px !important;
    width: 110px !important;
  }
}
@media only screen and (max-width: 763px) {
  body.drugstore .row-text.hero-text h1 {
    font-size: 8vw;
    hyphens: auto;
  }
  body.drugstore .row-text.hero-text article {
    padding-bottom: 160px;
  }
  body.drugstore .row-text.hero-text::before {
    top: calc(100% - 200px);
  }
}
.fill-header body.drugstore #mainmenu {
  top: 30px;
  left: 220px;
}
@media only screen and (max-width: 1400px) {
  .fill-header body.drugstore #mainmenu {
    left: 240px;
  }
}
@media only screen and (max-width: 1120px) {
  .fill-header body.drugstore #mainmenu {
    top: 21px;
  }
}
body:has(.row-teaser[data-style="darker"]) .hamburger em {
  background: #fff;
}
body:has(.row-teaser[data-style="darker"]) .hamburger.open em {
  background: var(--hamburger-line-color);
}
body:has(.row-teaser[data-style="darker"]) .container {
  background: #F0F3F5;
}
body:has(.row-teaser[data-style="darker"]) .row:not(.row-teaser) {
  background-color: transparent;
}
body:has(.row-teaser[data-style="darker"]) .row-gallery .content-width {
  background-color: #E0E7EA;
}
body:has(.row-teaser[data-style="darker"]) nav.langmenu ul {
  background: #819CAA;
}
body:has(.row-eventlist:first-child) #footer {
  background: #fff;
}
/*
*
*   SECONDRED Boilerplate
*   Debug Style
*   Author: SECONDRED Newmedia GmbH - www.secondred.de
*
*/
*:focus:not(:focus-visible) {
  outline: none;
}
*:focus-visible {
  outline: 2px solid #000;
  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 #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-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) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
@media (prefers-color-scheme: dark), (prefers-contrast: more) {
  /* Dark Mode styles go here */
}
@media (prefers-contrast: more), (forced-colors: active) {
  :root {
    --color-grey: #555;
    --color-blue: #005274;
    --color-midgrey: #575757;
    --color-orange: #bf5200;
    --color-darkgrey: #444;
    --input-border: 1px solid #333;
    --input-bg: rgba(149, 157, 169, 0.1);
    --input-placeholder-color: #222;
    --fui-check-label-border: 1px solid #333;
    --fui-error: #AD0000;
    --fui-submit-btn-bg-color: #AD0000;
    --fui-error-color: #AD0000;
    --fui-required-color: #AD0000;
    --fui-submit-btn-border: 1px solid #AD0000;
  }
  .row-teaser figure {
    background: #000;
  }
  .breadcrumb a {
    color: black;
  }
  .row-overview,
  body.has-gradient .container,
  #mainContent > .row-swiper:first-child {
    background-image: linear-gradient(0deg, rgba(0, 82, 116, 0) 0%, #005274 90%), url(../gfx/overview-bg.png);
  }
  nav.optmenu ul li button:hover,
  nav.optmenu ul li button:focus,
  nav.topmenu ul li a:hover,
  nav.topmenu ul li a:focus,
  .row-filter .btn.btn-blank:hover,
  .row-filter .btn.btn-blank:focus {
    background: rgba(0, 0, 0, 0.5);
  }
  .row-text-image .col-img .desc-wrap article {
    color: #fff;
  }
  #mainmenu > ul li.has-sub.open > a {
    background: rgba(0, 0, 0, 0.8);
  }
  .row-wizard .swiper-nav .swiper-scrollbar .swiper-scrollbar-drag,
  .row-swiper .swiper-nav .swiper-scrollbar .swiper-scrollbar-drag,
  .row-related .swiper-nav .swiper-scrollbar .swiper-scrollbar-drag,
  .row-gallery .swiper-nav .swiper-scrollbar .swiper-scrollbar-drag {
    background: #000;
  }
  .fui-radio label::before {
    border: 1px solid #949494;
  }
  .form-radio label em {
    border-color: #949494;
  }
}
@media (prefers-reduced-transparency) {
  #mainmenu {
    background: #fff;
  }
}
/* - Pages - */
/* @import "pages/_start";
@import "pages/_news";
@import "pages/_content";
@import "pages/_contact";
*/
/*# sourceMappingURL=style.css.map */