@charset "UTF-8";
:root {
  --fallback: Verdana, Arial, sans-serif;
  --mainFont: "Inter", var(--fallback);
  --headline: "Kanit", var(--fallback);
  --mainColor: #248DC5;
  --mainColorRGB: 36,141,197;
  --mainColorLight: #74BCE3;
  --mainColorVeryLight: #D1E8F5;
  --mainColorDark: #185f84;
  --secondColor: #0094ff;
  --secondColorLight: #33a9ff;
  --secondColorDark: #0068b3;
  --fontColor: #363636;
  --fontColorLight: #B9B9B9;
  --fontColorLightRGB: 185,185,185;
  --backgroundColor: #f1f1f1;
  --backgroundColorRGB: 241,241,241;
  --backgroundColorDark: #a5a5a5;
  --warningColor: #b10000;
  --formBorderColor: #D9D9D9;
  --greyLight: #f2f2f2;
  --mainGradient: linear-gradient(227deg, #238CC5 9.84%, #0D5176 82.02%);
  --contrastColor: #000;
  --contrastColorRGB: 0,0,0;
  --contrastColorLight: #1a1a1a;
  --contrastColorInverted: #fff;
  --contrastColorInvertedRGB: 255,255,255;
  --contrastColorDark: #e6e6e6;
  --baseFontSize: 17px;
  --baseLineheight: 164%;
  --miniFontSize: 14px;
  --stickyHeaderHeight: 130px;
  --stickyHeaderHeightMobile: 110px;
  --spaceBetweenDefault: 20px;
  --spaceBetweenSlim: 10px;
  --spaceBetweenWide: autoClamp(40, 80);
  --baseTransition: all .3s ease-in-out;
  --baseWidth: 92%;
  --reducedWidth: 750px;
  --maxWidth: 1280px;
  --maxWidthBig: 1521px;
  --pageLimit: 1920px;
  --fl-frame-lightbgbox: #dddddd;
  --fl-frame-cibgbox: var(--mainColor);
  --fl-layout-reduced: var(--reducedWidth);
  --fl-layout-reduced-small: var(--maxWidth);
  --fl-margin-before-extra-small: 30px;
  --fl-margin-before-small: 45px;
  --fl-margin-before-medium: 70px;
  --fl-margin-before-large: 100px;
  --fl-margin-before-extra-large: 170px;
  --fl-margin-after-extra-small: 30px;
  --fl-margin-after-small: 45px;
  --fl-margin-after-medium: 70px;
  --fl-margin-after-large: 100px;
  --fl-margin-after-extra-large: 170px;
}
@media screen and (max-width: 450px) {
  :root {
    --fl-margin-before-medium: 50px;
    --fl-margin-before-large: 80px;
    --fl-margin-before-extra-large: 100px;
    --fl-margin-after-medium: 50px;
    --fl-margin-after-large: 80px;
    --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;
}

/* kanit-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/kanit-v16-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/kanit-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/kanit-v16-latin-regular.woff2") format("woff2"), url("../fonts/kanit-v16-latin-regular.woff") format("woff"), url("../fonts/kanit-v16-latin-regular.ttf") format("truetype"), url("../fonts/kanit-v16-latin-regular.svg#Kanit") format("svg"); /* Legacy iOS */
}
/* kanit-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/kanit-v16-latin-italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/kanit-v16-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/kanit-v16-latin-italic.woff2") format("woff2"), url("../fonts/kanit-v16-latin-italic.woff") format("woff"), url("../fonts/kanit-v16-latin-italic.ttf") format("truetype"), url("../fonts/kanit-v16-latin-italic.svg#Kanit") format("svg"); /* Legacy iOS */
}
/* kanit-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/kanit-v16-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/kanit-v16-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/kanit-v16-latin-500.woff2") format("woff2"), url("../fonts/kanit-v16-latin-500.woff") format("woff"), url("../fonts/kanit-v16-latin-500.ttf") format("truetype"), url("../fonts/kanit-v16-latin-500.svg#Kanit") format("svg"); /* Legacy iOS */
}
/* kanit-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/kanit-v16-latin-500italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/kanit-v16-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/kanit-v16-latin-500italic.woff2") format("woff2"), url("../fonts/kanit-v16-latin-500italic.woff") format("woff"), url("../fonts/kanit-v16-latin-500italic.ttf") format("truetype"), url("../fonts/kanit-v16-latin-500italic.svg#Kanit") format("svg"); /* Legacy iOS */
}
/* kanit-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/kanit-v16-latin-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/kanit-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/kanit-v16-latin-700.woff2") format("woff2"), url("../fonts/kanit-v16-latin-700.woff") format("woff"), url("../fonts/kanit-v16-latin-700.ttf") format("truetype"), url("../fonts/kanit-v16-latin-700.svg#Kanit") format("svg"); /* Legacy iOS */
}
/* kanit-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Kanit";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/kanit-v16-latin-700italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/kanit-v16-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/kanit-v16-latin-700italic.woff2") format("woff2"), url("../fonts/kanit-v16-latin-700italic.woff") format("woff"), url("../fonts/kanit-v16-latin-700italic.ttf") format("truetype"), url("../fonts/kanit-v16-latin-700italic.svg#Kanit") format("svg"); /* Legacy iOS */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v18-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/inter-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v18-latin-regular.woff2") format("woff2"), url("../fonts/inter-v18-latin-regular.woff") format("woff"), url("../fonts/inter-v18-latin-regular.ttf") format("truetype"), url("../fonts/inter-v18-latin-regular.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/inter-v18-latin-italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/inter-v18-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v18-latin-italic.woff2") format("woff2"), url("../fonts/inter-v18-latin-italic.woff") format("woff"), url("../fonts/inter-v18-latin-italic.ttf") format("truetype"), url("../fonts/inter-v18-latin-italic.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v18-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/inter-v18-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v18-latin-500.woff2") format("woff2"), url("../fonts/inter-v18-latin-500.woff") format("woff"), url("../fonts/inter-v18-latin-500.ttf") format("truetype"), url("../fonts/inter-v18-latin-500.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/inter-v18-latin-500italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/inter-v18-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v18-latin-500italic.woff2") format("woff2"), url("../fonts/inter-v18-latin-500italic.woff") format("woff"), url("../fonts/inter-v18-latin-500italic.ttf") format("truetype"), url("../fonts/inter-v18-latin-500italic.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v18-latin-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/inter-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v18-latin-700.woff2") format("woff2"), url("../fonts/inter-v18-latin-700.woff") format("woff"), url("../fonts/inter-v18-latin-700.ttf") format("truetype"), url("../fonts/inter-v18-latin-700.svg#Inter") format("svg"); /* Legacy iOS */
}
/* inter-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/inter-v18-latin-700italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/inter-v18-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v18-latin-700italic.woff2") format("woff2"), url("../fonts/inter-v18-latin-700italic.woff") format("woff"), url("../fonts/inter-v18-latin-700italic.ttf") format("truetype"), url("../fonts/inter-v18-latin-700italic.svg#Inter") format("svg"); /* Legacy iOS */
}
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(--mainColor);
  text-shadow: none;
  color: var(--contrastColorInverted);
}

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

body {
  background: var(--backgroundColor);
  font-family: var(--mainFont);
  color: var(--fontColor);
  line-height: 27px;
  line-height: 1.5882352941rem;
  -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: 20px 0;
  border: none;
}

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

.mfp-bg {
  background: var(--secondColor) !important;
}

.mfp-wrap .mfp-container .mfp-content .popupvideo {
  width: 80%;
  max-height: 80vh;
  margin: 0 auto;
  position: relative;
}

.mfp-wrap .mfp-container .mfp-content .popupvideo > video {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}

.mfp-wrap .mfp-container .mfp-content .mfp-close {
  background: var(--mainColor);
  color: var(--contrastColorInverted);
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  opacity: 1;
  right: -14px;
  top: -14px;
  transition: var(--baseTransition);
}

.mfp-wrap .mfp-container .mfp-content .mfp-close:hover {
  background: var(--mainColorLight);
}

.cont {
  overflow: hidden;
}

hr.wp-block-separator {
  height: 0px;
  background-color: transparent;
  border-top: 2px dotted var(--formBorderColor);
}

