@charset "UTF-8";
:root {
  --fallback: Verdana, Arial, sans-serif;
  --mainFont: "Nunito Sans", var(--fallback);
  --headline: "Work Sans", var(--fallback);
  --fontColor: #000;
  --backgroundColor: #ffffff;
  --backgroundColorRGB: 255,255,255;
  --backgroundColorDark: #b3b3b3;
  --warningColor: #b10000;
  --formBorderColor: #b6b6b6;
  --lightGray: #f9f9f9;
  --color-teal: #0D2636;
  --light-grey: #E3E3E3;
  --gray: #A5A5A5;
  --primary-dark: #0D2636;
  --hcOverlayDark: rgba(0, 0, 0, 0.8);
  --hcOverlayLight: rgba(255, 255, 255, 0.8);
  --c-glass: #bbbbbc;
  --c-light: #fff;
  --c-dark: #000;
  --c-content: #224;
  --c-action: #0052f5;
  --c-bg: #E8E8E9;
  --glass-reflex-dark: 1;
  --glass-reflex-light: 1;
  --saturation: 150%;
  --mainGradient: linear-gradient(to bottom, var(--main-color) 0%, var(--second-color) 100%);
  --glasslook: rgba(255, 255, 255, 0.40);
  --boxShadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
  --boxShadowSmall: 0 6px 25px 0 rgba(0, 0, 0, 0.05);
  --contrastColor: #000;
  --contrastColorRGB: 0,0,0;
  --contrastColorLight: #1a1a1a;
  --contrastColorInverted: #fff;
  --contrastColorInvertedRGB: 255,255,255;
  --contrastColorDark: #e6e6e6;
  --baseFontSize: 18px;
  --baseLineheight: 170%;
  --miniFontSize: 15px;
  --focusRingColor: #0D2636;
  --focusRingContrast: #ffffff;
  --focusRingWidth: 3px;
  --focusRingHaloWidth: 3px;
  --focusRingOffset: 3px;
  --baseBorderRadius: 10px;
  --baseBorderRadiusMedium: 20px;
  --baseBorderRadiusBig: 25px;
  --stickyHeaderHeight: 125px;
  --stickyHeaderHeightMobile: 75px;
  --spaceBetweenDefault: 20px;
  --spaceBetweenSlim: 10px;
  --spaceBetweenWide: autoClamp(40, 80);
  --baseTransition: all .4s ease-in-out;
  --baseWidth: 92%;
  --reducedWidth: 960px;
  --maxWidth: 1320px;
  --maxWidthBig: 1504px;
  --pageLimit: 1920px;
  --fl-frame-lightbgbox: #dddddd;
  --fl-frame-cibgbox: var(--main-color);
  --fl-layout-reduced: var(--reducedWidth);
  --fl-margin-before-extra-small: 30px;
  --fl-margin-before-small: 50px;
  --fl-margin-before-medium: 75px;
  --fl-margin-before-large: 85px;
  --fl-margin-before-extra-large: 170px;
  --fl-margin-after-extra-small: 30px;
  --fl-margin-after-small: 50px;
  --fl-margin-after-medium: 75px;
  --fl-margin-after-large: 85px;
  --fl-margin-after-extra-large: 170px;
}
@media screen and (max-width: 960px) {
  :root {
    --fl-margin-before-medium: 50px;
    --fl-margin-before-large: 70px;
    --fl-margin-before-extra-large: 100px;
    --fl-margin-after-medium: 50px;
    --fl-margin-after-large: 70px;
    --fl-margin-after-extra-large: 100px;
  }
}
@media screen and (max-width: 450px) {
  :root {
    --fl-margin-before-extra-small: 20px;
    --fl-margin-before-small: 25px;
    --fl-margin-before-medium: 30px;
    --fl-margin-before-large: 35px;
    --fl-margin-before-extra-large: 40px;
    --fl-margin-after-extra-small: 20px;
    --fl-margin-after-small: 25px;
    --fl-margin-after-medium: 30px;
    --fl-margin-after-large: 35px;
    --fl-margin-after-extra-large: 40px;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v18-latin-regular.woff") format("woff"), url("../fonts/roboto-v18-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v18-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-700.woff2") format("woff2"), url("../fonts/roboto-v18-latin-700.woff") format("woff"), url("../fonts/roboto-v18-latin-700.ttf") format("truetype"), url("../fonts/roboto-v18-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Nunito Sans - Regular - 400 */
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/Nunito_Sans/NunitoSans-Regular.eot");
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url("../fonts/Nunito_Sans/NunitoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito_Sans/NunitoSans-Regular.woff2") format("woff2"), url("../fonts/Nunito_Sans/NunitoSans-Regular.woff") format("woff"), url("../fonts/Nunito_Sans/NunitoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Nunito Sans - SemiBold - 600 */
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/Nunito_Sans/NunitoSans-SemiBold.eot");
  src: local("Nunito Sans SemiBold"), local("NunitoSans-SemiBold"), url("../fonts/Nunito_Sans/NunitoSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito_Sans/NunitoSans-SemiBold.woff2") format("woff2"), url("../fonts/Nunito_Sans/NunitoSans-SemiBold.woff") format("woff"), url("../fonts/Nunito_Sans/NunitoSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Nunito Sans - Bold - 700 */
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/Nunito_Sans/NunitoSans-Bold.eot");
  src: local("Nunito Sans Bold"), local("NunitoSans-Bold"), url("../fonts/Nunito_Sans/NunitoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito_Sans/NunitoSans-Bold.woff2") format("woff2"), url("../fonts/Nunito_Sans/NunitoSans-Bold.woff") format("woff"), url("../fonts/Nunito_Sans/NunitoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Nunito Sans - ExtraBold - 800 */
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/Nunito_Sans/NunitoSans-ExtraBold.eot");
  src: local("Nunito Sans ExtraBold"), local("NunitoSans-ExtraBold"), url("../fonts/Nunito_Sans/NunitoSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito_Sans/NunitoSans-ExtraBold.woff2") format("woff2"), url("../fonts/Nunito_Sans/NunitoSans-ExtraBold.woff") format("woff"), url("../fonts/Nunito_Sans/NunitoSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Nunito Sans - Black - 900 */
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/Nunito_Sans/NunitoSans-Black.eot");
  src: local("Nunito Sans Black"), local("NunitoSans-Black"), url("../fonts/Nunito_Sans/NunitoSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Nunito_Sans/NunitoSans-Black.woff2") format("woff2"), url("../fonts/Nunito_Sans/NunitoSans-Black.woff") format("woff"), url("../fonts/Nunito_Sans/NunitoSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Work Sans - Medium - 500 */
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Medium.eot");
  src: local("Work Sans Medium"), local("WorkSans-Medium"), url("../fonts/Work_Sans/WorkSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Work_Sans/WorkSans-Medium.woff2") format("woff2"), url("../fonts/Work_Sans/WorkSans-Medium.woff") format("woff"), url("../fonts/Work_Sans/WorkSans-Medium.ttf") format("truetype"), url("../fonts/Work_Sans/WorkSans-Medium.svg#WorkSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
html:not(.wp-toolbar) {
  font-size: var(--baseFontSize);
}

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

::-moz-selection {
  background: var(--main-color);
  text-shadow: none;
  color: var(--contrastColorInverted);
}

::selection {
  background: var(--main-color);
  text-shadow: none;
  color: var(--contrastColorInverted);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  background: var(--backgroundColor);
  font-family: var(--mainFont);
  color: var(--fontColor);
  line-height: var(--baseLineheight);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body:not(.wp-admin) {
  font-size: var(--baseFontSize);
}

hr {
  display: block;
  height: 1px;
  background: var(--backgroundColor);
  margin: 1em 0;
  border: none;
}

a {
  color: var(--main-color);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: var(--second-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headline);
  font-weight: 500;
  margin: 0;
  color: var(--text-color);
  text-wrap: balance;
  line-height: normal;
}
h1 + p,
h1 + ul,
h1 + ol,
h1 + .wp-block-columns,
h1 + .wp-block-table,
h1 + .wp-block-image,
h1 + .wp-block-gallery,
h1 + .wp-block-buttons,
h2 + p,
h2 + ul,
h2 + ol,
h2 + .wp-block-columns,
h2 + .wp-block-table,
h2 + .wp-block-image,
h2 + .wp-block-gallery,
h2 + .wp-block-buttons,
h3 + p,
h3 + ul,
h3 + ol,
h3 + .wp-block-columns,
h3 + .wp-block-table,
h3 + .wp-block-image,
h3 + .wp-block-gallery,
h3 + .wp-block-buttons,
h4 + p,
h4 + ul,
h4 + ol,
h4 + .wp-block-columns,
h4 + .wp-block-table,
h4 + .wp-block-image,
h4 + .wp-block-gallery,
h4 + .wp-block-buttons,
h5 + p,
h5 + ul,
h5 + ol,
h5 + .wp-block-columns,
h5 + .wp-block-table,
h5 + .wp-block-image,
h5 + .wp-block-gallery,
h5 + .wp-block-buttons,
h6 + p,
h6 + ul,
h6 + ol,
h6 + .wp-block-columns,
h6 + .wp-block-table,
h6 + .wp-block-image,
h6 + .wp-block-gallery,
h6 + .wp-block-buttons {
  margin-top: var(--fl-margin-before-extra-small);
}
h1 + p.is-style-subheadline,
h2 + p.is-style-subheadline,
h3 + p.is-style-subheadline,
h4 + p.is-style-subheadline,
h5 + p.is-style-subheadline,
h6 + p.is-style-subheadline {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    hyphens: auto;
  }
}

p:not([class*=roofline]) + h1,
p:not([class*=roofline]) + h2,
p:not([class*=roofline]) + h3,
p:not([class*=roofline]) + h4,
p:not([class*=roofline]) + h5,
p:not([class*=roofline]) + h6,
p:not([class*=roofline]) + p:not([data-margin-after]):not([data-margin-before]),
p:not([class*=roofline]) + ul,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + p:not([data-margin-after]):not([data-margin-before]),
ul + ul,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ol + p:not([data-margin-after]):not([data-margin-before]),
ol + ul,
header + h1,
header + h2,
header + h3,
header + h4,
header + h5,
header + h6,
header + p:not([data-margin-after]):not([data-margin-before]),
header + ul,
.wp-block-columns + h1,
.wp-block-columns + h2,
.wp-block-columns + h3,
.wp-block-columns + h4,
.wp-block-columns + h5,
.wp-block-columns + h6,
.wp-block-columns + p:not([data-margin-after]):not([data-margin-before]),
.wp-block-columns + ul,
.wp-block-table + h1,
.wp-block-table + h2,
.wp-block-table + h3,
.wp-block-table + h4,
.wp-block-table + h5,
.wp-block-table + h6,
.wp-block-table + p:not([data-margin-after]):not([data-margin-before]),
.wp-block-table + ul,
.wp-block-image + h1,
.wp-block-image + h2,
.wp-block-image + h3,
.wp-block-image + h4,
.wp-block-image + h5,
.wp-block-image + h6,
.wp-block-image + p:not([data-margin-after]):not([data-margin-before]),
.wp-block-image + ul,
.wp-block-gallery + h1,
.wp-block-gallery + h2,
.wp-block-gallery + h3,
.wp-block-gallery + h4,
.wp-block-gallery + h5,
.wp-block-gallery + h6,
.wp-block-gallery + p:not([data-margin-after]):not([data-margin-before]),
.wp-block-gallery + ul,
.wp-block-buttons + h1,
.wp-block-buttons + h2,
.wp-block-buttons + h3,
.wp-block-buttons + h4,
.wp-block-buttons + h5,
.wp-block-buttons + h6,
.wp-block-buttons + p:not([data-margin-after]):not([data-margin-before]),
.wp-block-buttons + ul {
  margin-top: var(--fl-margin-before-extra-small);
}
p:not([class*=roofline]) + p:not([data-margin-after]):not([data-margin-before]),
p:not([class*=roofline]) + ul:not(.sub-menu),
p:not([class*=roofline]) + ol,
ul + p:not([data-margin-after]):not([data-margin-before]),
ul + ul:not(.sub-menu),
ul + ol,
ol + p:not([data-margin-after]):not([data-margin-before]),
ol + ul:not(.sub-menu),
ol + ol,
header + p:not([data-margin-after]):not([data-margin-before]),
header + ul:not(.sub-menu),
header + ol,
.wp-block-columns + p:not([data-margin-after]):not([data-margin-before]),
.wp-block-columns + ul:not(.sub-menu),
.wp-block-columns + ol,
.wp-block-table + p:not([data-margin-after]):not([data-margin-before]),
.wp-block-table + ul:not(.sub-menu),
.wp-block-table + ol,
.wp-block-image + p:not([data-margin-after]):not([data-margin-before]),
.wp-block-image + ul:not(.sub-menu),
.wp-block-image + ol,
.wp-block-gallery + p:not([data-margin-after]):not([data-margin-before]),
.wp-block-gallery + ul:not(.sub-menu),
.wp-block-gallery + ol,
.wp-block-buttons + p:not([data-margin-after]):not([data-margin-before]),
.wp-block-buttons + ul:not(.sub-menu),
.wp-block-buttons + ol {
  margin-top: var(--fl-margin-before-extra-small);
}

p.is-style-subheadline + h1,
p.is-style-subheadline + h2,
p.is-style-subheadline + h3,
p.is-style-subheadline + h4,
p.is-style-subheadline + h5,
p.is-style-subheadline + h6,
p.is-style-subheadline + p:not([data-margin-after]):not([data-margin-before]),
p.is-style-subheadline + ul {
  margin-top: 15px;
}

.wp-block-heading + .wp-block-heading {
  margin-top: var(--fl-margin-before-extra-small);
}

h1 {
  font-size: clamp(2.3333333333rem, 2.0630630631rem + 1.5202702703vw, 3.3333333333rem);
  line-height: 1.16;
}
h1 + p {
  margin-top: 20px;
}
h1 + p + .wp-block-buttons {
  margin-top: clamp(1.6666666667rem, 1.3663663664rem + 1.6891891892vw, 2.7777777778rem);
}

h2 {
  font-size: clamp(1.4444444444rem, 1.0540540541rem + 2.1959459459vw, 2.8888888889rem);
}
h2 + p {
  margin-top: clamp(1.1111111111rem, 0.960960961rem + 0.8445945946vw, 1.6666666667rem);
}

h3 {
  font-size: clamp(1.3333333333rem, 1.0930930931rem + 1.3513513514vw, 2.2222222222rem);
  line-height: 1.25;
}

h4 {
  font-size: clamp(1.2222222222rem, 1.1921921922rem + 0.1689189189vw, 1.3333333333rem);
  line-height: 1.41;
}
h4 + p {
  margin-top: 20px;
}
h4 + p + .wp-block-buttons {
  margin-top: clamp(1.1111111111rem, 0.8108108108rem + 1.6891891892vw, 2.2222222222rem);
}

h5 {
  font-size: clamp(1rem, 0.96996997rem + 0.1689189189vw, 1.1111111111rem);
  color: var(--second-color);
}

h6 {
  font-size: clamp(0.8888888889rem, 0.8588588589rem + 0.1689189189vw, 1rem);
  color: var(--second-color);
}

p {
  color: var(--text-color);
  line-height: 1.55;
}
p + .wp-block-buttons {
  margin-top: clamp(1.6666666667rem, 1.3663663664rem + 1.6891891892vw, 2.7777777778rem);
}

p + p {
  margin-top: var(--fl-margin-before-small);
}

p[class*=roofline] {
  font-weight: 700;
}

.minitext,
.is-style-minitext {
  font-size: var(--miniFontSize);
  font-weight: 700;
  line-height: normal;
}

.is-style-boldtext {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

i,
em {
  font-style: italic;
}

strong,
b {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.cont a {
  text-decoration: none;
  color: var(--main-color);
  transition: var(--baseTransition);
  word-wrap: break-word;
}

button.submit,
input[type=submit],
button[type=submit]:not(.wp-block-search__button),
a.btn,
button.btn,
span.btn,
.nav-links a,
.wp-block-button > .wp-block-button__link:not(.has-text-color) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  padding: 12px 25px;
  color: var(--contrastColorInverted);
  border-radius: 0 15px 15px 10px;
  background-color: var(--secondary-light);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
  transition: var(--baseTransition);
  font-family: "Nunito Sans";
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
}
button.submit::after,
input[type=submit]::after,
button[type=submit]:not(.wp-block-search__button)::after,
a.btn::after,
button.btn::after,
span.btn::after,
.nav-links a::after,
.wp-block-button > .wp-block-button__link:not(.has-text-color)::after {
  content: "";
  display: inline-block;
  position: static;
  width: 14px;
  height: 14px;
  mask-image: url(../img/arrow.svg);
  -webkit-mask-image: url(../img/arrow.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center;
  background-color: currentColor;
  opacity: 1;
}
button.submit:hover,
input[type=submit]:hover,
button[type=submit]:not(.wp-block-search__button):hover,
a.btn:hover,
button.btn:hover,
span.btn:hover,
.nav-links a:hover,
.wp-block-button > .wp-block-button__link:not(.has-text-color):hover {
  border-radius: 15px 15px 15px 10px;
  background-color: var(--secondary-dark);
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--text-color);
  padding: 12px 25px;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)::after {
  content: "";
  display: inline-block;
  position: static;
  width: 14px;
  height: 14px;
  mask-image: url(../img/arrow.svg);
  -webkit-mask-image: url(../img/arrow.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center;
  background-color: currentColor;
  opacity: 1;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover {
  background: rgb(255, 255, 255);
  color: var(--main-color);
}
.wp-block-button.is-style-primary-blue > .wp-block-button__link:not(.has-text-color) {
  background-color: var(--main-color);
}
.wp-block-button.is-style-primary-blue > .wp-block-button__link:not(.has-text-color):hover {
  background-color: var(--secondary-dark);
}
.wp-block-button.is-style-kontur-secondary > .wp-block-button__link:not(.has-text-color) {
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) inset, 0 0 0 0 rgba(0, 0, 0, 0.05);
  padding: 9px 15px;
  color: var(--text-color);
}
.wp-block-button.is-style-kontur-secondary > .wp-block-button__link:not(.has-text-color)::after {
  content: "";
  display: inline-block;
  position: static;
  width: 14px;
  height: 14px;
  mask-image: url(../img/arrow.svg);
  -webkit-mask-image: url(../img/arrow.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center;
  background-color: currentColor;
  opacity: 1;
}
.wp-block-button.is-style-kontur-secondary > .wp-block-button__link:not(.has-text-color):hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1) inset, 0 6px 25px 0 rgba(0, 0, 0, 0.05);
  color: var(--main-color);
}
.wp-block-button.is-style-borderless > .wp-block-button__link:not(.has-text-color) {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: var(--main-color);
}
.wp-block-button.is-style-borderless > .wp-block-button__link:not(.has-text-color)::after {
  content: "";
  display: inline-block;
  position: static;
  width: 14px;
  height: 14px;
  mask-image: url(../img/arrow.svg);
  -webkit-mask-image: url(../img/arrow.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center;
  background-color: currentColor;
  opacity: 1;
}
.wp-block-button.is-style-borderless > .wp-block-button__link:not(.has-text-color):hover {
  box-shadow: none;
  color: var(--secondary-dark);
}

.wp-block-button:is(.is-style-telefon, .is-style-email, .is-style-contact) {
  display: inline-flex !important;
}
.wp-block-button:is(.is-style-telefon, .is-style-email, .is-style-contact) > .wp-block-button__link:not(.has-text-color) {
  gap: 20px;
  position: relative;
  padding: 0;
  margin: 0;
  color: var(--main-color);
  background-color: transparent;
  font-size: clamp(0.9444444444rem, 0.9294294294rem + 0.0844594595vw, 1rem);
  line-height: 1.56;
  border-radius: 0;
  box-shadow: none;
}
.wp-block-button:is(.is-style-telefon, .is-style-email, .is-style-contact) > .wp-block-button__link:not(.has-text-color)::before {
  content: "";
  position: relative;
  display: inline-block;
  min-width: 45px;
  height: 45px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.wp-block-button:is(.is-style-telefon, .is-style-email, .is-style-contact) > .wp-block-button__link:not(.has-text-color)::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-position: center center;
  background-color: var(--text-color);
}
.wp-block-button:is(.is-style-telefon, .is-style-email, .is-style-contact) > .wp-block-button__link:not(.has-text-color):hover {
  color: var(--secondary-light);
}
.wp-block-button.is-style-telefon > .wp-block-button__link::after {
  mask-image: url(../img/telefon.svg);
  -webkit-mask-image: url(../img/telefon.svg);
}
.wp-block-button.is-style-email > .wp-block-button__link::after {
  mask-image: url(../img/email.svg);
  -webkit-mask-image: url(../img/email.svg);
}
.wp-block-button.is-style-contact > .wp-block-button__link::after {
  mask-image: url(../img/calendar.svg);
  -webkit-mask-image: url(../img/calendar.svg);
}

.px-frame-layout > .inner > div:has(:only-child) .wp-block-table::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  transform: translate(-50%, -50%);
  border-radius: 25px;
  background: rgba(217, 217, 217, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
}

#allcont .wp-block-table {
  border: none;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--main-color, #1F67A6) #f0f0f0;
  display: block;
  white-space: normal;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 50px;
  max-width: 1271px;
}
#allcont .wp-block-table .has-fixed-layout {
  table-layout: auto;
}
#allcont .wp-block-table::-webkit-scrollbar {
  height: 8px;
}
#allcont .wp-block-table::-webkit-scrollbar-track {
  background: #f0f0f0;
}
#allcont .wp-block-table::-webkit-scrollbar-thumb {
  background-color: var(--main-color, #1F67A6);
  border-radius: 6px;
}
#allcont .wp-block-table table {
  width: 100%;
  min-width: var(breakNormalScreen);
  margin: 0;
  border: none;
  border-collapse: separate;
  border-spacing: 0 5px;
  border-radius: 25px;
}
#allcont .wp-block-table table th,
#allcont .wp-block-table table td {
  white-space: nowrap;
}
#allcont .wp-block-table table th {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: #A5A5A5;
  text-align: center;
  min-width: 180px;
  vertical-align: middle;
  white-space: normal;
  word-break: normal;
  padding: 0 20px 20px;
  border: none;
  /* No border on the header */
}
@container (width <=1024px) {
  #allcont .wp-block-table table th {
    font-size: clamp(0.8333333333rem, 0.7882882883rem + 0.2533783784vw, 1rem);
  }
}
@container (width <=768px) {
  #allcont .wp-block-table table th {
    min-width: 140px;
  }
}
#allcont .wp-block-table table td {
  padding: clamp(0.5555555556rem, 0.2552552553rem + 1.6891891892vw, 1.6666666667rem) clamp(0.4444444444rem, 0.4144144144rem + 0.1689189189vw, 0.5555555556rem);
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  border: none;
  vertical-align: middle;
  min-width: 180px;
  white-space: normal;
  word-break: normal;
  padding: 20px;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}
