@charset "UTF-8";
:root {
  --fallback: Verdana, Arial, sans-serif;
  --mainFont: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --headline: "Source Sans Pro", var(--fallback);
  --fontColor: #000;
  --backgroundColor: #ffffff;
  --backgroundColorRGB: 255,255,255;
  --backgroundColorDark: #b3b3b3;
  --warningColor: #b10000;
  --formBorderColor: #b6b6b6;
  --lightGray: #f9f9f9;
  --grey: #808080;
  --greyLight: #ECEBEB;
  --primaryHover: #E64A1A;
  --primaryActive: #D43D12;
  --pageBg: #FFFAFA;
  --mainGradient: linear-gradient(to bottom, var(--main-color) 0%, var(--second-color) 100%);
  --contrastColor: #000;
  --contrastColorRGB: 0,0,0;
  --contrastColorLight: #1a1a1a;
  --contrastColorInverted: #fff;
  --contrastColorInvertedRGB: 255,255,255;
  --contrastColorDark: #e6e6e6;
  --baseFontSize: 16px;
  --baseLineheight: 170%;
  --miniFontSize: 12px;
  --baseBorderRadius: 10px;
  --stickyHeaderHeight: 125px;
  --stickyHeaderHeightMobile: 75px;
  --spaceBetweenDefault: 20px;
  --spaceBetweenSlim: 10px;
  --spaceBetweenWide: autoClamp(40, 80);
  --baseTransition: all .3s ease-in-out;
  --baseWidth: 92%;
  --reducedWidth: 900px;
  --maxWidth: 1400px;
  --maxWidthBig: 1600px;
  --pageLimit: 1920px;
  --fl-frame-lightbgbox: #dddddd;
  --fl-frame-cibgbox: var(--main-color);
  --fl-layout-reduced: var(--reducedWidth);
  --fl-margin-before-extra-small: 32px;
  --fl-margin-before-small: 40px;
  --fl-margin-before-medium: 48px;
  --fl-margin-before-large: 64px;
  --fl-margin-before-extra-large: 128px;
  --fl-margin-after-extra-small: 32px;
  --fl-margin-after-small: 40px;
  --fl-margin-after-medium: 48px;
  --fl-margin-after-large: 64px;
  --fl-margin-after-extra-large: 128px;
}
@media screen and (max-width: 450px) {
  :root {
    --fl-margin-before-extra-large: 100px;
    --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;
}

/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v18-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v18-latin-regular.woff") format("woff"), url("../fonts/roboto-v18-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v18-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v18-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v18-latin-700.woff2") format("woff2"), url("../fonts/roboto-v18-latin-700.woff") format("woff"), url("../fonts/roboto-v18-latin-700.ttf") format("truetype"), url("../fonts/roboto-v18-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* Source Sans pro - regular (400) */
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/Source_Sans_pro/SourceSansPro-Regular.eot");
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("../fonts/Source_Sans_pro/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Source_Sans_pro/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/Source_Sans_pro/SourceSansPro-Regular.woff") format("woff"), url("../fonts/Source_Sans_pro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* roboto-700 */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* roboto-300 */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* roboto-400 */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
html:not(.wp-toolbar) {
  font-size: var(--baseFontSize);
}

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

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

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

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

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

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

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

/* Removes the "X" from search inputs in Chrome, Safari, and Edge */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

/* Removes the "X" from search inputs in IE (if anyone still uses it) */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

h1, h2, h3, h4, h5, h6, .is-style-text-large {
  font-family: var(--mainFont);
  color: var(--fontColor);
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
h1 + p + .wp-block-buttons, h2 + p + .wp-block-buttons, h3 + p + .wp-block-buttons, h4 + p + .wp-block-buttons, h5 + p + .wp-block-buttons, h6 + p + .wp-block-buttons, .is-style-text-large + p + .wp-block-buttons {
  margin-top: clamp(1.25rem, 0.8796296296rem + 1.8518518519vw, 2.5rem);
}
h1 + :is(h1, h2, h3, h4, h5, h6), h2 + :is(h1, h2, h3, h4, h5, h6), h3 + :is(h1, h2, h3, h4, h5, h6), h4 + :is(h1, h2, h3, h4, h5, h6), h5 + :is(h1, h2, h3, h4, h5, h6), h6 + :is(h1, h2, h3, h4, h5, h6), .is-style-text-large + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 24px;
}
h1 + p,
h1 + .is-style-text-large,
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 + .is-style-text-large,
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 + .is-style-text-large,
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 + .is-style-text-large,
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 + .is-style-text-large,
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 + .is-style-text-large,
h6 + ul,
h6 + ol,
h6 + .wp-block-columns,
h6 + .wp-block-table,
h6 + .wp-block-image,
h6 + .wp-block-gallery,
h6 + .wp-block-buttons, .is-style-text-large + p,
.is-style-text-large + .is-style-text-large,
.is-style-text-large + ul,
.is-style-text-large + ol,
.is-style-text-large + .wp-block-columns,
.is-style-text-large + .wp-block-table,
.is-style-text-large + .wp-block-image,
.is-style-text-large + .wp-block-gallery,
.is-style-text-large + .wp-block-buttons {
  margin-top: 24px;
}

h2, h3, h4, h5, h6 {
  hyphens: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
}

p:not([class*=roofline]) + h1, p:not([class*=roofline]) + h2, p:not([class*=roofline]) + h3, p:not([class*=roofline]) + h4, p:not([class*=roofline]) + h5, p:not([class*=roofline]) + h6, p:not([class*=roofline]) + p, p:not([class*=roofline]) + ul,
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: 24px;
}
p:not([class*=roofline]) + p, p:not([class*=roofline]) + ul:not(.sub-menu), p:not([class*=roofline]) + ol,
ul + p,
ul + ul:not(.sub-menu),
ul + ol,
ol + p,
ol + ul:not(.sub-menu),
ol + ol,
header + p,
header + ul:not(.sub-menu),
header + ol,
.wp-block-columns + p,
.wp-block-columns + ul:not(.sub-menu),
.wp-block-columns + ol,
.wp-block-table + p,
.wp-block-table + ul:not(.sub-menu),
.wp-block-table + ol,
.wp-block-image + p,
.wp-block-image + ul:not(.sub-menu),
.wp-block-image + ol,
.wp-block-gallery + p,
.wp-block-gallery + ul:not(.sub-menu),
.wp-block-gallery + ol,
.wp-block-buttons + p,
.wp-block-buttons + ul:not(.sub-menu),
.wp-block-buttons + ol {
  margin-top: 24px;
}

.wp-block-heading + .wp-block-heading {
  margin-top: 24px;
}

h1 {
  font-size: clamp(2.125rem, 1.8657407407rem + 1.2962962963vw, 3rem);
  font-weight: 700;
  line-height: 1.25em;
}
h1 + h2 + .wp-block-buttons {
  margin-top: 32px;
}

h2 {
  font-size: clamp(1.625rem, 1.5138888889rem + 0.5555555556vw, 2rem);
  font-weight: 300;
}

h3, .is-style-text-large {
  font-size: clamp(1.25rem, 1.1759259259rem + 0.3703703704vw, 1.5rem);
}

h4 {
  font-size: clamp(1.25rem, 1.212962963rem + 0.1851851852vw, 1.375rem);
}

h5 {
  font-size: clamp(1.125rem, 1.087962963rem + 0.1851851852vw, 1.25rem);
  color: var(--second-color);
}

h6 {
  font-size: clamp(1rem, 0.962962963rem + 0.1851851852vw, 1.125rem);
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

p + p {
  margin-top: 32px;
}

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

.minitext, .is-style-minitext {
  font-size: var(--miniFontSize);
}

p.is-style-text-medium {
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
}

i, em {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

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

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

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

.borderless-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  left: 0;
  color: var(--main-color);
  font-family: var(--mainFont);
  font-size: clamp(1rem, 0.962962963rem + 0.1851851852vw, 1.125rem);
  font-weight: 700;
  margin-top: 0;
  transition: var(--baseTransition);
  text-decoration: none !important;
  line-height: normal;
  text-align: start;
}
.borderless-btn::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/arrow-orange.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.borderless-btn:hover {
  left: 10px;
}

button.submit,
input[type=submit],
button[type=submit]:not(.wp-block-search__button),
a.btn,
button.btn,
.wp-block-button > .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  text-decoration: none !important;
  border-radius: 35px;
  cursor: pointer;
  padding-block: clamp(0.75rem, 0.6759259259rem + 0.3703703704vw, 1rem);
  padding-inline: clamp(1.5rem, 1.3518518519rem + 0.7407407407vw, 2rem);
  font-size: clamp(1rem, 0.962962963rem + 0.1851851852vw, 1.125rem);
  font-family: var(--mainFont);
  margin-top: 0;
  transition: var(--baseTransition);
  line-height: normal;
  text-align: start;
}

a.btn, button.btn {
  color: var(--contrastColorInverted);
  background: var(--main-color);
}
a.btn::after, button.btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  transition: var(--baseTransition);
  right: 0;
}
a.btn:hover, button.btn:hover {
  background: vvar(--primaryHover);
  box-shadow: rgba(255, 84, 30, 0.3) 0px 4px 8px;
}
a.btn:hover::after, button.btn:hover::after {
  right: -10px;
}
a.btn:active, button.btn:active {
  background: var(--primaryActive);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
}