.allcont .stickynav {
  position: fixed;
  left: 100%;
  top: 259px;
  transform: translate(-100%);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 98;
}
@media screen and (max-width: 768px) {
  .allcont .stickynav {
    bottom: 20px;
    top: unset;
  }
}
.allcont .stickynav .hiddencont {
  pointer-events: all;
  cursor: pointer;
  position: relative;
  padding: 2px 0px 2px 0;
  transform: translateX(100%) translateX(-70px);
  transition: all 0.3s;
  margin-bottom: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: var(--Gradient---Primary, linear-gradient(227deg, #238CC5 9.84%, #0D5176 82.02%));
}
.allcont .stickynav .hiddencont .phone, .allcont .stickynav .hiddencont .mail {
  color: var(--contrastColorInverted);
  display: block;
  position: relative;
  word-break: keep-all;
  transition: all 0.3s;
  text-decoration: none;
  white-space: nowrap;
  padding: 20px 20px 20px 0px;
  width: fit-content;
  height: 72px;
  margin-left: 70px;
  font-family: var(--headline);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: unset;
  text-transform: uppercase;
}
.allcont .stickynav .hiddencont .phone::before, .allcont .stickynav .hiddencont .mail::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: -1;
  left: -70px;
  top: 1px;
  padding: 35px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  transition: var(--baseTransition);
}
.allcont .stickynav .hiddencont:hover {
  transform: translateX(0);
}
.allcont .stickynav .hiddencont:hover .mail::before {
  background-image: url("../img/mail-white.svg");
}
.allcont .stickynav .hiddencont:hover .phone::before {
  background-image: url("../img/phone-white.svg");
}
.allcont .stickynav .hiddencont .mail::before {
  background-image: url("../img/mail-white.svg");
}
.allcont .stickynav .hiddencont .phone::before {
  background-image: url("../img/phone-white.svg");
}
@media screen and (max-width: 768px) {
  .allcont .stickynav .hiddencont {
    transform: translateX(100%) translateX(-50px);
  }
  .allcont .stickynav .hiddencont .phone, .allcont .stickynav .hiddencont .mail {
    padding: 10px 10px 10px 0px;
    height: 50px;
    margin-left: 50px;
    font-size: 12px;
  }
  .allcont .stickynav .hiddencont .phone::before, .allcont .stickynav .hiddencont .mail::before {
    padding: 26px;
    left: -50px;
  }
}
.allcont .stickynav #btnControlPhone, .allcont .stickynav #btnControlMail, .allcont .stickynav #btnControlDate, .allcont .stickynav #btnControlBook {
  display: none;
}
.allcont .stickynav #btnControlPhone:checked + label, .allcont .stickynav #btnControlMail:checked + label, .allcont .stickynav #btnControlForm:checked + label, .allcont .stickynav #btnControlDate:checked + label, .allcont .stickynav #btnControlBook:checked + label {
  transform: translateX(0);
}
.allcont .stickynav #btnControlPhone:checked + label .mail::before, .allcont .stickynav #btnControlMail:checked + label .mail::before, .allcont .stickynav #btnControlForm:checked + label .mail::before, .allcont .stickynav #btnControlDate:checked + label .mail::before, .allcont .stickynav #btnControlBook:checked + label .mail::before {
  background-image: url("../img/mail-white.svg");
}
.allcont .stickynav #btnControlPhone:checked + label .phone::before, .allcont .stickynav #btnControlMail:checked + label .phone::before, .allcont .stickynav #btnControlForm:checked + label .phone::before, .allcont .stickynav #btnControlDate:checked + label .phone::before, .allcont .stickynav #btnControlBook:checked + label .phone::before {
  background-image: url("../img/phone-white.svg");
}

.otgs-development-site-front-end {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 500;
  margin: 0;
  font-family: var(--headline);
  line-height: 125%;
  color: var(--fontColor);
  hyphens: auto;
  text-wrap: balance;
}
h1.is-style-uppercase, h2.is-style-uppercase, h3.is-style-uppercase, h4.is-style-uppercase, h5.is-style-uppercase, h6.is-style-uppercase {
  text-transform: uppercase;
}
h1 + p, h1 + ul, h2 + p, h2 + ul, h3 + p, h3 + ul, h4 + p, h4 + ul, h5 + p, h5 + ul, h6 + p, h6 + ul {
  margin-top: clamp(1.1764705882rem, 0.8235294118rem + 1.3333333333vw, 1.7647058824rem);
}
h1 + p[class*=roofline], h2 + p[class*=roofline], h3 + p[class*=roofline], h4 + p[class*=roofline], h5 + p[class*=roofline], h6 + p[class*=roofline] {
  margin-top: 20px;
}

h1 {
  font-size: clamp(2.3529411765rem, 1.2941176471rem + 4vw, 4.1176470588rem);
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
}

h2 {
  font-size: clamp(1.7647058824rem, 0.7058823529rem + 4vw, 3.5294117647rem);
  line-height: 115%;
}

h3 {
  font-size: clamp(1.4705882353rem, 1.0117647059rem + 1.7333333333vw, 2.2352941176rem);
}

h4 {
  font-size: clamp(1.2941176471rem, 0.9411764706rem + 1.3333333333vw, 1.8823529412rem);
}

h5 {
  font-size: clamp(1.0588235294rem, 0.8470588235rem + 0.8vw, 1.4117647059rem);
  font-weight: 400;
  color: var(--fontColor);
}

h6 {
  font-size: clamp(0.9411764706rem, 0.8rem + 0.5333333333vw, 1.1764705882rem);
  font-weight: 400;
  text-transform: none;
  color: var(--fontColor);
}

.has-primary-color {
  color: var(--mainColor);
}

.has-primary-light-color {
  color: var(--mainColorLight);
}

p[class*=roofline] {
  font-family: var(--headline);
  font-weight: 600;
  font-size: var(--miniFontSize);
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  padding-left: 18px;
}
p[class*=roofline]:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0;
  background: var(--mainColor);
}
p[class*=roofline] + h1, p[class*=roofline] + h2, p[class*=roofline] + h3, p[class*=roofline] + h4, p[class*=roofline] + h5, p[class*=roofline] + h6 {
  margin-top: 20px;
}
p[class*=roofline].has-text-align-right {
  padding-left: 0;
  padding-right: 18px;
}
p[class*=roofline].has-text-align-right:before {
  left: unset;
  right: 0;
}

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 {
  margin-top: 1em;
}
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 {
  margin-top: 2em;
}

.minitext, .is-style-minitext {
  font-family: var(--headline);
  font-size: var(--miniFontSize);
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: var(--fontColorLight);
}

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(--mainColor);
  transition: var(--baseTransition);
  word-wrap: break-word;
}

.entry-content ul:not(:has(.splide__slide)) {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
.entry-content ul:not(:has(.splide__slide)) li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
}
.entry-content ul:not(:has(.splide__slide)) li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 10px;
  height: 10px;
  box-sizing: content-box;
  padding: 5px;
  border-radius: 50px;
  border: 1px solid var(--mainColor);
  background: url(../img/check.svg) no-repeat center center/10px;
}

.wp-block-buttons {
  margin-top: clamp(1.1764705882rem, 0.4705882353rem + 2.6666666667vw, 2.3529411765rem);
  column-gap: 40px;
  row-gap: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 450px) {
  .wp-block-buttons.is-layout-flex {
    flex-direction: column;
  }
  .wp-block-buttons.is-layout-flex .wp-block-button {
    width: 100%;
  }
}

h6 + .wp-block-buttons {
  margin-top: 20px;
}

button.submit,
input[type=submit],
button[type=submit],
a.btn,
.wp-block-button > a.wp-block-button__link:not(.has-text-color),
.editor-visual-editor div[data-type="core/button"] .wp-block-button__link,
.post-navigation .nav-links a {
  position: relative;
  display: inline-block;
  border: none;
  cursor: pointer;
  padding: 13px 25px;
  color: var(--contrastColorInverted);
  background: var(--mainColor);
  transition: var(--baseTransition);
  border-radius: 50px;
  font-family: var(--headline);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 450px) {
  button.submit,
  input[type=submit],
  button[type=submit],
  a.btn,
  .wp-block-button > a.wp-block-button__link:not(.has-text-color),
  .editor-visual-editor div[data-type="core/button"] .wp-block-button__link,
  .post-navigation .nav-links a {
    margin-top: 20px;
    display: block;
  }
}
button.submit::before,
input[type=submit]::before,
button[type=submit]::before,
a.btn::before,
.wp-block-button > a.wp-block-button__link:not(.has-text-color)::before,
.editor-visual-editor div[data-type="core/button"] .wp-block-button__link::before,
.post-navigation .nav-links a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--mainGradient);
  border-radius: 50px;
  transition: var(--baseTransition);
}
button.submit:hover,
input[type=submit]:hover,
button[type=submit]:hover,
a.btn:hover,
.wp-block-button > a.wp-block-button__link:not(.has-text-color):hover,
.editor-visual-editor div[data-type="core/button"] .wp-block-button__link:hover,
.post-navigation .nav-links a:hover {
  background: transparent;
}

