/* Base */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Clear Sans, Helvetica, Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
    --color-primary: #ff1441;
}
html, body {
    scroll-behavior: smooth;
}
* {
    scroll-margin-top: 2rem;
}
body {
    hyphens: auto;
    -webkit-font-smoothing: antialiased;
}
main {
    /* overflow-x: hidden;*/
}
button {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (max-width: 767px) {
    .ignore-on-mobile {
        display: none;
    }
}
/* Video */
.video,
.video .video-embed {
    display: block !important;
}
.video .video-embed {
    position: relative;
    padding-bottom: 56.25%;
}
.video .video-embed iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
/*
   Container
   ========================================================================== */
.container-medium {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
    max-width: 81rem;
}
/*
.page-type-text .body-text-container {
    @apply
        mx-auto px-4
        lg:max-w-[44rem]
        xl:max-w-[59rem]
        2xl:max-w-[81rem];
}
*/
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
/* ==========================================================================
   FONTS
   ========================================================================== */
/* ==========================================================================
   Clear Sans
   ========================================================================== */
@font-face {
    font-family: 'Clear Sans';
    src: url('../Fonts/ClearSans/clear-sans-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Clear Sans';
    src: url('../Fonts/ClearSans/clear-sans-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Clear Sans';
    src: url('../Fonts/ClearSans/clear-sans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Clear Sans';
    src: url('../Fonts/ClearSans/clear-sans-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Clear Sans';
    src: url('../Fonts/ClearSans/clear-sans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* ==========================================================================
   Labmono
   ========================================================================== */
@font-face {
    font-family: "Lab Mono";
    src:
        url('../Fonts/Labmono/labmono-regular-web.woff') format('woff'),
        url('../Fonts/Labmono/labmono-regular-web.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* ==========================================================================
   Proforma
   ========================================================================== */
@font-face {
    font-family: "Proforma";
    src:
        url('../Fonts/Proforma/proforma_regular/proforma-regular-webfont.woff') format('woff'),
        url('../Fonts/Proforma/proforma_regular/proforma-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Proforma";
    src:
        url('../Fonts/Proforma/proforma_italic/proforma-italic-webfont.woff') format('woff'),
        url('../Fonts/Proforma/proforma_italic/proforma-italic-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Proforma";
    src:
        url('../Fonts/Proforma/proforma_bold/proforma-bold-webfont.woff') format('woff'),
        url('../Fonts/Proforma/proforma_bold/proforma-bold-webfont.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Proforma";
    src:
        url('../Fonts/Proforma/proforma_bold_italic/proforma-bolditalic-webfont.woff') format('woff'),
        url('../Fonts/Proforma/proforma_bold_italic/proforma-bolditalic-webfont.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
body {
  font-family: Clear Sans, Helvetica, Arial, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    line-height: 1.65;
}
strong {
  font-weight: 700;
}
a {
  --tw-text-opacity: 1;
  color: rgb(255 20 65 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
a:hover {
  --tw-text-opacity: 1;
  color: rgb(199 20 32 / var(--tw-text-opacity, 1));
}
p {
    max-width: 66ch;
    margin-bottom: 1.25em;
}
.headline-underlined {
  margin-top: 0px;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
    align-self: end;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #808080;
}
.lead {
  font-size: 1.25rem;
  line-height: 1.5em;
}
/*
 * Link with arrow
 */
.arrow-link-white,
.arrow-link-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.arrow-link-white:after,
.arrow-link-primary:after {
    content: "";
    display: inline-block;
    width: 1.75rem;
    height: 1rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.48 9.81"><defs>\3c style>.cls-1{fill:none;stroke:%23fff;stroke-width:1px;}\3c /style></defs><g><line class="cls-1" y1="4.91" x2="25.93" y2="4.91"/><polyline class="cls-1" points="20.95 .27 25.93 4.91 20.95 9.54"/></g></svg>');
    transition: 0.3s ease all;
}
.arrow-link-white:hover,
.arrow-link-primary:hover {
    text-decoration: none !important;
}
.arrow-link-white:hover:after,
.arrow-link-primary:hover:after {
    transform: translateX(0.375rem);
}
/*
 * Link with arrow before
 */
.link-with-arrow-before {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.link-with-arrow-before:before {
    content: "";
    display: inline-block;
    width: 1.75rem;
    height: 1rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.48 9.81"><defs>\3c style>.cls-1{fill:none;stroke:%23ff1441;stroke-width:1px;}\3c /style></defs><g><line class="cls-1" y1="4.91" x2="25.93" y2="4.91"/><polyline class="cls-1" points="20.95 .27 25.93 4.91 20.95 9.54"/></g></svg>');
    transition: 0.3s ease all;
    text-decoration: none !important;
}
.card:hover .link-with-arrow-before:before,
.link-with-arrow-before:hover:before {
    transform: translateX(0.375rem);
}
/*
 * Lists
 */
.body-text-container ul,
.bodytext ul {
    list-style: disc;
    padding-left: 1em;
    margin-bottom: 1.25em;
}
.body-text-container ol,
.bodytext ol {
    list-style: decimal;
    padding-left: 2em;
    margin-bottom: 1.25em;
}
/*
 * body-text-container
 */
.body-text-container > * {
    max-width: 600px;
}
.highlight {
    --highlight-color: rgba(255,20,65,0.75);
    --highlight-stop-start: 68%;
    --highlight-stop-end: 83%;
    --highlight-padding: 0.075em;
    background-image: linear-gradient(180deg, transparent 0,
        transparent var(--highlight-stop-start),
        var(--highlight-color) calc(var(--highlight-stop-start) + 0.01%),
        var(--highlight-color) var(--highlight-stop-end),
        transparent calc(var(--highlight-stop-end) + 0.01%));
    display: inline;
    padding-left: var(--highlight-padding);
    margin-left: calc(var(--highlight-padding) * -1);
    padding-right: var(--highlight-padding);
    margin-right: calc(var(--highlight-padding) * -1);
}
pre {
    overflow: hidden;
    white-space: pre-wrap;
}
/* ==========================================================================
   Headlines
   ========================================================================== */
h1,h2,h3,h4,h5,h6 {
  margin-top: 4rem;
  margin-bottom: 1rem;
  hyphens: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
    max-width: 29ch;
}
@media screen and (max-width: 767px) {
    h1,h2,h3,h4,h5,h6 {
    hyphens: auto;
  }
}
/* Headline Style Default
   ========================================================================== */
.headline-style-default {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 1.1;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .headline-style-default {
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 100;
  }
}
.headline-style-default + .subline {
  font-size: 1.125rem;
  line-height: 1.3;
}

.cb-references .headline-style-default {
    font-size: 1rem;
    font-weight: bold;
}

.cb-references .headline-style-default + .subline {
  margin-top: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.cb-person-collection .headline-style-default {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.cb-person-collection .headline-style-default + .subline  {
  margin-top: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.teaser-collection .headline-style-default {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.teaser-collection .headline-style-default + .subline  {
  margin-top: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.magazin-article .headline-style-default {
    font-weight: 500;
    margin-top: 4.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    font-size: 1.75rem;
}
@media (min-width: 1024px) {
  
.magazin-article .headline-style-default {
    font-size: 1.75rem;
  }
}

.article .headline-style-default {
    font-weight: 500;
    margin-top: 4.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    font-size: 1.75rem;
}
@media (min-width: 1024px) {
  
.article .headline-style-default {
    font-size: 1.75rem;
  }
}
/* Headline Style Small
   ========================================================================== */
.headline-style-small {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 300;
}
.headline-style-small .topline {
  font-weight: 400;
}
.headline-style-small + .subline {
  line-height: 1.4;
}
/* Headline Style Medium
   ========================================================================== */
.headline-style-medium {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 1.1;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .headline-style-medium {
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 100;
  }
}
.headline-style-medium + .subline {
  font-size: 1.125rem;
  line-height: 1.3;
}
/* Headline Style Large
   ========================================================================== */
.headline-style-large {
  margin-bottom: 1em;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 100;
}
@media (min-width: 1024px) {
  .headline-style-large {
    font-size: 3.0rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .headline-style-large {
    font-size: 3.5rem;
    line-height: 1;
  }
}
.headline-style-large .topline {
  font-size: 1.5rem;
}
.headline-style-large + .subline {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .headline-style-large + .subline {
    font-size: 1.5rem;
  }
}
.headline-style-large + .subline {
    max-width: 50ch;
}
/* ==========================================================================
   Topline
   ========================================================================== */
.topline {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.2rem;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .topline {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .topline {
    margin-bottom: 1rem;
  }
}
.topline {
    margin-left: 2px;
}
/* ==========================================================================
   Subline
   ========================================================================== */
.subline {
  margin-top: -0.5rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
    margin-left: 1px;
}
.dark-variant .subline,
.background-dark .subline {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* ==========================================================================
   Container Specific
   ========================================================================== */
/*
 * body-text-container
 */
.body-text-container .topline {
    max-width: 66ch;
}
.body-text-container .headline-style-large {
    max-width: 24ch;
}
/* ==========================================================================
   Pages
   ========================================================================== */
/*
 * Cases
 */
.page-type-case h1.headline-style-large {
  margin-top: 0px;
  font-size: 2rem;
}
@media (min-width: 1280px) {
  .page-type-case h1.headline-style-large {
    font-size: 3.5rem;
  }
}
/* ==========================================================================
   Content Blocks
   ========================================================================== */
.teaser-general-bg-image .headline-style-default {
  margin-bottom: 1em;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 100;
}
@media (min-width: 1024px) {
  .teaser-general-bg-image .headline-style-default {
    font-size: 3.0rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .teaser-general-bg-image .headline-style-default {
    font-size: 3.5rem;
    line-height: 1;
  }
}
.teaser-general-bg-image .headline-style-default .topline {
  font-size: 1.5rem;
}
.teaser-general-bg-image .headline-style-default + .subline {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .teaser-general-bg-image .headline-style-default + .subline {
    font-size: 1.5rem;
  }
}
.teaser-general-bg-image .headline-style-default + .subline {
    max-width: 50ch;
}
.body-text-container .teaser-general-bg-image .headline-style-default {
    max-width: 24ch;
}
.page-type-case h1.teaser-general-bg-image .headline-style-default {
  margin-top: 0px;
  font-size: 2rem;
}
@media (min-width: 1280px) {
  .page-type-case h1.teaser-general-bg-image .headline-style-default {
    font-size: 3.5rem;
  }
}

.cb-references .teaser-general-bg-image .headline-style-default {
    font-size: 1rem;
    font-weight: bold;
}

.cb-references .teaser-general-bg-image .headline-style-default + .subline {
  margin-top: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.cb-person-collection .teaser-general-bg-image .headline-style-default {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.cb-person-collection .teaser-general-bg-image .headline-style-default + .subline {
  margin-top: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.teaser-collection .teaser-general-bg-image .headline-style-default {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.teaser-collection .teaser-general-bg-image .headline-style-default + .subline {
  margin-top: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.magazin-article .teaser-general-bg-image .headline-style-default {
    font-weight: 500;
    margin-top: 4.5rem;
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 1}
@media (min-width: 1024px) {
  .magazin-article .teaser-general-bg-image .headline-style-default {
    font-size: 2.5rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .magazin-article .teaser-general-bg-image .headline-style-default {
    font-size: 3.25rem;
    line-height: 1;
  }
}
.article .teaser-general-bg-image .headline-style-default {
    font-weight: 500;
    margin-top: 4.5rem;
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 1}
@media (min-width: 1024px) {
  .article .teaser-general-bg-image .headline-style-default {
    font-size: 2.5rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .article .teaser-general-bg-image .headline-style-default {
    font-size: 3.25rem;
    line-height: 1;
  }
}
.teaser-general-bg-image .topline {
  --tw-text-opacity: 1;
  color: rgb(255 20 65 / var(--tw-text-opacity, 1));
}
.teaser-general-bg-image p {
  font-weight: 100;
}
.featured-links .headline-style-default, .cb-image-slider .headline-style-default, .cb-teaser-general .headline-style-default, .cb-teaser-general-side-image .headline-style-default {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 100;
}
@media (min-width: 1024px) {
  .featured-links .headline-style-default, .cb-image-slider .headline-style-default, .cb-teaser-general .headline-style-default, .cb-teaser-general-side-image .headline-style-default {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .featured-links .headline-style-default, .cb-image-slider .headline-style-default, .cb-teaser-general .headline-style-default, .cb-teaser-general-side-image .headline-style-default {
    font-size: 3.5rem;
    line-height: 1;
  }
}
.featured-links .headline-style-default .topline, .cb-image-slider .headline-style-default .topline, .cb-teaser-general .headline-style-default .topline, .cb-teaser-general-side-image .headline-style-default .topline {
  font-size: 1rem;
  line-height: 1.5rem;
}
.featured-links .headline-style-default + .subline, .cb-image-slider .headline-style-default + .subline, .cb-teaser-general .headline-style-default + .subline, .cb-teaser-general-side-image .headline-style-default + .subline {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .featured-links .headline-style-default + .subline, .cb-image-slider .headline-style-default + .subline, .cb-teaser-general .headline-style-default + .subline, .cb-teaser-general-side-image .headline-style-default + .subline {
    font-size: 1.5rem;
  }
}
.featured-links .headline-style-default + .subline, .cb-image-slider .headline-style-default + .subline, .cb-teaser-general .headline-style-default + .subline, .cb-teaser-general-side-image .headline-style-default + .subline {
            max-width: 50ch;
        }
.cb-references .headline-style-default,
.cb-references .headline-style-small,
.cb-references .headline-style-medium,
.cb-references .headline-style-large {
    font-size: 1rem;
    font-weight: bold;
}
.cb-references .headline-style-default + .subline,
.cb-references .headline-style-small + .subline,
.cb-references .headline-style-medium + .subline,
.cb-references .headline-style-large + .subline {
  margin-top: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cb-person-collection .headline-style-default,
.cb-person-collection .headline-style-small,
.cb-person-collection .headline-style-medium,
.cb-person-collection .headline-style-large {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.cb-person-collection .headline-style-default + .subline ,
.cb-person-collection .headline-style-small + .subline ,
.cb-person-collection .headline-style-medium + .subline ,
.cb-person-collection .headline-style-large + .subline {
  margin-top: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.teaser-collection .headline-style-default,
.teaser-collection .headline-style-small,
.teaser-collection .headline-style-medium,
.teaser-collection .headline-style-large {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.teaser-collection .headline-style-default + .subline ,
.teaser-collection .headline-style-small + .subline ,
.teaser-collection .headline-style-medium + .subline ,
.teaser-collection .headline-style-large + .subline {
  margin-top: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
:root {
    /* Accessibility */
    --focus-color: #ff1441;
    --focus-style: dotted;
    --focus-width: 2px;
    --focus-offset: 2px;
    --focus-offset-large: calc(var(--focus-offset) * 2);
}
/* Links */
a:focus-visible,
button:focus-visible,
z3-dropdown::part(button):focus-visible {
    outline: var(--focus-color)  var(--focus-style) var(--focus-width);
    outline-offset: var(--focus-offset-large);
}
/* Header menu */
.header-menu a {
    outline-offset: calc(var(--focus-offset-large) * -1);
}
/* Input */
input:focus-visible {
    outline: var(--focus-color)  var(--focus-style) var(--focus-width);
    outline-offset: var(--focus-offset-large);
}
/* Button */
.btn:focus-visible {
    outline: var(--focus-color)  var(--focus-style) var(--focus-width);
    outline-offset: var(--focus-offset-large);
}
/* Details */
details summary:focus-visible  {
    outline: var(--focus-color)  var(--focus-style) var(--focus-width);
    outline-offset: var(--focus-offset-large);
}
/* Artist List Item */
swiper-container::part(button-prev):focus-visible,
swiper-container::part(button-next):focus-visible {
    outline: var(--focus-color)  var(--focus-style) var(--focus-width);
    outline-offset: var(--focus-offset-large);
}
/* skip-to-main-content */
.skip-to-main-content {
  position: absolute;
  left: 1rem;
  top: 0px;
  z-index: 9999;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.skip-to-main-content:focus {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
/* Components */
.container {
  width: 90vw;
  max-width: 1680px;
  margin: 0 auto;
}
z3-dropdown:not(.loaded),
z3-dropdown:not(.hydrated) {
    display: none;
}
z3-dropdown a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dark z3-modal {
    --z3-modal-panel-background-color: rgba(38, 38, 38, 1);
    --z3-modal-text-color: white;
}
.dark z3-appointment-simple {
    --z3-appointment-simple-text-color: white;
}
#smooth-content-footer z3-modal {
    top: unset;
    bottom: 0;
    height: 100vh;
}
/* ==========================================================================
   Button
   ========================================================================== */
.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-weight: 400;
    min-height: 2.5rem;
    transition: all 0.3s ease;
}
.btn-primary {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary {
    min-width: 14.5rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1"><rect fill="%23ff1441" width="1" height="1" /></svg>');

}
.btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.btn-with-arrow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.btn-with-arrow:after {
    content: "";
    display: inline-block;
    width: 1.75rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.48 9.81"><defs>\3c style>.cls-1{fill:none;stroke:%23ff1441;stroke-width:1.5px;}\3c /style></defs><g><line class="cls-1" y1="4.91" x2="25.93" y2="4.91"/><polyline class="cls-1" points="20.95 .27 25.93 4.91 20.95 9.54"/></g></svg>');
    transition: 0.3s ease all;
    transform: translateX(-0.375rem);
}
.btn-with-arrow:hover:after {
    transform: translateX(0);
}
/* btn primary with arrow */
.btn-primary.btn-with-arrow:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.48 9.81"><defs>\3c style>.cls-1{fill:none;stroke:%23fff;stroke-width:1.5px;}\3c /style></defs><g><line class="cls-1" y1="4.91" x2="25.93" y2="4.91"/><polyline class="cls-1" points="20.95 .27 25.93 4.91 20.95 9.54"/></g></svg>');
}
.button-headline {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 500;
}
.header {
    padding-top: 1.5rem;
    border-bottom: 1px solid #ccc;
}
/* sticky */
.sentinal {
    height: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.header {
    position: sticky !important;
    background: white;
    z-index: 800;
    top: 0;
    transition: 0.3s ease all;
}
.header .logo {
        transition: 0.3s ease all;
        align-self: center;
        height: 2rem;
        position: relative;
    }
.header .logo a,
        .header .logo img {
            display: block;
            position: absolute;
            bottom: 0;
            transition: 0.3s ease all;
        }
.header.isSticky .logo{
        padding-bottom: 0;
    }
@media (min-width: 1024px) {
  .header.isSticky .logo {
    padding-right: 2rem;
  }
}
.header.isSticky .logo a,
        .header.isSticky .logo img {
  height: 3rem;
  width: 3rem;
}
@media (min-width: 1024px) {
  .header.isSticky .logo a,
        .header.isSticky .logo img {
    height: 2rem;
    width: 2rem;
  }
    .header {
        padding-top: 0;
        margin-top: 3rem;
    }
}
.header .container {
  display: flex;
  align-items: flex-end;
}
.logo {
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .logo {
    padding-bottom: 1.25rem;
  }
}
.logo {
    /* Space between logo and menu = 5.875rem - horizontal menu-padding */
    padding-right: calc(7rem - 2rem);
}
/*
.logo {
    @apply w-12 h-12 lg:w-16 lg:h-16;
}
*/
.logo a,
.logo img {
  height: 3rem;
  width: 3rem;
}
@media (min-width: 1024px) {
  .logo a,
.logo img {
    height: 4rem;
    width: 4rem;
  }
}
.bg-header {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f2f2f2 var(--tw-gradient-to-position);

    background-size: cover;
    background-position: center;
    background-image: url('../Images/bg-header.jpg');
}
@supports (background-image: url('../Images/bg-header.webp')) {
.bg-header {
        background-image: url('../Images/bg-header.webp')
}
    }
.bg-image {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f2f2f2 var(--tw-gradient-to-position);
    background-size: cover;
    background-position: center;
}
.bg-gradient {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f2f2f2 var(--tw-gradient-to-position);
}
.bg-gradient-light {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #f9f9f9 var(--tw-gradient-to-position);
}
.bg-gradient-blue {
    background: linear-gradient(70deg,rgba(255, 255, 255, 1) 20%, rgba(173, 213, 237, 1) 75%, rgba(56, 56, 112, 1) 100%);
}
.teaser-collection.bg-dark .bg-gradient-light {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #333333 var(--tw-gradient-to-position);
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #333333 var(--tw-gradient-to-position);
}
.teaser-collection.bg-dark .bg-gradient-light:hover {
    background: #333;
}
.header-menu {
  display: none;
}
@media (min-width: 1024px) {
  .header-menu {
    display: flex;
  }
}
.header-menu > li > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
}
.header-menu > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 20 65 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
  .header-menu > li > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .header-menu > li > a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1280px) {
  .header-menu > li > a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.header-menu > li > a {
    transition: 0.3s all ease;
}
.header-menu li a.active {
  --tw-text-opacity: 1;
  color: rgb(255 20 65 / var(--tw-text-opacity, 1));
}
.header-menu > li.active > a {
  position: relative;
}
.header-menu > li.active > a:after {
    content: "";
    margin-bottom: -1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 20 65 / var(--tw-bg-opacity, 1));
}
.header a {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
}
.header a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 20 65 / var(--tw-text-opacity, 1));
}
.header a {
    transition: 0.3s all ease;
}
.header-menu z3-dropdown {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
    white-space: nowrap;
}
.header-search {

}
.header-language {
  z-index: 1000;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-language z3-dropdown::part(dropdown) {
    right: 0;
}
.header {
    position: relative;
}
.menu-item-teaser-block {
    display: none;
}
@media screen and (min-width: 1024px){
    .menu-indicator {
    --tw-bg-opacity: 1;
    background-color: rgb(255 20 65 / var(--tw-bg-opacity, 1));
        position: absolute;
        height: 1px;
        bottom: -1px;
        transition: all 0.3s ease;
  }

    .menu-dropdown {
        display: none;
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        margin-top: 1px;
        text-wrap: balance;
        padding: 1.5rem;
    }

    .menu-dropdown .container {
        position: relative;
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .isSticky .menu-dropdown .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .menu-item-teaser-block {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
    }

    .flipped .menu-item-teaser-block {
        left: 0;
        right: auto;
    }
    .flipped.menu-dropdown ul {
        margin-left: 50%
    }

    .menu-dropdown ul {
        min-height: 480px;
        width: 45%;
    }
    .menu-dropdown ul li a {
        display: flex;
    }

    .menu-dropdown ul li a:hover,
    .menu-dropdown ul li a:focus {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: rgb(128 128 128 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(128 128 128 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    color: inherit;
  }

    .menu-dropdown ul li a + .menu-item-teaser-block {
        opacity: 0;
        transition: all 0.5s ease;
        transform: translateY(-0.5rem);
    }

    /* select first child, if none other is hovered */
    .menu-dropdown ul:not(:has(> *:hover, *:focus)) > *:first-child a + .menu-item-teaser-block{
        opacity: 0;
    }

    .menu-dropdown ul li:hover a + .menu-item-teaser-block,
    .menu-dropdown ul li a:focus + .menu-item-teaser-block {
        opacity: 1;
        transform: translateY(0);
    }

    .menu-item-teaser-block {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
    display: flex;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: rgb(242 242 242 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(242 242 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
  }
    .menu-item-teaser-hover-icon {
        margin: 2rem 2rem 2rem 0;
        flex-shrink: 0;
    }
    .menu-item-teaser-hover-icon img {
        width: 4rem;
        height: 4rem;
    }
    .menu-item-teaser-hover-title {
        margin: 0 0 1rem;
        font-weight: 700;
        font-size: 1rem;
        color: var(--color-primary);
    }
    .menu-item-teaser-hover-text-short {
        line-height: 1.1;
        font-weight: 100;
        font-size: 1.75rem;
        margin-bottom: 1.75rem;
    }
    .menu-item-teaser-hover-text-long {
        margin-bottom: 1.25em;
    }

    .menu-dropdown:before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
    }

    .header-menu > li.hover .menu-dropdown,
    .header-menu > li:hover .menu-dropdown {
        display: block;
    }

    .header-menu > li .menu-dropdown ul {
        opacity: 0;
    }
    .header-menu > li.hover .menu-dropdown ul,
    .header-menu > li:hover .menu-dropdown ul {
        animation-name: fadeIn;
        animation-fill-mode: forwards;
        animation-duration: 0.3s;
        animation-delay: 0.1s;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity:1;
        }
    }

    .menu-dropdown-bg {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        position: absolute;
        z-index: 1;
        transition: all 0.3s ease;
        transform-origin: top left;
  }



    /* STYLE Seperated */
    .seperated .menu-dropdown {
        left: unset;
        right: unset;
        width: unset;
    }
    .seperated .menu-dropdown .container {
       width: auto;
       padding-left: 0;
       padding-right: 0;
    }
    .seperated .menu-dropdown ul {
        width: 100%;
    }
    .seperated .menu-dropdown ul:has(*:hover, *:focus) {
    }
    .seperated .menu-item-teaser-block {
        position: absolute;
        top: 0;
        right: unset;
        left: 100%;
        bottom: 0;
        min-width: 300px;
        background: white;
    }
    .seperated .menu-item-teaser-block:before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
        --tw-gradient-from: rgb(128 128 128 / 0.05) var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(128 128 128 / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
        --tw-gradient-to: transparent var(--tw-gradient-to-position);
    }
}
@media screen and (min-width: 1280px){
    .menu-dropdown ul {
        width: 25%;
        margin-right: 5%;
    }
    .menu-item-teaser-block {
        padding-right: 10%;
    }
    .menu-item-teaser-hover-text-short {
        font-size: 1.75rem;
        margin-bottom: 1.75rem;
    }
}
@media screen and (min-width: 1440px){
    .menu-dropdown ul {
        min-height: 360px;
    }
    .menu-item-teaser-hover-text-short {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}
.menu-dropdown ul li a {
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.menu-dropdown ul li a .menu-item-icon {
  margin-right: 1rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.menu-dropdown ul li a .menu-item-icon img {
  width: 2rem;
  height: 2rem;
}
.menu-dropdown ul li .menu-item-title {
  display: block;
  font-weight: 400;
}
.menu-dropdown ul li .menu-item-teaser {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
    max-width: 55ch;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer-main {
  --tw-bg-opacity: 1;
  background-color: rgb(89 89 89 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.body-text-container.container + .footer {
  margin-top: 16rem;
}
.footer a:hover {
  text-decoration-line: underline;
}
.footer a {
    color: inherit;
}
.footer svg {
    color: inherit;
}
/*
   Footer Block
   ========================================================================== */
.footer-block {
    margin-top: -0.25rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 4rem;
}
@media (min-width: 1280px) {
  .footer-block {
    min-width: 15rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.footer-main .headline-underlined {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 0px;
}
/*
   Footer Privacy
   ========================================================================== */
.footer-privacy {
    padding-top: 0.4rem;
    padding-bottom: 1.2rem;
}
.footer-privacy .container {
  display: flex;
  gap: 1rem;
}
.footer-privacy a {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
}
.footer-privacy a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.footer-privacy a {
    position: relative;
}
.footer-privacy a:before {
  --tw-bg-opacity: 1;
  background-color: rgb(89 89 89 / var(--tw-bg-opacity, 1));
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
}
.footer-privacy a:hover{
    text-decoration: none !important;
}
.footer-privacy a:hover:before,
.footer-privacy a:focus:before {
    opacity: 1;
    transform: translate3d(0, 0.1em, 0);
}
/*
   Footer Copyright
   ========================================================================== */
.footer-privacy .footer-copyright {
    text-align: right;
}
/*
   Footer CTA
   ========================================================================== */
.footer-main z3-cta {
  margin-top: 2rem;
    display: block;
}
.footer-main z3-cta > button,
.footer-main z3-cta .open-modal-btn {
    background: transparent;
    outline: 1px solid white;
}
#menu.open {
    display: flex !important;
}
@media screen and (max-width: 1023px){
    #menu {
        position: absolute;
        z-index: 700;
        left: 0;
        right: 0;
        top: 73px;
        flex-direction: column;
        background-color: rgb(255 255 255 / 0.8);
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        --tw-backdrop-blur: blur(12px);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        padding: 1.75rem;
    }

    #menu z3-dropdown {
        width: 100%;
    }

    #menu z3-dropdown::part(dropdown){
        display: none;
        position: relative;
        box-shadow: none;
        background: none;
    }
    #menu z3-dropdown[open]::part(dropdown){
        display: block;
    }

    #menu z3-dropdown ul{
        padding-left: 1rem;
    }

    #menu z3-dropdown::part(button),
    .header-menu > li > a {
    font-size: 1.25rem;
    line-height: 1.5em;
  }

    .header-menu > li > a {
        padding: 0.5rem 1rem;
    }


    .menu-indicator,
    .menu-dropdown-bg {
        display: none !important;
    }

    .menu-dropdown {
        width: 100%;
        display: none;
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 1rem;
    }

    .header-menu > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

    .header-menu > li > a {
    justify-content: space-between;
  }

    .header-menu > li.hover .menu-dropdown {
        display: block;
    }
}
/* ==========================================================================
   Breadcrumb
   ========================================================================== */
.breadcrumb {
    position: relative;
}
.breadcrumb:before {
    content: "";
    width: 1rem;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.breadcrumb:after {
    content: "";
    width: 1rem;
    background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.breadcrumb .container {
    padding: 0;
}
.breadcrumb ol {
    padding: 0;
    list-style: none;
    display: flex;
    overflow-x: auto;
    margin-left: -1rem;
    margin-right: -1rem;
}
.breadcrumb ol:before,
.breadcrumb ol:after {
    content: "";
    display: list-item;
    width: 1rem;
    flex-shrink: 0;
}
.breadcrumb ol li {
    display: inline-block;
    white-space: nowrap;
}
.breadcrumb ol li + li:before {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0.375em;
    width: 6px;
    height: 10px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJFYmVuZV8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0LjYgNy43OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7c3Ryb2tlOmdyYXk7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJFYmVuZV8xLTIiPjxwb2x5bGluZSBjbGFzcz0iY2xzLTEiIHBvaW50cz0iLjM1IDcuNDIgMy44OSAzLjg5IC4zNSAuMzUiLz48L2c+PC9zdmc+");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.breadcrumb a {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
    text-decoration: none;
}
.breadcrumb a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.breadcrumb:has(+ #smooth-wrapper){
    display: none;
}
.card {
  display: flex;
  flex-direction: column;
}
.card a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
}
.card .card-body {
  flex-grow: 1;
}
/* ==========================================================================
   Magazin
   ========================================================================== */
@media (min-width: 1024px) {
  .magazin-article {
    font-size: 1.25rem;
  }
}
.magazin-article h1,
.magazin-article h2,
.magazin-article h3,
.magazin-article h4,
.magazin-article h5,
.magazin-article h6 {
    font-weight: 500;
    max-width: unset;
}
.magazin-article h1 {
    line-height: 1.1;
    margin-bottom: 0.75em;
    font-size: 2rem;
}
@media (min-width: 1024px) {
  .magazin-article h1 {
    font-size: 4rem;
  }
}
.magazin-article .headline-style-default,
.magazin-article .headline-style-medium {
    font-weight: 500;
    margin-top: 4.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    font-size: 1.75rem;
}
@media (min-width: 1024px) {
  .magazin-article .headline-style-default,
.magazin-article .headline-style-medium {
    font-size: 1.75rem;
  }
}
.magazin-article .headline-style-small {
    font-weight: 500;
    margin-top: 4.5rem;
    margin-bottom: 1.5rem;
}
.magazin-article .headline-style-large {
    font-weight: 500;
    margin-top: 4.5rem;
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 1}
@media (min-width: 1024px) {
  .magazin-article .headline-style-large {
    font-size: 2.5rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .magazin-article .headline-style-large {
    font-size: 3.25rem;
    line-height: 1;
  }
}
.sub-headline {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
    font-weight: 500;
    font-size: 1em;
}
.magazin-article p {
    max-width: initial;
}
.magazin-article .body-text-container > * {
    max-width: initial;
}
@media(min-width: 1280px) {
    .magazin-article .body-text-container {
        max-width: 1024px !important;
        margin: 0 auto;
        padding: 0 1rem;
    }
}
.magazin-article .body-text-container-large {
    max-width: 82rem !important;
    margin: 0 auto;
    padding: 0 1rem;
}
.magazin-author {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
  .magazin-author {
    float: left;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .magazin-author {
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}
@media (min-width: 1440px) {
  .magazin-author {
    margin-bottom: 3rem;
  }
}
.magazin-author a {
    color: inherit;
    text-decoration: underline;
}
.magazin-meta-data {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
  .magazin-meta-data {
    float: right;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .magazin-meta-data {
    margin-top: 0px;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}
@media (min-width: 1440px) {
  .magazin-meta-data {
    margin-top: 0px;
  }
}
.magazin-meta-data > div {
    margin-bottom: 0.5rem;
}
@media screen and (max-width: 1631px){
    .magazin-meta-data .container {
        padding: 0;
    }
}
@media screen and (min-width: 1632px){
    .magazin-meta-data {
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        transform: translateX(-50%);
        pointer-events: none;
    }
    .magazin-meta-data .inner {
        pointer-events: all;
        display: inline-block;
        max-width: 110px;
    }
}
.magazin-article figcaption {
  margin-top: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
}
.magazin-headerimage {
    margin-bottom: 4rem;
}
.magazin-headerimage img {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
.magazin-headerimage figcaption {
    max-width: 1280px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}
.related-magazin {
  margin-top: 4rem;
  margin-bottom: 4rem;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.magazin-autor {
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .magazin-autor {
    font-size: 1.25rem;
  }
}
.magazin-autor a {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
}
/* von TIMO */
.magazin-article .section-article-container {
    max-width: 1024px !important;
    padding: 0 1rem;
}
.magazin-article .section-article {
    max-width: 850px !important;
    padding: 0 1rem;
}
.magazin-article .section-article header {
    margin-left: -30px;
    border-color: #ff1441;
    border-style: solid;
    border-left-width: 5px;
    padding-left: 25px;
    margin-top: 5rem;
}
.magazin-article .section-article .line {
    height: 3px;
    width: 80px;
    /* background-color: #ff1441; */
    display: block;
    margin-top: 5rem;
}
.magazin-article .section-article h2 .pre-headline {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2rem;
    display: block;
    margin-top: 0;
    margin-bottom: 0.8rem;
    margin-left: 0.02rem;
}
.magazin-article .section-article h2 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-top: 0.8rem;
    margin-bottom: 1.8rem;
    line-height: 1.1;
}
.magazin-article .section-article p.sub-headline {
    display: block;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #808080;
}
.magazin-article .section-article h3 {
    font-weight: 500;
    margin-top: 2.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.1;
    font-size: 1.25rem;
}
.magazin-article .section-article p {
    margin-bottom: 1.2rem;
    font-size: 1.25rem;
    line-height: 1.50;
}
.magazin-article .section-article ul li {
    margin-left: 2rem;
    margin-bottom: 0.5rem;
    list-style-type: "✓";
    padding-left: 1.5rem;
}
.magazin-article .right-box {
    position: sticky;
    margin-top: 6rem;
    margin-left: 20px;
    padding: 10px 0 10px 20px;
    border-color: #ff1441;
    border-style: solid;
    border-top-width: 0px;
}
.magazin-article .right-box p {
    font-size: 1rem;
    line-height: 1.1;
    margin: 0;
}
.magazin-article ul.inline-nav {
    font-size: 1rem;
    color: #1b1b1b;
}
.magazin-article ul.inline-nav li {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.magazin-article ul.inline-nav li.type-H2 {
    margin-top: 1rem;
}
.magazin-article ul.inline-nav li.type-H3 {
    padding-left: 1rem;
}
.magazin-article ul.inline-nav a {
    color: #1b1b1b;
}
/* ==========================================================================
   Article
   ========================================================================== */
@media (min-width: 1024px) {
  .article {
    font-size: 1.25rem;
  }
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    font-weight: 500;
    max-width: unset;
}
.article h1 {
    line-height: 1.1;
    margin-bottom: 0.75em;
    font-size: 2rem;
}
@media (min-width: 1024px) {
  .article h1 {
    font-size: 4rem;
  }
}
.article .headline-style-default,
.article .headline-style-medium {
    font-weight: 500;
    margin-top: 4.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    font-size: 1.75rem;
}
@media (min-width: 1024px) {
  .article .headline-style-default,
.article .headline-style-medium {
    font-size: 1.75rem;
  }
}
.article .headline-style-small {
    font-weight: 500;
    margin-top: 4.5rem;
    margin-bottom: 1.5rem;
}
.article .headline-style-large {
    font-weight: 500;
    margin-top: 4.5rem;
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 1}
@media (min-width: 1024px) {
  .article .headline-style-large {
    font-size: 2.5rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .article .headline-style-large {
    font-size: 3.25rem;
    line-height: 1;
  }
}
.article .sub-headline {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
    font-weight: 500;
    font-size: 1em;
    margin-top: -1em;
}
.article p {
    max-width: initial;
}
.article .body-text-container > * {
    max-width: initial;
}
@media(min-width: 1280px) {
    .article .body-text-container {
        max-width: 1024px !important;
        margin: 0 auto;
        padding: 0 1rem;
    }
}
.article .body-text-container-large {
    max-width: 82rem !important;
    margin: 0 auto;
    padding: 0 1rem;
}
@media(min-width: 1280px) {
    .article .body-text-container {
        max-width: 1024px !important;
        margin: 0 auto;
        padding: 0 1rem;
    }
}
.article .body-text-container-large {
    max-width: 82rem !important;
    margin: 0 auto;
    padding: 0 1rem;
}
.page-type-article .header-image {
    margin-bottom: 4rem;
}
.page-type-article .header-image figcaption {
    max-width: 1280px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: .5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(89 89 89/var(--tw-text-opacity));
}
/* von TIMO */
.article header.main-header {
        margin: 3em 0;
    }
.article header.main-header .sub-headline {
            display: block;
            font-weight: 500;
            font-size: 1.3rem;
            line-height: 1.6rem;
            color: grey;
        }
.article .article-meta-data {
        text-align: right;
        padding-right: 1em;
        float: left;
    }
.article .article-meta-data .inner {
        font-size: 1.1rem;
        line-height: 1.5;
        font-weight: 500;
        color: #808080;
        padding: 0.5em 1em;
        border-right: 5px solid #808080;
        width: 100%;
    }
.article header.main-header h1 {
        line-height: 1.1;
        margin: 0;
        margin-bottom: 0.5em;
        font-size: 2rem;
    }
@media (min-width: 1024px) {
  .article header.main-header h1 {
    font-size: 4rem;
  }
}
.article header.main-header h1 .pre-headline {
            font-size: 1.5rem;
            font-weight: 500;
            line-height: 1.2rem;
            display: block;
            margin-top: 0;
            margin-bottom: 0.8rem;
            margin-left: 0.02rem;
        }
.article .section-article-container {
        max-width: 1024px !important;
        padding: 0 1rem;
    }
.article .section-article {
        max-width: 850px !important;
        padding: 0 1rem;
    }
.article .section-article header:has(h2) {
            margin-left: -30px;
            border-color: #ff1441;
            border-style: solid;
            border-left-width: 5px;
            padding-left: 25px;
            margin-top: 5rem;
        }
.article .section-article .line {
            height: 3px;
            width: 80px;
            /* background-color: #ff1441; */
            display: block;
            margin-top: 5rem;
        }
.article .section-article h2 {
            font-size: 1.75rem;
            font-weight: 500;
            margin-top: 0.8rem;
            margin-bottom: 1.8rem;
            line-height: 1.1;
        }
.article .section-article h2 .pre-headline {
                font-size: 1.2rem;
                font-weight: 500;
                line-height: 1.2rem;
                display: block;
                margin-top: 0;
                margin-bottom: 0.8rem;
                margin-left: 0.02rem;
            }
.article .section-article p.sub-headline {
            display: block;
            font-weight: 500;
            font-size: 1.3rem;
            line-height: 1.8rem;
            color: #808080;
        }
.article .section-article h3 {
            font-weight: 500;
            margin-top: 2.2rem;
            margin-bottom: 0.5rem;
            line-height: 1.1;
            font-size: 1.25rem;
        }
.article .section-article p {
            margin-bottom: 1.2rem;
            font-size: 1.25rem;
            line-height: 1.50;
        }
.article .section-article ul li {
            margin-left: 2rem;
            margin-bottom: 0.5rem;
            list-style-type: "✓";
            padding-left: 1.5rem;
        }
.article .right-box {
        position: sticky;
        margin-top: 6rem;
        margin-left: 20px;
        padding: 10px 0 10px 20px;
        border-color: #ff1441;
        border-style: solid;
        border-top-width: 0px;
    }
.article .right-box p {
            font-size: 1rem;
            line-height: 1.1;
            margin: 0;
        }
.article ul.inline-nav {
        font-size: 1rem;
        color: #1b1b1b;
        position: relative;
        padding-left: 1rem;

    }
.article ul.inline-nav li {
            margin: 0;
            padding: 0;
            font-weight: 400;
            position: relative;
        }
.article ul.inline-nav li.type-H2 {

        }
.article ul.inline-nav li.type-H3 {
            padding-left: 0.75em;
        }
/**/
.article ul.inline-nav li a:before {
            content: "";
            display: block;
            position: absolute;
            border-left: 2px solid transparent;
            height: 100%;
            left: -1rem;
        }
.article ul.inline-nav li.active a:before {
            border-color: #ccc;
        }
.article ul.inline-nav a {
            color: #808080;
        }
.article ul.inline-nav li.active a {
            color: #1b1b1b;
        }
#table-of-content {
  bottom: 1rem;
  margin-bottom: 2rem;
  display: none;
  padding-left: 2rem;
}
@media (min-width: 1024px) {
  #table-of-content {
    position: sticky;
    top: 1rem;
    display: block;
  }
}
@media (min-width: 1280px) {
  #table-of-content {
    margin-right: -5rem;
    padding-left: 5rem;
  }
}
#table-of-content .toc-headline {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 20 65 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
}
section.section-article:first-child header {
    margin-top: 0;
}
/* ContentBlocks */
/* ==========================================================================
   Section General
   ========================================================================== */
.page-type-case section, .page-type-landingpage section {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .page-type-case section, .page-type-landingpage section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1280px) {
  .page-type-case section, .page-type-landingpage section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
/* Section Logo */
.page-type-case section .section-logo, .page-type-landingpage section .section-logo {
  position: relative;
  z-index: 10;
  margin-bottom: 3rem;
  margin-top: -0.5rem;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-type-case section .section-logo, .page-type-landingpage section .section-logo {
    margin-top: -1rem;
  }
}
@media (min-width: 1280px) {
  .page-type-case section .section-logo, .page-type-landingpage section .section-logo {
    margin-top: -3rem;
  }
}
/* Text */
.page-type-case section .text, .page-type-landingpage section .text {
  overflow: hidden;
}
.page-type-case section .text > *:first-child, .page-type-landingpage section .text > *:first-child {
  margin-top: 0px;
}
.page-type-case section .text > *:last-child, .page-type-landingpage section .text > *:last-child {
  margin-bottom: 0px;
}
.page-type-case section .text p,
            .page-type-case section .text ul,
            .page-type-landingpage section .text p,
            .page-type-landingpage section .text ul {
  font-size: 1.25rem;
  line-height: 1.5em;
}
/* List */
.page-type-case section ul, .page-type-landingpage section ul {
            list-style: disc;
            padding-left: 1em;
            margin-bottom: 1.25em;
        }
.page-type-case section ul li, .page-type-landingpage section ul li {
                margin-bottom: 20px;
                list-style-type: "✓";
                padding-left: 2rem;
            }
/*
       Background
    */
.page-type-case section.background-default, .page-type-landingpage section.background-default {}
.page-type-case section.background-light, .page-type-landingpage section.background-light {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f2f2f2 var(--tw-gradient-to-position);
}
.page-type-case section.background-dark, .page-type-landingpage section.background-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.teaser-collection.page-type-case section.background-dark .bg-gradient-light,.teaser-collection .page-type-landingpage section.background-dark .bg-gradient-light {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #333333 var(--tw-gradient-to-position);
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #333333 var(--tw-gradient-to-position);
}
.teaser-collection.page-type-case section.background-dark .bg-gradient-light:hover,.teaser-collection .page-type-landingpage section.background-dark .bg-gradient-light:hover {
    background: #333;
}
/*
       Text Position
    */
@media (min-width: 1024px) {
  .page-type-case section.image-left-right.text-position-left .container,
    .page-type-case section.image-left-right.text-position-right .container,
    .page-type-landingpage section.image-left-right.text-position-left .container,
    .page-type-landingpage section.image-left-right.text-position-right .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.page-type-case section.image-left-right.text-position-left .container .image,
        .page-type-case section.image-left-right.text-position-left .container .text,
        .page-type-case section.image-left-right.text-position-right .container .image,
        .page-type-case section.image-left-right.text-position-right .container .text,
        .page-type-landingpage section.image-left-right.text-position-left .container .image,
        .page-type-landingpage section.image-left-right.text-position-left .container .text,
        .page-type-landingpage section.image-left-right.text-position-right .container .image,
        .page-type-landingpage section.image-left-right.text-position-right .container .text {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-type-case section.image-left-right.text-position-left .container .image,
        .page-type-case section.image-left-right.text-position-left .container .text,
        .page-type-case section.image-left-right.text-position-right .container .image,
        .page-type-case section.image-left-right.text-position-right .container .text,
        .page-type-landingpage section.image-left-right.text-position-left .container .image,
        .page-type-landingpage section.image-left-right.text-position-left .container .text,
        .page-type-landingpage section.image-left-right.text-position-right .container .image,
        .page-type-landingpage section.image-left-right.text-position-right .container .text {
    width: 50%;
  }
}
/* Text Position Center */
.page-type-case section.text-position-center, .page-type-landingpage section.text-position-center {
  text-align: center;
}
.page-type-case section.text-position-center .text > *,
        .page-type-case section.text-position-center .text header > *,
        .page-type-landingpage section.text-position-center .text > *,
        .page-type-landingpage section.text-position-center .text header > * {
  margin-left: auto;
  margin-right: auto;
}
/* Text Position Left */
.page-type-case section.text-position-left .container .text, .page-type-landingpage section.text-position-left .container .text {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-type-case section.text-position-left .container .text, .page-type-landingpage section.text-position-left .container .text {
    width: 50%;
    padding-right: 3rem;
  }
  .page-type-case section.text-position-left .container .image, .page-type-landingpage section.text-position-left .container .image {
    order: 9999;
  }
}
/* Text Position Right */
.page-type-case section.text-position-right .container .text, .page-type-landingpage section.text-position-right .container .text {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-type-case section.text-position-right .container .text, .page-type-landingpage section.text-position-right .container .text {
    width: 50%;
    padding-left: 3rem;
  }
}
/*
       Image Cover
    */
.page-type-case section.image-cover.image-left-right .image img, .page-type-landingpage section.image-cover.image-left-right .image img {
  position: relative;
  left: 50%;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100vw;
  max-width: none;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .page-type-case section.image-cover.image-left-right .image img, .page-type-landingpage section.image-cover.image-left-right .image img {
    position: absolute;
    width: 50vw;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
/* Image left */
@media (min-width: 1024px) {
  .page-type-case section.image-cover.image-cover.text-position-right .image img, .page-type-landingpage section.image-cover.image-cover.text-position-right .image img {
    left: 0px;
  }
}
/* Image right */
@media (min-width: 1024px) {
  .page-type-case section.image-cover.text-position-left.image img, .page-type-landingpage section.image-cover.text-position-left.image img {
    left: auto;
    right: 0px;
  }
}
/*
       Background Image
    */
.page-type-case section.image-background .image, .page-type-landingpage section.image-background .image {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.page-type-case section.image-background .image img, .page-type-landingpage section.image-background .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-type-case section.image-background .text, .page-type-landingpage section.image-background .text {
  position: relative;
}
/* Text right */
.page-type-case section.image-background.text-position-right .container, .page-type-landingpage section.image-background.text-position-right .container {
  text-align: right;
}
.page-type-case section.image-background.text-position-right .container .text, .page-type-landingpage section.image-background.text-position-right .container .text {
  display: inline-block;
  text-align: left;
}
/* ==========================================================================
   Section Multi Column
   ========================================================================== */
.page-type-landingpage section.variant-columns .headline.lead, .page-type-landingpage section.variant-columns-numbered .headline.lead, .page-type-landingpage section.variant-list .headline.lead, .page-type-landingpage section.variant-list-numbered .headline.lead {
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0.5rem;
        margin-top: 1rem;
    }
.page-type-landingpage section.variant-columns .counter, .page-type-landingpage section.variant-columns-numbered .counter, .page-type-landingpage section.variant-list .counter, .page-type-landingpage section.variant-list-numbered .counter {
        line-height: 1;
        margin: 0;
        font-size: 14rem;
        font-weight: normal;
        color: #e2dfdf;
    }
.page-type-landingpage section.variant-list .container {
  padding-left: 5.5rem;
}
@media (min-width: 1024px) {
  .page-type-landingpage section.variant-list .container {
    padding-left: 8.5rem;
  }
}
.page-type-landingpage section.variant-list .container {

        max-width: 930px;
    }
.page-type-landingpage section.variant-list .headline.lead:before {
  margin-left: -4rem;
  height: 2rem;
  width: 2.5rem;
}
@media (min-width: 1024px) {
  .page-type-landingpage section.variant-list .headline.lead:before {
    margin-left: -7.5rem;
    height: 2rem;
    width: 4.5rem;
  }
}
.page-type-landingpage section.variant-list .headline.lead:before {

        content: "";
        display: inline-block;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26.48 9.81"><defs>\3c style>.cls-1{fill:none;stroke:%23ff1441;stroke-width:1px;}\3c /style></defs><g><line class="cls-1" y1="4.91" x2="25.93" y2="4.91"/><polyline class="cls-1" points="20.95 .27 25.93 4.91 20.95 9.54"/></g></svg>');
        transition: 0.3s ease all;
        position: absolute;
    }
.page-type-landingpage section.variant-list-numbered .container {
  padding-left: 5.5rem;
}
@media (min-width: 1024px) {
  .page-type-landingpage section.variant-list-numbered .container {
    padding-left: 8.5rem;
  }
}
.page-type-landingpage section.variant-list-numbered .container {
        max-width: 930px;
    }
.page-type-landingpage section.variant-list-numbered .counter.lead {
  margin: 0px;
  margin-left: -5rem;
  margin-top: -0.5rem;
  font-size: 7rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .page-type-landingpage section.variant-list-numbered .counter.lead {
    margin-left: -9.5rem;
    margin-top: -1.5rem;
    font-size: 14rem;
  }
}
.page-type-landingpage section.variant-list-numbered .counter.lead {
        font-weight: normal;
        color: #e2dfdf;
        position: absolute;
    }
/* ==========================================================================
   Teaser General
   ========================================================================== */
.cb-teaser-general .highlight {
  --tw-text-opacity: 1;
  color: rgb(255 20 65 / var(--tw-text-opacity, 1));

    --highlight-stop-start: 0;
    --highlight-stop-end: 0;
    --highlight-padding: 0;
    background:none;
}
/* ==========================================================================
   Teaser General Side Image
   ========================================================================== */
.cb-teaser-general-side-image {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.cb-teaser-general-side-image.image-cover {
  padding-bottom: 0px;
}
/* Background white */
.cb-teaser-general-side-image.variant-light {}
/* Background light gray gradient */
.cb-teaser-general-side-image.variant-light-dark {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f2f2f2 var(--tw-gradient-to-position);
}
/* Background dark */
.cb-teaser-general-side-image.variant-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.teaser-collection.cb-teaser-general-side-image.variant-dark .bg-gradient-light {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #333333 var(--tw-gradient-to-position);
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #333333 var(--tw-gradient-to-position);
}
.teaser-collection.cb-teaser-general-side-image.variant-dark .bg-gradient-light:hover {
    background: #333;
}
/*
   Container
   ========================================================================== */
.cb-teaser-general-side-image .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .cb-teaser-general-side-image .container {
    align-items: center;
  }
}
/* Image left */
@media (min-width: 1024px) {
  .cb-teaser-general-side-image.image-position-left .container {
    flex-direction: row-reverse;
  }
}
/*
   Text Block
   ========================================================================== */
.cb-teaser-general-side-image .text-block {
  width: 100%;
}
@media (min-width: 1024px) {
  .cb-teaser-general-side-image .text-block {
    width: 50%;
  }
}
/* Text right */
@media (min-width: 1024px) {
  .cb-teaser-general-side-image.image-position-left .text-block {
    padding-left: 8rem;
  }
}
/* Text left */
@media (min-width: 1024px) {
  .cb-teaser-general-side-image.image-position-right .text-block {
    padding-right: 8rem;
  }
}
/*
   Image Block
   ========================================================================== */
.cb-teaser-general-side-image .image-block {
  width: 100%;
}
@media (min-width: 1024px) {
  .cb-teaser-general-side-image .image-block {
    width: 50%;
  }
}
.cb-teaser-general-side-image.image-cover .image-block img {
  position: relative;
  left: 50%;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100vw;
  max-width: none;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .cb-teaser-general-side-image.image-cover .image-block img {
    position: absolute;
    width: 50vw;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
/* Image left */
@media (min-width: 1024px) {
  .cb-teaser-general-side-image.image-cover.image-position-left .image-block img {
    left: 0px;
  }
}
/* Image right */
@media (min-width: 1024px) {
  .cb-teaser-general-side-image.image-cover.image-position-right .image-block img {
    left: auto;
    right: 0px;
  }
}
/*
   Headline
   ========================================================================== */
.cb-teaser-general-side-image .topline {
  --tw-text-opacity: 1;
  color: rgb(255 20 65 / var(--tw-text-opacity, 1));
}
/* ==========================================================================
   Teaser General Bg Image
   ========================================================================== */
.teaser-general-bg-image {
    aspect-ratio: 5 / 1;
}
.teaser-general-bg-image .image-desktop {
    -o-object-position: right center;
       object-position: right center;
}
.teaser-general-bg-image .image-mobile {
    -o-object-position: bottom center;
       object-position: bottom center;
}
/* ==========================================================================
   Image Slider
   ========================================================================== */
.cb-image-slider {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f2f2f2 var(--tw-gradient-to-position);
}
@media (min-width: 1024px) {
  .cb-image-slider {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.cb-image-slider .headline-block {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .cb-image-slider .headline-block {
    max-width: 950px;
  }
}
.cb-image-slider .headline-block {
    width: calc(100% - 4rem);
    max-width: 950px;
}
@media screen and (min-width: 768px){
    .cb-image-slider .headline-block {
        width: calc(100% - 12rem);
    }
}
.cb-image-slider .headline-block h1,
.cb-image-slider .headline-block h2,
.cb-image-slider .headline-block h3,
.cb-image-slider .headline-block h4,
.cb-image-slider .headline-block h5,
.cb-image-slider .headline-block h6 {
  margin-top: 0px;
}
/* ==========================================================================
   Arrows
   ========================================================================== */
.cb-image-slider .splide__arrows {
    display: none;
}
@media screen and (min-width: 1280px){
    .cb-image-slider .splide__arrows {
        display: block;
    }
}
.cb-image-slider .splide__arrow {
    transition: all 0.3s ease;
}
.cb-image-slider .splide__arrow:disabled {
    opacity: 0;
}
.cb-image-slider .splide__arrow svg {
    fill: currentColor;
    fill: #ff1441;
    height: 1.5rem;
    width: 1.5rem;
}
.cb-image-slider .splide__arrow--prev {
    left: calc(50% - 1rem);
    transform: translateY(0) translateX(-100%);
}
.cb-image-slider .splide__arrow--next {
    right: calc(50% - 1rem);
    transform: translateY(0) translateX(100%);
}
.cb-image-slider .splide__arrow {
    margin-top: 0;
    top: calc(50% + 2rem);
    background: transparent;
}
@media screen and (min-width: 1024px){
    .cb-image-slider .splide__arrow {
        top: calc(50% - 4rem);
    }
    .cb-image-slider .splide__arrow--prev {
        left: calc(50% - (950px / 2) - 3rem);
    }
    .cb-image-slider .splide__arrow--next {
        right: calc(50% - (950px / 2) - 3rem);
    }
}
@media screen and (min-width: 1632px){
    .cb-image-slider .splide__arrow--prev {
        left: calc(50% - (950px / 2) - 6rem);
    }
    .cb-image-slider .splide__arrow--next {
        right: calc(50% - (950px / 2) - 6rem);
    }
}
/* ==========================================================================
   Single Slide
   ========================================================================== */
.cb-image-slider .splide__slide {
    width: 100%;
    min-width: 0;
    max-width: calc(100% - 4rem);
}
.cb-image-slider .splide__slide img {
    width: 100%;
    opacity: 0.5;
    transform: scale(0.9);
    transition: all 0.3s ease;
    width: auto;
    max-width: 100%;
    max-height: 60vh;
    margin: 0 auto;
}
.cb-image-slider .splide__slide.is-active img {
    opacity: 1;
    transform: scale(1);
}
@media screen and (min-width: 768px){
    .cb-image-slider  .splide__slide {
        width: calc(100% - 12rem);
    }
}
@media screen and (min-width: 1024px){
    .cb-image-slider  .splide__slide {
        max-width: 950px;
    }
}
@media screen and (min-width: 1280px){
    .cb-image-slider .splide__slide  img {
        transform: scale(0.75);
    }
}
/* ==========================================================================
   Beschreibung
   ========================================================================== */
.splide__slide .slide-desc {
    opacity: 0;
    transition: all 0.3s ease;
}
.splide__slide.is-active .slide-desc {
    opacity: 1;
}
/* ==========================================================================
   Icon List
   ========================================================================== */
.ce__icon-list {
    padding-top: 12rem;
    padding-bottom: 12rem;
}
.ce__icon-list__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
}
@media (min-width: 1024px) {
    .ce__icon-list__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4rem;
    }
}
@media (min-width: 1280px) {
    .ce__icon-list__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6rem;
    }
    .ce__icon-list__grid.items-count-2,
    .ce__icon-list__grid.items-count-4,
    .ce__icon-list__grid.items-count-8 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6rem;
    }
    .ce__icon-list__grid.items-count-2 .ce__icon-list__item,
    .ce__icon-list__grid.items-count-4 .ce__icon-list__item,
    .ce__icon-list__grid.items-count-8 .ce__icon-list__item {
        flex-direction: row;
    }
}
.ce__icon-list__item {
    display: flex;
    flex-direction: column;
}
.ce__icon-list__item .icon {
    margin: 2rem 2rem 2rem 0;
    flex-shrink: 0;
}
.ce__icon-list__item .icon img {
    width: 4rem;
}
.ce__icon-list__item .marketing-subject {
    margin: 0 0 .5em;
    font-weight: 700;
    font-size: 0.75rem;
    color: #757575;
}
.ce__icon-list__item .marketing-headline {
    margin: 0 0 1em;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 300;
}
.ce__icon-list__item .marketing-subline {
    margin: 0;
    line-height: 1.3;
    font-weight: 300;
    font-size: 1rem;
}
.ce__icon-list__item .marketing-subject em,
.ce__icon-list__item .marketing-headline em,
.ce__icon-list__item .marketing-subline em {
    font-style: normal;
    color: #ff1441;
}
/* ==========================================================================
   Teaser List with Hover
   ========================================================================== */
.ce__teaser-list-with-hover {
    --ce-teaser-list-with-hover-padding: 2rem;
    --ce-teaser-list-with-hover-overlay-height: 28%;
}
.ce__teaser-list-with-hover:has(.ce__teaser-list-with-hover__item.has-link) {
    --ce-teaser-list-with-hover-overlay-height: 33%;
}
@media (min-width: 1440px) and (max-width: 1599px) {
    .ce__teaser-list-with-hover {
        --ce-teaser-list-with-hover-overlay-height: 33%;
    }
    .ce__teaser-list-with-hover:has(.ce__teaser-list-with-hover__item.has-link)  {
        --ce-teaser-list-with-hover-overlay-height: 38%;
    }
}
.ce__teaser-list-with-hover .headline-style-default {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin-top: 0;
}
.ce__teaser-list-with-hover__item {
    position: relative;
}
.ce__teaser-list-with-hover__image {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center left;
       object-position: center left;
}
.ce__teaser-list-with-hover__logo {
    position: absolute;
    top: 1rem;
    right: 1rem;
    max-width: 30%;
    max-height: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center right;
       object-position: center right;
    opacity: 0.5;
}
.ce__teaser-list-with-hover__text {
    position: absolute;
    inset: 0;
}
.ce__teaser-list-with-hover__text > * {
    position: relative;
}
.ce__teaser-list-with-hover__text:after {
    content: '';
    position: absolute;
    bottom: var(--ce-teaser-list-with-hover-overlay-height);
    left: var(--ce-teaser-list-with-hover-padding);
    width: 30%;
    height: 1px;
    margin-bottom: -2px;
    opacity: 0;
    background-color: rgba(255,255,255,1);
    background-color: rgba(255,20,65,0.75);
    transition: all 0.3s ease-in-out;
}
.ce__teaser-list-with-hover__item:hover .ce__teaser-list-with-hover__text:after {
    opacity: 1;
}
.ce__teaser-list-with-hover__item.no-hover:hover .ce__teaser-list-with-hover__text:after {
    opacity: 0;
}
.ce__teaser-list-with-hover__text:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: var(--ce-teaser-list-with-hover-overlay-height);
    background-color: rgba(255,255,255,1);
    transition: all 0.3s ease-in-out;
}
.ce__teaser-list-with-hover__item:hover .ce__teaser-list-with-hover__text:before {
    height: 100%;
    background-color: rgba(255,255,255,1);
}
.ce__teaser-list-with-hover__item.no-hover:hover .ce__teaser-list-with-hover__text:before {
    height: var(--ce-teaser-list-with-hover-overlay-height);
    background-color: rgba(255,255,255,0.75);
}
.ce__teaser-list-with-hover__item .marketing-subject {
    margin: 1.5rem var(--ce-teaser-list-with-hover-padding) 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.1;
    color: black;
}
.ce__teaser-list-with-hover__item:hover .marketing-subject {
    /* color: white; */
}
.ce__teaser-list-with-hover__item .marketing-headline {
    margin: 0 var(--ce-teaser-list-with-hover-padding);
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 300;
    color: black;
}
.ce__teaser-list-with-hover__item .link-with-arrow-before {
    margin: 0.25rem var(--ce-teaser-list-with-hover-padding) 0;
}
.ce__teaser-list-with-hover__item .full-width-link {
    position: absolute;
    inset: 0;
}
.ce__teaser-list-with-hover__item .marketing-subline {
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.0rem;
    text-align: left;
}
@media (min-width: 1700px) {
    .ce__teaser-list-with-hover__item .marketing-subline {
        font-size: 1.25rem;
    }
}
.ce__teaser-list-with-hover__item .marketing-subline {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - var(--ce-teaser-list-with-hover-overlay-height));
    padding: 2rem 3rem;
    color: #fff;
    color: black;
    hyphens: none;
    text-wrap: balance;
    position: relative;
}
.ce__teaser-list-with-hover__item .marketing-subline > div:before {
    content: '»';
    margin-right: 2px;
    margin-left: -1rem;
}
.ce__teaser-list-with-hover__item .marketing-subline > div:after {
    content: '«';
    margin-left: 2px
}
.ce__teaser-list-with-hover__item:hover .marketing-subline {
    opacity: 1;
}
.ce__teaser-list-with-hover__item.no-hover:hover .marketing-subline {
    opacity: 0;
}
/*
@media screen and (min-width: 1600px){
    .ce__teaser-list-with-hover{
        --ce-teaser-list-with-hover-padding: 2rem;
    }
    .ce__teaser-list-with-hover__item .marketing-subject {
        font-size: 1.25rem;
    }
    .ce__teaser-list-with-hover__item .marketing-headline {
        font-size: 1.25rem;
    }
    .ce__teaser-list-with-hover__item .marketing-subline {
        font-size: 1.5rem;
    }
}
*/
.ce__teaser-list-with-hover__item .marketing-subject em,
.ce__teaser-list-with-hover__item .marketing-headline em,
.ce__teaser-list-with-hover__item .marketing-subline em {
    font-style: normal;
    color: #ff1441;
}
/* Utilities */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-20 {
  top: 5rem;
}
.row-start-2 {
  grid-row-start: 2;
}
.float-right {
  float: right;
}
.m-4 {
  margin: 1rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[21\/9\] {
  aspect-ratio: 21/9;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-full {
  height: 100%;
}
.w-1\/4 {
  width: 25%;
}
.w-12 {
  width: 3rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/5 {
  width: 60%;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-7 {
  width: 1.75rem;
}
.w-full {
  width: 100%;
}
.max-w-\[410px\] {
  max-width: 410px;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.self-end {
  align-self: flex-end;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.border {
  border-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(89 89 89 / var(--tw-border-opacity, 1));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 20 65 / var(--tw-bg-opacity, 1));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pr-0 {
  padding-right: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-\[\.9375rem\]\/\[1\.733rem\] {
  font-size: .9375rem;
  line-height: 1.733rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.5em;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-none {
  line-height: 1;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(255 20 65 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-25 {
  opacity: 0.25;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:bg-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (max-width: 768px) {
  .max-\[768px\]\:hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .md\:m-0 {
    margin: 0px;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:flex {
    display: flex;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-16 {
    width: 4rem;
  }
  .md\:grid-flow-col {
    grid-auto-flow: column;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-none {
    grid-template-columns: none;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:gap-20 {
    gap: 5rem;
  }
}
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-4\/12 {
    width: 33.333333%;
  }
  .lg\:w-7\/12 {
    width: 58.333333%;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-\[50vw\] {
    width: 50vw;
  }
  .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pl-12 {
    padding-left: 3rem;
  }
  .lg\:pr-12 {
    padding-right: 3rem;
  }
  .lg\:pr-16 {
    padding-right: 4rem;
  }
  .lg\:pt-32 {
    padding-top: 8rem;
  }
}
@media (min-width: 1280px) {
  .xl\:mt-16 {
    margin-top: 4rem;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:gap-4 {
    gap: 1rem;
  }
  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1440px) {
  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1750px) {
  .\33xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
