@charset "UTF-8";
:root {
  --fallback: Verdana, Arial, sans-serif;
  --mainFont: "Montserrat", var(--fallback);
  --headline: "Mosafin", var(--fallback);
  --mainColor: #D2720D;
  --mainColorLight: #EB8B26;
  --roseColor: #FF8080;
  --greenColor: #80FF8C;
  --secondColor: #282A3F;
  --secondColorLight: #393B59;
  --fontColor: #282929;
  --greyDark: #404040;
  --grey: #999999;
  --greyLight: #BDBDBD;
  --greyVeryLight: #F2F2F2;
  --backgroundColor: #f1f1f1;
  --backgroundColorRGB: 241,241,241;
  --backgroundColorDark: #a5a5a5;
  --warningColor: #b10000;
  --formBorderColor: #b6b6b6;
  --contrastColor: #000;
  --contrastColorRGB: 0,0,0;
  --contrastColorLight: #1a1a1a;
  --contrastColorInverted: #fff;
  --contrastColorInvertedRGB: 255,255,255;
  --contrastColorDark: #e6e6e6;
  --baseFontSize: 16px;
  --baseLineheight: 175%;
  --miniFontSize: 14px;
  --borderRadius: 10px;
  --primaryGradient: linear-gradient(180deg, #EB8B26 0%, #D2720D 100%);
  --secondaryGradient: linear-gradient(180deg, #393B59 0%, #282A3F 100%);
  --stickyHeaderHeight: 125px;
  --stickyHeaderHeightMobile: 75px;
  --spaceBetweenDefault: 20px;
  --spaceBetweenSlim: 10px;
  --spaceBetweenWide: autoClamp(40, 80);
  --baseTransition: all .3s ease-in-out;
  --baseWidth: 92%;
  --reducedWidth: 1200px;
  --maxWidth: 1200px;
  --maxWidthBig: 1504px;
  --pageLimit: 1920px;
  --fl-frame-lightbgbox: #dddddd;
  --fl-frame-cibgbox: var(--mainColor);
  --fl-layout-reduced: var(--reducedWidth);
  --fl-margin-before-extra-small: 30px;
  --fl-margin-before-small: 45px;
  --fl-margin-before-medium: 70px;
  --fl-margin-before-large: 130px;
  --fl-margin-before-extra-large: 200px;
  --fl-margin-after-extra-small: 30px;
  --fl-margin-after-small: 45px;
  --fl-margin-after-medium: 70px;
  --fl-margin-after-large: 130px;
  --fl-margin-after-extra-large: 200px;
}
@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;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mosafin";
  src: url("../fonts/Mosafin-Black.otf") format("opentype"), url("../fonts/Mosafin-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mosafin";
  src: url("../fonts/Mosafin-Bold.otf") format("opentype"), url("../fonts/Mosafin-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mosafin";
  src: url("../fonts/Mosafin-ExtraBold.otf") format("opentype"), url("../fonts/Mosafin-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mosafin";
  src: url("../fonts/Mosafin-Medium.otf") format("opentype"), url("../fonts/Mosafin-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mosafin";
  src: url("../fonts/Mosafin-SemiBold.otf") format("opentype"), url("../fonts/Mosafin-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
html:not(.wp-toolbar) {
  font-size: var(--baseFontSize);
}

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

::-moz-selection {
  background: var(--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.6875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body:not(.wp-admin) {
  font-size: var(--baseFontSize);
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  font-family: var(--headline);
  line-height: 120%;
  color: var(--secondColor);
  margin-bottom: 20px !important;
}

h1 {
  font-size: clamp(2rem, 1.4545454545rem + 2.7272727273vw, 3.5rem);
  line-height: 125%;
}

h2 {
  font-size: clamp(1.625rem, 1.0795454545rem + 2.7272727273vw, 3.125rem);
}

h3 {
  font-size: clamp(1.5rem, 1.0454545455rem + 2.2727272727vw, 2.75rem);
}

h4 {
  font-size: clamp(1.375rem, 1.0113636364rem + 1.8181818182vw, 2.375rem);
}

h5 {
  font-size: clamp(1.25rem, 1.0227272727rem + 1.1363636364vw, 1.875rem);
}

h6 {
  font-size: clamp(1.125rem, 1.0795454545rem + 0.2272727273vw, 1.25rem);
  line-height: normal;
}

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

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

i, em {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

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

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

a {
  text-decoration: none;
  transition: var(--baseTransition);
}

p {
  margin-bottom: 20px;
}

.roofline {
  font-size: clamp(0.875rem, -0.9431818182rem + 9.0909090909vw, 5.875rem);
  font-weight: 700;
  color: var(--mainColor);
  opacity: 0.1;
  position: absolute;
  left: 0;
  bottom: calc(clamp(1.25rem, -0.8863636364rem + 10.6818181818vw, 7.125rem) * -1);
  transform: rotate(-90deg);
  line-height: normal;
  transform-origin: top left;
  z-index: 1;
  font-family: var(--headline);
}

button.submit,
input[type=submit],
button[type=submit]:not(.wp-block-search__button),
a.btn,
.wp-block-button > .wp-block-button__link:not(.has-text-color),
.px-textimagewall .text a {
  display: inline-block;
  position: relative;
  border: none;
  cursor: pointer;
  padding: 12px 40px;
  padding-left: 64px;
  color: var(--contrastColorInverted);
  background: var(--primaryGradient);
  transition: var(--baseTransition);
  line-height: 120%;
  box-shadow: 0px -4px 14px 0px rgba(0, 0, 0, 0.25) inset;
  border-radius: 50px;
  border: 1px solid var(--mainColor);
  font-family: var(--headline);
  font-size: 17px;
  font-weight: 500;
}
button.submit:hover,
input[type=submit]:hover,
button[type=submit]:not(.wp-block-search__button):hover,
a.btn:hover,
.wp-block-button > .wp-block-button__link:not(.has-text-color):hover,
.px-textimagewall .text a:hover {
  padding-left: 40px;
  padding-right: 64px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25) inset, 2px -2px 12px 0px rgba(0, 0, 0, 0.15) inset, -2px 2px 12px 0px rgba(0, 0, 0, 0.15) inset;
}
button.submit:hover::before,
input[type=submit]:hover::before,
button[type=submit]:not(.wp-block-search__button):hover::before,
a.btn:hover::before,
.wp-block-button > .wp-block-button__link:not(.has-text-color):hover::before,
.px-textimagewall .text a:hover::before {
  left: calc(100% - 54px);
}
button.submit::before,
input[type=submit]::before,
button[type=submit]:not(.wp-block-search__button)::before,
a.btn::before,
.wp-block-button > .wp-block-button__link:not(.has-text-color)::before,
.px-textimagewall .text a::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: var(--contrastColorInverted);
  mask: url("../img/arrow.svg") no-repeat right center/100% auto;
  height: 14px;
  width: 14px;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: var(--baseTransition);
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),
a.btn-outline,
.px-textimagewall .text a {
  background: transparent;
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
  box-shadow: none;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)::before,
a.btn-outline::before,
.px-textimagewall .text a::before {
  background-color: var(--mainColor);
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
a.btn-outline:hover,
.px-textimagewall .text a:hover {
  background: var(--mainColor);
  color: var(--contrastColorInverted);
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover::before,
a.btn-outline:hover::before,
.px-textimagewall .text a:hover::before {
  background-color: var(--contrastColorInverted);
}

.wp-block-button.is-style-outline-white > .wp-block-button__link:not(.has-text-color),
a.btn-outline-white {
  background: transparent;
  border: 1px solid var(--contrastColorInverted);
  color: var(--contrastColorInverted);
  box-shadow: none;
}
.wp-block-button.is-style-outline-white > .wp-block-button__link:not(.has-text-color):hover,
a.btn-outline-white:hover {
  background: var(--secondColor);
  color: var(--contrastColorInverted);
}

.wp-block-button.is-style-secondary > .wp-block-button__link:not(.has-text-color),
a.btn-secondary {
  border: 1px solid var(--secondColor);
  background: var(--secondaryGradient);
}

.wp-block-button.is-style-only-arrow > .wp-block-button__link:not(.has-text-color),
a.btn-only-arrow {
  color: var(--mainColor);
  font-weight: 500;
  position: relative;
  padding: 0;
  padding-left: 20px;
  width: fit-content;
  background: transparent;
  border: none;
  box-shadow: none;
  margin-bottom: 15px;
}
.wp-block-button.is-style-only-arrow > .wp-block-button__link:not(.has-text-color):hover,
a.btn-only-arrow:hover {
  padding-left: 0px;
  padding-right: 20px;
}
.wp-block-button.is-style-only-arrow > .wp-block-button__link:not(.has-text-color):hover::before,
a.btn-only-arrow:hover::before {
  left: calc(100% - 10px);
}
.wp-block-button.is-style-only-arrow > .wp-block-button__link:not(.has-text-color)::before,
a.btn-only-arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: var(--mainColor);
  mask: url("../img/arrow-orange.svg") no-repeat right center/100% auto;
  height: 14px;
  width: 12px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: var(--baseTransition);
}

ul.is-style-checklist {
  margin-bottom: 10px;
}
ul.is-style-checklist li {
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
ul.is-style-checklist li::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: var(--fontColor);
  mask: url("../img/check.svg") no-repeat right center/100% auto;
  height: 18px;
  width: 18px;
  left: 0px;
  top: 5px;
  z-index: 1;
}

.has-orange-color {
  color: var(--mainColor);
  position: relative;
  z-index: 1;
}
.has-orange-color::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: clamp(0.3125rem, 0.1761363636rem + 0.6818181818vw, 0.6875rem);
  left: 0;
  bottom: clamp(0.125rem, 0.0340909091rem + 0.4545454545vw, 0.375rem);
  transition: all 0.3s;
  background-image: url("../img/underline-second.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.has-blue-color {
  background: var(--secondaryGradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}
.has-blue-color::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: clamp(0.3125rem, 0.1988636364rem + 0.5681818182vw, 0.625rem);
  left: 0;
  bottom: clamp(0.125rem, 0.0340909091rem + 0.4545454545vw, 0.375rem);
  transition: all 0.3s;
  background-image: url("../img/underline-white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.has-grey-color {
  color: var(--contrastColorInverted);
  font-size: 14px;
  padding: 3px 20px;
  background-color: var(--grey) !important;
  border-radius: 50px;
  margin: 10px clamp(0.625rem, 0.5568181818rem + 0.3409090909vw, 0.8125rem) 10px 0;
  position: relative;
  top: -10px;
  transition: var(--baseTransition);
  display: inline-block;
}
.has-grey-color:has(a):hover {
  background-color: var(--greyLight) !important;
}
.has-grey-color a {
  color: var(--contrastColorInverted);
}

#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);
}
#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 {
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin-left: auto;
  margin-right: auto;
}
#site .allcont .entry-content > section.no-results.not-found {
  margin: 100px auto;
}
#site .allcont .entry-content ul:not(.wp-block-gallery):not(.splide__pagination):not(.splide__list):not(.is-style-checklist) li {
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
#site .allcont .entry-content ul:not(.wp-block-gallery):not(.splide__pagination):not(.splide__list):not(.is-style-checklist) li:before {
  content: "";
  position: absolute;
  mask: none;
  left: 0;
  top: 11px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: black;
}
#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: 1rem;
}
#site .allcont .entry-content > hr.wp-block-separator {
  width: 20%;
  max-width: var(--maxWidth);
  margin: 20px auto 50px;
  margin: 1.25rem auto 3.125rem;
}
#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 {
  background: var(--contrastColorInverted);
}
BODY.error404 .allcont {
  height: 100%;
  display: grid;
  place-content: center;
  padding: 4%;
}
BODY.error404 h1 {
  margin: 0;
  margin-bottom: clamp(1.25rem, 0.7954545455rem + 2.2727272727vw, 2.5rem);
  font-size: clamp(6.25rem, 3.9772727273rem + 11.3636363636vw, 12.5rem) !important;
  color: var(--mainColor);
  text-align: center;
  animation: idle 2s infinite alternate;
}
BODY.error404 h6 {
  text-align: center;
  color: var(--mainColor);
}
BODY.error404 .buttons {
  margin-top: clamp(1.875rem, 1.1931818182rem + 3.4090909091vw, 3.75rem);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@keyframes idle {
  to {
    transform: translateY(10px);
  }
}

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

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.search span.edit-link {
  display: none;
}
BODY.search .allcont .cont > .type-post,
BODY.search .allcont .cont > .item.inner {
  max-width: var(--maxWidth);
  width: var(--baseWidth);
  margin: 100px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
BODY.search .allcont .cont > .type-post .entry-content,
BODY.search .allcont .cont > .item.inner .entry-content {
  flex: 1 1 65%;
  padding-right: 5%;
}
BODY.search .allcont .cont > .type-post .entry-content article.post,
BODY.search .allcont .cont > .item.inner .entry-content article.post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--mainColor);
}
BODY.search .allcont .cont > .type-post .entry-content article.post .entry-header,
BODY.search .allcont .cont > .item.inner .entry-content article.post .entry-header {
  margin-bottom: 30px;
}
BODY.search .allcont .cont > .type-post .entry-content article.post:last-of-type,
BODY.search .allcont .cont > .item.inner .entry-content article.post:last-of-type {
  border: none;
}
BODY.search .allcont .cont > .type-post .entry-content .text,
BODY.search .allcont .cont > .item.inner .entry-content .text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
BODY.search .allcont .cont > .type-post .entry-content .text .post-thumb,
BODY.search .allcont .cont > .item.inner .entry-content .text .post-thumb {
  flex: 1 1 150px;
}
BODY.search .allcont .cont > .type-post .entry-content .text .post-thumb + P,
BODY.search .allcont .cont > .item.inner .entry-content .text .post-thumb + P {
  flex: 1 1 calc(100% - 150px - 40px);
  margin: 0 20px;
}
BODY.search .allcont .cont > .type-post #secondary,
BODY.search .allcont .cont > .item.inner #secondary {
  flex: 1 1 30%;
  padding: 25px;
  background: #f5f5f5;
}
BODY.search .allcont .cont > .type-post #secondary .widget,
BODY.search .allcont .cont > .item.inner #secondary .widget {
  margin-bottom: 30px;
}

BODY.blog .allcont .cont > .type-post,
BODY.blog .allcont .cont > .item.inner,
BODY.archive .allcont .cont > .type-post,
BODY.archive .allcont .cont > .item.inner {
  max-width: var(--maxWidthBig);
  width: var(--baseWidth);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
BODY.blog .entry-content,
BODY.archive .entry-content {
  width: 100%;
}
BODY.blog .article-wrapper,
BODY.archive .article-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
  gap: clamp(1.875rem, 0.2840909091rem + 7.9545454545vw, 6.25rem);
}
BODY.blog article,
BODY.archive article {
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
  transition: var(--baseTransition);
}
BODY.blog article .date,
BODY.archive article .date {
  font-size: 14px;
  margin-bottom: 6px;
}
BODY.blog article .image-wrapper,
BODY.archive article .image-wrapper {
  width: 100%;
  height: 278px;
  margin-bottom: 20px;
}
BODY.blog article .image-wrapper img,
BODY.archive article .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--borderRadius);
}
BODY.blog article .excerpt,
BODY.archive article .excerpt {
  margin-bottom: 40px;
}
BODY.blog article .button, BODY.blog article input[type=submit], BODY.blog article button,
BODY.archive article .button,
BODY.archive article input[type=submit],
BODY.archive article button {
  margin-top: auto;
  color: var(--mainColor);
  font-family: var(--headline);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  transition: var(--baseTransition);
  position: relative;
  padding-left: 20px;
  width: fit-content;
}
BODY.blog article .button:hover, BODY.blog article input[type=submit]:hover, BODY.blog article button:hover,
BODY.archive article .button:hover,
BODY.archive article input[type=submit]:hover,
BODY.archive article button:hover {
  padding-left: 0px;
  padding-right: 20px;
}
BODY.blog article .button:hover::before, BODY.blog article input[type=submit]:hover::before, BODY.blog article button:hover::before,
BODY.archive article .button:hover::before,
BODY.archive article input[type=submit]:hover::before,
BODY.archive article button:hover::before {
  left: calc(100% - 10px);
}
BODY.blog article .button::before, BODY.blog article input[type=submit]::before, BODY.blog article button::before,
BODY.archive article .button::before,
BODY.archive article input[type=submit]::before,
BODY.archive article button::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: var(--mainColor);
  mask: url("../img/arrow-orange.svg") no-repeat right center/100% auto;
  height: 14px;
  width: 12px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: var(--baseTransition);
}

