@charset "UTF-8";
:root {
  --fallback: Verdana, Arial, sans-serif;
  --mainFont: "Akkurat", var(--fallback);
  --headline: "Akkurat", var(--fallback);
  --specialFont: "Noto Serif", "Times New Roman", Times, serif;
  --fontColor: #000;
  --backgroundColor: #ffffff;
  --backgroundColorRGB: 255,255,255;
  --backgroundColorDark: #b3b3b3;
  --warningColor: #b10000;
  --formBorderColor: #DCDCDC;
  --backgroundGreyColor: #F9F9F9;
  --lightGray: #EDEFF2;
  --darkGray: #474747;
  --contrastColor: #000;
  --contrastColorRGB: 0,0,0;
  --contrastColorLight: #1a1a1a;
  --contrastColorInverted: #fff;
  --contrastColorInvertedRGB: 255,255,255;
  --contrastColorDark: #e6e6e6;
  --baseFontSize: 17px;
  --baseLineheight: 150%;
  --miniFontSize: 14px;
  --largeFontSize: 18px;
  --baseBorderRadius: 10px;
  --imageBorderColor: rgba(var(--contrastColorRGB, 0,0,0), 0.15);
  --stickyHeaderHeight: 125px;
  --stickyHeaderHeightMobile: 75px;
  --spaceBetweenDefault: 20px;
  --spaceBetweenSlim: 10px;
  --spaceBetweenWide: autoClamp(40, 80);
  --baseTransition: all .3s ease-in-out;
  --baseWidth: 92%;
  --reducedWidth: 960px;
  --maxWidth: 1200px;
  --maxWidthBig: 1500px;
  --pageLimit: 1920px;
  --fl-frame-lightbgbox: var(--backgroundGreyColor, #F9F9F9);
  --fl-frame-cibgbox: var(--main-color);
  --fl-layout-reduced: var(--reducedWidth);
  --fl-margin-before-extra-small: 25px;
  --fl-margin-before-small: 50px;
  --fl-margin-before-medium: 100px;
  --fl-margin-before-large: 150px;
  --fl-margin-before-extra-large: 200px;
  --fl-margin-after-extra-small: 25px;
  --fl-margin-after-small: 50px;
  --fl-margin-after-medium: 100px;
  --fl-margin-after-large: 150px;
  --fl-margin-after-extra-large: 200px;
}
@media screen and (max-width: 450px) {
  :root {
    --fl-margin-before-extra-small: 15px;
    --fl-margin-before-small: 25px;
    --fl-margin-before-medium: 50px;
    --fl-margin-before-large: 75px;
    --fl-margin-before-extra-large: 100px;
    --fl-margin-after-extra-small: 15px;
    --fl-margin-after-small: 25px;
    --fl-margin-after-medium: 50px;
    --fl-margin-after-large: 75px;
    --fl-margin-after-extra-large: 100px;
  }
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

/* Akkurat Regular */
@font-face {
  font-display: swap;
  font-family: "Akkurat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Akkurat.eot"); /* IE9 Compat Modes */
  src: local("Akkurat"), local("Akkurat"), url("../fonts/Akkurat.woff2") format("woff2"), url("../fonts/Akkurat.woff") format("woff"), url("../fonts/Akkurat.ttf") format("truetype");
}
/* Akkurat Italic */
@font-face {
  font-display: swap;
  font-family: "Akkurat";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Akkurat-Italic.eot"); /* IE9 Compat Modes */
  src: local("Akkurat Italic"), local("Akkurat-Italic"), url("../fonts/Akkurat-Italic.woff2") format("woff2"), url("../fonts/Akkurat-Italic.woff") format("woff"), url("../fonts/Akkurat-Italic.ttf") format("truetype");
}
/* Akkurat-Bold */
@font-face {
  font-display: swap;
  font-family: "Akkurat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Akkurat-Bold.eot"); /* IE9 Compat Modes */
  src: local("Akkurat Bold"), local("Akkurat-Bold"), url("../fonts/Akkurat-Bold.woff2") format("woff2"), url("../fonts/Akkurat-Bold.woff") format("woff"), url("../fonts/Akkurat-Bold.ttf") format("truetype");
}
/* Akkurat-Bold italic */
@font-face {
  font-display: swap;
  font-family: "Akkurat";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Akkurat-BoldItalic.eot"); /* IE9 Compat Modes */
  src: local("Akkurat Bold Italic"), local("Akkurat-BoldItalic"), url("../fonts/Akkurat-BoldItalic.woff2") format("woff2"), url("../fonts/Akkurat-BoldItalic.woff") format("woff"), url("../fonts/Akkurat-BoldItalic.ttf") format("truetype");
}
/* Akkurat-Light */
@font-face {
  font-display: swap;
  font-family: "Akkurat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Akkurat-Light.eot"); /* IE9 Compat Modes */
  src: local("Akkurat Light"), local("Akkurat-Light"), url("../fonts/Akkurat-Light.woff2") format("woff2"), url("../fonts/Akkurat-Light.woff") format("woff"), url("../fonts/Akkurat-Light.ttf") format("truetype");
}
/* Akkurat-Light italic */
@font-face {
  font-display: swap;
  font-family: "Akkurat";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Akkurat-LightItalic.eot"); /* IE9 Compat Modes */
  src: local("Akkurat Light Italic"), local("Akkurat-LightItalic"), url("../fonts/Akkurat-LightItalic.woff2") format("woff2"), url("../fonts/Akkurat-LightItalic.woff") format("woff"), url("../fonts/Akkurat-LightItalic.ttf") format("truetype");
}
/* noto-serif-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-serif-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/noto-serif-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-serif-v30-latin-regular.woff2") format("woff2"), url("../fonts/noto-serif-v30-latin-regular.woff") format("woff"), url("../fonts/noto-serif-v30-latin-regular.ttf") format("truetype"), url("../fonts/noto-serif-v30-latin-regular.svg#NotoSerif") format("svg"); /* Legacy iOS */
}
/* noto-serif-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/noto-serif-v30-latin-italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/noto-serif-v30-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-serif-v30-latin-italic.woff2") format("woff2"), url("../fonts/noto-serif-v30-latin-italic.woff") format("woff"), url("../fonts/noto-serif-v30-latin-italic.ttf") format("truetype"), url("../fonts/noto-serif-v30-latin-italic.svg#NotoSerif") format("svg"); /* Legacy iOS */
}
/* noto-serif-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/noto-serif-v30-latin-700italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/noto-serif-v30-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/noto-serif-v30-latin-700italic.woff2") format("woff2"), url("../fonts/noto-serif-v30-latin-700italic.woff") format("woff"), url("../fonts/noto-serif-v30-latin-700italic.ttf") format("truetype"), url("../fonts/noto-serif-v30-latin-700italic.svg#NotoSerif") format("svg"); /* Legacy iOS */
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 170px;
}
@media screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 144px;
  }
}
html:not(.wp-toolbar) {
  font-size: var(--baseFontSize);
}

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

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

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

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

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

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

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

body.error404 .allcont .entry-content {
  text-align: center;
}
body.error404 .allcont .entry-content h1 {
  animation: idle 2s infinite alternate;
  font-size: clamp(3.0588235294rem, 2.5668449198rem + 2.6136363636vw, 4.4117647059rem);
}

@keyframes idle {
  to {
    transform: translateY(10px);
  }
}
.wp-block-image {
  position: relative;
}
.wp-block-image figcaption.wp-element-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(var(--contrastColorRGB, 0, 0, 0), 0.75);
  padding: 7px 20px;
  margin: 0;
  font-size: var(--miniFontSize);
  line-height: 130%;
  color: var(--contrastColorInverted, #fff);
}
@container (width <= 450px) {
  .wp-block-image figcaption.wp-element-caption {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    border: 1px solid var(--imageBorderColor);
  }
}

h1, h2, h3, h4, h5, h6,
p.is-style-headlinetext {
  font-weight: normal;
  margin: 0;
  font-family: var(--headline);
  font-weight: 700;
  line-height: 120%;
  color: var(--main-color);
  text-wrap: balance;
}
h1 + p,
h1 + ul,
h1 + ol,
h1 + .wp-block-columns,
h1 + .wp-block-table,
h1 + .wp-block-image,
h1 + .wp-block-gallery,
h1 + .wp-block-buttons, h2 + p,
h2 + ul,
h2 + ol,
h2 + .wp-block-columns,
h2 + .wp-block-table,
h2 + .wp-block-image,
h2 + .wp-block-gallery,
h2 + .wp-block-buttons, h3 + p,
h3 + ul,
h3 + ol,
h3 + .wp-block-columns,
h3 + .wp-block-table,
h3 + .wp-block-image,
h3 + .wp-block-gallery,
h3 + .wp-block-buttons, h4 + p,
h4 + ul,
h4 + ol,
h4 + .wp-block-columns,
h4 + .wp-block-table,
h4 + .wp-block-image,
h4 + .wp-block-gallery,
h4 + .wp-block-buttons, h5 + p,
h5 + ul,
h5 + ol,
h5 + .wp-block-columns,
h5 + .wp-block-table,
h5 + .wp-block-image,
h5 + .wp-block-gallery,
h5 + .wp-block-buttons, h6 + p,
h6 + ul,
h6 + ol,
h6 + .wp-block-columns,
h6 + .wp-block-table,
h6 + .wp-block-image,
h6 + .wp-block-gallery,
h6 + .wp-block-buttons,
p.is-style-headlinetext + p,
p.is-style-headlinetext + ul,
p.is-style-headlinetext + ol,
p.is-style-headlinetext + .wp-block-columns,
p.is-style-headlinetext + .wp-block-table,
p.is-style-headlinetext + .wp-block-image,
p.is-style-headlinetext + .wp-block-gallery,
p.is-style-headlinetext + .wp-block-buttons {
  margin-top: 1em;
}
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6,
p.is-style-headlinetext + h1,
p.is-style-headlinetext + h2,
p.is-style-headlinetext + h3,
p.is-style-headlinetext + h4,
p.is-style-headlinetext + h5,
p.is-style-headlinetext + h6 {
  margin-top: 1em;
}
h1 + p.is-style-subheadline, h2 + p.is-style-subheadline, h3 + p.is-style-subheadline, h4 + p.is-style-subheadline, h5 + p.is-style-subheadline, h6 + p.is-style-subheadline,
p.is-style-headlinetext + p.is-style-subheadline {
  margin-top: 0.5em;
}

ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ul + p, ul + ul,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ol + p,
ol + ul,
header + h1,
header + h2,
header + h3,
header + h4,
header + h5,
header + h6,
header + p,
header + ul,
.wp-block-columns + h1,
.wp-block-columns + h2,
.wp-block-columns + h3,
.wp-block-columns + h4,
.wp-block-columns + h5,
.wp-block-columns + h6,
.wp-block-columns + p,
.wp-block-columns + ul,
.wp-block-table + h1,
.wp-block-table + h2,
.wp-block-table + h3,
.wp-block-table + h4,
.wp-block-table + h5,
.wp-block-table + h6,
.wp-block-table + p,
.wp-block-table + ul,
.wp-block-image + h1,
.wp-block-image + h2,
.wp-block-image + h3,
.wp-block-image + h4,
.wp-block-image + h5,
.wp-block-image + h6,
.wp-block-image + p,
.wp-block-image + ul,
.wp-block-gallery + h1,
.wp-block-gallery + h2,
.wp-block-gallery + h3,
.wp-block-gallery + h4,
.wp-block-gallery + h5,
.wp-block-gallery + h6,
.wp-block-gallery + p,
.wp-block-gallery + ul,
.wp-block-buttons + h1,
.wp-block-buttons + h2,
.wp-block-buttons + h3,
.wp-block-buttons + h4,
.wp-block-buttons + h5,
.wp-block-buttons + h6,
.wp-block-buttons + p,
.wp-block-buttons + ul {
  margin-top: 1.5em;
}
ul + p, ul + ul:not(.sub-menu), ul + ol, ul + .wp-block-buttons,
ol + p,
ol + ul:not(.sub-menu),
ol + ol,
ol + .wp-block-buttons,
header + p,
header + ul:not(.sub-menu),
header + ol,
header + .wp-block-buttons,
.wp-block-columns + p,
.wp-block-columns + ul:not(.sub-menu),
.wp-block-columns + ol,
.wp-block-columns + .wp-block-buttons,
.wp-block-table + p,
.wp-block-table + ul:not(.sub-menu),
.wp-block-table + ol,
.wp-block-table + .wp-block-buttons,
.wp-block-image + p,
.wp-block-image + ul:not(.sub-menu),
.wp-block-image + ol,
.wp-block-image + .wp-block-buttons,
.wp-block-gallery + p,
.wp-block-gallery + ul:not(.sub-menu),
.wp-block-gallery + ol,
.wp-block-gallery + .wp-block-buttons,
.wp-block-buttons + p,
.wp-block-buttons + ul:not(.sub-menu),
.wp-block-buttons + ol,
.wp-block-buttons + .wp-block-buttons {
  margin-top: 1em;
}