@container (width <=1024px) {
  #allcont .wp-block-table table td {
    font-size: clamp(0.7777777778rem, 0.7477477477rem + 0.1689189189vw, 0.8888888889rem);
  }
}
@container (width <=768px) {
  #allcont .wp-block-table table td {
    min-width: 140px;
  }
}
#allcont .wp-block-table table thead {
  border-bottom: none;
}
#allcont .wp-block-table table tbody tr {
  border-bottom: 1px solid #E3E3E3;
}
#allcont .wp-block-table table tbody tr td {
  padding: 20px;
}
#allcont .wp-block-table table tbody tr td:first-child {
  border-left: 1px solid #E3E3E3;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#allcont .wp-block-table table tbody tr td:last-child {
  border-right: 1px solid #E3E3E3;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

#site {
  width: 100%;
  margin: 0 auto;
  background: var(--contrastColorInverted);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
#site .allcont {
  container-type: inline-size;
  position: relative;
  flex: 1 0 auto;
  overflow-x: clip;
}
#site .allcont .entry-content > form,
#site .allcont .entry-content > hr,
#site .allcont .entry-content > h1,
#site .allcont .entry-content > h2,
#site .allcont .entry-content > h3,
#site .allcont .entry-content > h4,
#site .allcont .entry-content > h5,
#site .allcont .entry-content > h6,
#site .allcont .entry-content > p,
#site .allcont .entry-content > ul,
#site .allcont .entry-content > ol,
#site .allcont .entry-content > table,
#site .allcont .entry-content > *[class*=wp-block-],
#site .allcont .entry-content > section.no-results.not-found {
  max-width: var(--maxWidthBig);
  margin-right: auto;
  margin-left: auto;
}
#site .allcont .entry-content > form .page-content p + p,
#site .allcont .entry-content > form .page-content form,
#site .allcont .entry-content > form .page-content input[type=submit],
#site .allcont .entry-content > hr .page-content p + p,
#site .allcont .entry-content > hr .page-content form,
#site .allcont .entry-content > hr .page-content input[type=submit],
#site .allcont .entry-content > h1 .page-content p + p,
#site .allcont .entry-content > h1 .page-content form,
#site .allcont .entry-content > h1 .page-content input[type=submit],
#site .allcont .entry-content > h2 .page-content p + p,
#site .allcont .entry-content > h2 .page-content form,
#site .allcont .entry-content > h2 .page-content input[type=submit],
#site .allcont .entry-content > h3 .page-content p + p,
#site .allcont .entry-content > h3 .page-content form,
#site .allcont .entry-content > h3 .page-content input[type=submit],
#site .allcont .entry-content > h4 .page-content p + p,
#site .allcont .entry-content > h4 .page-content form,
#site .allcont .entry-content > h4 .page-content input[type=submit],
#site .allcont .entry-content > h5 .page-content p + p,
#site .allcont .entry-content > h5 .page-content form,
#site .allcont .entry-content > h5 .page-content input[type=submit],
#site .allcont .entry-content > h6 .page-content p + p,
#site .allcont .entry-content > h6 .page-content form,
#site .allcont .entry-content > h6 .page-content input[type=submit],
#site .allcont .entry-content > p .page-content p + p,
#site .allcont .entry-content > p .page-content form,
#site .allcont .entry-content > p .page-content input[type=submit],
#site .allcont .entry-content > ul .page-content p + p,
#site .allcont .entry-content > ul .page-content form,
#site .allcont .entry-content > ul .page-content input[type=submit],
#site .allcont .entry-content > ol .page-content p + p,
#site .allcont .entry-content > ol .page-content form,
#site .allcont .entry-content > ol .page-content input[type=submit],
#site .allcont .entry-content > table .page-content p + p,
#site .allcont .entry-content > table .page-content form,
#site .allcont .entry-content > table .page-content input[type=submit],
#site .allcont .entry-content > *[class*=wp-block-] .page-content p + p,
#site .allcont .entry-content > *[class*=wp-block-] .page-content form,
#site .allcont .entry-content > *[class*=wp-block-] .page-content input[type=submit],
#site .allcont .entry-content > section.no-results.not-found .page-content p + p,
#site .allcont .entry-content > section.no-results.not-found .page-content form,
#site .allcont .entry-content > section.no-results.not-found .page-content input[type=submit] {
  margin-top: 30px;
}
#site .allcont .entry-content > form .page-content input[type=search],
#site .allcont .entry-content > hr .page-content input[type=search],
#site .allcont .entry-content > h1 .page-content input[type=search],
#site .allcont .entry-content > h2 .page-content input[type=search],
#site .allcont .entry-content > h3 .page-content input[type=search],
#site .allcont .entry-content > h4 .page-content input[type=search],
#site .allcont .entry-content > h5 .page-content input[type=search],
#site .allcont .entry-content > h6 .page-content input[type=search],
#site .allcont .entry-content > p .page-content input[type=search],
#site .allcont .entry-content > ul .page-content input[type=search],
#site .allcont .entry-content > ol .page-content input[type=search],
#site .allcont .entry-content > table .page-content input[type=search],
#site .allcont .entry-content > *[class*=wp-block-] .page-content input[type=search],
#site .allcont .entry-content > section.no-results.not-found .page-content input[type=search] {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  #site .allcont .entry-content > form .page-content input[type=search],
  #site .allcont .entry-content > hr .page-content input[type=search],
  #site .allcont .entry-content > h1 .page-content input[type=search],
  #site .allcont .entry-content > h2 .page-content input[type=search],
  #site .allcont .entry-content > h3 .page-content input[type=search],
  #site .allcont .entry-content > h4 .page-content input[type=search],
  #site .allcont .entry-content > h5 .page-content input[type=search],
  #site .allcont .entry-content > h6 .page-content input[type=search],
  #site .allcont .entry-content > p .page-content input[type=search],
  #site .allcont .entry-content > ul .page-content input[type=search],
  #site .allcont .entry-content > ol .page-content input[type=search],
  #site .allcont .entry-content > table .page-content input[type=search],
  #site .allcont .entry-content > *[class*=wp-block-] .page-content input[type=search],
  #site .allcont .entry-content > section.no-results.not-found .page-content input[type=search] {
    width: 100%;
  }
}
#site .allcont .entry-content > form .page-content input[type=submit],
#site .allcont .entry-content > hr .page-content input[type=submit],
#site .allcont .entry-content > h1 .page-content input[type=submit],
#site .allcont .entry-content > h2 .page-content input[type=submit],
#site .allcont .entry-content > h3 .page-content input[type=submit],
#site .allcont .entry-content > h4 .page-content input[type=submit],
#site .allcont .entry-content > h5 .page-content input[type=submit],
#site .allcont .entry-content > h6 .page-content input[type=submit],
#site .allcont .entry-content > p .page-content input[type=submit],
#site .allcont .entry-content > ul .page-content input[type=submit],
#site .allcont .entry-content > ol .page-content input[type=submit],
#site .allcont .entry-content > table .page-content input[type=submit],
#site .allcont .entry-content > *[class*=wp-block-] .page-content input[type=submit],
#site .allcont .entry-content > section.no-results.not-found .page-content input[type=submit] {
  display: block;
  background-color: var(--secondary-light) !important;
  padding: 12px 25px !important;
}
#site .allcont .entry-content > form .page-content input[type=submit]:hover,
#site .allcont .entry-content > hr .page-content input[type=submit]:hover,
#site .allcont .entry-content > h1 .page-content input[type=submit]:hover,
#site .allcont .entry-content > h2 .page-content input[type=submit]:hover,
#site .allcont .entry-content > h3 .page-content input[type=submit]:hover,
#site .allcont .entry-content > h4 .page-content input[type=submit]:hover,
#site .allcont .entry-content > h5 .page-content input[type=submit]:hover,
#site .allcont .entry-content > h6 .page-content input[type=submit]:hover,
#site .allcont .entry-content > p .page-content input[type=submit]:hover,
#site .allcont .entry-content > ul .page-content input[type=submit]:hover,
#site .allcont .entry-content > ol .page-content input[type=submit]:hover,
#site .allcont .entry-content > table .page-content input[type=submit]:hover,
#site .allcont .entry-content > *[class*=wp-block-] .page-content input[type=submit]:hover,
#site .allcont .entry-content > section.no-results.not-found .page-content input[type=submit]:hover {
  background-color: var(--secondary-dark) !important;
}
#site .allcont .entry-content > .gform_wrapper {
  max-width: var(--maxWidthBig);
  margin: 0 auto 100px;
  width: var(--baseWidth);
}
#site .allcont .entry-content > section.no-results.not-found {
  max-width: var(--maxWidthBig);
}
#site .allcont .entry-content > .wp-block-image > IMG {
  margin: 0 auto;
  display: block;
}
#site .allcont .entry-content > table td {
  padding: 16px;
  padding: 0.8888888889rem;
}
#site .allcont .entry-content figure {
  max-width: 100%;
}
#site .allcont .entry-content figure img {
  max-width: 100%;
  display: block;
  height: auto;
}
#site .allcont .entry-content figure.alignright {
  float: right;
  margin-left: 20px;
}
#site .allcont .entry-content figure.alignleft {
  float: left;
  margin-right: 20px;
}
#site .allcont .entry-content .video-wrapper {
  position: relative;
}
#site .allcont .entry-content .video-wrapper video {
  max-width: 100%;
}

BODY:not(:has(.banner.large-height)) #site .allcont .entry-content {
  margin-top: 35px;
}

#breadcrumbs {
  position: relative;
  font-size: 16px;
  max-width: var(--maxWidthBig);
  margin: 0 auto;
  width: var(--baseWidth);
  padding-top: 40px;
}
#breadcrumbs > span {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.home #breadcrumbs {
  display: none;
}

