<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --fallback: Verdana, Arial, sans-serif;
  --mainFont: "Roboto", var(--fallback);
  --headline: "Barlow", var(--fallback);
  --miniFont: "Inter", var(--fallback);
  --mainColor: #272D39;
  --mainColorRGB: 0, 99, 200;
  --mainColorLight: #3c4557;
  --mainColorDark: #242933;
  --secondColor: #3E66B5;
  --secondColorLight: #5e82c8;
  --secondColorDark: #2a467c;
  --thirdColor: #4abe3a;
  --fontColor: #292929;
  --fontColorSpezial: #A8A8A8;
  --backgroundColor: #f1f1f1;
  --backgroundColorRGB: 241, 241, 241;
  --backgroundColorDark: #272D39;
  --warningColor: #EE2A3B;
  --borderColor: #E5E5E5;
  --contrastColor: #000;
  --contrastColorRGB: 0, 0, 0;
  --contrastColorLight: #1a1a1a;
  --contrastColorInverted: #fff;
  --contrastColorInvertedRGB: 255, 255, 255;
  --contrastColorDark: #e6e6e6;
  --mainGradient: linear-gradient(269deg, #FECE69 0.22%, #F6C85E 16.15%, #FFD585 31.58%, #FCBF59 77.87%, #FBBD56 79.87%, #F7A238 99.78%);
  --backgroundGradient: linear-gradient(270deg, rgb(39 45 57 / 1) 0%, rgb(23 27 34 / 1) 100%);
  --baseFontSize: 18px;
  --baseLineheight: 156%;
  --miniFontSize: 15px;
  --stickyHeaderHeight: 125px;
  --stickyHeaderHeightMobile: 75px;
  --spaceBetweenDefault: 20px;
  --spaceBetweenSlim: 10px;
  --spaceBetweenWide: autoClamp(40, 80);
  --baseTransition: all .3s ease-in-out;
  --buttonTransition: all .45s ease-in-out;
  --baseBorderRadius: 10px;
  --bigBorderRadius: 50px;
  --baseWidth: 92%;
  --breakFooterElement: 345px;
  --BreakMiniElement: 450px;
  --reducedInfoWidth: 550px;
  --reducedWidth: 800px;
  --maxWidth: 1200px;
  --maxContent: 1309px;
  --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: 960px) {
  :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;
}
/* barlow-200 - 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: "Barlow";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/barlow-v12-latin-200.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/barlow-v12-latin-200.eot%3F") format("embedded-opentype"), url("../fonts/barlow-v12-latin-200.woff2") format("woff2"), url("../fonts/barlow-v12-latin-200.woff") format("woff"), url("../fonts/barlow-v12-latin-200.ttf") format("truetype"), url("../fonts/barlow-v12-latin-200.svg") format("svg");
  /* Legacy iOS */
}
/* barlow-300 - 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: "Barlow";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/barlow-v12-latin-300.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/barlow-v12-latin-300.eot%3F") format("embedded-opentype"), url("../fonts/barlow-v12-latin-300.woff2") format("woff2"), url("../fonts/barlow-v12-latin-300.woff") format("woff"), url("../fonts/barlow-v12-latin-300.ttf") format("truetype"), url("../fonts/barlow-v12-latin-300.svg") format("svg");
  /* Legacy iOS */
}
/* barlow-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: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/barlow-v12-latin-regular.eot%3F") format("embedded-opentype"), url("../fonts/barlow-v12-latin-regular.woff2") format("woff2"), url("../fonts/barlow-v12-latin-regular.woff") format("woff"), url("../fonts/barlow-v12-latin-regular.ttf") format("truetype"), url("../fonts/barlow-v12-latin-regular.svg") format("svg");
  /* Legacy iOS */
}
/* barlow-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: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/barlow-v12-latin-500.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/barlow-v12-latin-500.eot%3F") format("embedded-opentype"), url("../fonts/barlow-v12-latin-500.woff2") format("woff2"), url("../fonts/barlow-v12-latin-500.woff") format("woff"), url("../fonts/barlow-v12-latin-500.ttf") format("truetype"), url("../fonts/barlow-v12-latin-500.svg") format("svg");
  /* Legacy iOS */
}
/* barlow-600 - 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: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/barlow-v12-latin-600.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/barlow-v12-latin-600.eot%3F") format("embedded-opentype"), url("../fonts/barlow-v12-latin-600.woff2") format("woff2"), url("../fonts/barlow-v12-latin-600.woff") format("woff"), url("../fonts/barlow-v12-latin-600.ttf") format("truetype"), url("../fonts/barlow-v12-latin-600.svg") format("svg");
  /* Legacy iOS */
}
/* barlow-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: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/barlow-v12-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/barlow-v12-latin-700.eot%3F") format("embedded-opentype"), url("../fonts/barlow-v12-latin-700.woff2") format("woff2"), url("../fonts/barlow-v12-latin-700.woff") format("woff"), url("../fonts/barlow-v12-latin-700.ttf") format("truetype"), url("../fonts/barlow-v12-latin-700.svg") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v47-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/roboto-v47-latin-regular.eot%3F") format("embedded-opentype"), url("../fonts/roboto-v47-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v47-latin-regular.woff") format("woff"), url("../fonts/roboto-v47-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v47-latin-regular.svg") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v47-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/roboto-v47-latin-700.eot%3F") format("embedded-opentype"), url("../fonts/roboto-v47-latin-700.woff2") format("woff2"), url("../fonts/roboto-v47-latin-700.woff") format("woff"), url("../fonts/roboto-v47-latin-700.ttf") format("truetype"), url("../fonts/roboto-v47-latin-700.svg") format("svg");
  /* Legacy iOS */
}
/* inter-200 - 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: 200;
  src: url("../fonts/inter-v18-latin-200.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/inter-v18-latin-200.eot%3F") format("embedded-opentype"), url("../fonts/inter-v18-latin-200.woff2") format("woff2"), url("../fonts/inter-v18-latin-200.woff") format("woff"), url("../fonts/inter-v18-latin-200.ttf") format("truetype"), url("../fonts/inter-v18-latin-200.svg") 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%3F") 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") 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%3F") 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") 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-size: var(--baseFontSize);
  font-family: var(--mainFont);
  color: var(--fontColor);
  line-height: 28px;
  line-height: 1.5rem;
  -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);
}
p {
  line-height: 28px;
}
hr {
  display: block;
  height: 1px;
  background: var(--backgroundColor);
  margin: 1em 0;
  border: none;
}
a {
  color: var(--secondColor);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
a:hover {
  color: var(--mainColorLight);
}
.user-icon.queen {
  mask: url(../img/user/queen.svg) no-repeat center/cover;
}
.user-icon.king {
  mask: url(../img/user/king.svg) no-repeat center/cover;
}
.user-icon.pawn {
  mask: url(../img/user/pawn.svg) no-repeat center/cover;
}
.user-icon.horse {
  mask: url(../img/user/horse.svg) no-repeat center/cover;
}
.user-icon.runner {
  mask: url(../img/user/runner.svg) no-repeat center/cover;
}
.user-icon.tower {
  mask: url(../img/user/tower.svg) no-repeat center/cover;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0;
  font-family: var(--headline);
  line-height: 110%;
  text-wrap: balance;
}
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: 1.5em;
}
h1 {
  font-size: clamp(1.7777777778rem, calc(0.5111111111rem + 5.0666666667vw), 3.8888888889rem);
  font-weight: 700;
}
h2 {
  font-size: clamp(1.4444444444rem, calc(0.5777777778rem + 3.4666666667vw), 2.8888888889rem);
}
h3 {
  font-size: clamp(1.3333333333rem, calc(0.6rem + 2.9333333333vw), 2.5555555556rem);
}
h4 {
  font-size: clamp(1.2222222222rem, calc(0.6888888889rem + 2.1333333333vw), 2.1111111111rem);
}
h5 {
  font-size: clamp(1rem, calc(0.6rem + 1.6vw), 1.6666666667rem);
}
h6 {
  font-size: clamp(0.8888888889rem, calc(0.7555555556rem + 0.5333333333vw), 1.1111111111rem);
  font-weight: 600;
}
p[class*="roofline"] {
  font-weight: 700;
}
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, p:not([class*="roofline"]) ol, ul + p, ul ul, ul ol, ol + p, ol ul, ol ol, header + p, header ul, header ol {
  margin-top: 1.5em;
}
.minitext, .is-style-minitext {
  font-size: var(--miniFontSize);
}
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(--secondColor);
  transition: var(--baseTransition);
}
.cont a:hover {
  color: var(--secondColor);
}
.allcont ul:not(.splide__pagination) {
  list-style: none;
  padding: 0;
  font-size: 16px;
}
.allcont ul:not(.splide__pagination) li:not([role="presentation"]) {
  position: relative;
}
.allcont ul:not(.splide__pagination) li:not([role="presentation"]):has(p) {
  display: flex;
  padding: 6px 0;
}
.allcont ul:not(.splide__pagination) li:not([role="presentation"])::before {
  top: 15px;
  position: relative;
  content: " ";
  display: inline-block;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
  mask: url(../img/icons/check.svg) no-repeat;
  mask-size: contain;
  background: var(--mainGradient);
  margin-right: 15px;
}
.wp-block-buttons {
  margin-top: 2em;
}
button.submit, input[type="submit"], button[type="submit"], a.btn, .wp-block-button {
  line-height: normal;
}
button.submit[data-has-icon] &gt; a.wp-block-button__link:not(.has-text-color)::before, input[type="submit"][data-has-icon] &gt; a.wp-block-button__link:not(.has-text-color)::before, button[type="submit"][data-has-icon] &gt; a.wp-block-button__link:not(.has-text-color)::before, a.btn[data-has-icon] &gt; a.wp-block-button__link:not(.has-text-color)::before, .wp-block-button[data-has-icon] &gt; a.wp-block-button__link:not(.has-text-color)::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  mask: url(../img/icons/star.svg) no-repeat;
  mask-size: contain;
  background: var(--contrastColor);
  vertical-align: text-bottom;
}
button.submit &gt; a.wp-block-button__link:not(.has-text-color), input[type="submit"] &gt; a.wp-block-button__link:not(.has-text-color), button[type="submit"] &gt; a.wp-block-button__link:not(.has-text-color), a.btn &gt; a.wp-block-button__link:not(.has-text-color), .wp-block-button &gt; a.wp-block-button__link:not(.has-text-color) {
  position: relative;
  display: inline-block;
  padding: 13px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--bigBorderRadius);
  background: #F7A238;
  color: var(--backgroundColorDark);
  font-family: var(--headline);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  cursor: pointer;
  border: inset 1px var(--mainGradient);
  transition: var(--baseTransition);
  z-index: 1;
  overflow: hidden;
}
button.submit &gt; a.wp-block-button__link:not(.has-text-color)::after, input[type="submit"] &gt; a.wp-block-button__link:not(.has-text-color)::after, button[type="submit"] &gt; a.wp-block-button__link:not(.has-text-color)::after, a.btn &gt; a.wp-block-button__link:not(.has-text-color)::after, .wp-block-button &gt; a.wp-block-button__link:not(.has-text-color)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: var(--mainGradient);
  border-radius: 50px;
  z-index: -1;
}
button.submit &gt; a.wp-block-button__link:not(.has-text-color):hover, input[type="submit"] &gt; a.wp-block-button__link:not(.has-text-color):hover, button[type="submit"] &gt; a.wp-block-button__link:not(.has-text-color):hover, a.btn &gt; a.wp-block-button__link:not(.has-text-color):hover, .wp-block-button &gt; a.wp-block-button__link:not(.has-text-color):hover {
  opacity: 1;
}
button.submit &gt; a.wp-block-button__link:not(.has-text-color):hover::after, input[type="submit"] &gt; a.wp-block-button__link:not(.has-text-color):hover::after, button[type="submit"] &gt; a.wp-block-button__link:not(.has-text-color):hover::after, a.btn &gt; a.wp-block-button__link:not(.has-text-color):hover::after, .wp-block-button &gt; a.wp-block-button__link:not(.has-text-color):hover::after {
  left: 100%;
  transition: var(--buttonTransition);
}
.wp-block-button[data-color] &gt; a.wp-block-button__link:not(.has-text-color), .wp-block-button.is-style-outline &gt; a.wp-block-button__link:not(.has-text-color) {
  background: transparent;
  border: 2px solid var(--backgroundColorDark);
  padding: 11px 23px;
  color: var(--backgroundColorDark);
}
.wp-block-button[data-color] &gt; a.wp-block-button__link:not(.has-text-color)::after, .wp-block-button.is-style-outline &gt; a.wp-block-button__link:not(.has-text-color)::after {
  content: none;
}
.wp-block-button[data-color] &gt; a.wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-outline &gt; a.wp-block-button__link:not(.has-text-color):hover {
  background: var(--backgroundColorDark);
  color: var(--contrastColorInverted);
}
.wp-block-button[data-color] &gt; a.wp-block-button__link:not(.has-text-color):hover::after, .wp-block-button.is-style-outline &gt; a.wp-block-button__link:not(.has-text-color):hover::after {
  content: none;
}
#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 {
  container-type: inline-size;
}
#site .allcont .entry-content &gt; form, #site .allcont .entry-content &gt; hr, #site .allcont .entry-content &gt; .ce:not(.ce-fw), #site .allcont .entry-content &gt; h1, #site .allcont .entry-content &gt; h2, #site .allcont .entry-content &gt; h3, #site .allcont .entry-content &gt; h4, #site .allcont .entry-content &gt; h5, #site .allcont .entry-content &gt; h6, #site .allcont .entry-content &gt; p, #site .allcont .entry-content &gt; ul, #site .allcont .entry-content &gt; ol, #site .allcont .entry-content &gt; table, #site .allcont .entry-content &gt; *[class*="wp-block-"], #site .allcont .entry-content &gt; section.no-results.not-found {
  max-width: var(--maxContent);
  width: var(--baseWidth);
  margin-left: auto;
  margin-right: auto;
}
#site .allcont .entry-content &gt; section.no-results.not-found {
  margin: 100px auto;
}
#site .allcont .entry-content &gt; ol {
  counter-reset: index;
}
#site .allcont .entry-content &gt; ol li {
  counter-reset: index_sub;
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
#site .allcont .entry-content &gt; ol li:before {
  counter-increment: index;
  content: counter(index) ".";
  position: absolute;
  left: 0;
  top: 0;
}
#site .allcont .entry-content &gt; ol li ol li:before {
  counter-increment: index_sub;
  content: counter(index_sub) ".";
}
#site .allcont .entry-content &gt; .wp-block-image &gt; IMG {
  margin: 0 auto;
  display: block;
}
#site .allcont .entry-content &gt; table td {
  padding: 16px;
  padding: 0.8888888889rem;
}
#site .allcont .entry-content &gt; hr.wp-block-separator {
  width: 20%;
  max-width: var(--maxWidth);
  margin: 20px auto 50px;
  margin: 1.1111111111rem auto 2.7777777778rem;
}
#site .allcont .entry-content &gt; 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;
}
@container (width &lt;=1200px) {
  #site .allcont .wp-block-columns {
    flex-direction: column-reverse;
  }
}
body.page-template-page-no-banner #site header.head {
  background-color: var(--mainColor);
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
BODY.error404 #site {
  height: 100vh;
  background: var(--mainColor);
}
BODY.error404 .allcont {
  height: 90%;
  display: grid;
  place-content: center;
  padding: 4%;
}
BODY.error404 h1 {
  margin: 0;
  margin-bottom: clamp(1.1111111111rem, calc(0.4444444444rem + 2.6666666667vw), 2.2222222222rem);
  font-size: clamp(5.5555555556rem, calc(-1.1111111111rem + 26.6666666667vw), 16.6666666667rem) !important;
  text-align: center;
  animation: idle 2s infinite alternate;
  background: var(--mainGradient);
  background-clip: text;
  color: transparent;
}
BODY.error404 h1::after {
  background: var(--mainGradient);
}
BODY.error404 h6 {
  text-align: center;
  color: var(--contrastColorInverted);
}
BODY.error404 .buttons {
  margin-top: clamp(1.6666666667rem, calc(0.6666666667rem + 4vw), 3.3333333333rem);
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
BODY.error404 .buttons a {
  background: var(--mainGradient);
  background-clip: text;
  color: transparent;
}
BODY.error404 .buttons a::after {
  background: var(--mainGradient);
}
@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: 0;
  left: 15px;
  transform: translateY(1.2rem);
  pointer-events: none;
  margin-bottom: 0 !important;
}
.floating-label:focus-within label, .floating-label input:not(:placeholder-shown) + label, .floating-label textarea:not(:placeholder-shown) + label, .floating-label :-webkit-autofill + label {
  transform: translateY(0.25rem);
  font-size: 80% !important;
}
.floating-label:focus-within input, .floating-label:focus-within textarea, .floating-label input:not(:placeholder-shown), .floating-label textarea:not(:placeholder-shown), .floating-label :-webkit-autofill {
  padding: 25px 15px 15px;
}
.floating-label ::-webkit-input-placeholder {
  color: transparent;
}
.floating-label :-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.floating-label ::-moz-placeholder {
  opacity: 1;
  color: transparent;
}
.floating-label :-ms-input-placeholder {
  color: transparent;
}
.gform_wrapper.floating-labels input, .gform_wrapper.floating-labels textarea, .gform_wrapper.floating-labels select {
  line-height: 28px;
  padding: 20px !important;
}
.gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-family: var(--mainFont);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: var(--fontColorSpezial) !important;
  font-size: 18px !important;
}
.gfield--type-consent .gfield_label {
  display: none !important;
}
.ginput_container_consent .gform-field-label {
  color: var(--fontColor);
}
.ginput_container_consent input {
  height: 1.5em;
}
input, select, textarea {
  border-radius: 10px;
  border: 2px solid var(--borderColor);
  background: var(--contrastColorInverted);
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
input ::-webkit-input-placeholder, select ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder {
  color: var(--formBorderColor);
}
input :-moz-placeholder, select :-moz-placeholder, textarea :-moz-placeholder {
  opacity: 1;
  color: var(--formBorderColor);
}
input ::-moz-placeholder, select ::-moz-placeholder, textarea ::-moz-placeholder {
  opacity: 1;
  color: var(--formBorderColor);
}
input :-ms-input-placeholder, select :-ms-input-placeholder, textarea :-ms-input-placeholder {
  color: var(--formBorderColor);
}
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);
}
form {
  margin-top: 40px;
}
.gform-footer {
  justify-content: flex-end;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: none;
  height: 150px;
}
input[type=submit], button[type=submit] {
  position: relative;
  display: inline-block;
  padding: 13px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--bigBorderRadius);
  background: #F7A238;
  color: var(--backgroundColorDark);
  font-family: var(--headline);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  cursor: pointer;
  border: inset 1px var(--mainGradient);
  transition: var(--baseTransition);
  z-index: 1;
  overflow: hidden;
}
input[type=submit]::after, button[type=submit]::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: var(--mainGradient);
  border-radius: 50px;
  z-index: -1;
}
input[type=submit]:hover, button[type=submit]:hover {
  opacity: 1;
}
input[type=submit]:hover::after, button[type=submit]:hover::after {
  left: 100%;
  transition: var(--buttonTransition);
}
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("https://p686780.webspaceconfig.de/wp-content/themes/bull-markets/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.single span.edit-link, BODY.archive span.edit-link, BODY.search span.edit-link {
  display: none;
}
BODY.blog .allcont .cont &gt; .type-post, BODY.blog .allcont .cont &gt; .item.inner, BODY.single .allcont .cont &gt; .type-post, BODY.single .allcont .cont &gt; .item.inner, BODY.archive .allcont .cont &gt; .type-post, BODY.archive .allcont .cont &gt; .item.inner, BODY.search .allcont .cont &gt; .type-post, BODY.search .allcont .cont &gt; .item.inner {
  max-width: var(--maxWidth);
  width: 96%;
  margin: 100px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
BODY.blog .allcont .cont &gt; .type-post .entry-content, BODY.blog .allcont .cont &gt; .item.inner .entry-content, BODY.single .allcont .cont &gt; .type-post .entry-content, BODY.single .allcont .cont &gt; .item.inner .entry-content, BODY.archive .allcont .cont &gt; .type-post .entry-content, BODY.archive .allcont .cont &gt; .item.inner .entry-content, BODY.search .allcont .cont &gt; .type-post .entry-content, BODY.search .allcont .cont &gt; .item.inner .entry-content {
  flex: 1 1 65%;
  padding-right: 5%;
}
BODY.blog .allcont .cont &gt; .type-post .entry-content article.post, BODY.blog .allcont .cont &gt; .item.inner .entry-content article.post, BODY.single .allcont .cont &gt; .type-post .entry-content article.post, BODY.single .allcont .cont &gt; .item.inner .entry-content article.post, BODY.archive .allcont .cont &gt; .type-post .entry-content article.post, BODY.archive .allcont .cont &gt; .item.inner .entry-content article.post, BODY.search .allcont .cont &gt; .type-post .entry-content article.post, BODY.search .allcont .cont &gt; .item.inner .entry-content article.post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid black;
}
BODY.blog .allcont .cont &gt; .type-post .entry-content article.post:last-of-type, BODY.blog .allcont .cont &gt; .item.inner .entry-content article.post:last-of-type, BODY.single .allcont .cont &gt; .type-post .entry-content article.post:last-of-type, BODY.single .allcont .cont &gt; .item.inner .entry-content article.post:last-of-type, BODY.archive .allcont .cont &gt; .type-post .entry-content article.post:last-of-type, BODY.archive .allcont .cont &gt; .item.inner .entry-content article.post:last-of-type, BODY.search .allcont .cont &gt; .type-post .entry-content article.post:last-of-type, BODY.search .allcont .cont &gt; .item.inner .entry-content article.post:last-of-type {
  border: none;
}
BODY.blog .allcont .cont &gt; .type-post .entry-content .text, BODY.blog .allcont .cont &gt; .item.inner .entry-content .text, BODY.single .allcont .cont &gt; .type-post .entry-content .text, BODY.single .allcont .cont &gt; .item.inner .entry-content .text, BODY.archive .allcont .cont &gt; .type-post .entry-content .text, BODY.archive .allcont .cont &gt; .item.inner .entry-content .text, BODY.search .allcont .cont &gt; .type-post .entry-content .text, BODY.search .allcont .cont &gt; .item.inner .entry-content .text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
BODY.blog .allcont .cont &gt; .type-post .entry-content .text .post-thumb, BODY.blog .allcont .cont &gt; .item.inner .entry-content .text .post-thumb, BODY.single .allcont .cont &gt; .type-post .entry-content .text .post-thumb, BODY.single .allcont .cont &gt; .item.inner .entry-content .text .post-thumb, BODY.archive .allcont .cont &gt; .type-post .entry-content .text .post-thumb, BODY.archive .allcont .cont &gt; .item.inner .entry-content .text .post-thumb, BODY.search .allcont .cont &gt; .type-post .entry-content .text .post-thumb, BODY.search .allcont .cont &gt; .item.inner .entry-content .text .post-thumb {
  flex: 1 1 150px;
}
BODY.blog .allcont .cont &gt; .type-post .entry-content .text .post-thumb + P, BODY.blog .allcont .cont &gt; .item.inner .entry-content .text .post-thumb + P, BODY.single .allcont .cont &gt; .type-post .entry-content .text .post-thumb + P, BODY.single .allcont .cont &gt; .item.inner .entry-content .text .post-thumb + P, BODY.archive .allcont .cont &gt; .type-post .entry-content .text .post-thumb + P, BODY.archive .allcont .cont &gt; .item.inner .entry-content .text .post-thumb + P, BODY.search .allcont .cont &gt; .type-post .entry-content .text .post-thumb + P, BODY.search .allcont .cont &gt; .item.inner .entry-content .text .post-thumb + P {
  flex: 1 1 calc(100% - 150px - 40px);
  margin: 0 20px;
}
BODY.blog .allcont .cont &gt; .type-post #secondary, BODY.blog .allcont .cont &gt; .item.inner #secondary, BODY.single .allcont .cont &gt; .type-post #secondary, BODY.single .allcont .cont &gt; .item.inner #secondary, BODY.archive .allcont .cont &gt; .type-post #secondary, BODY.archive .allcont .cont &gt; .item.inner #secondary, BODY.search .allcont .cont &gt; .type-post #secondary, BODY.search .allcont .cont &gt; .item.inner #secondary {
  flex: 1 1 30%;
  padding: 25px;
  background: #f5f5f5;
}
BODY.blog .allcont .cont &gt; .type-post #secondary .widget, BODY.blog .allcont .cont &gt; .item.inner #secondary .widget, BODY.single .allcont .cont &gt; .type-post #secondary .widget, BODY.single .allcont .cont &gt; .item.inner #secondary .widget, BODY.archive .allcont .cont &gt; .type-post #secondary .widget, BODY.archive .allcont .cont &gt; .item.inner #secondary .widget, BODY.search .allcont .cont &gt; .type-post #secondary .widget, BODY.search .allcont .cont &gt; .item.inner #secondary .widget {
  margin-bottom: 30px;
}
: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: var(--is-style-gap-large) !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: width 0.5s ease-in-out, height 0.5s ease-in-out;
  background-image: var(--website-logo-image-url);
  background-repeat: no-repeat;
  background-size: contain;
  width: 255px;
  height: 79px;
  margin: 30px 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 {
  background-color: var(--mainColor);
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
}
header.head.is-sticky &gt; .inner #logo {
  background-image: var(--website-logo-sticky-image-url);
  width: 42px;
  height: 49px;
  margin: 15px 0;
}
#site-navigation #primary-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}
#site-navigation #primary-menu &gt; li {
  position: relative;
}
#site-navigation #primary-menu &gt; li a {
  color: var(--contrastColorInverted);
  font-size: var(--baseFontSize);
  position: relative;
  display: block;
  transition: var(--baseTransition);
}
#site-navigation #primary-menu &gt; li &gt; a {
  padding: 10px 0;
  font-weight: 700;
  position: relative;
}
#site-navigation #primary-menu &gt; li:hover &gt; .sub-menu {
  display: block;
}
#site-navigation #primary-menu &gt; li:hover[class*="has-children"] &gt; a::after, #site-navigation #primary-menu &gt; li.current_page_item[class*="has-children"] &gt; a::after, #site-navigation #primary-menu &gt; li.current_page_ancestor[class*="has-children"] &gt; a::after {
  background: var(--mainGradient);
}
#site-navigation #primary-menu &gt; li:hover a, #site-navigation #primary-menu &gt; li.current_page_item a, #site-navigation #primary-menu &gt; li.current_page_ancestor a {
  background: var(--mainGradient);
  background-clip: text;
  color: transparent;
}
#site-navigation #primary-menu &gt; li .sub-menu {
  margin-top: unset;
  display: none;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 10px;
  background: var(--contrastColorInverted);
  box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB), 0.1);
  z-index: 1;
}
#site-navigation #primary-menu &gt; li .sub-menu li a {
  border-radius: 10px;
  padding: 8px 20px;
  white-space: nowrap;
  color: var(--fontColor);
}
#site-navigation #primary-menu &gt; li .sub-menu li:hover &gt; .sub-menu {
  display: block;
}
#site-navigation #primary-menu &gt; li .sub-menu li:hover[class*="has-children"] &gt; a::after, #site-navigation #primary-menu &gt; li .sub-menu li.current_page_item[class*="has-children"] &gt; a::after, #site-navigation #primary-menu &gt; li .sub-menu li.current_page_ancestor[class*="has-children"] &gt; a::after {
  background: var(--fontColor);
}
#site-navigation #primary-menu &gt; li .sub-menu li:hover &gt; a, #site-navigation #primary-menu &gt; li .sub-menu li.current_page_item &gt; a, #site-navigation #primary-menu &gt; li .sub-menu li.current_page_ancestor &gt; a {
  background: var(--mainGradient);
  color: var(--fontColor);
}
#site-navigation #primary-menu &gt; li .sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
}
#site-navigation #primary-menu li[class*="has-children"] &gt; a::after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  mask-image: url(../img/icons/arrow-down.svg);
  background: var(--mainGradient);
  color: transparent;
}
#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: 1025px) {
  #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(--mainGradient);
  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 (min-width: calc(1024px + 1px)) {
  .head &gt; .inner #site-navigation {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  #site-navigation #primary-menu {
    background-color: var(--mainColor);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - var(--stickyHeaderHeightMobile));
  }
  #site-navigation #primary-menu &gt; li {
    border-top: 1px solid var(--backgroundColor);
  }
  #site-navigation #primary-menu &gt; li &gt; a {
    padding: 10px 20px;
  }
  #site-navigation #primary-menu li {
    width: 100%;
    position: relative;
  }
  #site-navigation #primary-menu li.focus &gt; ul {
    display: block;
    position: static;
  }
  #site-navigation #primary-menu li[class*="has-children"] &gt; a::after {
    content: none;
  }
  #site-navigation #primary-menu li a {
    background: var(--mainColor);
  }
  #site-navigation #primary-menu li.focus &gt; a {
    background: var(--backgroundColor);
  }
  #site-navigation #primary-menu li:hover &gt; a, #site-navigation #primary-menu li.current_page_item &gt; a, #site-navigation #primary-menu li.current_page_ancestor &gt; a {
    background: var(--mainGradient);
    color: var(--mainColor);
  }
  #site-navigation #primary-menu li:hover.focus &gt; a, #site-navigation #primary-menu li.current_page_item.focus &gt; a, #site-navigation #primary-menu li.current_page_ancestor.focus &gt; a {
    background: var(--mainColor);
  }
  #site-navigation #primary-menu li .sub {
    border: none;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 47px;
    height: 47px;
    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 &gt; button.sub::after {
    transform: translateX(-50%) rotate(0);
  }
  #site-navigation #primary-menu li .sub-menu {
    border-top: 1px solid var(--contrastColorInverted);
    position: static;
    background-color: var(--mainColor);
    color: var(--contrastColorInverted);
    border-radius: unset;
  }
  #site-navigation #primary-menu li .sub-menu li a {
    padding: 5px 30px;
    color: var(--contrastColorInverted);
    border-radius: unset;
  }
  #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 &gt; ul {
    display: block;
  }
}
footer.foot {
  width: 100%;
  max-width: var(--pageLimit);
  margin: 0 auto;
  background: var(--mainColor);
  color: var(--contrastColorInverted);
  padding: 50px 0;
  position: relative;
}
footer.foot .inner {
  max-width: var(--maxContent);
  width: var(--baseWidth);
  margin: 0 auto;
}
footer.foot .inner li, footer.foot .inner a {
  color: var(--contrastColorInverted);
  /* P/- Minitext */
  font-family: var(--miniFont);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}