.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  background: transparent;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}
.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)::before {
  opacity: 0;
}
.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover {
  color: var(--contrastColorInverted);
  border-color: transparent;
}
.wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color):hover::before, .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover::before {
  opacity: 1;
}
.wp-block-button.is-style-arrow a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--fontColor);
  background-color: transparent;
  transition: var(--baseTransition);
  padding: 0;
}
@media screen and (max-width: 450px) {
  .wp-block-button.is-style-arrow a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color) {
    justify-content: center;
  }
}
.wp-block-button.is-style-arrow a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color)::before {
  content: none;
}
.wp-block-button.is-style-arrow a.wp-block-button__link:not(.has-text-color):after, .wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color):after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--fontColor);
  mask-image: url(../img/arrow.svg);
  mask-size: 10px;
  mask-repeat: no-repeat;
  mask-position: center;
  margin-left: 15px;
  transition: var(--baseTransition);
}
.wp-block-button.is-style-arrow a.wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color):hover {
  color: var(--mainColor);
}
.wp-block-button.is-style-arrow a.wp-block-button__link:not(.has-text-color):hover::after, .wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color):hover::after {
  margin-left: 20px;
  background-color: var(--mainColor);
}
.wp-block-button.is-style-arrow-outline a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-arrow-outline > .wp-block-button__link:not(.has-text-color) {
  position: relative;
  color: var(--fontColor);
  background-color: transparent;
  transition: var(--baseTransition);
  padding: 0 65px 0 0;
}
@media screen and (max-width: 450px) {
  .wp-block-button.is-style-arrow-outline a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-arrow-outline > .wp-block-button__link:not(.has-text-color) {
    padding: 0 65px;
  }
}
.wp-block-button.is-style-arrow-outline a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-arrow-outline a.wp-block-button__link:not(.has-text-color)::after, .wp-block-button.is-style-arrow-outline > .wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-arrow-outline > .wp-block-button__link:not(.has-text-color)::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  transition: var(--baseTransition);
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  translate: 0 -50%;
}
.wp-block-button.is-style-arrow-outline a.wp-block-button__link:not(.has-text-color):before, .wp-block-button.is-style-arrow-outline > .wp-block-button__link:not(.has-text-color):before {
  background: transparent;
  border-radius: 50%;
  border: 1px solid var(--fontColorLight);
  z-index: 1;
}
.wp-block-button.is-style-arrow-outline a.wp-block-button__link:not(.has-text-color):after, .wp-block-button.is-style-arrow-outline > .wp-block-button__link:not(.has-text-color):after {
  background-color: var(--fontColor);
  mask-image: url(../img/arrow.svg);
  mask-size: 10px auto;
  mask-repeat: no-repeat;
  mask-position: center;
  z-index: 2;
}
.wp-block-button.is-style-arrow-outline a.wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-arrow-outline > .wp-block-button__link:not(.has-text-color):hover {
  padding-right: 70px;
  color: var(--mainColor);
}
.wp-block-button.is-style-arrow-outline a.wp-block-button__link:not(.has-text-color):hover::before, .wp-block-button.is-style-arrow-outline > .wp-block-button__link:not(.has-text-color):hover::before {
  border-color: var(--mainColor);
}
.wp-block-button.is-style-arrow-outline a.wp-block-button__link:not(.has-text-color):hover::after, .wp-block-button.is-style-arrow-outline > .wp-block-button__link:not(.has-text-color):hover::after {
  background-color: var(--mainColor);
}
.wp-block-button.is-style-phone a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-mail a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-festanstellung a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-ausbildung a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-phone > .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-mail > .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-festanstellung > .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-ausbildung > .wp-block-button__link:not(.has-text-color) {
  color: var(--fontColor);
  text-transform: none;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding: 0;
}
@media screen and (max-width: 450px) {
  .wp-block-button.is-style-phone a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-mail a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-festanstellung a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-ausbildung a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-phone > .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-mail > .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-festanstellung > .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-ausbildung > .wp-block-button__link:not(.has-text-color) {
    justify-content: flex-start;
  }
}
.wp-block-button.is-style-phone a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-mail a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-festanstellung a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-ausbildung a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-phone > .wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-mail > .wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-festanstellung > .wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-ausbildung > .wp-block-button__link:not(.has-text-color)::before {
  position: relative;
  top: auto;
  left: auto;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 0;
}
.wp-block-button.is-style-phone a.wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-mail a.wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-festanstellung a.wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-ausbildung a.wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-phone > .wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-mail > .wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-festanstellung > .wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-ausbildung > .wp-block-button__link:not(.has-text-color):hover {
  color: var(--mainColor);
}
.wp-block-button.is-style-phone a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-mail a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-phone > .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-mail > .wp-block-button__link:not(.has-text-color) {
  font-family: var(--mainFont);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
}
@media screen and (max-width: 450px) {
  .wp-block-button.is-style-phone a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-mail a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-phone > .wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-mail > .wp-block-button__link:not(.has-text-color) {
    text-align: left;
  }
}
.wp-block-button.is-style-phone a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-phone > .wp-block-button__link:not(.has-text-color)::before {
  background: url(../img/phone.svg) no-repeat center center/auto 30px;
}
.wp-block-button.is-style-mail a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-mail > .wp-block-button__link:not(.has-text-color)::before {
  background: url(../img/mail.svg) no-repeat center center/30px auto;
}
.wp-block-button.is-style-festanstellung a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-festanstellung > .wp-block-button__link:not(.has-text-color)::before {
  background: url(../img/festanstellung.svg) no-repeat center center/30px auto;
}
.wp-block-button.is-style-ausbildung a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button.is-style-ausbildung > .wp-block-button__link:not(.has-text-color)::before {
  background: url(../img/ausbildung.svg) no-repeat center center/30px auto;
}

.wp-block-buttons > .wp-block-button[data-has-icon="1"] {
  font-weight: 700;
}

.editor-visual-editor div[data-type="core/button"] .wp-block-button__link {
  display: inline-block;
  border: none;
  cursor: pointer;
  padding: 12px 25px;
  color: var(--contrastColorInverted);
  background: var(--mainColor);
  margin-top: 40px;
  transition: var(--baseTransition);
  font-size: var(--baseFontSize);
  line-height: normal;
}
.editor-visual-editor div[data-type="core/button"] .wp-block-button__link:hover {
  background: var(--mainColorLight);
  opacity: 1;
}
.editor-visual-editor div[data-type="core/button"][data-color=true] .wp-block-button__link {
  color: var(--mainColor);
  background-color: var(--contrastColorInverted);
  border: 1px solid var(--contrastColorInverted);
}
.editor-visual-editor div[data-type="core/button"][data-color=true] .wp-block-button__link:hover {
  opacity: 0.8;
  color: var(--mainColorLight);
  background-color: var(--contrastColorInverted);
  border: 1px solid var(--contrastColorInverted);
}
.editor-visual-editor div[data-type="core/button"][data-outline=true] .wp-block-button__link {
  background-color: transparent;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}
.editor-visual-editor div[data-type="core/button"][data-outline=true] .wp-block-button__link:hover {
  padding: 10px 23px;
  border: 3px solid var(--mainColorLight);
  color: var(--mainColorLight);
}
.editor-visual-editor div[data-type="core/button"][data-color=true][data-outline=true] .wp-block-button__link {
  background-color: transparent;
  border: 1px solid var(--contrastColorInverted);
  color: var(--contrastColorInverted);
}
.editor-visual-editor div[data-type="core/button"][data-color=true][data-outline=true] .wp-block-button__link:hover {
  padding: 10px 23px;
  border: 3px solid var(--contrastColorInverted);
  background: rgba(0, 0, 0, 0.2);
}

.post-navigation .nav-links a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--fontColor);
  background-color: transparent;
  transition: var(--baseTransition);
  padding: 0;
  padding-right: 20px;
}
@media screen and (max-width: 450px) {
  .post-navigation .nav-links a {
    justify-content: center;
  }
}
.post-navigation .nav-links a::before {
  content: none;
}
.post-navigation .nav-links a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--fontColor);
  mask-image: url(../img/arrow.svg);
  mask-size: 10px;
  mask-repeat: no-repeat;
  mask-position: center;
  position: absolute;
  right: 0px;
  transition: var(--baseTransition);
}
.post-navigation .nav-links a:hover {
  color: var(--mainColor);
}
.post-navigation .nav-links a:hover::after {
  transform: translateX(5px);
  background-color: var(--mainColor);
}

.post-navigation .nav-links .nav-previous a {
  padding-left: 20px;
  padding-right: 0;
}
.post-navigation .nav-links .nav-previous a::after {
  position: absolute;
  left: 0px;
  right: unset;
  transform: rotate(180deg) translateX(0);
  transition: var(--baseTransition);
}
.post-navigation .nav-links .nav-previous a:hover::after {
  transform: rotate(180deg) translateX(5px);
}

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

#site {
  max-width: var(--pageLimit);
  width: 100%;
  margin: 0 auto;
  background: var(--contrastColorInverted);
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
#site .allcont {
  container-type: inline-size;
}
#site .allcont .entry-content > form,
#site .allcont .entry-content > hr,
#site .allcont .entry-content > .ce:not(.ce-fw),
#site .allcont .entry-content > h1, #site .allcont .entry-content > h2, #site .allcont .entry-content > h3, #site .allcont .entry-content > h4, #site .allcont .entry-content > h5, #site .allcont .entry-content > h6,
#site .allcont .entry-content > p,
#site .allcont .entry-content > ul, #site .allcont .entry-content > ol,
#site .allcont .entry-content > table,
#site .allcont .entry-content > *[class*=wp-block-],
#site .allcont .entry-content > section.no-results.not-found,
#site .allcont .entry-content .gform_confirmation_wrapper {
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin: 0 auto 30px;
  margin: 0 auto 1.7647058824rem;
}
#site .allcont .entry-content > section.no-results.not-found {
  margin: 100px auto;
}
#site .allcont .entry-content > ul:not(.wp-block-gallery) li {
  position: relative;
  padding: 5px 0 5px 35px;
}
#site .allcont .entry-content > ul:not(.wp-block-gallery) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
#site .allcont .entry-content > ol {
  counter-reset: index;
}
#site .allcont .entry-content > ol li {
  counter-reset: index_sub;
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
#site .allcont .entry-content > ol li:before {
  counter-increment: index;
  content: counter(index) ".";
  position: absolute;
  left: 0;
  top: 0;
}
#site .allcont .entry-content > ol li ol li:before {
  counter-increment: index_sub;
  content: counter(index_sub) ".";
}
#site .allcont .entry-content > .wp-block-image > IMG {
  margin: 0 auto;
  display: block;
}
#site .allcont .entry-content > table td {
  padding: 16px;
  padding: 0.9411764706rem;
}
#site .allcont .entry-content > hr.wp-block-separator {
  width: 20%;
  max-width: var(--maxWidth);
  margin: 20px auto 50px;
  margin: 1.1764705882rem auto 2.9411764706rem;
}
#site .allcont .entry-content > hr.wp-block-separator.is-style-wide {
  width: 60%;
}
#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;
}

BODY.error404 #site {
  min-height: 100vh;
  background: var(--secondColorLight);
}
BODY.error404 .allcont {
  min-height: calc(100vh - 409px - 140px);
  display: grid;
  place-content: center;
  padding: 4%;
}
BODY.error404 .cont h1 {
  margin: 0;
  margin-bottom: clamp(1.1764705882rem, 0.4705882353rem + 2.6666666667vw, 2.3529411765rem);
  font-size: clamp(5.8823529412rem, 2.3529411765rem + 13.3333333333vw, 11.7647058824rem) !important;
  text-align: center;
  color: var(--contrastColorInverted) !important;
  animation: idle 2s infinite alternate;
}
BODY.error404 .cont h6 {
  text-align: center;
  color: var(--contrastColorInverted) !important;
}
BODY.error404 .cont .buttons {
  margin-top: clamp(1.7647058824rem, 0.7058823529rem + 4vw, 3.5294117647rem);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@keyframes idle {
  to {
    transform: translateY(10px);
  }
}

Body.search #allcont .search-form,
BODY.error404 #allcont .search-form {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 33px;
  margin: 30px 0;
  max-width: 500px;
}
Body.search #allcont .search-submit,
BODY.error404 #allcont .search-submit {
  color: transparent;
  font-size: 0px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  cursor: pointer;
}
Body.search #allcont input[type=search],
BODY.error404 #allcont input[type=search] {
  border-radius: 1px;
  border: 1px solid var(--mainColorDark);
  font-size: 16px !important;
  color: var(--fontColor);
  padding: 15px !important;
  background: transparent !important;
  min-width: 260px;
  width: 100%;
}
@media all and (max-width: 400px) {
  Body.search #allcont input[type=search],
  BODY.error404 #allcont input[type=search] {
    min-width: 100%;
  }
}
Body.search #allcont input[type=search]:focus, Body.search #allcont input[type=search]:active,
BODY.error404 #allcont input[type=search]:focus,
BODY.error404 #allcont input[type=search]:active {
  outline: 0;
  border: 1px solid var(--mainColor);
}
Body.search #allcont label,
BODY.error404 #allcont label {
  width: 100%;
}