BODY.error404 #site {
  height: 100vh;
  background: var(--contrastColorInverted);
}
BODY.error404 .allcont {
  height: 100%;
  display: grid;
  place-content: center;
  padding: 4%;
}
BODY.error404 h1 {
  margin: 0;
  margin-bottom: clamp(1.1111111111rem, 0.8108108108rem + 1.6891891892vw, 2.2222222222rem);
  font-size: clamp(5.5555555556rem, 4.0540540541rem + 8.4459459459vw, 11.1111111111rem) !important;
  color: var(--main-color);
  text-align: center;
  animation: idle 2s infinite alternate;
}
BODY.error404 .buttons {
  margin-top: clamp(1.6666666667rem, 1.2162162162rem + 2.5337837838vw, 3.3333333333rem);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@keyframes idle {
  to {
    transform: translateY(10px);
  }
}

.floating-label {
  position: relative;
}
.floating-label :is(input,
textarea) {
  padding: 20px 15px;
}
.floating-label label {
  display: block;
  color: #A5A5A5;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  transition: var(--baseTransition);
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(25px);
  pointer-events: none;
  margin-bottom: 0 !important;
}
.floating-label:focus-within label, .floating-label.isfilled label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label textarea:not(:placeholder-shown) + label,
.floating-label :-webkit-autofill + label {
  transform: translateY(6px);
  font-size: 80% !important;
}
.floating-label ::-webkit-input-placeholder {
  color: transparent;
}
.floating-label :-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.floating-label ::-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.floating-label :-ms-input-placeholder {
  color: transparent;
}

.gform_heading {
  display: none;
}

.gfield_required {
  color: #808080 !important;
  padding-inline-start: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_error legend .gfield_required {
  color: #c02b0a !important;
}
.gform_wrapper.gravity-theme .gfield_error label .gfield_required {
  color: #c02b0a !important;
}

.gform_wrapper.gravity-theme .gfield--type-fileupload .gfield_label {
  font-size: clamp(0.8888888889rem, 0.8588588589rem + 0.1689189189vw, 1rem) !important;
  font-weight: 400 !important;
}

input,
select,
textarea {
  width: 100%;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.05);
  font-size: 18px !important;
  line-height: 1.55em !important;
  font-family: var(--mainFont);
  padding: 27px 20px 20px !important;
  color: var(--text-color);
  outline: none;
  border: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.gform_wrapper.gravity-theme .gform_footer {
  justify-content: flex-end;
}

.gfield--type-consent legend {
  color: var(--text-color);
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: normal !important;
}
.gfield--type-consent label {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 500 !important;
  line-height: normal !important;
}
.gfield--type-consent label a {
  color: var(--main-color);
}
.gfield--type-consent label a:hover {
  color: var(--secondary-light);
}

input[type=submit] {
  width: auto;
  cursor: pointer;
}
input[type=submit]:focus:not(:focus-visible) {
  border: none;
  outline: none;
}

select {
  appearance: none;
  cursor: pointer;
  color: var(--fontColor);
  color-scheme: light;
  background: url("../img/select.svg") no-repeat center right 10px/15px auto;
}

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

textarea {
  resize: none;
  height: 150px;
}

input[type=radio],
input[type=checkbox] {
  width: auto;
  margin-right: 5px;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--contrastColorInverted) inset;
  -webkit-text-fill-color: var(--contrastColor);
}

::-webkit-input-placeholder {
  color: var(--mainColorDark);
}

:-moz-placeholder {
  opacity: 1;
  color: var(--mainColorDark);
}

::-moz-placeholder {
  opacity: 1;
  color: var(--mainColorDark);
}

:-ms-input-placeholder {
  color: var(--mainColorDark);
}

:focus:not(:focus-visible) {
  outline: rgba(var(--contrastColorInvertedRGB), 0);
}

.checkbox,
.radio {
  padding: 10px;
}
.checkbox input,
.radio input {
  cursor: pointer;
  appearance: none;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: var(--contrastColorInverted);
  background-position: center;
  border: 1px solid var(--formBorderColor);
  transition: var(--baseTransition);
}
.checkbox input:hover,
.radio input:hover {
  border-color: var(--main-color);
}
.checkbox input:checked,
.radio input:checked {
  background: var(--contrastColorInverted) url("../Images/check.svg") no-repeat center center/80% auto;
  border: 1px solid var(--main-color);
}
.checkbox input[type=radio],
.radio input[type=radio] {
  border-radius: 100%;
}

.signup-checkbox {
  margin: 20px 0;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible,
input[type=submit]:focus-visible,
button[type=submit]:focus-visible,
.gform_button:focus-visible,
.gform_next_button:focus-visible,
.gform_previous_button:focus-visible,
.gform_wrapper a:focus-visible {
  outline: 3px solid var(--primary-dark);
  outline-offset: 2px;
}

input[type=checkbox]:focus-visible,
input[type=radio]:focus-visible {
  outline: 3px solid var(--primary-dark);
  outline-offset: 0;
}

html[data-input-modality=pointer] input:focus-visible,
html[data-input-modality=pointer] select:focus-visible,
html[data-input-modality=pointer] textarea:focus-visible,
html[data-input-modality=pointer] input[type=submit]:focus-visible,
html[data-input-modality=pointer] button[type=submit]:focus-visible,
html[data-input-modality=pointer] input[type=checkbox]:focus-visible,
html[data-input-modality=pointer] input[type=radio]:focus-visible,
html[data-input-modality=pointer] .gform_button:focus-visible,
html[data-input-modality=pointer] .gform_next_button:focus-visible,
html[data-input-modality=pointer] .gform_previous_button:focus-visible,
html[data-input-modality=pointer] .gform_wrapper a:focus-visible {
  outline: none;
}

BODY.blog #allcont,
BODY.single #allcont,
BODY.archive #allcont,
BODY.search #allcont {
  padding: clamp(1.6666666667rem, 0.6156156156rem + 5.9121621622vw, 5.5555555556rem) 0;
}
BODY.blog span.edit-link,
BODY.single span.edit-link,
BODY.archive span.edit-link,
BODY.search span.edit-link {
  display: none;
}
BODY.blog header,
BODY.single header,
BODY.archive header,
BODY.search header {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
BODY.blog header > :last-child,
BODY.single header > :last-child,
BODY.archive header > :last-child,
BODY.search header > :last-child {
  margin-bottom: 40px;
}
BODY.blog header .page-title,
BODY.single header .page-title,
BODY.archive header .page-title,
BODY.search header .page-title {
  width: 100%;
  flex-basis: 100%;
}
BODY.blog header .archive-description,
BODY.single header .archive-description,
BODY.archive header .archive-description,
BODY.search header .archive-description {
  flex-basis: calc(75% - 40px);
  margin-bottom: 40px;
}
BODY.blog header .author-image,
BODY.single header .author-image,
BODY.archive header .author-image,
BODY.search header .author-image {
  flex-basis: 25%;
}
BODY.blog header .author-image img,
BODY.single header .author-image img,
BODY.archive header .author-image img,
BODY.search header .author-image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
BODY.blog header .author-image.no-image,
BODY.single header .author-image.no-image,
BODY.archive header .author-image.no-image,
BODY.search header .author-image.no-image {
  background: #ddd;
}
BODY.blog header .c-author-archive__position,
BODY.single header .c-author-archive__position,
BODY.archive header .c-author-archive__position,
BODY.search header .c-author-archive__position {
  width: 100%;
  flex-basis: 100%;
  margin: 0 0 20px;
  font-weight: 700;
  color: var(--gray);
}
BODY.blog .search-group,
BODY.single .search-group,
BODY.archive .search-group,
BODY.search .search-group {
  width: 100%;
  margin: 30px 0;
}
BODY.blog .search-group .search-group-title,
BODY.single .search-group .search-group-title,
BODY.archive .search-group .search-group-title,
BODY.search .search-group .search-group-title {
  margin-bottom: 20px;
}
BODY.blog .blog-archive,
BODY.single .blog-archive,
BODY.archive .blog-archive,
BODY.search .blog-archive {
  width: 100%;
}
BODY.blog .blog-archive.is-loading .postsloop,
BODY.single .blog-archive.is-loading .postsloop,
BODY.archive .blog-archive.is-loading .postsloop,
BODY.search .blog-archive.is-loading .postsloop {
  opacity: 0.5;
  pointer-events: none;
}
BODY.blog .blog-archive.is-filtered .postsloop article,
BODY.blog .blog-archive.is-filtered .postsloop .blog-post-card,
BODY.single .blog-archive.is-filtered .postsloop article,
BODY.single .blog-archive.is-filtered .postsloop .blog-post-card,
BODY.archive .blog-archive.is-filtered .postsloop article,
BODY.archive .blog-archive.is-filtered .postsloop .blog-post-card,
BODY.search .blog-archive.is-filtered .postsloop article,
BODY.search .blog-archive.is-filtered .postsloop .blog-post-card {
  opacity: 1;
  transform: none;
  animation: none;
}
BODY.blog .blog-category-filter,
BODY.single .blog-category-filter,
BODY.archive .blog-category-filter,
BODY.search .blog-category-filter {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0 0 30px;
}
@media (max-width: 640px) {
  BODY.blog .blog-category-filter,
  BODY.single .blog-category-filter,
  BODY.archive .blog-category-filter,
  BODY.search .blog-category-filter {
    flex-direction: column;
    align-items: stretch;
  }
}
BODY.blog .blog-category-filter__label,
BODY.single .blog-category-filter__label,
BODY.archive .blog-category-filter__label,
BODY.search .blog-category-filter__label {
  font-weight: 700;
  color: var(--gray);
  white-space: nowrap;
}
BODY.blog .blog-category-filter__select,
BODY.single .blog-category-filter__select,
BODY.archive .blog-category-filter__select,
BODY.search .blog-category-filter__select {
  min-width: 220px;
  max-width: 100%;
  padding: 20px 40px 20px 16px !important;
  border: 1px solid var(--contrastColorInverted) !important;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: inherit;
  font: inherit;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1.41 0 6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  transition: var(--baseTransition);
}
BODY.blog .blog-category-filter__select:hover, BODY.blog .blog-category-filter__select:focus-visible,
BODY.single .blog-category-filter__select:hover,
BODY.single .blog-category-filter__select:focus-visible,
BODY.archive .blog-category-filter__select:hover,
BODY.archive .blog-category-filter__select:focus-visible,
BODY.search .blog-category-filter__select:hover,
BODY.search .blog-category-filter__select:focus-visible {
  border-color: var(--main-color);
}
BODY.blog .blog-archive__pagination,
BODY.single .blog-archive__pagination,
BODY.archive .blog-archive__pagination,
BODY.search .blog-archive__pagination {
  width: 100%;
}
BODY.blog .search-filter,
BODY.single .search-filter,
BODY.archive .search-filter,
BODY.search .search-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
@media (max-width: 640px) {
  BODY.blog .search-filter,
  BODY.single .search-filter,
  BODY.archive .search-filter,
  BODY.search .search-filter {
    flex-wrap: wrap;
  }
  BODY.blog .search-filter > span,
  BODY.single .search-filter > span,
  BODY.archive .search-filter > span,
  BODY.search .search-filter > span {
    width: 100%;
  }
}
BODY.blog .search-filter a,
BODY.single .search-filter a,
BODY.archive .search-filter a,
BODY.search .search-filter a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  background: var(--main-color);
  color: var(--contrastColorInverted);
  border-radius: 5px;
  transition: var(--baseTransition);
}
@media (max-width: 640px) {
  BODY.blog .search-filter a,
  BODY.single .search-filter a,
  BODY.archive .search-filter a,
  BODY.search .search-filter a {
    width: calc(50% - 5px);
  }
}
BODY.blog .search-filter a:hover,
BODY.single .search-filter a:hover,
BODY.archive .search-filter a:hover,
BODY.search .search-filter a:hover {
  background: var(--secondary-dark);
}
BODY.blog .search-filter a.active,
BODY.single .search-filter a.active,
BODY.archive .search-filter a.active,
BODY.search .search-filter a.active {
  background: var(--secondary-light);
}
BODY.blog .posts-navigation,
BODY.single .posts-navigation,
BODY.archive .posts-navigation,
BODY.search .posts-navigation {
  max-width: var(--maxWidthBig);
  margin: 0 auto 30px;
  margin: 0 auto 1.6666666667rem;
}
@media (max-width: 1534.08px) {
  BODY.blog .posts-navigation,
  BODY.single .posts-navigation,
  BODY.archive .posts-navigation,
  BODY.search .posts-navigation {
    width: var(--baseWidth);
  }
}
BODY.blog .posts-navigation .nav-links,
BODY.single .posts-navigation .nav-links,
BODY.archive .posts-navigation .nav-links,
BODY.search .posts-navigation .nav-links {
  display: flex;
  gap: 20px;
  margin: 40px 0;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 450px) {
  BODY.blog .posts-navigation .nav-links,
  BODY.single .posts-navigation .nav-links,
  BODY.archive .posts-navigation .nav-links,
  BODY.search .posts-navigation .nav-links {
    flex-direction: column;
  }
}
BODY.blog .pagination,
BODY.single .pagination,
BODY.archive .pagination,
BODY.search .pagination {
  max-width: var(--maxWidthBig);
  margin: 40px auto;
}
@media (max-width: 1534.08px) {
  BODY.blog .pagination,
  BODY.single .pagination,
  BODY.archive .pagination,
  BODY.search .pagination {
    width: var(--baseWidth);
  }
}
BODY.blog .pagination .page-numbers,
BODY.single .pagination .page-numbers,
BODY.archive .pagination .page-numbers,
BODY.search .pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
BODY.blog .pagination .page-numbers li,
BODY.single .pagination .page-numbers li,
BODY.archive .pagination .page-numbers li,
BODY.search .pagination .page-numbers li {
  margin: 0;
  padding: 0;
}
BODY.blog .pagination .page-numbers a,
BODY.blog .pagination .page-numbers span,
BODY.single .pagination .page-numbers a,
BODY.single .pagination .page-numbers span,
BODY.archive .pagination .page-numbers a,
BODY.archive .pagination .page-numbers span,
BODY.search .pagination .page-numbers a,
BODY.search .pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--fontColor);
  box-shadow: var(--boxShadow);
  text-decoration: none;
  transition: var(--baseTransition);
}
BODY.blog .pagination .page-numbers a:hover,
BODY.single .pagination .page-numbers a:hover,
BODY.archive .pagination .page-numbers a:hover,
BODY.search .pagination .page-numbers a:hover {
  color: var(--main-color);
}
BODY.blog .pagination .page-numbers .current,
BODY.single .pagination .page-numbers .current,
BODY.archive .pagination .page-numbers .current,
BODY.search .pagination .page-numbers .current {
  color: var(--main-color);
  font-weight: 700;
}
BODY.blog .pagination .page-numbers .dots,
BODY.single .pagination .page-numbers .dots,
BODY.archive .pagination .page-numbers .dots,
BODY.search .pagination .page-numbers .dots {
  background: transparent;
  box-shadow: none;
  width: auto;
  height: auto;
  min-width: auto;
  padding: 0 4px;
}
BODY.blog .allcont .cont > .item,
BODY.single .allcont .cont > .item,
BODY.archive .allcont .cont > .item,
BODY.search .allcont .cont > .item {
  display: flex;
  flex-direction: row;
  max-width: var(--maxWidth);
  margin: 0 auto;
  gap: 40px;
}
@media (max-width: 1534.08px) {
  BODY.blog .allcont .cont > .item,
  BODY.single .allcont .cont > .item,
  BODY.archive .allcont .cont > .item,
  BODY.search .allcont .cont > .item {
    width: var(--baseWidth);
  }
}
@media (max-width: 1200px) {
  BODY.blog .allcont .cont > .item,
  BODY.single .allcont .cont > .item,
  BODY.archive .allcont .cont > .item,
  BODY.search .allcont .cont > .item {
    flex-wrap: wrap;
  }
}
BODY.blog .allcont .cont > .item .entry-content,
BODY.single .allcont .cont > .item .entry-content,
BODY.archive .allcont .cont > .item .entry-content,
BODY.search .allcont .cont > .item .entry-content {
  flex: 1 1 75%;
  max-width: 100%;
}
BODY.blog .allcont .cont > .item .entry-content article.post,
BODY.single .allcont .cont > .item .entry-content article.post,
BODY.archive .allcont .cont > .item .entry-content article.post,
BODY.search .allcont .cont > .item .entry-content article.post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid var(--main-color);
}
BODY.blog .allcont .cont > .item .entry-content article.post .entry-header,
BODY.single .allcont .cont > .item .entry-content article.post .entry-header,
BODY.archive .allcont .cont > .item .entry-content article.post .entry-header,
BODY.search .allcont .cont > .item .entry-content article.post .entry-header {
  margin-bottom: 30px;
}
BODY.blog .allcont .cont > .item .entry-content article.post:last-of-type,
BODY.single .allcont .cont > .item .entry-content article.post:last-of-type,
BODY.archive .allcont .cont > .item .entry-content article.post:last-of-type,
BODY.search .allcont .cont > .item .entry-content article.post:last-of-type {
  border: none;
}
BODY.blog .allcont .cont > .item .entry-content .text,
BODY.single .allcont .cont > .item .entry-content .text,
BODY.archive .allcont .cont > .item .entry-content .text,
BODY.search .allcont .cont > .item .entry-content .text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
BODY.blog .allcont .cont > .item .entry-content .text .post-thumb,
BODY.single .allcont .cont > .item .entry-content .text .post-thumb,
BODY.archive .allcont .cont > .item .entry-content .text .post-thumb,
BODY.search .allcont .cont > .item .entry-content .text .post-thumb {
  flex: 1 1 150px;
}
BODY.blog .allcont .cont > .item .entry-content .text .post-thumb + P,
BODY.single .allcont .cont > .item .entry-content .text .post-thumb + P,
BODY.archive .allcont .cont > .item .entry-content .text .post-thumb + P,
BODY.search .allcont .cont > .item .entry-content .text .post-thumb + P {
  flex: 1 1 calc(100% - 150px - 40px);
  margin: 0 20px;
}
BODY.blog .allcont .cont > .item #secondary,
BODY.single .allcont .cont > .item #secondary,
BODY.archive .allcont .cont > .item #secondary,
BODY.search .allcont .cont > .item #secondary {
  flex: 1 1 25%;
  padding: 25px;
  border: 1px solid var(--lightGray);
}
BODY.blog .allcont .cont > .item #secondary .widget,
BODY.single .allcont .cont > .item #secondary .widget,
BODY.archive .allcont .cont > .item #secondary .widget,
BODY.search .allcont .cont > .item #secondary .widget {
  margin-bottom: 30px;
}
BODY.blog .allcont .cont > .item .px-news,
BODY.single .allcont .cont > .item .px-news,
BODY.archive .allcont .cont > .item .px-news,
BODY.search .allcont .cont > .item .px-news {
  width: 100%;
}