.is-style-gap-small {
  column-gap: clamp(2.5rem, 0.9090909091rem + 7.9545454545vw, 6.875rem) !important;
}

.is-style-gap-large {
  column-gap: clamp(1.25rem, -1.6818181818rem + 14.6590909091vw, 9.3125rem) !important;
}

.is-style-no-gap-mobile {
  row-gap: 0 !important;
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: var(--borderRadius) !important;
}

.wp-block-columns {
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .wp-block-columns {
    flex-direction: column !important;
  }
  .wp-block-columns .wp-block-column {
    flex-basis: unset !important;
  }
}

header.head {
  position: sticky;
  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: flex-end;
  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: 232px;
  height: 117px;
  margin: 30px 0;
  backface-visibility: hidden;
}
header.head .inner #logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header.head .inner #logo span {
  display: none;
}
@media screen and (max-width: 1290px) {
  header.head .inner {
    gap: 20px;
  }
  header.head .inner #logo {
    width: 157px;
    height: 80px;
  }
}
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 {
  top: 30px;
}
header.head.is-sticky > .inner {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  border-radius: var(--borderRadius);
  background: var(--contrastColorInverted);
  padding-right: 20px;
  align-items: center;
}
header.head.is-sticky > .inner #logo {
  background-image: var(--website-logo-sticky-image-url);
  width: 38px;
  height: 41px;
  margin: 20px;
}
header.head.is-sticky .button-header-wrapper {
  margin-bottom: 0;
}
header.head.is-sticky .button-header-wrapper .text-button-header-wrapper {
  display: none;
}
header.head.is-sticky #site-navigation {
  margin-bottom: 0;
}
header.head.is-sticky #site-navigation #primary-menu > li > a {
  padding: 27px 20px;
}
header.head.is-sticky #site-navigation #primary-menu > li:first-of-type > a {
  border-radius: 0;
}
header.head.is-sticky #site-navigation #primary-menu > li:nth-last-child(2) > a {
  border-radius: 0;
}
header.head .button-header-wrapper {
  margin-bottom: 30px;
  position: relative;
}
header.head .button-header-wrapper .text-button-header-wrapper {
  position: absolute;
  top: -67px;
  left: -102px;
}
header.head .button-header-wrapper .text-button-header-wrapper .text-button-header {
  font-size: 14px;
  font-weight: 700;
  color: var(--contrastColorInverted);
  transform: rotate(-8deg);
  white-space: nowrap;
  position: absolute;
  left: -75px;
  top: -5px;
}
@media screen and (max-width: 1290px) {
  header.head .button-header-wrapper .text-button-header-wrapper {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  header.head .button-header-wrapper {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  header.head .contact-mobile {
    display: block;
  }
}

.blog .allcont, .page-template-page-nobanner .allcont, .page-template-page-website-elements .allcont, .error404 .allcont {
  margin-top: clamp(3.75rem, 2.8409090909rem + 4.5454545455vw, 6.25rem);
}
.blog header.head, .page-template-page-nobanner header.head, .page-template-page-website-elements header.head, .error404 header.head {
  top: 30px;
}
.blog header.head > .inner, .page-template-page-nobanner header.head > .inner, .page-template-page-website-elements header.head > .inner, .error404 header.head > .inner {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  border-radius: var(--borderRadius);
  background: var(--contrastColorInverted);
  padding-right: 20px;
  align-items: center;
}
.blog header.head > .inner #logo, .page-template-page-nobanner header.head > .inner #logo, .page-template-page-website-elements header.head > .inner #logo, .error404 header.head > .inner #logo {
  background-image: var(--website-logo-sticky-image-url);
  width: 38px;
  height: 41px;
  margin: 20px;
}
.blog header.head .button-header-wrapper, .page-template-page-nobanner header.head .button-header-wrapper, .page-template-page-website-elements header.head .button-header-wrapper, .error404 header.head .button-header-wrapper {
  margin-bottom: 0;
}
.blog header.head .button-header-wrapper .text-button-header-wrapper, .page-template-page-nobanner header.head .button-header-wrapper .text-button-header-wrapper, .page-template-page-website-elements header.head .button-header-wrapper .text-button-header-wrapper, .error404 header.head .button-header-wrapper .text-button-header-wrapper {
  display: none;
}
.blog header.head #site-navigation, .page-template-page-nobanner header.head #site-navigation, .page-template-page-website-elements header.head #site-navigation, .error404 header.head #site-navigation {
  margin-bottom: 0;
}
.blog header.head #site-navigation #primary-menu > li > a, .page-template-page-nobanner header.head #site-navigation #primary-menu > li > a, .page-template-page-website-elements header.head #site-navigation #primary-menu > li > a, .error404 header.head #site-navigation #primary-menu > li > a {
  padding: 27px 20px;
  border-radius: 0;
}