input[type=submit] {
  color: var(--contrastColorInverted);
  background: var(--main-color);
}
input[type=submit]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  right: 0;
  transition: var(--baseTransition);
}
@media only screen and (max-width: 768px) {
  input[type=submit]::after {
    width: 14px;
    height: 14px;
  }
}
input[type=submit]:hover {
  background: var(--primaryHover);
  box-shadow: rgba(255, 84, 30, 0.3) 0px 4px 8px;
}
input[type=submit]:hover::after {
  right: -10px;
}
input[type=submit]:active {
  background: var(--primaryActive);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
}

.wp-block-button.is-style-fill > .wp-block-button__link:not(.has-text-color)::after, .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  right: 0;
  transition: var(--baseTransition);
}
@media only screen and (max-width: 768px) {
  .wp-block-button.is-style-fill > .wp-block-button__link:not(.has-text-color)::after, .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)::after {
    width: 14px;
    height: 14px;
  }
}
.wp-block-button.is-style-fill > .wp-block-button__link:not(.has-text-color):hover::after, .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover::after {
  right: -10px;
}
.wp-block-button.is-style-fill > .wp-block-button__link:not(.has-text-color) {
  color: var(--contrastColorInverted);
  background: var(--main-color);
}
.wp-block-button.is-style-fill > .wp-block-button__link:not(.has-text-color)::after {
  background-image: url(../img/arrow-white.svg);
}
.wp-block-button.is-style-fill > .wp-block-button__link:not(.has-text-color):hover {
  background: var(--primaryHover);
  box-shadow: rgba(255, 84, 30, 0.3) 0px 4px 8px;
}
.wp-block-button.is-style-fill > .wp-block-button__link:not(.has-text-color):active {
  background: var(--primaryActive);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  background: white;
  border: 2px solid var(--main-color);
  color: var(--main-color);
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)::after {
  mask-image: url(../img/arrow-black.svg);
  -webkit-mask-image: url(../img/arrow-black.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover {
  background: rgba(255, 84, 30, 0.05);
  border-color: var(--primaryHover);
  color: var(--primaryHover);
  box-shadow: rgba(255, 84, 30, 0.15) 0px 4px 8px;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover::after {
  background-color: var(--primaryHover);
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):active {
  background: rgba(212, 61, 18, 0.1);
  border-color: var(--primaryActive);
  color: var(--primaryActive);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):active::after {
  background-color: var(--primaryActive);
}
.wp-block-button.is-style-borderless {
  padding: 0;
  color: var(--main-color);
  position: relative;
  left: 0;
  transition: var(--baseTransition);
}
.wp-block-button.is-style-borderless::after {
  content: "";
  display: none;
}
.wp-block-button.is-style-borderless::before {
  content: "\f345";
  display: inline-block;
  font-family: dashicons;
  color: var(--main-color);
}
.wp-block-button.is-style-borderless > .wp-block-button__link:not(.has-text-color) {
  color: var(--main-color);
}
.wp-block-button.is-style-borderless:hover {
  right: 10px;
  color: var(--primaryHover);
}
.wp-block-button.is-style-borderless:active {
  right: 10px;
  color: var(--primaryActive);
}

.wp-block-button.is-style-phone-icon, .wp-block-button.is-style-mail-icon, .wp-block-button.is-style-time-icon, .wp-block-button.is-style-location-icon {
  display: inline-flex !important;
  align-items: center;
  text-decoration: none !important;
  gap: 20px;
  margin-bottom: 1em !important;
  font-size: 16px;
  transition: var(--baseTransition);
}
.wp-block-button.is-style-phone-icon::before, .wp-block-button.is-style-mail-icon::before, .wp-block-button.is-style-time-icon::before, .wp-block-button.is-style-location-icon::before {
  content: "";
  display: flex;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: currentColor;
  transition: var(--baseTransition);
}
.wp-block-button.is-style-phone-icon.is-style-location-icon, .wp-block-button.is-style-mail-icon.is-style-location-icon, .wp-block-button.is-style-time-icon.is-style-location-icon, .wp-block-button.is-style-location-icon.is-style-location-icon {
  align-items: start;
}
.wp-block-button.is-style-phone-icon.is-style-location-icon::before, .wp-block-button.is-style-mail-icon.is-style-location-icon::before, .wp-block-button.is-style-time-icon.is-style-location-icon::before, .wp-block-button.is-style-location-icon.is-style-location-icon::before {
  top: 5px;
}
.wp-block-button.is-style-phone-icon > .wp-block-button__link, .wp-block-button.is-style-mail-icon > .wp-block-button__link, .wp-block-button.is-style-time-icon > .wp-block-button__link, .wp-block-button.is-style-location-icon > .wp-block-button__link {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  flex: 1;
  color: black;
}
.wp-block-button.is-style-phone-icon:hover > .wp-block-button__link, .wp-block-button.is-style-mail-icon:hover > .wp-block-button__link, .wp-block-button.is-style-time-icon:hover > .wp-block-button__link, .wp-block-button.is-style-location-icon:hover > .wp-block-button__link {
  color: var(--main-color);
}
.wp-block-button.is-style-phone-icon:hover::before, .wp-block-button.is-style-mail-icon:hover::before, .wp-block-button.is-style-time-icon:hover::before, .wp-block-button.is-style-location-icon:hover::before {
  background-color: var(--main-color);
}
.wp-block-button.is-style-phone-icon::before {
  -webkit-mask-image: url(../img/phone.svg);
  mask-image: url(../img/phone.svg);
}
.wp-block-button.is-style-mail-icon::before {
  -webkit-mask-image: url(../img/mail.svg);
  mask-image: url(../img/mail.svg);
}
.wp-block-button.is-style-time-icon::before {
  -webkit-mask-image: url(../img/clock.svg);
  mask-image: url(../img/clock.svg);
}
.wp-block-button.is-style-location-icon::before {
  -webkit-mask-image: url(../img/location.svg);
  mask-image: url(../img/location.svg);
}

#allcont table {
  width: 100%;
  margin: 10px 0px 5px;
}
#allcont table tr th {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: var(--main-color);
  padding: 10px 15px;
}
#allcont table tr td {
  padding: 5px 15px;
}
#allcont table thead tr th {
  border-bottom: 1px solid var(--main-color);
}