@media (max-width: 1534.08px) {
  .px-news {
    width: var(--baseWidth);
    margin: 0 auto;
  }
}
.px-news .news-inner {
  max-width: var(--maxWidthBig);
  margin: 0 auto;
}
.px-news[data-news-load-more].is-loading .postsloop {
  opacity: 0.5;
  pointer-events: none;
}
.px-news__load-more {
  display: flex;
  justify-content: center;
  margin-top: clamp(2.2222222222rem, 1.9219219219rem + 1.6891891892vw, 3.3333333333rem);
}
.px-news .postsloop {
  --card-base-width: calc((100% - 60px) / 3);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.px-news .postsloop:has(> article:only-child), .px-news .postsloop:has(> article:first-child:nth-last-child(2)) {
  justify-content: center;
}
@media (max-width: 1044px) and (min-width: 769px) {
  .px-news .postsloop {
    --card-base-width: calc((100% - 30px) / 2);
  }
}
.px-news .postsloop article {
  flex: 1 1 var(--card-base-width);
  max-width: var(--card-base-width);
  min-width: 300px;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .px-news .postsloop article {
    min-width: auto;
  }
}
.px-news .postsloop article > a {
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .px-news .postsloop article {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.px-news .postsloop .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.px-news .postsloop .content .content-inner {
  width: 100%;
  padding: clamp(1.1111111111rem, 0.960960961rem + 0.8445945946vw, 1.6666666667rem);
  background: var(--glasslook);
  border-radius: 20px;
  box-shadow: var(--boxShadowSmall);
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.px-news .postsloop .content .button, .px-news .postsloop .content input[type=submit],
.px-news .postsloop .content button {
  margin-top: auto;
  margin-right: 0;
  margin-left: auto;
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15) inset;
  padding: 0;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  overflow: hidden;
  transition: var(--baseTransition);
}
.px-news .postsloop .content .button .btn-text, .px-news .postsloop .content input[type=submit] .btn-text,
.px-news .postsloop .content button .btn-text {
  order: 1;
  display: block;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  color: var(--fontColor);
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  width: 0;
  margin-right: 0;
  transition: var(--baseTransition);
}
.px-news .postsloop .content .button .btn-icon, .px-news .postsloop .content input[type=submit] .btn-icon,
.px-news .postsloop .content button .btn-icon {
  order: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  flex-shrink: 0;
}
.px-news .postsloop .content .date {
  font-size: 15px;
  color: var(--gray);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.px-news .postsloop .content .entry-title {
  font-size: clamp(1.2222222222rem, 1.1921921922rem + 0.1689189189vw, 1.3333333333rem);
  color: var(--fontColor);
  line-height: 1.41;
  font-family: var(--headline);
  margin-bottom: 30px;
}
.px-news .postsloop .content .excerpt {
  display: none;
  color: var(--fontColor);
  margin-bottom: clamp(0.8333333333rem, 0.6081081081rem + 1.2668918919vw, 1.6666666667rem);
}
.px-news .postsloop .content .post-thumbnail {
  position: relative;
  height: clamp(11.1111111111rem, 8.1081081081rem + 16.8918918919vw, 22.2222222222rem);
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .px-news .postsloop .content .post-thumbnail {
    height: 365px;
  }
}
@media only screen and (max-width: 450px) {
  .px-news .postsloop .content .post-thumbnail {
    height: 300px;
  }
}
.px-news .postsloop .content .post-thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.px-news .postsloop .content .post-thumbnail.no-image {
  background: #f5f5f5;
}
.px-news .postsloop .content .post-thumbnail.no-image::before {
  display: none;
}
.px-news .postsloop .content .post-thumbnail.no-image img {
  object-fit: contain;
  padding: clamp(2.2222222222rem, 1.6216216216rem + 3.3783783784vw, 4.4444444444rem);
}
.px-news .postsloop .content .post-thumbnail.no-image .post-category {
  background: rgba(0, 0, 0, 0.3);
}
.px-news .postsloop .content .post-thumbnail img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  z-index: 0;
}
.px-news .postsloop .content .post-category {
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: var(--boxShadow);
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  border-radius: 20px;
  line-height: normal;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.px-news .postsloop article:hover .content .button, .px-news .postsloop article:hover .content input[type=submit],
.px-news .postsloop article:hover .content button {
  gap: 0;
  width: auto;
  min-width: 50px;
  padding: 0;
}
.px-news .postsloop article:hover .content .button .btn-text, .px-news .postsloop article:hover .content input[type=submit] .btn-text,
.px-news .postsloop article:hover .content button .btn-text {
  width: auto;
  max-width: 200px;
  opacity: 1;
  margin-right: 0px;
  margin-left: 10px;
}

BODY.search header .search-heading {
  width: 100%;
  flex-basis: 100%;
}
BODY.search .search-correction {
  margin-top: 10px;
  color: var(--gray);
  font-size: 17px;
  line-height: 1.4;
}
BODY.search .search-correction a {
  color: var(--main-color);
  text-decoration: underline;
  transition: var(--baseTransition);
}
BODY.search .search-correction a:hover, BODY.search .search-correction a:focus-visible {
  color: var(--secondary-dark);
}
BODY.search .px-news .postsloop .content .post-thumbnail {
  height: clamp(5.5555555556rem, 4.0540540541rem + 8.4459459459vw, 11.1111111111rem);
}
@media only screen and (max-width: 768px) {
  BODY.search .px-news .postsloop .content .post-thumbnail {
    height: 182px;
  }
}
@media only screen and (max-width: 450px) {
  BODY.search .px-news .postsloop .content .post-thumbnail {
    height: 150px;
  }
}
BODY.search .px-news .postsloop .content .post-thumbnail.no-image img {
  padding: clamp(1.1111111111rem, 0.8108108108rem + 1.6891891892vw, 2.2222222222rem);
}

body.single-post .c-post-header, body.single-case-studies .c-post-header {
  display: flex;
  align-items: stretch;
  gap: clamp(1.3333333333rem, 1.0930930931rem + 1.3513513514vw, 2.2222222222rem);
  margin-bottom: clamp(1.6666666667rem, 1.3663663664rem + 1.6891891892vw, 2.7777777778rem);
  padding-bottom: clamp(1.3333333333rem, 1.0930930931rem + 1.3513513514vw, 2.2222222222rem);
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  body.single-post .c-post-header, body.single-case-studies .c-post-header {
    flex-direction: column;
  }
}
body.single-post .c-post-header__title, body.single-case-studies .c-post-header__title {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: clamp(1.3333333333rem, 1.0930930931rem + 1.3513513514vw, 2.2222222222rem);
}
@media (max-width: 768px) {
  body.single-post .c-post-header__title, body.single-case-studies .c-post-header__title {
    padding-right: 0;
    border-right: none;
    padding-bottom: clamp(1.1111111111rem, 0.960960961rem + 0.8445945946vw, 1.6666666667rem);
  }
}
body.single-post .c-post-header__title h1, body.single-case-studies .c-post-header__title h1 {
  margin: 0;
}
body.single-post .c-post-header__meta, body.single-case-studies .c-post-header__meta {
  flex: 0 0 auto;
  width: clamp(12.2222222222rem, 10.7207207207rem + 8.4459459459vw, 17.7777777778rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(0.8888888889rem, 0.7687687688rem + 0.6756756757vw, 1.3333333333rem);
  margin-bottom: 0 !important;
  background-color: var(--lightGray);
  padding: 20px;
  border-radius: 20px;
  box-shadow: var(--boxShadowSmall);
}
@media (max-width: 768px) {
  body.single-post .c-post-header__meta, body.single-case-studies .c-post-header__meta {
    width: 100%;
  }
}
body.single-post .c-post-header__info, body.single-case-studies .c-post-header__info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
body.single-post .c-post-header__details, body.single-case-studies .c-post-header__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
}
body.single-post .c-post-header__detail, body.single-case-studies .c-post-header__detail {
  display: flex;
  flex-direction: column;
}
body.single-post .c-post-header__label, body.single-case-studies .c-post-header__label {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.2;
  font-weight: 600;
}
body.single-post .c-post-header__value, body.single-case-studies .c-post-header__value {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-dark);
  line-height: 1.3;
}
body.single-post .c-post-header__author-link, body.single-case-studies .c-post-header__author-link {
  color: inherit;
  text-decoration: none;
}
body.single-post .c-post-header__author-link:hover, body.single-post .c-post-header__author-link:focus-visible, body.single-case-studies .c-post-header__author-link:hover, body.single-case-studies .c-post-header__author-link:focus-visible {
  opacity: 0.8;
}
body.single-post .c-post-header__avatar-link, body.single-case-studies .c-post-header__avatar-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border-radius: 0 20px 20px 20px;
  overflow: hidden;
}
body.single-post .c-post-header__avatar, body.single-case-studies .c-post-header__avatar {
  position: relative;
  flex-shrink: 0;
  order: -1;
  width: clamp(3.5555555556rem, 3.1651651652rem + 2.1959459459vw, 5rem);
  height: clamp(3.5555555556rem, 3.1651651652rem + 2.1959459459vw, 5rem);
}
body.single-post .c-post-header__avatar img, body.single-case-studies .c-post-header__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}
body.single-post .c-post-header__linkedin-link, body.single-case-studies .c-post-header__linkedin-link {
  position: absolute;
  right: -6px;
  bottom: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: var(--main-color);
  box-shadow: 0 0 0 2px var(--lightGray);
  transition: var(--baseTransition);
}
body.single-post .c-post-header__linkedin-link img, body.single-case-studies .c-post-header__linkedin-link img {
  width: 13px;
  height: 13px;
  display: block;
  margin: 0;
  object-fit: contain;
  border-radius: 0;
}
body.single-post .c-post-header__linkedin-link:hover, body.single-post .c-post-header__linkedin-link:focus-visible, body.single-case-studies .c-post-header__linkedin-link:hover, body.single-case-studies .c-post-header__linkedin-link:focus-visible {
  filter: brightness(0.95);
}
body.single-post .c-post-header__share, body.single-case-studies .c-post-header__share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: clamp(0.8888888889rem, 0.8288288288rem + 0.3378378378vw, 1.1111111111rem);
}
body.single-post .c-post-header__share-list, body.single-case-studies .c-post-header__share-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.single-post .c-post-header__share-link, body.single-case-studies .c-post-header__share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--main-color);
  color: var(--contrastColorInverted);
  transition: background-color 0.3s ease, color 0.3s ease;
}
body.single-post .c-post-header__share-link svg, body.single-case-studies .c-post-header__share-link svg {
  width: 18px;
  height: 18px;
}
body.single-post .c-post-header__share-link:hover, body.single-post .c-post-header__share-link:focus-visible, body.single-case-studies .c-post-header__share-link:hover, body.single-case-studies .c-post-header__share-link:focus-visible {
  background: var(--secondary-dark);
  color: var(--contrastColorInverted);
}
body.single-post .post-meta, body.single-case-studies .post-meta {
  max-width: var(--maxWidthBig);
  margin: 0 auto 30px;
  margin: 0 auto 1.6666666667rem;
}
@media (max-width: 1534.08px) {
  body.single-post .post-meta, body.single-case-studies .post-meta {
    width: var(--baseWidth);
  }
}
body.single-post .post-meta .post-meta-inner, body.single-case-studies .post-meta .post-meta-inner {
  background: var(--lightGray);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.single-post .post-meta .post-meta-inner, body.single-case-studies .post-meta .post-meta-inner {
    gap: 10px;
    justify-content: space-around;
  }
}
body.single-post .post-meta .post-meta-inner .post-categories, body.single-case-studies .post-meta .post-meta-inner .post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.single-post .post-meta .post-meta-inner .post-categories a, body.single-case-studies .post-meta .post-meta-inner .post-categories a {
  padding: 5px 10px;
  background: var(--second-color);
  color: var(--contrastColorInverted);
  border-radius: 5px;
}
body.single-post .post-author, body.single-case-studies .post-author {
  max-width: var(--maxWidthBig);
  margin: clamp(2.2222222222rem, 1.3213213213rem + 5.0675675676vw, 5.5555555556rem) auto;
}
@media (max-width: 1534.08px) {
  body.single-post .post-author, body.single-case-studies .post-author {
    width: var(--baseWidth);
  }
}
body.single-post .post-author .post-author-inner, body.single-case-studies .post-author .post-author-inner {
  padding: 40px;
  border: 3px solid var(--lightGray);
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  body.single-post .post-author .post-author-inner, body.single-case-studies .post-author .post-author-inner {
    flex-direction: column;
  }
}
body.single-post .post-author .post-author-inner .left, body.single-case-studies .post-author .post-author-inner .left {
  flex-basis: 128px;
}
body.single-post .post-author .post-author-inner .left .post-author-image, body.single-case-studies .post-author .post-author-inner .left .post-author-image {
  width: clamp(3.5555555556rem, 2.5945945946rem + 5.4054054054vw, 7.1111111111rem);
  height: clamp(3.5555555556rem, 2.5945945946rem + 5.4054054054vw, 7.1111111111rem);
  border-radius: 50%;
  overflow: hidden;
}
body.single-post .post-author .post-author-inner .left .post-author-image img, body.single-case-studies .post-author .post-author-inner .left .post-author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single-post .post-author .post-author-inner .left .post-author-image.no-image, body.single-case-studies .post-author .post-author-inner .left .post-author-image.no-image {
  background: #ddd;
}
body.single-post .post-author .post-author-inner .right, body.single-case-studies .post-author .post-author-inner .right {
  flex-basis: calc(100% - 128px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.single-post .post-author .post-author-inner .right .info, body.single-case-studies .post-author .post-author-inner .right .info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
body.single-post .post-author .post-author-inner .right .info .author, body.single-case-studies .post-author .post-author-inner .right .info .author {
  display: flex;
  flex-direction: column;
}
body.single-post .post-author .post-author-inner .right .info a, body.single-case-studies .post-author .post-author-inner .right .info a {
  margin: 0;
}
body.single-post .post-author .post-author-inner .right .post-author-name, body.single-case-studies .post-author .post-author-inner .right .post-author-name {
  font-size: clamp(0.8888888889rem, 0.7687687688rem + 0.6756756757vw, 1.3333333333rem);
  font-weight: bold;
}
body.single-post .post-author .post-author-inner .right .post-author-name a, body.single-case-studies .post-author .post-author-inner .right .post-author-name a {
  color: inherit;
  text-decoration: none;
}
body.single-post .post-author .post-author-inner .right .post-author-name a:hover, body.single-post .post-author .post-author-inner .right .post-author-name a:focus-visible, body.single-case-studies .post-author .post-author-inner .right .post-author-name a:hover, body.single-case-studies .post-author .post-author-inner .right .post-author-name a:focus-visible {
  opacity: 0.8;
}
body.single-post .post-author .post-author-inner .right .post-author-position, body.single-case-studies .post-author .post-author-inner .right .post-author-position {
  color: var(--fontColor);
}
body.single-post .post-author .post-author-inner .right .post-author-description, body.single-case-studies .post-author .post-author-inner .right .post-author-description {
  color: var(--fontColor);
}
body.single-post .c-related-posts, body.single-case-studies .c-related-posts {
  margin-top: clamp(2.2222222222rem, 1.6216216216rem + 3.3783783784vw, 4.4444444444rem);
}
body.single-post .c-related-posts__title, body.single-case-studies .c-related-posts__title {
  margin: 0 0 clamp(1.3333333333rem, 1.0930930931rem + 1.3513513514vw, 2.2222222222rem);
}
body.single-post .c-related-posts.px-news, body.single-case-studies .c-related-posts.px-news {
  width: 100%;
  margin: clamp(2.2222222222rem, 1.6216216216rem + 3.3783783784vw, 4.4444444444rem) 0 0;
}

body.single-post .c-post-header__title h1 {
  font-size: 1.75rem;
}
body.single-post .entry-content h2 {
  font-size: 1.25rem;
}
body.single-post .entry-content h3 {
  font-size: 1.125rem;
}
body.single-post .entry-content h4 {
  font-size: 1rem;
}
body.single-post .entry-content h5,
body.single-post .entry-content h6 {
  font-size: 0.9375rem;
}

body.single-case-studies .c-case-study.item {
  display: flex;
  flex-direction: column;
  gap: clamp(2.2222222222rem, 1.6216216216rem + 3.3783783784vw, 4.4444444444rem);
}
body.single-case-studies .c-case-study-header__title {
  font-size: clamp(1.5555555556rem, 1.4804804805rem + 0.4222972973vw, 1.8333333333rem);
}
body.single-case-studies .c-case-study__content h2,
body.single-case-studies .c-case-study__content h3,
body.single-case-studies .c-case-study__content h4,
body.single-case-studies .c-case-study__content h5 {
  font-size: clamp(1.3333333333rem, 1.2432432432rem + 0.5067567568vw, 1.6666666667rem);
}
body.single-case-studies .c-case-study__layout {
  display: block;
  width: 100%;
}
body.single-case-studies .c-case-study__layout::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  body.single-case-studies .c-case-study__layout {
    display: flex;
    flex-direction: column;
    gap: clamp(1.3333333333rem, 1.0930930931rem + 1.3513513514vw, 2.2222222222rem);
  }
}
body.single-case-studies .c-case-study__content {
  min-width: 0;
}
@media (max-width: 768px) {
  body.single-case-studies .c-case-study__content {
    order: 1;
  }
}
body.single-case-studies .c-case-study-sidebar {
  float: right;
  width: 330px;
  max-width: 330px;
  margin: 0 0 clamp(1.3333333333rem, 1.0930930931rem + 1.3513513514vw, 2.2222222222rem) clamp(1.3333333333rem, 1.0930930931rem + 1.3513513514vw, 2.2222222222rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1.1111111111rem, 0.990990991rem + 0.6756756757vw, 1.5555555556rem);
}
@media (max-width: 768px) {
  body.single-case-studies .c-case-study-sidebar {
    float: none;
    order: 2;
    max-width: none;
    width: 100%;
    margin: 0;
  }
}
body.single-case-studies .c-case-study-sidebar .c-post-header__share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: clamp(0.8888888889rem, 0.8288288288rem + 0.3378378378vw, 1.1111111111rem);
}
body.single-case-studies .c-case-study-meta {
  display: flex;
  flex-direction: column;
  gap: clamp(1.1111111111rem, 0.990990991rem + 0.6756756757vw, 1.5555555556rem);
  width: 100%;
}
body.single-case-studies .c-case-study-meta__logo img {
  display: block;
  width: auto;
  max-width: 140px;
  height: auto;
}
body.single-case-studies .c-case-study-steckbrief {
  background: #f0f7fb;
  border-radius: var(--baseBorderRadius);
  padding: clamp(1.3333333333rem, 1.1531531532rem + 1.0135135135vw, 2rem);
}
body.single-case-studies .c-case-study-steckbrief__title {
  margin: 0 0 clamp(0.8888888889rem, 0.7687687688rem + 0.6756756757vw, 1.3333333333rem);
  font-size: clamp(1rem, 0.9399399399rem + 0.3378378378vw, 1.2222222222rem);
  font-weight: 700;
  color: #334155;
  line-height: 1.2;
}
body.single-case-studies .c-case-study-steckbrief__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
body.single-case-studies .c-case-study-steckbrief__separator {
  border: 0;
  border-top: 1px solid #cbd5e1;
  margin: clamp(0.8888888889rem, 0.8288288288rem + 0.3378378378vw, 1.1111111111rem) 0;
}
body.single-case-studies .c-case-study-steckbrief__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.single-case-studies .c-case-study-steckbrief__label {
  font-size: clamp(0.8888888889rem, 0.8588588589rem + 0.1689189189vw, 1rem);
  font-weight: 700;
  color: #707a8a;
  line-height: 1.2;
}
body.single-case-studies .c-case-study-steckbrief__value {
  font-size: clamp(0.7777777778rem, 0.7477477477rem + 0.1689189189vw, 0.8888888889rem);
  font-weight: 400;
  color: #334155;
  line-height: 1.4;
  text-align: right;
}
.c-case-study-steckbrief__section body.single-case-studies .c-case-study-steckbrief__value {
  text-align: left;
}