BODY.search.search-results .item .entry-content .page-title,
BODY.search.search-no-results .item .entry-content .page-title {
  margin-bottom: 50px;
}
BODY.search.search-results .item .entry-content article,
BODY.search.search-no-results .item .entry-content article {
  padding-bottom: 10px;
  margin: 30px 0 20px;
  border-bottom: 1px solid var(--secondColor);
}
BODY.search.search-results .item .entry-content article:last-child,
BODY.search.search-no-results .item .entry-content article:last-child {
  border-bottom: 0;
  border-bottom: none;
}
BODY.search.search-results .item .entry-content article p,
BODY.search.search-no-results .item .entry-content article p {
  margin-bottom: 10px;
}
BODY.search.search-results .item .entry-content article .entry-title,
BODY.search.search-no-results .item .entry-content article .entry-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--fontColor);
}
BODY.search.search-results .item .entry-content article .entry-title > a,
BODY.search.search-no-results .item .entry-content article .entry-title > a {
  color: var(--fontColor);
}
@media all and (max-width: 768px) {
  BODY.search.search-results .item .entry-content article .entry-title,
  BODY.search.search-no-results .item .entry-content article .entry-title {
    font-size: 18px;
  }
}
BODY.search.search-results .item .entry-content article .linktoarticle,
BODY.search.search-no-results .item .entry-content article .linktoarticle {
  word-break: break-word;
}
BODY.search.search-results .item .entry-content article .content_section > a,
BODY.search.search-no-results .item .entry-content article .content_section > a {
  word-break: break-word;
}

.mfp-bg {
  background: var(--secondColor) !important;
}

.mfp-wrap .mfp-container .mfp-content .popupvideo {
  width: 80%;
  max-height: 80vh;
  margin: 0 auto;
  position: relative;
}
.mfp-wrap .mfp-container .mfp-content .popupvideo > video {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}
.mfp-wrap .mfp-container .mfp-content .mfp-close {
  background: var(--mainColor);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  opacity: 1;
  right: -14px;
  top: -14px;
}
.mfp-wrap .mfp-container .mfp-content .mfp-close:hover {
  opacity: 0.9;
}

.floating-label {
  position: relative;
}
.floating-label :is(input,
textarea,
select) {
  padding: 20px 15px;
}
.floating-label label {
  display: block;
  transition: var(--baseTransition);
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(22px);
  pointer-events: none;
  margin-bottom: 0 !important;
  color: var(--fontColorLight);
  font-weight: 400 !important;
}
.floating-label:focus-within label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label textarea:not(:placeholder-shown) + label,
.floating-label :-webkit-autofill + label {
  transform: translateY(0.25rem);
  font-size: 80% !important;
  font-family: var(--headline);
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
  text-transform: uppercase;
  color: var(--formBorderColor);
}
.floating-label:focus-within input, .floating-label:focus-within textarea,
.floating-label input:not(:placeholder-shown),
.floating-label textarea:not(:placeholder-shown),
.floating-label :-webkit-autofill {
  padding: 25px 15px 15px;
}
.floating-label ::-webkit-input-placeholder {
  color: transparent;
}
.floating-label :-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.floating-label ::-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.floating-label :-ms-input-placeholder {
  color: transparent;
}

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

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

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

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

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

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

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

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

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

BODY.blog span.edit-link,
BODY.archive span.edit-link,
BODY.search span.edit-link {
  display: none;
}
BODY.blog .allcont .cont > .type-post,
BODY.blog .allcont .cont > .item.inner,
BODY.archive .allcont .cont > .type-post,
BODY.archive .allcont .cont > .item.inner,
BODY.search .allcont .cont > .type-post,
BODY.search .allcont .cont > .item.inner {
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin: clamp(1.1764705882rem, 0.1176470588rem + 4vw, 2.9411764706rem) auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
BODY.blog .allcont .cont > .type-post .entry-content,
BODY.blog .allcont .cont > .item.inner .entry-content,
BODY.archive .allcont .cont > .type-post .entry-content,
BODY.archive .allcont .cont > .item.inner .entry-content,
BODY.search .allcont .cont > .type-post .entry-content,
BODY.search .allcont .cont > .item.inner .entry-content {
  flex: 1 1 65%;
}
BODY.blog .allcont .cont > .type-post h1,
BODY.blog .allcont .cont > .item.inner h1,
BODY.archive .allcont .cont > .type-post h1,
BODY.archive .allcont .cont > .item.inner h1,
BODY.search .allcont .cont > .type-post h1,
BODY.search .allcont .cont > .item.inner h1 {
  margin-bottom: clamp(1.1764705882rem, 0.1176470588rem + 4vw, 2.9411764706rem);
  color: var(--mainColor);
}
BODY.blog .allcont .cont > .type-post .articles, BODY.blog .allcont .cont > .type-post .sidebar,
BODY.blog .allcont .cont > .item.inner .articles,
BODY.blog .allcont .cont > .item.inner .sidebar,
BODY.archive .allcont .cont > .type-post .articles,
BODY.archive .allcont .cont > .type-post .sidebar,
BODY.archive .allcont .cont > .item.inner .articles,
BODY.archive .allcont .cont > .item.inner .sidebar,
BODY.search .allcont .cont > .type-post .articles,
BODY.search .allcont .cont > .type-post .sidebar,
BODY.search .allcont .cont > .item.inner .articles,
BODY.search .allcont .cont > .item.inner .sidebar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}
BODY.blog .allcont .cont > .type-post .articles article, BODY.blog .allcont .cont > .type-post .sidebar article,
BODY.blog .allcont .cont > .item.inner .articles article,
BODY.blog .allcont .cont > .item.inner .sidebar article,
BODY.archive .allcont .cont > .type-post .articles article,
BODY.archive .allcont .cont > .type-post .sidebar article,
BODY.archive .allcont .cont > .item.inner .articles article,
BODY.archive .allcont .cont > .item.inner .sidebar article,
BODY.search .allcont .cont > .type-post .articles article,
BODY.search .allcont .cont > .type-post .sidebar article,
BODY.search .allcont .cont > .item.inner .articles article,
BODY.search .allcont .cont > .item.inner .sidebar article {
  display: flex;
  flex-direction: column;
  background-color: var(--contrastColorInverted);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  padding: clamp(1.7647058824rem, 1.0588235294rem + 2.6666666667vw, 2.9411764706rem);
  z-index: 2;
  position: relative;
  transition: var(--baseTransition);
  margin-left: 5px;
  margin-right: 5px;
}
BODY.blog .allcont .cont > .type-post .articles article::after, BODY.blog .allcont .cont > .type-post .sidebar article::after,
BODY.blog .allcont .cont > .item.inner .articles article::after,
BODY.blog .allcont .cont > .item.inner .sidebar article::after,
BODY.archive .allcont .cont > .type-post .articles article::after,
BODY.archive .allcont .cont > .type-post .sidebar article::after,
BODY.archive .allcont .cont > .item.inner .articles article::after,
BODY.archive .allcont .cont > .item.inner .sidebar article::after,
BODY.search .allcont .cont > .type-post .articles article::after,
BODY.search .allcont .cont > .type-post .sidebar article::after,
BODY.search .allcont .cont > .item.inner .articles article::after,
BODY.search .allcont .cont > .item.inner .sidebar article::after {
  content: "";
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 100px);
  height: 2px;
  border-bottom: 2px dashed var(--formBorderColor);
}
BODY.blog .allcont .cont > .type-post .articles article .date, BODY.blog .allcont .cont > .type-post .sidebar article .date,
BODY.blog .allcont .cont > .item.inner .articles article .date,
BODY.blog .allcont .cont > .item.inner .sidebar article .date,
BODY.archive .allcont .cont > .type-post .articles article .date,
BODY.archive .allcont .cont > .type-post .sidebar article .date,
BODY.archive .allcont .cont > .item.inner .articles article .date,
BODY.archive .allcont .cont > .item.inner .sidebar article .date,
BODY.search .allcont .cont > .type-post .articles article .date,
BODY.search .allcont .cont > .type-post .sidebar article .date,
BODY.search .allcont .cont > .item.inner .articles article .date,
BODY.search .allcont .cont > .item.inner .sidebar article .date {
  color: var(--mainColor);
  margin-bottom: 10px;
}
BODY.blog .allcont .cont > .type-post .articles article .entry-title, BODY.blog .allcont .cont > .type-post .sidebar article .entry-title,
BODY.blog .allcont .cont > .item.inner .articles article .entry-title,
BODY.blog .allcont .cont > .item.inner .sidebar article .entry-title,
BODY.archive .allcont .cont > .type-post .articles article .entry-title,
BODY.archive .allcont .cont > .type-post .sidebar article .entry-title,
BODY.archive .allcont .cont > .item.inner .articles article .entry-title,
BODY.archive .allcont .cont > .item.inner .sidebar article .entry-title,
BODY.search .allcont .cont > .type-post .articles article .entry-title,
BODY.search .allcont .cont > .type-post .sidebar article .entry-title,
BODY.search .allcont .cont > .item.inner .articles article .entry-title,
BODY.search .allcont .cont > .item.inner .sidebar article .entry-title {
  margin-bottom: 25px;
}
BODY.blog .allcont .cont > .type-post .articles article .excerpt, BODY.blog .allcont .cont > .type-post .sidebar article .excerpt,
BODY.blog .allcont .cont > .item.inner .articles article .excerpt,
BODY.blog .allcont .cont > .item.inner .sidebar article .excerpt,
BODY.archive .allcont .cont > .type-post .articles article .excerpt,
BODY.archive .allcont .cont > .type-post .sidebar article .excerpt,
BODY.archive .allcont .cont > .item.inner .articles article .excerpt,
BODY.archive .allcont .cont > .item.inner .sidebar article .excerpt,
BODY.search .allcont .cont > .type-post .articles article .excerpt,
BODY.search .allcont .cont > .type-post .sidebar article .excerpt,
BODY.search .allcont .cont > .item.inner .articles article .excerpt,
BODY.search .allcont .cont > .item.inner .sidebar article .excerpt {
  margin-bottom: 50px;
}
BODY.blog .allcont .cont > .type-post .articles article .btn-arrow, BODY.blog .allcont .cont > .type-post .sidebar article .btn-arrow,
BODY.blog .allcont .cont > .item.inner .articles article .btn-arrow,
BODY.blog .allcont .cont > .item.inner .sidebar article .btn-arrow,
BODY.archive .allcont .cont > .type-post .articles article .btn-arrow,
BODY.archive .allcont .cont > .type-post .sidebar article .btn-arrow,
BODY.archive .allcont .cont > .item.inner .articles article .btn-arrow,
BODY.archive .allcont .cont > .item.inner .sidebar article .btn-arrow,
BODY.search .allcont .cont > .type-post .articles article .btn-arrow,
BODY.search .allcont .cont > .type-post .sidebar article .btn-arrow,
BODY.search .allcont .cont > .item.inner .articles article .btn-arrow,
BODY.search .allcont .cont > .item.inner .sidebar article .btn-arrow {
  margin-top: auto;
  color: var(--fontColor);
  font-family: var(--headline);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: var(--baseTransition);
  position: relative;
  padding-right: 25px;
  width: fit-content;
}
BODY.blog .allcont .cont > .type-post .articles article .btn-arrow::after, BODY.blog .allcont .cont > .type-post .sidebar article .btn-arrow::after,
BODY.blog .allcont .cont > .item.inner .articles article .btn-arrow::after,
BODY.blog .allcont .cont > .item.inner .sidebar article .btn-arrow::after,
BODY.archive .allcont .cont > .type-post .articles article .btn-arrow::after,
BODY.archive .allcont .cont > .type-post .sidebar article .btn-arrow::after,
BODY.archive .allcont .cont > .item.inner .articles article .btn-arrow::after,
BODY.archive .allcont .cont > .item.inner .sidebar article .btn-arrow::after,
BODY.search .allcont .cont > .type-post .articles article .btn-arrow::after,
BODY.search .allcont .cont > .type-post .sidebar article .btn-arrow::after,
BODY.search .allcont .cont > .item.inner .articles article .btn-arrow::after,
BODY.search .allcont .cont > .item.inner .sidebar article .btn-arrow::after {
  content: "";
  background-image: url("../img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  transition: var(--baseTransition);
}
BODY.blog .allcont .cont > .type-post .articles article .btn-arrow:hover, BODY.blog .allcont .cont > .type-post .sidebar article .btn-arrow:hover,
BODY.blog .allcont .cont > .item.inner .articles article .btn-arrow:hover,
BODY.blog .allcont .cont > .item.inner .sidebar article .btn-arrow:hover,
BODY.archive .allcont .cont > .type-post .articles article .btn-arrow:hover,
BODY.archive .allcont .cont > .type-post .sidebar article .btn-arrow:hover,
BODY.archive .allcont .cont > .item.inner .articles article .btn-arrow:hover,
BODY.archive .allcont .cont > .item.inner .sidebar article .btn-arrow:hover,
BODY.search .allcont .cont > .type-post .articles article .btn-arrow:hover,
BODY.search .allcont .cont > .type-post .sidebar article .btn-arrow:hover,
BODY.search .allcont .cont > .item.inner .articles article .btn-arrow:hover,
BODY.search .allcont .cont > .item.inner .sidebar article .btn-arrow:hover {
  color: var(--mainColor);
}
BODY.blog .allcont .cont > .type-post .articles article .btn-arrow:hover::after, BODY.blog .allcont .cont > .type-post .sidebar article .btn-arrow:hover::after,
BODY.blog .allcont .cont > .item.inner .articles article .btn-arrow:hover::after,
BODY.blog .allcont .cont > .item.inner .sidebar article .btn-arrow:hover::after,
BODY.archive .allcont .cont > .type-post .articles article .btn-arrow:hover::after,
BODY.archive .allcont .cont > .type-post .sidebar article .btn-arrow:hover::after,
BODY.archive .allcont .cont > .item.inner .articles article .btn-arrow:hover::after,
BODY.archive .allcont .cont > .item.inner .sidebar article .btn-arrow:hover::after,
BODY.search .allcont .cont > .type-post .articles article .btn-arrow:hover::after,
BODY.search .allcont .cont > .type-post .sidebar article .btn-arrow:hover::after,
BODY.search .allcont .cont > .item.inner .articles article .btn-arrow:hover::after,
BODY.search .allcont .cont > .item.inner .sidebar article .btn-arrow:hover::after {
  transform: translateY(-50%) translateX(10px);
  filter: invert(38%) sepia(12%) saturate(7140%) hue-rotate(173deg) brightness(109%) contrast(72%);
}
BODY.blog .allcont .cont > .type-post #secondary,
BODY.blog .allcont .cont > .item.inner #secondary,
BODY.archive .allcont .cont > .type-post #secondary,
BODY.archive .allcont .cont > .item.inner #secondary,
BODY.search .allcont .cont > .type-post #secondary,
BODY.search .allcont .cont > .item.inner #secondary {
  flex: 1 1 30%;
  padding: 25px;
  background: #f5f5f5;
}
BODY.blog .allcont .cont > .type-post #secondary .widget,
BODY.blog .allcont .cont > .item.inner #secondary .widget,
BODY.archive .allcont .cont > .type-post #secondary .widget,
BODY.archive .allcont .cont > .item.inner #secondary .widget,
BODY.search .allcont .cont > .type-post #secondary .widget,
BODY.search .allcont .cont > .item.inner #secondary .widget {
  margin-bottom: 30px;
}