.wp-block-heading + .wp-block-heading {
  margin-top: 1em;
}

h1,
p.is-style-headlinetext {
  font-size: clamp(1.8823529412rem, 1.3903743316rem + 2.6136363636vw, 3.2352941176rem);
}

h2 {
  font-size: clamp(1.5294117647rem, 1.2299465241rem + 1.5909090909vw, 2.3529411765rem);
}

h3 {
  font-size: clamp(1.1764705882rem, 1.1336898396rem + 0.2272727273vw, 1.2941176471rem);
  color: var(--contrastColor);
}

h4 {
  font-size: clamp(1.0588235294rem, 1.0160427807rem + 0.2272727273vw, 1.1764705882rem);
  color: var(--main-color);
}

h5 {
  font-size: clamp(1.0588235294rem, 1.0160427807rem + 0.2272727273vw, 1.1764705882rem);
  color: var(--contrastColor);
}

h6 {
  font-size: clamp(1rem, 0.9786096257rem + 0.1136363636vw, 1.0588235294rem);
  color: var(--contrastColor);
}

p + p, p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
p + .wp-block-buttons,
p + ul, p + .wp-block-list, p + ol,
p + .wp-block-table {
  margin-top: 1em;
}

p[class*=roofline],
.is-style-subheadline {
  font-weight: 700;
  font-family: var(--headline);
  font-size: clamp(1.3529411765rem, 1.2459893048rem + 0.5681818182vw, 1.6470588235rem);
  line-height: normal;
}
p[class*=roofline] + h1, p[class*=roofline] + h2, p[class*=roofline] + h3, p[class*=roofline] + h4, p[class*=roofline] + h5, p[class*=roofline] + h6,
.is-style-subheadline + h1,
.is-style-subheadline + h2,
.is-style-subheadline + h3,
.is-style-subheadline + h4,
.is-style-subheadline + h5,
.is-style-subheadline + h6 {
  margin-top: 0.5em;
}
p[class*=roofline] + p, p[class*=roofline] + ul, p[class*=roofline] + ol,
.is-style-subheadline + p,
.is-style-subheadline + ul,
.is-style-subheadline + ol {
  margin-top: 1em;
}
p[class*=roofline] + .wp-block-buttons,
.is-style-subheadline + .wp-block-buttons {
  margin-top: 1.5em;
}

.minitext, .is-style-minitext {
  font-size: var(--miniFontSize);
  line-height: normal;
}
.minitext + h1, .minitext + h2, .minitext + h3, .minitext + h4, .minitext + h5, .minitext + h6, .is-style-minitext + h1, .is-style-minitext + h2, .is-style-minitext + h3, .is-style-minitext + h4, .is-style-minitext + h5, .is-style-minitext + h6 {
  margin-top: 0.2em;
}

.largetext, .is-style-largetext {
  font-size: var(--largeFontSize);
}
.largetext + h1, .largetext + h2, .largetext + h3, .largetext + h4, .largetext + h5, .largetext + h6, .is-style-largetext + h1, .is-style-largetext + h2, .is-style-largetext + h3, .is-style-largetext + h4, .is-style-largetext + h5, .is-style-largetext + h6 {
  margin-top: 0.2em;
}

.is-style-quote {
  font-family: var(--specialFont);
  font-size: clamp(1.0588235294rem, 0.9732620321rem + 0.4545454545vw, 1.2941176471rem);
  line-height: 136%;
  font-weight: 700;
  font-style: italic;
  color: var(--main-color);
  quotes: "„" "“";
}
.is-style-quote:before {
  content: open-quote;
}
.is-style-quote:after {
  content: close-quote;
}
.is-style-quote + .minitext, .is-style-quote + .is-style-minitext {
  margin-top: 0.5em;
}

i, em {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

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

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

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

.wp-block-buttons {
  gap: 10px 25px;
}
.wp-block-buttons + .wp-block-table {
  margin-top: 1em;
}

@media screen and (max-width: 450px) {
  .wp-block-buttons {
    flex-direction: column;
    justify-content: flex-start;
  }
  .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.button.load-all-posts-button, button.load-all-posts-button,
button.submit,
input[type=submit],
button[type=submit]:not(.wp-block-search__button),
a.btn,
button.btn,
.nav-links a,
.wp-block-button > a.wp-block-button__link:not(.has-text-color) {
  display: inline-block;
  border: none;
  cursor: pointer;
  padding: 9px 10px 5px;
  color: var(--contrastColorInverted, #fff);
  background: var(--main-color);
  transition: var(--baseTransition);
  line-height: 120%;
  font-size: var(--largeFontSize, 18px);
  font-weight: 700;
  border-radius: 0;
  border: 1px solid transparent;
  text-decoration: none;
}
.button.load-all-posts-button:hover, button.load-all-posts-button:hover,
button.submit:hover,
input[type=submit]:hover,
button[type=submit]:not(.wp-block-search__button):hover,
a.btn:hover,
button.btn:hover,
.nav-links a:hover,
.wp-block-button > a.wp-block-button__link:not(.has-text-color):hover {
  background: var(--second-color);
  color: var(--fontColor);
}

.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color) {
  background: transparent;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color):hover {
  background: var(--main-color);
  color: var(--contrastColorInverted, #fff);
}
.wp-block-button.is-style-icon-arrow > a.wp-block-button__link:not(.has-text-color) {
  background: transparent;
  border: 0;
  color: var(--main-color);
  padding-left: 0;
}
.wp-block-button.is-style-icon-arrow > a.wp-block-button__link:not(.has-text-color)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid var(--main-color);
  margin-left: 10px;
  transition: var(--baseTransition);
}
.wp-block-button.is-style-icon-arrow > a.wp-block-button__link:not(.has-text-color):hover {
  color: var(--second-color);
}
.wp-block-button.is-style-icon-arrow > a.wp-block-button__link:not(.has-text-color):hover::after {
  margin-left: 15px;
  border-left-color: var(--second-color);
}
.wp-block-button.is-style-icon-tel > a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-icon-mail > a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-icon-pin > a.wp-block-button__link:not(.has-text-color) {
  background: transparent;
  border: 0;
  color: var(--main-color);
  line-height: normal;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
}
.wp-block-button.is-style-icon-tel > a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-icon-mail > a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-icon-pin > a.wp-block-button__link:not(.has-text-color)::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: var(--main-color);
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  transition: var(--baseTransition);
}
.wp-block-button.is-style-icon-tel > a.wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-icon-mail > a.wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-icon-pin > a.wp-block-button__link:not(.has-text-color):hover {
  color: var(--second-color);
}
.wp-block-button.is-style-icon-tel > a.wp-block-button__link:not(.has-text-color):hover::before, .wp-block-button.is-style-icon-mail > a.wp-block-button__link:not(.has-text-color):hover::before, .wp-block-button.is-style-icon-pin > a.wp-block-button__link:not(.has-text-color):hover::before {
  background-color: var(--second-color);
}
.wp-block-button.is-style-icon-tel > a.wp-block-button__link:not(.has-text-color)::before {
  mask-image: url("../img/phone.svg");
}
.wp-block-button.is-style-icon-mail > a.wp-block-button__link:not(.has-text-color)::before {
  mask-image: url("../img/mail.svg");
}
.wp-block-button.is-style-icon-pin > a.wp-block-button__link:not(.has-text-color)::before {
  mask-image: url("../img/pin.svg");
}

#allcont table {
  width: 100%;
}
#allcont table tr th {
  text-align: left;
  font-weight: 700;
  font-size: var(--largeFontSize);
  color: var(--main-color);
  padding: 15px clamp(1.1764705882rem, 0.9625668449rem + 1.1363636364vw, 1.7647058824rem) 7px;
}
#allcont table tr td {
  padding: 10px clamp(1.1764705882rem, 0.9625668449rem + 1.1363636364vw, 1.7647058824rem);
  border-color: var(--imageBorderColor);
}
#allcont table thead {
  border-color: var(--main-color);
}
#allcont table thead tr th {
  border-bottom: 1px solid var(--main-color);
}

#allcont .is-style-stripes {
  border-bottom: 0;
}
#allcont .is-style-stripes table thead {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
#allcont .is-style-stripes table thead tr th {
  color: var(--contrastColorInverted, #fff);
  border-color: var(--main-color);
}

#site {
  width: 100%;
  margin: 0 auto;
  background: var(--contrastColorInverted);
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
#site .allcont {
  container-type: inline-size;
  position: relative;
  flex: 1 0 auto;
  overflow-x: clip;
}
#site .allcont #breadcrumbs {
  width: var(--baseWidth) !important;
  max-width: var(--maxWidth);
  margin: 0 auto;
  font-size: 12px;
  line-height: normal;
  padding: 20px 0 50px;
}
#site .allcont #breadcrumbs a {
  text-decoration: underline;
  color: var(--fontColor);
}
#site .allcont #breadcrumbs a:hover {
  color: var(--main-color);
}
#site .allcont .entry-content > form,
#site .allcont .entry-content > hr,
#site .allcont .entry-content > .ce:not(.ce-fw),
#site .allcont .entry-content > h1, #site .allcont .entry-content > h2, #site .allcont .entry-content > h3, #site .allcont .entry-content > h4, #site .allcont .entry-content > h5, #site .allcont .entry-content > h6,
#site .allcont .entry-content > p,
#site .allcont .entry-content > ul, #site .allcont .entry-content > ol,
#site .allcont .entry-content > table,
#site .allcont .entry-content > *[class*=wp-block-],
#site .allcont .entry-content > section.no-results.not-found {
  max-width: var(--maxWidth);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1530px) {
  #site .allcont .entry-content > form,
  #site .allcont .entry-content > hr,
  #site .allcont .entry-content > .ce:not(.ce-fw),
  #site .allcont .entry-content > h1, #site .allcont .entry-content > h2, #site .allcont .entry-content > h3, #site .allcont .entry-content > h4, #site .allcont .entry-content > h5, #site .allcont .entry-content > h6,
  #site .allcont .entry-content > p,
  #site .allcont .entry-content > ul, #site .allcont .entry-content > ol,
  #site .allcont .entry-content > table,
  #site .allcont .entry-content > *[class*=wp-block-],
  #site .allcont .entry-content > section.no-results.not-found {
    width: var(--baseWidth);
  }
}
#site .allcont .entry-content > section.no-results.not-found {
  margin: 100px auto;
  max-width: var(--maxWidth);
}
#site .allcont .entry-content > .wp-block-image > IMG {
  margin: 0 auto;
  display: block;
}
#site .allcont .entry-content figure {
  max-width: 100%;
}
#site .allcont .entry-content figure img {
  max-width: 100%;
  display: block;
  height: auto;
}
#site .allcont .entry-content figure.alignright {
  float: right;
  margin-left: 20px;
}
#site .allcont .entry-content figure.alignleft {
  float: left;
  margin-right: 20px;
}
#site .allcont .entry-content .video-wrapper {
  position: relative;
}
#site .allcont .entry-content .video-wrapper video {
  max-width: 100%;
}
#site .allcont .entry-content .video-wrapper video:not(:hover):not(:focus) + button.video-pause-button:not(:hover):not(:focus) {
  opacity: 0;
}
#site .allcont .entry-content .video-wrapper video + button.video-pause-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  background: none;
  border: none;
}
#site .allcont .entry-content .video-wrapper video + button.video-pause-button:focus {
  outline: 2px solid var(--main-color);
}
#site .allcont .entry-content .video-wrapper video + button.video-pause-button + button.video-play-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  background: none;
  border: none;
}
#site .allcont .entry-content .video-wrapper video + button.video-pause-button + button.video-play-button:focus {
  outline: 2px solid var(--main-color);
}

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