BODY.blog #allcont[data-background-meshes=true] .background-meshes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
BODY.blog #allcont[data-background-meshes=true] .background-meshes .mesh {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
BODY.blog #allcont[data-background-meshes=true] .background-meshes .mesh-center-top {
  top: 0;
  left: 0;
  width: 1331px;
  height: 662px;
  transform: translateX(-40%);
}
BODY.blog #allcont[data-background-meshes=true] .background-meshes .mesh-right-top {
  top: 0;
  right: 0;
  width: 301px;
  height: 645px;
}
BODY.blog #allcont[data-background-meshes=true] .background-meshes .mesh-left-bottom {
  bottom: 0;
  left: -25px;
  width: 576px;
  height: 818px;
  background-position: left bottom;
}
BODY.blog #allcont[data-background-meshes=true] > .cont {
  position: relative;
  z-index: 2;
}

BODY.single-post .allcont > .cont,
BODY.single-case-studies .allcont > .cont,
body.author .allcont > .cont {
  position: relative;
}
BODY.single-post .allcont > .cont::before, BODY.single-post .allcont > .cont::after,
BODY.single-case-studies .allcont > .cont::before,
BODY.single-case-studies .allcont > .cont::after,
body.author .allcont > .cont::before,
body.author .allcont > .cont::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  opacity: 0.55;
}
BODY.single-post .allcont > .cont::before,
BODY.single-case-studies .allcont > .cont::before,
body.author .allcont > .cont::before {
  left: -100px;
  background-position: left bottom;
  background-image: url("../blockstudio/frame-layout/img/mesh-left-bottom.svg");
}
BODY.single-post .allcont > .cont::after,
BODY.single-case-studies .allcont > .cont::after,
body.author .allcont > .cont::after {
  background-position: right top;
  background-image: url("../blockstudio/frame-layout/img/mesh-right-top.svg");
}
BODY.single-post .allcont > .cont > .item,
BODY.single-case-studies .allcont > .cont > .item,
body.author .allcont > .cont > .item {
  position: relative;
  z-index: 1;
}

BODY.single-post .allcont .cont > .item, BODY.single-case-studies .allcont .cont > .item {
  margin-top: 0;
  margin-bottom: 0;
  padding: clamp(1.1111111111rem, 0.6606606607rem + 2.5337837838vw, 2.7777777778rem);
  border-radius: var(--baseBorderRadiusBig);
  background: var(--glasslook);
  box-shadow: var(--boxShadow);
  border: 1px solid var(--contrastColorInverted);
}
BODY.single-post .allcont .cont > .item .entry-content, BODY.single-case-studies .allcont .cont > .item .entry-content {
  margin-top: 0;
}

BODY.blog .allcont .cont > .item, BODY.single-case-studies .allcont .cont > .item {
  flex-direction: column;
}

BODY.single-case-studies .c-post-header__share {
  border-top: none;
}
BODY.single-case-studies #site .allcont .item .entry-content {
  margin-top: 0;
}
BODY.single-case-studies p + .wp-block-image {
  margin-top: var(--fl-margin-before-extra-small);
}

BODY.single.single-case-studies header > :last-child {
  margin-bottom: 0;
}

body.author .c-author-archive__hero {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 clamp(1.7777777778rem, 1.0570570571rem + 4.0540540541vw, 4.4444444444rem);
  text-align: center;
}
body.author .c-author-archive__hero-inner {
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin: 0 auto;
}
body.author .c-author-archive__name {
  margin: 0 0 clamp(0.8888888889rem, 0.7687687688rem + 0.6756756757vw, 1.3333333333rem);
  color: var(--primary-dark);
}
body.author .c-author-archive__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.author .c-author-archive__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--main-color);
  color: var(--contrastColorInverted);
  transition: var(--baseTransition);
}
body.author .c-author-archive__social-link img,
body.author .c-author-archive__social-link svg {
  display: block;
  width: 30px;
  height: 30px;
}
body.author .c-author-archive__social-link:hover, body.author .c-author-archive__social-link:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
}
body.author .c-author-archive__profile {
  margin-bottom: clamp(2.2222222222rem, 1.6216216216rem + 3.3783783784vw, 4.4444444444rem);
}
body.author .c-author-archive__profile-inner {
  display: grid;
  grid-template-columns: 2fr 4fr;
  gap: clamp(1.3333333333rem, 0.7327327327rem + 3.3783783784vw, 3.5555555556rem);
  align-items: start;
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.author .c-author-archive__profile-inner {
    grid-template-columns: 1fr;
  }
}
body.author .c-author-archive__avatar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}
body.author .c-author-archive__avatar::after {
  position: absolute;
  inset: 18% 8% auto;
  width: 84%;
  aspect-ratio: 1/1;
  background: url("../blockstudio/frame-layout/img/rounded-shape.svg") center/contain no-repeat;
  z-index: 0;
}
body.author .c-author-archive__avatar img {
  position: relative;
  z-index: 1;
  width: clamp(10rem, 7.4474474474rem + 14.3581081081vw, 19.4444444444rem);
  height: clamp(10rem, 7.4474474474rem + 14.3581081081vw, 19.4444444444rem);
  border-radius: 0 var(--baseBorderRadiusBig) var(--baseBorderRadiusBig) var(--baseBorderRadiusBig);
  object-fit: cover;
}
body.author .c-author-archive__position {
  margin: 0 0 clamp(0.8888888889rem, 0.7687687688rem + 0.6756756757vw, 1.3333333333rem);
  font-size: clamp(1rem, 0.9099099099rem + 0.5067567568vw, 1.3333333333rem);
  font-weight: 700;
  color: var(--main-color);
  line-height: 1.4;
}
body.author .c-author-archive__bio {
  color: var(--fontColor);
}
body.author .c-author-archive__bio > :first-child {
  margin-top: 0;
}
body.author .c-author-archive__bio > :last-child {
  margin-bottom: 0;
}
body.author .c-author-archive__additional-text {
  margin-bottom: clamp(2.2222222222rem, 1.6216216216rem + 3.3783783784vw, 4.4444444444rem);
}
body.author .c-author-archive__additional-text-inner {
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin: 0 auto;
  color: var(--fontColor);
}
body.author .c-author-archive__additional-text-inner > :first-child {
  margin-top: 0;
}
body.author .c-author-archive__additional-text-inner > :last-child {
  margin-bottom: 0;
}
body.author .c-author-archive__certifications {
  margin-bottom: clamp(2.2222222222rem, 1.6216216216rem + 3.3783783784vw, 4.4444444444rem);
}
body.author .c-author-archive__certifications-inner {
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin: 0 auto;
}
body.author .c-author-archive__certifications-title {
  margin: 0 0 clamp(1.1111111111rem, 0.9309309309rem + 1.0135135135vw, 1.7777777778rem);
  color: var(--main-color);
}
body.author .c-author-archive__certifications-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.author .c-author-archive__certification {
  --certification-card-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--certification-card-width);
  padding: 20px;
  border-radius: 20px 20px 20px 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 640px) {
  body.author .c-author-archive__certification {
    --certification-card-width: 140px;
    padding: 16px;
  }
}
@media (max-width: 450px) {
  body.author .c-author-archive__certification {
    --certification-card-width: 120px;
    padding: 14px;
  }
}
body.author .c-author-archive__certification-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 90px;
  height: 90px;
}
@media (max-width: 640px) {
  body.author .c-author-archive__certification-image {
    max-width: 70px;
    height: 70px;
  }
}
@media (max-width: 450px) {
  body.author .c-author-archive__certification-image {
    max-width: 60px;
    height: 60px;
  }
}
body.author .c-author-archive__certification-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.author .c-author-archive__posts {
  width: 100%;
  margin: 0;
}
body.author .c-author-archive__posts .news-inner {
  width: var(--baseWidth);
}
body.author .c-author-archive__posts-title {
  margin: 0 0 clamp(1.3333333333rem, 1.0930930931rem + 1.3513513514vw, 2.2222222222rem);
}