BODY.single .nav-links {
  max-width: var(--maxWidthBig);
  margin: auto;
  width: var(--baseWidth);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

BODY.archive .allcont .cont > .item.inner .entry-title {
  font-size: clamp(1.0588235294rem, 0.8470588235rem + 0.8vw, 1.4117647059rem);
  font-weight: 400;
  color: var(--fontColor);
}
BODY.archive .allcont .cont > .item.inner .sidebar header {
  grid-column: 1/-1;
}
BODY.archive .allcont .cont > .item.inner .sidebar .entry-header {
  margin-bottom: 20px;
}
BODY.archive .allcont .cont > .item.inner .sidebar article::after {
  content: unset;
}

body .hph_jobs_preview #filter-form {
  gap: 30px;
}
body .hph_jobs_preview #filter-form select {
  border-radius: 0;
  border-color: var(--formBorderColor);
  padding: 24px 40px 24px 15px;
  background-image: url(../img/arrow-down.svg);
  background-position: right 25px center;
  background-size: 12px;
  color: var(--fontColorLight);
}
body .hph_jobs_preview #filter-form select:focus {
  border-color: var(--mainColor);
}
body .hph_jobs_preview #filter-form #remove-all::after {
  width: 15px;
  height: 15px;
}
body .hph_jobs_preview #job-listings {
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}
body .hph_jobs_preview #job-listings .single_job {
  background: var(--contrastColorInverted);
  padding: clamp(1.4705882353rem, 0.5882352941rem + 3.3333333333vw, 2.9411764706rem);
  border-radius: 0;
  box-shadow: 0 15px 25px 0 rgba(var(--contrastColorRGB), 0.07);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  margin-bottom: 0;
}
body .hph_jobs_preview #job-listings .single_job .innersection {
  flex-direction: column;
  gap: 30px;
}
body .hph_jobs_preview #job-listings .single_job .innersection .left_section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
body .hph_jobs_preview #job-listings .single_job .innersection .right_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
body .hph_jobs_preview #job-listings .single_job .innersection .right_section .wp-block-buttons {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
body .hph_jobs_preview #job-listings .single_job .innersection .pdf_button {
  display: flex;
  align-items: center;
  font-family: var(--headline);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--fontColor);
}
body .hph_jobs_preview #job-listings .single_job .innersection .pdf_button::after {
  transition: var(--baseTransition);
  background: var(--fontColor);
  mask: url(../img/icon-download.svg) no-repeat center center/contain;
}
body .hph_jobs_preview #job-listings .single_job .innersection .pdf_button:hover {
  color: var(--mainColor);
}
body .hph_jobs_preview #job-listings .single_job .innersection .pdf_button:hover::after {
  background: var(--mainColor);
}
body .hph_jobs_preview #job-listings .single_job .innersection .single_job_branche {
  display: flex;
  align-items: center;
  font-family: var(--headline);
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  text-transform: uppercase;
  border-left: 3px solid var(--mainColor);
  padding-left: 15px;
}
body .hph_jobs_preview #job-listings .single_job .innersection .job_preview_title h5 {
  font-weight: 400;
}
body .hph_jobs_preview #job-listings .single_job .innersection .job_preview_title h5 a.joblink {
  color: var(--fontColor);
}
body .hph_jobs_preview #job-listings .single_job .innersection .job_preview_title h5 a.joblink:hover {
  color: var(--mainColor);
}
body .hph_jobs_preview #job-listings .single_job .innersection .job_preview_info {
  gap: 10px;
}
body .hph_jobs_preview #job-listings .single_job .innersection .job_preview_info > p {
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
  line-height: normal;
  font-weight: 500;
  color: var(--fontColor);
  font-family: var(--headline);
  text-transform: uppercase;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
}
body .hph_jobs_preview #job-listings .single_job .innersection .job_preview_info > p::before {
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  margin-right: 0;
}
body .hph_jobs_preview #job-listings .single_job .innersection .job_preview_info .single_job_location::before {
  background-image: url(../img/location.svg);
}
body .hph_jobs_preview #job-listings .single_job .innersection .job_preview_info .single_job_employees::before {
  background-image: url(../img/employees.svg);
}
body .hph_jobs_preview #job-listings .single_job .innersection .job_preview_info .single_job_id::before {
  background-image: url(../img/id.svg);
}
body .hph_jobs_preview #job-listings .single_job .innersection .job_preview_info .single_job_type::before {
  background-image: url(../img/festanstellung.svg);
}
body .hph_jobs_preview #job-listings .single_job .innersection .job_preview_info .single_job_start_date::before {
  background-image: url(../img/clock.svg);
}