.gform_wrapper.floating-labels input, .gform_wrapper.floating-labels textarea, .gform_wrapper.floating-labels select {
  padding: 34px 15px 16px !important;
}

input, select, textarea {
  width: 100%;
  border: 1px solid var(--formBorderColor);
  border-radius: 0;
  font-family: var(--mainFont);
}
input:focus, select:focus, textarea:focus {
  border: 1px solid var(--main-color);
  outline: none;
}

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

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

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

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

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

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

.gform_required_legend {
  padding: 5px 0 10px;
  font-size: var(--miniFontSize);
}

.gform_confirmation_message {
  width: var(--baseWidth);
  max-width: var(--maxWidth);
  margin: 0 auto;
}

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

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

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

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

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

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

body.search-no-results form.search-form {
  margin-top: 20px;
}
body.search-no-results label input.search-field {
  padding: 10px 15px;
}
body.search-no-results input.search-submit {
  margin-top: 20px;
}

BODY.blog span.edit-link,
BODY.single span.edit-link,
BODY.archive span.edit-link,
BODY.search span.edit-link {
  display: none;
}
BODY.blog header .page-title,
BODY.single header .page-title,
BODY.archive header .page-title,
BODY.search header .page-title {
  width: 100%;
  flex-basis: 100%;
}
BODY.blog header .archive-description,
BODY.single header .archive-description,
BODY.archive header .archive-description,
BODY.search header .archive-description {
  flex-basis: calc(75% - 40px);
  margin-bottom: 40px;
}
BODY.blog header .author-image,
BODY.single header .author-image,
BODY.archive header .author-image,
BODY.search header .author-image {
  flex-basis: 25%;
}
BODY.blog header .author-image img,
BODY.single header .author-image img,
BODY.archive header .author-image img,
BODY.search header .author-image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
BODY.blog header .author-image.no-image,
BODY.single header .author-image.no-image,
BODY.archive header .author-image.no-image,
BODY.search header .author-image.no-image {
  background: #ddd;
}
BODY.blog .search-group,
BODY.single .search-group,
BODY.archive .search-group,
BODY.search .search-group {
  width: 100%;
  margin: 40px 0;
}
BODY.blog .search-group .search-group-title,
BODY.single .search-group .search-group-title,
BODY.archive .search-group .search-group-title,
BODY.search .search-group .search-group-title {
  margin-bottom: 20px;
}
BODY.blog .search-filter,
BODY.single .search-filter,
BODY.archive .search-filter,
BODY.search .search-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
@media (max-width: 640px) {
  BODY.blog .search-filter > span,
  BODY.single .search-filter > span,
  BODY.archive .search-filter > span,
  BODY.search .search-filter > span {
    width: 100%;
  }
}
BODY.blog .search-filter a,
BODY.single .search-filter a,
BODY.archive .search-filter a,
BODY.search .search-filter a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  background: var(--main-color);
  color: var(--contrastColorInverted);
  border-radius: 5px;
  transition: var(--baseTransition);
}
@media (max-width: 640px) {
  BODY.blog .search-filter a,
  BODY.single .search-filter a,
  BODY.archive .search-filter a,
  BODY.search .search-filter a {
    width: calc(50% - 5px);
  }
}
BODY.blog .search-filter a:hover,
BODY.single .search-filter a:hover,
BODY.archive .search-filter a:hover,
BODY.search .search-filter a:hover {
  background: var(--second-color);
  color: var(--fontColor);
}
BODY.blog .post-navigation,
BODY.single .post-navigation,
BODY.archive .post-navigation,
BODY.search .post-navigation {
  max-width: var(--maxWidth);
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
@media (max-width: 1530px) {
  BODY.blog .post-navigation,
  BODY.single .post-navigation,
  BODY.archive .post-navigation,
  BODY.search .post-navigation {
    width: var(--baseWidth);
  }
}
BODY.blog .post-navigation .nav-links,
BODY.single .post-navigation .nav-links,
BODY.archive .post-navigation .nav-links,
BODY.search .post-navigation .nav-links {
  display: flex;
  gap: 20px;
  margin: 40px 0;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  BODY.blog .post-navigation .nav-links,
  BODY.single .post-navigation .nav-links,
  BODY.archive .post-navigation .nav-links,
  BODY.search .post-navigation .nav-links {
    flex-direction: column;
  }
  BODY.blog .post-navigation .nav-links .nav-previous,
  BODY.blog .post-navigation .nav-links .nav-next,
  BODY.single .post-navigation .nav-links .nav-previous,
  BODY.single .post-navigation .nav-links .nav-next,
  BODY.archive .post-navigation .nav-links .nav-previous,
  BODY.archive .post-navigation .nav-links .nav-next,
  BODY.search .post-navigation .nav-links .nav-previous,
  BODY.search .post-navigation .nav-links .nav-next {
    width: 100%;
  }
  BODY.blog .post-navigation .nav-links .nav-previous a,
  BODY.blog .post-navigation .nav-links .nav-next a,
  BODY.single .post-navigation .nav-links .nav-previous a,
  BODY.single .post-navigation .nav-links .nav-next a,
  BODY.archive .post-navigation .nav-links .nav-previous a,
  BODY.archive .post-navigation .nav-links .nav-next a,
  BODY.search .post-navigation .nav-links .nav-previous a,
  BODY.search .post-navigation .nav-links .nav-next a {
    display: block;
    text-align: center;
  }
}
BODY.blog .post-navigation .nav-links .nav-previous a::before,
BODY.single .post-navigation .nav-links .nav-previous a::before,
BODY.archive .post-navigation .nav-links .nav-previous a::before,
BODY.search .post-navigation .nav-links .nav-previous a::before {
  content: "«";
  font-weight: 900;
  margin-right: 10px;
}
BODY.blog .post-navigation .nav-links .nav-next a::after,
BODY.single .post-navigation .nav-links .nav-next a::after,
BODY.archive .post-navigation .nav-links .nav-next a::after,
BODY.search .post-navigation .nav-links .nav-next a::after {
  content: "»";
  font-weight: 900;
  margin-left: 10px;
}
BODY.blog .allcont .cont > .item,
BODY.single .allcont .cont > .item,
BODY.archive .allcont .cont > .item,
BODY.search .allcont .cont > .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: var(--maxWidth);
  margin: 0 auto;
  gap: 40px;
}
@media (max-width: 1530px) {
  BODY.blog .allcont .cont > .item,
  BODY.single .allcont .cont > .item,
  BODY.archive .allcont .cont > .item,
  BODY.search .allcont .cont > .item {
    width: var(--baseWidth);
  }
}
@media (max-width: 1200px) {
  BODY.blog .allcont .cont > .item,
  BODY.single .allcont .cont > .item,
  BODY.archive .allcont .cont > .item,
  BODY.search .allcont .cont > .item {
    flex-wrap: wrap;
  }
}
BODY.blog .allcont .cont > .item .entry-content,
BODY.single .allcont .cont > .item .entry-content,
BODY.archive .allcont .cont > .item .entry-content,
BODY.search .allcont .cont > .item .entry-content {
  flex: 1 1 75%;
}
BODY.blog .allcont .cont > .item .entry-content article.post,
BODY.single .allcont .cont > .item .entry-content article.post,
BODY.archive .allcont .cont > .item .entry-content article.post,
BODY.search .allcont .cont > .item .entry-content article.post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--main-color);
}
BODY.blog .allcont .cont > .item .entry-content article.post .entry-header,
BODY.single .allcont .cont > .item .entry-content article.post .entry-header,
BODY.archive .allcont .cont > .item .entry-content article.post .entry-header,
BODY.search .allcont .cont > .item .entry-content article.post .entry-header {
  margin-bottom: 30px;
}
BODY.blog .allcont .cont > .item .entry-content article.post:last-of-type,
BODY.single .allcont .cont > .item .entry-content article.post:last-of-type,
BODY.archive .allcont .cont > .item .entry-content article.post:last-of-type,
BODY.search .allcont .cont > .item .entry-content article.post:last-of-type {
  border: none;
}
BODY.blog .allcont .cont > .item .entry-content .text,
BODY.single .allcont .cont > .item .entry-content .text,
BODY.archive .allcont .cont > .item .entry-content .text,
BODY.search .allcont .cont > .item .entry-content .text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
BODY.blog .allcont .cont > .item .entry-content .text .post-thumb,
BODY.single .allcont .cont > .item .entry-content .text .post-thumb,
BODY.archive .allcont .cont > .item .entry-content .text .post-thumb,
BODY.search .allcont .cont > .item .entry-content .text .post-thumb {
  flex: 1 1 150px;
}
BODY.blog .allcont .cont > .item .entry-content .text .post-thumb + P,
BODY.single .allcont .cont > .item .entry-content .text .post-thumb + P,
BODY.archive .allcont .cont > .item .entry-content .text .post-thumb + P,
BODY.search .allcont .cont > .item .entry-content .text .post-thumb + P {
  flex: 1 1 calc(100% - 150px - 40px);
  margin: 0 20px;
}
BODY.blog .allcont .cont > .item .entry-content .posts-navigation,
BODY.single .allcont .cont > .item .entry-content .posts-navigation,
BODY.archive .allcont .cont > .item .entry-content .posts-navigation,
BODY.search .allcont .cont > .item .entry-content .posts-navigation {
  margin-top: 20px;
}
BODY.blog .allcont .cont > .item #secondary,
BODY.single .allcont .cont > .item #secondary,
BODY.archive .allcont .cont > .item #secondary,
BODY.search .allcont .cont > .item #secondary {
  display: none;
}