/******************
* HPH Animation JS *
*******************/
html.js {
  /***********
  * bounceIn *
  ************/
  /****************
  * bounceInRight *
  ****************/
  /******************
  * Bounce in left *
  *******************/
  /******************
  * Bounce in up *
  *******************/
  /******************
  * Bounce in down *
  *******************/
  /**********
  * Fade In *
  **********/
  /*********************
  * fadeInUp
  *********************/
  /*********************
  * fadeInDown
  *********************/
  /*********************
  * fadeInRight
  *********************/
  /*********************
  * fadeInLeft
  *********************/
}
html.js .animate:not(.animate-parent) {
  animation-duration: 1s;
  animation-fill-mode: both;
}
html.js .animate.animate-parent .col {
  animation-duration: 1s;
  animation-fill-mode: both;
}
html.js .bounceIn:not(.animate-parent),
html.js .bounceInRight:not(.animate-parent),
html.js .bounceInLeft:not(.animate-parent),
html.js .bounceInUp:not(.animate-parent),
html.js .bounceInDown:not(.animate-parent),
html.js .fadeIn:not(.animate-parent),
html.js .fadeInRight:not(.animate-parent),
html.js .fadeInLeft:not(.animate-parent),
html.js .fadeInUp:not(.animate-parent),
html.js .fadeInDown:not(.animate-parent) {
  opacity: 0;
  transform: none;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
html.js .bounceIn.go:not(.animate-parent) {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
html.js .animate-parent.bounceIn .col {
  opacity: 0;
}
html.js .animate-parent.bounceIn .col.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(250px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .bounceInRight.go:not(.animate-parent) {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
html.js .animate-parent.bounceInRight .col {
  opacity: 0;
}
html.js .animate-parent.bounceInRight .col.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-250px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .bounceInLeft.go:not(.animate-parent) {
  animation-name: bounceInLeft;
}
html.js .animate-parent.bounceInLeft .col {
  opacity: 0;
}
html.js .animate-parent.bounceInLeft .col.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(250px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .bounceInUp.go:not(.animate-parent) {
  animation-name: bounceInUp;
}
html.js .animate-parent.bounceInUp .col {
  opacity: 0;
}
html.js .animate-parent.bounceInUp .col.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-250px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .bounceInDown.go:not(.animate-parent) {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
html.js .animate-parent.bounceInDown .col {
  opacity: 0;
}
html.js .animate-parent.bounceInDown .col.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
html.js .fadeIn:not(.animate-parent) {
  transform: none;
}
html.js .fadeIn.go:not(.animate-parent) {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
html.js .animate-parent.fadeIn .col {
  opacity: 0;
}
html.js .animate-parent.fadeIn .col.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .fadeInUp:not(.animate-parent) {
  opacity: 0;
  transform: translateY(20px);
}
html.js .fadeInUp.go:not(.animate-parent) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
html.js .animate-parent.fadeInUp .col {
  opacity: 0;
  transform: translateY(20px);
}
html.js .animate-parent.fadeInUp .col.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.js .fadeInDown:not(.animate-parent) {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
html.js .fadeInDown.go:not(.animate-parent) {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
html.js .animate-parent.fadeInDown .col {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
html.js .animate-parent.fadeInDown .col.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .fadeInRight:not(.animate-parent) {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
html.js .fadeInRight.go:not(.animate-parent) {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
html.js .animate-parent.fadeInRight .col {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
html.js .animate-parent.fadeInRight .col.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
html.js .fadeInLeft:not(.animate-parent) {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
html.js .fadeInLeft.go:not(.animate-parent) {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
html.js .animate-parent.fadeInLeft .col {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
html.js .animate-parent.fadeInLeft .col.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/**********************************
* Video Play/Pause Controls (BFSG)
***********************************/
/*
 * Shared look for the play/pause toggle that is rendered next to every video
 * without native controls (see til_the_information_lab_video_controls()).
 * Blocks that place the buttons in a special spot only add positioning on top.
 */
.video-wrapper {
  position: relative;
}

/*
 * Stand-in for videos without a poster image: the sticky website logo from the
 * Kundeneinstellungen, centered on a transparent background instead of
 * stretched across the whole video the way a poster would be. It covers the video until
 * the first frame is there - #js/modules/video-controls.js takes it away then.
 */
.video-placeholder {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: var(--website-logo-sticky-image-url);
  background-repeat: no-repeat;
  background-position: center;
  background-size: clamp(70px, 18%, 130px) auto;
  transition: opacity 0.3s ease-in-out;
}
.video-placeholder.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.video-play-button,
.video-pause-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: var(--boxShadow);
  cursor: pointer;
}
.video-play-button img,
.video-pause-button img {
  display: block;
  width: 30px;
  height: 30px;
  pointer-events: none;
  filter: brightness(0) invert(1);
  transition: var(--baseTransition);
}
.video-play-button.is-hidden,
.video-pause-button.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.video-play-button:focus-visible,
.video-pause-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

*[data-margin-before=extra-small] {
  margin-top: var(--fl-margin-before-extra-small);
}

*[data-margin-before=small] {
  margin-top: var(--fl-margin-before-small);
}

*[data-margin-before=medium] {
  margin-top: var(--fl-margin-before-medium);
}

*[data-margin-before=large] {
  margin-top: var(--fl-margin-before-large);
}

*[data-margin-before=extra-large] {
  margin-top: var(--fl-margin-before-extra-large);
}

*[data-margin-after=extra-small] {
  margin-bottom: var(--fl-margin-after-extra-small);
}

*[data-margin-after=small] {
  margin-bottom: var(--fl-margin-after-small);
}

*[data-margin-after=medium] {
  margin-bottom: var(--fl-margin-after-medium);
}

*[data-margin-after=large] {
  margin-bottom: var(--fl-margin-after-large);
}

*[data-margin-after=extra-large] {
  margin-bottom: var(--fl-margin-after-extra-large);
}

:root {
  --is-style-gap-small: 30px;
  --is-style-gap-large: 214px;
  --is-style-gap-default: 150px;
}

.wp-block-buttons.is-vertical {
  gap: 20px;
}

.wp-block-columns.is-layout-flex.is-style-gap-small {
  gap: 30px !important;
}

.wp-block-columns.is-layout-flex.is-style-gap-large {
  gap: clamp(1.6666666667rem, -1.0960960961rem + 15.5405405405vw, 11.8888888889rem) !important;
}
@media (max-width: 1024px) {
  .wp-block-columns.is-layout-flex.is-style-gap-large {
    gap: 30px !important;
  }
}

.wp-block-columns.is-layout-flex.is-style-gap-medium {
  gap: clamp(1.6666666667rem, 0.6156156156rem + 5.9121621622vw, 5.5555555556rem) !important;
}
@media (max-width: 1024px) {
  .wp-block-columns.is-layout-flex.is-style-gap-medium {
    gap: 30px !important;
  }
}

.wp-block-columns.is-layout-flex.is-style-space-between {
  column-gap: 50px !important;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  .wp-block-columns.is-layout-flex.is-style-space-between {
    flex-direction: column;
    row-gap: 40px !important;
  }
  .wp-block-columns.is-layout-flex.is-style-space-between .wp-block-column {
    flex-basis: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  body .wp-block-columns {
    flex-wrap: wrap !important;
  }
  body .wp-block-column {
    min-width: 100%;
  }
}

.wp-block-columns:has(> .wp-block-column:nth-child(2) > .px-videoplayer:only-child) .wp-block-column:first-child {
  padding-block: 40px;
}
.wp-block-columns:has(> .wp-block-column:nth-child(2) > .px-videoplayer:only-child) .wp-block-column:has(> .px-videoplayer:only-child) {
  align-self: stretch;
}
.wp-block-columns:has(> .wp-block-column:nth-child(2) > .px-videoplayer:only-child) .wp-block-column:has(> .px-videoplayer:only-child) *:not(button) {
  height: 100%;
}
.wp-block-columns:has(> .wp-block-column:nth-child(2) > .px-videoplayer:only-child) .wp-block-column:has(> .px-videoplayer:only-child) video {
  object-fit: cover;
  background-color: lightgrey;
}
@media only screen and (max-width: 1024px) {
  .wp-block-columns:has(> .wp-block-column:nth-child(2) > .px-videoplayer:only-child) {
    flex-direction: column;
  }
  .wp-block-columns:has(> .wp-block-column:nth-child(2) > .px-videoplayer:only-child) .wp-block-column {
    width: 100%;
  }
  .wp-block-columns:has(> .wp-block-column:nth-child(2) > .px-videoplayer:only-child) .wp-block-column:not(:has(> .px-videoplayer:only-child)) {
    order: 2;
    padding-block: 0;
  }
}

.wp-block-columns:has(> .wp-block-column:first-child > .px-videoplayer:only-child) .wp-block-column:nth-child(2) {
  padding-block: 0;
}
.wp-block-columns:has(> .wp-block-column:first-child > .px-videoplayer:only-child) .wp-block-column:has(> .px-videoplayer:only-child) {
  align-self: stretch;
}
.wp-block-columns:has(> .wp-block-column:first-child > .px-videoplayer:only-child) .wp-block-column:has(> .px-videoplayer:only-child) *:not(button) {
  height: 100%;
}
.wp-block-columns:has(> .wp-block-column:first-child > .px-videoplayer:only-child) .wp-block-column:has(> .px-videoplayer:only-child) video {
  object-fit: cover;
  background-color: lightgrey;
}
@media only screen and (max-width: 1024px) {
  .wp-block-columns:has(> .wp-block-column:first-child > .px-videoplayer:only-child) {
    flex-direction: column;
  }
  .wp-block-columns:has(> .wp-block-column:first-child > .px-videoplayer:only-child) .wp-block-column {
    width: 100%;
  }
  .wp-block-columns:has(> .wp-block-column:first-child > .px-videoplayer:only-child) .wp-block-column:not(:has(> .px-videoplayer:only-child)) {
    order: 2;
  }
}

ul.wp-block-list li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
ul.wp-block-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--contrastColor);
}
ul.wp-block-list.is-style-rounded-checklist li {
  padding-left: clamp(2.7777777778rem, 2.3273273273rem + 2.5337837838vw, 4.4444444444rem);
  line-height: 1.56;
}
ul.wp-block-list.is-style-rounded-checklist li:not(:last-child) {
  margin-bottom: 30px;
}
ul.wp-block-list.is-style-rounded-checklist li strong {
  display: inline-block;
  margin-bottom: 10px;
  margin-block: 4px 10px;
}
ul.wp-block-list.is-style-rounded-checklist li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -11px;
  width: clamp(2.2222222222rem, 2.0720720721rem + 0.8445945946vw, 2.7777777778rem);
  height: clamp(2.2222222222rem, 2.0720720721rem + 0.8445945946vw, 2.7777777778rem);
  background-image: url(../img/rounded-checklist.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}

ol.wp-block-list {
  counter-reset: index;
}
ol.wp-block-list > li {
  counter-reset: index_sub;
  position: relative;
  padding-left: 25px;
  margin: 10px 0;
}
ol.wp-block-list > li:before {
  counter-increment: index;
  content: counter(index) ".";
  position: absolute;
  left: 0;
  top: 0;
}
ol.wp-block-list > li:before li:before {
  counter-increment: index_sub;
  content: counter(index_sub) ".";
}

hr.wp-block-separator {
  border: none;
  background: var(--main-color);
  width: 20%;
  max-width: var(--maxWidthBig);
  margin-top: clamp(1.1111111111rem, 0.6606606607rem + 2.5337837838vw, 2.7777777778rem);
  margin-bottom: clamp(1.1111111111rem, 0.6606606607rem + 2.5337837838vw, 2.7777777778rem);
  max-width: var(--maxWidthBig);
  margin-right: auto;
  margin-left: auto;
}
hr.wp-block-separator.is-style-wide {
  width: 60%;
}

p.is-style-text-with-left-margin {
  max-width: 570px;
  margin-left: clamp(0rem, -2.2522522523rem + 12.6689189189vw, 8.3333333333rem);
}

.wp-block-image.is-style-rounded img {
  border-radius: 0 var(--baseBorderRadiusBig) var(--baseBorderRadiusBig) var(--baseBorderRadiusBig);
}

.wp-block-image.is-style-rounded-100 {
  height: 100%;
}
.wp-block-image.is-style-rounded-100 img {
  border-radius: 0 var(--baseBorderRadiusBig) var(--baseBorderRadiusBig) var(--baseBorderRadiusBig);
  height: 100% !important;
  object-fit: cover;
}

.is-style-subheadline {
  font-size: clamp(1rem, 0.9399399399rem + 0.3378378378vw, 1.2222222222rem);
  font-weight: 400;
  line-height: 1.45;
}

header.head {
  position: fixed;
  top: 0;
  width: 100%;
  margin-inline: auto;
  z-index: 99;
  background: transparent;
}
header.head .inner {
  width: var(--baseWidth);
  max-width: var(--maxWidthBig);
  margin: 40px auto 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backface-visibility: hidden;
  gap: 0 15px;
  transition: var(--baseTransition);
}
header.head .inner #logo {
  transition: var(--baseTransition);
  background-image: var(--website-logo-image-url);
  background-repeat: no-repeat;
  background-size: contain;
  width: 185px;
  aspect-ratio: 37/15;
  backface-visibility: hidden;
}
@media only screen and (max-width: 1600px) {
  header.head .inner #logo {
    width: 170px;
  }
}
@media only screen and (max-width: 1570px) {
  header.head .inner #logo {
    width: 115px;
  }
}
@media only screen and (max-width: 1250px) {
  header.head .inner #logo {
    width: clamp(6.3888888889rem, 5.1126126126rem + 7.1790540541vw, 11.1111111111rem);
  }
}
header.head .inner #logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header.head .inner #logo span {
  display: none;
}
@media only screen and (max-width: 1250px) {
  header.head .inner .nav-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
  }
}
header.head .inner .contact-link {
  margin-top: 10px;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  color: var(--contrastColorInverted);
  border-radius: 0 15px 15px 10px;
  background-color: var(--secondary-light);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
  transition: var(--baseTransition);
}
header.head .inner .contact-link span {
  font-family: "Nunito Sans";
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 1570px) {
  header.head .inner .contact-link {
    padding: 12px 10px;
  }
  header.head .inner .contact-link span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1250px) {
  header.head .inner .contact-link {
    padding: 12px 25px;
    margin-top: 0;
  }
  header.head .inner .contact-link span {
    font-size: 17px;
  }
}
header.head .inner .contact-link .contact-icon--bubble {
  display: none;
  flex-shrink: 0;
}
@media only screen and (max-width: 450px) {
  header.head .inner .contact-link {
    padding: 12px 25px;
  }
  header.head .inner .contact-link span {
    display: none;
  }
  header.head .inner .contact-link .contact-icon--arrow {
    display: none;
  }
  header.head .inner .contact-link .contact-icon--bubble {
    display: block;
  }
}
header.head .inner .contact-link:hover {
  border-radius: 15px 15px 15px 10px;
  background-color: var(--secondary-dark);
}
header.head .inner .contact-link.mobile {
  display: none;
}
@media only screen and (max-width: 1250px) {
  header.head .inner .contact-link.mobile {
    display: inline-flex;
  }
}
header.head .inner .contact-link.desktop {
  display: inline-flex;
}
@media only screen and (max-width: 1250px) {
  header.head .inner .contact-link.desktop {
    display: none;
  }
}
@media only screen and (min-width: 1251px) {
  header.head #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  header.head #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  header.head #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  header.head #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu {
    top: 135px;
  }
}
header.head div#page-scroll-position {
  height: 5px;
  width: 100%;
  display: block;
  background: var(--formBorderColor);
  position: absolute;
  top: 100%;
  transition: width 0.1s;
}
header.head div#page-scroll-position #indicator-bar {
  height: 100%;
  width: 0;
  display: block;
  background: var(--main-color);
}
header.head.is-sticky > .inner, .page-template-page-whitemenu header.head > .inner {
  border-radius: 0 20px 20px 20px;
  padding: 10px 20px 10px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
  margin: 20px auto 0;
}
@media only screen and (min-width: 1251px) {
  header.head.is-sticky #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  header.head.is-sticky #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  header.head.is-sticky #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  header.head.is-sticky #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu, .page-template-page-whitemenu header.head #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  .page-template-page-whitemenu header.head #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  .page-template-page-whitemenu header.head #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  .page-template-page-whitemenu header.head #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu {
    top: 130px;
  }
}
header.head.is-scrolled > .inner #logo {
  background-image: var(--website-logo-sticky-image-url);
  width: 50px;
  height: 55px;
  margin-block: 7px;
}
@media only screen and (max-width: 640px) {
  header.head.is-scrolled > .inner #logo {
    height: 35px;
    margin: 0;
  }
}

BODY:not(:has(.banner.large-height)) .cont {
  margin-top: clamp(5.5555555556rem, 4.8198198198rem + 4.1385135135vw, 8.2777777778rem);
}

aside.sidebar.fixed .stickyElement {
  max-width: 320px;
}
aside.sidebar.fixed .stickyElement .option.wysiwyg {
  font-size: 14px;
}
aside.sidebar.fixed .stickyElement .option.wysiwyg p {
  margin-top: 10px !important;
}

aside.sidebar.fixed:has(.til-stoerer-aside) {
  gap: 20px;
  align-items: flex-end;
}

aside.sidebar.fixed .til-stoerer-aside {
  position: relative;
  top: auto;
  right: auto;
  z-index: auto;
  flex-shrink: 0;
}

aside.sidebar.fixed,
aside.til-stoerer-aside {
  gap: 14px;
}
aside.sidebar.fixed .til-stoerer,
aside.til-stoerer-aside .til-stoerer {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  aspect-ratio: 1/1;
  max-width: min(420px, 100vw - 32px);
  padding: 10px;
  border-radius: 15px 0 15px 15px;
  background: var(--main-color);
  box-shadow: 0 15px 60px 0 rgba(160, 0, 90, 0.3);
  overflow: hidden;
  transition: width 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}
aside.sidebar.fixed .til-stoerer__close,
aside.til-stoerer-aside .til-stoerer__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--fontColor);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: var(--baseTransition);
  z-index: 3;
}
aside.sidebar.fixed .til-stoerer__close span,
aside.til-stoerer-aside .til-stoerer__close span {
  line-height: 1;
  font-size: 20px;
}
aside.sidebar.fixed .til-stoerer__collapsed,
aside.til-stoerer-aside .til-stoerer__collapsed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}
aside.sidebar.fixed .til-stoerer__icon,
aside.til-stoerer-aside .til-stoerer__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
aside.sidebar.fixed .til-stoerer__icon img,
aside.til-stoerer-aside .til-stoerer__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
aside.sidebar.fixed .til-stoerer__expanded,
aside.til-stoerer-aside .til-stoerer__expanded {
  width: 0;
  max-width: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
aside.sidebar.fixed .til-stoerer__link,
aside.til-stoerer-aside .til-stoerer__link {
  display: flex;
  align-items: stretch;
  gap: 18px;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}
aside.sidebar.fixed .til-stoerer__link--static,
aside.til-stoerer-aside .til-stoerer__link--static {
  cursor: default;
}
aside.sidebar.fixed .til-stoerer__image,
aside.til-stoerer-aside .til-stoerer__image {
  flex: 0 0 152px;
  width: 152px;
  min-height: 180px;
  border-radius: 15px 0 15px 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
aside.sidebar.fixed .til-stoerer__image img,
aside.til-stoerer-aside .til-stoerer__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
aside.sidebar.fixed .til-stoerer__content,
aside.til-stoerer-aside .til-stoerer__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 8px 10px 8px 0;
}
aside.sidebar.fixed .til-stoerer__date,
aside.til-stoerer-aside .til-stoerer__date {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
aside.sidebar.fixed .til-stoerer__title,
aside.til-stoerer-aside .til-stoerer__title {
  margin: 0 0 16px;
  line-height: 1.25;
  font-size: clamp(1.3333333333rem, 1.2432432432rem + 0.5067567568vw, 1.6666666667rem);
  font-family: var(--headline);
  font-weight: 500;
}
aside.sidebar.fixed .til-stoerer__excerpt,
aside.til-stoerer-aside .til-stoerer__excerpt {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 22px;
}
aside.sidebar.fixed .til-stoerer__excerpt p:first-child,
aside.til-stoerer-aside .til-stoerer__excerpt p:first-child {
  margin-top: 0;
}
aside.sidebar.fixed .til-stoerer__excerpt p:last-child,
aside.til-stoerer-aside .til-stoerer__excerpt p:last-child {
  margin-bottom: 0;
}
aside.sidebar.fixed .til-stoerer__button,
aside.til-stoerer-aside .til-stoerer__button {
  margin-top: auto;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15) inset;
  min-width: 50px;
  height: 50px;
  overflow: hidden;
  transition: var(--baseTransition);
}
aside.sidebar.fixed .til-stoerer__button-text,
aside.til-stoerer-aside .til-stoerer__button-text {
  display: block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  color: var(--fontColor);
  font-size: 17px;
  font-weight: 700;
  opacity: 0;
  transition: var(--baseTransition);
}
aside.sidebar.fixed .til-stoerer__button-icon,
aside.til-stoerer-aside .til-stoerer__button-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  filter: brightness(0);
}
aside.sidebar.fixed .til-stoerer:not(.is-dismissed):hover, aside.sidebar.fixed .til-stoerer:not(.is-dismissed):focus-within, aside.sidebar.fixed .til-stoerer.is-auto-open, aside.sidebar.fixed .til-stoerer.is-open,
aside.til-stoerer-aside .til-stoerer:not(.is-dismissed):hover,
aside.til-stoerer-aside .til-stoerer:not(.is-dismissed):focus-within,
aside.til-stoerer-aside .til-stoerer.is-auto-open,
aside.til-stoerer-aside .til-stoerer.is-open {
  width: min(560px, 100vw - 32px);
  aspect-ratio: auto;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--contrastColorInverted);
  box-shadow: var(--boxShadow);
  justify-content: space-between;
}
aside.sidebar.fixed .til-stoerer:not(.is-dismissed):hover .til-stoerer__close, aside.sidebar.fixed .til-stoerer:not(.is-dismissed):focus-within .til-stoerer__close, aside.sidebar.fixed .til-stoerer.is-auto-open .til-stoerer__close, aside.sidebar.fixed .til-stoerer.is-open .til-stoerer__close,
aside.til-stoerer-aside .til-stoerer:not(.is-dismissed):hover .til-stoerer__close,
aside.til-stoerer-aside .til-stoerer:not(.is-dismissed):focus-within .til-stoerer__close,
aside.til-stoerer-aside .til-stoerer.is-auto-open .til-stoerer__close,
aside.til-stoerer-aside .til-stoerer.is-open .til-stoerer__close {
  opacity: 1;
  pointer-events: auto;
}
aside.sidebar.fixed .til-stoerer:not(.is-dismissed):hover .til-stoerer__collapsed, aside.sidebar.fixed .til-stoerer:not(.is-dismissed):focus-within .til-stoerer__collapsed, aside.sidebar.fixed .til-stoerer.is-auto-open .til-stoerer__collapsed, aside.sidebar.fixed .til-stoerer.is-open .til-stoerer__collapsed,
aside.til-stoerer-aside .til-stoerer:not(.is-dismissed):hover .til-stoerer__collapsed,
aside.til-stoerer-aside .til-stoerer:not(.is-dismissed):focus-within .til-stoerer__collapsed,
aside.til-stoerer-aside .til-stoerer.is-auto-open .til-stoerer__collapsed,
aside.til-stoerer-aside .til-stoerer.is-open .til-stoerer__collapsed {
  display: none;
}
aside.sidebar.fixed .til-stoerer:not(.is-dismissed):hover .til-stoerer__expanded, aside.sidebar.fixed .til-stoerer:not(.is-dismissed):focus-within .til-stoerer__expanded, aside.sidebar.fixed .til-stoerer.is-auto-open .til-stoerer__expanded, aside.sidebar.fixed .til-stoerer.is-open .til-stoerer__expanded,
aside.til-stoerer-aside .til-stoerer:not(.is-dismissed):hover .til-stoerer__expanded,
aside.til-stoerer-aside .til-stoerer:not(.is-dismissed):focus-within .til-stoerer__expanded,
aside.til-stoerer-aside .til-stoerer.is-auto-open .til-stoerer__expanded,
aside.til-stoerer-aside .til-stoerer.is-open .til-stoerer__expanded {
  width: auto;
  max-width: 100%;
  opacity: 1;
  pointer-events: auto;
}
aside.sidebar.fixed .til-stoerer:not(.is-dismissed):hover .til-stoerer__button, aside.sidebar.fixed .til-stoerer:not(.is-dismissed):focus-within .til-stoerer__button, aside.sidebar.fixed .til-stoerer.is-auto-open .til-stoerer__button, aside.sidebar.fixed .til-stoerer.is-open .til-stoerer__button,
aside.til-stoerer-aside .til-stoerer:not(.is-dismissed):hover .til-stoerer__button,
aside.til-stoerer-aside .til-stoerer:not(.is-dismissed):focus-within .til-stoerer__button,
aside.til-stoerer-aside .til-stoerer.is-auto-open .til-stoerer__button,
aside.til-stoerer-aside .til-stoerer.is-open .til-stoerer__button {
  width: auto;
  min-width: 50px;
  padding-left: 0;
  padding-right: 0;
}
aside.sidebar.fixed .til-stoerer:not(.is-dismissed):hover .til-stoerer__button-text, aside.sidebar.fixed .til-stoerer:not(.is-dismissed):focus-within .til-stoerer__button-text, aside.sidebar.fixed .til-stoerer.is-auto-open .til-stoerer__button-text, aside.sidebar.fixed .til-stoerer.is-open .til-stoerer__button-text,
aside.til-stoerer-aside .til-stoerer:not(.is-dismissed):hover .til-stoerer__button-text,
aside.til-stoerer-aside .til-stoerer:not(.is-dismissed):focus-within .til-stoerer__button-text,
aside.til-stoerer-aside .til-stoerer.is-auto-open .til-stoerer__button-text,
aside.til-stoerer-aside .til-stoerer.is-open .til-stoerer__button-text {
  max-width: 220px;
  opacity: 1;
  margin-left: 20px;
  margin-right: 20px;
}
aside.sidebar.fixed .til-stoerer.is-dismissed .til-stoerer__close,
aside.til-stoerer-aside .til-stoerer.is-dismissed .til-stoerer__close {
  opacity: 0;
  pointer-events: none;
}