#site {
  max-width: var(--pageLimit);
  width: 100%;
  margin: 0 auto;
  background: var(--contrastColorInverted);
  display: flex;
  min-height: 100dvh;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#site .allcont {
  position: relative;
  flex: 1 0 auto;
  overflow-x: clip;
  min-height: 70dvh;
}
#site .allcont .entry-content {
  margin-top: 180px;
}
@media (max-width: 1400px) {
  #site .allcont .entry-content {
    margin-top: 135px;
  }
}
@media (max-width: 768px) {
  #site .allcont .entry-content {
    margin-top: 120px;
  }
}
#site .allcont .entry-content.sidebar {
  margin-top: 0;
}
#site .allcont .entry-content > form,
#site .allcont .entry-content > hr,
#site .allcont .entry-content > h1, #site .allcont .entry-content > h2, #site .allcont .entry-content > h3, #site .allcont .entry-content > h4, #site .allcont .entry-content > h5, #site .allcont .entry-content > h6,
#site .allcont .entry-content > p,
#site .allcont .entry-content > ul, #site .allcont .entry-content > ol,
#site .allcont .entry-content > table,
#site .allcont .entry-content > *[class*=wp-block-],
#site .allcont .entry-content > *[class*=px-],
#site .allcont .entry-content > *[class*=gform_],
#site .allcont .entry-content > section.no-results.not-found {
  max-width: var(--maxWidth);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1428px) {
  #site .allcont .entry-content > form,
  #site .allcont .entry-content > hr,
  #site .allcont .entry-content > h1, #site .allcont .entry-content > h2, #site .allcont .entry-content > h3, #site .allcont .entry-content > h4, #site .allcont .entry-content > h5, #site .allcont .entry-content > h6,
  #site .allcont .entry-content > p,
  #site .allcont .entry-content > ul, #site .allcont .entry-content > ol,
  #site .allcont .entry-content > table,
  #site .allcont .entry-content > *[class*=wp-block-],
  #site .allcont .entry-content > *[class*=px-],
  #site .allcont .entry-content > *[class*=gform_],
  #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(--maxWidthBig);
}
#site .allcont .entry-content > section.no-results.not-found form {
  margin-top: 40px;
}
#site .allcont .entry-content > section.no-results.not-found form input[type=search] {
  padding: 16px 20px;
  margin-bottom: 20px;
}
#site .allcont .entry-content.sidebar .page-title {
  margin-bottom: 20px;
}
#site .allcont .entry-content > .wp-block-image > IMG {
  margin: 0 auto;
  display: block;
}
#site .allcont .entry-content > table td {
  padding: 16px;
  padding: 1rem;
}
#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%;
  display: block;
}

.floating-label {
  position: relative;
}
.floating-label :is(input,
textarea) {
  padding: 20px 15px;
}
.floating-label label {
  display: block;
  transition: var(--baseTransition);
  position: absolute;
  top: 50%;
  color: var(--grey);
  font-weight: 400;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  margin-bottom: 0 !important;
}
.floating-label textarea + label {
  top: 20px;
  transform: translateY(0);
}
.floating-label:focus-within label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label textarea:not(:placeholder-shown) + label,
.floating-label :-webkit-autofill + label {
  top: 8px;
  transform: translateY(0);
  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;
}
.floating-label input, .floating-label select, .floating-label textarea {
  padding: 32px 20px 16px !important;
  width: 100%;
  border: 1px solid var(--formBorderColor);
  border-radius: 35px;
  font-family: var(--mainFont);
}
.floating-label input:focus, .floating-label select:focus, .floating-label textarea:focus {
  border: 1px solid var(--main-color);
  outline: none;
}

.gform_heading {
  display: none;
}

.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
  padding: 12px !important;
}

input, select, textarea {
  width: 100%;
  border: 1px solid var(--color-border-subtle);
  border-radius: 8px;
  font-family: var(--mainFont);
}
input:focus, select:focus, textarea:focus {
  border: 1px solid var(--main-color);
  outline: none;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: #878B97;
}

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

input[type=search] {
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 16px;
}

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);
}