.m-act header.head .inner {
  border-radius: 10px 10px 0 0;
}

.contact-mobile {
  display: none;
}

@media screen and (min-width: 1150px) {
  #site-navigation {
    margin-bottom: 30px;
  }
  #site-navigation #primary-menu {
    display: flex;
    align-items: center;
    background-color: var(--contrastColorInverted);
    border-radius: var(--borderRadius);
  }
  #site-navigation #primary-menu > li {
    position: relative;
  }
  #site-navigation #primary-menu > li a {
    color: var(--secondColor);
    font-size: var(--baseFontSize);
    position: relative;
    display: block;
    transition: var(--baseTransition);
  }
  #site-navigation #primary-menu > li > a {
    padding: 10px 20px;
    font-weight: 500;
    position: relative;
    font-family: var(--headline);
  }
  #site-navigation #primary-menu > li:first-of-type > a {
    border-radius: var(--borderRadius) 0 0 var(--borderRadius);
  }
  #site-navigation #primary-menu > li:nth-last-child(2) > a {
    border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
  }
}
@media screen and (min-width: 1150px) and (hover: hover) {
  #site-navigation #primary-menu > li:hover > .sub-menu {
    display: block;
  }
}
@media screen and (min-width: 1150px) {
  #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 {
    filter: none;
  }
  #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 {
    color: var(--contrastColorInverted);
    background-color: var(--mainColor);
  }
  #site-navigation #primary-menu > li .sub-menu {
    display: none;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--contrastColorInverted);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
    border-radius: 0 var(--borderRadius) var(--borderRadius) var(--borderRadius);
  }
  #site-navigation #primary-menu > li .sub-menu li a {
    padding: 8px 20px;
    padding-right: 100px;
    white-space: nowrap;
    color: var(--fontColor);
    background-color: var(--contrastColorInverted);
  }
  #site-navigation #primary-menu > li .sub-menu li a::before {
    content: "";
    position: absolute;
    background: url("../img/arrow.svg") no-repeat center center;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    transition: var(--baseTransition);
    opacity: 0;
  }
  #site-navigation #primary-menu > li .sub-menu li:first-of-type a {
    border-radius: 0 var(--borderRadius) 0 0;
  }
  #site-navigation #primary-menu > li .sub-menu li:last-of-type a {
    border-radius: 0 0 var(--borderRadius) var(--borderRadius);
  }
}
@media screen and (min-width: 1150px) and (hover: hover) {
  #site-navigation #primary-menu > li .sub-menu li:hover > .sub-menu {
    display: block;
  }
}
@media screen and (min-width: 1150px) {
  #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 {
    background: var(--mainColor);
    color: var(--contrastColorInverted);
    padding-left: 40px;
    padding-right: 80px;
  }
  #site-navigation #primary-menu > li .sub-menu li:hover > a::before, #site-navigation #primary-menu > li .sub-menu li.current_page_item > a::before, #site-navigation #primary-menu > li .sub-menu li.current_page_ancestor > a::before {
    left: 20px;
    opacity: 1;
  }
  #site-navigation #primary-menu > li .sub-menu li .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
  }
  #site-navigation #primary-menu > li .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--greyVeryLight);
  }
  #site-navigation #primary-menu li[class*=has-children] > a::after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 6px;
    background-image: url("../img/arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
    filter: invert(1);
  }
  #site-navigation #primary-menu li .sub {
    display: none;
  }
}
#hamburger {
  position: relative;
  display: block;
  height: 33px;
  width: 40px;
  cursor: pointer;
  transition: var(--baseTransition);
  background: transparent;
  border: transparent;
}
@media screen and (min-width: 1151px) {
  #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(1150px + 1px)) {
  .head > .inner #site-navigation {
    display: block !important;
  }
}
@media screen and (max-width: 1150px) {
  #site-navigation {
    order: 1;
  }
  #site-navigation #primary-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 4%;
    width: var(--baseWidth);
    overflow: auto;
    max-height: calc(100vh - var(--stickyHeaderHeightMobile));
    margin: 0;
    border-radius: 0 0 10px 10px;
    background-color: var(--contrastColorInverted);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  #site-navigation #primary-menu > li {
    border-top: 1px solid var(--backgroundColor);
  }
  #site-navigation #primary-menu > li > a {
    padding: 10px 20px;
  }
  #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);
    display: block;
    padding: 13px 20px;
  }
  #site-navigation #primary-menu li.focus > a {
    background: var(--backgroundColor);
  }
  #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);
  }
  #site-navigation #primary-menu li .sub {
    border: none;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 60px;
    height: 81px;
    cursor: pointer;
    z-index: 3;
    background-color: var(--contrastColorInverted);
  }
  #site-navigation #primary-menu li .sub:after {
    content: "";
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    position: absolute;
    background-image: url(../img/arrow-orange.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
  }
  #site-navigation #primary-menu li.focus > button.sub::after {
    transform: translateX(-50%) rotate(270deg);
  }
  #site-navigation #primary-menu li .sub-menu {
    position: static;
    display: none;
  }
  #site-navigation #primary-menu li .sub-menu li a {
    padding: 5px 30px;
  }
  #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.toggled #primary-menu {
    display: block;
  }
  #site-navigation.toggled li.focus > ul {
    display: block;
  }
}
footer.foot {
  width: 100%;
  margin: 0 auto;
  color: var(--contrastColorInverted);
  position: relative;
  overflow: hidden;
}
footer.foot .inner-wrapper {
  background: var(--mainColor);
  margin-top: 12px;
}
footer.foot .line {
  position: absolute;
  top: 0px;
  left: 0;
  height: 29px;
}
footer.foot .inner {
  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.125rem;
  position: relative;
  padding-top: 40px;
  margin-bottom: 35px;
}
footer.foot .inner ul li {
  display: inline-block;
}
footer.foot .inner .row {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
footer.foot .inner .row.row-1 {
  padding: clamp(2.5rem, 1.5909090909rem + 4.5454545455vw, 5rem) 0;
  align-items: center;
  gap: 40px 10px;
}
footer.foot .inner .row.row-1 .col-1 {
  max-width: 488px;
}
footer.foot .inner .row.row-1 .col-1 p {
  margin-bottom: 0px;
}
footer.foot .inner .row.row-1 .col-2 {
  max-width: 759px;
}
footer.foot .inner .row.row-1 .col-2 p {
  margin-bottom: 10px;
}
footer.foot .inner .row.row-1 .col-2 ul {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
footer.foot .inner .row.row-1 .col-2 ul li {
  height: 33px;
}
footer.foot .inner .row.row-1 .col-2 ul li a {
  font-size: 14px;
  padding: 8px 20px;
  background-color: var(--secondColor);
  border-radius: 50px;
  transition: var(--baseTransition);
}
footer.foot .inner .row.row-1 .col-2 ul li a:hover {
  background-color: var(--greyLight);
}
footer.foot .inner .row.row-2 {
  align-items: baseline;
  border-top: 1px solid var(--contrastColorInverted);
  padding: 20px 0;
  gap: 20px;
}
footer.foot .inner .row.row-2 .col-1 {
  display: flex;
  gap: clamp(0.625rem, -0.0568181818rem + 3.4090909091vw, 2.5rem);
  flex-wrap: wrap;
}
footer.foot .inner .row.row-2 .col-1 a[href*="//"]:not([href*="https://p693801.webspaceconfig.de/"]) {
  display: flex;
  align-items: center;
  gap: 6px;
}
footer.foot .inner .row.row-2 .col-1 a[href*="//"]:not([href*="https://p693801.webspaceconfig.de/"])::before {
  content: "";
  display: block;
  background-image: url("../img/outgoing.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  height: 13px;
  width: 13px;
}
@media screen and (max-width: 640px) {
  footer.foot .inner .row.row-2 .col-1 {
    flex-direction: column;
  }
}
footer.foot .inner .row.row-2 p, footer.foot .inner .row.row-2 a {
  margin-bottom: 0;
  font-size: 14px;
}
footer.foot .inner .row.row-2 a:hover {
  opacity: 0.7;
}
footer.foot .inner .row.row-2 .wp-block-gallery {
  flex-wrap: nowrap;
  gap: 20px;
}
footer.foot .inner .row.row-2 .wp-block-gallery img {
  max-height: 18px;
  object-fit: contain;
}
@media screen and (max-width: 640px) {
  footer.foot .inner .row.row-2 {
    flex-direction: column;
  }
}

.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 .gravity-theme.gform_wrapper {
  max-width: var(--maxWidthBig);
  margin: 0 auto;
  width: var(--baseWidth);
  background-color: var(--secondColor);
  border-radius: var(--borderRadius);
  position: relative;
  padding: clamp(1.25rem, -0.1136363636rem + 6.8181818182vw, 5rem);
}
body .gravity-theme.gform_wrapper .gform_required_legend {
  display: none;
}
body .gravity-theme.gform_wrapper textarea, body .gravity-theme.gform_wrapper input, body .gravity-theme.gform_wrapper select {
  border-radius: var(--borderRadius);
  border: 1px solid var(--greyVeryLight);
  background-color: var(--contrastColorInverted);
}
body .gravity-theme.gform_wrapper .gfield--type-html, body .gravity-theme.gform_wrapper .gfield--type-consent {
  color: var(--contrastColorInverted);
}
body .gravity-theme.gform_wrapper .special-grid .gform_fields .ginput_container_textarea,
body .gravity-theme.gform_wrapper .special-grid .gform_fields textarea {
  height: 100% !important;
}
body .gravity-theme.gform_wrapper .special-grid .gform_fields > .gfield:not(.gfield--type-textarea):not(.gfield--type-html):not(.gfield--type-consent):not(.gfield--width-half) {
  grid-column: auto/span 4;
}
body .gravity-theme.gform_wrapper .special-grid .gform_fields > .gfield:not(.gfield--type-textarea):not(.gfield--type-html):not(.gfield--type-consent).gfield--width-half {
  grid-column: auto/span 2;
}
body .gravity-theme.gform_wrapper .special-grid .gform_fields > .gfield.gfield--type-textarea {
  grid-column: 5/span 4;
  grid-row-start: 1;
  grid-row-end: 4;
}
body .gravity-theme.gform_wrapper .special-grid .gform_fields > .gfield.gfield--type-html {
  grid-column: 1/span 1;
}
body .gravity-theme.gform_wrapper .special-grid .gform_fields > .gfield.gfield--type-consent {
  grid-column: 2/span 5;
}
body .gravity-theme.gform_wrapper .gfield_label {
  font-weight: 400;
  color: var(--greyLight);
}
@media screen and (max-width: 768px) {
  body .gravity-theme.gform_wrapper .gfield_label {
    font-size: 14px;
    line-height: normal;
    margin-right: 20px;
  }
}
body .gravity-theme.gform_wrapper .gfield_required {
  color: var(--greyLight) !important;
}
body .gravity-theme.gform_wrapper .gform_title, body .gravity-theme.gform_wrapper .gform_description {
  color: var(--contrastColorInverted);
}
body .gravity-theme.gform_wrapper .gform_title {
  font-size: clamp(1.375rem, 1.0113636364rem + 1.8181818182vw, 2.375rem);
}
body .gravity-theme.gform_wrapper .gform_description {
  margin-bottom: clamp(1.25rem, 0.5681818182rem + 3.4090909091vw, 3.125rem);
}
body .gravity-theme.gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  margin-top: clamp(1.25rem, 1.0227272727rem + 1.1363636364vw, 1.875rem);
}
body .gravity-theme.gform_wrapper .gform_footer button {
  margin-bottom: 0;
}
body .gravity-theme.gform_wrapper input, body .gravity-theme.gform_wrapper textarea, body .gravity-theme.gform_wrapper select {
  padding: 20px;
  line-height: 26px;
}
body .gravity-theme.gform_wrapper .gfield_consent_label {
  font-size: 14px;
  line-height: 20px;
}
body .gravity-theme.gform_wrapper .gfield_consent_label a {
  text-decoration: underline;
}

.gform_confirmation_wrapper {
  max-width: var(--maxWidthBig);
  background-color: var(--secondColor);
  border-radius: var(--borderRadius);
  position: relative;
  padding: 30px;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  color: var(--contrastColorInverted);
  font-weight: 700;
}

.px-contact:not(.full-width) .gravity-theme.gform_wrapper {
  padding: clamp(0.9375rem, 0.5965909091rem + 1.7045454545vw, 1.875rem);
}
.px-contact:not(.full-width) .gravity-theme.gform_wrapper .gform_fields {
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(3, 72px);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.px-contact:not(.full-width) .gravity-theme.gform_wrapper .gform_fields input:not([type=checkbox]):not([type=radio]) {
  height: 72px;
}
@media screen and (max-width: 960px) {
  .px-contact:not(.full-width) .gravity-theme.gform_wrapper .gform_fields {
    display: flex;
    flex-direction: column;
  }
}
.px-contact:not(.full-width) .gravity-theme.gform_wrapper .gform-footer {
  position: absolute;
  bottom: clamp(0.9375rem, 0.5965909091rem + 1.7045454545vw, 1.875rem);
  right: clamp(0.9375rem, 0.5965909091rem + 1.7045454545vw, 1.875rem);
  margin-top: 0;
}
@media screen and (max-width: 1300px) {
  .px-contact:not(.full-width) .gravity-theme.gform_wrapper .gform-footer {
    position: unset;
    margin-top: 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Dots */
.slick-dots {
  justify-content: center;
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border-radius: 50%;
  border: 0;
  background: var(--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(--maxWidth);
  width: var(--baseWidth);
  margin: 0 auto;
  padding-bottom: 100px;
  padding-top: 100px;
}

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

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

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce button, .woocommerce input.button, .woocommerce input[type=submit], .woocommerce span.onsale {
  background-color: var(--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(--maxWidth);
}
.woocommerce-checkout .woocommerce .checkout.woocommerce-checkout {
  margin-top: 60px;
}
.woocommerce-checkout .woocommerce #order_review_heading {
  margin-top: 30px;
}

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

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

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

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

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product input[type=submit], .woocommerce ul.products li.product button {
  flex: 1 1 100%;
  align-self: flex-end !important;
  align-content: flex-end !important;
  background: var(--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;
}

a:focus-visible {
  outline: var(--mainColor, #000) solid 2px;
}