aside.til-stoerer-aside {
  position: fixed;
  top: 50%;
  right: min(1%, 20px);
  z-index: 399;
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
  background: none;
  border: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  max-width: min(560px, 100vw - 32px);
  overflow: visible;
}
aside.til-stoerer-aside.is-placed-in-sidebar {
  position: relative;
  top: auto;
  right: auto;
  z-index: auto;
}
aside.til-stoerer-aside.is-standalone {
  position: fixed;
}
aside.til-stoerer-aside:not(.is-placed-in-sidebar):not(.is-standalone) {
  visibility: hidden;
}

/*
 * The closed tab shared by the Stoerer and the sticky side nav on mobile. Both
 * sit on the same screen edge, so every box property lives here once instead of
 * being written twice and drifting apart. Only the icon differs - it is content
 * the client sets per widget.
 */
@media only screen and (max-width: 768px) {
  /*
   * The BODY prefix only buys specificity - the sticky side nav stylesheet is
   * enqueued after main.css.
   */
  BODY aside.sidebar.fixed .stickyElement {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    aspect-ratio: 1/1;
    padding: 8px 4px 8px 8px;
    border-radius: 50px 0 0 50px;
    background: var(--secondary-light);
    box-shadow: 0 15px 60px 0 rgba(160, 0, 90, 0.3);
    overflow: hidden;
    flex-direction: row;
    gap: 0;
    padding: 4px;
  }
  BODY aside.sidebar.fixed .stickyElement .head .image {
    width: 34px;
    height: 34px;
  }
  BODY aside.sidebar.fixed .stickyElement:hover, BODY aside.sidebar.fixed .stickyElement:focus, BODY aside.sidebar.fixed .stickyElement:focus-within {
    width: auto;
    min-width: 0;
    min-height: 0;
    aspect-ratio: auto;
    overflow: visible;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border-radius: 20px;
  }
  BODY aside.sidebar.fixed .stickyElement:hover .head .image, BODY aside.sidebar.fixed .stickyElement:focus .head .image, BODY aside.sidebar.fixed .stickyElement:focus-within .head .image {
    width: 40px;
    height: 40px;
  }
  aside.til-stoerer-aside {
    right: 0;
    width: 44px;
    height: 44px;
    max-width: min(300px, 100vw - 20px);
  }
  /*
   * Both selectors, because stoerer.js moves the Stoerer into the sticky
   * sidebar whenever there is one. Written as "aside.til-stoerer-aside
   * .til-stoerer" alone, the desktop rule further up would outrank this one
   * for the sidebar placement and the tab would keep its 60px desktop shape
   * on phones.
   */
  aside.sidebar.fixed .til-stoerer,
  aside.til-stoerer-aside .til-stoerer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    aspect-ratio: 1/1;
    padding: 8px 4px 8px 8px;
    border-radius: 50px 0 0 50px;
    background: var(--secondary-light);
    box-shadow: 0 15px 60px 0 rgba(160, 0, 90, 0.3);
    overflow: hidden;
    top: auto;
    bottom: 0;
    right: 0;
  }
  aside.sidebar.fixed .til-stoerer__icon img,
  aside.til-stoerer-aside .til-stoerer__icon img {
    width: 20px;
    height: 20px;
  }
  aside.sidebar.fixed .til-stoerer__close,
  aside.til-stoerer-aside .til-stoerer__close {
    top: 8px;
    right: 8px;
  }
  aside.sidebar.fixed .til-stoerer,
  aside.til-stoerer-aside .til-stoerer {
    max-width: min(300px, 100vw - 20px);
  }
  aside.sidebar.fixed .til-stoerer:not(.is-dismissed):hover, aside.sidebar.fixed .til-stoerer:not(.is-dismissed):focus-within, aside.sidebar.fixed .til-stoerer.is-auto-open, aside.sidebar.fixed .til-stoerer.is-open,
  aside.til-stoerer-aside .til-stoerer:not(.is-dismissed):hover,
  aside.til-stoerer-aside .til-stoerer:not(.is-dismissed):focus-within,
  aside.til-stoerer-aside .til-stoerer.is-auto-open,
  aside.til-stoerer-aside .til-stoerer.is-open {
    width: min(360px, 100vw - 20px);
    border-radius: 20px;
    padding: 20px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
  aside.sidebar.fixed .til-stoerer__link,
  aside.til-stoerer-aside .til-stoerer__link {
    flex-direction: column;
  }
  aside.sidebar.fixed .til-stoerer__image,
  aside.til-stoerer-aside .til-stoerer__image {
    width: 100%;
    flex-basis: auto;
    min-height: unset;
    padding: 20px;
  }
  aside.sidebar.fixed .til-stoerer__content,
  aside.til-stoerer-aside .til-stoerer__content {
    padding: 0;
  }
}
@media only screen and (max-width: 1250px) {
  #masthead #mega-menu-wrap-primary,
  #masthead #mega-menu-wrap-unterseiten-menu {
    clear: both;
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle {
    background-color: transparent;
    background: transparent;
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::before,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::after,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::before,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::after {
    background-color: var(--main-color);
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-unterseiten-menu,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle + #mega-menu-primary,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle + #mega-menu-unterseiten-menu {
    max-height: calc(100dvh - 132px);
    overflow-y: auto;
    padding: 20px 40px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 112px;
    max-width: var(--maxWidthBig);
    border-radius: 0 20px 20px 20px;
    width: 92%;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(12.5px);
    border: 1px solid #FFF;
  }
  #masthead #mega-menu-wrap-primary .mega-toggle-block .mega-toggle-animated-inner,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-toggle-block .mega-toggle-animated-inner {
    background-color: var(--text-color);
  }
  #masthead #mega-menu-wrap-primary .mega-toggle-block .mega-toggle-animated-inner::before, #masthead #mega-menu-wrap-primary .mega-toggle-block .mega-toggle-animated-inner::after,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-toggle-block .mega-toggle-animated-inner::before,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-toggle-block .mega-toggle-animated-inner::after {
    background-color: var(--text-color);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link {
    font-size: 18px;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-search .search-icon,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search .search-icon,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item .mega-search .search-icon,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search .search-icon {
    top: 0px;
    left: 10px;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-search-wrap input[type=text],
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap input[type=text],
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item .mega-search-wrap input[type=text],
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap input[type=text] {
    padding-left: 40px !important;
    box-shadow: none !important;
    border-radius: 20px;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-search-wrap input[type=text]::placeholder,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap input[type=text]::placeholder,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item .mega-search-wrap input[type=text]::placeholder,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap input[type=text]::placeholder {
    color: transparent;
    opacity: 0;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: flex;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 5px 0;
    width: 100% !important;
    height: 100%;
    position: relative;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    width: 100%;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu li.mega-menu-column > ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu li.mega-menu-column > ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu li.mega-menu-column > ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu li.mega-menu-column > ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children > ul.mega-sub-menu {
    display: none;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu li.mega-menu-column > ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu li.mega-menu-column > ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu li.mega-menu-column > ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu li.mega-menu-column > ul.mega-sub-menu li.mega-menu-item.mega-menu-item-has-children.mega-toggle-on > ul.mega-sub-menu {
    display: flex;
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu {
    gap: 0;
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item + li,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item + li,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item + li,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item + li {
    border-top: 1px solid var(--contrastColorInverted);
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item a.mega-menu-link {
    padding: 15px 20px 14px;
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: var(--contrastColorInverted);
    background-color: var(--main-color);
    border-radius: 0 20px 20px 20px;
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu {
    box-shadow: none;
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 15px 20px 14px 30px;
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 10px 20px 10px 45px;
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: var(--main-color);
    background-color: transparent;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 640px) {
  #masthead #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-unterseiten-menu,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle + #mega-menu-primary,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle + #mega-menu-unterseiten-menu {
    padding: 20px;
  }
}
@media only screen and (max-width: 1250px) {
  #masthead #mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close:before {
    content: "\f335";
    background-color: var(--main-color);
    font-size: 30px;
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner, #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::before, #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::after, #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner, #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::before, #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::after {
    background-color: var(--main-color);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link, #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item a.mega-menu-link, #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link {
    font-size: 18px;
    font-family: var(--mainFont);
    color: var(--text-color);
    font-weight: 700;
    padding: 12px 15px;
    border-radius: 0;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    transition: var(--baseTransition);
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-weight: 400;
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu, #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu, #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu {
    background-color: transparent;
  }
}
footer.foot {
  width: 100%;
  margin: 0 auto;
  padding: clamp(2.7777777778rem, 2.3273273273rem + 2.5337837838vw, 4.4444444444rem) 0 30px;
  position: relative;
  min-height: 450px;
  overflow: hidden;
}
footer.foot .foot-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
footer.foot .foot-bg .widget {
  width: 100%;
  height: 100%;
}
footer.foot .foot-bg .widget .video-wrapper {
  width: 100%;
  height: 100%;
}
footer.foot .foot-bg .widget .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer.foot .foot-bg .widget .video-wrapper .video-pause-button,
footer.foot .foot-bg .widget .video-wrapper .video-play-button {
  z-index: 4;
}
footer.foot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(7deg, rgba(255, 255, 255, 0) 22.37%, #FFF 68.57%);
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.high-contrast footer.foot::before {
  background: var(--hcOverlayLight, rgba(255, 255, 255, 0.9));
}
footer.foot .inner {
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
footer.foot .inner a {
  color: var(--contrastColorInverted);
  text-decoration: none;
}
footer.foot .inner h1,
footer.foot .inner h2,
footer.foot .inner h3,
footer.foot .inner h4,
footer.foot .inner h5,
footer.foot .inner h6 {
  color: var(--contrastColorInverted);
  font-size: 18px;
  font-size: 1rem;
  position: relative;
  padding-top: 40px;
  margin-bottom: 35px;
}
footer.foot .inner ul li {
  display: inline-block;
}
footer.foot .inner .row {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
footer.foot .inner .row:not(:last-of-type) {
  margin-bottom: 30px;
}
footer.foot .inner .row .is-style-boldtext {
  margin-bottom: 20px;
}
footer.foot .inner .row.row-1 {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 60px 70px;
}
@media only screen and (max-width: 1200px) {
  footer.foot .inner .row.row-1 {
    gap: 40px;
  }
}
@media only screen and (max-width: 640px) {
  footer.foot .inner .row.row-1 {
    padding: 60px 25px;
  }
}
footer.foot .inner .row.row-1 .row-left {
  display: flex;
  gap: clamp(2.2222222222rem, -0.1801801802rem + 13.5135135135vw, 11.1111111111rem);
}
@media only screen and (max-width: 1504px) {
  footer.foot .inner .row.row-1 .row-left {
    gap: 70px;
  }
}
@media only screen and (max-width: 1200px) {
  footer.foot .inner .row.row-1 .row-left {
    width: 100%;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  footer.foot .inner .row.row-1 .row-left {
    flex-wrap: wrap;
    gap: 40px;
  }
}
footer.foot .inner .row.row-1 .row-left .col.col-1 .widget + .widget {
  margin-top: clamp(2.2222222222rem, 1.6216216216rem + 3.3783783784vw, 4.4444444444rem);
}
footer.foot .inner .row.row-1 .row-left .col.col-2 .widget + .widget {
  margin-top: 40px;
}
footer.foot .inner .row.row-1 .row-left .col.col-2 .is-style-boldtext + p {
  margin-top: 20px;
}
footer.foot .inner .row.row-1 .row-left ul.wp-block-social-links {
  gap: 20px;
}
footer.foot .inner .row.row-1 .row-left ul.wp-block-social-links li.wp-social-link a.wp-block-social-link-anchor svg {
  width: 25px;
  height: 25px;
  fill: var(--text-color);
  transition: fill 0.4s ease-in-out;
}
footer.foot .inner .row.row-1 .row-left ul.wp-block-social-links li.wp-social-link:hover {
  transform: scale(1);
}
footer.foot .inner .row.row-1 .row-left ul.wp-block-social-links li.wp-social-link:hover a.wp-block-social-link-anchor svg {
  fill: var(--main-color);
}
footer.foot .inner .row.row-1 .col {
  max-width: 360px;
}
footer.foot .inner .row.row-1 .col p {
  color: var(--text-color);
  line-height: 1.56;
}
footer.foot .inner .row.row-1 .col .wp-block-buttons {
  gap: 20px;
}
footer.foot .inner .row.row-1 .col.col-3 {
  max-width: 415px;
  display: flex;
  flex-direction: column;
  min-height: stretch;
  gap: 20px;
}
@media only screen and (max-width: 1504px) {
  footer.foot .inner .row.row-1 .col.col-3 {
    max-width: 395px;
  }
}
@media only screen and (max-width: 640px) {
  footer.foot .inner .row.row-1 .col.col-3 {
    max-width: 100%;
  }
}
footer.foot .inner .row.row-1 .col.col-3 .widget:not(.widget_nav_menu) {
  padding: 30px;
  border-radius: 20px;
  background: rgba(125, 168, 186, 0.2);
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 640px) {
  footer.foot .inner .row.row-1 .col.col-3 .widget:not(.widget_nav_menu) .wp-block-group {
    justify-content: center;
    flex-wrap: wrap;
  }
}
footer.foot .inner .row.row-1 .col.col-3 .wp-block-group {
  gap: 40px;
}
@media only screen and (max-width: 1504px) {
  footer.foot .inner .row.row-1 .col.col-3 .wp-block-group {
    gap: 20px;
  }
}
footer.foot .inner .row.row-1 .col.col-3 .wp-block-group figure {
  max-width: 100px;
  width: auto;
  height: 110px;
}
footer.foot .inner .row.row-1 .col.col-3 .wp-block-group figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer.foot .inner .row.row-1 .col.col-3 .menu {
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  footer.foot .inner .row.row-1 .col.col-3 .menu {
    margin-top: 40px;
  }
}
footer.foot .inner .row.row-1 .menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 15px;
}
@media only screen and (max-width: 1504px) {
  footer.foot .inner .row.row-1 .menu {
    column-gap: 20px;
  }
}
footer.foot .inner .row.row-1 .menu li a {
  font-size: clamp(0.9444444444rem, 0.9294294294rem + 0.0844594595vw, 1rem);
  font-weight: 400;
  line-height: 1.56;
  color: var(--text-color);
  transition: color 0.4s ease-in-out;
}
footer.foot .inner .row.row-1 .menu li a:hover {
  color: var(--main-color);
}
footer.foot .inner .row.row-1 .col-1 .menu {
  flex-direction: column;
}
footer.foot .inner .row.row-1 .wp-block-button a {
  white-space: nowrap;
}
footer.foot .inner .row.row-2 {
  align-items: baseline;
}
footer.foot .inner .row.row-2 .col-1 {
  width: 100%;
}
footer.foot .inner .row.row-2 .col-1 p {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  color: var(--contrastColorInverted);
  text-align: center;
}

.backtotop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  display: block;
  transform: rotate(180deg);
  background: var(--main-color);
  opacity: 0;
  pointer-events: none;
  transform: translateY(75px) rotate(180deg);
  transition: var(--baseTransition);
}
.backtotop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: block;
  background: url("../img/backtotop.svg") no-repeat center center/16px auto;
  transition: var(--baseTransition);
}
.backtotop:hover::after {
  animation: bounce 1s infinite;
}
.backtotop span {
  display: none;
}
.backtotop:hover {
  background-color: var(--second-color);
}
.backtotop.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0%) rotate(180deg);
}

/************************************************
* HPH Accessibility Toolbar (Plugin) - TIL Look *
*************************************************/
/*
 * The plugin ships a neutral default design and pulls its colours from theme
 * variables. Two of those (--second-color, and with it --mainGradient) do not
 * exist in this theme, so its buttons ended up without any background at all.
 *
 * The launcher joins the family of floating widgets on the right edge (the
 * sticky sidebar and the Stoerer): same corner shape, same shadow, same
 * MIN(1%, 20px) inset from the edge. Filled surfaces use --primary-dark
 * throughout, which carries white labels and icons at 15.6:1 - the orange of
 * the Stoerer would only reach 2.5:1 behind white.
 *
 * Everything is scoped to aside.at-accessibility-wrapper - the plugin
 * stylesheet is enqueued after main.css, so the element selector is what lets
 * these rules win.
 */
/*
 * Grayscale mode
 *
 * The plugin greys the page with `.grayscale > *`, i.e. a filter on every
 * direct child of the body - in this theme that is #site, which wraps the
 * whole document. An element with a filter becomes the containing block for
 * its position: fixed descendants, so the sticky header, the sticky side nav
 * and the Stoerer stopped being anchored to the viewport and scrolled away
 * with the page.
 *
 * The root element is exempt from that rule, so the filter is moved up to
 * <html>, where it greys exactly the same pixels without capturing anything.
 */
html:has(body.grayscale) {
  filter: grayscale(100%);
}

html body.grayscale > * {
  filter: none !important;
}

aside.at-accessibility-wrapper {
  right: min(1%, 20px);
  bottom: 20px;
  z-index: 9999;
  transform: none;
  /*
   * The icons are single colour SVGs, so they can only be flipped with a
   * filter. Dark on the light states, white once a surface is filled - and
   * the pressed rule has to come last, because it ties with the hover ones.
   */
  /*
   * Mobile: the whole right edge belongs to the sticky sidebar and the
   * Stoerer (both right: 0, one at bottom: 20%). Moving the launcher to the
   * opposite corner keeps them apart no matter how tall those widgets get or
   * whether the Stoerer is expanded.
   */
}
aside.at-accessibility-wrapper .at-accessibility-btn {
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 15px 0 15px 15px;
  background: var(--primary-dark);
  box-shadow: 0 15px 60px 0 rgba(160, 0, 90, 0.3);
  transition: var(--baseTransition);
}
aside.at-accessibility-wrapper .at-accessibility-btn svg {
  width: 30px;
  height: auto;
  fill: var(--contrastColorInverted);
}
aside.at-accessibility-wrapper .at-accessibility-btn:hover, aside.at-accessibility-wrapper .at-accessibility-btn:focus-visible {
  background: color-mix(in srgb, var(--primary-dark) 80%, #fff);
}
aside.at-accessibility-wrapper .at-accessibility-toolbar {
  min-width: 340px;
  max-width: calc(100vw - 40px);
  padding: 74px 25px 25px;
  border-radius: var(--baseBorderRadiusBig);
  background-color: var(--contrastColorInverted);
  box-shadow: var(--boxShadow);
  font-family: var(--mainFont);
}
aside.at-accessibility-wrapper .at-accessibility-btn-close {
  border-radius: 0 var(--baseBorderRadiusBig) 0 15px;
  padding: 13px 20px !important;
  background: var(--primary-dark);
  color: var(--contrastColorInverted);
  font-family: var(--mainFont);
  font-size: 15px !important;
  font-weight: 700;
  transition: var(--baseTransition);
}
aside.at-accessibility-wrapper .at-accessibility-btn-close:hover, aside.at-accessibility-wrapper .at-accessibility-btn-close:focus-visible {
  background: color-mix(in srgb, var(--primary-dark) 80%, #fff);
  color: var(--contrastColorInverted);
}
aside.at-accessibility-wrapper .accesibility_title {
  margin: 0 0 18px;
  color: var(--primary-dark);
  font-family: var(--headline);
  font-size: 20px !important;
  font-weight: 700;
}
aside.at-accessibility-wrapper .at-toolbar-items {
  gap: 8px;
}
aside.at-accessibility-wrapper .at-toolbar-link {
  justify-content: flex-start;
  padding: 12px 16px;
  border: 1px solid var(--light-grey);
  border-radius: 0 15px 15px 10px;
  background-color: var(--contrastColorInverted);
  color: var(--primary-dark);
  font-family: var(--mainFont);
  font-size: 16px !important;
  font-weight: 600;
  text-align: left;
  transition: var(--baseTransition);
}
aside.at-accessibility-wrapper .at-toolbar-link .at-icon {
  display: flex;
  flex: 0 0 auto;
}
aside.at-accessibility-wrapper .at-toolbar-link:hover, aside.at-accessibility-wrapper .at-toolbar-link:focus {
  border-color: var(--primary-dark);
  background-color: color-mix(in srgb, var(--primary-dark) 8%, #fff);
  color: var(--primary-dark);
}
aside.at-accessibility-wrapper .at-toolbar-link[aria-pressed=true] {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--contrastColorInverted);
}
aside.at-accessibility-wrapper .at-toolbar-link[aria-pressed=true]:hover, aside.at-accessibility-wrapper .at-toolbar-link[aria-pressed=true]:focus {
  background-color: color-mix(in srgb, var(--primary-dark) 80%, #fff);
  color: var(--contrastColorInverted);
}
aside.at-accessibility-wrapper .at-toolbar-link svg,
aside.at-accessibility-wrapper .at-toolbar-link:hover svg,
aside.at-accessibility-wrapper .at-toolbar-link:focus svg,
aside.at-accessibility-wrapper .at-toolbar-link:focus-within svg {
  filter: none;
}
aside.at-accessibility-wrapper .at-toolbar-link[aria-pressed=true] svg {
  filter: brightness(0) invert(1);
}
aside.at-accessibility-wrapper .reset_all button {
  justify-content: center;
  margin-top: 18px;
  padding: 12px 25px;
  border: 0;
  border-radius: 0 15px 15px 10px;
  background: var(--primary-dark);
  color: var(--contrastColorInverted);
  font-family: var(--mainFont);
  font-size: 16px;
  font-weight: 700;
  box-shadow: var(--boxShadowSmall);
}
aside.at-accessibility-wrapper .reset_all button:before {
  content: none;
}
aside.at-accessibility-wrapper .reset_all button svg, aside.at-accessibility-wrapper .reset_all button:hover svg, aside.at-accessibility-wrapper .reset_all button:focus svg {
  filter: brightness(0) invert(1);
}
aside.at-accessibility-wrapper .reset_all button:hover, aside.at-accessibility-wrapper .reset_all button:focus {
  border-radius: 15px 15px 15px 10px;
  background: color-mix(in srgb, var(--primary-dark) 80%, #fff);
  color: var(--contrastColorInverted);
}
aside.at-accessibility-wrapper .at-accessibility-btn:focus-visible,
aside.at-accessibility-wrapper .at-accessibility-btn-close:focus-visible,
aside.at-accessibility-wrapper .at-toolbar-link:focus-visible,
aside.at-accessibility-wrapper .reset_all button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 var(--focusRingHaloWidth) var(--focusRingContrast), 0 0 0 calc(var(--focusRingHaloWidth) + var(--focusRingWidth)) var(--focusRingColor), var(--boxShadow);
}
@media only screen and (max-width: 768px) {
  aside.at-accessibility-wrapper {
    right: auto;
    left: min(1%, 20px);
    bottom: 16px;
  }
  aside.at-accessibility-wrapper .at-accessibility-btn {
    width: 44px;
    height: 44px;
  }
  aside.at-accessibility-wrapper .at-accessibility-btn svg {
    width: 24px;
  }
  aside.at-accessibility-wrapper .at-accessibility-toolbar {
    right: auto;
    left: 0;
    min-width: 0;
    width: calc(100vw - 40px);
    max-width: 340px;
    padding: 66px 20px 20px;
  }
  aside.at-accessibility-wrapper .at-accessibility-btn-close {
    border-radius: 0 var(--baseBorderRadiusBig) 0 15px;
  }
}

@media only screen and (min-width: 1251px) {
  #masthead #mega-menu-wrap-primary #mega-menu-primary,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu {
    margin-top: 10px;
    gap: clamp(0.5555555556rem, 0.4804804805rem + 0.4222972973vw, 0.8333333333rem);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link {
    font-size: 18px;
    font-family: var(--mainFont);
    color: var(--text-color);
    font-weight: 700;
    padding: 12px 15px;
    border-radius: 0;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    transition: var(--baseTransition);
  }
}
@media only screen and (min-width: 1251px) and (max-width: 1570px) {
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link {
    padding: 10px 7px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1251px) {
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link:hover, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link:focus,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link:hover,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link:focus,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item a.mega-menu-link:hover,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item a.mega-menu-link:focus,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link:hover,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link:focus {
    border-radius: 15px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.22) inset;
    background-color: transparent;
    color: var(--main-color);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-search .search-icon,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search .search-icon,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item .mega-search .search-icon,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search .search-icon {
    top: -9px;
    height: 17px;
    background-size: 17px 20px;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-search.mega-search-closed input[type=text],
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search.mega-search-closed input[type=text],
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item .mega-search.mega-search-closed input[type=text],
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search.mega-search-closed input[type=text] {
    width: 0 !important;
    padding: 0 !important;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-search-wrap,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item .mega-search-wrap,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap {
    overflow: visible;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-search-wrap input[type=text],
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap input[type=text],
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item .mega-search-wrap input[type=text],
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap input[type=text] {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7803921569) !important;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px !important;
    padding: 6px 7px 6px 12px !important;
    top: 25px;
    left: -30px;
    width: 200px !important;
    font-size: 15px !important;
    border-radius: 10px;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-search-wrap input[type=text]::placeholder,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap input[type=text]::placeholder,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item .mega-search-wrap input[type=text]::placeholder,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap input[type=text]::placeholder {
    color: #7e7878;
    font-size: 15px !important;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon {
    padding: 15px 30px 14px;
    background-color: var(--main-color);
    color: var(--contrastColorInverted);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon::before,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon::before,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon::before,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon::before {
    filter: brightness(0) invert(1) !important;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon:hover,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon:hover,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon:hover,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon:hover {
    background-color: var(--second-color);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    border-radius: 15px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.22) inset;
    background-color: transparent;
    color: var(--main-color);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu {
    position: fixed;
    left: 50% !important;
    transform: translateX(-50%);
    min-width: 0;
    max-width: 1300px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: visible;
    padding: 30px 40px;
    width: 100% !important;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu::before,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu::before,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu::before,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 34px;
  }
}
@media only screen and (min-width: 1251px) and (max-width: 1570px) {
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu {
    min-width: auto;
    width: var(--baseWidth) !important;
  }
}
@media only screen and (min-width: 1251px) {
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-weight: 700;
    color: var(--text-color);
    font-size: 20px;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--main-color);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu > .mega-menu-row > ul.mega-sub-menu > li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    border-radius: 15px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.22) inset;
    background-color: transparent;
    color: var(--main-color);
    width: fit-content;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu *,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu *,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu *,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu * {
    background-color: transparent;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    font-size: clamp(0.8888888889rem, 0.8588588589rem + 0.1689189189vw, 1rem);
    color: #757575;
    font-weight: 400;
    border: none;
    text-transform: normal;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--main-color);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: var(--main-color);
    font-weight: 700;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children ul.mega-sub-menu a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children ul.mega-sub-menu a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children ul.mega-sub-menu a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children ul.mega-sub-menu a.mega-menu-link {
    padding: 12px 20px;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {
    display: flex;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu {
    background-color: var(--contrastColorInverted);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: transparent;
    color: var(--fontColor);
    font-weight: 400;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    color: var(--main-color);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: var(--main-color);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary .mega-menu-flyout ul.mega-sub-menu,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu .mega-menu-flyout ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary .mega-menu-flyout ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu .mega-menu-flyout ul.mega-sub-menu {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 20px 0px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 20px;
    border: 1px solid #FFF;
    padding: 10px;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary .mega-menu-flyout ul.mega-sub-menu .mega-sub-menu,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu .mega-menu-flyout ul.mega-sub-menu .mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary .mega-menu-flyout ul.mega-sub-menu .mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu .mega-menu-flyout ul.mega-sub-menu .mega-sub-menu {
    background-color: rgb(255, 255, 255);
  }
}
#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu,
#masthead #mega-menu-wrap-primary #mega-menu-primary .mega-menu-flyout li.mega-toggle-on > ul.mega-sub-menu {
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
}

@supports (-moz-appearance: none) {
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-primary #mega-menu-primary .mega-menu-flyout li.mega-toggle-on > ul.mega-sub-menu {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
@media (prefers-reduced-motion: reduce) {
  #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-primary #mega-menu-primary .mega-menu-flyout li.mega-toggle-on > ul.mega-sub-menu {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu .mega-menu-flyout li.mega-toggle-on > ul.mega-sub-menu {
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
}

@supports (-moz-appearance: none) {
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu .mega-menu-flyout li.mega-toggle-on > ul.mega-sub-menu {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
@media (prefers-reduced-motion: reduce) {
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu .mega-menu-flyout li.mega-toggle-on > ul.mega-sub-menu {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary .mega-menu-flyout li.mega-toggle-on > ul.mega-sub-menu {
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
}

@supports (-moz-appearance: none) {
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary .mega-menu-flyout li.mega-toggle-on > ul.mega-sub-menu {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
@media (prefers-reduced-motion: reduce) {
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary .mega-menu-flyout li.mega-toggle-on > ul.mega-sub-menu {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu .mega-menu-flyout li.mega-toggle-on > ul.mega-sub-menu {
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
}

@supports (-moz-appearance: none) {
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu .mega-menu-flyout li.mega-toggle-on > ul.mega-sub-menu {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
@media (prefers-reduced-motion: reduce) {
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu .mega-menu-flyout li.mega-toggle-on > ul.mega-sub-menu {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.entry-content > *[class*=px-] {
  position: relative;
  max-width: var(--maxWidthBig);
  margin-left: auto;
  margin-right: auto;
  width: var(--baseWidth);
}

.fl .px-news {
  width: 100%;
}

.image-credits {
  column-count: 3;
}
@media screen and (max-width: 1200px) {
  .image-credits {
    column-count: 2;
  }
}
@media screen and (max-width: 960px) {
  .image-credits {
    column-count: 1;
  }
}

.gform_wrapper {
  max-width: var(--maxWidthBig);
  margin: 0 auto;
  width: var(--baseWidth);
}
.gform_wrapper:not([class*=roofline]) {
  max-width: 100%;
  width: 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  z-index: 10;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 20px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 20px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 20px;
}
[dir=rtl] .slick-next {
  left: 20px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  justify-content: center;
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border-radius: 50%;
  border: 0;
  background: var(--main-color);
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  opacity: 0.25;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  opacity: 1;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}
.slick-dots li::before {
  content: none !important;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal !important;
}

.skip-link.screen-reader-text:focus, .skip-link.screen-reader-text:focus-visible {
  background-color: var(--backgroundColor);
  border-radius: var(--baseBorderRadius);
  box-shadow: var(--boxShadow);
  clip-path: none;
  color: var(--primary-dark);
  display: block;
  font-family: var(--headline);
  font-size: 16px;
  font-weight: 700;
  height: auto;
  left: 20px;
  line-height: normal;
  margin: 0;
  outline: 3px solid var(--primary-dark);
  outline-offset: 2px;
  overflow: visible;
  padding: 15px 25px;
  position: fixed;
  text-decoration: none;
  top: 20px;
  width: auto;
  z-index: 100000;
}

[data-focus-start]:focus,
[data-focus-start]:focus-visible {
  outline: none;
}

.cont:focus {
  outline: none;
}

.high-contrast .post-thumbnail::before {
  background: var(--hcOverlayDark) !important;
}
.high-contrast .post-category {
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  color: #fff !important;
}

/**********************************
* Reduced Motion (BFSG)
***********************************/
/*
 * html[data-reduced-motion="true"] is set by #js/modules/reduced-motion-early.js
 * as soon as either the browser setting "prefers-reduced-motion: reduce" or the
 * "Animationen deaktivieren" toggle of the accessibility toolbar is active.
 *
 * The scroll driven state change of the logo grid (.px-logo-scroll-grid) is not
 * affected: it follows the scroll position instead of running on its own, so it
 * stays usable and is deliberately kept alive by its own script.
 */
html[data-reduced-motion=true] {
  scroll-behavior: auto !important;
}
html[data-reduced-motion=true] *,
html[data-reduced-motion=true] *::before,
html[data-reduced-motion=true] *::after {
  animation-delay: -1ms !important;
  animation-duration: 1ms !important;
  animation-iteration-count: 1 !important;
  transition-delay: 0ms !important;
  transition-duration: 1ms !important;
  scroll-behavior: auto !important;
}
html[data-reduced-motion=true] .bounceIn,
html[data-reduced-motion=true] .bounceIn .col,
html[data-reduced-motion=true] .bounceInRight,
html[data-reduced-motion=true] .bounceInRight .col,
html[data-reduced-motion=true] .bounceInLeft,
html[data-reduced-motion=true] .bounceInLeft .col,
html[data-reduced-motion=true] .bounceInUp,
html[data-reduced-motion=true] .bounceInUp .col,
html[data-reduced-motion=true] .bounceInDown,
html[data-reduced-motion=true] .bounceInDown .col,
html[data-reduced-motion=true] .fadeIn,
html[data-reduced-motion=true] .fadeIn .col,
html[data-reduced-motion=true] .fadeInRight,
html[data-reduced-motion=true] .fadeInRight .col,
html[data-reduced-motion=true] .fadeInLeft,
html[data-reduced-motion=true] .fadeInLeft .col,
html[data-reduced-motion=true] .fadeInUp,
html[data-reduced-motion=true] .fadeInUp .col,
html[data-reduced-motion=true] .fadeInDown,
html[data-reduced-motion=true] .fadeInDown .col {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}