::-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%;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: normal !important;
    min-height: auto !important;
  }
}
BODY.blog #allcont,
BODY.single #allcont,
BODY.archive #allcont,
BODY.search #allcont {
  padding: clamp(1.875rem, 0.5787037037rem + 6.4814814815vw, 6.25rem) 0;
}
BODY.blog span.edit-link,
BODY.single span.edit-link,
BODY.archive span.edit-link,
BODY.search span.edit-link {
  display: none;
}
BODY.blog header,
BODY.single header,
BODY.archive header,
BODY.search header {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
BODY.blog header .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;
  font-weight: 700;
}
BODY.blog .search-filter,
BODY.single .search-filter,
BODY.archive .search-filter,
BODY.search .search-filter {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media (max-width: 640px) {
  BODY.blog .search-filter,
  BODY.single .search-filter,
  BODY.archive .search-filter,
  BODY.search .search-filter {
    flex-wrap: wrap;
  }
  BODY.blog .search-filter > span,
  BODY.single .search-filter > span,
  BODY.archive .search-filter > span,
  BODY.search .search-filter > span {
    width: 100%;
  }
}
BODY.blog .search-filter a,
BODY.single .search-filter a,
BODY.archive .search-filter a,
BODY.search .search-filter a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 10px 20px;
  background: var(--main-color);
  color: var(--contrastColorInverted);
  border-radius: 5px;
  min-width: 120px;
  width: fit-content;
  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);
}
BODY.blog .search-filter a.active,
BODY.single .search-filter a.active,
BODY.archive .search-filter a.active,
BODY.search .search-filter a.active {
  background: var(--second-color);
}
BODY.blog .post-navigation,
BODY.single .post-navigation,
BODY.archive .post-navigation,
BODY.search .post-navigation {
  max-width: var(--maxWidthBig);
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
@media (max-width: 1428px) {
  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 (max-width: 450px) {
  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 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 .post-navigation .nav-links a,
BODY.single .post-navigation .nav-links a,
BODY.archive .post-navigation .nav-links a,
BODY.search .post-navigation .nav-links a {
  font-family: var(--headline);
  font-size: 18px;
  line-height: normal;
  color: var(--main-color);
}
BODY.blog .post-navigation .nav-links a:hover,
BODY.single .post-navigation .nav-links a:hover,
BODY.archive .post-navigation .nav-links a:hover,
BODY.search .post-navigation .nav-links a:hover {
  text-decoration: underline;
}
BODY.blog .allcont .cont > .item,
BODY.single .allcont .cont > .item,
BODY.archive .allcont .cont > .item,
BODY.search .allcont .cont > .item {
  display: flex;
  flex-direction: row;
  max-width: var(--maxWidth);
  margin: 80px auto;
  gap: 40px;
}
@media (max-width: 1428px) {
  BODY.blog .allcont .cont > .item,
  BODY.single .allcont .cont > .item,
  BODY.archive .allcont .cont > .item,
  BODY.search .allcont .cont > .item {
    width: var(--baseWidth);
  }
}
@media (max-width: 1200px) {
  BODY.blog .allcont .cont > .item,
  BODY.single .allcont .cont > .item,
  BODY.archive .allcont .cont > .item,
  BODY.search .allcont .cont > .item {
    flex-wrap: wrap;
  }
}
BODY.blog .allcont .cont > .item .entry-content,
BODY.single .allcont .cont > .item .entry-content,
BODY.archive .allcont .cont > .item .entry-content,
BODY.search .allcont .cont > .item .entry-content {
  flex: 1 1 75%;
  max-width: 100%;
}
BODY.blog .allcont .cont > .item .entry-content article.post,
BODY.single .allcont .cont > .item .entry-content article.post,
BODY.archive .allcont .cont > .item .entry-content article.post,
BODY.search .allcont .cont > .item .entry-content article.post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 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 .post-category a,
BODY.single .allcont .cont > .item .entry-content .post-category a,
BODY.archive .allcont .cont > .item .entry-content .post-category a,
BODY.search .allcont .cont > .item .entry-content .post-category a {
  text-decoration: none;
}
BODY.blog .allcont .cont > .item .entry-content .px-news,
BODY.single .allcont .cont > .item .entry-content .px-news,
BODY.archive .allcont .cont > .item .entry-content .px-news,
BODY.search .allcont .cont > .item .entry-content .px-news {
  width: 100%;
}
BODY.blog .allcont .cont > .item .entry-content .px-news .entry-title,
BODY.single .allcont .cont > .item .entry-content .px-news .entry-title,
BODY.archive .allcont .cont > .item .entry-content .px-news .entry-title,
BODY.search .allcont .cont > .item .entry-content .px-news .entry-title {
  font-size: clamp(1.5rem, 1.3518518519rem + 0.7407407407vw, 2rem);
  font-weight: 700;
}
BODY.blog .allcont .cont > .item .entry-content .text,
BODY.single .allcont .cont > .item .entry-content .text,
BODY.archive .allcont .cont > .item .entry-content .text,
BODY.search .allcont .cont > .item .entry-content .text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
BODY.blog .allcont .cont > .item .entry-content .text .post-thumb,
BODY.single .allcont .cont > .item .entry-content .text .post-thumb,
BODY.archive .allcont .cont > .item .entry-content .text .post-thumb,
BODY.search .allcont .cont > .item .entry-content .text .post-thumb {
  flex: 1 1 150px;
}
BODY.blog .allcont .cont > .item .entry-content .text .post-thumb + P,
BODY.single .allcont .cont > .item .entry-content .text .post-thumb + P,
BODY.archive .allcont .cont > .item .entry-content .text .post-thumb + P,
BODY.search .allcont .cont > .item .entry-content .text .post-thumb + P {
  flex: 1 1 calc(100% - 150px - 40px);
  margin: 0 20px;
}
BODY.blog .allcont .cont > .item #secondary,
BODY.single .allcont .cont > .item #secondary,
BODY.archive .allcont .cont > .item #secondary,
BODY.search .allcont .cont > .item #secondary {
  flex: 1 1 25%;
  padding: 25px;
  border: 1px solid var(--lightGray);
}
BODY.blog .allcont .cont > .item #secondary .widget,
BODY.single .allcont .cont > .item #secondary .widget,
BODY.archive .allcont .cont > .item #secondary .widget,
BODY.search .allcont .cont > .item #secondary .widget {
  margin-bottom: 30px;
}

@media (max-width: 1428px) {
  .px-news {
    width: var(--baseWidth);
    margin: 0 auto;
  }
}
.px-news .news-inner {
  max-width: var(--maxWidthBig);
  margin: 0 auto;
}
.px-news .postsloop {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.px-news .postsloop article {
  flex-basis: calc(33.3333333333% - 30px);
  min-width: 300px;
  flex-grow: 1;
}
.px-news .postsloop article > a {
  display: block;
  text-decoration: none !important;
}
.px-news .postsloop .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.px-news .postsloop .content .button, .px-news .postsloop .content input[type=submit], .px-news .postsloop .content button {
  margin-top: auto;
}
.px-news .postsloop .content .date {
  font-size: 15px;
  color: var(--fontColor);
}
.px-news .postsloop .content .entry-title {
  margin-bottom: clamp(0.9375rem, 0.8449074074rem + 0.462962963vw, 1.25rem);
  margin-top: 5px;
}
.px-news .postsloop .content .excerpt {
  color: var(--fontColor);
  margin-bottom: clamp(0.9375rem, 0.8449074074rem + 0.462962963vw, 1.25rem);
}
.px-news .postsloop .content .post-thumbnail {
  position: relative;
  min-height: clamp(9.375rem, 7.4675925926rem + 9.537037037vw, 15.8125rem);
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: clamp(1.25rem, 0.8796296296rem + 1.8518518519vw, 2.5rem);
  width: 100%;
}
.px-news .postsloop .content .post-thumbnail.no-image {
  background: #ddd;
}
.px-news .postsloop .content .post-thumbnail img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}
.px-news .postsloop .content .post-category {
  padding: 11px 20px;
  border-bottom-left-radius: 8px;
  background: var(--second-color);
  color: var(--contrastColorInverted);
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  font-size: 15px;
}
.px-news .postsloop .content .post-category a {
  text-decoration: none;
}
.px-news .postsloop article > a:hover .entry-title {
  color: var(--main-color);
}

body.single h1 {
  margin-bottom: var(--fl-margin-after-small);
}
body.single .post-meta {
  max-width: var(--maxWidthBig);
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}
@media (max-width: 1428px) {
  body.single .post-meta {
    width: var(--baseWidth);
  }
}
body.single .post-meta .post-meta-inner {
  background: var(--lightGray);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.single .post-meta .post-meta-inner {
    gap: 10px;
    justify-content: space-around;
  }
}
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(--maxWidthBig);
  margin: clamp(2.5rem, 1.3888888889rem + 5.5555555556vw, 6.25rem) auto;
}
@media (max-width: 1428px) {
  body.single .post-author {
    width: var(--baseWidth);
  }
}
body.single .post-author .post-author-inner {
  padding: 40px;
  border: 3px solid var(--lightGray);
  display: flex;
  gap: 40px;
}
@media (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(4rem, 2.8148148148rem + 5.9259259259vw, 8rem);
  height: clamp(4rem, 2.8148148148rem + 5.9259259259vw, 8rem);
  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;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
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(1rem, 0.8518518519rem + 0.7407407407vw, 1.5rem);
  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);
}

