@charset "UTF-8";:root { --fallback: Verdana,Arial,sans-serif; --mainFont: "Inter",var(--fallback); --headline: "Outfit",var(--fallback); --mainColor: #0BA1E2; --mainColorRGB: 0,99,200; --mainColorLight: #0485BD; --mainColorDark: #006C9B; --secondColor: #ED7100; --fontColor: #363636; --backgroundColor: #3A3A3A; --backgroundColorRGB: 255,255,255; --backgroundColorDark: #b3b3b3; --warningColor: #b10000; --formBorderColor: #DEDEDE; --greyLightest: #F8F8F8; --greyLight: #f9f9f9; --greyDark: #3A3A3A; --shadow-lightRGB: rgba(105,111,138,0.13); --contrastColor: #000; --contrastColorRGB: 0,0,0; --contrastColorLight: #1a1a1a; --contrastColorInverted: #fff; --contrastColorInvertedRGB: 255,255,255; --contrastColorDark: #e6e6e6; --baseFontSize: 17px; --baseLineheight: 164.706%; --subFooterFontSize: 13px; --miniFontSize: 15px; --navigationFontSize: 19px; --baseBorderRadius: 10px; --stickyHeaderHeight: 125px; --stickyHeaderHeightMobile: 75px; --spaceBetweenDefault: 20px; --spaceBetweenSlim: 10px; --spaceBetweenWide: autoClamp(40,80); --baseTransition: all .3s ease-in-out; --baseWidth: 92%; --reducedWidth: 960px; --maxWidth: 1300px; --reducedContent: 1304px; --maxWidthBig: 1500px; --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: clamp(50px,3vw,60px); --fl-margin-before-large: clamp(60px,7vw,120px); --fl-margin-before-extra-large: clamp(70px,9vw,170px); --fl-margin-after-extra-small: 30px; --fl-margin-after-small: 45px; --fl-margin-after-medium: clamp(50px,3vw,60px); --fl-margin-after-large: clamp(60px,7vw,120px); --fl-margin-after-extra-large: clamp(70px,9vw,170px);} :root {  --temp--dark-stroke: #4B4A4A; --temp--b-g-light-grey: #F8F8F8; --temp--solid-----grey: #A3A3A3; --temp--solid-----grey--light: ; --temp--solid-----grey-very--light: #F2F2F2;  --temp--h3--teaserboxen: 35px; --temp--large-text: 120px; --temp--p-----testimonial: 40px; --temp--p-----standard--bold: 18px; --temp--p-----subtitle: 18px;} 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;} 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 ========================================================================== */html { line-height: 1.15;  -webkit-text-size-adjust: 100%; } /* Sections ========================================================================== */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 ========================================================================== */hr { box-sizing: content-box;  height: 0;  overflow: visible; } /** * 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;  font-size: 1em; } /* Text-level semantics ========================================================================== */a { background-color: transparent;} abbr[title] { border-bottom: none;  text-decoration: underline;  text-decoration: underline dotted; } 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;  font-size: 1em; } 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 ========================================================================== */img { border-style: none;} /* Forms ========================================================================== */button,input,optgroup,select,textarea { font-family: inherit;  font-size: 100%;  line-height: 1.15;  margin: 0; } button,input {  overflow: visible;} button,select {  text-transform: none;} button,[type=button],[type=reset],[type=submit] { -webkit-appearance: button;} button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner { border-style: none; padding: 0;} button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring { outline: 1px dotted ButtonText;} 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;  color: inherit;  display: table;  max-width: 100%;  padding: 0;  white-space: normal; } progress { vertical-align: baseline;} textarea { overflow: auto;} [type=checkbox],[type=radio] { box-sizing: border-box;  padding: 0; } [type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button { height: auto;} [type=search] { -webkit-appearance: textfield;  outline-offset: -2px; } [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;  font: inherit; } /* Interactive ========================================================================== */details { display: block;} summary { display: list-item;} /* Misc ========================================================================== */template { display: none;} [hidden] { display: none;} @font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: "Outfit"; font-style: normal; font-weight: 100; src: url("../fonts/outfit-v14-latin-100.eot");  src: url("../fonts/outfit-v14-latin-100.eot?#iefix") format("embedded-opentype"),url("../fonts/outfit-v14-latin-100.woff2") format("woff2"),url("../fonts/outfit-v14-latin-100.woff") format("woff"),url("../fonts/outfit-v14-latin-100.ttf") format("truetype"),url("../fonts/outfit-v14-latin-100.svg#Outfit") format("svg"); }@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: "Outfit"; font-style: normal; font-weight: 200; src: url("../fonts/outfit-v14-latin-200.eot");  src: url("../fonts/outfit-v14-latin-200.eot?#iefix") format("embedded-opentype"),url("../fonts/outfit-v14-latin-200.woff2") format("woff2"),url("../fonts/outfit-v14-latin-200.woff") format("woff"),url("../fonts/outfit-v14-latin-200.ttf") format("truetype"),url("../fonts/outfit-v14-latin-200.svg#Outfit") format("svg"); }@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: "Outfit"; font-style: normal; font-weight: 300; src: url("../fonts/outfit-v14-latin-300.eot");  src: url("../fonts/outfit-v14-latin-300.eot?#iefix") format("embedded-opentype"),url("../fonts/outfit-v14-latin-300.woff2") format("woff2"),url("../fonts/outfit-v14-latin-300.woff") format("woff"),url("../fonts/outfit-v14-latin-300.ttf") format("truetype"),url("../fonts/outfit-v14-latin-300.svg#Outfit") format("svg"); }@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: "Outfit"; font-style: normal; font-weight: 400; src: url("../fonts/outfit-v14-latin-regular.eot");  src: url("../fonts/outfit-v14-latin-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/outfit-v14-latin-regular.woff2") format("woff2"),url("../fonts/outfit-v14-latin-regular.woff") format("woff"),url("../fonts/outfit-v14-latin-regular.ttf") format("truetype"),url("../fonts/outfit-v14-latin-regular.svg#Outfit") format("svg"); }@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: "Outfit"; font-style: normal; font-weight: 500; src: url("../fonts/outfit-v14-latin-500.eot");  src: url("../fonts/outfit-v14-latin-500.eot?#iefix") format("embedded-opentype"),url("../fonts/outfit-v14-latin-500.woff2") format("woff2"),url("../fonts/outfit-v14-latin-500.woff") format("woff"),url("../fonts/outfit-v14-latin-500.ttf") format("truetype"),url("../fonts/outfit-v14-latin-500.svg#Outfit") format("svg"); }@font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: "Outfit"; font-style: normal; font-weight: 700; src: url("../fonts/outfit-v14-latin-700.eot");  src: url("../fonts/outfit-v14-latin-700.eot?#iefix") format("embedded-opentype"),url("../fonts/outfit-v14-latin-700.woff2") format("woff2"),url("../fonts/outfit-v14-latin-700.woff") format("woff"),url("../fonts/outfit-v14-latin-700.ttf") format("truetype"),url("../fonts/outfit-v14-latin-700.svg#Outfit") format("svg"); }@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-v19-latin-regular.eot");  src: url("../fonts/inter-v19-latin-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/inter-v19-latin-regular.woff2") format("woff2"),url("../fonts/inter-v19-latin-regular.woff") format("woff"),url("../fonts/inter-v19-latin-regular.ttf") format("truetype"),url("../fonts/inter-v19-latin-regular.svg#Inter") format("svg"); }@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-v19-latin-700.eot");  src: url("../fonts/inter-v19-latin-700.eot?#iefix") format("embedded-opentype"),url("../fonts/inter-v19-latin-700.woff2") format("woff2"),url("../fonts/inter-v19-latin-700.woff") format("woff"),url("../fonts/inter-v19-latin-700.ttf") format("truetype"),url("../fonts/inter-v19-latin-700.svg#Inter") format("svg"); }@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: 800; src: url("../fonts/inter-v19-latin-800.eot");  src: url("../fonts/inter-v19-latin-800.eot?#iefix") format("embedded-opentype"),url("../fonts/inter-v19-latin-800.woff2") format("woff2"),url("../fonts/inter-v19-latin-800.woff") format("woff"),url("../fonts/inter-v19-latin-800.ttf") format("truetype"),url("../fonts/inter-v19-latin-800.svg#Inter") format("svg"); }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);} .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;} body { font-family: var(--mainFont); color: var(--fontColor); line-height: var(--baseLineheight); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none;}body:not(.editor-styles-wrapper) { background: var(--backgroundColor);}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(--mainColor);} h1,h2,h3,h4,h5,h6,.is-style-likeh6,.is-style-likeh5,.is-style-likeh4,.is-style-likeh3,.is-style-likeh2,.is-style-likeh1 { font-weight: normal; margin: 0; font-family: var(--headline); line-height: 120%; text-wrap: balance; font-weight: 300;}h1 + p:not([data-margin-before]),h1 + ul:not([data-margin-before]),h1 + ol:not([data-margin-before]),h1 + .wp-block-columns:not([data-margin-before]),h1 + .wp-block-table:not([data-margin-before]),h1 + .wp-block-image:not([data-margin-before]),h1 + .wp-block-gallery:not([data-margin-before]),h1 + .wp-block-buttons:not([data-margin-before]),h2 + p:not([data-margin-before]),h2 + ul:not([data-margin-before]),h2 + ol:not([data-margin-before]),h2 + .wp-block-columns:not([data-margin-before]),h2 + .wp-block-table:not([data-margin-before]),h2 + .wp-block-image:not([data-margin-before]),h2 + .wp-block-gallery:not([data-margin-before]),h2 + .wp-block-buttons:not([data-margin-before]),h3 + p:not([data-margin-before]),h3 + ul:not([data-margin-before]),h3 + ol:not([data-margin-before]),h3 + .wp-block-columns:not([data-margin-before]),h3 + .wp-block-table:not([data-margin-before]),h3 + .wp-block-image:not([data-margin-before]),h3 + .wp-block-gallery:not([data-margin-before]),h3 + .wp-block-buttons:not([data-margin-before]),h4 + p:not([data-margin-before]),h4 + ul:not([data-margin-before]),h4 + ol:not([data-margin-before]),h4 + .wp-block-columns:not([data-margin-before]),h4 + .wp-block-table:not([data-margin-before]),h4 + .wp-block-image:not([data-margin-before]),h4 + .wp-block-gallery:not([data-margin-before]),h4 + .wp-block-buttons:not([data-margin-before]),h5 + p:not([data-margin-before]),h5 + ul:not([data-margin-before]),h5 + ol:not([data-margin-before]),h5 + .wp-block-columns:not([data-margin-before]),h5 + .wp-block-table:not([data-margin-before]),h5 + .wp-block-image:not([data-margin-before]),h5 + .wp-block-gallery:not([data-margin-before]),h5 + .wp-block-buttons:not([data-margin-before]),h6 + p:not([data-margin-before]),h6 + ul:not([data-margin-before]),h6 + ol:not([data-margin-before]),h6 + .wp-block-columns:not([data-margin-before]),h6 + .wp-block-table:not([data-margin-before]),h6 + .wp-block-image:not([data-margin-before]),h6 + .wp-block-gallery:not([data-margin-before]),h6 + .wp-block-buttons:not([data-margin-before]),.is-style-likeh6 + p:not([data-margin-before]),.is-style-likeh6 + ul:not([data-margin-before]),.is-style-likeh6 + ol:not([data-margin-before]),.is-style-likeh6 + .wp-block-columns:not([data-margin-before]),.is-style-likeh6 + .wp-block-table:not([data-margin-before]),.is-style-likeh6 + .wp-block-image:not([data-margin-before]),.is-style-likeh6 + .wp-block-gallery:not([data-margin-before]),.is-style-likeh6 + .wp-block-buttons:not([data-margin-before]),.is-style-likeh5 + p:not([data-margin-before]),.is-style-likeh5 + ul:not([data-margin-before]),.is-style-likeh5 + ol:not([data-margin-before]),.is-style-likeh5 + .wp-block-columns:not([data-margin-before]),.is-style-likeh5 + .wp-block-table:not([data-margin-before]),.is-style-likeh5 + .wp-block-image:not([data-margin-before]),.is-style-likeh5 + .wp-block-gallery:not([data-margin-before]),.is-style-likeh5 + .wp-block-buttons:not([data-margin-before]),.is-style-likeh4 + p:not([data-margin-before]),.is-style-likeh4 + ul:not([data-margin-before]),.is-style-likeh4 + ol:not([data-margin-before]),.is-style-likeh4 + .wp-block-columns:not([data-margin-before]),.is-style-likeh4 + .wp-block-table:not([data-margin-before]),.is-style-likeh4 + .wp-block-image:not([data-margin-before]),.is-style-likeh4 + .wp-block-gallery:not([data-margin-before]),.is-style-likeh4 + .wp-block-buttons:not([data-margin-before]),.is-style-likeh3 + p:not([data-margin-before]),.is-style-likeh3 + ul:not([data-margin-before]),.is-style-likeh3 + ol:not([data-margin-before]),.is-style-likeh3 + .wp-block-columns:not([data-margin-before]),.is-style-likeh3 + .wp-block-table:not([data-margin-before]),.is-style-likeh3 + .wp-block-image:not([data-margin-before]),.is-style-likeh3 + .wp-block-gallery:not([data-margin-before]),.is-style-likeh3 + .wp-block-buttons:not([data-margin-before]),.is-style-likeh2 + p:not([data-margin-before]),.is-style-likeh2 + ul:not([data-margin-before]),.is-style-likeh2 + ol:not([data-margin-before]),.is-style-likeh2 + .wp-block-columns:not([data-margin-before]),.is-style-likeh2 + .wp-block-table:not([data-margin-before]),.is-style-likeh2 + .wp-block-image:not([data-margin-before]),.is-style-likeh2 + .wp-block-gallery:not([data-margin-before]),.is-style-likeh2 + .wp-block-buttons:not([data-margin-before]),.is-style-likeh1 + p:not([data-margin-before]),.is-style-likeh1 + ul:not([data-margin-before]),.is-style-likeh1 + ol:not([data-margin-before]),.is-style-likeh1 + .wp-block-columns:not([data-margin-before]),.is-style-likeh1 + .wp-block-table:not([data-margin-before]),.is-style-likeh1 + .wp-block-image:not([data-margin-before]),.is-style-likeh1 + .wp-block-gallery:not([data-margin-before]),.is-style-likeh1 + .wp-block-buttons:not([data-margin-before]) { margin-top: var(--fl-margin-before-extra-small);} p:not([class*=roofline]) + h1:not([data-margin-before]),p:not([class*=roofline]) + h2:not([data-margin-before]),p:not([class*=roofline]) + h3:not([data-margin-before]),p:not([class*=roofline]) + h4:not([data-margin-before]),p:not([class*=roofline]) + h5:not([data-margin-before]),p:not([class*=roofline]) + h6:not([data-margin-before]),p:not([class*=roofline]) + p:not([data-margin-before]),p:not([class*=roofline]) + ul:not([data-margin-before]),ul + h1:not([data-margin-before]),ul + h2:not([data-margin-before]),ul + h3:not([data-margin-before]),ul + h4:not([data-margin-before]),ul + h5:not([data-margin-before]),ul + h6:not([data-margin-before]),ul + p:not([data-margin-before]),ul + ul:not([data-margin-before]),ol + h1:not([data-margin-before]),ol + h2:not([data-margin-before]),ol + h3:not([data-margin-before]),ol + h4:not([data-margin-before]),ol + h5:not([data-margin-before]),ol + h6:not([data-margin-before]),ol + p:not([data-margin-before]),ol + ul:not([data-margin-before]),header + h1:not([data-margin-before]),header + h2:not([data-margin-before]),header + h3:not([data-margin-before]),header + h4:not([data-margin-before]),header + h5:not([data-margin-before]),header + h6:not([data-margin-before]),header + p:not([data-margin-before]),header + ul:not([data-margin-before]),.wp-block-columns + h1:not([data-margin-before]),.wp-block-columns + h2:not([data-margin-before]),.wp-block-columns + h3:not([data-margin-before]),.wp-block-columns + h4:not([data-margin-before]),.wp-block-columns + h5:not([data-margin-before]),.wp-block-columns + h6:not([data-margin-before]),.wp-block-columns + p:not([data-margin-before]),.wp-block-columns + ul:not([data-margin-before]),.wp-block-table + h1:not([data-margin-before]),.wp-block-table + h2:not([data-margin-before]),.wp-block-table + h3:not([data-margin-before]),.wp-block-table + h4:not([data-margin-before]),.wp-block-table + h5:not([data-margin-before]),.wp-block-table + h6:not([data-margin-before]),.wp-block-table + p:not([data-margin-before]),.wp-block-table + ul:not([data-margin-before]),.wp-block-image + h1:not([data-margin-before]),.wp-block-image + h2:not([data-margin-before]),.wp-block-image + h3:not([data-margin-before]),.wp-block-image + h4:not([data-margin-before]),.wp-block-image + h5:not([data-margin-before]),.wp-block-image + h6:not([data-margin-before]),.wp-block-image + p:not([data-margin-before]),.wp-block-image + ul:not([data-margin-before]),.wp-block-gallery + h1:not([data-margin-before]),.wp-block-gallery + h2:not([data-margin-before]),.wp-block-gallery + h3:not([data-margin-before]),.wp-block-gallery + h4:not([data-margin-before]),.wp-block-gallery + h5:not([data-margin-before]),.wp-block-gallery + h6:not([data-margin-before]),.wp-block-gallery + p:not([data-margin-before]),.wp-block-gallery + ul:not([data-margin-before]),.wp-block-buttons + h1:not([data-margin-before]),.wp-block-buttons + h2:not([data-margin-before]),.wp-block-buttons + h3:not([data-margin-before]),.wp-block-buttons + h4:not([data-margin-before]),.wp-block-buttons + h5:not([data-margin-before]),.wp-block-buttons + h6:not([data-margin-before]),.wp-block-buttons + p:not([data-margin-before]),.wp-block-buttons + ul:not([data-margin-before]) { margin-top: var(--fl-margin-before-extra-small);}p:not([class*=roofline]) + p:not([data-margin-before]),p:not([class*=roofline]) + ul:not(.sub-menu):not([data-margin-before]),p:not([class*=roofline]) + ol:not([data-margin-before]),ul + p:not([data-margin-before]),ul + ul:not(.sub-menu):not([data-margin-before]),ul + ol:not([data-margin-before]),ol + p:not([data-margin-before]),ol + ul:not(.sub-menu):not([data-margin-before]),ol + ol:not([data-margin-before]),header + p:not([data-margin-before]),header + ul:not(.sub-menu):not([data-margin-before]),header + ol:not([data-margin-before]),.wp-block-columns + p:not([data-margin-before]),.wp-block-columns + ul:not(.sub-menu):not([data-margin-before]),.wp-block-columns + ol:not([data-margin-before]),.wp-block-table + p:not([data-margin-before]),.wp-block-table + ul:not(.sub-menu):not([data-margin-before]),.wp-block-table + ol:not([data-margin-before]),.wp-block-image + p:not([data-margin-before]),.wp-block-image + ul:not(.sub-menu):not([data-margin-before]),.wp-block-image + ol:not([data-margin-before]),.wp-block-gallery + p:not([data-margin-before]),.wp-block-gallery + ul:not(.sub-menu):not([data-margin-before]),.wp-block-gallery + ol:not([data-margin-before]),.wp-block-buttons + p:not([data-margin-before]),.wp-block-buttons + ul:not(.sub-menu):not([data-margin-before]),.wp-block-buttons + ol:not([data-margin-before]) { margin-top: var(--fl-margin-before-extra-small);}p:not([class*=roofline]) + .wp-block-buttons,ul + .wp-block-buttons,ol + .wp-block-buttons,header + .wp-block-buttons,.wp-block-columns + .wp-block-buttons,.wp-block-table + .wp-block-buttons,.wp-block-image + .wp-block-buttons,.wp-block-gallery + .wp-block-buttons,.wp-block-buttons + .wp-block-buttons { margin-top: var(--fl-margin-before-extra-small);} .wp-block-heading + .wp-block-heading:not([data-margin-before]) { margin-top: var(--fl-margin-before-extra-small);} h1,.is-style-likeh1 { font-size: clamp(1.8823529412rem,1.1524609844rem + 3.8775510204vw,4.1176470588rem); font-weight: 200; line-height: 114%;} h2,.is-style-likeh2 { font-size: clamp(1.5294117647rem,0.9723889556rem + 2.9591836735vw,3.2352941176rem);} h3,.is-style-likeh3 { font-size: clamp(1.4117647059rem,1.0084033613rem + 2.1428571429vw,2.6470588235rem); font-weight: 200;} h4,.is-style-likeh4 { font-size: clamp(1.2941176471rem,1.1404561825rem + 0.8163265306vw,1.7647058824rem); line-height: 133%;} h5,.is-style-likeh5 { font-size: clamp(1.1764705882rem,1.0804321729rem + 0.5102040816vw,1.4705882353rem); line-height: 140%;} h6,.is-style-likeh6 { font-size: clamp(1rem,0.9423769508rem + 0.306122449vw,1.1764705882rem); font-weight: 400;} p + p,p + .wp-block-buttons { margin-top: var(--fl-margin-before-extra-small);} p[class*=roofline] { font-weight: 700;} .minitext,.is-style-minitext { font-size: var(--miniFontSize); line-height: normal;} i,em { font-style: italic;} strong,b { font-size: 18px; font-weight: 700;} .text-center { text-align: center;} .text-right { text-align: right;} a { text-decoration: none; transition: var(--baseTransition); word-wrap: break-word; color: var(--fontColor); border-bottom: 1px solid currentColor;} button.submit,input[type=submit],button[type=submit]:not(.wp-block-search__button),a.btn,button.btn,.nav-links a,.wp-block-button > .wp-block-button__link:not(.has-text-color) { display: inline-block; border: 1px solid var(--secondColor); cursor: pointer; padding: 15px 25px; color: var(--contrastColorInverted); background: var(--secondColor); transition: var(--baseTransition); line-height: 120%; font-family: var(--headline); border-radius: 2px; font-size: 17px;}button.submit:hover,input[type=submit]:hover,button[type=submit]:not(.wp-block-search__button):hover,a.btn:hover,button.btn:hover,.nav-links a:hover,.wp-block-button > .wp-block-button__link:not(.has-text-color):hover { background: var(--mainColor); border-color: var(--mainColor);} .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) { background: transparent; border: 1px solid var(--contrastColorInverted); color: var(--contrastColorInverted);}.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover { background: var(--mainColor);} .wp-block-button.is-style-phone > .wp-block-button__link:not(.has-text-color),.wp-block-button.is-style-mail > .wp-block-button__link:not(.has-text-color) { background: transparent; border: none; color: currentColor; padding: 0; line-height: 28px; display: flex; align-items: center; gap: 9px; font-weight: 500; font-size: 18px;}.wp-block-button.is-style-phone > .wp-block-button__link:not(.has-text-color):before,.wp-block-button.is-style-mail > .wp-block-button__link:not(.has-text-color):before { content: ""; display: inline-block; width: 25px; height: 25px; background-image: url(../img/phone.svg); background-size: contain; background-repeat: no-repeat; background-position: center;}.wp-block-button.is-style-phone > .wp-block-button__link:not(.has-text-color):hover,.wp-block-button.is-style-mail > .wp-block-button__link:not(.has-text-color):hover { background: transparent; color: var(--mainColor);}.wp-block-button.is-style-mail > .wp-block-button__link:not(.has-text-color) { gap: 17px;}.wp-block-button.is-style-mail > .wp-block-button__link:not(.has-text-color):before { background-image: url(../img/mail.svg);} .wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color) { background: transparent; border: none; color: currentColor; padding: 0; line-height: 28px; display: flex; align-items: center; gap: 9px;}.wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color):after { content: ""; display: inline-block; width: 18px; height: 18px; mask: url(../img/arrow.svg) no-repeat center left/100% auto; background-color: currentColor; transition: var(--baseTransition);}.wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color):hover { color: var(--mainColor);}.wp-block-button.is-style-arrow > .wp-block-button__link:not(.has-text-color):hover:after { background-color: var(--mainColor); transform: translateX(5px);} .wp-block-buttons { gap: 20px;} #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 { width: 100%; margin: 0 auto; background: var(--contrastColorInverted); display: flex; min-height: 100vh; flex-direction: column; position: relative;}#site .allcont { container-type: inline-size; flex: 1 0 auto; overflow-x: clip;}#site .allcont .entry-content > form,#site .allcont .entry-content > hr:not(.is-style-fullwidth),#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-]:not(.is-style-fullwidth),#site .allcont .entry-content > section.no-results.not-found { max-width: var(--maxWidthBig); margin-right: auto; margin-left: auto;}@media (max-width: 1530px) { #site .allcont .entry-content > form,#site .allcont .entry-content > hr:not(.is-style-fullwidth),#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-]:not(.is-style-fullwidth),#site .allcont .entry-content > section.no-results.not-found { width: var(--baseWidth); }}#site .allcont .entry-content > section.no-results.not-found { margin: 100px auto; max-width: var(--maxWidthBig);}#site .allcont .entry-content > .wp-block-image > IMG { margin: 0 auto; display: block;}#site .allcont .entry-content > table td { padding: 16px; padding: 1rem;}#site .allcont .entry-content figure { max-width: 100%;}#site .allcont .entry-content figure img { max-width: 100%; display: block; height: auto;}#site .allcont .entry-content figure.alignright { float: right; margin-left: 20px;}#site .allcont .entry-content figure.alignleft { float: left; margin-right: 20px;}#site .allcont .entry-content .video-wrapper { position: relative;}#site .allcont .entry-content .video-wrapper video { max-width: 100%;}#site .allcont .entry-content .video-wrapper video:not(:hover):not(:focus) + button.video-pause-button:not(:hover):not(:focus) { opacity: 0;}#site .allcont .entry-content .video-wrapper video + button.video-pause-button { cursor: pointer; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 50px; background: none; border: none;}#site .allcont .entry-content .video-wrapper video + button.video-pause-button:focus { outline: 2px solid var(--mainColor);}#site .allcont .entry-content .video-wrapper video + button.video-pause-button + button.video-play-button { cursor: pointer; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 50px; background: none; border: none;}#site .allcont .entry-content .video-wrapper video + button.video-pause-button + button.video-play-button:focus { outline: 2px solid var(--mainColor);} 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.1764705882rem,0.7923169268rem + 2.0408163265vw,2.3529411765rem); font-size: clamp(5.8823529412rem,3.9615846339rem + 10.2040816327vw,11.7647058824rem) !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.7647058824rem,1.1884753902rem + 3.0612244898vw,3.5294117647rem); display: flex; gap: 20px; flex-wrap: wrap; justify-content: center;}@keyframes idle { to { transform: translateY(10px); }} .search-group a { border: none;} .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(1rem); pointer-events: none; margin-bottom: 0 !important;}.floating-label:focus-within label,.floating-label input:not(:placeholder-shown) + label,.floating-label textarea:not(:placeholder-shown) + label,.floating-label :-webkit-autofill + label { transform: translateY(0.25rem); font-size: 80% !important;}.floating-label:focus-within input,.floating-label:focus-within textarea,.floating-label input:not(:placeholder-shown),.floating-label textarea:not(:placeholder-shown),.floating-label :-webkit-autofill { padding: 25px 15px 15px;}.floating-label ::-webkit-input-placeholder { color: transparent;}.floating-label :-moz-placeholder { opacity: 1; color: transparent;}.floating-label ::-moz-placeholder { opacity: 1; color: transparent;}.floating-label :-ms-input-placeholder { color: transparent;} .gform_wrapper.floating-labels input,.gform_wrapper.floating-labels textarea,.gform_wrapper.floating-labels select { padding: 30px 15px 20px !important;} input,select,textarea { width: 100%; border: 1px solid var(--formBorderColor); border-radius: 0; font-family: var(--mainFont);}input:focus,select:focus,textarea:focus { border: 1px solid var(--mainColor); outline: none;} input[type=submit] { width: auto; cursor: pointer;}input[type=submit]:focus { border: none; outline: none;} select { appearance: none; cursor: pointer; color: var(--fontColor); background: url("../img/select.svg") no-repeat center right 10px/15px auto;}select option { color: var(--fontColor);} fieldset { border: 0; margin: 0; padding: 0;} textarea { resize: none; height: 150px;} input[type=radio],input[type=checkbox] { width: auto; margin-right: 5px;} input:-webkit-autofill,textarea:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px var(--contrastColorInverted) inset; -webkit-text-fill-color: var(--contrastColor);} ::-webkit-input-placeholder { color: var(--mainColorDark);} :-moz-placeholder { opacity: 1; color: var(--mainColorDark);} ::-moz-placeholder { opacity: 1; color: var(--mainColorDark);} :-ms-input-placeholder { color: var(--mainColorDark);} :focus { outline: rgba(var(--contrastColorInvertedRGB),0);} .checkbox,.radio { padding: 10px;}.checkbox input,.radio input { cursor: pointer; appearance: none; margin: 0 5px 0 0; display: inline-block; vertical-align: middle; position: relative; top: 0; width: 20px; height: 20px; background-color: var(--contrastColorInverted); background-position: center; border: 1px solid var(--formBorderColor); transition: var(--baseTransition);}.checkbox input:hover,.radio input:hover { border-color: var(--mainColor);}.checkbox input:checked,.radio input:checked { background: var(--contrastColorInverted) url("../Images/check.svg") no-repeat center center/80% auto; border: 1px solid var(--mainColor);}.checkbox input[type=radio],.radio input[type=radio] { border-radius: 100%;} BODY.single #allcont,BODY.archive #allcont,BODY.search #allcont { padding: clamp(1.7647058824rem,0.4201680672rem + 7.1428571429vw,5.8823529412rem) 0;}BODY.single span.edit-link,BODY.archive span.edit-link,BODY.search span.edit-link { display: none;}BODY.single .entry-content > header,BODY.archive .entry-content > header,BODY.search .entry-content > header { display: flex; flex-wrap: wrap; gap: 40px;}BODY.single .entry-content > header > :last-child,BODY.archive .entry-content > header > :last-child,BODY.search .entry-content > header > :last-child { margin-bottom: 40px;}BODY.single .entry-content > header .page-title,BODY.archive .entry-content > header .page-title,BODY.search .entry-content > header .page-title { width: 100%; flex-basis: 100%;}BODY.single .entry-content > header .archive-description,BODY.archive .entry-content > header .archive-description,BODY.search .entry-content > header .archive-description { flex-basis: calc(75% - 40px); margin-bottom: 40px;}BODY.single .entry-content > header .author-image,BODY.archive .entry-content > header .author-image,BODY.search .entry-content > header .author-image { flex-basis: 25%;}BODY.single .entry-content > header .author-image img,BODY.archive .entry-content > header .author-image img,BODY.search .entry-content > header .author-image img { width: 100%; object-fit: cover; aspect-ratio: 1/1;}BODY.single .entry-content > header .author-image.no-image,BODY.archive .entry-content > header .author-image.no-image,BODY.search .entry-content > header .author-image.no-image { background: #ddd;}BODY.single .search-group,BODY.archive .search-group,BODY.search .search-group { width: 100%; margin: 40px 0;}BODY.single .search-group .search-group-title,BODY.archive .search-group .search-group-title,BODY.search .search-group .search-group-title { margin-bottom: 20px;}BODY.single .search-filter,BODY.archive .search-filter,BODY.search .search-filter { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 10px;}@media (max-width: 640px) { BODY.single .search-filter,BODY.archive .search-filter,BODY.search .search-filter { flex-wrap: wrap; } BODY.single .search-filter > span,BODY.archive .search-filter > span,BODY.search .search-filter > span { width: 100%; }}BODY.single .search-filter a,BODY.archive .search-filter a,BODY.search .search-filter a { display: inline-block; width: 100%; text-align: center; padding: 10px 20px; background: var(--mainColor); color: var(--contrastColorInverted); border-radius: 5px; transition: var(--baseTransition);}@media (max-width: 640px) { BODY.single .search-filter a,BODY.archive .search-filter a,BODY.search .search-filter a { width: calc(50% - 5px); }}BODY.single .search-filter a:hover,BODY.archive .search-filter a:hover,BODY.search .search-filter a:hover { background: var(--secondColor);}BODY.single .post-navigation,BODY.archive .post-navigation,BODY.search .post-navigation { max-width: var(--maxWidthBig); margin: 0 auto 30px; margin: 0 auto 1.875rem;}@media (max-width: 1530px) { BODY.single .post-navigation,BODY.archive .post-navigation,BODY.search .post-navigation { width: var(--baseWidth); }}BODY.single .post-navigation .nav-links,BODY.archive .post-navigation .nav-links,BODY.search .post-navigation .nav-links { display: flex; gap: 20px; margin: 40px 0; justify-content: space-between; align-items: center;}BODY.single .post-navigation .nav-links .nav-previous a::before,BODY.archive .post-navigation .nav-links .nav-previous a::before,BODY.search .post-navigation .nav-links .nav-previous a::before { content: "«"; font-weight: 900; margin-right: 10px;}BODY.single .post-navigation .nav-links .nav-next a::after,BODY.archive .post-navigation .nav-links .nav-next a::after,BODY.search .post-navigation .nav-links .nav-next a::after { content: "»"; font-weight: 900; margin-left: 10px;}BODY.single .allcont .cont > .item,BODY.archive .allcont .cont > .item,BODY.search .allcont .cont > .item { display: flex; flex-direction: row; max-width: var(--maxWidthBig); margin: 40px auto; gap: 40px;}@media (max-width: 1530px) { BODY.single .allcont .cont > .item,BODY.archive .allcont .cont > .item,BODY.search .allcont .cont > .item { width: var(--baseWidth); }}@media (max-width: 1200px) { BODY.single .allcont .cont > .item,BODY.archive .allcont .cont > .item,BODY.search .allcont .cont > .item { flex-wrap: wrap; }}BODY.single .allcont .cont > .item .entry-content,BODY.archive .allcont .cont > .item .entry-content,BODY.search .allcont .cont > .item .entry-content { flex: 1 1 75%;}BODY.single .allcont .cont > .item .entry-content article.post,BODY.archive .allcont .cont > .item .entry-content article.post,BODY.search .allcont .cont > .item .entry-content article.post { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--mainColor);}BODY.single .allcont .cont > .item .entry-content article.post .entry-header,BODY.archive .allcont .cont > .item .entry-content article.post .entry-header,BODY.search .allcont .cont > .item .entry-content article.post .entry-header { margin-bottom: 30px;}BODY.single .allcont .cont > .item .entry-content article.post:last-of-type,BODY.archive .allcont .cont > .item .entry-content article.post:last-of-type,BODY.search .allcont .cont > .item .entry-content article.post:last-of-type { border: none;}BODY.single .allcont .cont > .item .entry-content .text,BODY.archive .allcont .cont > .item .entry-content .text,BODY.search .allcont .cont > .item .entry-content .text { display: flex; flex-direction: row; flex-wrap: wrap;}BODY.single .allcont .cont > .item .entry-content .text .post-thumb,BODY.archive .allcont .cont > .item .entry-content .text .post-thumb,BODY.search .allcont .cont > .item .entry-content .text .post-thumb { flex: 1 1 150px;}BODY.single .allcont .cont > .item .entry-content .text .post-thumb + P,BODY.archive .allcont .cont > .item .entry-content .text .post-thumb + P,BODY.search .allcont .cont > .item .entry-content .text .post-thumb + P { flex: 1 1 calc(100% - 150px - 40px); margin: 0 20px;}BODY.single .allcont .cont > .item #secondary,BODY.archive .allcont .cont > .item #secondary,BODY.search .allcont .cont > .item #secondary { flex: 1 1 25%; padding: 25px; border: 1px solid var(--lightGray);}BODY.single .allcont .cont > .item #secondary .widget,BODY.archive .allcont .cont > .item #secondary .widget,BODY.search .allcont .cont > .item #secondary .widget { margin-bottom: 30px;} @media (max-width: 1530px) { .px-news { width: var(--baseWidth); margin: 0 auto; }}.px-news .news-inner { max-width: var(--maxWidthBig); margin: 0 auto;}.px-news .postsloop { display: flex; flex-wrap: wrap; gap: 30px;}.px-news .postsloop article { flex-basis: calc(33.3333333333% - 30px); min-width: 300px; flex-grow: 1;}.px-news .postsloop article > a { display: block; border: none; height: 100%;}.px-news .postsloop .content { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; height: 100%;}.px-news .postsloop .content .button,.px-news .postsloop .content input[type=submit],.px-news .postsloop .content button { margin-top: auto;}.px-news .postsloop .content .date { font-size: 15px; color: var(--fontColor);}.px-news .postsloop .content .entry-title { margin-bottom: clamp(0.8823529412rem,0.5942376951rem + 1.5306122449vw,1.7647058824rem); margin-top: 5px;}.px-news .postsloop .content .excerpt { color: var(--fontColor); margin-bottom: clamp(0.8823529412rem,0.5942376951rem + 1.5306122449vw,1.7647058824rem);}.px-news .postsloop .content .post-thumbnail { position: relative; min-height: clamp(8.8235294118rem,6.8451380552rem + 10.5102040816vw,14.8823529412rem); overflow: hidden; border-radius: 8px; margin-bottom: clamp(1.1764705882rem,0.7923169268rem + 2.0408163265vw,2.3529411765rem); width: 100%;}.px-news .postsloop .content .post-thumbnail.no-image { background: #ddd;}.px-news .postsloop .content .post-thumbnail img { display: block; position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover;}.px-news .postsloop .content .post-category { padding: 11px 20px; border-bottom-left-radius: 8px; background: var(--secondColor); color: var(--contrastColorInverted); position: absolute; top: 0; right: 0; text-decoration: none; font-size: 15px;} body.single h1 { margin-bottom: var(--fl-margin-after-small);}body.single .post-meta { max-width: var(--maxWidthBig); margin: 0 auto 30px; margin: 0 auto 1.875rem;}@media (max-width: 1530px) { body.single .post-meta { width: var(--baseWidth); }}body.single .post-meta .post-meta-inner { background: var(--lightGray); padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 40px;}body.single .post-meta .post-meta-inner .post-categories { display: flex; flex-wrap: wrap; gap: 10px;}body.single .post-meta .post-meta-inner .post-categories a { padding: 5px 10px; background: var(--secondColor); color: var(--contrastColorInverted); border-radius: 5px;}body.single .post-author { max-width: var(--maxWidthBig); margin: clamp(2.3529411765rem,1.2004801921rem + 6.1224489796vw,5.8823529412rem) auto;}@media (max-width: 1530px) { body.single .post-author { width: var(--baseWidth); }}body.single .post-author .post-author-inner { padding: 40px; border: 3px solid var(--lightGray); display: flex; gap: 40px;}body.single .post-author .post-author-inner .left { flex-basis: 128px;}body.single .post-author .post-author-inner .left .post-author-image { width: clamp(3.7647058824rem,2.5354141657rem + 6.5306122449vw,7.5294117647rem); height: clamp(3.7647058824rem,2.5354141657rem + 6.5306122449vw,7.5294117647rem); border-radius: 50%; overflow: hidden;}body.single .post-author .post-author-inner .left .post-author-image img { width: 100%; height: 100%; object-fit: cover;}body.single .post-author .post-author-inner .left .post-author-image.no-image { background: #ddd;}body.single .post-author .post-author-inner .right { flex-basis: calc(100% - 128px); display: flex; flex-direction: column; gap: 20px; flex-grow: 1;}body.single .post-author .post-author-inner .right .info { display: flex; align-items: center; justify-content: space-between;}body.single .post-author .post-author-inner .right .info .author { display: flex; flex-direction: column;}body.single .post-author .post-author-inner .right .info a { margin: 0;}body.single .post-author .post-author-inner .right .post-author-name { font-size: clamp(0.9411764706rem,0.787515006rem + 0.8163265306vw,1.4117647059rem); font-weight: bold;}body.single .post-author .post-author-inner .right .post-author-position { color: var(--fontColor);}body.single .post-author .post-author-inner .right .post-author-description { color: var(--fontColor);} @media (prefers-reduced-motion: no-preference) and (min-width: 769px) { html.js:not(:has(body[data-accessibility-animations=false])) {            } html.js:not(:has(body[data-accessibility-animations=false])) .animate:not(.animate-parent),html.js:not(:has(body[data-accessibility-animations=false])) [data-animation]:not(.animate-parent) { animation-duration: 1s; animation-fill-mode: both; } html.js:not(:has(body[data-accessibility-animations=false])) .animate.animate-parent .col { animation-duration: 1s; animation-fill-mode: both; } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceIn]:not(.animate-parent),html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInRight]:not(.animate-parent),html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInLeft]:not(.animate-parent),html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInUp]:not(.animate-parent),html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInDown]:not(.animate-parent),html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeIn]:not(.animate-parent),html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInRight]:not(.animate-parent),html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInLeft]:not(.animate-parent),html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInUp]:not(.animate-parent),html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInDown]:not(.animate-parent),html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=appear]:not(.animate-parent) { opacity: 0; transform: none; } @keyframes bounceIn { 0% { opacity: 0; transform: scale(0.3); } 50% { transform: scale(1.05); } 70% { transform: scale(0.9); } 100% { opacity: 1; transform: scale(1); } } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceIn].go:not(.animate-parent) { -webkit-animation-name: bounceIn; animation-name: bounceIn; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceIn] .col { opacity: 0; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceIn] .col.go { -webkit-animation-name: bounceIn; animation-name: bounceIn; } @keyframes bounceInRight { 0% { opacity: 0; transform: translateX(250px); } 60% { transform: translateX(-30px); } 80% { transform: translateX(10px); } 100% { opacity: 1; transform: translateX(0); } } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInRight].go:not(.animate-parent) { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInRight] .col { opacity: 0; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInRight] .col.go { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; } @keyframes bounceInLeft { 0% { opacity: 0; transform: translateX(-250px); } 60% { transform: translateX(30px); } 80% { transform: translateX(-10px); } 100% { opacity: 1; transform: translateX(0); } } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInLeft].go:not(.animate-parent) { animation-name: bounceInLeft; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInLeft] .col { opacity: 0; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInLeft] .col.go { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; } @keyframes bounceInUp { 0% { opacity: 0; transform: translateY(250px); } 60% { transform: translateY(-30px); } 80% { transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInUp].go:not(.animate-parent) { animation-name: bounceInUp; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInUp] .col { opacity: 0; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInUp] .col.go { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; } @keyframes bounceInDown { 0% { opacity: 0; transform: translateY(-250px); } 60% { transform: translateY(30px); } 80% { transform: translateY(-10px); } 100% { opacity: 1; transform: translateY(0); } } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=bounceInDown].go:not(.animate-parent) { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInDown] .col { opacity: 0; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=bounceInDown] .col.go { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; display: block; } } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeIn]:not(.animate-parent) { transform: none; } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeIn].go:not(.animate-parent) { -webkit-animation-name: fadeIn; animation-name: fadeIn; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeIn] .col { opacity: 0; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeIn] .col.go { -webkit-animation-name: fadeIn; animation-name: fadeIn; } @keyframes fadeInUp { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInUp]:not(.animate-parent) { opacity: 0; transform: translateY(20px); } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInUp].go:not(.animate-parent) { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInUp] .col { opacity: 0; transform: translateY(20px); } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInUp] .col.go { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } @keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-20px); } 100% { opacity: 1; transform: translateY(0); } } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInDown]:not(.animate-parent) { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInDown].go:not(.animate-parent) { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInDown] .col { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInDown] .col.go { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } @keyframes fadeInRight { 0% { opacity: 0; transform: translateX(20px); } 100% { opacity: 1; transform: translateX(0); } } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInRight]:not(.animate-parent) { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInRight].go:not(.animate-parent) { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInRight] .col { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInRight] .col.go { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } @keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(-20px); } 100% { opacity: 1; transform: translateX(0); } } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInLeft]:not(.animate-parent) { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=fadeInLeft].go:not(.animate-parent) { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInLeft] .col { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent[data-animation=fadeInLeft] .col.go { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } @keyframes appear { from { opacity: 0; transform: scale(1.2); } to { opacity: 1; transform: scale(1); } } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=appear]:not(.animate-parent) { opacity: 0; transform: scale(1.2); } html.js:not(:has(body[data-accessibility-animations=false])) [data-animation=appear].go:not(.animate-parent) { -webkit-animation-name: appear; animation-name: appear; } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.appear .col { opacity: 0; transform: scale(1.2); } html.js:not(:has(body[data-accessibility-animations=false])) .animate-parent.appear .col.go { -webkit-animation-name: appear; animation-name: appear; }} *[data-margin-before=extra-small] { margin-top: var(--fl-margin-before-extra-small);} *[data-margin-before=small] { margin-top: var(--fl-margin-before-small);} *[data-margin-before=medium] { margin-top: var(--fl-margin-before-medium);} *[data-margin-before=large] { margin-top: var(--fl-margin-before-large);} *[data-margin-before=extra-large] { margin-top: var(--fl-margin-before-extra-large);} *[data-margin-after=extra-small] { margin-bottom: var(--fl-margin-after-extra-small);} *[data-margin-after=small] { margin-bottom: var(--fl-margin-after-small);} *[data-margin-after=medium] { margin-bottom: var(--fl-margin-after-medium);} *[data-margin-after=large] { margin-bottom: var(--fl-margin-after-large);} *[data-margin-after=extra-large] { margin-bottom: var(--fl-margin-after-extra-large);} :root { --is-style-gap-small: 10px; --is-style-gap-large: 80px; --is-style-gap-default: 2em;} .is-style-gap-small { column-gap: var(--is-style-gap-small) !important;} .is-style-gap-large { column-gap: var(--is-style-gap-large) !important;} :where(.wp-block-columns.is-layout-flex) { gap: 2em;} @media (max-width: 1024px) { body .wp-block-columns { flex-wrap: wrap !important; } body .wp-block-column { width: 100%; flex-basis: 100% !important; }} ul.wp-block-list li { position: relative; padding-left: 30px; padding-bottom: 12px;}ul.wp-block-list li:before { content: ""; position: absolute; left: 0; top: 10px; height: 7px; width: 7px; border-radius: 50%; background-color: var(--mainColor);}ul.wp-block-list[class*=is-style-checklist] li:before { background-color: transparent; background: url(../img/check.svg) no-repeat center left/100% auto; height: 20px; width: 20px; top: 3px;}ul.wp-block-list[class*=is-style-arrowlist] li:before { background-color: transparent; background: url(../img/arrow-blue.svg) no-repeat center left/100% auto; height: 13px; width: 13px; top: 7px; border-radius: 0;}ul.wp-block-list[class*=is-style-arrowlist] li a { border-bottom: 0;}ul.wp-block-list[class*=columns_] {  column-width: 210px; /* ≈ min-width pro Item/Spalte */ column-gap: 1rem; width: fit-content;}ul.wp-block-list[class*=columns_] > li { break-inside: avoid; /* verhindert Item-Splits über Spalten */}ul.wp-block-list[class*=columns_][class*=_3] { column-count: 3;}ul.wp-block-list[class*=columns_][class*=_2] { column-count: 2;} ol.wp-block-list { counter-reset: index;}ol.wp-block-list > li { counter-reset: index_sub; position: relative; padding-left: 25px; margin: 10px 0;}ol.wp-block-list > li:before { counter-increment: index; content: counter(index) "."; position: absolute; left: 0; top: 0;}ol.wp-block-list > li:before li:before { counter-increment: index_sub; content: counter(index_sub) ".";} hr.wp-block-separator { border: none; background: var(--formBorderColor);}hr.wp-block-separator:not(.is-style-fullwidth) { width: 20%; max-width: var(--maxWidthBig); margin-right: auto; margin-left: auto;}hr.wp-block-separator.is-style-wide { width: 100%; max-width: var(--maxWidth);}hr.wp-block-separator.is-style-fullwidth { width: 100%; margin-left: 0; margin-right: 0;}hr.wp-block-separator.is-style-fullwidth:not([data-margin-after]),hr.wp-block-separator.is-style-fullwidth[data-margin-after=default] { margin-bottom: 0;} .has-main-color-color { color: var(--mainColor);} .has-second-color { color: var(--secondColor);} .page-template-page-nobanner #masthead #logo,.single #masthead #logo,.author #masthead #logo,.category #masthead #logo { background-image: var(--website-logo-sticky-image-url);} header.head { position: sticky; top: 0; width: 100%; z-index: 99;}header.head .inner { width: var(--baseWidth); max-width: var(--maxWidthBig); margin: 0 auto; align-items: center; backface-visibility: hidden; gap: 0 clamp(10px,2.1vw,40px);}@media screen and (min-width: 1201px) { header.head .inner { justify-content: space-between; display: flex; flex-wrap: wrap; }}@media screen and (max-width: 1200px) { header.head .inner { display: grid; grid-template-columns: 1fr 1fr 50px; } header.head .inner > nav { grid-column: 3; grid-row: 1; } header.head .inner > .callToActions { grid-column: 2; grid-row: 1; justify-self: end; }}header.head .inner #logo { transition: var(--baseTransition); background-image: var(--website-logo-image-url); background-repeat: no-repeat; background-size: contain; width: clamp(190px,18vw,333px); height: 100%; aspect-ratio: 333/75; margin: 25px 0; backface-visibility: hidden; background-position: center;}header.head .inner #logo a { display: block; width: 100%; height: 100%; text-decoration: none; border-bottom: 0;}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 { box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB),0.1); background-color: var(--contrastColorInverted);}header.head.is-sticky > .inner #logo { background-image: var(--website-logo-sticky-image-url); margin: 20px 0;}header.head .searchButton { background: transparent; border: none; cursor: pointer;}header.head .search { position: absolute; background: white; padding: 10px; border-radius: 3px; transition: 0.3s opacity ease; box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB),0.1);}@media screen and (min-width: 1201px) { header.head .search { top: 100%; right: max(4%,(100% - var(--maxWidthBig)) / 2); }}@media screen and (max-width: 1200px) { header.head .search { top: calc(100% + 30px); left: max(4%,(100% - var(--maxWidthBig)) / 2); }}header.head .search input[type=search] { padding: 10px;}header.head .search input[type=submit] { margin-top: 10px;}header.head .search[aria-hidden=true] { opacity: 0; pointer-events: none;} /* Main-Menü Links */@media only screen and (max-width: 1304px) { #masthead .callToActions .hiddenBelow-bigScreen { display: none; }}@media only screen and (min-width: 451px) { #masthead .callToActions { display: flex; align-items: center; gap: 20px; }}@media only screen and (max-width: 450px) { #masthead .callToActions { display: none; }}#masthead .callToActions > a { border: none; display: flex; align-items: center; gap: 15px; color: var(--contrastColorInverted);}#masthead .callToActions > a:not(:first-child) { border-left: 1px solid var(--contrastColorInverted); padding-left: 20px;}#masthead #mega-menu-wrap-primary #mega-menu-primary > li > a.mega-menu-link,#masthead #mega-menu-wrap-primary #mega-menu-primary > li > a.mega-menu-link:hover,#masthead > .inner > a { font-family: var(--headline); font-weight: 500; line-height: normal;}@media only screen and (max-width: 1200px) { #masthead .mega-current-menu-item > a,#masthead .mega-current_page_ancestor > a { color: var(--secondColor) !important; }}@media only screen and (min-width: 1201px) { #masthead #mega-menu-primary > .mega-menu-item-has-children > a:after { left: 5px; width: calc(100% - 35px); } #masthead #mega-menu-primary > .mega-menu-item:not(.mega-menu-item-has-children) > a:after { left: 5px; width: calc(100% - 8px); } #masthead #mega-menu-primary > .mega-menu-item > .mega-sub-menu a:after { left: 0; width: 100%; } #masthead .mega-menu-item { position: relative; } #masthead .mega-menu-item a:after { content: ""; position: absolute; top: 100%; border-bottom: 2px solid currentColor; width: 100%; display: block !important; transition: 0.3s transform ease; } #masthead .mega-menu-item:not(:hover):not(.mega-current-menu-item):not(.mega-current_page_ancestor) a:after { transform: scaleX(0); } #masthead:not(.is-sticky) .callToActions a:hover,#masthead:not(.is-sticky) .callToActions button:hover { color: var(--secondColor); } #masthead:not(.is-sticky) .callToActions a:hover path,#masthead:not(.is-sticky) .callToActions button:hover path { fill: var(--secondColor); } #masthead .callToActions a path,#masthead .callToActions button path { transition: var(--baseTransition); }}@media only screen and (max-width: 1200px) { #masthead #mega-menu-wrap-primary #mega-menu-primary { padding-top: 60px; } #masthead #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close { background-color: #3A3A3A; z-index: 9999999999; top: 0; } #masthead #mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close:before { font-size: 30px; }}#masthead #mega-menu-wrap-primary #mega-menu-primary { }#masthead #mega-menu-wrap-primary #mega-menu-primary > li > .mega-sub-menu > .mega-menu-row:first-child .mega-block-title { font-family: var(--headline); font-size: 25px; font-weight: 300; line-height: 140%; border-bottom: 4px dotted #DADADA; padding-bottom: 30px; margin-bottom: 30px; width: 100%;}#masthead #mega-menu-wrap-primary #mega-menu-primary > li > .mega-sub-menu > .mega-menu-row:first-child .mega-block-title:hover { border-color: #DADADA;}#masthead #mega-menu-wrap-primary #mega-menu-primary .mega-menu-column > ul > li {  }#masthead #mega-menu-wrap-primary #mega-menu-primary .mega-menu-column > ul > li .mega-block-title { margin-bottom: clamp(10px,1vw,30px); padding-bottom: 0; font-family: var(--headline); font-size: 20px; font-weight: 400;}@media only screen and (min-width: 1201px) { #masthead #mega-menu-wrap-primary #mega-menu-primary .mega-menu-column > ul > li .mega-block-title { width: fit-content; }}#masthead #mega-menu-wrap-primary #mega-menu-primary .mega-menu-column > ul > li a { font-family: var(--mainFont); font-weight: 400; font-size: 17px; line-height: 164%; margin-top: 5px; margin-bottom: 5px;}@media only screen and (min-width: 1201px) { #masthead #mega-menu-wrap-primary #mega-menu-primary .mega-menu-column > ul > li a { width: fit-content; }}#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row:not(:first-child):not(:last-child) { margin-bottom: 30px;}#masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item { padding: 0;}#masthead #mega-menu-wrap-primary #mega-menu-primary .textwidget:empty { display: none;}#masthead #mega-menu-wrap-primary #mega-menu-primary > li:first-child > .mega-sub-menu { min-height: 551px;}#masthead #mega-menu-wrap-primary #mega-menu-primary img { width: 100%; max-height: 451px; object-fit: cover; border-radius: 3px; position: absolute; top: 0; aspect-ratio: 334/451;}#masthead #mega-menu-wrap-primary #mega-menu-primary .wp-caption-text { display: none;}#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(.mega-menu-grid) > .mega-sub-menu { width: fit-content !important; left: 0 !important;}#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(.mega-menu-grid) > .mega-sub-menu a { font-size: 19px; font-family: var(--headline); font-weight: 500; color: var(--fontColor);}#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:not(.mega-menu-grid) > ul.mega-sub-menu { padding: 25px;}@media only screen and (min-width: 1201px) { #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:not(.mega-menu-grid) > ul.mega-sub-menu { display: flex; flex-wrap: wrap; } #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:not(.mega-menu-grid) > ul.mega-sub-menu > * { flex-basis: 50%; }}#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:not(.mega-menu-grid) > ul.mega-sub-menu li.mega-menu-column-standard { padding: 6px 10px;}@media only screen and (min-width: 1201px) { #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu:not(.mega-menu-grid) > ul.mega-sub-menu li.mega-menu-column-standard > a { width: fit-content; }}@media only screen and (max-width: 1200px) { #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu { margin-bottom: 30px; background-color: var(--fontColor); border-radius: 3px; } #masthead #mega-menu-wrap-primary #mega-menu-primary .mega-menu-column:not(:first-child):not(:empty) { margin-top: 20px; } #masthead #mega-menu-wrap-primary #mega-menu-primary > li > a.mega-menu-link,#masthead #mega-menu-wrap-primary #mega-menu-primary > li > a.mega-menu-link:hover { font-size: 22px; margin-bottom: 10px; margin-top: 10px; } #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-block-title:not(:hover),#masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item .mega-sub-menu a.mega-menu-link:not(:hover) { color: var(--contrastColorInverted); }}@media screen and (min-width: 1201px) { #masthead #mega-menu-wrap-primary #mega-menu-primary { /* Main-Menü Links */ } #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu { margin-top: 35px;  } #masthead #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-grid > ul.mega-sub-menu { padding: 50px; } #masthead #mega-menu-wrap-primary #mega-menu-primary > li > a.mega-menu-link,#masthead #mega-menu-wrap-primary #mega-menu-primary > li > a.mega-menu-link:hover { font-size: 20px; }} .page-template-page-nobanner #masthead #mega-menu-wrap-primary #mega-menu-primary > li > a.mega-menu-link,.page-template-page-nobanner #masthead #mega-menu-wrap-primary #mega-menu-primary > li > a.mega-menu-link:hover,.page-template-page-nobanner #masthead > .inner > a,.page-template-page-nobanner #masthead .callToActions > a,.single #masthead #mega-menu-wrap-primary #mega-menu-primary > li > a.mega-menu-link,.single #masthead #mega-menu-wrap-primary #mega-menu-primary > li > a.mega-menu-link:hover,.single #masthead > .inner > a,.single #masthead .callToActions > a,.author #masthead #mega-menu-wrap-primary #mega-menu-primary > li > a.mega-menu-link,.author #masthead #mega-menu-wrap-primary #mega-menu-primary > li > a.mega-menu-link:hover,.author #masthead > .inner > a,.author #masthead .callToActions > a,#masthead.is-sticky #mega-menu-wrap-primary #mega-menu-primary > li > a.mega-menu-link,#masthead.is-sticky #mega-menu-wrap-primary #mega-menu-primary > li > a.mega-menu-link:hover,#masthead.is-sticky > .inner > a,#masthead.is-sticky .callToActions > a,.category #masthead #mega-menu-wrap-primary #mega-menu-primary > li > a.mega-menu-link,.category #masthead #mega-menu-wrap-primary #mega-menu-primary > li > a.mega-menu-link:hover,.category #masthead > .inner > a,.category #masthead .callToActions > a { color: var(--fontColor);}.page-template-page-nobanner #masthead path,.single #masthead path,.author #masthead path,#masthead.is-sticky path,.category #masthead path { fill: var(--secondColor);}.page-template-page-nobanner #masthead .callToActions > a:not(:first-child),.single #masthead .callToActions > a:not(:first-child),.author #masthead .callToActions > a:not(:first-child),#masthead.is-sticky .callToActions > a:not(:first-child),.category #masthead .callToActions > a:not(:first-child) { border-color: var(--formBorderColor);}.page-template-page-nobanner #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner,.page-template-page-nobanner #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::before,.page-template-page-nobanner #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::after,.single #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner,.single #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::before,.single #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::after,.author #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner,.author #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::before,.author #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::after,#masthead.is-sticky #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner,#masthead.is-sticky #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::before,#masthead.is-sticky #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::after,.category #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner,.category #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::before,.category #masthead #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::after { background-color: var(--fontColor);}.page-template-page-nobanner #masthead .callToActions a:hover,.page-template-page-nobanner #masthead .callToActions button:hover,.single #masthead .callToActions a:hover,.single #masthead .callToActions button:hover,.author #masthead .callToActions a:hover,.author #masthead .callToActions button:hover,#masthead.is-sticky .callToActions a:hover,#masthead.is-sticky .callToActions button:hover,.category #masthead .callToActions a:hover,.category #masthead .callToActions button:hover { color: var(--mainColor);}.page-template-page-nobanner #masthead .callToActions a:hover path,.page-template-page-nobanner #masthead .callToActions button:hover path,.single #masthead .callToActions a:hover path,.single #masthead .callToActions button:hover path,.author #masthead .callToActions a:hover path,.author #masthead .callToActions button:hover path,#masthead.is-sticky .callToActions a:hover path,#masthead.is-sticky .callToActions button:hover path,.category #masthead .callToActions a:hover path,.category #masthead .callToActions button:hover path { fill: var(--mainColor);} body.page-template-page- header.head { box-shadow: 0 2px 15px 0 rgba(var(--contrastColorRGB),0.1); background-color: var(--contrastColorInverted);}@media only screen and (max-width: 1200px) { body.page-template-page- header.head > .inner > a { font-size: 22px; margin-bottom: 10px; margin-top: 10px; }}@media screen and (min-width: 1201px) { body.page-template-page- header.head > .inner > a { font-size: 19px; }}body.page-template-page- header.head .inner #logo { background-image: var(--website-logo-sticky-image-url);} @media all and (min-width: calc(1024px + 1px)) { .head > .inner #site-navigation { display: block !important; }}@media screen and (max-width: 1024px) { #site-navigation #primary-menu { display: none; position: absolute; top: 100%; left: 0; width: 100%; overflow: auto; max-height: calc(100vh - var(--stickyHeaderHeightMobile)); margin: 0; } #site-navigation #primary-menu > li { border-top: 1px solid var(--backgroundColor); } #site-navigation #primary-menu > li > a { padding: 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); } #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(--main-color); color: var(--contrastColorInverted); } #site-navigation #primary-menu li:hover.focus > a,#site-navigation #primary-menu li.current_page_item.focus > a,#site-navigation #primary-menu li.current_page_ancestor.focus > a { background: var(--main-color); } #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(--main-color); z-index: 3; } #site-navigation #primary-menu li .sub:after { content: ""; left: 50%; transform: translateX(-50%) rotate(-90deg); position: absolute; transition: var(--baseTransition); display: block; width: 0; height: 0; vertical-align: middle; border-top: 4px solid var(--contrastColorInverted); border-right: 4px solid transparent; border-left: 4px solid transparent; } #site-navigation #primary-menu li.focus > button.sub::after { transform: translateX(-50%) rotate(0); } #site-navigation #primary-menu li .sub-menu { position: static; } #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; position: relative; border-top: 1px solid var(--formBorderColor);}footer.foot a { border-bottom: 0;}footer.foot .inner > .col { border-bottom: 1px solid var(--formBorderColor);}footer.foot .inner .black-bg { background-color: var(--greyDark); padding: 100px 0 65px; color: var(--contrastColorInverted);}footer.foot .inner .row { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: space-between; align-items: flex-start; max-width: var(--maxWidth); width: var(--baseWidth); margin: 0 auto;}footer.foot .inner .row.row-1 { padding: 45px 0 clamp(2.3529411765rem,1.2004801921rem + 6.1224489796vw,5.8823529412rem); gap: 30px;}footer.foot .inner .row.row-1 .wp-block-button { margin-top: 15px;}footer.foot .inner .row.row-1 .wp-block-button.is-style-phone .wp-block-button__link:before,footer.foot .inner .row.row-1 .wp-block-button.is-style-mail .wp-block-button__link:before { transition: var(--baseTransition); filter: brightness(0);}footer.foot .inner .row.row-1 .wp-block-button.is-style-phone .wp-block-button__link:hover:before,footer.foot .inner .row.row-1 .wp-block-button.is-style-mail .wp-block-button__link:hover:before { filter: none;}footer.foot .inner .row.row-2 { gap: clamp(1.1764705882rem,-0.1680672269rem + 7.1428571429vw,5.2941176471rem); margin-bottom: clamp(1.1764705882rem,-0.0144057623rem + 6.3265306122vw,4.8235294118rem);}@media screen and (max-width: 999px) { footer.foot .inner .row.row-2 { flex-direction: column; justify-content: flex-start; }}footer.foot .inner .row.row-2 .wp-social-link { background-color: transparent !important;}footer.foot .inner .row.row-2 .wp-social-link a { padding: 0;}footer.foot .inner .row.row-2 .wp-block-social-links { margin-top: clamp(1.1764705882rem,0.331332533rem + 4.4897959184vw,3.7647058824rem); gap: 15px;}footer.foot .inner .row.row-2 .wp-block-social-links svg { height: 28px; width: 28px;}footer.foot .inner .row.row-2 .widget_media_gallery { margin-top: 25px;}footer.foot .inner .row.row-2 .widget_media_gallery img { object-fit: contain !important; border-radius: 5px;}@media screen and (max-width: 999px) { footer.foot .inner .row.row-2 .widget_media_gallery img { max-height: 70px; }}@media screen and (min-width: 1000px) { footer.foot .inner .row.row-2 .widget_media_gallery img { max-height: clamp(60px,4vw,70px); }}footer.foot .inner .row.row-2 .widget_media_gallery .wp-block-image { max-width: fit-content !important;}footer.foot .inner .row.row-2 .widget_media_gallery .wp-block-gallery { align-items: center; justify-content: center;}footer.foot .inner .row.row-2 .widget_media_gallery .wp-block-gallery .wp-block-image:not(:last-child) { margin-right: 15px !important;}footer.foot .inner .row.row-2 .widget_media_gallery .wp-block-gallery .wp-block-image img { width: auto !important;}footer.foot .inner .row.row-2 .col-2 { flex-basis: 20%; flex-grow: 1;}footer.foot .inner .row.row-2 .col-3 a { color: var(--contrastColorInverted);}footer.foot .inner .row.row-2 .col-3 a:hover { color: var(--secondColor);}footer.foot .inner .row.row-2 .col-3 .is-style-minitext { line-height: 150%;}footer.foot .inner .row.row-3 .col-1 { display: flex; flex-wrap: wrap; gap: 15px;}footer.foot .inner .row.row-3 .col-1 p { color: #9c9c9c; font-size: 13px; line-height: normal; font-family: var(--headline); text-decoration: none;}footer.foot .inner .row.row-3 .col-1 a { color: #9c9c9c;}footer.foot .inner .row.row-3 .col-1 a:hover { color: var(--secondColor);} .foot .black-bg { position: relative;} @media screen and (max-width: 1200px) { .backtotop-wrapper { width: 100%; display: flex; justify-content: center; align-items: center; position: absolute; top: 20px; left: 0; }}.backtotop { width: 16px; height: 16px; pointer-events: all; display: block; cursor: pointer; position: relative;}.backtotop::after { content: ""; position: absolute; top: 50%; left: 50%; width: 16px; height: 16px; pointer-events: none; transform: translate(-50%,-50%); display: block; background-color: var(--secondColor); mask: url("../img/backtotop.svg") no-repeat center center/16px auto; transition: var(--baseTransition);}.backtotop:hover::after { background-color: var(--mainColor);} .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 .at-accessibility-wrapper { bottom: auto; top: calc(var(--sidebarHeight) + 420px); transform: translate(0);}body .at-accessibility-wrapper .at-accessibility-btn { background: var(--secondColor); width: 70px; height: 63px; border-radius: 3px;}body .at-accessibility-wrapper .at-accessibility-toolbar { right: 80px;} #site .gform_wrapper { display: flex; flex-direction: column;}#site .gform_wrapper > .gform_heading { order: 1; font-size: var(--miniFontSize);}#site .gform_wrapper .floating-label .gfield_label { color: var(--fontColor); font-weight: 400;}#site .gform_wrapper input,#site .gform_wrapper textarea,#site .gform_wrapper select { border-radius: 3px;}#site .gform_wrapper .gfield_checkbox label,#site .gform_wrapper .gfield_radio label { font-size: 17px;}#site .gform_wrapper .gform_validation_errors,#site .gform_wrapper .validation_message { background: var(--contrastColorInverted); border-color: var(--secondColor); color: var(--fontColor); border-radius: 3px; border-width: 2px;}#site .gform_wrapper .gform_validation_errors:focus,#site .gform_wrapper .validation_message:focus { outline-color: var(--secondColor); outline-offset: 0;}#site .gform_wrapper .gform_validation_errors > h2,#site .gform_wrapper .gform_validation_errors li a,#site .gform_wrapper .validation_message > h2,#site .gform_wrapper .validation_message li a { color: var(--fontColor); font-size: 16px; line-height: 1.4;}#site .gform_wrapper .gfield_error [aria-invalid=true] { border-color: var(--secondColor);}#site .gform_wrapper .gfield_error label { color: var(--fontColor);} .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;} 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;} .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) {  .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; }}.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;} .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: "←";} .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;} #site aside.sidebar.fixed .stickyElement { padding: 25px 10px; min-width: 70px; overflow: hidden;}@media screen and (max-width: 640px) and (max-height: 700px) { #site aside.sidebar.fixed .stickyElement { display: none; }}#site aside.sidebar.fixed .stickyElement .options { margin-left: auto; margin-right: auto;}#site aside.sidebar.fixed .stickyElement .options .option .link { font-family: var(--headline); text-transform: uppercase; font-weight: 500; font-size: 15px;}#site aside.sidebar.fixed .stickyElement .options .option .link.hidden { display: flex; align-items: center; max-width: 0; opacity: 0; transition: 0.3s opacity ease,0.3s max-width ease;}#site aside.sidebar.fixed:hover .stickyElement .title.hidden,#site aside.sidebar.fixed:hover .stickyElement .options .option.hidden,#site aside.sidebar.fixed:hover .stickyElement .options .link.hidden,#site aside.sidebar.fixed:focus .stickyElement .title.hidden,#site aside.sidebar.fixed:focus .stickyElement .options .option.hidden,#site aside.sidebar.fixed:focus .stickyElement .options .link.hidden,#site aside.sidebar.fixed:focus-within .stickyElement .title.hidden,#site aside.sidebar.fixed:focus-within .stickyElement .options .option.hidden,#site aside.sidebar.fixed:focus-within .stickyElement .options .link.hidden { max-width: 300px; padding-right: 10px; opacity: 1;} BODY.single-product .cont,BODY.woocommerce-cart .cont,BODY.woocommerce-checkout .cont,BODY.woocommerce-page.search .cont,BODY.woocommerce-page.archive .cont,BODY.woocommerce-account .cont { max-width: var(--maxWidthBig); width: var(--baseWidth); margin: 0 auto; padding-bottom: 100px; padding-top: 100px;} BODY.woocommerce-page #allcont .head { z-index: 9999;}BODY.woocommerce-page #allcont .cont #primary { flex: 1 1 65%;}BODY.woocommerce-page #allcont .cont #secondary { flex: 1 1 30%; padding: 25px; background: var(--backgroundColor);}BODY.woocommerce-page #allcont .cont #secondary .widget { margin-bottom: 30px;} BODY.woocommerce-page:not(.woocommerce-cart) .cont { display: flex; flex-direction: row-reverse;} .woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce button,.woocommerce input.button,.woocommerce input[type=submit],.woocommerce span.onsale { background-color: var(--mainColor); color: var(--contrastColorInverted);}.woocommerce #respond input#submit.alt:hover,.woocommerce #respond input#submit.alt:focus,.woocommerce a.button.alt:hover,.woocommerce a.button.alt:focus,.woocommerce button.button.alt:hover,.woocommerce button.button.alt:focus,.woocommerce input.button.alt:hover,.woocommerce input.button.alt:focus,.woocommerce #respond input#submit:hover,.woocommerce #respond input#submit:focus,.woocommerce a.button:hover,.woocommerce a.button:focus,.woocommerce button.button:hover,.woocommerce button:hover,.woocommerce button.button:focus,.woocommerce button:focus,.woocommerce input.button:hover,.woocommerce input[type=submit]:hover,.woocommerce input.button:focus,.woocommerce input[type=submit]:focus,.woocommerce span.onsale:hover,.woocommerce span.onsale:focus { background-color: rgba(var(--mainColor),0.5); color: var(--contrastColorInverted);}.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce ul.products li.product .price { color: var(--mainColor);}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce button,.woocommerce input.button,.woocommerce input[type=submit],.woocommerce span.onsale { border-radius: 0;}.woocommerce input.button:disabled,.woocommerce input[type=submit]:disabled,.woocommerce input.button:disabled[disabled] { color: var(--contrastColorInverted);} .woocommerce-message { border-top-color: var(--mainColor);} .woocommerce-message::before { color: var(--mainColor);} .woocommerce-checkout .woocommerce { width: var(--baseWidth); margin: auto; max-width: var(--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,button:focus { outline: var(--mainColor,#000) solid 2px;} .high-contrast footer.foot .inner .row.row-3 .col-1 p,.high-contrast footer.foot .inner .row.row-3 .col-1 a { color: #fff;}.high-contrast .backtotop::after { background-color: #fff !important;}.high-contrast #site aside.sidebar.fixed .stickyElement { background-color: var(--secondColor,#000);}.high-contrast .fl[data-frame=cibgbox] { background-color: var(--secondColor,#000);}.high-contrast .px-banner > .image::after,.high-contrast .px-banner > .video::after,.high-contrast .teaser-special .teaser-special-content .teaser-single-sc .item .image::before { background: linear-gradient(0deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%);}.high-contrast aside.sidebar.fixed .stickyElement .options .option > a:hover { color: #fff;} .px-banner .trustelements .global-trustelements-inner .image a:focus img { outline: auto;} .at-accessibility-toolbar .at-toolbar-link { border-radius: 3px;}.at-accessibility-toolbar .at-accessibility-btn-close { border-radius: 0 0 0 3px;} .teaser-special .teaser-special-content .teaser-single-sc .item-link:focus { border: 2px solid var(--mainColor,#000);} .cr_form button.cr_button { margin: 0; height: auto;}.cr_form .cr_body { background-color: var(--contrastColorInverted);}.cr_form a { border-bottom: 0; color: var(--secondColor);}.cr_form .cr_ipe_item input { background-color: var(--contrastColorInverted); padding: 20px 15px; border: 1px solid var(--formBorderColor); border-radius: 3px;}.cr_form .cr_ipe_item label { font-size: 16px; font-weight: 700; color: var(--fontColor);}.cr_form .cr_page { width: 100%;} body .cr-web-wrapper .cr-text a { color: var(--secondColor);}