body.single-job .job.type-job .job_banner {
  container-type: inline-size;
  position: relative;
}
body.single-job .job.type-job .job_banner img {
  position: relative;
  z-index: 0;
  max-height: 770px;
  min-height: 770px;
}
@container (width <=960px) {
  body.single-job .job.type-job .job_banner img {
    min-height: 400px;
  }
}
@container (width <=640px) {
  body.single-job .job.type-job .job_banner img {
    min-height: 250px;
  }
}
body.single-job .job.type-job .job_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 770px;
  opacity: 0.7;
  background-image: url(../img/shine-small.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top -235px;
  z-index: 1;
}
@container (width <=960px) {
  body.single-job .job.type-job .job_banner::after {
    content: none;
  }
}
body.single-job .job.type-job .job_banner .single_job_branche {
  max-width: var(--maxWidthBig);
  margin: clamp(1.7647058824rem, 1.0588235294rem + 2.6666666667vw, 2.9411764706rem) auto 0;
  display: flex;
  align-items: center;
  font-family: var(--headline);
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  text-transform: uppercase;
  border-left: 3px solid var(--mainColor);
  padding-left: 15px;
}
body.single-job .job.type-job .job_banner h1 {
  margin-top: 0;
  font-size: clamp(2.3529411765rem, 1.2941176471rem + 4vw, 4.1176470588rem);
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info h6 {
  position: relative;
  padding-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info h6::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info h6::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  border-style: none;
  background-image: linear-gradient(to right, #dadada 33%, rgba(var(--contrastColorInvertedRGB), 0) 0%);
  background-size: 8px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
  transition: var(--baseTransition);
  position: absolute;
  bottom: 0;
  left: 0;
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info {
  gap: 10px;
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info > p {
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  border-radius: 0;
  line-height: normal;
  font-weight: 500;
  color: var(--fontColor);
  font-family: var(--headline);
  text-transform: uppercase;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info > p::before {
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  margin-right: 0;
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info > p.single_job_location::before {
  background-image: url(../img/location.svg);
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info > p.single_job_employees::before {
  background-image: url(../img/employees.svg);
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info > p.single_job_id::before {
  background-image: url(../img/id.svg);
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info > p.single_job_type::before {
  background-image: url(../img/festanstellung.svg);
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .job_info > p.single_job_start_date::before {
  background-image: url(../img/clock.svg);
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .single_job_description h6:before {
  background-image: url(../img/content.svg);
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .single_job_benefits h6:before {
  background-image: url(../img/service.svg);
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .single_job_tasks h6:before {
  background-image: url(../img/tasks.svg);
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .single_job_competence h6:before {
  background-image: url(../img/qualification.svg);
}
body.single-job .job.type-job .single_job_content .single_job_intro .single_job_info .single_job_contact h6:before {
  background-image: url(../img/contact.svg);
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person {
  background: var(--contrastColorInverted);
  box-shadow: 0 15px 25px 0 rgba(var(--contrastColorRGB), 0.07);
  padding: clamp(1.4705882353rem, 0.5882352941rem + 3.3333333333vw, 2.9411764706rem);
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation .single_job_contact_person_intro,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_intro {
  height: auto;
  border: 0;
  margin-bottom: 15px;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation .single_job_contact_person_intro > p,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_intro > p {
  color: var(--fontColor);
  padding: 0;
  position: relative;
  bottom: auto;
  left: auto;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation .single_job_contact_person_intro > p::before,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_intro > p::before {
  content: none;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation .single_job_contact_person_info,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info {
  background: transparent;
  padding: 0;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation .single_job_contact_person_info .single_job_contact_person_phone,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation .single_job_contact_person_info .single_job_contact_person_mail,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_mail {
  font-family: var(--mainFont);
  font-size: 17px;
  font-weight: 700;
  color: var(--fontColor);
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 450px) {
  body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation .single_job_contact_person_info .single_job_contact_person_phone,
  body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation .single_job_contact_person_info .single_job_contact_person_mail,
  body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone,
  body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_mail {
    text-align: center;
    justify-content: center;
  }
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation .single_job_contact_person_info .single_job_contact_person_phone::before,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation .single_job_contact_person_info .single_job_contact_person_mail::before,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone::before,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_mail::before {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  position: relative;
  top: auto;
  left: auto;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation .single_job_contact_person_info .single_job_contact_person_phone:hover,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation .single_job_contact_person_info .single_job_contact_person_mail:hover,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone:hover,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_mail:hover {
  color: var(--mainColor);
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation .single_job_contact_person_info .single_job_contact_person_phone,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone {
  margin: 15px 0;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation .single_job_contact_person_info .single_job_contact_person_phone::before,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_phone::before {
  background: url(../img/phone.svg) no-repeat center center/contain;
}
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_hiring_organisation .single_job_contact_person_info .single_job_contact_person_mail::before,
body.single-job .job.type-job .single_job_content .single_job_intro .job_sidebar .single_job_contact_person .single_job_contact_person_info .single_job_contact_person_mail::before {
  background: url(../img/mail.svg) no-repeat center center/contain;
}
body.single-job .job.type-job .single_job_content .job_cta_footer_buttons {
  margin: 0 auto !important;
  display: flex;
  column-gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
}
body.single-job .job.type-job .single_job_content .job_cta_footer_buttons .is-style-pdf {
  width: 100%;
}
body.single-job .job.type-job .single_job_content .job_cta_footer_buttons .is-style-pdf a.pdf_button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-family: var(--headline);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--fontColor);
  transition: var(--baseTransition);
}
body.single-job .job.type-job .single_job_content .job_cta_footer_buttons .is-style-pdf a.pdf_button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transition: var(--baseTransition);
  background: var(--fontColor);
  mask: url(../img/icon-download.svg) no-repeat center center/contain;
}
body.single-job .job.type-job .single_job_content .job_cta_footer_buttons .is-style-pdf a.pdf_button:hover {
  color: var(--mainColor);
}
body.single-job .job.type-job .single_job_content .job_cta_footer_buttons .is-style-pdf a.pdf_button:hover::after {
  background: var(--mainColor);
}

.px-frame-layout .hph_jobs_preview {
  width: 100%;
}

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

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

.is-style-gap-large {
  column-gap: clamp(2.9411764706rem, -0.5882352941rem + 13.3333333333vw, 8.8235294118rem) !important;
}

header.head {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: var(--pageLimit);
  z-index: 99;
}
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: 40px;
}
header.head .inner #logo {
  transition: var(--baseTransition);
  background-image: var(--website-logo-image-url);
  background-repeat: no-repeat;
  background-size: contain;
  width: 260px;
  height: 72px;
  margin: 50px 0;
  backface-visibility: hidden;
}
header.head .inner #logo a {
  display: block;
  width: 100%;
  height: 100%;
}
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(--mainColor);
}
header.head.is-sticky, body.page-template-page-no-banner header.head, body.page-template-page-website-elements header.head, body.archive header.head, body.blog header.head {
  background: var(--contrastColorInverted);
  box-shadow: 0 15px 25px 0 rgba(var(--contrastColorRGB), 0.07);
}
header.head.is-sticky > .inner #logo, body.page-template-page-no-banner header.head > .inner #logo, body.page-template-page-website-elements header.head > .inner #logo, body.archive header.head > .inner #logo, body.blog header.head > .inner #logo {
  background-image: var(--website-logo-sticky-image-url);
  width: 160px;
  height: 44px;
  margin: 22px 0;
}
body.page-template-page-no-banner header.head, body.page-template-page-website-elements header.head, body.archive header.head, body.blog header.head {
  position: relative;
  box-shadow: none;
}
body.page-template-page-no-banner header.head #site-navigation #primary-menu > li > a, body.page-template-page-website-elements header.head #site-navigation #primary-menu > li > a, body.archive header.head #site-navigation #primary-menu > li > a, body.blog header.head #site-navigation #primary-menu > li > a {
  color: var(--contrastColor);
}
body.page-template-page-no-banner header.head #site-navigation #primary-menu > li > a::before, body.page-template-page-website-elements header.head #site-navigation #primary-menu > li > a::before, body.archive header.head #site-navigation #primary-menu > li > a::before, body.blog header.head #site-navigation #primary-menu > li > a::before {
  filter: brightness(0);
}
body.page-template-page-no-banner header.head.is-sticky, body.page-template-page-website-elements header.head.is-sticky, body.archive header.head.is-sticky, body.blog header.head.is-sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
body.page-template-page-no-banner header.head.is-sticky #site-navigation #primary-menu > li > a::before, body.page-template-page-website-elements header.head.is-sticky #site-navigation #primary-menu > li > a::before, body.archive header.head.is-sticky #site-navigation #primary-menu > li > a::before, body.blog header.head.is-sticky #site-navigation #primary-menu > li > a::before {
  display: none;
}
body.page-template-page-no-banner header.head.is-sticky > .inner #logo, body.page-template-page-website-elements header.head.is-sticky > .inner #logo, body.archive header.head.is-sticky > .inner #logo, body.blog header.head.is-sticky > .inner #logo {
  background-image: var(--website-logo-sticky-image-url);
  width: 160px;
  height: 44px;
  margin: 22px 0;
}
body.page-template-page-no-banner header.head > .inner #logo, body.page-template-page-website-elements header.head > .inner #logo, body.archive header.head > .inner #logo, body.blog header.head > .inner #logo {
  width: 260px;
  height: 72px;
  margin: 50px 0;
}
header.head.is-sticky #site-navigation #primary-menu > li.wpml-ls-menu-item a {
  border-color: rgba(var(--fontColorLightRGB), 0.5);
}
header.head.is-sticky #site-navigation #primary-menu > li.wpml-ls-menu-item a::after {
  background-color: var(--fontColorLight);
}

#site-navigation #primary-menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
#site-navigation #primary-menu > li {
  position: relative;
}
#site-navigation #primary-menu > li a {
  font-family: var(--headline);
  color: var(--fontColor);
  font-size: var(--baseFontSize);
  font-weight: 600;
  letter-spacing: 0.85px;
  line-height: 117%;
  position: relative;
  display: block;
  transition: var(--baseTransition);
}
#site-navigation #primary-menu > li > a {
  position: relative;
  color: var(--contrastColorInverted);
  padding: 20px 0;
  text-align: center;
}
#site-navigation #primary-menu > li > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 50%;
  translate: -50% 0;
  width: 30px;
  height: 23px;
  background: url("../img/wheel.svg") no-repeat center/100% auto;
  transition: var(--baseTransition);
  filter: brightness(0) invert(1);
  opacity: 0;
}
@media all and (hover: hover) {
  #site-navigation #primary-menu > li:hover > .sub-menu {
    display: block;
  }
}
#site-navigation #primary-menu > li:hover[class*=has-children] > a::after, #site-navigation #primary-menu > li.current_page_item[class*=has-children] > a::after, #site-navigation #primary-menu > li.current_page_ancestor[class*=has-children] > a::after {
  border-top-color: var(--mainColor);
}
#site-navigation #primary-menu > li:hover a::before, #site-navigation #primary-menu > li.current_page_item a::before, #site-navigation #primary-menu > li.current_page_ancestor a::before {
  opacity: 1;
}
#site-navigation #primary-menu > li .sub-menu {
  display: none;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--contrastColorInverted);
  box-shadow: 0 5px 25px 0 rgba(var(--contrastColorRGB), 0.1);
  z-index: 1;
  transition: var(--baseTransition);
  padding: 15px 0;
}
#site-navigation #primary-menu > li .sub-menu li a {
  font-size: 16px;
  padding: 15px 40px;
  white-space: nowrap;
  color: var(--fontColor);
}
@media all and (hover: hover) {
  #site-navigation #primary-menu > li .sub-menu li:hover > .sub-menu {
    display: block;
  }
}
#site-navigation #primary-menu > li .sub-menu li:hover[class*=has-children] > a::after, #site-navigation #primary-menu > li .sub-menu li.current_page_item[class*=has-children] > a::after, #site-navigation #primary-menu > li .sub-menu li.current_page_ancestor[class*=has-children] > a::after {
  border-top-color: var(--contrastColorInverted);
}
#site-navigation #primary-menu > li .sub-menu li:hover > a, #site-navigation #primary-menu > li .sub-menu li.current_page_item > a, #site-navigation #primary-menu > li .sub-menu li.current_page_ancestor > a {
  color: var(--mainColor);
}
#site-navigation #primary-menu > li .sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
}
#site-navigation #primary-menu li .sub {
  display: none;
}