/******************
* HPH Animation JS *
*******************/
@media (prefers-reduced-motion: no-preference) and (min-width: 769px) {
  html.js:not(:has(body[data-accessibility-animations=false])) {
    /***********
    * bounceIn *
    ************/
    /****************
    * bounceInRight *
    ****************/
    /******************
    * Bounce in left *
    *******************/
    /******************
    * Bounce in up *
    *******************/
    /******************
    * Bounce in down *
    *******************/
    /**********
    * Fade In *
    **********/
    /*********************
    * fadeInUp
    *********************/
    /*********************
    * fadeInDown
    *********************/
    /*********************
    * fadeInRight
    *********************/
    /*********************
    * fadeInLeft
    *********************/
    /*********************
    * appear
    *********************/
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation]:not(.animate-parent) {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate.animate-parent .col {
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceIn]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInRight]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInLeft]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInUp]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInDown]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeIn]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInRight]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInLeft]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInUp]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInDown]:not(.animate-parent),
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=appear]:not(.animate-parent) {
    opacity: 0;
    transform: none;
  }
  @keyframes bounceIn {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }
    50% {
      transform: scale(1.05);
    }
    70% {
      transform: scale(0.9);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceIn].go:not(.animate-parent) {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceIn] .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceIn] .col.go {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }
  @keyframes bounceInRight {
    0% {
      opacity: 0;
      transform: translateX(250px);
    }
    60% {
      transform: translateX(-30px);
    }
    80% {
      transform: translateX(10px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInRight].go:not(.animate-parent) {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInRight] .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInRight] .col.go {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }
  @keyframes bounceInLeft {
    0% {
      opacity: 0;
      transform: translateX(-250px);
    }
    60% {
      transform: translateX(30px);
    }
    80% {
      transform: translateX(-10px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInLeft].go:not(.animate-parent) {
    animation-name: bounceInLeft;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInLeft] .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInLeft] .col.go {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
  }
  @keyframes bounceInUp {
    0% {
      opacity: 0;
      transform: translateY(250px);
    }
    60% {
      transform: translateY(-30px);
    }
    80% {
      transform: translateY(10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInUp].go:not(.animate-parent) {
    animation-name: bounceInUp;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInUp] .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInUp] .col.go {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
  }
  @keyframes bounceInDown {
    0% {
      opacity: 0;
      transform: translateY(-250px);
    }
    60% {
      transform: translateY(30px);
    }
    80% {
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInDown].go:not(.animate-parent) {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInDown] .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInDown] .col.go {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      display: block;
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeIn]:not(.animate-parent) {
    transform: none;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeIn].go:not(.animate-parent) {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeIn] .col {
    opacity: 0;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeIn] .col.go {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInUp]:not(.animate-parent) {
    opacity: 0;
    transform: translateY(50px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInUp].go:not(.animate-parent) {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInUp] .col {
    opacity: 0;
    transform: translateY(20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInUp] .col.go {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInDown]:not(.animate-parent) {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInDown].go:not(.animate-parent) {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInDown] .col {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInDown] .col.go {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translateX(20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInRight]:not(.animate-parent) {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInRight].go:not(.animate-parent) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInRight] .col {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInRight] .col.go {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInLeft]:not(.animate-parent) {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInLeft].go:not(.animate-parent) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInLeft] .col {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInLeft] .col.go {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  @keyframes appear {
    from {
      opacity: 0;
      transform: scale(1.2);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=appear]:not(.animate-parent) {
    opacity: 0;
    transform: scale(1.2);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=appear].go:not(.animate-parent) {
    -webkit-animation-name: appear;
    animation-name: appear;
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.appear .col {
    opacity: 0;
    transform: scale(1.2);
  }
  html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.appear .col.go {
    -webkit-animation-name: appear;
    animation-name: appear;
  }
}

*[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);
}

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

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

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

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

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

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

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

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

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

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

:root {
  --is-style-gap-small: 24px;
  --is-style-gap-large: 48px;
  --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;
}

@media (max-width: 1024px) {
  body .wp-block-columns {
    flex-wrap: wrap !important;
    justify-content: start !important;
  }
  body .wp-block-column {
    min-width: calc(50% - var(--is-style-gap-default));
  }
  body .wp-block-column > div[class^=wp-block-] {
    justify-content: flex-start !important;
  }
}

ul.wp-block-list li {
  position: relative;
  padding-left: 15px;
  margin: 5px 0;
}
ul.wp-block-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: var(--contrastColor);
}
ul.wp-block-list li.is-style-checkmark-list {
  position: relative;
  padding-left: 40px;
}
ul.wp-block-list li.is-style-checkmark-list::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  height: 20px;
  min-width: 20px;
  width: 20px;
  border-radius: 0;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: var(--main-color);
  -webkit-mask-image: url("../img/right.svg");
  mask-image: url("../img/right.svg");
}

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

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

header.head {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: var(--pageLimit);
  margin-inline: auto;
  z-index: 99;
  background: var(--contrastColorInverted);
}
@media only screen and (max-width: 1200px) {
  header.head {
    box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
  }
}
header.head .inner {
  width: var(--baseWidth);
  max-width: var(--maxWidthBig);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backface-visibility: hidden;
  gap: 0 40px;
}
@media screen and (max-width: 1400px) {
  header.head .inner {
    gap: 0 16px;
  }
}
header.head .inner #logo {
  transition: var(--baseTransition);
  width: 175px;
  height: 60px;
  margin: 30px 0;
  backface-visibility: hidden;
}
@media screen and (max-width: 1400px) {
  header.head .inner #logo {
    width: 155px;
    height: 40px;
    margin: 20px 0;
  }
}
header.head .inner #logo a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
header.head .inner #logo a .video-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: all 0.2s ease;
}
header.head .inner #logo span {
  display: none;
}
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 {
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
header.head.is-sticky > .inner #logo {
  margin: 20px 0;
}
@media screen and (max-width: 1400px) {
  header.head.is-sticky > .inner #logo {
    width: 155px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  header.head.is-sticky > .inner #logo {
    width: 160px;
    height: 40px;
  }
}

body:not(.home) header.head .inner #logo {
  background-image: var(--website-logo-image-url);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1400px) {
  body:not(.home) header.head .inner #logo {
    width: 155px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) header.head .inner #logo {
    width: 160px;
    height: 40px;
  }
}
body:not(.home) header.head .inner #logo a .video-logo {
  display: none;
}
body:not(.home) header.head.is-sticky > .inner #logo {
  margin: 20px 0;
}
@media screen and (max-width: 1400px) {
  body:not(.home) header.head.is-sticky > .inner #logo {
    width: 155px;
    height: 40px;
  }
}
body:not(.home) header.head.is-sticky > .inner #logo a .video-logo {
  display: none;
}