@media (max-width: 1530px) {
  .px-news,
  .px-news-extra {
    width: 100%;
    margin: 0 auto;
  }
}
.px-news .news-inner,
.px-news px-news-extra-inner,
.px-news-extra .news-inner,
.px-news-extra px-news-extra-inner {
  max-width: var(--maxWidth);
  margin: 0 auto;
}
.px-news .news-filter,
.px-news-extra .news-filter {
  padding: 5px 10px;
  border: 1px solid var(--imageBorderColor);
  background-color: var(--backgroundGreyColor, #F9F9F9);
  margin-bottom: 20px;
}
.px-news .postsloop,
.px-news-extra .postsloop {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.px-news .postsloop article,
.px-news-extra .postsloop article {
  flex-basis: calc(33.3333333333% - 30px);
  min-width: 300px;
  flex-grow: 1;
}
.px-news .postsloop article > a,
.px-news-extra .postsloop article > a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.px-news .postsloop article > a:hover .button, .px-news .postsloop article > a:hover input[type=submit], .px-news .postsloop article > a:hover button,
.px-news-extra .postsloop article > a:hover .button,
.px-news-extra .postsloop article > a:hover input[type=submit],
.px-news-extra .postsloop article > a:hover button {
  background-color: var(--second-color);
  color: var(--fontColor);
}
.px-news .postsloop .content,
.px-news-extra .postsloop .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  background-color: var(--backgroundGreyColor);
  border: 1px solid var(--imageBorderColor);
}
.px-news .postsloop .content-inner,
.px-news-extra .postsloop .content-inner {
  padding: 0 clamp(1.1764705882rem, 0.9625668449rem + 1.1363636364vw, 1.7647058824rem) clamp(1.1764705882rem, 0.9625668449rem + 1.1363636364vw, 1.7647058824rem);
}
.px-news .postsloop .content .button, .px-news .postsloop .content input[type=submit], .px-news .postsloop .content button,
.px-news-extra .postsloop .content .button,
.px-news-extra .postsloop .content input[type=submit],
.px-news-extra .postsloop .content button {
  margin-top: auto;
}
.px-news .postsloop .content .date,
.px-news-extra .postsloop .content .date {
  font-size: var(--miniFontSize);
  color: var(--fontColor);
}
.px-news .postsloop .content .entry-title + .excerpt,
.px-news-extra .postsloop .content .entry-title + .excerpt {
  margin-top: 1em;
}
.px-news .postsloop .content .excerpt,
.px-news-extra .postsloop .content .excerpt {
  color: var(--fontColor);
  margin-bottom: clamp(0.8823529412rem, 0.5614973262rem + 1.7045454545vw, 1.7647058824rem);
}
.px-news .postsloop .content .post-thumbnail,
.px-news-extra .postsloop .content .post-thumbnail {
  position: relative;
  min-height: clamp(8.8235294118rem, 7.5401069519rem + 6.8181818182vw, 12.3529411765rem);
  overflow: hidden;
  margin-bottom: clamp(1.1764705882rem, 0.9625668449rem + 1.1363636364vw, 1.7647058824rem);
  width: 100%;
  border-bottom: 1px solid var(--imageBorderColor);
}
.px-news .postsloop .content .post-thumbnail.no-image,
.px-news-extra .postsloop .content .post-thumbnail.no-image {
  background: var(--lightGray);
}
.px-news .postsloop .content .post-thumbnail img,
.px-news-extra .postsloop .content .post-thumbnail img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}
.px-news .postsloop .content .post-category,
.px-news-extra .postsloop .content .post-category {
  padding: 5px 15px;
  background: var(--second-color);
  color: var(--fontColor);
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  font-size: var(--miniFontSize);
}

body.single .allcont .cont {
  padding-bottom: clamp(2.9411764706rem, 1.871657754rem + 5.6818181818vw, 5.8823529412rem);
}
body.single .allcont .cont > .item {
  flex-direction: row;
  gap: 20px clamp(1.7647058824rem, 1.3368983957rem + 2.2727272727vw, 2.9411764706rem);
}
@container (width <= 960px) {
  body.single .allcont .cont > .item {
    flex-direction: column;
  }
}
body.single .allcont .cont > .item .entry-content {
  flex: 1 1 50%;
}
@media (max-width: 1530px) {
  body.single .allcont .cont > .item .entry-content > form,
  body.single .allcont .cont > .item .entry-content > hr,
  body.single .allcont .cont > .item .entry-content > .ce:not(.ce-fw),
  body.single .allcont .cont > .item .entry-content > h1, body.single .allcont .cont > .item .entry-content > h2, body.single .allcont .cont > .item .entry-content > h3, body.single .allcont .cont > .item .entry-content > h4, body.single .allcont .cont > .item .entry-content > h5, body.single .allcont .cont > .item .entry-content > h6,
  body.single .allcont .cont > .item .entry-content > p,
  body.single .allcont .cont > .item .entry-content > ul, body.single .allcont .cont > .item .entry-content > ol,
  body.single .allcont .cont > .item .entry-content > table,
  body.single .allcont .cont > .item .entry-content > *[class*=wp-block-],
  body.single .allcont .cont > .item .entry-content > section.no-results.not-found {
    width: 100% !important;
  }
}
body.single .allcont .cont > .item .entry-content .post-categories a {
  text-decoration: none;
  background: var(--main-color);
}
body.single .allcont .cont > .item .entry-content .post-categories a:hover {
  background: var(--second-color);
}
@container (width <= 960px) {
  body.single .allcont .cont > .item .entry-content .px-textimages-inner {
    flex-direction: row;
    gap: 25px;
  }
  body.single .allcont .cont > .item .entry-content .px-textimages-inner .image {
    width: 42%;
  }
  body.single .allcont .cont > .item .entry-content .px-textimages-inner .text {
    width: 58%;
    font-size: var(--miniFontSize);
    line-height: 128%;
  }
  body.single .allcont .cont > .item .entry-content .px-textimages-inner .text h3 + p {
    margin-top: 0.5em;
  }
}
@container (width <= 640px) {
  body.single .allcont .cont > .item .entry-content .px-textimages-inner {
    flex-direction: column;
  }
  body.single .allcont .cont > .item .entry-content .px-textimages-inner .image,
  body.single .allcont .cont > .item .entry-content .px-textimages-inner .text {
    width: 100%;
  }
}
body.single h1 {
  margin-bottom: var(--fl-margin-after-extra-small);
}
body.single .post-meta {
  max-width: var(--maxWidth);
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
body.single .post-meta .post-meta-inner {
  background: var(--lightGray);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
@container (width <= 768px) {
  body.single .post-meta .post-meta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
body.single .post-meta .post-meta-inner .post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body.single .post-meta .post-meta-inner .post-categories a {
  padding: 5px 10px;
  background: var(--second-color);
  color: var(--contrastColorInverted);
  border-radius: 5px;
}
body.single .post-author {
  max-width: var(--maxWidth);
  margin: clamp(2.3529411765rem, 1.0695187166rem + 6.8181818182vw, 5.8823529412rem) auto;
}
body.single .post-author .post-author-inner {
  padding: clamp(1.1764705882rem, 0.9625668449rem + 1.1363636364vw, 1.7647058824rem);
  border: 3px solid var(--lightGray);
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  body.single .post-author .post-author-inner {
    flex-direction: column;
  }
}
body.single .post-author .post-author-inner .left {
  flex-basis: 128px;
}
body.single .post-author .post-author-inner .left .post-author-image {
  width: clamp(3.7647058824rem, 2.3957219251rem + 7.2727272727vw, 7.5294117647rem);
  height: clamp(3.7647058824rem, 2.3957219251rem + 7.2727272727vw, 7.5294117647rem);
  border-radius: 50%;
  overflow: hidden;
}
body.single .post-author .post-author-inner .left .post-author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.single .post-author .post-author-inner .left .post-author-image.no-image {
  background: #ddd;
}
body.single .post-author .post-author-inner .right {
  flex-basis: calc(100% - 128px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.single .post-author .post-author-inner .right .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  body.single .post-author .post-author-inner .right .info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
body.single .post-author .post-author-inner .right .info .author {
  display: flex;
  flex-direction: column;
}
body.single .post-author .post-author-inner .right .info a {
  margin: 0;
}
body.single .post-author .post-author-inner .right .post-author-name {
  font-size: clamp(0.9411764706rem, 0.7700534759rem + 0.9090909091vw, 1.4117647059rem);
  font-weight: bold;
}
body.single .post-author .post-author-inner .right .post-author-position {
  color: var(--fontColor);
}
body.single .post-author .post-author-inner .right .post-author-description {
  color: var(--fontColor);
}

body.single .allcont .cont .entry-content {
  max-width: 64%;
}
body.single.single-job .allcont .cont .entry-content {
  max-width: 100%;
}

body.archive .allcont .cont {
  padding-bottom: clamp(2.9411764706rem, 1.871657754rem + 5.6818181818vw, 5.8823529412rem);
}
body.archive .allcont .cont .entry-content header {
  margin-bottom: var(--fl-margin-after-extra-small);
}

body.blog .allcont .cont {
  padding-bottom: clamp(2.9411764706rem, 1.871657754rem + 5.6818181818vw, 5.8823529412rem);
}
body.blog .allcont .cont .entry-content header {
  margin-bottom: var(--fl-margin-after-extra-small);
}
body.blog .allcont .cont .entry-content header .screen-reader-text {
  clip-path: none;
  height: auto;
  width: auto;
  overflow: inherit;
  position: relative;
}

body.search .allcont .cont > .item .entry-content {
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  body.search .allcont .cont > .item .entry-content {
    max-width: 100%;
  }
}
body.search .allcont .cont > .item .entry-content .px-news .postsloop {
  flex-direction: column;
  gap: clamp(1.7647058824rem, 1.3368983957rem + 2.2727272727vw, 2.9411764706rem);
}
body.search .allcont .cont > .item .entry-content .px-news .postsloop .search-group {
  margin: 0;
}
body.search .allcont .cont > .item .entry-content .px-news .postsloop article .content {
  flex-direction: row;
  align-items: center;
  border: 0;
  background-color: var(--contrastColorInverted, #fff);
  gap: 20px clamp(1.7647058824rem, 1.3368983957rem + 2.2727272727vw, 2.9411764706rem);
}
@media screen and (max-width: 640px) {
  body.search .allcont .cont > .item .entry-content .px-news .postsloop article .content {
    flex-direction: column;
    align-items: flex-start;
  }
}
body.search .allcont .cont > .item .entry-content .px-news .postsloop article .content .post-thumbnail {
  flex: 1 1 40%;
  margin-bottom: 0;
  border: 1px solid var(--imageBorderColor);
}
@media screen and (max-width: 640px) {
  body.search .allcont .cont > .item .entry-content .px-news .postsloop article .content .post-thumbnail {
    flex: 1 1 100%;
  }
}
body.search .allcont .cont > .item .entry-content .px-news .postsloop article .content .content-inner {
  flex: 1 1 60%;
  padding: 0;
}
@media screen and (max-width: 640px) {
  body.search .allcont .cont > .item .entry-content .px-news .postsloop article .content .content-inner {
    flex: 1 1 100%;
  }
}
body.search .allcont .cont > .item .entry-content .px-news .postsloop .search-filter {
  justify-content: flex-start;
  gap: 1px;
  margin-top: var(--fl-margin-before-extra-small);
}
body.search .allcont .cont > .item .entry-content .px-news .postsloop .search-filter .search-filter-title {
  display: none;
}
body.search .allcont .cont > .item .entry-content .px-news .postsloop .search-filter a {
  border-radius: 0;
  text-decoration: none;
  width: auto;
}

.category-filter-form {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  background-color: var(--backgroundGreyColor);
  border: 1px solid var(--imageBorderColor);
  padding: 5px 10px;
  gap: clamp(1.7647058824rem, 1.3368983957rem + 2.2727272727vw, 2.9411764706rem);
  margin-bottom: 30px;
}
@container (width <=768px) {
  .category-filter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.category-filter-form select {
  padding: 12px 20px;
  border: 0;
  background-color: var(--contrastColorInverted);
  border-radius: 0;
}
@container (width <=768px) {
  .category-filter-form select {
    margin: 0;
  }
}
.category-filter-form .clear-filter {
  text-transform: uppercase;
  font-weight: 600;
  font-size: var(--miniFontSize);
  background: transparent;
  border: none;
  outline: none;
  color: var(--fontColor);
  word-break: keep-all;
  white-space: nowrap;
  margin: 10px 0;
  cursor: pointer;
  transition: var(--baseTransition);
}
.category-filter-form .clear-filter:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../img/icon-filter.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  filter: brightness(0) invert(0);
}
.category-filter-form .clear-filter:hover {
  color: var(--main-color);
}

body .hph_jobs_preview {
  margin: 0 auto var(--fl-margin-after-medium);
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: var(--maxWidth);
}
body .hph_jobs_preview #filter-form {
  flex-basis: 100%;
  background-color: var(--backgroundGreyColor);
  border: 1px solid var(--imageBorderColor);
  padding: 5px 10px;
  gap: clamp(1.7647058824rem, 1.3368983957rem + 2.2727272727vw, 2.9411764706rem);
  margin-bottom: 0;
}
@container (width <=768px) {
  body .hph_jobs_preview #filter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
body .hph_jobs_preview #filter-form select {
  background-color: var(--contrastColorInverted);
  border-radius: 0;
  border: 0;
}
@container (width <=768px) {
  body .hph_jobs_preview #filter-form select {
    margin: 0;
  }
}
body .hph_jobs_preview #filter-form #remove-all {
  transition: var(--baseTransition);
  font-size: var(--miniFontSize);
  color: var(--fontColor);
}
body .hph_jobs_preview #filter-form #remove-all::after {
  filter: brightness(0) invert(0);
}
body .hph_jobs_preview #filter-form #remove-all:hover {
  color: var(--main-color);
}
body .hph_jobs_preview .all_jobs_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
body .hph_jobs_preview .single_job {
  overflow: hidden;
  flex-basis: calc(33.3333333333% - 30px);
  min-width: 300px;
  max-width: 33.3333333333%;
  flex-grow: 1;
  padding: 0;
  border: 1px solid var(--imageBorderColor);
  background: var(--backgroundGreyColor);
  border-radius: 0;
}
@container (width <=1050px) {
  body .hph_jobs_preview .single_job {
    flex-basis: calc(50% - 30px);
    max-width: 50%;
  }
}
@container (width <=768px) {
  body .hph_jobs_preview .single_job {
    flex-basis: 100%;
    max-width: inherit;
  }
}
body .hph_jobs_preview .single_job .innersection {
  flex-direction: column;
  align-items: flex-start;
}
body .hph_jobs_preview .single_job .innersection a {
  text-decoration: none;
}
body .hph_jobs_preview .single_job .innersection .job_preview_image {
  width: 100%;
  border-bottom: 1px solid var(--imageBorderColor);
}
body .hph_jobs_preview .single_job .innersection .job_preview_image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 210px;
  object-fit: cover;
}
body .hph_jobs_preview .single_job .innersection .left_section {
  padding: clamp(1.1764705882rem, 0.9625668449rem + 1.1363636364vw, 1.7647058824rem) clamp(1.1764705882rem, 0.9625668449rem + 1.1363636364vw, 1.7647058824rem) 1em;
}
body .hph_jobs_preview .single_job .innersection .right_section {
  width: 100%;
  gap: 10px 20px;
  padding: 0 clamp(1.1764705882rem, 0.9625668449rem + 1.1363636364vw, 1.7647058824rem) clamp(1.1764705882rem, 0.9625668449rem + 1.1363636364vw, 1.7647058824rem);
}
body .hph_jobs_preview .single_job .innersection .right_section .pdf_button::after {
  min-width: 14px;
  width: 14px;
  height: 14px;
  margin-right: 0px;
  filter: brightness(0) invert(0);
  mask: url("../img/icons/Download.svg") no-repeat center center/contain;
  background: var(--contrastColor);
  transition: var(--baseTransition);
}
body .hph_jobs_preview .single_job .innersection .right_section .pdf_button:hover::after {
  filter: none;
  background: var(--main-color);
}
body .hph_jobs_preview .single_job .innersection .job_preview_info {
  padding: 1em 0;
  gap: 20px;
}
body .hph_jobs_preview .single_job .innersection .job_preview_info > p {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0;
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
  text-transform: uppercase;
  line-height: normal;
  box-shadow: inherit;
  color: var(--fontColor);
}
body .hph_jobs_preview .single_job .innersection .job_preview_info > p::before {
  min-width: 25px;
  width: 25px;
  height: 25px;
  margin-right: 0px;
  filter: brightness(0) invert(0);
}
body .hph_jobs_preview .single_job .innersection .job_preview_info .single_job_start_date::before {
  background-image: url("../img/clock.svg");
}
body .hph_jobs_preview .single_job .innersection .job_preview_info .single_job_type::before {
  background-image: url("../img/calendar.svg");
}