header.head.is-sticky #site-navigation #primary-menu > li > a {
  color: var(--fontColor);
}
header.head.is-sticky #site-navigation #primary-menu > li.current_page_item > a, header.head.is-sticky #site-navigation #primary-menu > li.current_page_ancestor > a {
  color: var(--mainColor);
}

#site-navigation ul#primary-menu > li.wpml-ls-menu-item {
  padding-bottom: 2px;
}
#site-navigation ul#primary-menu > li.wpml-ls-menu-item a {
  padding: 0;
  line-height: normal;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid rgba(var(--contrastColorInvertedRGB), 0.8);
  border-radius: 2px;
}
#site-navigation ul#primary-menu > li.wpml-ls-menu-item a::before {
  content: none;
}
#site-navigation ul#primary-menu > li.wpml-ls-menu-item a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 5px;
  background-color: var(--contrastColorInverted);
  mask: url("../img/select.svg") no-repeat center/cover;
}
#site-navigation ul#primary-menu > li.wpml-ls-menu-item a img.wpml-ls-flag {
  opacity: 1;
}
#site-navigation ul#primary-menu > li.wpml-ls-menu-item a:hover {
  background-color: var(--contrastColorInverted);
}
#site-navigation ul#primary-menu > li.wpml-ls-menu-item a:hover::after {
  background-color: var(--fontColor);
  transform: scaleY(-1);
}
#site-navigation ul#primary-menu > li.wpml-ls-menu-item > .sub-menu {
  transition: var(--baseTransition);
  padding: 0;
  border-radius: 2px;
  width: 100%;
}
#site-navigation ul#primary-menu > li.wpml-ls-menu-item > .sub-menu > li.wpml-ls-menu-item a {
  gap: 0;
}
#site-navigation ul#primary-menu > li.wpml-ls-menu-item > .sub-menu > li.wpml-ls-menu-item a::after {
  content: none;
}

#hamburger {
  position: relative;
  display: block;
  height: 33px;
  width: 40px;
  cursor: pointer;
  transition: var(--baseTransition);
  background: transparent;
  border: transparent;
}
@media screen and (min-width: 1201px) {
  #hamburger {
    display: none;
  }
}
#hamburger .hamburger-line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 3px;
  background: var(--mainColor);
  transition: var(--baseTransition);
}
#hamburger .hamburger-line:first-child {
  transform: translateX(-50%) translateY(calc(-1 * 7px - 3px));
}
#hamburger .hamburger-line:last-child {
  transform: translateX(-50%) translateY(7px);
}
#hamburger.is-active .hamburger-line {
  width: 40px;
}
#hamburger.is-active .hamburger-line:first-child {
  transform: translateX(-50%) translateY(0) rotate(-45deg);
}
#hamburger.is-active .hamburger-line:nth-child(2) {
  opacity: 0;
}
#hamburger.is-active .hamburger-line:last-child {
  transform: translateX(-50%) translateY(0) rotate(45deg);
}