footer.foot {
  width: 100%;
  max-width: var(--pageLimit);
  margin: 0 auto;
  background: #1B1B1B;
  color: var(--contrastColorInverted);
  position: relative;
}
footer.foot .inner {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 0 auto;
}
footer.foot .inner a {
  color: var(--contrastColorInverted);
  text-decoration: none;
}
footer.foot .inner h1, footer.foot .inner h2, footer.foot .inner h3, footer.foot .inner h4, footer.foot .inner h5, footer.foot .inner h6 {
  color: var(--contrastColorInverted);
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  padding-top: 40px;
  margin-bottom: 35px;
}
footer.foot .inner .wp-block-buttons {
  margin-top: clamp(1.875rem, 1.6898148148rem + 0.9259259259vw, 2.5rem);
}
footer.foot .inner .wp-block-buttons .is-style-outline .wp-block-button__link {
  border-color: var(--contrastColorInverted);
  color: var(--contrastColorInverted);
  background-color: transparent;
}
footer.foot .inner .wp-block-buttons .is-style-outline .wp-block-button__link::after {
  color: var(--contrastColorInverted);
  background-color: var(--contrastColorInverted);
}
footer.foot .inner .wp-block-buttons .is-style-outline .wp-block-button__link:hover {
  color: var(--main-color);
  border-color: var(--main-color);
}
footer.foot .inner .wp-block-buttons .is-style-outline .wp-block-button__link:hover::after {
  background-color: var(--main-color);
}
footer.foot .inner ul li {
  display: inline-block;
}
footer.foot .inner .row {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (max-width: 1200px) {
  footer.foot .inner .row {
    flex-wrap: wrap;
  }
  footer.foot .inner .row.row-1 {
    gap: 50px;
  }
}
footer.foot .inner .row.row-1 {
  padding-block: clamp(3.75rem, 3.0092592593rem + 3.7037037037vw, 6.25rem);
}
footer.foot .inner .row.row-1 .col {
  max-width: 440px;
}
@media only screen and (max-width: 1200px) {
  footer.foot .inner .row.row-1 .col {
    max-width: 47%;
  }
}
@media only screen and (max-width: 1024px) {
  footer.foot .inner .row.row-1 .col {
    max-width: 45%;
  }
}
@media only screen and (max-width: 640px) {
  footer.foot .inner .row.row-1 .col {
    max-width: 100%;
    width: 100%;
  }
}
footer.foot .inner .row.row-1 .col p {
  line-height: 1.62em;
}
footer.foot .inner .row.row-1 .col .widget:has(p) + .widget:has(p) {
  margin-top: 20px;
}
footer.foot .inner .row.row-1 .col.col-1 {
  width: 260px;
}
@media only screen and (max-width: 1200px) {
  footer.foot .inner .row.row-1 .col.col-1 {
    width: 47%;
  }
}
@media only screen and (max-width: 1024px) {
  footer.foot .inner .row.row-1 .col.col-1 {
    width: 45%;
  }
}
@media only screen and (max-width: 640px) {
  footer.foot .inner .row.row-1 .col.col-1 {
    width: 100%;
  }
}
footer.foot .inner .row.row-1 .col-3 .wp-block-buttons {
  margin-top: 20px;
}
footer.foot .inner .row.row-1 .col-3 .wp-block-buttons .wp-block-button {
  color: var(--main-color);
}
footer.foot .inner .row.row-1 .col-3 .wp-block-buttons .wp-block-button__link {
  font-size: 16px;
  color: var(--contrastColorInverted, #fff) !important;
  font-family: var(--mainFont);
}
footer.foot .inner .row.row-1 .col-3 .wp-block-buttons .wp-block-button__link:hover {
  color: var(--main-color) !important;
}
footer.foot .inner .row.row-1 ul li {
  display: block;
  margin-bottom: 16px;
}
footer.foot .inner .row.row-2 {
  align-items: baseline;
  padding-block: clamp(1.25rem, 0.8796296296rem + 1.8518518519vw, 2.5rem);
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1200px) {
  footer.foot .inner .row.row-2 {
    gap: 20px;
  }
}
@media only screen and (max-width: 960px) {
  footer.foot .inner .row.row-2 {
    flex-direction: column;
    align-items: center;
    padding-block: 30px;
    gap: 16px;
  }
}
footer.foot .inner .row.row-2 p {
  font-size: 14px;
  line-height: 1.85em;
  font-weight: 400;
  color: var(--grey);
}
footer.foot .inner .row.row-2 .col {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  footer.foot .inner .row.row-2 .col {
    justify-content: center;
    width: -webkit-fill-available;
  }
}
@media only screen and (max-width: 960px) {
  footer.foot .inner .row.row-2 .col {
    width: 100%;
    justify-content: center;
  }
  footer.foot .inner .row.row-2 .col p {
    text-align: center;
  }
}
footer.foot .inner .row.row-2 .col-1 {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
footer.foot .inner .row.row-2 .col-1 a {
  font-size: 14px;
  line-height: 1.85em;
  font-weight: 400;
  color: var(--grey);
}
footer.foot .inner .row.row-2 .col-1 a:hover {
  color: var(--contrastColorInverted);
}
footer.foot .inner .row.row-2 .col-2 {
  align-items: center;
  gap: clamp(1.25rem, 0.8796296296rem + 1.8518518519vw, 2.5rem);
}
footer.foot .inner .row.row-2 .col-2 .widget {
  display: inline-block;
}
footer.foot .inner .row.row-2 .col-3 .wp-block-columns {
  gap: clamp(1.25rem, 0.8796296296rem + 1.8518518519vw, 2.5rem);
}
@media only screen and (max-width: 1024px) {
  footer.foot .inner .row.row-2 .col-3 .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
@media only screen and (max-width: 768px) {
  footer.foot .inner .row.row-2 .col-3 .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
footer.foot .inner .row.row-2 .col-3 .wp-block-columns .wp-block-column {
  flex-basis: max-content !important;
}
@media only screen and (max-width: 1024px) {
  footer.foot .inner .row.row-2 .col-3 .wp-block-columns .wp-block-column {
    min-width: auto;
  }
}
footer.foot .inner .row.row-2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
footer.foot .inner .row.row-2 ul li a {
  padding: 0;
}
footer.foot .inner .row.row-2 ul.wp-block-social-links li.wp-social-link {
  transition: var(--baseTransition);
}
footer.foot .inner .row.row-2 ul.wp-block-social-links li.wp-social-link a.wp-block-social-link-anchor svg {
  color: #fff;
}
footer.foot .inner .row.row-2 ul.wp-block-social-links li.wp-social-link.wp-social-link-custom-social-xing a.wp-block-social-link-anchor svg {
  width: 20px;
  height: 20px;
}

.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);
}

html.mega-menu-primary-off-canvas-open body {
  overflow: unset !important;
}

html.mega-menu-unterseiten-menu-off-canvas-open body {
  overflow: unset !important;
}

#masthead #mega-menu-wrap-schaltflachen-menu,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite {
  display: block;
}
#masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu,
#masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite {
  gap: 15px;
}
@media screen and (max-width: 1400px) {
  #masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu,
  #masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite,
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu,
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite {
    gap: 8px;
  }
}
@media screen and (max-width: 1524px) {
  #masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item .mega-search-wrap.mega-static,
  #masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item .mega-search-wrap.mega-static,
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item .mega-search-wrap.mega-static,
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item .mega-search-wrap.mega-static {
    width: 130px;
  }
}
@media screen and (max-width: 1400px) {
  #masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item .mega-search-wrap.mega-static,
  #masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item .mega-search-wrap.mega-static,
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item .mega-search-wrap.mega-static,
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item .mega-search-wrap.mega-static {
    width: 115px;
  }
}
#masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item form,
#masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item form,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form {
  position: relative;
}
#masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text],
#masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text],
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text],
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text] {
  border: 2px solid var(--main-color);
  border-radius: 35px;
  padding-block: 16px;
  padding-inline: 24px 42px;
  font-family: var(--mainFont);
  width: 100%;
  height: auto;
  font-size: clamp(1rem, 0.962962963rem + 0.1851851852vw, 1.125rem);
  color: var(--fontColor);
  transition: var(--baseTransition);
}
#masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text]::placeholder,
#masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text]::placeholder,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text]::placeholder,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text]::placeholder {
  transition: var(--baseTransition);
  color: var(--main-color);
}
#masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text] + .search-icon::before,
#masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text] + .search-icon::before,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text] + .search-icon::before,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text] + .search-icon::before {
  transition: var(--baseTransition);
}
#masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text]:focus,
#masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text]:focus,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text]:focus,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text]:focus {
  outline: none;
  border-color: var(--primaryHover);
}
#masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text]:focus::placeholder,
#masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text]:focus::placeholder,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text]:focus::placeholder,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text]:focus::placeholder {
  color: var(--primaryHover);
}
#masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text]:focus + .search-icon::before,
#masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text]:focus + .search-icon::before,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text]:focus + .search-icon::before,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text]:focus + .search-icon::before {
  color: var(--primaryHover);
}
@media screen and (max-width: 1616px) {
  #masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text],
  #masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text],
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text],
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text] {
    padding: 14px 35px 14px 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  #masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text],
  #masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text],
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text],
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text] {
    padding: 12px 35px 12px 20px;
  }
}
#masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item form .search-icon,
#masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form .search-icon,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item form .search-icon,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form .search-icon {
  right: 25px;
  width: 16px;
  transition: var(--baseTransition);
}
@media screen and (max-width: 1524px) {
  #masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item form .search-icon,
  #masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form .search-icon,
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item form .search-icon,
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form .search-icon {
    right: 20px;
  }
}
#masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background-color: var(--main-color);
  padding-block: 16px;
  padding-inline: 32px;
  border-radius: 35px;
  border: 2px solid var(--main-color);
  color: #fff;
  font-family: var(--mainFont);
  font-weight: 400;
  font-size: clamp(1rem, 0.962962963rem + 0.1851851852vw, 1.125rem);
  line-height: 20px;
  transition: var(--baseTransition);
}
@media screen and (max-width: 1616px) {
  #masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link {
    padding: 14px 20px;
    font-size: 16px;
    gap: 6px;
  }
}
@media screen and (max-width: 1400px) {
  #masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link {
    padding: 12px 14px;
  }
}
#masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link::before,
#masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link::before,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link::before,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link::before {
  position: relative;
  right: 0;
  transition: var(--baseTransition);
}
@media screen and (max-width: 1616px) {
  #masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link::before,
  #masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link::before,
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link::before,
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link::before {
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    min-width: 12px;
  }
}
#masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link:hover,
#masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link:hover,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link:hover,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link:hover {
  background-color: var(--primaryHover);
  border-color: var(--primaryHover);
}
#masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link:hover::before,
#masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link:hover::before,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link:hover::before,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link:hover::before {
  right: -10px;
}
#masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link:active,
#masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link:active,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link:active,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link:active {
  background-color: var(--primaryActive);
  border-color: var(--primaryActive);
}
#masthead #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link:active::before,
#masthead #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link:active::before,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link:active::before,
#masthead #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link:active::before {
  right: -10px;
}
@media screen and (max-width: 1200px) {
  #masthead #mega-menu-wrap-schaltflachen-menu,
  #masthead #mega-menu-wrap-schaltflachen-menu-unterseite {
    display: none;
  }
}
#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: 40px;
}
@media screen and (max-width: 1616px) {
  #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: 30px;
  }
}
@media screen and (max-width: 1420px) {
  #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: 24px;
  }
}
@media screen and (max-width: 1400px) {
  #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: 14px;
  }
}
#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: clamp(1rem, 0.962962963rem + 0.1851851852vw, 1.125rem);
  font-family: var(--mainFont);
  color: var(--fontColor);
  font-weight: 700;
  padding: 0;
  transition: var(--baseTransition);
}
@media screen and (max-width: 1400px) {
  #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 {
    gap: 2px;
  }
}
#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);
}
@media screen and (max-width: 1616px) {
  #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: 16px;
  }
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-wpml-ls-item > a.mega-menu-link::before,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-wpml-ls-item > a.mega-menu-link::before,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-wpml-ls-item > a.mega-menu-link::before,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-wpml-ls-item > a.mega-menu-link::before {
  font-family: dashicons;
  content: "\f11f";
  display: inline-flex;
  font-size: 18px;
  width: 16px;
  height: 16px;
  align-items: center;
  line-height: normal;
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 16px 0;
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon {
  padding: 15px 30px 14px;
  background-color: var(--main-color);
  color: var(--contrastColorInverted);
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon::before,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon::before,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon::before,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon::before {
  filter: brightness(0) invert(1) !important;
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon:hover,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon:hover,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.mega-custom-icon:hover,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item > a.mega-menu-link.mega-custom-icon:hover {
  background-color: var(--second-color);
}
@media only screen and (max-width: 1200px) {
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon {
    padding: 8px 20px 8px;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link {
    border-radius: 35px;
    width: fit-content;
    padding: 12px 28px !important;
    background-color: var(--main-color);
    color: #fff;
    transition: var(--baseTransition);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:before,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:before,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:before,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:before {
    position: relative;
    right: 0;
    color: #fff;
    transition: var(--baseTransition);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:hover, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:focus,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:hover,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:focus,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:hover,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:focus,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:hover,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:focus {
    background-color: var(--primaryHover);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:hover::before, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:focus::before,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:hover::before,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:focus::before,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:hover::before,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:focus::before,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:hover::before,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:focus::before {
    right: -10px;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:active,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:active,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:active,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:active {
    background-color: var(--primaryActive);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:active::before,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:active::before,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:active::before,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-hide-on-desktop.mega-has-icon a.mega-menu-link:active::before {
    right: -10px;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-search-wrap,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item .mega-search-wrap,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap {
    margin: 0;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-search-wrap .mega-search,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap .mega-search,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item .mega-search-wrap .mega-search,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap .mega-search {
    padding: 0;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-search-wrap .mega-search input[type=text],
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap .mega-search input[type=text],
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item .mega-search-wrap .mega-search input[type=text],
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap .mega-search input[type=text] {
    font-family: var(--mainFont);
    font-size: 16px;
    border: 2px solid var(--main-color);
    border-radius: 35px;
    padding: 14px 40px 14px 24px;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-search-wrap .mega-search input[type=text]::placeholder,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap .mega-search input[type=text]::placeholder,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item .mega-search-wrap .mega-search input[type=text]::placeholder,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap .mega-search input[type=text]::placeholder {
    color: var(--main-color);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-search-wrap .mega-search .search-icon,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap .mega-search .search-icon,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item .mega-search-wrap .mega-search .search-icon,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item .mega-search-wrap .mega-search .search-icon {
    right: 24px;
  }
}
#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background-color: transparent;
  color: var(--main-color);
  font-family: var(--mainFont);
  font-weight: 700;
}
#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);
  min-width: 240px;
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
@media only screen and (min-width: 1201px) {
  #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 {
    padding-block: 20px;
  }
}
#masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item:not(:first-child) a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu > li.mega-menu-item:not(:first-child) a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item:not(:first-child) a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu > li.mega-menu-item:not(:first-child) a.mega-menu-link {
  padding-top: 15px;
}
#masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item:first-child a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu > li.mega-menu-item:first-child a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item:first-child a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu > li.mega-menu-item:first-child a.mega-menu-link {
  padding-top: 0;
}
#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 {
  padding-inline: 20px;
  min-height: 0;
  background-color: transparent;
  color: var(--fontColor);
  font-weight: 400;
}
#masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:hover, #masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:focus,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:hover,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:focus,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:hover,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:focus,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:hover,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:focus {
  color: var(--main-color);
}
#masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu ul.mega-sub-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary ul.mega-sub-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu ul.mega-sub-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  color: var(--main-color);
}
#masthead.is-sticky #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text],
#masthead.is-sticky #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text],
#masthead.is-sticky #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item form input[type=text],
#masthead.is-sticky #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item form input[type=text] {
  padding-block: 14px;
  font-size: 16px;
}
#masthead.is-sticky #mega-menu-wrap-schaltflachen-menu > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link,
#masthead.is-sticky #mega-menu-wrap-schaltflachen-menu #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link,
#masthead.is-sticky #mega-menu-wrap-schaltflachen-menu-unterseite > #mega-menu-schaltflachen-menu > li.mega-menu-item a.mega-menu-link,
#masthead.is-sticky #mega-menu-wrap-schaltflachen-menu-unterseite #mega-menu-schaltflachen-menu-unterseite > li.mega-menu-item a.mega-menu-link {
  padding-block: 14px;
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  #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: 0;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item a.mega-menu-link {
    padding: 15px 20px 14px;
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: var(--contrastColorInverted);
    background-color: var(--main-color);
  }
  #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-has-icon a.mega-menu-link,
  #masthead #mega-menu-wrap-primary #mega-menu-unterseiten-menu > li.mega-has-icon a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-primary > li.mega-has-icon a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu #mega-menu-unterseiten-menu > li.mega-has-icon a.mega-menu-link {
    width: 100% !important;
    justify-content: space-between;
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item + li,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item + li,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item + li,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item + li {
    border-top: 1px solid var(--contrastColorInverted);
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu {
    box-shadow: none;
  }
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 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 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-current-menu-item > a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
  #masthead #mega-menu-wrap-unterseiten-menu .mega-menu-toggle.mega-menu-open + #mega-menu-unterseiten-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: var(--main-color);
    background-color: transparent;
  }
}
.entry-content > *[class*=px-] {
  position: relative;
  max-width: var(--maxWidthBig);
  margin-left: auto;
  margin-right: auto;
  width: var(--baseWidth);
}

.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);
  width: var(--baseWidth);
  margin: 0 auto 100px;
}

.gform_button {
  color: var(--contrastColorInverted);
  background: var(--main-color);
}
.gform_button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  right: 0;
  transition: var(--baseTransition);
}
@media only screen and (max-width: 768px) {
  .gform_button::after {
    width: 14px;
    height: 14px;
  }
}
.gform_button:hover::after {
  right: -10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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(--maxWidthBig);
  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;
}

/*****************************
* WCAG - Reduced Motion
*
* Kicks in for either of these:
*   - the visitor switched "animations off" in the accessibility toolbar
*     (html.hph-reduced-motion, plus body[data-accessibility-animations="false"]
*     as a no-JS-class fallback)
*   - the operating system / browser asks for reduced motion
*
* Durations are collapsed instead of set to `none` on purpose: animations using
* `animation-fill-mode: forwards` (e.g. the sticky side nav) keep their end
* state, they just get there without any visible movement.
*****************************/
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
  html *,
  html *::before,
  html *::after {
    animation-delay: 0ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-delay: 0ms !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }
  html video[autoplay] {
    animation-play-state: paused !important;
  }
  html .image-teaser-single .image-background img,
  html .px-textimages-inner .col.media-image img {
    transform: none !important;
  }
  html .color-teaser-single .content-wrapper h1, html .color-teaser-single .content-wrapper h2, html .color-teaser-single .content-wrapper h3, html .color-teaser-single .content-wrapper h4, html .color-teaser-single .content-wrapper h5, html .color-teaser-single .content-wrapper p,
  html .color-teaser-single .content-wrapper .wp-block-heading,
  html .color-teaser-single .content-wrapper .wp-block-buttons,
  html .image-teaser-single .content-wrapper h1,
  html .image-teaser-single .content-wrapper h2,
  html .image-teaser-single .content-wrapper h3,
  html .image-teaser-single .content-wrapper h4,
  html .image-teaser-single .content-wrapper h5,
  html .image-teaser-single .content-wrapper p,
  html .image-teaser-single .content-wrapper .wp-block-heading,
  html .image-teaser-single .content-wrapper .wp-block-buttons {
    transform: none !important;
  }
}
html.hph-reduced-motion,
html:has(body[data-accessibility-animations=false]) {
  scroll-behavior: auto !important;
}
html.hph-reduced-motion *,
html.hph-reduced-motion *::before,
html.hph-reduced-motion *::after,
html:has(body[data-accessibility-animations=false]) *,
html:has(body[data-accessibility-animations=false]) *::before,
html:has(body[data-accessibility-animations=false]) *::after {
  animation-delay: 0ms !important;
  animation-duration: 1ms !important;
  animation-iteration-count: 1 !important;
  transition-delay: 0ms !important;
  transition-duration: 1ms !important;
  scroll-behavior: auto !important;
}
html.hph-reduced-motion video[autoplay],
html:has(body[data-accessibility-animations=false]) video[autoplay] {
  animation-play-state: paused !important;
}
html.hph-reduced-motion .image-teaser-single .image-background img,
html.hph-reduced-motion .px-textimages-inner .col.media-image img,
html:has(body[data-accessibility-animations=false]) .image-teaser-single .image-background img,
html:has(body[data-accessibility-animations=false]) .px-textimages-inner .col.media-image img {
  transform: none !important;
}
html.hph-reduced-motion .color-teaser-single .content-wrapper h1, html.hph-reduced-motion .color-teaser-single .content-wrapper h2, html.hph-reduced-motion .color-teaser-single .content-wrapper h3, html.hph-reduced-motion .color-teaser-single .content-wrapper h4, html.hph-reduced-motion .color-teaser-single .content-wrapper h5, html.hph-reduced-motion .color-teaser-single .content-wrapper p,
html.hph-reduced-motion .color-teaser-single .content-wrapper .wp-block-heading,
html.hph-reduced-motion .color-teaser-single .content-wrapper .wp-block-buttons,
html.hph-reduced-motion .image-teaser-single .content-wrapper h1,
html.hph-reduced-motion .image-teaser-single .content-wrapper h2,
html.hph-reduced-motion .image-teaser-single .content-wrapper h3,
html.hph-reduced-motion .image-teaser-single .content-wrapper h4,
html.hph-reduced-motion .image-teaser-single .content-wrapper h5,
html.hph-reduced-motion .image-teaser-single .content-wrapper p,
html.hph-reduced-motion .image-teaser-single .content-wrapper .wp-block-heading,
html.hph-reduced-motion .image-teaser-single .content-wrapper .wp-block-buttons,
html:has(body[data-accessibility-animations=false]) .color-teaser-single .content-wrapper h1,
html:has(body[data-accessibility-animations=false]) .color-teaser-single .content-wrapper h2,
html:has(body[data-accessibility-animations=false]) .color-teaser-single .content-wrapper h3,
html:has(body[data-accessibility-animations=false]) .color-teaser-single .content-wrapper h4,
html:has(body[data-accessibility-animations=false]) .color-teaser-single .content-wrapper h5,
html:has(body[data-accessibility-animations=false]) .color-teaser-single .content-wrapper p,
html:has(body[data-accessibility-animations=false]) .color-teaser-single .content-wrapper .wp-block-heading,
html:has(body[data-accessibility-animations=false]) .color-teaser-single .content-wrapper .wp-block-buttons,
html:has(body[data-accessibility-animations=false]) .image-teaser-single .content-wrapper h1,
html:has(body[data-accessibility-animations=false]) .image-teaser-single .content-wrapper h2,
html:has(body[data-accessibility-animations=false]) .image-teaser-single .content-wrapper h3,
html:has(body[data-accessibility-animations=false]) .image-teaser-single .content-wrapper h4,
html:has(body[data-accessibility-animations=false]) .image-teaser-single .content-wrapper h5,
html:has(body[data-accessibility-animations=false]) .image-teaser-single .content-wrapper p,
html:has(body[data-accessibility-animations=false]) .image-teaser-single .content-wrapper .wp-block-heading,
html:has(body[data-accessibility-animations=false]) .image-teaser-single .content-wrapper .wp-block-buttons {
  transform: none !important;
}

