@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

:where(body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd) {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(img, video, canvas, svg) {
  display: block;
  max-width: 100%;
}

:where(button) {
  all: unset;
  cursor: pointer;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(ul, ol) {
  list-style: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*! 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.2em 0 0.4em;
}

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

:root {
  --fallback: Verdana, Arial, sans-serif;
  --mainFont: "Roboto", var(--fallback);
  --headline: "Roboto Condensed", var(--fallback);
  --mainColor: #C00;
  --mainColorRGB: 0, 99, 200;
  --mainColorLight: #EE0B0B;
  --mainColorDark: rgb(164.8795180723, 7.6204819277, 7.6204819277);
  --secondColor: #F7A600;
  --secondColorLight: rgb(255, 185.4777327935, 43);
  --secondColorDark: rgb(170.5, 114.5870445344, 0);
  --fontColor: #3B3B3B;
  --headlineColor: #333333;
  --backgroundColor: #F6F6F9;
  --borderColor: #BEBEBE;
  --backgroundColorRGB: 241, 241, 241;
  --backgroundColorDark: rgb(164.5, 164.5, 164.5);
  --warningColor: #b10000;
  --formBorderColor: #D6D5D5;
  --red: #EE0B0B;
  --darkred: #C00;
  --lightBlue: #0081C7;
  --darkBlue: #039;
  --green: #6CA724;
  --yellow: #F90;
  --contrastColor: #000;
  --contrastColorRGB: 0, 0, 0;
  --contrastColorLight: rgb(25.5, 25.5, 25.5);
  --contrastColorInverted: #fff;
  --contrastColorInvertedRGB: 255, 255, 255;
  --contrastColorDark: rgb(229.5, 229.5, 229.5);
  --baseFontSize: 17px;
  --baseLineheight: 170%;
  --h1FontSize: clamp(2.25rem, 0.5972222222rem + 3.7777777778vw, 4.375rem);
  --h2FontSize: clamp(1.5rem, 0.3333333333rem + 2.6666666667vw, 3rem);
  --h3FontSize: clamp(1rem, 0.6111111111rem + 0.8888888889vw, 1.5rem);
  --h4FontSize: clamp(1.375rem, 1.2291666667rem + 0.3333333333vw, 1.5625rem);
  --h5FontSize: clamp(1.125rem, 1.0277777778rem + 0.2222222222vw, 1.25rem);
  --h6FontSize: clamp(1rem, 0.9027777778rem + 0.2222222222vw, 1.125rem);
  --headlineLineheight: 120%;
  --headerHeight: 105px;
  --stickyHeaderHeight: 72px;
  --stickyHeaderHeightMobile: 70px;
  --spaceBetweenDefault: 20px;
  --spaceBetweenSlim: 10px;
  --spaceBetweenWide: clamp(1.875rem, -2.5rem + 10vw, 7.5rem);
  --defaultFrameSpace: clamp(1.5625rem, -0.1388888889rem + 3.8888888889vw, 3.75rem);
  --recursiveFrameSpace: 10px;
  --baseTransition: all .3s ease-in-out;
  --slowTransition: all .6s ease-in-out;
  --baseWidth: 92%;
  --reducedWidth: 960px;
  --maxWidth: 1300px;
  --maxWidthBig: 1920px;
  --pageLimit: 1920px;
  --headerWidth: 1660px;
  --headerTextWidth: 1500px;
}

/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/roboto-condensed-v31-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../Fonts/roboto-condensed-v31-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-condensed-v31-latin-regular.woff2") format("woff2"), url("../Fonts/roboto-condensed-v31-latin-regular.woff") format("woff"), url("../Fonts/roboto-condensed-v31-latin-regular.ttf") format("truetype"), url("../Fonts/roboto-condensed-v31-latin-regular.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/roboto-condensed-v31-latin-700.eot"); /* IE9 Compat Modes */
  src: url("../Fonts/roboto-condensed-v31-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-condensed-v31-latin-700.woff2") format("woff2"), url("../Fonts/roboto-condensed-v31-latin-700.woff") format("woff"), url("../Fonts/roboto-condensed-v31-latin-700.ttf") format("truetype"), url("../Fonts/roboto-condensed-v31-latin-700.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/roboto-v49-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../Fonts/roboto-v49-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/roboto-v49-latin-regular.woff2") format("woff2"), url("../Fonts/roboto-v49-latin-regular.woff") format("woff"), url("../Fonts/roboto-v49-latin-regular.ttf") format("truetype"), url("../Fonts/roboto-v49-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

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

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

body {
  font-size: var(--baseFontSize);
  font-weight: normal;
  font-family: var(--mainFont);
  color: var(--fontColor);
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: var(--contrastColorInverted);
  line-height: var(--baseLineheight);
  overflow-wrap: break-word;
}
body::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(var(--contrastColorRGB), 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
body.nav-open {
  overflow: hidden;
}
body.nav-open::before {
  opacity: 1;
}

::-moz-selection {
  background: var(--mainColor);
  text-shadow: none;
  color: var(--contrastColorInverted);
}
:is(.frame-cibgbox) ::-moz-selection {
  background: var(--secondColor);
  color: var(--contrastColorInvertedRGB);
}

::selection {
  background: var(--mainColor);
  text-shadow: none;
  color: var(--contrastColorInverted);
}
:is(.frame-cibgbox) ::selection {
  background: var(--secondColor);
  color: var(--contrastColorInvertedRGB);
}

hr {
  display: block;
  height: 10px;
  border: none;
  border-bottom: 1px dashed var(--borderColor);
  margin: 1em 0;
}

img:not(.is_svg),
video {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.is_svg {
  display: inline-block;
  min-height: 1px;
  min-width: 1px;
  max-width: none;
}

figure {
  margin: 0;
}

.browsehappy {
  margin: 0;
  padding: 0.4em 0;
  background: var(--warningColor);
  font-size: 13px;
  color: var(--contrastColorInverted);
  text-align: center;
}
.browsehappy a {
  color: var(--contrastColorInverted) !important;
}

a:not([class]) {
  color: var(--mainColor);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:not([class]):hover, a:not([class]):focus-visible {
  color: var(--secondColor);
}
:is(.frame-cibgbox) a:not([class]) {
  color: var(--contrastColorInverted);
}
:is(.frame-cibgbox) a:not([class]):hover, :is(.frame-cibgbox) a:not([class]):focus-visible {
  color: rgba(var(--contrastColorInvertedRGB), 0.7);
}

a[href*="//"] {
  position: relative;
}
a[href*="//"]::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  min-width: 15px;
  background: var(--fontColor);
  mask: url("../Images/external-link.svg") no-repeat center left/100% auto;
  margin-right: 10px;
  transition: var(--baseTransition);
}
a[href*="//"]:hover::before, a[href*="//"]:focus-visible::before {
  background: var(--mainColor);
}

figure a[href*="//"]::before {
  content: none;
}

.anchor {
  display: block;
  height: 0;
  position: relative;
  top: calc((var(--stickyHeaderHeight) + 20px) * -1);
}
@media all and (max-width: 1200px) {
  .anchor {
    top: calc((var(--stickyHeaderHeightMobile) + 20px) * -1);
  }
}

#subhead {
  position: relative;
}

.cont ul li {
  padding: 5px 10px 5px 25px;
  position: relative;
}
.cont ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--mainColor);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
}
.cont ul li ul li {
  padding: 5px 10px 5px 20px;
}
.cont ul li ul li::before {
  background: var(--mainColorLight);
}
:is(.frame-cibgbox) .cont ul li ul li::before {
  filter: brightness(0) invert(1);
}
.cont :is(.frame-cibgbox) ul li::before {
  filter: brightness(0) invert(1);
}

.cont ol {
  margin: 10px 0;
  counter-reset: item;
}
.cont ol > li {
  padding: 5px 0 5px 1.7em;
  counter-increment: item;
  position: relative;
}
.cont ol > li::before {
  content: counter(item) ".";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  font-weight: bold;
}

.cont .ce-gallery .lightbox {
  position: relative;
  height: 100%;
  display: block;
}
.cont .ce-gallery .lightbox::before {
  content: "";
  background: rgba(var(--contrastColorRGB), 0.7) url("../Images/magnifier.svg") no-repeat center center;
  background-size: 36px 36px;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: var(--baseTransition);
  z-index: 1;
}
.cont .ce-gallery .lightbox:hover ::before, .cont .ce-gallery .lightbox:focus-visible ::before {
  opacity: 1;
}

.cont .ce-textpic .ce-gallery {
  margin-bottom: 0;
}
.cont .ce-textpic.ce-above .ce-gallery {
  margin-bottom: 10px;
}

.image:has(figcaption) {
  position: relative;
}
.image:has(figcaption) figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(var(--contrastColorRGB), 0.7);
  color: var(--contrastColorInverted);
  font-size: 0.7em;
  padding: 5px 15px;
}

iframe {
  width: 100%;
}

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

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

.required {
  font-weight: 700;
  font-size: 14px;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-weight: 700;
  margin: 0;
  font-family: var(--headline);
  line-height: var(--headlineLineheight);
  color: var(--headlineColor);
  hyphens: auto;
  hyphenate-limit-chars: auto 5;
  -webkit-hyphenate-limit-before: 5;
  -webkit-hyphenate-limit-after: 5;
  -webkit-hyphenate-limit-lines: 2;
}
:where(h1, h2, h3, h4, h5, h6) + :where(p, ul, ol) {
  margin-top: 30px;
}
:is(.frame-cibgbox) :where(h1, h2, h3, h4, h5, h6) {
  color: var(--contrastColorInverted);
}
@media all and (max-width: 450px) {
  :where(h1, h2, h3, h4, h5, h6) {
    hyphens: auto;
    hyphenate-limit-chars: auto 5;
    -webkit-hyphenate-limit-before: 5;
    -webkit-hyphenate-limit-after: 5;
    -webkit-hyphenate-limit-lines: 2;
  }
}

h1 {
  font-size: var(--h1FontSize);
}
:is(#uid29) h1 {
  font-size: calc(var(--h1FontSize) * 0.7);
}

h2 {
  font-size: var(--h2FontSize);
}
:is(#uid29) h2 {
  font-size: calc(var(--h2FontSize) * 0.7);
}

h3 {
  font-size: var(--h3FontSize);
}
:is(#uid29) h3 {
  font-size: calc(var(--h3FontSize) * 0.7);
}

h4 {
  font-size: var(--h4FontSize);
}
:is(#uid29) h4 {
  font-size: calc(var(--h4FontSize) * 0.7);
}

h5 {
  font-size: var(--h5FontSize);
}
:is(#uid29) h5 {
  font-size: calc(var(--h5FontSize) * 0.7);
}

h6 {
  font-size: var(--h6FontSize);
}
:is(#uid29) h6 {
  font-size: calc(var(--h6FontSize) * 0.7);
}

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

*[class*=headline] + *:not(.frame) {
  margin-top: 30px;
}

:where(p:not([class*=roofline]), ul, ol) + :where(h1, h2, h3, h4, h5, h6, p, ul) {
  margin-top: 30px;
}

i,
em {
  font-style: italic;
}

strong,
b {
  font-weight: 700;
}

ul {
  line-height: 26px;
}
ul.arrow-list {
  position: relative;
}
ul.arrow-list li::before {
  position: absolute;
  top: 12px;
  content: "";
  width: 10px;
  height: 10px;
  background: url(../Images/list-arrow.svg) no-repeat;
}
ul.contact-list {
  position: relative;
  list-style: none;
  columns: 2;
  gap: 0 40px;
  padding-left: 0;
  width: 550px;
}
@media all and (max-width: 1200px) {
  ul.contact-list {
    columns: 1;
  }
}
ul.contact-list li {
  padding-left: 0;
  font-family: var(--headline);
  font-weight: 700;
  display: inline-block;
  width: 100%;
}
ul.contact-list li:nth-child(1), ul.contact-list li:nth-child(2) {
  border-right: 1px dashed var(--borderColor);
}
@media all and (max-width: 1200px) {
  ul.contact-list li:nth-child(1), ul.contact-list li:nth-child(2) {
    border: none;
  }
}
ul.contact-list li:nth-child(3) {
  line-height: 2em;
}
ul.contact-list li a:hover {
  color: var(--mainColor);
  text-decoration: underline;
}
ul.contact-list li::before {
  content: "";
  display: none;
}
ul.contact-list a {
  color: var(--fontColor);
}

:is(.frame-cibgbox) p {
  color: var(--contrastColorInverted);
}

.button, .news .news-list-view > .article > .teaser-text .more, .news.news-single > .article .news-backlink-wrap a, .head .tabtocontent, input[type=submit],
button[type=submit],
.button-secondary,
.arrow-right,
.speech-bubble,
.clipboard {
  display: inline-block;
  color: var(--contrastColorInverted);
  padding: 14px 30px;
  text-decoration: none;
  text-align: center;
  font-family: var(--headline);
  font-weight: 700;
  line-height: 120%;
  background: var(--mainColor);
  border: 1px solid var(--mainColor);
  border-radius: 50px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  cursor: pointer;
}
.button:hover, .news .news-list-view > .article > .teaser-text .more:hover, .news.news-single > .article .news-backlink-wrap a:hover, .head .tabtocontent:hover, input[type=submit]:hover,
button[type=submit]:hover, .button:focus-visible, .news .news-list-view > .article > .teaser-text .more:focus-visible, .news.news-single > .article .news-backlink-wrap a:focus-visible, .head .tabtocontent:focus-visible, input[type=submit]:focus-visible,
button[type=submit]:focus-visible,
.button-secondary:hover,
.button-secondary:focus-visible,
.arrow-right:hover,
.arrow-right:focus-visible,
.speech-bubble:hover,
.speech-bubble:focus-visible,
.clipboard:hover,
.clipboard:focus-visible {
  background-color: var(--mainColorLight);
  border-color: var(--mainColorLight);
  color: var(--contrastColorInverted);
}
.button:not(:only-child), .news .news-list-view > .article > .teaser-text .more:not(:only-child), .news.news-single > .article .news-backlink-wrap a:not(:only-child), .head .tabtocontent:not(:only-child), input[type=submit]:not(:only-child),
button[type=submit]:not(:only-child),
.button-secondary:not(:only-child),
.arrow-right:not(:only-child),
.speech-bubble:not(:only-child),
.clipboard:not(:only-child) {
  margin: 0 1em 1em 0;
}
.text-center .button:not(:only-child), .text-center .news .news-list-view > .article > .teaser-text .more:not(:only-child), .news .news-list-view > .article > .teaser-text .text-center .more:not(:only-child), .text-center .news.news-single > .article .news-backlink-wrap a:not(:only-child), .news.news-single > .article .news-backlink-wrap .text-center a:not(:only-child), .text-center .head .tabtocontent:not(:only-child), .head .text-center .tabtocontent:not(:only-child), .text-center input[type=submit]:not(:only-child),
.text-center button[type=submit]:not(:only-child),
.text-center .button-secondary:not(:only-child),
.text-center .arrow-right:not(:only-child),
.text-center .speech-bubble:not(:only-child),
.text-center .clipboard:not(:only-child) {
  margin: 0 1em 1em;
}
:is(.frame-cibgbox) .button, :is(.frame-cibgbox) .news .news-list-view > .article > .teaser-text .more, .news .news-list-view > .article > .teaser-text :is(.frame-cibgbox) .more, :is(.frame-cibgbox) .news.news-single > .article .news-backlink-wrap a, .news.news-single > .article .news-backlink-wrap :is(.frame-cibgbox) a, :is(.frame-cibgbox) .head .tabtocontent, .head :is(.frame-cibgbox) .tabtocontent, :is(.frame-cibgbox) input[type=submit],
:is(.frame-cibgbox) button[type=submit],
:is(.frame-cibgbox) .button-secondary,
:is(.frame-cibgbox) .arrow-right,
:is(.frame-cibgbox) .speech-bubble,
:is(.frame-cibgbox) .clipboard {
  background-color: var(--contrastColorInverted);
  border-color: var(--contrastColorInverted);
  color: var(--mainColor);
}
:is(.frame-cibgbox) .button:hover, :is(.frame-cibgbox) .news .news-list-view > .article > .teaser-text .more:hover, .news .news-list-view > .article > .teaser-text :is(.frame-cibgbox) .more:hover, :is(.frame-cibgbox) .news.news-single > .article .news-backlink-wrap a:hover, .news.news-single > .article .news-backlink-wrap :is(.frame-cibgbox) a:hover, :is(.frame-cibgbox) .head .tabtocontent:hover, .head :is(.frame-cibgbox) .tabtocontent:hover, :is(.frame-cibgbox) input[type=submit]:hover,
:is(.frame-cibgbox) button[type=submit]:hover, :is(.frame-cibgbox) .button:focus-visible, :is(.frame-cibgbox) .news .news-list-view > .article > .teaser-text .more:focus-visible, .news .news-list-view > .article > .teaser-text :is(.frame-cibgbox) .more:focus-visible, :is(.frame-cibgbox) .news.news-single > .article .news-backlink-wrap a:focus-visible, .news.news-single > .article .news-backlink-wrap :is(.frame-cibgbox) a:focus-visible, :is(.frame-cibgbox) .head .tabtocontent:focus-visible, .head :is(.frame-cibgbox) .tabtocontent:focus-visible, :is(.frame-cibgbox) input[type=submit]:focus-visible,
:is(.frame-cibgbox) button[type=submit]:focus-visible,
:is(.frame-cibgbox) .button-secondary:hover,
:is(.frame-cibgbox) .button-secondary:focus-visible,
:is(.frame-cibgbox) .arrow-right:hover,
:is(.frame-cibgbox) .arrow-right:focus-visible,
:is(.frame-cibgbox) .speech-bubble:hover,
:is(.frame-cibgbox) .speech-bubble:focus-visible,
:is(.frame-cibgbox) .clipboard:hover,
:is(.frame-cibgbox) .clipboard:focus-visible {
  background-color: var(--mainColorLight);
  border-color: var(--mainColorLight);
  color: var(--contrastColorInverted);
}

.arrow-right {
  background: url(../Images/arrow-right.svg) no-repeat right 20px center;
  background-color: var(--mainColor);
  padding-right: 60px;
  transition: var(--baseTransition);
}
.arrow-right:hover {
  background-position: right 15px center;
}

.clipboard {
  background: url(../Images/clipboard.svg) no-repeat left 35px center;
  background-color: var(--mainColor);
  padding-left: 80px;
  padding-right: 35px;
  padding-block: 18px;
  font-size: 20px;
  transition: var(--baseTransition);
}

.speech-bubble {
  background: url(../Images/speech-bubble.svg) no-repeat left 20px center;
  background-color: var(--mainColor);
  padding-left: 60px;
  transition: var(--baseTransition);
}

.button-secondary {
  color: var(--mainColorLight);
  border: 1px solid var(--mainColor);
  background: transparent;
}
.button-secondary:hover, .button-secondary:focus-visible {
  background-color: var(--mainColorLight);
  border-color: var(--mainColorLight);
  color: var(--contrastColorInverted);
}
:is(.frame-cibgbox) .button-secondary {
  background-color: transparent;
  border-color: var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
:is(.frame-cibgbox) .button-secondary:hover, :is(.frame-cibgbox) .button-secondary:focus-visible {
  background-color: var(--contrastColorInverted);
  color: var(--mainColor);
}

.phone,
.mail,
.location,
.double-arrow,
.red-arrow {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  text-decoration: none;
  color: var(--fontColor);
}
:is(.frame-cibgbox) .phone,
:is(.frame-cibgbox) .mail,
:is(.frame-cibgbox) .location,
:is(.frame-cibgbox) .double-arrow,
:is(.frame-cibgbox) .red-arrow {
  color: var(--contrastColorInverted);
  transition: opacity 0.3s ease-in-out;
}
:is(.frame-cibgbox) .phone:hover, :is(.frame-cibgbox) .phone:focus-visible,
:is(.frame-cibgbox) .mail:hover,
:is(.frame-cibgbox) .mail:focus-visible,
:is(.frame-cibgbox) .location:hover,
:is(.frame-cibgbox) .location:focus-visible,
:is(.frame-cibgbox) .double-arrow:hover,
:is(.frame-cibgbox) .double-arrow:focus-visible,
:is(.frame-cibgbox) .red-arrow:hover,
:is(.frame-cibgbox) .red-arrow:focus-visible {
  color: var(--contrastColorInverted);
  opacity: 0.7;
}
.phone::before,
.mail::before,
.location::before,
.double-arrow::before,
.red-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: var(--mainColorLight);
  mask: url("../Images/phone.svg") no-repeat center/100% auto;
}
:is(.frame-cibgbox) .phone::before,
:is(.frame-cibgbox) .mail::before,
:is(.frame-cibgbox) .location::before,
:is(.frame-cibgbox) .double-arrow::before,
:is(.frame-cibgbox) .red-arrow::before {
  background: var(--contrastColorInverted);
}
.phone:hover, .phone:focus-visible,
.mail:hover,
.mail:focus-visible,
.location:hover,
.location:focus-visible,
.double-arrow:hover,
.double-arrow:focus-visible,
.red-arrow:hover,
.red-arrow:focus-visible {
  text-decoration: underline;
}

.mail::before {
  mask: url("../Images/mail.svg") no-repeat center/100% auto;
}

.location::before {
  mask: url("../Images/location-pin.svg") no-repeat center/100% auto;
}
.location:hover {
  text-decoration: none;
}

.double-arrow {
  font-size: 33px;
  font-family: var(--headline);
  padding-left: 35px;
}
.double-arrow:hover {
  text-decoration: none;
}
.double-arrow::before {
  mask: url("../Images/doublearrow.svg") no-repeat center/100% auto;
  height: 30px;
  width: 30px;
  top: 0;
}

.red-arrow {
  font-family: var(--headline);
  color: var(--mainColorLight);
  font-weight: 700;
}
.red-arrow::before {
  mask: url("../Images/redarrow.svg") no-repeat center/100% auto;
}

.maincolortext {
  color: var(--mainColor) !important;
}

.roofline {
  color: var(--secondColor);
  font-family: var(--headline);
  font-size: 16px;
  text-transform: uppercase;
}

.secondcolortext {
  color: var(--secondColor) !important;
}

.largetext {
  font-size: clamp(1rem, 0.7083333333rem + 0.6666666667vw, 1.375rem);
  font-family: var(--headline);
  font-weight: 700;
}

.largertext {
  font-size: clamp(1.5rem, 1.0625rem + 1vw, 2.0625rem);
  font-family: var(--headline);
  font-weight: 700;
}

.smalltext {
  font-size: 0.85em;
}

.uppercase {
  text-transform: uppercase;
}

.table_container {
  overflow: auto;
}

.cont table {
  width: 100%;
  margin: 10px 0px 5px;
}
.cont table tr th {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: var(--mainColor);
  padding: 10px 15px;
}
.cont table tr td {
  padding: 5px 15px;
}
.cont table thead tr th {
  border-bottom: 1px solid var(--mainColor);
}
.cont table:not(.styledtable) tr th:first-child {
  padding-left: 0;
}
.cont table:not(.styledtable) tr td:first-child {
  padding-left: 0;
}
.cont table.styledtable tr th {
  color: var(--contrastColorInverted);
  background: var(--mainColor);
  border-right: 1px solid var(--contrastColorInverted);
}
.cont table.styledtable tr td {
  border-right: 1px solid var(--contrastColorInverted);
}
.cont table.styledtable tr td:last-child {
  border-right: none;
}
.cont table.styledtable tr:nth-child(even) {
  background-color: var(--backgroundColor);
}
.cont table.styledtable thead tr th {
  border-bottom: none;
}

@container (width < 960px) {
  .CookieDeclarationTable {
    display: block;
    max-width: 100%;
    overflow: auto;
  }
}
.gridrow {
  display: grid;
  gap: var(--space);
  --space: var(--spaceBetweenDefault);
  grid-template-columns: minmax(0, 1fr);
}
.gridrow.col-spacing-wide {
  --space: var(--spaceBetweenWide);
}
.gridrow.col-spacing-slim {
  --space: var(--spaceBetweenSlim);
}
.gridrow.align-middle {
  align-items: center;
}
.gridrow.align-top {
  align-items: flex-start;
}
.gridrow.align-bottom {
  align-items: flex-end;
}

/*Boxen 2er%*/
@container (width >=768px) {
  .px-grid2cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/*Boxen 3er%*/
@container (width >=768px) {
  .px-grid3cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/*Boxen 4er%*/
@container (width >=768px) {
  .px-grid4cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@container (width >=1024px) {
  .px-grid4cols {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/*Boxen 5er%*/
@container (width >=768px) {
  .px-grid5cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@container (width >=1024px) {
  .px-grid5cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@container (width >=1200px) {
  .px-grid5cols {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/*Boxen 33%-66%*/
@container (width >=768px) {
  .px-grid3366 {
    grid-template-columns: calc(33.333% - 1 * var(--space) / 2) calc(66.666% - 1 * var(--space) / 2);
  }
}

/*Boxen 66%-33%*/
.px-grid6633 .col2 {
  order: -1;
}
@container (width >=768px) {
  .px-grid6633 {
    grid-template-columns: calc(66.666% - 1 * var(--space) / 2) calc(33.333% - 1 * var(--space) / 2);
  }
  .px-grid6633 .col2 {
    order: 0;
  }
}

/*Boxen 20%-80%*/
@container (width >=768px) {
  .px-grid2080 {
    grid-template-columns: calc(33.333% - 1 * var(--space) / 2) calc(66.666% - 1 * var(--space) / 2);
  }
}
@container (width >=960px) {
  .px-grid2080 {
    grid-template-columns: calc(20% - 1 * var(--space) / 2) calc(80% - 1 * var(--space) / 2);
  }
}

/*Boxen 80%-20%*/
@container (width >=768px) {
  .px-grid8020 {
    grid-template-columns: calc(66.666% - 1 * var(--space) / 2) calc(33.333% - 1 * var(--space) / 2);
  }
}
@container (width >=960px) {
  .px-grid8020 {
    grid-template-columns: calc(80% - 1 * var(--space) / 2) calc(20% - 1 * var(--space) / 2);
  }
}

body {
  position: relative;
  display: flex;
  min-height: 100vh;
  height: fit-content;
  flex-direction: column;
  margin: 0 auto;
  overflow-x: clip;
}
body main {
  position: relative;
  flex: 1 0 auto;
  overflow-x: clip;
}
body main section > div.frame:first-of-type:not(:where(.frame-lightbgbox.frame-layout-10,
.frame-lightbgbox.frame-layout-20,
.frame-cibgbox.frame-layout-10,
.frame-cibgbox.frame-layout-20,
.frame-type-pxproject_grid100withimages),
.frame-space-before-extra-small,
.frame-space-before-small,
.frame-space-before-medium,
.frame-space-before-large,
.frame-space-before-extra-large) {
  padding-top: var(--defaultFrameSpace);
}
body main section > div:last-child:not(:where(.frame-lightbgbox.frame-layout-10,
.frame-lightbgbox.frame-layout-20,
.frame-cibgbox.frame-layout-10,
.frame-cibgbox.frame-layout-20,
.frame-type-pxproject_grid100withimages,
.frame-space-after-extra-small,
.frame-space-after-small,
.frame-space-after-medium,
.frame-space-after-large,
.frame-space-after-extra-large)) {
  padding-bottom: var(--defaultFrameSpace);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--formBorderColor);
  border-radius: 5px;
  font-family: var(--mainFont);
  background: transparent;
  padding: 10px 15px;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid var(--mainColor);
  outline: none;
}

label {
  font-family: var(--headline);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

input[type=submit] {
  width: auto;
  cursor: pointer;
  border: none;
  outline: none;
}
input[type=submit]:focus {
  border: none;
  outline: none;
}

select {
  appearance: none;
  cursor: pointer;
  color: var(--fontColor);
  background: url("../Images/select-arrow.svg") no-repeat center right 10px/10px auto;
  padding-right: 45px;
}
select option {
  color: var(--fontColor);
}
select:valid {
  border-color: var(--mainColor);
}

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

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

.form-check {
  display: flex;
  align-items: center;
}
.form-check label {
  text-transform: unset;
  font-weight: 500;
  font-size: 14px;
  color: #595959;
}

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

input:-webkit-autofill,
textarea:-webkit-autofill {
  transition-delay: 2147483647s;
}

::-webkit-input-placeholder {
  color: var(--backgroundColorDark);
  font-size: 14px;
}

:-moz-placeholder {
  opacity: 1;
  color: var(--backgroundColorDark);
  font-size: 14px;
}

::-moz-placeholder {
  opacity: 1;
  color: var(--backgroundColorDark);
  font-size: 14px;
}

:-ms-input-placeholder {
  color: var(--backgroundColorDark);
  font-size: 14px;
}

:focus {
  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, .checkbox input:focus-visible,
.radio input:hover,
.radio input:focus-visible {
  border-color: var(--mainColor);
}
.checkbox input:checked,
.radio input:checked {
  background: var(--contrastColorInverted) url("../Images/check.svg") no-repeat center center/80% auto;
  border: 1px solid var(--mainColor);
}
.checkbox input[type=radio],
.radio input[type=radio] {
  border-radius: 100%;
}

.frame[class*=px] {
  container-type: inline-size;
}

.frame-lightbgbox {
  background: var(--backgroundColor);
}

.frame-cibgbox {
  background: var(--mainColor);
  color: var(--contrastColorInverted);
}
.frame-cibgbox table thead tr th {
  border-color: var(--contrastColorInverted);
}
.frame-cibgbox table tr th {
  color: var(--contrastColorInverted);
}
.frame-cibgbox table.styledtable tr th {
  background: var(--contrastColorInverted);
  color: var(--mainColor);
  border-color: var(--mainColorDark);
}
.frame-cibgbox table.styledtable tr td {
  border-color: var(--mainColorDark);
}
.frame-cibgbox table.styledtable tr:nth-child(even) {
  background-color: var(--mainColorDark);
}

.frame-specialbox .inner {
  position: relative;
}
.frame-specialbox .inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../Images/grey-bg.svg) no-repeat;
  background-size: 300px;
  background-position: center;
  right: -90%;
  top: -200px;
  z-index: -1;
}

.frame-formcontainer {
  background-color: var(--backgroundColor);
  padding-block: 0 !important;
  max-width: var(--maxWidthBig);
  margin: 0 auto;
  position: relative;
}
.frame-formcontainer::before {
  content: "";
  width: 100vw;
  background: var(--backgroundColor);
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.frame-formcontainer::after {
  content: "";
  width: 100vw;
  background: var(--backgroundColor);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.frame-formcontainer > .inner {
  max-width: none;
  width: 100% !important;
  padding-right: max(4vw, (100% - 1600px) / 2);
}
.frame-formcontainer .inner {
  max-width: none;
  width: 100%;
}
@media all and (max-width: 768px) {
  .frame-formcontainer .inner {
    padding-right: 0;
  }
}
.frame-formcontainer .inner .frame-type-image {
  padding: 0;
}
.frame-formcontainer .inner .col2 {
  padding-block: 50px;
  padding-left: 120px;
}
@media all and (max-width: 768px) {
  .frame-formcontainer .inner .col2 {
    padding-block: 25px;
  }
}
@media all and (max-width: 960px) {
  .frame-formcontainer .inner .col2 {
    padding-inline: 4%;
  }
}
.frame-formcontainer .inner img {
  border-radius: 0 !important;
  min-height: 915px;
  object-fit: cover;
}
@media all and (max-width: 1600px) {
  .frame-formcontainer .inner img {
    min-height: 950px;
  }
}
@media all and (max-width: 768px) {
  .frame-formcontainer .inner img {
    min-height: auto;
  }
}

.frame-gradientbackground {
  background: linear-gradient(180deg, var(--backgroundColor), transparent);
}

/*Layouts -----------------------------------------*/
.cont > .frame {
  width: 100%;
}
.cont > .frame > .inner {
  width: var(--baseWidth);
  margin-inline: auto;
  max-width: var(--maxWidth);
}
.cont > .frame > .inner img {
  border-radius: 10px;
}
.cont > .frame.frame-layout-10 > .inner {
  max-width: none;
}
.cont > .frame.frame-layout-10.frame-lightbgbox {
  padding: 20px 0;
}
.cont > .frame.frame-layout-20 > .inner {
  max-width: var(--pageLimit);
}
.cont .frame-layout-30 > .inner {
  max-width: var(--reducedWidth);
}

.frame {
  padding: var(--defaultFrameSpace) 0;
}
.frame:where(.frame-space-before-extra-small, .frame-space-before-small, .frame-space-before-medium, .frame-space-before-large, .frame-space-before-extra-large, .frame-space-before-nospace) {
  margin-top: 0;
}
.frame:where(.frame-space-after-extra-small, .frame-space-after-small, .frame-space-after-medium, .frame-space-after-large, .frame-space-after-extra-large, .frame-space-after-nospace) {
  margin-bottom: 0;
}
.frame.frame:not(:is(.frame-cibgbox, .frame-lightbgbox, .frame-type-pxproject_textonimage, .frame-space-after-extra-small, .frame-space-after-small, .frame-space-after-medium, .frame-space-after-large, .frame-space-after-extra-large, .frame-space-after-nospace)):has(+ :is(.frame-space-before-extra-small, .frame-space-before-small, .frame-space-before-medium, .frame-space-before-large, .frame-space-before-extra-large, .frame-space-before-nospace)) {
  padding-bottom: 0;
}
.frame.frame:not(:is(.frame-cibgbox, .frame-lightbgbox, .frame-type-pxproject_textonimage, .frame-space-after-extra-small, .frame-space-after-small, .frame-space-after-medium, .frame-space-after-large, .frame-space-after-extra-large, .frame-space-after-nospace)):has(+ :is(.frame-cibgbox, .frame-lightbgbox, .frame-type-pxproject_textonimage)) {
  padding-bottom: calc(var(--defaultFrameSpace) * 2);
}
.frame:is(.frame-cibgbox, .frame-lightbgbox, .frame-type-pxproject_textonimage):has(+ .frame:not(:is(.frame-space-before-extra-small, .frame-space-before-small, .frame-space-before-medium, .frame-space-before-large, .frame-space-before-extra-large, .frame-space-before-nospace))) + .frame {
  padding-top: calc(var(--defaultFrameSpace) * 2);
}
.frame .frame {
  padding: var(--recursiveFrameSpace) 0;
}
.frame .frame .frame {
  padding: 0;
}
:is(.head, #subhead, .foot) .frame {
  padding-block: 0;
}
.frame-space-before-extra-small {
  padding-top: clamp(0.9375rem, 0.2083333333rem + 1.6666666667vw, 1.875rem) !important;
}
.frame-space-after-extra-small {
  padding-bottom: clamp(0.9375rem, 0.2083333333rem + 1.6666666667vw, 1.875rem) !important;
}
.frame-space-before-small {
  padding-top: clamp(1.25rem, 0.0347222222rem + 2.7777777778vw, 2.8125rem) !important;
}
.frame-space-after-small {
  padding-bottom: clamp(1.25rem, 0.0347222222rem + 2.7777777778vw, 2.8125rem) !important;
}
.frame-space-before-medium {
  padding-top: clamp(1.875rem, -0.0694444444rem + 4.4444444444vw, 4.375rem) !important;
}
.frame-space-after-medium {
  padding-bottom: clamp(1.875rem, -0.0694444444rem + 4.4444444444vw, 4.375rem) !important;
}
.frame-space-before-large {
  padding-top: clamp(2.5rem, -0.4166666667rem + 6.6666666667vw, 6.25rem) !important;
}
.frame-space-after-large {
  padding-bottom: clamp(2.5rem, -0.4166666667rem + 6.6666666667vw, 6.25rem) !important;
}
.frame-space-before-extra-large {
  padding-top: clamp(3.125rem, -4.1666666667rem + 16.6666666667vw, 12.5rem) !important;
}
.frame-space-after-extra-large {
  padding-bottom: clamp(3.125rem, -4.1666666667rem + 16.6666666667vw, 12.5rem) !important;
}
.frame-space-before-nospace {
  padding-top: 0 !important;
}
.frame-space-after-nospace {
  padding-bottom: 0 !important;
}
.frame-space:is(.frame-space-before-extra-small, .frame-space-before-small, .frame-space-before-medium, .frame-space-before-large, .frame-space-before-extra-large, .frame-space-before-nospace) {
  margin-top: 0;
}
.frame-space:is(.frame-space-after-extra-small, .frame-space-after-small, .frame-space-after-medium, .frame-space-after-large, .frame-space-after-extra-large, .frame-space-after-nospace) {
  margin-bottom: 0;
}
.frame-space:is(.frame-space-after-extra-small, .frame-space-after-small, .frame-space-after-medium, .frame-space-after-large, .frame-space-after-extra-large, .frame-space-after-nospace):not(:is(.frame-cibgbox, .frame-lightbgbox, .frame-type-pxproject_textonimage)):has(+ .frame:not(:is(.frame-cibgbox, .frame-lightbgbox, .frame-type-pxproject_textonimage, .frame-space-after-extra-small, .frame-space-after-small, .frame-space-after-medium, .frame-space-after-large, .frame-space-after-extra-large, .frame-space-after-nospace))) + .frame {
  padding-top: 0;
}

/*
*********************
Responsive Design ONLY for the standard Elements of TYPO3
*********************
*/
@container (width < 1024px) {
  /*
  *********************
  Text & Bild – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
  *********************
  */
  .ce-textpic.ce-intext {
    /*
    *********************
    Text & Bild / Text & Medien – Im Text rechts, Im Text links,
    Neben dem Text rechts, Neben dem Text links
    *********************
    */
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery, .ce-textpic.ce-intext.ce-left .ce-gallery {
    float: unset;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column {
    float: unset;
    width: 100%;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video {
    display: block;
    width: 100%;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure img,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure video,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video img,
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video video, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure img,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure video,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video img,
  .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video video {
    width: 100%;
    height: auto;
  }
}
@container (width < 960px) {
  /*
  *********************
  Nur Bild – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
  *********************
  */
  .ce-image .ce-gallery {
    margin-bottom: 0;
    float: none;
  }
  .ce-image .ce-gallery .ce-column {
    float: none;
  }
  .ce-image .ce-gallery .image {
    display: block;
    width: 100%;
  }
  .ce-image .ce-gallery .image img {
    width: 100%;
    height: auto;
  }
  /*
  *********************
  Dateilinks – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
  *********************
  */
  .ce-uploads li {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ce-uploads li::before {
    content: none !important;
  }
  .ce-uploads li a {
    display: block;
  }
  .ce-uploads li a img {
    display: block;
    float: unset;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .ce-uploads li > div span {
    font-size: 14px;
  }
}
.breadcrumb {
  width: var(--baseWidth);
  max-width: var(--maxWidthBig);
  margin: var(--spaceBetweenDefault) auto;
}
.breadcrumb ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  padding: 0;
  font-size: 12px;
  color: var(--backgroundColorDark);
}
.breadcrumb ul li:first-child::before {
  content: none;
}
.breadcrumb ul li:not(:first-child)::before {
  content: "»";
  position: relative;
  top: initial;
  left: initial;
  background: transparent;
  margin-right: 10px;
}

body.is-sticky .stickybuttons-wrapper {
  top: 45%;
}
@media all and (max-width: 768px) {
  body.is-sticky .stickybuttons-wrapper {
    top: auto;
    bottom: 20px;
  }
}

.stickybuttons {
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  z-index: 22;
  transition: 0.2s;
  visibility: visible;
  background: var(--mainColor);
  transform: translateX(calc(100% - 70px));
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 100px;
  padding: 10px;
}
.stickybuttons img {
  filter: invert(1) brightness(1000);
}
.stickybuttons li:first-child {
  display: none;
  background: var(--mainColor);
  padding: 18px 59px 18px 35px;
}
.stickybuttons li:first-child span {
  font-family: var(--headline);
  font-size: 22px;
  font-weight: 700;
}
@media all and (max-width: 1200px) {
  .stickybuttons {
    padding: 10px 5px;
    transform: translateX(calc(100% - 55px));
  }
}
@media all and (max-width: 768px) {
  .stickybuttons {
    gap: 0;
  }
}
@media all and (hover: hover) {
  .stickybuttons:hover, .stickybuttons:focus-visible {
    overflow: hidden;
    padding: 0;
    transform: translateX(30px);
    border-radius: 10px;
    background: var(--contrastColorInverted);
    padding-bottom: 15px;
  }
  .stickybuttons:hover img, .stickybuttons:focus-visible img {
    filter: none;
  }
  .stickybuttons:hover li:first-child, .stickybuttons:focus-visible li:first-child {
    display: block;
  }
  .stickybuttons:hover li:first-child a, .stickybuttons:focus-visible li:first-child a {
    border: none;
    padding-bottom: 0;
    margin-left: 0;
    color: white;
  }
  .stickybuttons:hover li:last-child a, .stickybuttons:focus-visible li:last-child a {
    border: none;
    padding-bottom: 0;
  }
  .stickybuttons:hover li a, .stickybuttons:focus-visible li a {
    margin-left: 20px;
    margin-right: 30px;
    border-bottom: 1px dashed var(--formBorderColor);
  }
  .stickybuttons:hover li a .text, .stickybuttons:focus-visible li a .text {
    color: var(--fontColor);
    max-width: 800px;
    max-height: unset;
    opacity: 1;
    margin-left: 15px;
  }
  .stickybuttons:hover li a:hover, .stickybuttons:focus-visible li a:hover {
    text-decoration: underline;
  }
}
.stickybuttons-wrapper {
  position: fixed;
  top: 35%;
  right: 20px;
  z-index: 88;
  width: 100%;
  visibility: hidden;
  transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media all and (max-width: 1200px) {
  .stickybuttons-wrapper {
    right: 0;
  }
}
.stickybuttons li a {
  display: flex;
  align-items: center;
  pointer-events: auto;
  color: var(--contrastColorInverted);
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .stickybuttons li a {
    padding-bottom: 0;
  }
}
.stickybuttons li a:hover {
  color: var(--fontColor);
}
.stickybuttons li a .image {
  min-width: 40px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stickybuttons li a .image img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.stickybuttons li a .text {
  display: flex;
  align-items: center;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.stickybuttons li a[href*=kontakt] img {
  width: 30px;
  height: 30px;
}

.head {
  position: sticky;
  top: 0;
  background: var(--contrastColorInverted);
  transition: var(--baseTransition);
  width: 100%;
  z-index: 99;
}
.head.is-sticky {
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
.head > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: var(--baseWidth);
  max-width: var(--headerWidth);
  margin-block: 15px;
  margin-inline: auto;
  transition: var(--baseTransition);
}
:is(.is-sticky) .head > .inner {
  margin-block: 10px;
}
.head > .inner .logo {
  transition: var(--baseTransition);
  background: url("../Images/logo.png") no-repeat 0/contain;
  width: 340px;
  height: 100px;
  margin-right: clamp(0rem, -3.8888888889rem + 8.8888888889vw, 5rem);
  flex-shrink: 0;
}
@media all and (max-width: 1600px) {
  .head > .inner .logo {
    width: 200px;
  }
}
:is(.is-sticky) .head > .inner .logo {
  width: 180px;
  height: 50px;
}
.head > .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.head > .inner .logo span {
  display: none;
}
.head .tabtocontent {
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
  transform: translateY(-50%);
  transition: var(--baseTransition);
  pointer-events: none;
  z-index: 9999;
  margin: 0;
}
.head .tabtocontent:focus-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.head .main-nav {
  display: flex;
  align-items: center;
  font-family: var(--headline);
}
.head .main-nav .headernav {
  margin: 0 0 0 clamp(0.625rem, -2.2916666667rem + 6.6666666667vw, 4.375rem);
  background-color: var(--mainColor);
  padding: 0 30px;
  border-radius: 50px;
  height: 48px;
  width: 145px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: var(--baseTransition);
}
.head .main-nav .headernav:hover {
  background-color: var(--mainColorLight);
}
@media all and (max-width: 1800px) {
  .head .main-nav .headernav {
    width: 48px;
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
@media all and (max-width: 1200px) {
  .head .main-nav .headernav {
    width: 100%;
    border-radius: 0;
    margin: 0;
    justify-content: flex-start;
  }
  .head .main-nav .headernav li {
    width: 100%;
  }
}
.head .main-nav .headernav img {
  transform: translateY(3px);
}
.head .main-nav .headernav a {
  color: var(--contrastColorInverted);
  font-family: var(--headline);
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  display: inline-block;
  line-height: 48px;
  display: block;
}
@media all and (max-width: 1200px) {
  .head .main-nav .headernav a {
    display: flex;
    align-items: center;
  }
}
.head .main-nav .headernav span {
  padding-left: 15px;
}
@media all and (max-width: 1800px) {
  .head .main-nav .headernav span {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .head .main-nav .headernav span {
    display: flex;
  }
}
.head .main-nav .headernav li {
  line-height: 1;
}
@media all and (max-width: 1200px) {
  .head .main-nav .headernav li {
    margin-left: 4%;
  }
}
.head .nav {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media all and (min-width: 1600px) {
  .head .nav {
    gap: 50px;
  }
}
.head .nav > li {
  position: relative;
  list-style: none;
  position: relative;
  align-items: center;
  gap: 8px;
}
.head .nav > li a {
  display: block;
  text-decoration: none;
  color: var(--fontColor);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
@media all and (min-width: 1600px) {
  .head .nav > li a {
    font-size: 18px;
  }
}
.head .nav > li > a {
  padding: 10px 0;
  position: relative;
}
@media all and (min-width: 1201px) {
  .head .nav > li.uid29 > a {
    display: inline-block;
    color: var(--contrastColorInverted);
    padding: clamp(0.625rem, 0.3819444444rem + 0.5555555556vw, 0.9375rem) clamp(0.9375rem, 0.4513888889rem + 1.1111111111vw, 1.5625rem);
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    line-height: 120%;
    background: var(--mainColor);
    border: 2px solid var(--mainColor);
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    cursor: pointer;
  }
  .head .nav > li.uid29 > a:hover, .head .nav > li.uid29 > a:focus-visible {
    background-color: var(--mainColorDark);
    border-color: var(--mainColorDark);
    color: var(--contrastColorInverted);
  }
  .head .nav > li.uid29.active > a {
    background: var(--mainColorDark);
    border-color: var(--mainColorDark);
    color: var(--contrastColorInverted);
  }
}
.head .nav > li:hover > .subnav, .head .nav > li:focus-within > .subnav, .head .nav > li:hover .subnav2, .head .nav > li:focus-within .subnav2 {
  display: block;
}
@media all and (min-width: 1200px) {
  .head .nav > li:hover > .subnav, .head .nav > li:focus-within > .subnav, .head .nav > li:hover .subnav2, .head .nav > li:focus-within .subnav2 {
    columns: 2;
  }
}
.head .nav > li:hover > a, .head .nav > li.active > a, .head .nav > li:has(:focus-visible) > a {
  color: var(--mainColor);
}
.head .nav > li .subnav {
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  background: var(--contrastColorInverted);
  padding: 20px;
}
.head .nav > li .subnav#subnav-42 {
  left: unset !important;
  right: 0 !important;
}
@media all and (min-width: 1200px) {
  .head .nav > li .subnav {
    border-radius: 10px;
  }
}
.head .nav > li .subnav ul {
  display: block;
}
.head .nav > li .subnav li a {
  font-family: var(--headline);
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  color: var(--contrastColorInverted);
  padding: 10px 20px;
  white-space: nowrap;
}
.head .nav > li .subnav li:hover > a, .head .nav > li .subnav li.active > a, .head .nav > li .subnav li:has(:focus-visible) > a {
  text-decoration: underline;
}
.head .nav > li .subnav li:has(:focus-visible) > a {
  outline: 2px solid var(--mainColor);
  outline-offset: -2px;
}
.head .nav > li .subnav li:hover > .subnav, .head .nav > li .subnav li:focus-within > .subnav {
  display: flex;
}
.head .nav > li .subnav li:has(.subnav) {
  position: relative;
}
.head .nav > li .subnav li > .subnav {
  left: 100%;
  padding-left: 5px;
  top: 0;
}
@media all and (min-width: 1200px) {
  .head .nav > li .showSub {
    mask: url(../Images/down-arrow.svg) no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -20px;
    bottom: 14px;
  }
  .head .nav > li.fe-color-default .subnav, .head .nav > li.fe-color-default .showSub {
    background-color: var(--mainColor);
  }
  .head .nav > li.fe-color-red .subnav, .head .nav > li.fe-color-red .showSub {
    background-color: var(--red);
  }
  .head .nav > li.fe-color-dark-red .subnav, .head .nav > li.fe-color-dark-red .showSub {
    background-color: var(--darkred);
  }
  .head .nav > li.fe-color-yellow .subnav, .head .nav > li.fe-color-yellow .showSub {
    background-color: var(--yellow);
  }
  .head .nav > li.fe-color-green .subnav, .head .nav > li.fe-color-green .showSub {
    background-color: var(--green);
  }
  .head .nav > li.fe-color-light-blue .subnav, .head .nav > li.fe-color-light-blue .showSub {
    background-color: #0081C7;
  }
  .head .nav > li.fe-color-dark-blue .subnav, .head .nav > li.fe-color-dark-blue .showSub {
    background-color: #039;
  }
}
@media all and (max-width: 1920px) {
  .head .nav > li:last-of-type .subnav {
    left: auto;
    right: 0;
  }
}

.hamburger {
  display: none;
}

.hamburger {
  position: relative;
  height: 50px;
  width: 50px;
  cursor: pointer;
  transition: var(--baseTransition);
}
.hamburger-line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 3px;
  background: var(--secondColor);
  transition: var(--baseTransition);
  border-radius: 5px;
}
.hamburger-line:first-child {
  transform: translateX(-50%) translateY(calc(-1 * 7px - 3px));
}
.hamburger-line:last-child {
  transform: translateX(-50%) translateY(7px);
}
.hamburger.is-active .hamburger-line {
  width: 40px;
}
.hamburger.is-active .hamburger-line:first-child {
  transform: translateX(-50%) translateY(0) rotate(-45deg);
}
.hamburger.is-active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .hamburger-line:last-child {
  transform: translateX(-50%) translateY(0) rotate(45deg);
}

@media all and (min-width: 1200px) {
  .head > .inner .main-nav {
    display: flex !important;
    align-items: center;
  }
}
@media all and (max-width: 1200px) {
  /*Nav*/
  .hamburger {
    display: block;
  }
  .head > .inner {
    position: static;
  }
  .head > .inner .main-nav {
    display: none;
    position: fixed;
    top: var(--stickyHeaderHeightMobile);
    left: 0;
    width: 100%;
    overflow: scroll;
    max-height: calc(100dvh - var(--stickyHeaderHeightMobile));
  }
  .head > .inner .main-nav .nav {
    flex-direction: column;
    gap: 0;
  }
}
@media all and (max-width: 1200px) and (min-width: 1200px) {
  .head > .inner .main-nav .nav {
    margin-top: 60px;
  }
}
@media all and (max-width: 1200px) {
  .head > .inner .main-nav .nav li {
    width: 100%;
    position: relative;
  }
  .head > .inner .main-nav .nav li:hover > .subnav, .head > .inner .main-nav .nav li:focus-within > .subnav {
    display: none;
  }
  .head > .inner .main-nav .nav li:hover > a, .head > .inner .main-nav .nav li:has(:focus-visible) > a, .head > .inner .main-nav .nav li.active > a {
    color: var(--mainColor);
  }
  .head > .inner .main-nav .nav li:has(:focus-visible) > a {
    outline: 2px solid var(--mainColor);
    outline-offset: -2px;
  }
  .head > .inner .main-nav .nav li a {
    background-color: var(--backgroundColor);
    border-bottom: 1px solid var(--contrastColorInverted);
    padding: 20px 4%;
    width: 100%;
    border-radius: 0;
  }
  .head > .inner .main-nav .nav li.fe-color-default .subnav li a {
    color: var(--mainColor);
  }
  .head > .inner .main-nav .nav li.fe-color-red .subnav li a {
    color: var(--red);
  }
  .head > .inner .main-nav .nav li.fe-color-dark-red .subnav li a {
    color: var(--darkred);
  }
  .head > .inner .main-nav .nav li.fe-color-yellow .subnav li a {
    color: var(--yellow);
  }
  .head > .inner .main-nav .nav li.fe-color-green .subnav li a {
    color: var(--green);
  }
  .head > .inner .main-nav .nav li.fe-color-light-blue .subnav li a {
    color: #0081C7;
  }
  .head > .inner .main-nav .nav li.fe-color-dark-blue .subnav li a {
    color: #039;
  }
  .head > .inner .main-nav .nav li .showSub::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .head > .inner .main-nav .nav li.fe-color-default > .showSub::after {
    border-top: 5px dashed var(--mainColor);
    transition: var(--baseTransition);
  }
  .head > .inner .main-nav .nav li.fe-color-red > .showSub::after {
    border-top: 5px dashed var(--red);
    transition: var(--baseTransition);
  }
  .head > .inner .main-nav .nav li.fe-color-dark-red > .showSub::after {
    border-top: 5px dashed var(--darkred);
    transition: var(--baseTransition);
  }
  .head > .inner .main-nav .nav li.fe-color-yellow > .showSub::after {
    border-top: 5px dashed var(--yellow);
    transition: var(--baseTransition);
  }
  .head > .inner .main-nav .nav li.fe-color-green > .showSub::after {
    border-top: 5px dashed var(--green);
    transition: var(--baseTransition);
  }
  .head > .inner .main-nav .nav li.fe-color-light-blue > .showSub::after {
    border-top: 5px dashed #0081C7;
    transition: var(--baseTransition);
  }
  .head > .inner .main-nav .nav li.fe-color-dark-blue > .showSub::after {
    border-top: 5px dashed #039;
    transition: var(--baseTransition);
  }
  .head > .inner .main-nav .nav li .subnav {
    transform: translate(0);
    padding: 0;
    box-shadow: none;
  }
  .head > .inner .main-nav .nav li .subnav li a {
    padding: 10px 40px;
    color: var(--mainColor);
  }
  .head > .inner .main-nav .nav li .subnav li:hover > a, .head > .inner .main-nav .nav li .subnav li:has(:focus-visible) > a, .head > .inner .main-nav .nav li .subnav li.active > a {
    color: var(--mainColor);
  }
  .head > .inner .main-nav .nav li .subnav li + li {
    border-top: none;
    margin-left: 0;
  }
  .head > .inner .main-nav .nav li .subnav .showSub {
    height: 47px;
    line-height: 47px;
    background: var(--mainColor);
  }
  .head > .inner .main-nav .nav li .subnav,
  .head > .inner .main-nav .nav li .subnav.subnav2, .head > .inner .main-nav .nav li:last-child > .subnav, .head > .inner .main-nav .nav li:last-child > .subnav.subnav2 {
    position: inherit;
    left: inherit;
    top: inherit;
  }
  .head > .inner .main-nav .nav li:hover > .subnav, .head > .inner .main-nav .nav li:focus-within > .subnav, .head > .inner .main-nav .nav li:hover > .subnav2.subnav, .head > .inner .main-nav .nav li:focus-within > .subnav2.subnav, .head > .inner .main-nav .nav li:hover > .subnav .subnav2, .head > .inner .main-nav .nav li:focus-within > .subnav .subnav2 {
    display: none;
  }
  .head > .inner .main-nav .nav li .showSub {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    width: 67px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    transition: var(--baseTransition);
  }
  .head > .inner .main-nav .nav li .showSub::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
  }
  .head > .inner .main-nav .nav li .showSub.open::after {
    transform: rotate(180deg);
  }
  .head > .inner .main-nav .nav li .showSub:focus-visible {
    outline: 2px solid var(--mainColor);
    outline-offset: -3px;
  }
}
.px-banner {
  position: relative;
  min-height: 704px;
  display: flex;
  align-items: center;
}
@container (width < 960px) {
  .px-banner {
    min-height: 400px;
  }
}
@container (width < 640px) {
  .px-banner {
    min-height: 250px;
  }
}
.px-banner.large-height {
  min-height: 840px;
}
@container (width < 1200px) {
  .px-banner.large-height {
    min-height: 600px;
  }
}
@container (width < 960px) {
  .px-banner.large-height {
    min-height: 400px;
  }
}
@container (width < 640px) {
  .px-banner.large-height {
    min-height: 250px;
  }
}
.px-banner:not(.large-height) {
  margin-bottom: 100px;
}
@media all and (max-width: 1200px) {
  .px-banner:not(.large-height) {
    margin: 0;
  }
}
.px-banner:not(.large-height) .text h1, .px-banner:not(.large-height) .text h2, .px-banner:not(.large-height) .text h3 {
  color: var(--contrastColorDark);
  margin: 0;
  line-height: 110%;
}
@media all and (min-width: 1200px) {
  .px-banner:not(.large-height) .text {
    background: var(--mainColorLight);
    position: absolute;
    bottom: -100px;
    left: 210px;
    width: 60%;
    padding: 25px 50px;
    border-radius: 10px;
  }
}
.px-banner:not(.large-height) .text--default h1, .px-banner:not(.large-height) .text--default h2, .px-banner:not(.large-height) .text--default h3 {
  color: var(--contrastColorInverted);
  margin: 0;
  line-height: 110%;
}
@media all and (min-width: 1200px) {
  .px-banner:not(.large-height) .text--default {
    background: var(--mainColor);
    position: absolute;
    bottom: -100px;
    left: 210px;
    width: 60%;
    padding: 25px 50px;
    border-radius: 10px;
  }
}
.px-banner:not(.large-height) .text--red h1, .px-banner:not(.large-height) .text--red h2, .px-banner:not(.large-height) .text--red h3 {
  color: var(--contrastColorInverted);
  margin: 0;
  line-height: 110%;
}
@media all and (min-width: 1200px) {
  .px-banner:not(.large-height) .text--red {
    background: var(--red);
    position: absolute;
    bottom: -100px;
    left: 210px;
    width: 60%;
    padding: 25px 50px;
    border-radius: 10px;
  }
}
.px-banner:not(.large-height) .text--dark-red h1, .px-banner:not(.large-height) .text--dark-red h2, .px-banner:not(.large-height) .text--dark-red h3 {
  color: var(--contrastColorInverted);
  margin: 0;
  line-height: 110%;
}
@media all and (min-width: 1200px) {
  .px-banner:not(.large-height) .text--dark-red {
    background: var(--darkred);
    position: absolute;
    bottom: -100px;
    left: 210px;
    width: 60%;
    padding: 25px 50px;
    border-radius: 10px;
  }
}
.px-banner:not(.large-height) .text--yellow h1, .px-banner:not(.large-height) .text--yellow h2, .px-banner:not(.large-height) .text--yellow h3 {
  color: var(--contrastColorInverted);
  margin: 0;
  line-height: 110%;
}
@media all and (min-width: 1200px) {
  .px-banner:not(.large-height) .text--yellow {
    background: var(--yellow);
    position: absolute;
    bottom: -100px;
    left: 210px;
    width: 60%;
    padding: 25px 50px;
    border-radius: 10px;
  }
}
.px-banner:not(.large-height) .text--green h1, .px-banner:not(.large-height) .text--green h2, .px-banner:not(.large-height) .text--green h3 {
  color: var(--contrastColorInverted);
  margin: 0;
  line-height: 110%;
}
@media all and (min-width: 1200px) {
  .px-banner:not(.large-height) .text--green {
    background: var(--green);
    position: absolute;
    bottom: -100px;
    left: 210px;
    width: 60%;
    padding: 25px 50px;
    border-radius: 10px;
  }
}
.px-banner:not(.large-height) .text--light-blue h1, .px-banner:not(.large-height) .text--light-blue h2, .px-banner:not(.large-height) .text--light-blue h3 {
  color: var(--contrastColorInverted);
  margin: 0;
  line-height: 110%;
}
@media all and (min-width: 1200px) {
  .px-banner:not(.large-height) .text--light-blue {
    background: #0081C7;
    position: absolute;
    bottom: -100px;
    left: 210px;
    width: 60%;
    padding: 25px 50px;
    border-radius: 10px;
  }
}
.px-banner:not(.large-height) .text--dark-blue h1, .px-banner:not(.large-height) .text--dark-blue h2, .px-banner:not(.large-height) .text--dark-blue h3 {
  color: var(--contrastColorInverted);
  margin: 0;
  line-height: 110%;
}
@media all and (min-width: 1200px) {
  .px-banner:not(.large-height) .text--dark-blue {
    background: #039;
    position: absolute;
    bottom: -100px;
    left: 210px;
    width: 60%;
    padding: 25px 50px;
    border-radius: 10px;
  }
}
.px-banner::after {
  content: "";
  background: url(../Images/pattern.svg);
  position: absolute;
  left: 20px;
  bottom: -180px;
  width: 70px;
  height: 160px;
}
.px-banner .image, .px-banner .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.px-banner .image::after, .px-banner .media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(var(--contrastColorRGB), 0.4);
}
@media all and (max-width: 960px) {
  .px-banner .image::after, .px-banner .media::after {
    background: rgba(var(--contrastColorRGB), 0.7);
  }
}
.px-banner .image :is(img, video), .px-banner .media :is(img, video) {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.px-banner .text--default {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 40px 0;
  color: var(--contrastColorInverted);
  width: var(--baseWidth);
  max-width: var(--headerTextWidth);
}
.px-banner .text--default h1, .px-banner .text--default h2, .px-banner .text--default h3, .px-banner .text--default h4, .px-banner .text--default h5, .px-banner .text--default h6, .px-banner .text--default .largetext {
  font-family: var(--headline);
}
.px-banner .text--default h1, .px-banner .text--default h2, .px-banner .text--default h3, .px-banner .text--default h4, .px-banner .text--default h5, .px-banner .text--default h6 {
  color: var(--contrastColorInverted);
}
.px-banner .text--default .largetext {
  font-size: 16px;
  text-transform: uppercase;
}
.px-banner .text--default .button-secondary {
  border-color: var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
.px-banner .text--default .button-secondary:hover, .px-banner .text--default .button-secondary:focus-visible {
  color: var(--mainColor);
  background: var(--contrastColorInverted);
}
.px-banner .text--red {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 40px 0;
  color: var(--contrastColorInverted);
  width: var(--baseWidth);
  max-width: var(--headerTextWidth);
}
.px-banner .text--red h1, .px-banner .text--red h2, .px-banner .text--red h3, .px-banner .text--red h4, .px-banner .text--red h5, .px-banner .text--red h6, .px-banner .text--red .largetext {
  font-family: var(--headline);
}
.px-banner .text--red h1, .px-banner .text--red h2, .px-banner .text--red h3, .px-banner .text--red h4, .px-banner .text--red h5, .px-banner .text--red h6 {
  color: var(--contrastColorInverted);
}
.px-banner .text--red .largetext {
  font-size: 16px;
  text-transform: uppercase;
}
.px-banner .text--red .button-secondary {
  border-color: var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
.px-banner .text--red .button-secondary:hover, .px-banner .text--red .button-secondary:focus-visible {
  color: var(--mainColor);
  background: var(--contrastColorInverted);
}
.px-banner .text--dark-red {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 40px 0;
  color: var(--contrastColorInverted);
  width: var(--baseWidth);
  max-width: var(--headerTextWidth);
}
.px-banner .text--dark-red h1, .px-banner .text--dark-red h2, .px-banner .text--dark-red h3, .px-banner .text--dark-red h4, .px-banner .text--dark-red h5, .px-banner .text--dark-red h6, .px-banner .text--dark-red .largetext {
  font-family: var(--headline);
}
.px-banner .text--dark-red h1, .px-banner .text--dark-red h2, .px-banner .text--dark-red h3, .px-banner .text--dark-red h4, .px-banner .text--dark-red h5, .px-banner .text--dark-red h6 {
  color: var(--contrastColorInverted);
}
.px-banner .text--dark-red .largetext {
  font-size: 16px;
  text-transform: uppercase;
}
.px-banner .text--dark-red .button-secondary {
  border-color: var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
.px-banner .text--dark-red .button-secondary:hover, .px-banner .text--dark-red .button-secondary:focus-visible {
  color: var(--mainColor);
  background: var(--contrastColorInverted);
}
.px-banner .text--yellow {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 40px 0;
  color: var(--contrastColorInverted);
  width: var(--baseWidth);
  max-width: var(--headerTextWidth);
}
.px-banner .text--yellow h1, .px-banner .text--yellow h2, .px-banner .text--yellow h3, .px-banner .text--yellow h4, .px-banner .text--yellow h5, .px-banner .text--yellow h6, .px-banner .text--yellow .largetext {
  font-family: var(--headline);
}
.px-banner .text--yellow h1, .px-banner .text--yellow h2, .px-banner .text--yellow h3, .px-banner .text--yellow h4, .px-banner .text--yellow h5, .px-banner .text--yellow h6 {
  color: var(--contrastColorInverted);
}
.px-banner .text--yellow .largetext {
  font-size: 16px;
  text-transform: uppercase;
}
.px-banner .text--yellow .button-secondary {
  border-color: var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
.px-banner .text--yellow .button-secondary:hover, .px-banner .text--yellow .button-secondary:focus-visible {
  color: var(--mainColor);
  background: var(--contrastColorInverted);
}
.px-banner .text--green {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 40px 0;
  color: var(--contrastColorInverted);
  width: var(--baseWidth);
  max-width: var(--headerTextWidth);
}
.px-banner .text--green h1, .px-banner .text--green h2, .px-banner .text--green h3, .px-banner .text--green h4, .px-banner .text--green h5, .px-banner .text--green h6, .px-banner .text--green .largetext {
  font-family: var(--headline);
}
.px-banner .text--green h1, .px-banner .text--green h2, .px-banner .text--green h3, .px-banner .text--green h4, .px-banner .text--green h5, .px-banner .text--green h6 {
  color: var(--contrastColorInverted);
}
.px-banner .text--green .largetext {
  font-size: 16px;
  text-transform: uppercase;
}
.px-banner .text--green .button-secondary {
  border-color: var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
.px-banner .text--green .button-secondary:hover, .px-banner .text--green .button-secondary:focus-visible {
  color: var(--mainColor);
  background: var(--contrastColorInverted);
}
.px-banner .text--light-blue {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 40px 0;
  color: var(--contrastColorInverted);
  width: var(--baseWidth);
  max-width: var(--headerTextWidth);
}
.px-banner .text--light-blue h1, .px-banner .text--light-blue h2, .px-banner .text--light-blue h3, .px-banner .text--light-blue h4, .px-banner .text--light-blue h5, .px-banner .text--light-blue h6, .px-banner .text--light-blue .largetext {
  font-family: var(--headline);
}
.px-banner .text--light-blue h1, .px-banner .text--light-blue h2, .px-banner .text--light-blue h3, .px-banner .text--light-blue h4, .px-banner .text--light-blue h5, .px-banner .text--light-blue h6 {
  color: var(--contrastColorInverted);
}
.px-banner .text--light-blue .largetext {
  font-size: 16px;
  text-transform: uppercase;
}
.px-banner .text--light-blue .button-secondary {
  border-color: var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
.px-banner .text--light-blue .button-secondary:hover, .px-banner .text--light-blue .button-secondary:focus-visible {
  color: var(--mainColor);
  background: var(--contrastColorInverted);
}
.px-banner .text--dark-blue {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 40px 0;
  color: var(--contrastColorInverted);
  width: var(--baseWidth);
  max-width: var(--headerTextWidth);
}
.px-banner .text--dark-blue h1, .px-banner .text--dark-blue h2, .px-banner .text--dark-blue h3, .px-banner .text--dark-blue h4, .px-banner .text--dark-blue h5, .px-banner .text--dark-blue h6, .px-banner .text--dark-blue .largetext {
  font-family: var(--headline);
}
.px-banner .text--dark-blue h1, .px-banner .text--dark-blue h2, .px-banner .text--dark-blue h3, .px-banner .text--dark-blue h4, .px-banner .text--dark-blue h5, .px-banner .text--dark-blue h6 {
  color: var(--contrastColorInverted);
}
.px-banner .text--dark-blue .largetext {
  font-size: 16px;
  text-transform: uppercase;
}
.px-banner .text--dark-blue .button-secondary {
  border-color: var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
.px-banner .text--dark-blue .button-secondary:hover, .px-banner .text--dark-blue .button-secondary:focus-visible {
  color: var(--mainColor);
  background: var(--contrastColorInverted);
}
.contact-box {
  max-width: var(--headerTextWidth);
  width: var(--baseWidth);
  margin: 0 auto;
}
.contact-box--inner {
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
  background-color: var(--contrastColorInverted);
  width: fit-content;
  padding-inline: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 95px;
  transform: translateY(-50%);
  border-radius: 50px;
}
@media all and (max-width: 450px) {
  .contact-box--inner {
    flex-flow: column;
    width: 100%;
    gap: 5px;
    justify-content: center;
    align-items: flex-start;
  }
}
@media all and (max-width: 768px) {
  .contact-box--inner {
    transform: translateY(-20%);
  }
}
.contact-box--inner .contact-email, .contact-box--inner .contact-phone {
  font-family: var(--headline);
  font-weight: 700;
  padding-left: 35px;
}
.contact-box--inner .contact-email:hover a, .contact-box--inner .contact-phone:hover a {
  color: var(--mainColor);
  border-bottom: 2px solid var(--mainColor);
  padding-bottom: 2px;
}
.contact-box--inner .contact-phone {
  border-right: 1px dashed var(--borderColor);
  padding-right: 20px;
  background: url(../Images/phone.svg) no-repeat left;
  background-size: 20px;
}
@media all and (max-width: 768px) {
  .contact-box--inner .contact-phone {
    border: none;
  }
}
.contact-box--inner .contact-email {
  background: url(../Images/mail.svg) no-repeat left;
  background-size: 20px;
}
.contact-box--inner p {
  margin-top: 0;
}

.px-counter {
  position: relative;
  border-radius: 250px;
  padding: 30px 100px;
  background: var(--contrastColorInverted);
}
@media all and (min-width: 960px) {
  .px-counter {
    box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.09);
  }
}
@media all and (max-width: 768px) {
  .px-counter {
    padding: 10px;
  }
}
.px-counter::after {
  content: "";
  background: url(../Images/counter-arrow.svg) no-repeat;
  position: absolute;
  inset: 0;
  left: 95%;
  top: -50px;
  transform: translateX(100px);
}
@media all and (max-width: 1600px) {
  .px-counter::after {
    display: none;
  }
}
.px-counter-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px clamp(0.625rem, -0.8333333333rem + 3.3333333333vw, 2.5rem);
}
@media all and (max-width: 768px) {
  .px-counter-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.px-counter-inner .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.625rem, -0.2013888889rem + 1.8888888889vw, 1.6875rem);
  text-align: center;
}
.px-counter-inner .item::after {
  content: "";
  border-right: 1px dashed var(--borderColor);
  position: absolute;
  height: 50%;
  top: 25%;
  left: calc(100% + clamp(0.3125rem, -0.4166666667rem + 1.6666666667vw, 1.25rem));
}
.px-counter-inner .item:last-child::after {
  border: none;
}
@media all and (max-width: 768px) {
  .px-counter-inner .item:nth-child(2)::after {
    border: none;
  }
}
.px-counter-inner .item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondColor);
  border-radius: 50px;
  aspect-ratio: 1/1;
  width: clamp(2.5rem, 1.2847222222rem + 2.7777777778vw, 4.0625rem);
  height: clamp(2.5rem, 1.2847222222rem + 2.7777777778vw, 4.0625rem);
}
.px-counter-inner .item .image img {
  width: clamp(1.25rem, 0.2777777778rem + 2.2222222222vw, 2.5rem);
  height: clamp(1.25rem, 0.2777777778rem + 2.2222222222vw, 2.5rem);
  object-fit: contain;
  display: block;
}
.px-counter-inner .item .number-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.px-counter-inner .item .number-wrap .number {
  font-size: clamp(1.5rem, -0.7361111111rem + 5.1111111111vw, 4.375rem);
  font-family: var(--headline);
  font-weight: 700;
  text-align: center;
}
.px-counter-inner .item .number-wrap .unit {
  font-weight: bold;
  margin-top: initial;
}
.px-counter-inner .item .title {
  text-transform: uppercase;
  font-size: 19px;
  font-family: var(--headline);
}

.px-hint {
  padding: 50px;
  background: var(--warningColor);
  color: var(--contrastColorInverted);
}

.px-teaser-inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 30px;
}
.px-teaser-inner::before {
  content: "";
  background: url(../Images/gradient-big.svg) no-repeat;
  position: absolute;
  inset: 0;
  transform: translateX(20%);
  width: 100vw;
  top: -50%;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .px-teaser-inner::before {
    display: none;
  }
}
.px-teaser-inner .item, .px-teaser-inner a {
  position: relative;
  background: var(--contrastColorInverted);
  border-radius: 10px;
  overflow: hidden;
  grid-column: span 3;
  height: 410px;
}
.px-teaser-inner .item:nth-child(4n+1), .px-teaser-inner .item:nth-child(4n+4), .px-teaser-inner a:nth-child(4n+1), .px-teaser-inner a:nth-child(4n+4) {
  grid-column: span 4;
}
@media all and (max-width: 640px) {
  .px-teaser-inner .item:nth-child(4n+1), .px-teaser-inner .item:nth-child(4n+4), .px-teaser-inner a:nth-child(4n+1), .px-teaser-inner a:nth-child(4n+4) {
    grid-column: span 7;
  }
}
@media all and (max-width: 640px) {
  .px-teaser-inner .item, .px-teaser-inner a {
    grid-column: span 7;
  }
}
.px-teaser-inner .item .image, .px-teaser-inner a .image {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
.px-teaser-inner .item .image img, .px-teaser-inner a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.px-teaser-inner .item .image::before, .px-teaser-inner a .image::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(transparent, transparent, #212121);
}
@media all and (max-width: 1200px) {
  .px-teaser-inner .item .image::before, .px-teaser-inner a .image::before {
    background: black;
    opacity: 0.55;
  }
}
.px-teaser-inner .item:hover .image, .px-teaser-inner a:hover .image {
  transform: scale(105%);
}
.px-teaser-inner .item p, .px-teaser-inner a p {
  color: var(--fontColor);
}
.px-teaser-inner .item h1, .px-teaser-inner .item h2, .px-teaser-inner .item h3, .px-teaser-inner .item h4, .px-teaser-inner .item h5, .px-teaser-inner .item h6, .px-teaser-inner .item .roofline, .px-teaser-inner a h1, .px-teaser-inner a h2, .px-teaser-inner a h3, .px-teaser-inner a h4, .px-teaser-inner a h5, .px-teaser-inner a h6, .px-teaser-inner a .roofline {
  color: var(--headlineColor);
}
.px-teaser-inner .item .button, .px-teaser-inner a .button {
  color: var(--contrastColorInverted);
  background: var(--mainColor);
  border-color: var(--mainColor);
}
.px-teaser-inner .item .button:hover, .px-teaser-inner a .button:hover {
  color: var(--mainColor);
  background: var(--contrastColorInverted);
}
.px-teaser-inner .item .content, .px-teaser-inner a .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
.px-teaser-inner .item .content .roofline, .px-teaser-inner a .content .roofline {
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
  width: fit-content;
  padding: 8px 20px;
  border-radius: 10px 0;
  color: var(--contrastColorInverted);
}
.px-teaser-inner .item .content .roofline--default, .px-teaser-inner a .content .roofline--default {
  background: var(--mainColor);
}
.px-teaser-inner .item .content .roofline--red, .px-teaser-inner a .content .roofline--red {
  background: var(--red);
}
.px-teaser-inner .item .content .roofline--dark-red, .px-teaser-inner a .content .roofline--dark-red {
  background: var(--darkred);
}
.px-teaser-inner .item .content .roofline--yellow, .px-teaser-inner a .content .roofline--yellow {
  background: var(--yellow);
}
.px-teaser-inner .item .content .roofline--green, .px-teaser-inner a .content .roofline--green {
  background: var(--green);
}
.px-teaser-inner .item .content .roofline--light-blue, .px-teaser-inner a .content .roofline--light-blue {
  background: #0081C7;
}
.px-teaser-inner .item .content .roofline--dark-blue, .px-teaser-inner a .content .roofline--dark-blue {
  background: #039;
}
.px-teaser-inner .item .content .lower-content, .px-teaser-inner a .content .lower-content {
  padding-inline: 40px;
  padding-bottom: 30px;
}
@media all and (max-width: 768px) {
  .px-teaser-inner .item .content .lower-content, .px-teaser-inner a .content .lower-content {
    padding-inline: 20px;
  }
  .px-teaser-inner .item .content .lower-content .text, .px-teaser-inner a .content .lower-content .text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
  }
}
.px-teaser-inner .item .content .lower-content .link, .px-teaser-inner a .content .lower-content .link {
  position: relative;
  padding-left: 30px;
  overflow: hidden;
  transition: var(--slowTransition);
  overflow: hidden;
  margin-top: 0;
  font-weight: 700;
  font-family: var(--headline);
  padding-top: 10px;
}
@media all and (min-width: 1200px) {
  .px-teaser-inner .item .content .lower-content .link, .px-teaser-inner a .content .lower-content .link {
    max-height: 0;
    padding-top: 3px;
  }
}
.px-teaser-inner .item .content .lower-content .link::before, .px-teaser-inner a .content .lower-content .link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  mask: url(../Images/link-arrow.svg) left no-repeat;
  height: 20px;
  width: 20px;
  transition: var(--slowTransition);
}
@media all and (min-width: 1200px) {
  .px-teaser-inner .item .content .lower-content .link::before, .px-teaser-inner a .content .lower-content .link::before {
    opacity: 0;
    top: 6px;
  }
}
.px-teaser-inner .item .content .lower-content .link--default::before, .px-teaser-inner a .content .lower-content .link--default::before {
  background: var(--mainColor);
}
.px-teaser-inner .item .content .lower-content .link--red::before, .px-teaser-inner a .content .lower-content .link--red::before {
  background: var(--red);
}
.px-teaser-inner .item .content .lower-content .link--dark-red::before, .px-teaser-inner a .content .lower-content .link--dark-red::before {
  background: var(--darkred);
}
.px-teaser-inner .item .content .lower-content .link--yellow::before, .px-teaser-inner a .content .lower-content .link--yellow::before {
  background: var(--yellow);
}
.px-teaser-inner .item .content .lower-content .link--green::before, .px-teaser-inner a .content .lower-content .link--green::before {
  background: var(--green);
}
.px-teaser-inner .item .content .lower-content .link--light-blue::before, .px-teaser-inner a .content .lower-content .link--light-blue::before {
  background: #0081C7;
}
.px-teaser-inner .item .content .lower-content .link--dark-blue::before, .px-teaser-inner a .content .lower-content .link--dark-blue::before {
  background: #039;
}
.px-teaser-inner .item .content p, .px-teaser-inner .item .content .headline, .px-teaser-inner a .content p, .px-teaser-inner a .content .headline {
  color: white;
}
.px-teaser-inner .item .content .headline, .px-teaser-inner a .content .headline {
  font-weight: 700;
}
.px-teaser-inner .item .content:hover .link, .px-teaser-inner a .content:hover .link {
  max-height: 80px;
  margin-top: 30px;
}
.px-teaser-inner .item .content:hover .link:hover, .px-teaser-inner a .content:hover .link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.px-teaser-inner .item .content:hover .link::before, .px-teaser-inner a .content:hover .link::before {
  opacity: 1;
}

.frame-type-pxsozialwerke_textmedia:has(+ .frame-type-pxsozialwerke_counter) .text-inner {
  margin-bottom: 100px;
}
.frame-type-pxsozialwerke_textmedia:has(+ .frame-type-pxsozialwerke_counter) .media {
  width: 33% !important;
}
@media all and (max-width: 768px) {
  .frame-type-pxsozialwerke_textmedia:has(+ .frame-type-pxsozialwerke_counter) .media {
    width: 100%;
  }
}
.frame-type-pxsozialwerke_textmedia:has(+ .frame-type-pxsozialwerke_counter) .media .image {
  position: relative;
}
.frame-type-pxsozialwerke_textmedia:has(+ .frame-type-pxsozialwerke_counter) .media .image::before {
  background-size: 80% !important;
  background-position: bottom !important;
  left: -200px !important;
}
@media all and (max-width: 1200px) {
  .frame-type-pxsozialwerke_textmedia:has(+ .frame-type-pxsozialwerke_counter) .media .image::after {
    content: "";
    background: linear-gradient(transparent, white);
    position: absolute;
    z-index: 1;
    height: 35%;
    width: 100%;
    bottom: -5px;
  }
}
.frame-type-pxsozialwerke_textmedia:has(+ .frame-type-pxsozialwerke_counter) .text {
  width: 66% !important;
}
@media all and (max-width: 768px) {
  .frame-type-pxsozialwerke_textmedia:has(+ .frame-type-pxsozialwerke_counter) .text {
    width: 100% !important;
  }
}

.frame-type-pxsozialwerke_textmedia + .frame-type-pxsozialwerke_counter {
  padding-top: 0 !important;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

.px-textmedia {
  position: relative;
}
.px-textmedia.mediaposition-right .media {
  width: 50% !important;
}
.px-textmedia.mediaposition-right .media .image.filetype-png::before {
  content: "";
  background: url(../Images/bg-gradient.svg) no-repeat !important;
  left: 0 !important;
  top: 20% !important;
}
@media all and (max-width: 768px) {
  .px-textmedia.mediaposition-right .media {
    width: 100%;
  }
}
.px-textmedia-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spaceBetweenWide);
}
@container (width < 768px) {
  .px-textmedia-inner {
    flex-direction: column;
    gap: var(--spaceBetweenDefault);
  }
}
@container (width < 768px) {
  .px-textmedia-inner .col {
    width: 100%;
  }
}
.px-textmedia-inner .col.text {
  width: 50%;
}
@media all and (max-width: 768px) {
  .px-textmedia-inner .col.text {
    width: 100%;
  }
}
.px-textmedia-inner .col.media {
  width: 50%;
  position: relative;
  z-index: 2;
}
@container (width < 768px) {
  .px-textmedia-inner .col.media {
    order: -1;
    width: 100% !important;
  }
}
.px-textmedia-inner .col.media .media-inner > video {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px;
}
.px-textmedia-inner .col.media .media-inner .image {
  position: relative;
}
.px-textmedia-inner .col.media .media-inner .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.px-textmedia-inner .col.media .media-inner .image.filetype-png::before {
  content: "";
  z-index: -1;
  position: absolute;
  background: url(../Images/grey-bg.svg) no-repeat;
  background-size: 70% !important;
  inset: 0;
  left: -80px;
}
.px-textmedia.twoimages .media {
  padding: 4% 0;
}
.px-textmedia.twoimages .media .image-small {
  position: absolute;
  bottom: 0;
  right: 0;
}
.px-textmedia.twoimages .media .image-small.align-right-top {
  top: 0;
  bottom: auto;
}
.px-textmedia.twoimages .media .image-small.align-left-top {
  bottom: auto;
  right: auto;
  top: 0;
  left: 0;
}
.px-textmedia.twoimages .media .image-small.align-left-bottom {
  right: auto;
  left: 0;
}
.px-textmedia.twoimages.mediaposition-right[class*=imagesmallposition-right] .media-inner {
  padding-right: 4%;
}
.px-textmedia.twoimages.mediaposition-right[class*=imagesmallposition-left] .media-inner {
  padding-left: 4%;
}
.px-textmedia.twoimages.mediaposition-left[class*=imagesmallposition-left] .media-inner {
  padding-left: 4%;
}
.px-textmedia.twoimages.mediaposition-left[class*=imagesmallposition-right] .media-inner {
  padding-right: 4%;
}

.foot {
  position: relative;
  color: var(--fontColor);
  padding-bottom: 30px;
}
.foot .mail, .foot .phone, .foot .location {
  padding-left: 35px;
}
.foot .mail::before, .foot .phone::before, .foot .location::before {
  mask-size: 90%;
}
.foot hr {
  background: transparent;
  border-bottom: 1px dashed var(--borderColor);
}
.foot .sub-foot {
  display: flex;
  gap: 1em;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  font-size: 12px;
}
@media all and (max-width: 768px) {
  .foot .sub-foot {
    flex-flow: column;
    align-items: flex-start;
  }
}
.foot .sub-foot .footnav-container {
  display: flex;
  align-items: center;
  gap: 22px;
}
@media all and (max-width: 768px) {
  .foot .sub-foot .footnav-container {
    display: block;
  }
}
.foot > .inner, .foot .sub-foot {
  position: relative;
  width: var(--baseWidth);
  max-width: var(--maxWidth);
  margin: auto;
}
.foot > .inner .largetext, .foot .sub-foot .largetext {
  font-family: var(--headline);
  font-size: 18px;
  display: block;
  margin-bottom: 1em;
}
.foot > .inner .footer-cols, .foot .sub-foot .footer-cols {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px 60px;
  padding-block: 70px;
}
@media all and (max-width: 768px) {
  .foot > .inner .footer-cols, .foot .sub-foot .footer-cols {
    padding-block: 30px;
  }
}
.foot > .inner .footer-cols p, .foot > .inner .footer-cols a, .foot .sub-foot .footer-cols p, .foot .sub-foot .footer-cols a {
  margin: 0;
  font-size: 14px;
}
.foot > .inner .footer-cols p::before, .foot > .inner .footer-cols a::before, .foot .sub-foot .footer-cols p::before, .foot .sub-foot .footer-cols a::before {
  background: var(--mainColor);
}
.foot > .inner .footer-cols a, .foot .sub-foot .footer-cols a {
  padding-bottom: 3px;
}
.foot > .inner .footer-cols a:hover, .foot .sub-foot .footer-cols a:hover {
  color: var(--mainColor);
}
.foot > .inner .footer-cols img, .foot .sub-foot .footer-cols img {
  max-width: 100%;
}
.foot > .inner a, .foot .sub-foot a {
  text-decoration: none;
  color: inherit;
}
.foot > .inner a:hover, .foot > .inner a:focus-visible, .foot .sub-foot a:hover, .foot .sub-foot a:focus-visible {
  text-decoration: underline;
}
.foot > .inner .footnav-wrap .footnav, .foot .sub-foot .footnav-wrap .footnav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spaceBetweenDefault);
  line-height: 45px;
}
@media all and (min-width: 768px) {
  .foot > .inner .footnav-wrap .footnav, .foot .sub-foot .footnav-wrap .footnav {
    line-height: 0;
  }
}
.foot > .inner .copy, .foot > .inner .webdesign, .foot .sub-foot .copy, .foot .sub-foot .webdesign {
  font-size: 12px;
  line-height: 20px;
}

.backtotop {
  position: absolute;
  top: 35px;
  right: 15px;
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100%;
  background: var(--mainColor);
  mask: url("../Images/scrolltotop.svg") no-repeat center center/20px auto;
  transition: var(--baseTransition);
}
@media all and (max-width: 450px) {
  .backtotop {
    top: -30px;
    right: calc(50% - 50px);
  }
}
.backtotop:hover, .backtotop:focus-visible {
  background-color: var(--secondColor);
}
.backtotop span {
  display: none;
}
.backtotop.scroll {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  display: block;
  background: transparent;
  border-radius: 50%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: all 0.3s linear;
  mask: none;
  box-shadow: inset 0 0 0 2px var(--backgroundColorDark);
}
@media all and (max-width: 768px) {
  .backtotop.scroll {
    right: 15px;
    bottom: 15px;
    width: 25px;
    height: 25px;
  }
}
.backtotop.scroll svg path {
  fill: none;
  stroke: var(--mainColor);
  stroke-width: 4;
  transition: all 0.3s linear;
}
.backtotop.scroll::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  background: var(--mainColor);
  mask: url("../Images/arrow.svg") no-repeat center/12px auto;
}
.backtotop.scroll.dark {
  box-shadow: inset 0 0 0 2px rgba(var(--backgroundColorRGB), 0.5);
}
.backtotop.scroll.dark svg path {
  stroke: var(--contrastColorInverted);
}
.backtotop.scroll.dark::after {
  background: var(--contrastColorInverted);
}
.backtotop.scroll.active-progress {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.t3-form {
  display: flex;
  flex-direction: column;
  gap: var(--spaceBetweenDefault);
}
.t3-form > div:first-child {
  display: none;
}
.t3-form div[id*=statictext] p, .t3-form legend {
  font-weight: 700;
  font-family: var(--headline);
  font-size: 23px;
  text-transform: uppercase;
}
.t3-form .summary-table-first-col {
  font-weight: 700;
  font-family: var(--headline);
  font-size: 17px;
  text-transform: uppercase;
  color: var(--fontColor);
  border-bottom: 1px dotted var(--backgroundColorDark);
}
.t3-form .form-check-label {
  display: flex;
  gap: 10px;
}
.t3-form .form-check-label > input {
  margin-top: 5px;
}
.t3-form .summary-table-first-col + td {
  border-bottom: 1px dotted var(--backgroundColorDark);
}
.t3-form .btn-group button {
  margin-right: 20px;
}
.t3-form .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media all and (max-width: 450px) {
  .t3-form .row {
    grid-template-columns: 1fr;
  }
}
.t3-form .row > * {
  flex-shrink: 0;
  max-width: 100%;
}
.t3-form .form-group {
  position: relative;
}
.t3-form .form-group:has(input[type=radio]) {
  display: flex;
  gap: 20px;
  transform: translateY(4px);
  accent-color: var(--mainColor);
}
.t3-form .form-group:has(.error) input,
.t3-form .form-group:has(.error) textarea,
.t3-form .form-group:has(.error) select {
  border-color: var(--warningColor);
}
.t3-form .form-group:has(.error) label {
  color: var(--warningColor);
}

.col-xxl {
  flex: 1 0 0%;
}

.col-xxl-auto {
  flex: 1 1 auto;
}

.col-xxl-1 {
  flex: 1 1 220px;
}

.col-xxl-2 {
  flex: 2 1 220px;
}

.col-xxl-3 {
  flex: 3 1 220px;
}

.col-xxl-4 {
  flex: 4 1 220px;
}

.col-xxl-5 {
  flex: 5 1 220px;
}

.col-xxl-6 {
  flex: 6 1 220px;
}

.col-xxl-7 {
  flex: 7 1 220px;
}

.col-xxl-8 {
  flex: 8 1 220px;
}

.col-xxl-9 {
  flex: 9 1 220px;
}

.col-xxl-10 {
  flex: 10 1 220px;
}

.col-xxl-11 {
  flex: 11 1 220px;
}

.col-xxl-12 {
  flex: 12 1 220px;
}

.news {
  position: relative;
}
.news::before {
  content: "";
  position: absolute;
  background: url(../Images/gradient-square.svg) no-repeat;
  inset: 0;
  top: -100px;
  left: 80%;
  transform: translateX(50%);
  z-index: -1;
}
@media all and (max-width: 768px) {
  .news::before {
    content: "";
    display: none;
  }
}
.news .news-list-view {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.news .news-list-view > .f3-widget-paginator {
  display: none;
}
.news .news-list-view > .f3-widget-paginator ~ .f3-widget-paginator {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
  grid-column: 1/-1;
}
.news .news-list-view > .f3-widget-paginator ~ .f3-widget-paginator p {
  font-size: 0.8em;
  line-height: 1em;
}
.news .news-list-view > .f3-widget-paginator ~ .f3-widget-paginator li {
  padding: 0;
  margin: 0;
}
.news .news-list-view > .f3-widget-paginator ~ .f3-widget-paginator li.current,
.news .news-list-view > .f3-widget-paginator ~ .f3-widget-paginator li a {
  padding: 10px 15px;
}
.news .news-list-view > .f3-widget-paginator ~ .f3-widget-paginator li::before {
  content: none;
}
.news .news-list-view > .article {
  position: relative;
  border-radius: 10px;
  display: grid;
  grid-template-areas: "image" "header" "footer" "text";
  gap: var(--spaceBetweenDefault);
  overflow: hidden;
  background: var(--contrastColorInverted);
  border-inline: 1px solid #D6D5D5;
  border-bottom: 1px solid #D6D5D5;
  padding-bottom: 25px;
  transition: var(--baseTransition);
}
.news .news-list-view > .article .header, .news .news-list-view > .article .teaser-text, .news .news-list-view > .article .footer {
  padding-inline: 10px;
}
.news .news-list-view > .article .header {
  padding-top: 10px;
}
.news .news-list-view > .article .header > h3, .news .news-list-view > .article .header > h2, .news .news-list-view > .article .header > p {
  font-size: 22px;
}
.news .news-list-view > .article:hover {
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
  transform: translateY(-20px);
  border-color: transparent;
}
.news .news-list-view > .article:hover .news-img-wrap > a > img, .news .news-list-view > .article:has(:focus-visible) .news-img-wrap > a > img {
  transform: scale(1.1);
}
.news .news-list-view > .article .tile-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.news .news-list-view > .article .tile-link span {
  display: none;
}
.news .news-list-view > .article,
.news .news-list-view > .article > .header,
.news .news-list-view > .article > .news-img-wrap,
.news .news-list-view > .article > .teaser-text,
.news .news-list-view > .article > .footer {
  float: none;
  width: initial;
  height: initial;
  margin: 0;
}
.news .news-list-view > .article > .header,
.news .news-list-view > .article > .teaser-text,
.news .news-list-view > .article > .footer {
  width: var(--baseWidth);
  margin: auto;
}
.news .news-list-view > .article > .header {
  grid-area: header;
  hyphens: auto;
  hyphenate-limit-chars: auto 5;
  -webkit-hyphenate-limit-before: 5;
  -webkit-hyphenate-limit-after: 5;
  -webkit-hyphenate-limit-lines: 2;
}
.news .news-list-view > .article > .news-img-wrap {
  grid-area: image;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.news .news-list-view > .article > .news-img-wrap img {
  width: 100%;
}
.news .news-list-view > .article > .news-img-wrap > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.news .news-list-view > .article > .news-img-wrap > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--baseTransition);
}
.news .news-list-view > .article > .news-img-wrap:has(.no-media-element) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--mainColor);
}
.news .news-list-view > .article > .teaser-text {
  display: grid;
  gap: var(--spaceBetweenDefault);
  grid-area: text;
}
.news .news-list-view > .article > .teaser-text .news-list-tags {
  font-family: var(--headline);
  font-weight: 700;
  color: var(--mainColor);
}
.news .news-list-view > .article > .teaser-text .more {
  width: fit-content;
}
.news .news-list-view > .article > .footer {
  grid-area: footer;
}
.news .news-list-view > .article > .footer .news-list-date {
  font-family: var(--headline);
  font-weight: 700;
  font-size: 16px;
  color: #BEBEBE;
}
.news .news-list-view > .article::after {
  content: none;
}
.news.news-single > .article {
  display: grid;
  grid-template-areas: "image" "footer" "header" "text" "backlink" "related";
  gap: var(--spaceBetweenDefault);
}
.news.news-single > .article > .header,
.news.news-single > .article > .footer,
.news.news-single > .article > .teaser-text,
.news.news-single > .article > .news-img-wrap,
.news.news-single > .article > .news-backlink-wrap,
.news.news-single > .article > .news-realted-wrap {
  float: none;
  width: initial;
  height: initial;
  margin: 0;
  padding: 0;
  border: none;
}
.news.news-single > .article > .header {
  grid-area: header;
  hyphens: auto;
  hyphenate-limit-chars: auto 5;
  -webkit-hyphenate-limit-before: 5;
  -webkit-hyphenate-limit-after: 5;
  -webkit-hyphenate-limit-lines: 2;
}
.news.news-single > .article > .news-img-wrap {
  grid-area: image;
  width: 100%;
  height: auto;
  aspect-ratio: 12/5;
}
.news.news-single > .article > .news-img-wrap img {
  width: 100% !important;
}
.news.news-single > .article > .news-img-wrap a {
  padding: 0;
}
.news.news-single > .article > .news-img-wrap .outer, .news.news-single > .article > .news-img-wrap .mediaelement, .news.news-single > .article > .news-img-wrap a, .news.news-single > .article > .news-img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news.news-single > .article > .teaser-text {
  display: none;
  grid-area: teasertext;
}
.news.news-single > .article > .news-text-wrap {
  grid-area: text;
}
.news.news-single > .article > .footer {
  grid-area: footer;
}
.news.news-single > .article > .news-backlink-wrap {
  grid-area: backlink;
}
.news.news-single > .article > .news-related-wrap {
  grid-area: related;
}
.news.news-single > .article > .news-related-wrap:is(:empty) {
  display: none;
}
.news.news-single > .article .news-backlink-wrap a {
  width: fit-content;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
/*rtl:begin:ignore*/
  left: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
/*rtl:begin:ignore*/
  right: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
input.datepicker {
  background-image: url("../Images/calendar.svg");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 18px 18px;
  padding-right: 45px;
}

input.timepicker {
  background-image: url("../Images/clock.svg");
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 18px 18px;
  padding-right: 45px;
}

.flatpickr-calendar {
  border-radius: 0;
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}

.flatpickr-monthDropdown-months {
  font-size: var(--baseFontSize);
}

.flatpickr-current-month {
  height: 45px;
}
.flatpickr-current-month input.cur-year {
  font-size: var(--baseFontSize);
  padding-left: 15px;
}
.flatpickr-current-month select.flatpickr-monthDropdown-months {
  font-size: var(--baseFontSize);
  width: 49%;
  padding: 5px 5px;
  appearance: none;
  background: url("../Images/select.svg") no-repeat center right 12px/12px auto;
}
.flatpickr-current-month select.flatpickr-monthDropdown-months:hover {
  background: url("../Images/select.svg") no-repeat center right 12px/12px auto;
  background-color: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 49%;
  padding: 5px 5px;
}
.flatpickr-current-month .numInputWrapper input {
  font-size: var(--baseFontSize);
}

.numInputWrapper .numInput {
  appearance: none !important;
}
.numInputWrapper span {
  border: none;
  width: 20px;
}
.numInputWrapper span:hover {
  background: transparent;
}
.numInputWrapper span.arrowUp::after {
  border: none;
  background: url("../Images/select.svg") center no-repeat;
  background-size: 9px 7px;
  left: 3px;
  top: 20%;
  display: block;
  transition: var(--baseTransition);
  width: 12px;
  height: 13px;
  transform: rotate(-180deg);
}
.numInputWrapper span.arrowUp:hover::after {
  opacity: 0.6;
}
.numInputWrapper span.arrowDown::after {
  border: none;
  background: url("../Images/select.svg") center no-repeat;
  background-size: 9px 7px;
  top: 0;
  display: block;
  transition: var(--baseTransition);
  width: 12px;
  height: 13px;
}
.numInputWrapper span.arrowDown:hover::after {
  opacity: 0.6;
}

.flatpickr-time .numInputWrapper span.arrowDown {
  right: 1px;
}

.flatpickr-months .flatpickr-month {
  height: 45px;
  color: var(--fontColor);
  fill: var(--fontColor);
}
.flatpickr-months .flatpickr-prev-month {
  height: 45px;
  display: flex;
  align-items: center;
}
.flatpickr-months .flatpickr-prev-month:hover {
  color: var(--secondColor);
}
.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: var(--secondColor);
}
.flatpickr-months .flatpickr-next-month {
  height: 45px;
  display: flex;
  align-items: center;
}
.flatpickr-months .flatpickr-next-month:hover {
  color: var(--secondColor);
}
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--secondColor);
}

.flatpickr-day {
  font-size: var(--baseFontSize);
  color: var(--fontColor);
}
.flatpickr-day.today {
  border-color: var(--mainColor);
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: var(--secondColor);
  background: var(--secondColor);
  color: #fff;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: var(--secondColor);
  box-shadow: none;
  color: #fff;
  border: 1px solid var(--secondColor);
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 var(--secondColor);
}

span.flatpickr-weekday {
  font-size: var(--baseFontSize);
  color: var(--fontColor);
  font-weight: 400;
}
span.flatpickr-day {
  border: 1px solid #fff;
}
span.flatpickr-day.prevMonthDay, span.flatpickr-day.nextMonthDay {
  border: 1px solid #fff;
}
span.flatpickr-day.today:not(.selected), span.flatpickr-day.today.prevMonthDay:not(.selected), span.flatpickr-day.today.nextMonthDay:not(.selected) {
  border: 1px solid var(--secondColor);
}
span.flatpickr-day.today:not(.selected):hover, span.flatpickr-day.today.prevMonthDay:not(.selected):hover, span.flatpickr-day.today.nextMonthDay:not(.selected):hover {
  border: 1px solid var(--secondColor);
}
span.flatpickr-day.startRange, span.flatpickr-day.prevMonthDay.startRange, span.flatpickr-day.nextMonthDay.startRange, span.flatpickr-day.endRange, span.flatpickr-day.prevMonthDay.endRange, span.flatpickr-day.nextMonthDay.endRange {
  border-color: var(--secondColor);
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: var(--contrastColorLight);
  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: var(--backgroundColorDark);
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: var(--backgroundColorDark);
}

.mfp-preloader a:hover,
.mfp-preloader a:focus-visible {
  color: var(--contrastColorInverted);
}

.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: var(--contrastColorInverted);
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

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

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

.mfp-close-btn-in .mfp-close {
  color: var(--contrastColorLight);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: var(--contrastColorInverted);
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--backgroundColorDark);
  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:hover,
.mfp-arrow:focus,
.mfp-arrow:focus-visible {
  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 var(--contrastColorInverted);
  margin-left: 31px;
}

.mfp-arrow-left::before {
  margin-left: 25px;
  border-right: 27px solid var(--contrastColorLight);
}

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

.mfp-arrow-right::after {
  border-left: 17px solid var(--contrastColorInverted);
  margin-left: 39px;
}

.mfp-arrow-right::before {
  border-left: 27px solid var(--contrastColorLight);
}

.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(var(--contrastColorRGB), 0.6);
  background: var(--contrastColor);
}

/* 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(var(--contrastColorRGB), 0.6);
  background: var(--contrastColorLight);
}

.mfp-figure small {
  color: var(--backgroundColorDark);
  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: var(--backgroundColor);
  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 all and (max-width: 800px) and (orientation: landscape), all 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(var(--contrastColorRGB), 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(var(--contrastColorRGB), 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;
  }
}