@media all and (min-width: calc(1200px + 1px)) {
  .head > .inner #site-navigation {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  #site-navigation #primary-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - var(--stickyHeaderHeightMobile));
    margin: 0;
  }
  #site-navigation #primary-menu > li {
    border-top: 1px solid var(--backgroundColor);
  }
  #site-navigation #primary-menu > li > a {
    padding: 15px 3%;
  }
  #site-navigation #primary-menu li {
    width: 100%;
    position: relative;
  }
  #site-navigation #primary-menu li.focus > ul {
    display: block;
    position: static;
  }
  #site-navigation #primary-menu li[class*=has-children] > a::after {
    content: none;
  }
  #site-navigation #primary-menu li a {
    background: var(--contrastColorInverted);
    text-align: left;
  }
  #site-navigation #primary-menu li a::before {
    content: none;
  }
  #site-navigation #primary-menu li.focus > a {
    background: var(--backgroundColor);
    color: var(--contrastColorInverted);
  }
  #site-navigation #primary-menu li:hover > a, #site-navigation #primary-menu li.current_page_item > a, #site-navigation #primary-menu li.current_page_ancestor > a {
    background: var(--mainColor);
    color: var(--contrastColorInverted) !important;
  }
  #site-navigation #primary-menu li:hover.focus > a, #site-navigation #primary-menu li.current_page_item.focus > a, #site-navigation #primary-menu li.current_page_ancestor.focus > a {
    background: var(--mainColor);
    color: var(--contrastColorInverted);
  }
  #site-navigation #primary-menu li .sub {
    border: none;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: var(--mainColor);
    z-index: 3;
  }
  #site-navigation #primary-menu li .sub:after {
    content: "";
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    position: absolute;
    transition: var(--baseTransition);
    display: block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid var(--contrastColorInverted);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  #site-navigation #primary-menu li.focus > button.sub::after {
    transform: translateX(-50%) rotate(0);
  }
  #site-navigation #primary-menu li .sub-menu {
    position: static;
    padding: 0;
  }
  #site-navigation #primary-menu li .sub-menu li a {
    padding: 10px 4%;
  }
  #site-navigation #primary-menu li .sub-menu li .sub {
    height: 37px;
  }
  #site-navigation #primary-menu li .sub-menu li .sub-menu {
    position: static;
  }
  #site-navigation #primary-menu li .sub-menu li .sub-menu li a {
    padding: 3px 40px;
    font-size: calc(var(--baseFontSize) - 2px);
  }
  #site-navigation #primary-menu > li.wpml-ls-menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 3% !important;
    background-color: var(--greyLight);
  }
  #site-navigation #primary-menu > li.wpml-ls-menu-item a {
    border-radius: 0 !important;
    border: 0 !important;
    padding: 0 !important;
  }
  #site-navigation #primary-menu > li.wpml-ls-menu-item a::after {
    display: none !important;
  }
  #site-navigation #primary-menu > li.wpml-ls-menu-item .sub {
    display: none !important;
  }
  #site-navigation #primary-menu > li.wpml-ls-menu-item .sub-menu {
    width: auto !important;
    display: inline-block !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  #site-navigation #primary-menu > li.wpml-ls-menu-item .sub-menu > li.wpml-ls-menu-item a img {
    opacity: 0.7;
  }
  #site-navigation #primary-menu > li.wpml-ls-menu-item .sub-menu > li.wpml-ls-menu-item a:hover img {
    opacity: 1;
  }
  #site-navigation.toggled #primary-menu {
    display: block;
  }
  #site-navigation.toggled li.focus > ul {
    display: block;
  }
}
footer.foot {
  width: 100%;
  max-width: var(--pageLimit);
  margin: 0 auto;
  color: var(--contrastColorInverted);
  background: linear-gradient(227deg, #238CC5 9.84%, #0D5176 82.02%);
  padding: clamp(2.3529411765rem, 0.2352941176rem + 8vw, 5.8823529412rem) 0 40px;
  position: relative;
}
footer.foot .wp-block-buttons {
  margin-top: 23px;
}
footer.foot::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.06;
  background: url(../img/foot-bg.jpg) lightgray 0px -68.241px/cover no-repeat;
  background-blend-mode: multiply;
}
footer.foot .inner {
  position: relative;
  z-index: 1;
  max-width: var(--maxWidthBig);
  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.0588235294rem;
  position: relative;
  padding-top: 40px;
  margin-bottom: 35px;
}
footer.foot .inner ul li {
  display: inline-block;
}
footer.foot .inner .row.row-1b {
  padding-top: clamp(1.7647058824rem, 1.0588235294rem + 2.6666666667vw, 2.9411764706rem);
  border-top: 1px dashed #D9D9D9;
}
@media screen and (max-width: 768px) {
  footer.foot .inner .row.row-1b .col-1 {
    width: 100%;
  }
}
@media screen and (min-width: 1057px) {
  footer.foot .inner .row.row-1, footer.foot .inner .row.row-1b {
    display: grid;
    grid-template-columns: 18.5% 17.5% 28% 21% 15%;
  }
}
@media screen and (max-width: 1056px) {
  footer.foot .inner .row.row-1, footer.foot .inner .row.row-1b {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px 20px;
  }
}
footer.foot .inner .row.row-1 .roofline, footer.foot .inner .row.row-1b .roofline {
  margin-bottom: 23px;
  font-size: var(--miniFontSize);
  font-weight: 500;
  font-family: var(--headline);
  text-transform: uppercase;
  padding-left: unset;
}
footer.foot .inner .row.row-1 .roofline:before, footer.foot .inner .row.row-1b .roofline:before {
  content: none;
}
footer.foot .inner .row.row-2 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px 20px;
}
footer.foot .inner .row:not(:last-of-type) {
  margin-bottom: clamp(1.7647058824rem, 0.3529411765rem + 5.3333333333vw, 4.1176470588rem);
}
footer.foot .inner .row.row-1 .col {
  max-width: 345px;
}
@media screen and (max-width: 1200px) {
  footer.foot .inner .row.row-1 .col.col-1 {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  footer.foot .inner .row.row-1 .col.col-5 {
    max-width: 100%;
    width: 100%;
  }
}
footer.foot .inner .row.row-1 #footer-logo {
  display: block;
  width: 200px;
  height: 55.442px;
  transition: var(--baseTransition);
  backface-visibility: hidden;
}
footer.foot .inner .row.row-1 #footer-logo span {
  display: none;
}
footer.foot .inner .row.row-1 ul li {
  display: block;
}
footer.foot .inner .row.row-1 .col-5 {
  display: flex;
  gap: 15px;
}
footer.foot .inner .row.row-2 {
  font-size: var(--miniFontSize);
  font-weight: 500;
  font-family: var(--headline);
  text-transform: uppercase;
  align-items: baseline;
  padding-top: clamp(1.1764705882rem, 0.1176470588rem + 4vw, 2.9411764706rem);
  border-top: 1px dashed #D9D9D9;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  footer.foot .inner .row.row-2 {
    flex-direction: column;
    text-align: center;
  }
  footer.foot .inner .row.row-2 .col {
    width: 100%;
  }
}
footer.foot .inner .row.row-2 .col-2 .widget {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  footer.foot .inner .row.row-2 .col-2 .widget {
    display: block;
  }
}
footer.foot .inner .row.row-2 ul li {
  opacity: 0.4;
  transition: var(--baseTransition);
}
footer.foot .inner .row.row-2 ul li:hover {
  opacity: 1;
}
footer.foot .inner .row.row-2 ul li:last-child a {
  border-right: none;
  padding-right: 0;
}
footer.foot .inner .row.row-2 ul li:not(:last-of-type) {
  margin-right: clamp(1.1764705882rem, 0.1176470588rem + 4vw, 2.9411764706rem);
}
footer.foot .inner .row.row-2 .backlink-hph {
  margin-left: clamp(1.1764705882rem, 0.1176470588rem + 4vw, 2.9411764706rem);
}
@media screen and (max-width: 768px) {
  footer.foot .inner .row.row-2 .backlink-hph {
    margin-left: 0;
  }
}
footer.foot .inner .row.row-2 .backlink-hph a {
  opacity: 0.4;
  transition: var(--baseTransition);
}
footer.foot .inner .row.row-2 .backlink-hph a:hover {
  opacity: 1;
}
footer.foot .inner .row a.wp-block-button__link:not(.has-text-color) {
  margin-top: 0;
}
footer.foot .inner .row .wp-block-buttons {
  row-gap: 8px;
}
footer.foot .inner .row .wp-block-button {
  margin-top: 0;
  width: 100%;
}
footer.foot .inner .row .wp-block-button.is-style-outline > a.wp-block-button__link:not(.has-text-color) {
  color: var(--contrastColorInverted);
  border-color: var(--contrastColorInverted);
}
footer.foot .inner .row .wp-block-button.is-style-phone a.wp-block-button__link:not(.has-text-color), footer.foot .inner .row .wp-block-button.is-style-mail a.wp-block-button__link:not(.has-text-color) {
  color: var(--contrastColorInverted);
}
footer.foot .inner .row .wp-block-button.is-style-phone a.wp-block-button__link:not(.has-text-color):hover, footer.foot .inner .row .wp-block-button.is-style-mail a.wp-block-button__link:not(.has-text-color):hover {
  color: var(--mainColorLight);
}
footer.foot .inner .row .wp-block-button.is-style-phone a.wp-block-button__link:not(.has-text-color)::before {
  background-image: url(../img/phone-white.svg);
}
footer.foot .inner .row .wp-block-button.is-style-mail a.wp-block-button__link:not(.has-text-color)::before {
  background-image: url(../img/mail-white.svg);
}
footer.foot .inner .row .social_button {
  width: 25px;
  height: 25px;
}
footer.foot .inner .row .social_button a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--contrastColorInverted);
  transition: var(--baseTransition);
}
footer.foot .inner .row .social_button a:hover {
  background-color: var(--mainColorLight);
}
footer.foot .inner .row .social_button[data-icon=youtube] a {
  mask-image: url(../img/yt.svg);
  mask-size: 25px;
}
footer.foot .inner .row .social_button[data-icon=xing] a {
  mask-image: url(../img/xing.svg);
  mask-size: 25px;
}
footer.foot .inner .row .social_button[data-icon=instagram] a {
  mask-image: url(../img/istagram.svg);
  mask-size: 25px;
}
footer.foot .inner .row .social_button[data-icon=linkedin] a {
  mask-image: url(../img/linkedin.svg);
  mask-size: 25px;
}

.backtotop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  display: block;
  transform: rotate(180deg);
  background: var(--mainColor);
  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(--secondColor);
}
.backtotop.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0%) rotate(180deg);
}

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

body .gform_wrapper.gravity-theme {
  position: relative;
  background: #fff;
  max-width: var(--maxWidthBig);
  margin: 0 auto;
  width: var(--baseWidth);
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.07);
  padding: clamp(1.1764705882rem, 0.4705882353rem + 2.6666666667vw, 2.3529411765rem);
}
body .gform_wrapper.gravity-theme::before {
  content: "";
  position: absolute;
  background: linear-gradient(227deg, rgba(35, 140, 197, 0.9) 9.84%, rgba(13, 81, 118, 0.9) 82.02%), url("../img/foot-bg.jpg") left no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  max-height: 878px;
  left: 30%;
  top: -100px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  body .gform_wrapper.gravity-theme::before {
    top: -30px;
    max-height: inherit;
  }
}
@media screen and (max-width: 960px) {
  body .gform_wrapper.gravity-theme::before {
    top: -20px;
    left: 10%;
  }
}
body .gform_wrapper.gravity-theme .gform_fields {
  row-gap: 20px;
  column-gap: 20px;
}
body .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield_required {
  color: var(--fontColorLight);
}
body .gform_wrapper.gravity-theme .gfield_html, body .gform_wrapper.gravity-theme .gfield_consent_label {
  color: var(--fontColorLight);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  font-family: var(--headline);
}
body .gform_wrapper.gravity-theme .gform_footer {
  position: relative;
  z-index: 1;
}
body .gform_wrapper.gravity-theme .gform_footer .button, body .gform_wrapper.gravity-theme .gform_footer input[type=submit], body .gform_wrapper.gravity-theme .gform_footer button {
  margin-top: 30px;
}
body .gform_wrapper.gravity-theme input[type=checkbox] {
  max-width: 20px;
  max-height: 20px;
  padding: 0 !important;
}
body .gform_wrapper.gravity-theme select {
  appearance: none;
  color: var(--fontColorLight);
  font-size: 17px;
  padding: 24px 15px !important;
  background-image: url("../img/arrow-down.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 40px !important;
}

.px-frame-layout .gform_wrapper.gravity-theme {
  width: 100%;
}

.gform_wrapper.hph_nl_wrapper.gravity-theme .gfield--type-select .gfield_label {
  display: none;
}

/* 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;
  background: var(--mainColor);
  color: var(--contrastColorInverted);
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  opacity: 1;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.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: 10px;
  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: 0;
}

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

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

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

.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%;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  max-height: 80vh !important;
  height: 100%;
  object-fit: contain;
}

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

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0px;
  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;
  background-color: #fff;
  position: relative;
}

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

.mfp-gallery .mfp-container .mfp-content .mfp-close {
  height: 44px;
  width: 44px;
  padding: 0;
  text-align: center;
}

@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 (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(--mainColor);
  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(--mainColor);
  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(--mainColor), 0.5);
  color: var(--contrastColorInverted);
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
  color: var(--mainColor);
}
.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(--mainColor);
}

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

.woocommerce-checkout .woocommerce {
  width: var(--baseWidth);
  margin: auto;
  max-width: var(--maxWidthBig);
}
.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(--mainColor);
  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(--mainColor);
}

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