/*****************************
* WCAG - Focus visibility
*
* _forms.scss hides the browser default focus ring site wide with a fully
* transparent outline, so every interactive element needs an explicit one.
* Only :focus-visible is styled, which means the ring shows for keyboard and
* other non pointer input but not on a plain mouse click.
*
* The ring colour is inherited through --hphFocusRing, so a dark section only
* has to redefine that variable instead of repeating the whole rule.
*****************************/
:root {
  --hphFocusRing: #000;
}

:focus-visible {
  outline: 3px solid var(--hphFocusRing) !important;
  outline-offset: 2px !important;
}

.foot,
.image-teaser-single .item,
.color-teaser-single .item.black,
.px-textonimage {
  --hphFocusRing: #fff;
}

#hph-main-content:focus,
#hph-main-content:focus-visible,
[data-hph-focus-anchor]:focus,
[data-hph-focus-anchor]:focus-visible {
  outline: none !important;
}

/*****************************
* WCAG - Skip to content link
*
* Rendered in functions.php, hidden off canvas until it takes focus.
*****************************/
.skip-link {
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 100000;
  background: var(--main-color, #000);
  color: var(--contrastColorInverted, #fff);
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.15);
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip-link:focus {
  width: auto;
  height: auto;
  padding: 14px 24px;
  overflow: visible;
  clip-path: none;
}
.skip-link:hover {
  color: #fff;
  background-color: var(--second-color);
}