body.single-job .allcont .cont > .item {
  max-width: inherit;
}
@media (max-width: 1530px) {
  body.single-job .allcont .cont > .item {
    width: 100%;
  }
}
body.single-job .foot-top {
  display: none;
}
body.single-job .job.type-job .job_banner {
  container-type: inline-size;
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
}
@container (width <=960px) {
  body.single-job .job.type-job .job_banner {
    min-height: 450px;
  }
}
@container (width <=640px) {
  body.single-job .job.type-job .job_banner {
    min-height: 250px;
    flex-direction: column;
  }
}
body.single-job .job.type-job .job_banner > .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@container (width <=450px) {
  body.single-job .job.type-job .job_banner > .image {
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
  }
}
body.single-job .job.type-job .job_banner > .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 62.5%;
  background: rgba(var(--contrastColorRGB, 0, 0, 0), 0.65);
}
@container (width <=1024px) {
  body.single-job .job.type-job .job_banner > .image::after {
    width: 100%;
  }
}
@container (width <=450px) {
  body.single-job .job.type-job .job_banner > .image::after {
    content: none;
  }
}
body.single-job .job.type-job .job_banner > .image img {
  min-height: 650px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@container (width <=960px) {
  body.single-job .job.type-job .job_banner > .image img {
    min-height: 450px;
  }
}
@container (width <=640px) {
  body.single-job .job.type-job .job_banner > .image img {
    min-height: 250px;
  }
}
body.single-job .job.type-job .job_banner > .text {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 40px 0;
  color: var(--contrastColorInverted, #fff);
  width: var(--baseWidth);
  max-width: var(--maxWidth);
}
@container (width <=450px) {
  body.single-job .job.type-job .job_banner > .text {
    color: var(--fontColor);
  }
}
body.single-job .job.type-job .job_banner > .text h1 {
  color: var(--contrastColorInverted, #fff);
  margin: 0;
  font-size: clamp(1.8823529412rem, 1.3903743316rem + 2.6136363636vw, 3.2352941176rem);
  font-weight: 700;
  hyphens: none;
}
@container (width <=450px) {
  body.single-job .job.type-job .job_banner > .text h1 {
    color: var(--main-color);
  }
}
body.single-job .job.type-job .single_job_content {
  margin: 0 auto;
}
body.single-job .job.type-job .single_job_content > div {
  max-width: var(--maxWidth);
  margin: 0 auto;
}
body.single-job .job.type-job .single_job_content .single_job_info ul {
  padding: 0 !important;
}
body.single-job .job.type-job .single_job_content .single_job_info ul li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
body.single-job .job.type-job .single_job_content .single_job_info ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--contrastColor) !important;
}
body.single-job .job.type-job .single_job_content .single_job_info ol {
  counter-reset: index;
}
body.single-job .job.type-job .single_job_content .single_job_info ol > li {
  counter-reset: index_sub;
  position: relative;
  padding-left: 25px;
  margin: 10px 0;
}
body.single-job .job.type-job .single_job_content .single_job_info ol > li:before {
  counter-increment: index;
  content: counter(index) ".";
  position: absolute;
  left: 0;
  top: 0;
}
body.single-job .job.type-job .single_job_content .single_job_info ol > li:before li:before {
  counter-increment: index_sub;
  content: counter(index_sub) ".";
}
body.single-job .job.type-job .single_job_content .single_job_info h6 + ul,
body.single-job .job.type-job .single_job_content .single_job_info p + ul {
  padding-top: 1.5em;
}
body.single-job .job.type-job .single_job_content .single_job_info h6 + * {
  margin-top: 0;
}
body.single-job .job.type-job .single_job_content .single_job_info h6 {
  position: relative;
  padding-bottom: 10px;
  display: flex;
  gap: 20px;
  align-items: center;
}
body.single-job .job.type-job .single_job_content .single_job_info h6::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
}
body.single-job .job.type-job .single_job_content .single_job_info h6::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: var(--imageBorderColor);
  border-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.single-job .job.type-job .single_job_content .single_job_info h6 + p {
  margin-top: 1em;
}
body.single-job .job.type-job .single_job_content .single_job_info .single_job_description h6::before {
  background: url("../img/icon-job_1.svg") no-repeat center/contain;
}
body.single-job .job.type-job .single_job_content .single_job_info .single_job_benefits h6::before {
  background: url("../img/icon-job_2.svg") no-repeat center/contain;
}
body.single-job .job.type-job .single_job_content .single_job_info .single_job_tasks h6::before {
  background: url("../img/icon-job_3.svg") no-repeat center/contain;
}
body.single-job .job.type-job .single_job_content .single_job_info .single_job_competence h6::before {
  background: url("../img/icon-job_4.svg") no-repeat center/contain;
}
@container (width <= 1024px) {
  body.single-job .job.type-job .single_job_content .single_job_intro {
    flex-direction: column;
  }
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info {
  margin-bottom: clamp(0.5882352941rem, 0.2673796791rem + 1.7045454545vw, 1.4705882353rem);
}
body.single-job .job.type-job .single_job_content .single_job_intro h1 {
  max-width: var(--maxWidth);
  font-size: clamp(1.8823529412rem, 1.1764705882rem + 3.75vw, 3.8235294118rem);
  font-weight: 500;
}
@container (width <= 1200px) {
  body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar {
    margin-left: clamp(2.9411764706rem, 2.2994652406rem + 3.4090909091vw, 4.7058823529rem);
  }
}
@container (width <= 1024px) {
  body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar {
    margin-left: 0;
  }
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact {
  background-color: var(--contrastColorInverted);
  margin-bottom: 10px;
  padding: 40px 40px;
}
@container (width <= 640px) {
  body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation,
  body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person,
  body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact {
    padding: 30px 20px;
  }
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person {
  background: var(--backgroundGreyColor);
  border: 1px solid var(--imageBorderColor);
  margin-bottom: clamp(1.7647058824rem, 1.3368983957rem + 2.2727272727vw, 2.9411764706rem);
  padding: clamp(1.1764705882rem, 0.9625668449rem + 1.1363636364vw, 1.7647058824rem);
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info {
  padding: 0px;
  display: flex;
  gap: 30px;
  align-items: center;
}
@container (width <= 640px) {
  body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info {
    flex-wrap: wrap;
  }
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info img {
  max-width: 120px;
  max-height: 120px;
  border-radius: 50%;
  display: block;
  margin-bottom: 0;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info h4 {
  font-size: clamp(1.0588235294rem, 1.0160427807rem + 0.2272727273vw, 1.1764705882rem);
  color: var(--contrastColor);
  position: relative;
  padding-bottom: 10px;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info h4::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 100%;
  border-style: none;
  background-color: var(--imageBorderColor);
  position: absolute;
  bottom: 0;
  left: 0;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_mail {
  display: flex;
  gap: 10px;
  align-items: center;
  line-height: 120%;
  font-size: var(--largeFontSize, 18px);
  font-weight: 700;
  color: var(--main-color);
  padding-left: 0;
  text-decoration: none;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone::before,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_mail::before {
  position: relative;
  top: auto;
  left: auto;
  width: 20px;
  height: 20px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  background: var(--main-color);
  transition: var(--baseTransition);
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone:hover,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_mail:hover {
  color: var(--second-color);
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone:hover::before,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_mail:hover::before {
  background: var(--second-color);
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone::before {
  mask-image: url("../img/phone.svg");
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_mail::before {
  mask-image: url("../img/mail.svg");
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact {
  background: var(--backgroundGreyColor);
  border: 1px solid var(--imageBorderColor);
  padding: clamp(1.1764705882rem, 0.9625668449rem + 1.1363636364vw, 1.7647058824rem);
}
@container (width <= 640px) {}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact h6 {
  font-weight: 500;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact h6 + * {
  margin-top: 0;
  padding-top: 15px;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact .job_cta_footer_buttons {
  margin-top: 1em !important;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact .job_info {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact .job_info > p {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-family: var(--headline);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
  box-shadow: inherit;
  color: var(--fontColor);
  position: relative;
  margin: 0;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact .job_info > p + p {
  margin-top: 20px;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact .job_info > p::before {
  content: "";
  display: inline-block;
  min-width: 25px;
  width: 25px;
  height: 25px;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact .job_info > p.single_job_start_date::before {
  background-image: url("../img/clock.svg");
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact .job_info > p.single_job_type::before {
  background-image: url("../img/calendar.svg");
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact .job_info::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  border-style: none;
  background-image: linear-gradient(to right, #dadada 33%, rgba(var(--contrastColorInvertedRGB), 0) 0%);
  background-size: 8px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  transition: var(--baseTransition);
  position: absolute;
  bottom: 0;
  left: 0;
}
body.single-job .job.type-job .single_job_content .job_cta_footer_buttons {
  margin-top: 0px !important;
}
@media screen and (max-width: 320px) {
  body.single-job .job.type-job .single_job_content .job_cta_footer_buttons.wp-block-button {
    width: 100%;
  }
  body.single-job .job.type-job .single_job_content .job_cta_footer_buttons.wp-block-button > a {
    display: block;
    text-align: center;
  }
}

body .wp-block-column .hph_jobs_preview,
body .wp-block-column .px-teaser-inner {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

:root {
  --is-style-gap-small: 10px;
  --is-style-gap-large: 80px;
  --is-style-gap-default: 2em;
}

.is-style-gap-small {
  column-gap: var(--is-style-gap-small) !important;
}

.is-style-gap-large {
  column-gap: var(--is-style-gap-large) !important;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

body .wp-block-columns .wp-block-column .gform_wrapper {
  width: 100%;
}
@media (max-width: 1024px) {
  body .wp-block-columns {
    flex-wrap: wrap !important;
  }
  body .wp-block-column {
    min-width: calc(50% - var(--is-style-gap-default));
  }
}

ul.wp-block-list li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
ul.wp-block-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--contrastColor);
}

ul.is-style-hook-list li {
  padding-left: 25px;
}
ul.is-style-hook-list li::before {
  top: 7px;
  height: 13px;
  width: 15px;
  border-radius: 0;
  background-color: var(--contrastColor);
  mask: url(../img/hook.svg) no-repeat center center/100% auto;
}

ul.is-style-arrow-list li {
  padding-left: 20px;
}
ul.is-style-arrow-list li::before {
  top: 8px;
  height: 10px;
  width: 10px;
  border-radius: 0;
  background-color: var(--contrastColor);
  mask: url(../img/arrow-down.svg) no-repeat center center/100% auto;
  transform: rotate(-90deg);
}

ul[changeColor].wp-block-list li::before {
  background-color: var(--main-color);
}
ul[changeColor].is-style-hook-list li::before {
  background-color: var(--main-color);
}
ul[changeColor].is-style-arrow-list li::before {
  background-color: var(--main-color);
}

.fl[data-frame=cibgbox] ul[changeColor].wp-block-list li::before {
  background-color: var(--second-color);
}
.fl[data-frame=cibgbox] ul[changeColor].is-style-hook-list li::before {
  background-color: var(--second-color);
}
.fl[data-frame=cibgbox] ul[changeColor].is-style-arrow-list li::before {
  background-color: var(--second-color);
}

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

hr.wp-block-separator {
  border: none;
  background: var(--imageBorderColor);
  width: 20%;
  max-width: var(--maxWidth);
  margin: 15px auto;
}
hr.wp-block-separator.is-style-wide {
  width: 100%;
}

header.head {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  background: var(--contrastColorInverted);
  box-shadow: 0px 3px 2px rgba(var(--contrastColorRGB), 0.16);
}
header.head .inner {
  position: relative;
  width: var(--baseWidth);
  max-width: var(--maxWidth);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  backface-visibility: hidden;
  gap: 0 40px;
  padding: 40px 0;
  transition: var(--baseTransition);
}
@media screen and (max-width: 1024px) {
  header.head .inner {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  header.head .inner {
    gap: 0 20px;
  }
}
header.head .inner #logo {
  transition: var(--baseTransition);
  background-image: var(--website-logo-image-url);
  background-repeat: no-repeat;
  background-size: contain;
  width: 205px;
  height: 65px;
  backface-visibility: hidden;
}
@media screen and (max-width: 1024px) {
  header.head .inner #logo {
    margin-left: 4%;
  }
}
header.head .inner #logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header.head .inner #logo span {
  display: none;
}
header.head .inner .main-navigation {
  position: relative;
  top: 13px;
  transition: var(--baseTransition);
}
@media screen and (max-width: 1024px) {
  header.head .inner .main-navigation {
    top: auto;
  }
}
@media only screen and (max-width: 1024px) {
  header.head .inner .main-navigation {
    right: calc(4% - 4px);
  }
}
header.head .inner .head-top {
  position: absolute;
  top: 40px;
  right: 0;
  transition: var(--baseTransition);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  header.head .inner .head-top {
    top: 0;
    width: 100%;
    background-color: var(--backgroundGreyColor);
    padding: 5px 4%;
  }
}
header.head .inner .head-top #header_searchform {
  width: 100%;
  max-width: 400px;
  min-width: 250px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  header.head .inner .head-top #header_searchform {
    max-width: 250px;
  }
}
@media screen and (max-width: 640px) {
  header.head .inner .head-top #header_searchform {
    max-width: 150px;
    min-width: inherit;
  }
}
header.head .inner .head-top #header_searchform .header_search-field {
  position: relative;
  width: 0%;
  padding: 5px 0 5px 10px;
  border: 1px solid var(--formBorderColor);
  opacity: 0;
  transition: var(--baseTransition);
  font-size: var(--miniFontSize);
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 640px) {
  header.head .inner .head-top #header_searchform .header_search-field {
    font-size: 12px;
  }
}
header.head .inner .head-top #header_searchform .header_search-field.active_search {
  opacity: 1;
  width: 100%;
}
header.head .inner .head-top #header_searchform .search_button {
  border: none;
  background-color: var(--fontColor);
  mask: url(../img/search.svg) no-repeat center/16px;
  color: transparent;
  text-indent: -9999px;
  width: 20px;
  outline: none;
  position: absolute;
  right: -8px;
  padding: 10px 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
header.head .inner .head-top #header_searchform .search_button:hover {
  background-color: var(--main-color);
}
header.head .inner .head-top .headernav ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  header.head .inner .head-top .headernav ul {
    gap: 10px;
  }
}
header.head .inner .head-top .headernav ul li {
  position: relative;
  margin: 0;
  left: 0;
  padding-left: 0;
}
header.head .inner .head-top .headernav ul li::before {
  content: none;
}
header.head .inner .head-top .headernav ul li a {
  color: var(--fontColor);
  font-size: var(--miniFontSize);
  font-weight: 400;
  position: relative;
  display: block;
  transition: var(--baseTransition);
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  header.head .inner .head-top .headernav ul li a {
    font-size: 12px;
  }
}
header.head .inner .head-top .headernav ul li a:hover {
  color: var(--main-color);
}
header.head .inner .header_infobox {
  position: absolute;
  top: 100%;
  right: 0;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  header.head .inner .header_infobox {
    right: 4%;
  }
}
@media screen and (max-width: 450px) {
  header.head .inner .header_infobox {
    display: none;
  }
}
header.head .inner .header_infobox .header_infobox-inner {
  background-color: var(--main-color);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: var(--baseTransition);
}
header.head .inner .header_infobox .header_infobox-inner .header_infobox-icon img {
  display: block;
  min-height: 35px;
  max-height: 35px;
  width: auto;
  filter: brightness(0) invert(1);
}
header.head .inner .header_infobox .header_infobox-inner .header_infobox-text {
  color: var(--contrastColorInverted, #fff);
  font-size: clamp(0.8235294118rem, 0.7807486631rem + 0.2272727273vw, 0.9411764706rem);
  hyphens: auto;
}
header.head .inner .header_infobox a:hover .header_infobox-inner {
  background-color: var(--second-color);
}
header.head .inner .header_infobox a:hover .header_infobox-inner .header_infobox-text {
  color: var(--fontColor);
}
header.head .inner .header_infobox a:hover .header_infobox-inner .header_infobox-icon img {
  filter: brightness(0) invert(0);
}
header.head div#page-scroll-position {
  height: 5px;
  width: 100%;
  display: block;
  background: var(--formBorderColor);
  position: absolute;
  top: 100%;
  transition: width 0.1s;
}
header.head div#page-scroll-position #indicator-bar {
  height: 100%;
  width: 0;
  display: block;
  background: var(--main-color);
}
header.head.is-sticky > .inner {
  padding: 20px 0 25px;
}
@media screen and (max-width: 1024px) {
  header.head.is-sticky > .inner {
    padding: 60px 0 20px;
  }
}
header.head.is-sticky > .inner .main-navigation {
  top: 20px;
}
@media screen and (max-width: 1024px) {
  header.head.is-sticky > .inner .main-navigation {
    top: auto;
  }
}
header.head.is-sticky > .inner #logo {
  background-image: var(--website-logo-sticky-image-url);
  width: 180px;
  height: 35px;
}
header.head.is-sticky > .inner .head-top {
  top: 5px;
}
@media screen and (max-width: 1024px) {
  header.head.is-sticky > .inner .head-top {
    top: 0;
  }
}

#masthead #mega-menu-wrap-primary .mega-menu-toggle,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle {
  background-color: transparent;
}
#masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner,
#masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::before,
#masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::after,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::before,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle .mega-toggle-block .mega-toggle-animated-inner::after {
  background-color: var(--main-color);
}
#masthead #mega-menu-wrap-primary #mega-menu-primary,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu {
  gap: 20px;
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link {
  font-size: var(--largeFontSize);
  font-family: var(--headline);
  color: var(--fontColor);
  font-weight: 700;
  padding: 0;
  transition: var(--baseTransition);
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link:hover, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link:focus,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link:hover,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link:focus,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item a.mega-menu-link:hover,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item a.mega-menu-link:focus,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link:hover,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link:focus {
  background-color: transparent;
  color: var(--main-color);
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-logo-mobile,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-logo-mobile,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-logo-mobile,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-logo-mobile {
  display: none;
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-logo-mobile a.mega-menu-link {
  font-size: 0;
  background-image: var(--website-logo-sticky-image-url);
  background-repeat: no-repeat;
  width: 130px;
  height: 35px;
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon {
  padding: 15px 30px 14px;
  background-color: var(--main-color);
  color: var(--contrastColorInverted, #fff);
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon::before,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon::before,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon::before,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon::before {
  filter: brightness(0) invert(1) !important;
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon:hover,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon:hover,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon:hover,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon:hover {
  background-color: var(--second-color);
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  font-size: var(--largeFontSize);
  background-color: transparent;
  color: var(--main-color);
  font-size: var(--largeFontSize);
  font-family: var(--headline);
  font-weight: 700;
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on.mega-logo-mobile a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item.mega-logo-mobile a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor.mega-logo-mobile a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-toggle-on.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-item.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-ancestor.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-page-ancestor.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-toggle-on.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-current-menu-item.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-toggle-on.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-item.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-ancestor.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-page-ancestor.mega-logo-mobile a.mega-menu-link {
  font-size: 0;
}
#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children a.mega-menu-link > span.mega-indicator::after {
  content: "\f140";
  transition: var(--baseTransition);
}
#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children ul.mega-sub-menu a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children ul.mega-sub-menu a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children ul.mega-sub-menu a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children ul.mega-sub-menu a.mega-menu-link > span.mega-indicator::after {
  content: "\f139";
}
#masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu {
  background-color: var(--contrastColorInverted, #fff);
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
#masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  background-color: transparent;
  color: var(--fontColor);
  font-size: var(--baseFontSize);
  font-weight: 700;
  padding: 10px 20px;
}
#masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background-color: var(--main-color);
  color: var(--contrastColorInverted, #fff);
}
#masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background-color: var(--main-color);
  color: var(--contrastColorInverted, #fff);
}

#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu {
  gap: 0;
  background: var(--contrastColorInverted, #fff);
}
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item {
  border-bottom: 1px solid var(--lightGray);
}
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item a.mega-menu-link {
  padding: 15px 70px 14px 20px;
}
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main-color);
}
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  color: var(--contrastColorInverted, #fff);
  transform: rotate(-90deg);
}
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-logo-mobile,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-logo-mobile,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-logo-mobile,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-logo-mobile {
  display: block;
  padding: 20px 20px;
}
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after {
  transform: rotate(0);
}
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  color: var(--contrastColorInverted, #fff);
  background-color: var(--main-color);
}
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-toggle-on.mega-logo-mobile a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-menu-item.mega-logo-mobile a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor.mega-logo-mobile a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-page-ancestor.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-toggle-on.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-menu-item.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-menu-ancestor.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-page-ancestor.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-toggle-on.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-menu-item.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item.mega-current-page-ancestor.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-toggle-on.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-menu-item.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-menu-ancestor.mega-logo-mobile a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item.mega-current-page-ancestor.mega-logo-mobile a.mega-menu-link {
  background-color: transparent;
}
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu {
  box-shadow: none;
}
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
  border: 0;
}
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  padding: 10px 20px 10px 40px;
}
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link > span.mega-indicator::after {
  transform: rotate(0deg);
}
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after {
  transform: rotate(90deg);
}
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  padding: 10px 20px 10px 60px;
}
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  color: var(--contrastColorInverted, #fff);
  background-color: var(--main-color);
}

#masthead #mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close:before {
  content: "\f335";
  background-color: var(--main-color, #000);
  font-size: 30px;
}

@media only screen and (max-width: 1024px) {
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 0 !important;
  }
}
footer.foot {
  container-type: inline-size;
  width: 100%;
  margin: 0 auto;
  background: var(--lightGray);
  position: relative;
}
footer.foot .inner .foot-top-inner,
footer.foot .inner .foot-bottom-inner {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 0 auto;
  font-size: var(--miniFontSize);
}
footer.foot .inner .foot-top .row-1 {
  gap: 30px clamp(1.7647058824rem, 1.3368983957rem + 2.2727272727vw, 2.9411764706rem);
  padding: clamp(1.7647058824rem, 0.4812834225rem + 6.8181818182vw, 5.2941176471rem) 0 clamp(1.7647058824rem, 1.1229946524rem + 3.4090909091vw, 3.5294117647rem);
}
footer.foot .inner .foot-top .row-1 ul li {
  margin: 0;
  padding: 0;
}
footer.foot .inner .foot-top .row-1 ul li::before {
  content: none;
}
footer.foot .inner .foot-top .row-1 ul li a {
  color: var(--contrastColor);
}
footer.foot .inner .foot-top .row-1 ul li a:hover {
  color: var(--main-color);
}
footer.foot .inner .foot-top .row-1 *[data-margin-after=extra-small] {
  margin-bottom: 10px;
}
footer.foot .inner .foot-top .row-1 .wp-block-button.is-style-icon-tel > a.wp-block-button__link:not(.has-text-color),
footer.foot .inner .foot-top .row-1 .wp-block-button.is-style-icon-mail > a.wp-block-button__link:not(.has-text-color),
footer.foot .inner .foot-top .row-1 .wp-block-button.is-style-icon-pin > a.wp-block-button__link:not(.has-text-color) {
  font-weight: 400;
  font-size: var(--miniFontSize);
  color: var(--contrastColor);
}
footer.foot .inner .foot-top .row-1 .wp-block-button.is-style-icon-tel > a.wp-block-button__link:not(.has-text-color)::before,
footer.foot .inner .foot-top .row-1 .wp-block-button.is-style-icon-mail > a.wp-block-button__link:not(.has-text-color)::before,
footer.foot .inner .foot-top .row-1 .wp-block-button.is-style-icon-pin > a.wp-block-button__link:not(.has-text-color)::before {
  width: 15px;
  height: 15px;
  background-color: var(--contrastColor);
}
footer.foot .inner .foot-top .row-1 .wp-block-button.is-style-icon-tel > a.wp-block-button__link:not(.has-text-color):hover,
footer.foot .inner .foot-top .row-1 .wp-block-button.is-style-icon-mail > a.wp-block-button__link:not(.has-text-color):hover,
footer.foot .inner .foot-top .row-1 .wp-block-button.is-style-icon-pin > a.wp-block-button__link:not(.has-text-color):hover {
  color: var(--main-color);
}
footer.foot .inner .foot-top .row-1 .wp-block-button.is-style-icon-tel > a.wp-block-button__link:not(.has-text-color):hover::before,
footer.foot .inner .foot-top .row-1 .wp-block-button.is-style-icon-mail > a.wp-block-button__link:not(.has-text-color):hover::before,
footer.foot .inner .foot-top .row-1 .wp-block-button.is-style-icon-pin > a.wp-block-button__link:not(.has-text-color):hover::before {
  background-color: var(--main-color);
}
footer.foot .inner .foot-top .row-1 .wp-block-button.is-style-icon-tel,
footer.foot .inner .foot-top .row-1 .wp-block-button.is-style-icon-pin {
  margin-top: 15px;
}
footer.foot .inner .foot-top .row-1 .wp-block-button.is-style-icon-mail > a.wp-block-button__link:not(.has-text-color)::before {
  position: relative;
  top: 2px;
}
footer.foot .inner .foot-top .row-2 {
  display: block;
  padding: 0 0 clamp(1.7647058824rem, 0.2673796791rem + 7.9545454545vw, 5.8823529412rem);
}
footer.foot .inner .foot-bottom {
  background-color: var(--main-color);
  color: var(--contrastColorInverted);
}
footer.foot .inner .foot-bottom .row-3 {
  align-items: center;
  padding: 8px 0;
  gap: 10px;
}
@container (width <=960px) {
  footer.foot .inner .foot-bottom .row-3 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@container (width <=640px) {
  footer.foot .inner .foot-bottom .row-3 {
    align-items: center;
  }
  footer.foot .inner .foot-bottom .row-3 .col {
    width: 100%;
    text-align: center;
    margin: 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
footer.foot .inner .foot-bottom .row-3 a {
  color: var(--contrastColorInverted);
}
footer.foot .inner .foot-bottom .row-3 a:hover {
  text-decoration: underline;
}
footer.foot .inner .foot-bottom .row-3 ul li a {
  border-right: 1px solid var(--contrastColorInverted);
  padding-right: 10px;
}
@container (width <=640px) {
  footer.foot .inner .foot-bottom .row-3 ul li a {
    padding-right: 5px;
  }
}
footer.foot .inner .foot-bottom .row-3 ul li:last-child a {
  border-right: none;
  padding-right: 0;
}
footer.foot .inner .foot-bottom .row-3 ul li:not(:last-of-type) {
  margin-right: 10px;
}
@container (width <=640px) {
  footer.foot .inner .foot-bottom .row-3 ul li:not(:last-of-type) {
    margin-right: 5px;
  }
}
footer.foot .inner .foot-bottom .row-3 .col-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px 15px;
}
@container (width <=960px) {
  footer.foot .inner .foot-bottom .row-3 .col-1 {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer.foot .inner .foot-bottom .row-3 .col-2 {
  margin-left: auto;
}
@container (width <=960px) {
  footer.foot .inner .foot-bottom .row-3 .col-2 {
    margin-left: 0;
  }
}
footer.foot .inner .foot-bottom .row-3 .col-3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
footer.foot .inner a {
  color: var(--contrastColor);
  text-decoration: none;
}
footer.foot .inner h1, footer.foot .inner h2, footer.foot .inner h3, footer.foot .inner h4, footer.foot .inner h5, footer.foot .inner h6 {
  color: var(--contrastColor);
  font-size: var(--baseFontSize);
  position: relative;
}
footer.foot .inner ul li {
  display: inline-block;
}
footer.foot .inner a.is-style-icon-facebook,
footer.foot .inner a.is-style-icon-instagram,
footer.foot .inner a.is-style-icon-x,
footer.foot .inner a.is-style-icon-youtube,
footer.foot .inner a.is-style-icon-kununu,
footer.foot .inner a.is-style-icon-xing,
footer.foot .inner a.is-style-icon-linkedin,
footer.foot .inner a.is-style-icon-google {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
footer.foot .inner a.is-style-icon-facebook span,
footer.foot .inner a.is-style-icon-instagram span,
footer.foot .inner a.is-style-icon-x span,
footer.foot .inner a.is-style-icon-youtube span,
footer.foot .inner a.is-style-icon-kununu span,
footer.foot .inner a.is-style-icon-xing span,
footer.foot .inner a.is-style-icon-linkedin span,
footer.foot .inner a.is-style-icon-google span {
  display: none;
}
footer.foot .inner a.is-style-icon-facebook::before, footer.foot .inner a.is-style-icon-facebook::after,
footer.foot .inner a.is-style-icon-instagram::before,
footer.foot .inner a.is-style-icon-instagram::after,
footer.foot .inner a.is-style-icon-x::before,
footer.foot .inner a.is-style-icon-x::after,
footer.foot .inner a.is-style-icon-youtube::before,
footer.foot .inner a.is-style-icon-youtube::after,
footer.foot .inner a.is-style-icon-kununu::before,
footer.foot .inner a.is-style-icon-kununu::after,
footer.foot .inner a.is-style-icon-xing::before,
footer.foot .inner a.is-style-icon-xing::after,
footer.foot .inner a.is-style-icon-linkedin::before,
footer.foot .inner a.is-style-icon-linkedin::after,
footer.foot .inner a.is-style-icon-google::before,
footer.foot .inner a.is-style-icon-google::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: var(--baseTransition);
}
footer.foot .inner a.is-style-icon-facebook::after,
footer.foot .inner a.is-style-icon-instagram::after,
footer.foot .inner a.is-style-icon-x::after,
footer.foot .inner a.is-style-icon-youtube::after,
footer.foot .inner a.is-style-icon-kununu::after,
footer.foot .inner a.is-style-icon-xing::after,
footer.foot .inner a.is-style-icon-linkedin::after,
footer.foot .inner a.is-style-icon-google::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  opacity: 0;
}
footer.foot .inner a.is-style-icon-facebook:hover::after,
footer.foot .inner a.is-style-icon-instagram:hover::after,
footer.foot .inner a.is-style-icon-x:hover::after,
footer.foot .inner a.is-style-icon-youtube:hover::after,
footer.foot .inner a.is-style-icon-kununu:hover::after,
footer.foot .inner a.is-style-icon-xing:hover::after,
footer.foot .inner a.is-style-icon-linkedin:hover::after,
footer.foot .inner a.is-style-icon-google:hover::after {
  opacity: 1;
}
footer.foot .inner a.is-style-icon-facebook::before {
  background-image: url("../img/facebook-sw.svg");
}
footer.foot .inner a.is-style-icon-facebook::after {
  background-image: url("../img/facebook.svg");
}
footer.foot .inner a.is-style-icon-instagram::before {
  background-image: url("../img/instagram-sw.svg");
}
footer.foot .inner a.is-style-icon-instagram::after {
  background-image: url("../img/instagram.svg");
}
footer.foot .inner a.is-style-icon-x::before {
  background-image: url("../img/x-sw.svg");
}
footer.foot .inner a.is-style-icon-x::after {
  background-image: url("../img/x.svg");
}
footer.foot .inner a.is-style-icon-youtube::before {
  background-image: url("../img/youtube-sw.svg");
}
footer.foot .inner a.is-style-icon-youtube::after {
  background-image: url("../img/youtube.svg");
}
footer.foot .inner a.is-style-icon-kununu::before {
  background-image: url("../img/kununu-sw.svg");
}
footer.foot .inner a.is-style-icon-kununu::after {
  background-image: url("../img/kununu.svg");
}
footer.foot .inner a.is-style-icon-xing::before {
  background-image: url("../img/xing-sw.svg");
}
footer.foot .inner a.is-style-icon-xing::after {
  background-image: url("../img/xing.svg");
}
footer.foot .inner a.is-style-icon-linkedin::before {
  background-image: url("../img/linkedin-sw.svg");
}
footer.foot .inner a.is-style-icon-linkedin::after {
  background-image: url("../img/linkedin.svg");
}
footer.foot .inner a.is-style-icon-google::before {
  background-image: url("../img/google-sw.svg");
}
footer.foot .inner a.is-style-icon-google::after {
  background-image: url("../img/google.svg");
}
footer.foot .inner .row {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
footer.foot .inner .row.row-1 .col {
  max-width: 345px;
}
@media screen and (max-width: 1024px) {
  footer.foot .inner .row.row-1 .col {
    width: calc(50% - 30px);
    max-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  footer.foot .inner .row.row-1 .col {
    width: 100%;
    max-width: inherit;
    text-align: center;
  }
  footer.foot .inner .row.row-1 .col .wp-block-button.is-style-icon-tel > a.wp-block-button__link:not(.has-text-color),
  footer.foot .inner .row.row-1 .col .wp-block-button.is-style-icon-mail > a.wp-block-button__link:not(.has-text-color),
  footer.foot .inner .row.row-1 .col .wp-block-button.is-style-icon-pin > a.wp-block-button__link:not(.has-text-color) {
    justify-content: center;
  }
}
footer.foot .inner .row.row-1 ul li {
  display: block;
}
footer.foot .inner .row.row-2 {
  align-items: baseline;
}
footer.foot .inner .row.row-2 .col-2 .widget {
  display: inline-block;
}

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

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

.gform_wrapper {
  max-width: var(--maxWidth);
  margin: 0 auto 100px;
  width: var(--baseWidth);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000;
  right: 0;
  top: -44px;
  text-align: right;
  padding-right: 0;
  width: 44px;
  text-align: center;
  background-color: #DCDCDC;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background-color: #F9F9F9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  min-height: 200px;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  object-fit: cover;
  margin: 0 auto;
  background-color: #fff;
}

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

.mfp-title {
  text-align: left;
  font-size: var(--miniFontSize);
  line-height: 18px;
  color: var(--contrastColorInverted, #fff);
  background-color: rgba(var(--contrastColorRGB, 0, 0, 0), 0.75);
  word-wrap: break-word;
  padding: 7px 20px;
  margin-top: 4px;
}

.mfp-title:empty {
  display: none;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

BODY.single-product .cont,
BODY.woocommerce-cart .cont,
BODY.woocommerce-checkout .cont,
BODY.woocommerce-page.search .cont,
BODY.woocommerce-page.archive .cont,
BODY.woocommerce-account .cont {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 100px;
}

BODY.woocommerce-page #allcont .head {
  z-index: 9999;
}
BODY.woocommerce-page #allcont .cont #primary {
  flex: 1 1 65%;
}
BODY.woocommerce-page #allcont .cont #secondary {
  flex: 1 1 30%;
  padding: 25px;
  background: var(--backgroundColor);
}
BODY.woocommerce-page #allcont .cont #secondary .widget {
  margin-bottom: 30px;
}

BODY.woocommerce-page:not(.woocommerce-cart) .cont {
  display: flex;
  flex-direction: row-reverse;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce button, .woocommerce input.button, .woocommerce input[type=submit], .woocommerce span.onsale {
  background-color: var(--main-color);
  color: var(--contrastColorInverted);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce button.button:hover, .woocommerce button:hover, .woocommerce button.button:focus, .woocommerce button:focus, .woocommerce input.button:hover, .woocommerce input[type=submit]:hover, .woocommerce input.button:focus, .woocommerce input[type=submit]:focus, .woocommerce span.onsale:hover, .woocommerce span.onsale:focus {
  background-color: rgba(var(--main-color), 0.5);
  color: var(--contrastColorInverted);
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
  color: var(--main-color);
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce button, .woocommerce input.button, .woocommerce input[type=submit], .woocommerce span.onsale {
  border-radius: 0;
}
.woocommerce input.button:disabled, .woocommerce input[type=submit]:disabled, .woocommerce input.button:disabled[disabled] {
  color: var(--contrastColorInverted);
}

.woocommerce-message {
  border-top-color: var(--main-color);
}

.woocommerce-message::before {
  color: var(--main-color);
}

.woocommerce-checkout .woocommerce {
  width: var(--baseWidth);
  margin: auto;
  max-width: var(--maxWidth);
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout {
  margin-top: 60px;
}
.woocommerce-checkout .woocommerce #order_review_heading {
  margin-top: 30px;
}

small.wgm-info.wgm-extra-costs-eu {
  line-height: normal;
  display: none;
}

.products > li.product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.woocommerce ul.products li.product .price {
  flex: 1 1 100%;
  font-size: 18px;
  font-weight: bold;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: normal;
  font-size: 14px;
  margin: 10px 0;
}

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product input[type=submit], .woocommerce ul.products li.product button {
  flex: 1 1 100%;
  align-self: flex-end !important;
  align-content: flex-end !important;
  background: var(--main-color);
  opacity: 0.8;
  color: white;
  transition: var(--baseTransition);
}
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product input[type=submit]:hover, .woocommerce ul.products li.product button:hover {
  opacity: 1;
}

.woocommerce ul.products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

li.product .wgm-info {
  flex: 1 1 100%;
  margin: -5px 0 !important;
}

td.product-subtotal span.wdr_you_saved_con {
  display: block;
  font-size: 14px;
}

.wdr_you_saved_con {
  color: var(--main-color);
}

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product input[type=submit], .woocommerce ul.products li.product button {
  text-align: center;
}
.woocommerce ul.products li.product .button.added, .woocommerce ul.products li.product input.added[type=submit], .woocommerce ul.products li.product button.added {
  opacity: 0.3;
}

.woocommerce a.added_to_cart {
  background: var(--main-color);
  display: inline-block;
  padding: 0.618em 1em;
  line-height: 1;
  margin-top: -35.75px;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: bold;
  opacity: 1;
  position: relative;
  z-index: 1;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product h3 {
  font-size: var(--baseFontSize);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: 700;
}

.woocommerce ul.products li.product .onsale {
  margin: 0;
  padding: 5px 10px;
  min-height: 0;
  height: auto;
  line-height: normal;
  font-size: var(--baseFontSize);
}

.wgm-info {
  display: block;
  margin-bottom: -8px;
  font-size: 80%;
}

button#place_order {
  float: right;
}

a:focus-visible,
button.mfp-close:focus-visible, button.mfp-arrow:focus-visible {
  outline: var(--main--color, #000) solid 2px;
  outline-offset: 2px;
}

input[type=search]:focus-visible {
  width: 100%;
  outline: var(--main--color, #000) solid 2px;
  outline-offset: 2px;
}

input[type=checkbox]:focus-visible,
button[type=submit]:focus-visible {
  outline: var(--main--color, #000) solid 2px;
  outline-offset: 2px;
}

#header_searchform .header_search-field:focus-visible {
  width: 100% !important;
  opacity: 1 !important;
}

#header_searchform:focus-within .header_search-field {
  width: 100% !important;
  opacity: 1 !important;
  border-color: var(--main--color, #DCDCDC) !important;
}

.px-banner a:focus-visible,
.px-textonimage .text a:focus-visible {
  outline: var(--main--color, #fff) solid 2px;
  outline-offset: 2px;
}

header.head .inner .header_infobox a:focus-visible {
  outline: var(--main--color, #000) solid 2px;
  outline-offset: 2px;
  display: inline-block;
}

.px-downloads-inner .download-entry .download-actions a:focus-visible {
  background: var(--main--color, #000);
}

.ce-tabs .tab_wrapper > fieldset > label:focus {
  outline: var(--main--color, #000) solid 2px;
  outline-offset: -2px;
  display: inline-block;
}

.px-news .postsloop button:focus-visible,
.px-news-extra .postsloop button:focus-visible,
.px-showthemes .postsloop button:focus-visible {
  outline: var(--main--color, #000) solid 2px;
  outline-offset: 2px;
}

.px-imagewall-inner .image a:focus-visible img {
  outline: var(--main--color, #000) solid 2px;
  outline-offset: 2px;
}

.px-banner .trustelements .global-trustelements-inner .image a:focus-visible img,
.px-banner .trustelements .global-trustelements-inner .image a:focus-visible svg,
.px-banner .trustelements .global-trustelements-inner .googlerating a:focus-visible img,
.px-banner .trustelements .global-trustelements-inner .googlerating a:focus-visible svg,
.px-banner .trustelements .individual-trustelements-inner .image a:focus-visible img,
.px-banner .trustelements .individual-trustelements-inner .image a:focus-visible svg,
.px-banner .trustelements .individual-trustelements-inner .googlerating a:focus-visible img,
.px-banner .trustelements .individual-trustelements-inner .googlerating a:focus-visible svg {
  outline: var(--main--color, #000) solid 2px;
  outline-offset: 2px;
}

.category-filter-form select:focus-visible,
.category-filter-form .clear-filter:focus-visible,
#filter-form select:focus-visible,
#filter-form #remove-all:focus-visible {
  outline: var(--main--color, #000) solid 2px;
  outline-offset: 2px;
}