footer.foot .inner ul li {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  footer.foot .inner ul li:not(:has(a)) {
    width: 100%;
    margin-bottom: 10px;
  }
}
footer.foot .inner .row {
  row-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
footer.foot .inner .row:not(:last-of-type) {
  margin-bottom: 70px;
}
footer.foot .inner .row.row-1 .col {
  max-width: var(--breakFooterElement);
}
footer.foot .inner .row.row-1 ul li {
  display: block;
}
footer.foot .inner .row.row-2 {
  align-items: baseline;
}
footer.foot .inner .row.row-2 .col-1 li:not(:first-child) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  footer.foot .inner .row.row-2 .col-1 li:not(:first-child):has(a) {
    margin-left: 0px;
    margin-right: 40px;
  }
}
footer.foot .inner .row.row-2 .col-2 .widget {
  display: inline-block;
}
.backtotop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 75px;
  display: block;
  transform: rotate(180deg);
  background: var(--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;
  }
}
.gform_wrapper {
  max-width: var(--maxWidth);
  margin: 0 auto;
  width: 96%;
}
.ginput_container {
  display: flex;
}
.ginput_container &gt; * {
  display: inline-block;
}
label {
  color: var(--fontColorSpezial);
}
/* 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 (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: 96%;
  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 input.button, .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.button:focus, .woocommerce input.button:hover, .woocommerce input.button: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 input.button, .woocommerce span.onsale {
  border-radius: 0;
}
.woocommerce input.button: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: 96%;
  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 &gt; 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 {
  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 {
  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 {
  text-align: center;
}
.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;
}
</pre></body></html>