@layer swift3 {:root { --wp--preset--aspect-ratio--square: 1; --wp--preset--aspect-ratio--4-3: 4/3; --wp--preset--aspect-ratio--3-4: 3/4; --wp--preset--aspect-ratio--3-2: 3/2; --wp--preset--aspect-ratio--2-3: 2/3; --wp--preset--aspect-ratio--16-9: 16/9; --wp--preset--aspect-ratio--9-16: 9/16; --wp--preset--color--black: #000000; --wp--preset--color--cyan-bluish-gray: #abb8c3; --wp--preset--color--white: #ffffff; --wp--preset--color--pale-pink: #f78da7; --wp--preset--color--vivid-red: #cf2e2e; --wp--preset--color--luminous-vivid-orange: #ff6900; --wp--preset--color--luminous-vivid-amber: #fcb900; --wp--preset--color--light-green-cyan: #7bdcb5; --wp--preset--color--vivid-green-cyan: #00d084; --wp--preset--color--pale-cyan-blue: #8ed1fc; --wp--preset--color--vivid-cyan-blue: #0693e3; --wp--preset--color--vivid-purple: #9b51e0; --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,#0693e3 0%,#9b51e0 100%); --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%); --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,#fcb900 0%,#ff6900 100%); --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,#ff6900 0%,#cf2e2e 100%); --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eeeeee 0%,#a9b8c3 100%); --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%); --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%); --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%); --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%); --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%); --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%); --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%); --wp--preset--font-size--small: 13px; --wp--preset--font-size--medium: 20px; --wp--preset--font-size--large: 36px; --wp--preset--font-size--x-large: 42px; --wp--preset--spacing--20: 0.44rem; --wp--preset--spacing--30: 0.67rem; --wp--preset--spacing--40: 1rem; --wp--preset--spacing--50: 1.5rem; --wp--preset--spacing--60: 2.25rem; --wp--preset--spacing--70: 3.38rem; --wp--preset--spacing--80: 5.06rem; --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2); --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4); --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2); --wp--preset--shadow--outlined: 6px 6px 0px -3px #ffffff, 6px 6px #000000; --wp--preset--shadow--crisp: 6px 6px 0px #000000; }:where(body) { margin: 0px; }body { padding: 0px; }html.wpk-a11y--ueberschrift :is(h1, h2, h3, h4, h5, h6) { border-inline-start: 4px solid var(--wpk-a11y-akzent, #2b7d78); padding-inline-start: 0.5em; }html.wpk-a11y--staerke :is(h1, h2, h3, h4, h5, h6), html.wpk-a11y--staerke strong, html.wpk-a11y--staerke b { font-weight: 800 !important; }html.wpk-a11y--ausrichten body, html.wpk-a11y--ausrichten p, html.wpk-a11y--ausrichten li, html.wpk-a11y--ausrichten :is(h1, h2, h3, h4, h5, h6) { text-align: left !important; }html.wpk-a11y--fokus :is(a, button, input, select, textarea, [tabindex]):focus, html.wpk-a11y--fokus :is(a, button, input, select, textarea, [tabindex]):focus-visible { border-radius: 3px; outline: #0b3d91 solid 4px !important; outline-offset: 3px !important; }html.wpk-a11y--markieren :is(p, li, h1, h2, h3, h4, h5, h6, article, figure, blockquote):hover { outline: 2px solid var(--wpk-a11y-akzent, #2b7d78); outline-offset: 3px; background-color: rgba(43, 125, 120, 0.06); }.wpk-a11y-trigger { position: fixed; z-index: 2147483001; display: inline-flex; align-items: center; justify-content: center; width: var(--wpk-a11y-knopf, 56px); height: var(--wpk-a11y-knopf, 56px); padding: 0px; border: 2px solid #ffffff; border-radius: 50%; background: var(--wpk-a11y-akzent, #2b7d78); color: #ffffff; box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 6px, rgba(0, 0, 0, 0.16) 0px 10px 28px; cursor: pointer; transition:transform 0.18s ease; }.wpk-a11y-trigger svg { width: var(--wpk-a11y-symbol, 26px); height: var(--wpk-a11y-symbol, 26px); }.wpk-a11y-trigger:hover { transform: translateY(-2px); }.wpk-a11y-trigger--unten-links { bottom: var(--wpk-a11y-y,20px); left: var(--wpk-a11y-x,20px); }:root { --wpk-a11y-akzent: #2b7d78; --wpk-a11y-x: 20px; --wpk-a11y-y: 20px; --wpk-a11y-knopf: 56px; --wpk-a11y-symbol: 26px; }@layer bricks {:root { --bricks-vh: 1vh; --bricks-transition: all 0.2s; --bricks-color-primary: #ffd64f; --bricks-color-secondary: #fc5778; --bricks-text-dark: #212121; --bricks-text-medium: #616161; --bricks-text-light: #9e9e9e; --bricks-text-info: #00b0f4; --bricks-text-success: #11b76b; --bricks-text-warning: #ffa100; --bricks-text-danger: #fa4362; --bricks-bg-info: #e5f3ff; --bricks-bg-success: #e6f6ed; --bricks-bg-warning: #fff2d7; --bricks-bg-danger: #ffe6ec; --bricks-bg-dark: #263238; --bricks-bg-light: #f5f6f7; --bricks-border-color: #dddedf; --bricks-border-radius: 4px; --bricks-tooltip-bg: #23282d; --bricks-tooltip-text: #eaecef; } html { text-size-adjust: auto; line-height: 1.15; } body { margin: 0px; } article, aside, figcaption, figure, footer, header, main, nav, section { display: block; } button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0px; } button, input { overflow: visible; } button, select { text-transform: none; } [type="reset"], [type="submit"], button, html [type="button"] { appearance: button; } [type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0px; } .brxe-section { align-items: center; display: flex; flex-direction: column; margin-left: auto; margin-right: auto; width: 100%; } .brxe-section.bricks-lazy-hidden { background-image: none !important; } .brxe-block { align-items: flex-start; display: flex; flex-direction: column; width: 100%; } .brxe-block.bricks-lazy-hidden { background-image: none !important; } .brxe-div.bricks-lazy-hidden { background-image: none !important; } [class*="brxe-"] { max-width: 100%; } svg:not([width]) { min-width: 1em; } svg:not([height]) { min-height: 1em; } #brx-footer { background-position: 50% center; background-size: cover; flex-shrink: 0; margin-top: auto; position: relative; width: 100%; } html { font-size: 62.5%; } *, ::after, ::before, html { box-sizing: border-box; } * { border-color: var(--bricks-border-color); } body { -webkit-font-smoothing: antialiased; background-color: rgb(255, 255, 255); background-position: 50% center; color: rgb(54, 54, 54); font-family: -apple-system, "system-ui", "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 15px; line-height: 1.7; transition: padding-top; } .brx-body { display: flex; flex-direction: column; margin: 0px auto; width: 100%; } :where(a) { border-color: currentcolor; color: currentcolor; cursor: pointer; text-decoration: none; } h1, h2, h3, h4, h5, h6 { margin: 0px; text-rendering: optimizelegibility; } h1 { font-size: 2.4em; } h1, h2 { line-height: 1.4; } h2 { font-size: 2.1em; } h3 { font-size: 1.8em; } h3, h4 { line-height: 1.4; } :where(p) { margin-block: 0px 1.2em; } :where(p:last-of-type) { margin-block-end: 0px; } button { border-width: medium; border-style: none; border-color: currentcolor; border-image: none; cursor: pointer; outline: none; padding: 0px; } label { color: var(--bricks-text-light); display: block; font-weight: 400; margin-bottom: 5px; } button, input, optgroup, select, textarea { font-family: inherit; text-align: inherit; } .input, input:not([type="submit"]), select, textarea { border-style: solid; border-width: 1px; box-shadow: none; color: currentcolor; font-size: inherit; line-height: 40px; outline: none; padding: 0px 12px; transition: var(--bricks-transition); width: 100%; } input[type="button"], input[type="checkbox"], input[type="radio"] { width: auto; } input[type="checkbox"], input[type="radio"], input[type="submit"], select { cursor: pointer; } .skip-link { clip: rect(1px, 1px, 1px, 1px); background: rgb(0, 0, 0); border-bottom-right-radius: 8px; color: rgb(255, 255, 255); font-weight: 700; height: 1px; left: 0px; overflow: hidden; padding: 5px 10px; position: absolute; top: 0px; transition: transform 0.1s; white-space: nowrap; width: 1px; z-index: 9999; } .skip-link:focus { clip: auto; height: auto; overflow: visible; width: auto; } .brx-submenu-toggle { align-items: center; cursor: pointer; display: flex; } .brx-submenu-toggle.icon-right button { margin-left: 10px; } .brx-submenu-toggle button, .brx-submenu-toggle button > * { align-items: center; background-color: transparent; color: currentcolor; display: flex; transition: transform 0.1s cubic-bezier(0, 0, 0.2, 1); will-change: transform; } .brx-multilevel-overflow-right, .brx-multilevel-overflow-right ul, .brx-submenu-overflow-right { left: auto !important; right: 0px !important; } .brx-sub-submenu-overflow-right, .brx-sub-submenu-overflow-right ul, .brx-submenu-overflow-right ul { left: auto !important; right: 100% !important; } #brx-content { flex: 1 1 0%; position: relative; width: 100%; } #brx-header { background-position: 50% center; background-size: cover; position: relative; width: 100%; } #brx-header.brx-sticky { left: 0px; position: fixed; right: 0px; top: 0px; transition: background-color 0.2s, transform 0.4s; width: 100%; z-index: 998; } #brx-header.brx-sticky .bricks-nav-menu > li > a, #brx-header.brx-sticky > .brxe-block, #brx-header.brx-sticky > .brxe-container, #brx-header.brx-sticky > .brxe-div, #brx-header.brx-sticky > .brxe-section { transition: inherit; } .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; white-space: nowrap; width: 1px; position: absolute !important; } .brx-load-more-hidden, .brx-query-trail:not(.bricks-isotope-sizer) { display: none !important; } .swiper-slide { flex-shrink: 0; height: 100%; position: relative; transition-property: transform; width: 100%; } @keyframes blink { 100% { opacity: 0; } } .brx-multilevel-back { align-items: center; cursor: pointer; display: flex; gap: 3px; width: 100%; } .brxe-icon { font-size: 60px; } svg.brxe-icon { font-size: inherit; } .brxe-filter-checkbox[data-mode="button"] input[type="checkbox"]:focus-visible + .bricks-button, .brxe-filter-checkbox[data-mode="button"] label:focus-within .bricks-button { outline: 2px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } .brxe-filter-checkbox input[type="checkbox"]:focus-visible + .brx-input-indicator { outline: 1px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } .brxe-filter-radio[data-mode="button"] input[type="radio"]:focus-visible + .bricks-button, .brxe-filter-radio[data-mode="button"] label:focus-within .bricks-button { outline: 2px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } .brxe-filter-radio input[type="radio"]:focus-visible + .brx-input-indicator { outline: 2px solid var(--brx-indicator-focus-color,#3b82f6); outline-offset: 2px; } :where(.brxe-nav-menu) .menu-item:not(.open) .sub-menu { pointer-events: none; } :where(.brxe-nav-menu) ol, :where(.brxe-nav-menu) ul { list-style-type: none; margin: 0px; padding: 0px; } :where(.brxe-nav-menu) .bricks-nav-menu { display: flex; line-height: inherit; margin: 0px; padding: 0px; } :where(.brxe-nav-menu) .bricks-nav-menu > li { margin: 0px 0px 0px 30px; } :where(.brxe-nav-menu) .bricks-nav-menu li { position: relative; } :where(.brxe-nav-menu) .bricks-nav-menu li:not(.brx-has-megamenu) > a { display: flex; width: 100%; } :where(.brxe-nav-menu) .bricks-nav-menu .sub-menu { background-color: var(--bricks-bg-dark); color: rgb(255, 255, 255); line-height: 60px; min-width: 150px; opacity: 0; position: absolute; top: 100%; transition: var(--bricks-transition); visibility: hidden; white-space: nowrap; z-index: 998; } :where(.brxe-nav-menu) .bricks-nav-menu .sub-menu li { border-style: none; position: relative; width: 100%; } :where(.brxe-nav-menu) .bricks-nav-menu .sub-menu a, :where(.brxe-nav-menu) .bricks-nav-menu .sub-menu button { color: currentcolor; padding: 0px 20px; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle { background-color: transparent; cursor: pointer; display: none; height: 16px; min-width: 12px; position: relative; width: 20px; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle::before { inset: 0px; content: ""; position: absolute; z-index: 1; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle:hover span { min-width: 12px; width: 20px; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle span { background-color: currentcolor; display: block; height: 2px; position: absolute; right: 0px; transition: var(--bricks-transition); } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-top { min-width: 12px; top: 0px; width: 20px; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-center { min-width: 12px; top: 7px; width: 20px; } :where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-bottom { min-width: 12px; top: 14px; width: 20px; } .brxe-nav-menu .bricks-mobile-menu-wrapper { bottom: 0px; color: rgb(255, 255, 255); display: flex; flex-direction: column; height: calc(var(--bricks-vh, 1vh)*100); left: 0px; position: fixed; right: auto; scrollbar-width: none; top: var(--wp-admin--admin-bar--height,0); transition-duration: 0.2s; transition-property: background-color, opacity, transform, visibility; visibility: hidden; width: 300px; z-index: 999; } .brxe-nav-menu .bricks-mobile-menu-wrapper::before { background-color: rgb(35, 40, 45); background-size: cover; inset: 0px; content: ""; position: absolute; z-index: -1; } .brxe-nav-menu .bricks-mobile-menu-wrapper.left { transform: translateX(-100%); } .brxe-nav-menu .bricks-mobile-menu-wrapper a { display: block; width: 100%; } .brxe-nav-menu .bricks-mobile-menu-wrapper li a { line-height: 60px; } .brxe-nav-menu .bricks-mobile-menu-wrapper li a:focus { outline-offset: -1px; } .brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu { display: none; line-height: 40px; background: none !important; } .brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu li > .brx-submenu-toggle > *, .brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu li > a { padding: 0px 45px; } .brxe-nav-menu .bricks-mobile-menu { overflow-y: scroll; position: relative; scrollbar-width: none; } .brxe-nav-menu .bricks-mobile-menu > li > .brx-submenu-toggle > *, .brxe-nav-menu .bricks-mobile-menu > li > a { padding: 0px 30px; } .brxe-nav-menu .bricks-mobile-menu-overlay { background-color: rgba(0, 0, 0, 0.25); inset: 0px; opacity: 0; position: fixed; transition: 0.2s; visibility: hidden; z-index: -1; } li.menu-item-has-children [aria-expanded] .menu-item-icon { background-color: transparent; color: inherit; pointer-events: none; transition: inherit; } @keyframes load8 { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } } @keyframes spin { 100% { transform: rotate(1turn); } } @keyframes scrolling { 0% { opacity: 1; } 100% { opacity: 0; transform: translateY(10px); } }}body label { color: var(--text-body); }html body, html button, html input, html select, html textarea, html h1, html h2, html h3, html h4, html h5, html h6 { font-family: Manrope, "Manrope Fallback", Arial, Helvetica, sans-serif; }#nxt-right-click-disable-alert { position: fixed; display: inline-flex; visibility: hidden; overflow: hidden; min-width: 250px; transform: translateX(calc(100% + 50px)); background-color: #ffffff; align-items: center; border-radius: 8px; padding: 20px 30px; z-index: 999; box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 20px -5px; transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35); }#nxt-right-click-disable-alert .nxt-disable-inner { position: relative; display: inline-flex; align-items: center; }#nxt-right-click-disable-alert .nxt-disable-inner::before { content: ""; display: inline-flex; align-items: center; justify-content: center; color: #ffffff; width: 35px; height: 35px; border-radius: 25px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' fill='%23f44a25'%3E%3Cpath d='M48 80a48 48 0 1 1 96 0A48 48 0 1 1 48 80zM0 224c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V448h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H64V256H32c-17.7 0-32-14.3-32-32z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center center; background-size: 8px; background-color: #313131; }#nxt-right-click-disable-alert .nxt-alert-content { display: flex; flex-direction: column; margin: 0px 20px; }.nxt-alert-content .nxt-alert-title { font-size: 16px; font-weight: 600; color: #333333; }.nxt-alert-content .nxt-alert-message { font-size: 14px; font-weight: 400; color: #666666; }#nxt-right-click-disable-alert .nxt-time-progress { position: absolute; bottom: 0px; left: 0px; height: 3px; width: 100%; }#nxt-right-click-disable-alert .nxt-time-progress::before { content: ""; position: absolute; bottom: 0px; right: 0px; height: 100%; width: 100%; background-color: #ff8b00; }@keyframes nxt_time_progress { 100% { right: 100%; } }body * :not(input):not(textarea):not(select):not([contenteditable="true"]):not([contenteditable=""]) { user-select: none !important; }input, textarea, select, [contenteditable="true"], [contenteditable=""], [contenteditable="true"] *, [contenteditable=""] * { user-select: text !important; }div#nxt-right-click-disable-alert { background-color: #ffffff; }div#nxt-right-click-disable-alert .nxt-alert-content .nxt-alert-title { color: #101828; }div#nxt-right-click-disable-alert .nxt-alert-content .nxt-alert-message { color: #667085; }div#nxt-right-click-disable-alert .nxt-disable-inner::before { color: #f44a25; }div#nxt-right-click-disable-alert .nxt-time-progress::before, div#nxt-right-click-disable-alert .nxt-disable-inner::before { background-color: #ffe8e5; }#nxt-right-click-disable-alert { top: 6%; right: 3%; }:root { --min-screen-width: 320px; --max-screen-width: 1400px; --primary: hsla(176,49%,33%,1); --primary-5: hsla(176,49%,33%,0.05); --primary-10: hsla(176,49%,33%,0.1); --primary-20: hsla(176,49%,33%,0.2); --primary-30: hsla(176,49%,33%,0.3); --primary-40: hsla(176,49%,33%,0.4); --primary-50: hsla(176,49%,33%,0.5); --primary-60: hsla(176,49%,33%,0.6); --primary-70: hsla(176,49%,33%,0.7); --primary-80: hsla(176,49%,33%,0.8); --primary-90: hsla(176,49%,33%,0.9); --primary-d-1: hsla(176,44%,27%,1); --primary-d-2: hsla(176,39%,21%,1); --primary-d-3: hsla(175,33%,15%,1); --primary-d-4: hsla(175,24%,9%,1); --primary-l-1: hsla(175,25%,47%,1); --primary-l-2: hsla(175,22%,60%,1); --primary-l-3: hsla(174,21%,73%,1); --primary-l-4: hsla(173,21%,87%,1); --secondary: hsla(37,43%,62%,1); --secondary-5: hsla(37,43%,62%,0.05); --secondary-10: hsla(37,43%,62%,0.1); --secondary-20: hsla(37,43%,62%,0.2); --secondary-30: hsla(37,43%,62%,0.3); --secondary-40: hsla(37,43%,62%,0.4); --secondary-50: hsla(37,43%,62%,0.5); --secondary-60: hsla(37,43%,62%,0.6); --secondary-70: hsla(37,43%,62%,0.7); --secondary-80: hsla(37,43%,62%,0.8); --secondary-90: hsla(37,43%,62%,0.9); --secondary-d-1: hsla(37,26%,49%,1); --secondary-d-2: hsla(37,25%,36%,1); --secondary-d-3: hsla(37,23%,24%,1); --secondary-d-4: hsla(36,20%,13%,1); --secondary-l-1: hsla(36,45%,70%,1); --secondary-l-2: hsla(36,46%,77%,1); --secondary-l-3: hsla(35,47%,85%,1); --secondary-l-4: hsla(35,48%,92%,1); --tertiary: hsla(188,65%,11%,1); --tertiary-5: hsla(188,65%,11%,0.05); --tertiary-10: hsla(188,65%,11%,0.1); --tertiary-20: hsla(188,65%,11%,0.2); --tertiary-30: hsla(188,65%,11%,0.3); --tertiary-40: hsla(188,65%,11%,0.4); --tertiary-50: hsla(188,65%,11%,0.5); --tertiary-60: hsla(188,65%,11%,0.6); --tertiary-70: hsla(188,65%,11%,0.7); --tertiary-80: hsla(188,65%,11%,0.8); --tertiary-90: hsla(188,65%,11%,0.9); --tertiary-d-1: hsla(189,54%,10%,1); --tertiary-d-2: hsla(189,44%,8%,1); --tertiary-d-3: hsla(187,46%,6%,1); --tertiary-d-4: hsla(188,53%,3%,1); --tertiary-l-1: hsla(189,20%,27%,1); --tertiary-l-2: hsla(189,9%,44%,1); --tertiary-l-3: hsla(189,7%,62%,1); --tertiary-l-4: hsla(189,7%,80%,1); --tuerkis-hell: hsla(173,37%,51%,1); --tuerkis-hell-5: hsla(173,37%,51%,0.05); --tuerkis-hell-10: hsla(173,37%,51%,0.1); --tuerkis-hell-20: hsla(173,37%,51%,0.2); --tuerkis-hell-30: hsla(173,37%,51%,0.3); --tuerkis-hell-40: hsla(173,37%,51%,0.4); --tuerkis-hell-50: hsla(173,37%,51%,0.5); --tuerkis-hell-60: hsla(173,37%,51%,0.6); --tuerkis-hell-70: hsla(173,37%,51%,0.7); --tuerkis-hell-80: hsla(173,37%,51%,0.8); --tuerkis-hell-90: hsla(173,37%,51%,0.9); --tuerkis-hell-d-1: hsla(173,34%,45%,1); --tuerkis-hell-d-2: hsla(173,33%,39%,1); --tuerkis-hell-d-3: hsla(172,32%,34%,1); --tuerkis-hell-d-4: hsla(172,30%,28%,1); --tuerkis-hell-d-5: hsla(172,28%,23%,1); --tuerkis-hell-d-6: hsla(172,26%,18%,1); --tuerkis-hell-d-7: hsla(171,22%,13%,1); --tuerkis-hell-d-8: hsla(171,18%,8%,1); --tuerkis-hell-l-1: hsla(172,36%,57%,1); --tuerkis-hell-l-2: hsla(172,36%,63%,1); --tuerkis-hell-l-3: hsla(171,35%,68%,1); --tuerkis-hell-l-4: hsla(171,35%,74%,1); --tuerkis-hell-l-5: hsla(171,35%,79%,1); --tuerkis-hell-l-6: hsla(170,35%,84%,1); --tuerkis-hell-l-7: hsla(170,35%,89%,1); --tuerkis-hell-l-8: hsla(170,35%,95%,1); --bg-body: hsla(0,0%,100%,1); --bg-surface: hsla(36,20%,95%,1); --mint: hsla(163,26%,95%,1); --mint-5: hsla(163,26%,95%,0.05); --mint-10: hsla(163,26%,95%,0.1); --mint-20: hsla(163,26%,95%,0.2); --mint-30: hsla(163,26%,95%,0.3); --mint-40: hsla(163,26%,95%,0.4); --mint-50: hsla(163,26%,95%,0.5); --mint-60: hsla(163,26%,95%,0.6); --mint-70: hsla(163,26%,95%,0.7); --mint-80: hsla(163,26%,95%,0.8); --mint-90: hsla(163,26%,95%,0.9); --mint-d-1: hsla(163,7%,83%,1); --mint-d-2: hsla(163,4%,72%,1); --mint-d-3: hsla(163,2%,61%,1); --mint-d-4: hsla(163,1%,50%,1); --mint-d-5: hsla(163,1%,39%,1); --mint-d-6: hsla(163,1%,29%,1); --mint-d-7: hsla(163,1%,20%,1); --mint-d-8: hsla(163,1%,11%,1); --mint-l-1: hsla(163,28%,96%,1); --mint-l-2: hsla(163,28%,96%,1); --mint-l-3: hsla(163,28%,97%,1); --mint-l-4: hsla(163,28%,97%,1); --mint-l-5: hsla(163,28%,98%,1); --mint-l-6: hsla(163,28%,98%,1); --mint-l-7: hsla(163,28%,99%,1); --mint-l-8: hsla(163,28%,99%,1); --sandweiss: hsla(38,50%,97%,1); --sandweiss-5: hsla(38,50%,97%,0.05); --sandweiss-10: hsla(38,50%,97%,0.1); --sandweiss-20: hsla(38,50%,97%,0.2); --sandweiss-30: hsla(38,50%,97%,0.3); --sandweiss-40: hsla(38,50%,97%,0.4); --sandweiss-50: hsla(38,50%,97%,0.5); --sandweiss-60: hsla(38,50%,97%,0.6); --sandweiss-70: hsla(38,50%,97%,0.7); --sandweiss-80: hsla(38,50%,97%,0.8); --sandweiss-90: hsla(38,50%,97%,0.9); --sandweiss-d-1: hsla(34,8%,85%,1); --sandweiss-d-2: hsla(34,4%,73%,1); --sandweiss-d-3: hsla(34,2%,62%,1); --sandweiss-d-4: hsla(34,1%,51%,1); --sandweiss-d-5: hsla(34,1%,40%,1); --sandweiss-d-6: hsla(34,1%,30%,1); --sandweiss-d-7: hsla(34,1%,20%,1); --sandweiss-d-8: hsla(34,1%,11%,1); --sandweiss-l-1: hsla(34,47%,97%,1); --sandweiss-l-2: hsla(34,47%,98%,1); --sandweiss-l-3: hsla(34,47%,98%,1); --sandweiss-l-4: hsla(34,47%,98%,1); --sandweiss-l-5: hsla(34,47%,99%,1); --sandweiss-l-6: hsla(34,47%,99%,1); --sandweiss-l-7: hsla(34,47%,99%,1); --sandweiss-l-8: hsla(0,0%,100%,1); --petrol-2: hsla(187,59%,17%,1); --petrol-2-5: hsla(187,59%,17%,0.05); --petrol-2-10: hsla(187,59%,17%,0.1); --petrol-2-20: hsla(187,59%,17%,0.2); --petrol-2-30: hsla(187,59%,17%,0.3); --petrol-2-40: hsla(187,59%,17%,0.4); --petrol-2-50: hsla(187,59%,17%,0.5); --petrol-2-60: hsla(187,59%,17%,0.6); --petrol-2-70: hsla(187,59%,17%,0.7); --petrol-2-80: hsla(187,59%,17%,0.8); --petrol-2-90: hsla(187,59%,17%,0.9); --petrol-2-d-1: hsla(187,54%,16%,1); --petrol-2-d-2: hsla(187,50%,14%,1); --petrol-2-d-3: hsla(187,45%,13%,1); --petrol-2-d-4: hsla(188,41%,11%,1); --petrol-2-d-5: hsla(188,36%,10%,1); --petrol-2-d-6: hsla(187,32%,8%,1); --petrol-2-d-7: hsla(186,35%,6%,1); --petrol-2-d-8: hsla(187,42%,3%,1); --petrol-2-l-1: hsla(188,32%,26%,1); --petrol-2-l-2: hsla(188,21%,35%,1); --petrol-2-l-3: hsla(188,14%,43%,1); --petrol-2-l-4: hsla(188,11%,52%,1); --petrol-2-l-5: hsla(188,11%,61%,1); --petrol-2-l-6: hsla(188,11%,71%,1); --petrol-2-l-7: hsla(188,11%,80%,1); --petrol-2-l-8: hsla(188,11%,90%,1); --text-body: hsla(178,13%,39%,1); --text-title: hsla(190,42%,12%,1); --border-primary: hsla(163,14%,90%,1); --shadow-primary: hsla(188,65%,11%,0.15); --light: hsla(85,0%,100%,1); --light-5: hsla(0,0%,100%,0.05); --light-10: hsla(0,0%,100%,0.1); --light-20: hsla(0,0%,100%,0.2); --light-30: hsla(0,0%,100%,0.3); --light-40: hsla(0,0%,100%,0.4); --light-50: hsla(0,0%,100%,0.5); --light-60: hsla(0,0%,100%,0.6); --light-70: hsla(0,0%,100%,0.7); --light-80: hsla(0,0%,100%,0.8); --light-90: hsla(0,0%,100%,0.9); --dark: hsla(0,0%,0%,1); --dark-5: hsla(0,0%,0%,0.05); --dark-10: hsla(0,0%,0%,0.1); --dark-20: hsla(0,0%,0%,0.2); --dark-30: hsla(0,0%,0%,0.3); --dark-40: hsla(0,0%,0%,0.4); --dark-50: hsla(0,0%,0%,0.5); --dark-60: hsla(0,0%,0%,0.6); --dark-70: hsla(0,0%,0%,0.7); --dark-80: hsla(0,0%,0%,0.8); --dark-90: hsla(0,0%,0%,0.9); --success: hsla(136,95%,56%,1); --success-5: hsla(136,95%,56%,0.05); --success-10: hsla(136,95%,56%,0.1); --success-20: hsla(136,95%,56%,0.2); --success-30: hsla(136,95%,56%,0.3); --success-40: hsla(136,95%,56%,0.4); --success-50: hsla(136,95%,56%,0.5); --success-60: hsla(136,95%,56%,0.6); --success-70: hsla(136,95%,56%,0.7); --success-80: hsla(136,95%,56%,0.8); --success-90: hsla(136,95%,56%,0.9); --error: hsla(351,95%,56%,1); --error-5: hsla(351,95%,56%,0.05); --error-10: hsla(351,95%,56%,0.1); --error-20: hsla(351,95%,56%,0.2); --error-30: hsla(351,95%,56%,0.3); --error-40: hsla(351,95%,56%,0.4); --error-50: hsla(351,95%,56%,0.5); --error-60: hsla(351,95%,56%,0.6); --error-70: hsla(351,95%,56%,0.7); --error-80: hsla(351,95%,56%,0.8); --error-90: hsla(351,95%,56%,0.9); --space-4xs: clamp(0.52rem,calc(-0.03vw + 0.53rem),0.49rem); --space-3xs: clamp(0.66rem,calc(0.04vw + 0.64rem),0.7rem); --space-2xs: clamp(0.82rem,calc(0.16vw + 0.77rem),0.99rem); --space-xs: clamp(1.02rem,calc(0.35vw + 0.91rem),1.4rem); --space-s: clamp(1.28rem,calc(0.65vw + 1.07rem),1.98rem); --space-m: clamp(1.6rem,calc(1.11vw + 1.24rem),2.8rem); --space-l: clamp(2rem,calc(1.81vw + 1.42rem),3.96rem); --space-xl: clamp(2.5rem,calc(2.87vw + 1.58rem),5.6rem); --space-2xl: clamp(3.13rem,calc(4.44vw + 1.71rem),7.92rem); --space-3xl: clamp(3.91rem,calc(6.75vw + 1.75rem),11.19rem); --space-4xl: clamp(4.88rem,calc(10.13vw + 1.64rem),15.83rem); --text-xs: clamp(1.26rem,calc(-0.23vw + 1.34rem),1.01rem); --text-s: clamp(1.42rem,calc(-0.07vw + 1.44rem),1.35rem); --text-m: clamp(1.6rem,calc(0.19vw + 1.54rem),1.8rem); --text-l: clamp(1.8rem,calc(0.55vw + 1.62rem),2.4rem); --text-xl: clamp(2.02rem,calc(1.09vw + 1.68rem),3.2rem); --text-2xl: clamp(2.28rem,calc(1.84vw + 1.69rem),4.26rem); --text-3xl: clamp(2.56rem,calc(2.89vw + 1.64rem),5.68rem); --text-4xl: clamp(2.88rem,calc(4.34vw + 1.49rem),7.58rem); --hero-title-size: var(--text-4xl); --post-title-size: var(--text-2xl); --nav-link-size: var(--text-s); --header-space: var(--space-s); --btn-space: var(--space-xs) var(--space-s); --card-space: var(--space-s); --footer-space: var(--space-s) var(--space-m); --columns-1: repeat(1,minmax(0,1fr)); --columns-2: repeat(2,minmax(0,1fr)); --columns-3: repeat(3,minmax(0,1fr)); --columns-4: repeat(4,minmax(0,1fr)); --columns-5: repeat(5,minmax(0,1fr)); --columns-6: repeat(6,minmax(0,1fr)); --columns-7: repeat(7,minmax(0,1fr)); --columns-8: repeat(8,minmax(0,1fr)); --radius-xs: clamp(0.4rem,calc(0vw + 0.4rem),0.4rem); --radius-s: clamp(0.6rem,calc(0.19vw + 0.54rem),0.8rem); --radius-m: clamp(1rem,calc(0.19vw + 0.94rem),1.2rem); --radius-l: clamp(1.6rem,calc(0.37vw + 1.48rem),2rem); --radius-xl: clamp(2.6rem,calc(0.56vw + 2.42rem),3.2rem); --radius-full: 999rem; --shadow-xs: 0 1px 2px var(--shadow-primary); --shadow-s: 0 1.5px 3px var(--shadow-primary); --shadow-m: 0 2px 6px var(--shadow-primary); --shadow-l: 0 3px 12px var(--shadow-primary); --shadow-xl: 0 6px 48px var(--shadow-primary); --fg-text-width: 62ch; }body { color: var(--text-body); font-family: Manrope; font-size: var(--text-m); font-weight: 400; letter-spacing: -0.008em; line-height: 1.7; }h1, h2, h3, h4, h5, h6 { color: var(--text-title); font-family: Manrope; font-weight: 700; letter-spacing: -0.035em; line-height: 1.15; }.wpk-hero-glow { position: relative; isolation: isolate; overflow: hidden; background: var(--tertiary); padding-block: calc(var(--space-3xl) * 1.3); }.wpk-hero-glow::before { content: ""; position: absolute; inset: -35%; z-index: -1; background: radial-gradient(46% 42% at 22% 28%, rgba(84, 176, 165, 0.5), transparent 68%), radial-gradient(40% 38% at 78% 18%, rgba(43, 125, 120, 0.42), transparent 70%), radial-gradient(52% 46% at 62% 88%, rgba(200, 168, 116, 0.16), transparent 72%); animation: 18s ease-in-out 0s infinite normal none running wpk-atem; }@keyframes wpk-atem { 0%, 100% { transform: scale(1); opacity: 0.9; } 50% { transform: scale(1.14) translate(1.5%, -1.5%); opacity: 1; } }.wpk-wrap { width: 100%; max-width: 118rem; margin-inline: auto; padding-inline: clamp(2rem, 5vw, 6.4rem); }.wpk-label { display: inline-flex; align-items: center; gap: var(--space-2xs); font-size: var(--text-xs); font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--primary-d-1); }.wpk-label::before { content: ""; width: 2.2rem; height: 1px; background: currentcolor; opacity: 0.5; }#brxe-hdrlogomark { height: 4rem; padding-top: var(--space-3xs); padding-right: var(--space-3xs); padding-bottom: var(--space-3xs); padding-left: var(--space-3xs); width: 4rem; color: var(--bg-body); fill: var(--bg-body); }#brxe-hdrlogotxt { color: var(--text-title); font-size: 1.9rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; }#brxe-hdrlogosub { color: var(--primary); font-size: 1.1rem; font-weight: 600; letter-spacing: 0.22em; line-height: 1.1; text-transform: uppercase; }#brxe-hdrlogowrap { flex-direction: column; display: flex; row-gap: var(--space-4xs); }#brxe-hdrlogo { align-items: center; column-gap: var(--space-2xs); flex-direction: row; display: flex; flex-shrink: 0; }#brxe-hdrnav { align-items: center; display: flex; flex-shrink: 0; }#brxe-hdrnav .bricks-nav-menu { gap: var(--space-m); }#brxe-hdrnav .bricks-nav-menu > li { margin: 0px; }#brxe-hdrnav .bricks-nav-menu > li > a { color: var(--text-title); font-family: Manrope; font-size: var(--text-m); font-weight: 500; }#brxe-hdrnav .bricks-nav-menu > li > .brx-submenu-toggle > * { color: var(--text-title); font-family: Manrope; font-size: var(--text-m); font-weight: 500; }#brxe-hdrnav .bricks-mobile-menu-wrapper::before { background-color: var(--bg-body); }#brxe-hdrnav .bricks-mobile-menu-toggle { color: var(--text-title); }#brxe-hdrnav .bricks-mobile-menu > li > a { color: var(--text-title); font-family: Manrope; font-size: var(--text-l); font-weight: 500; line-height: 1.4; padding-top: var(--space-2xs); padding-right: var(--space-l); padding-bottom: var(--space-2xs); padding-left: var(--space-l); }#brxe-hdrnav .bricks-mobile-menu > li > .brx-submenu-toggle > * { color: var(--text-title); font-family: Manrope; font-size: var(--text-l); font-weight: 500; line-height: 1.4; padding-top: var(--space-2xs); padding-right: var(--space-l); padding-bottom: var(--space-2xs); padding-left: var(--space-l); }#brxe-hdrnav .bricks-nav-menu .sub-menu > li > a { color: var(--text-body); font-family: Manrope; font-size: var(--text-s); line-height: 1.5; }#brxe-hdrnav .bricks-nav-menu .sub-menu { background-color: var(--bg-body); border: 1px solid var(--border-primary); border-radius: var(--radius-s); }#brxe-hdrnav .bricks-nav-menu .sub-menu a { padding-top: var(--space-2xs); padding-right: var(--space-s); padding-bottom: var(--space-2xs); padding-left: var(--space-s); }#brxe-hdrnav .bricks-mobile-menu .sub-menu > .menu-item > a { padding-top: var(--space-3xs); padding-right: var(--space-l); padding-bottom: var(--space-3xs); padding-left: var(--space-xl); }#brxe-hdrnav .bricks-mobile-menu .sub-menu > li > a { color: var(--text-body); font-family: Manrope; font-size: var(--text-m); font-weight: 400; line-height: 1.5; }#brxe-hdrnav .bricks-nav-menu > li.nur-mobil { display: none; }#brxe-hdrphonei { height: 1.7rem; width: 1.7rem; color: var(--primary); fill: var(--primary); }#brxe-hdrphonet { color: var(--text-title); font-size: var(--text-s); font-weight: 600; }#brxe-hdrphone { align-items: center; column-gap: var(--space-3xs); flex-direction: row; display: flex; flex-shrink: 0; }#brxe-hdract { align-items: center; column-gap: var(--space-s); flex-direction: row; display: flex; flex-shrink: 0; }#brxe-hdrin { align-items: center; column-gap: var(--space-s); flex-direction: row; display: flex; justify-content: space-between; }#fg-header { background-color: var(--bg-body); border-bottom: 1px solid var(--border-primary); padding-top: 0px; padding-bottom: 0px; }#brxe-bfplbl { color: var(--secondary); }#brxe-bfph1 { max-width: 56rem; color: var(--text-title); font-size: clamp(3.2rem, 4vw, 5.2rem); line-height: 1.08; }#brxe-bfpin { display: flex; flex-direction: column; row-gap: var(--space-m); }#brxe-bfpsec { display: flex; align-items: center; min-height: 42rem; padding-top: var(--space-2xl); padding-bottom: var(--space-2xl); }#brxe-bft1 { max-width: 70rem; color: var(--text-body); font-size: var(--text-m); line-height: 1.7; }#brxe-bfh1a { margin-top: var(--space-l); font-size: var(--text-l); }#brxe-bfl1 { max-width: 70rem; color: var(--text-body); font-size: var(--text-m); line-height: 1.7; }#brxe-bfh2a { margin-top: var(--space-l); font-size: var(--text-l); }#brxe-bft2 { max-width: 70rem; color: var(--text-body); font-size: var(--text-m); line-height: 1.7; }#brxe-bfl2 { max-width: 70rem; color: var(--text-body); font-size: var(--text-m); line-height: 1.7; }#brxe-bfh3a { margin-top: var(--space-l); font-size: var(--text-l); }#brxe-bfl3 { max-width: 70rem; color: var(--text-body); font-size: var(--text-m); line-height: 1.7; }#brxe-bfh4a { margin-top: var(--space-l); font-size: var(--text-l); }#brxe-bft3 { max-width: 70rem; color: var(--text-body); font-size: var(--text-m); line-height: 1.7; }#brxe-bft4 { margin-top: var(--space-l); color: var(--text-body); font-size: var(--text-s); }#brxe-bfin { display: flex; flex-direction: column; row-gap: var(--space-2xs); }#brxe-bfsec { padding-top: var(--space-3xl); padding-bottom: var(--space-3xl); }#brxe-ftc1h { color: var(--text-title); font-size: 1.2rem; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }#brxe-ftc1t { color: var(--text-body); font-size: var(--text-s); line-height: 1.7; }#brxe-ftc1 { flex-direction: column; display: flex; row-gap: var(--space-2xs); }#brxe-ftc2h { color: var(--text-title); font-size: 1.2rem; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }#brxe-ftc2t { color: var(--text-body); font-size: var(--text-s); line-height: 1.9; }#brxe-ftc2t a { color: inherit; text-decoration: none; }#brxe-ftc2t a:hover { color: var(--text-title); }#brxe-ftc2 { flex-direction: column; display: flex; row-gap: var(--space-2xs); }#brxe-ftc3h { color: var(--text-title); font-size: 1.2rem; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }#brxe-ftc3t { color: var(--text-body); font-size: var(--text-s); line-height: 1.9; }#brxe-ftdlh { margin-top: var(--space-l); color: var(--text-title); font-size: 1.2rem; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }#brxe-ftdl1 { color: var(--text-body); font-size: var(--text-s); line-height: 1.9; }#brxe-ftdl2 { color: var(--text-body); font-size: var(--text-s); line-height: 1.9; }#brxe-ftc3 { flex-direction: column; display: flex; row-gap: var(--space-2xs); }#brxe-ftc4h { color: var(--text-title); font-size: 1.2rem; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }#brxe-ftc4n .bricks-nav-menu > li > a { color: var(--text-body); font-family: Manrope; font-size: var(--text-s); line-height: 1.5; padding-top: var(--space-4xs); padding-right: 0px; padding-bottom: var(--space-4xs); padding-left: 0px; }#brxe-ftc4n .bricks-nav-menu > li { margin: 0px; }#brxe-ftc4n .bricks-nav-menu { flex-direction: column; gap: 0px; }#brxe-ftc4 { flex-direction: column; display: flex; row-gap: var(--space-2xs); }#brxe-ftrecht .bricks-nav-menu { gap: var(--space-s); }#brxe-ftrecht .bricks-nav-menu > li > a { color: var(--text-body); font-family: Manrope; font-size: var(--text-s); padding-top: var(--space-3xs); padding-right: 0px; padding-bottom: var(--space-3xs); padding-left: 0px; }#brxe-ftrecht .bricks-nav-menu > li { margin: 0px; }#brxe-ftrecht .bricks-nav-menu { flex-wrap: wrap; }#brxe-ftrecht .bricks-nav-menu > li > a { white-space: normal; }#brxe-ftcopy { color: var(--text-body); font-size: var(--text-s); }#brxe-ftbar { align-items: center; border-top: 1px solid var(--border-primary); column-gap: var(--space-m); flex-flow: wrap; display: flex; justify-content: space-between; padding-top: var(--space-l); row-gap: var(--space-s); }#brxe-ftin { flex-direction: column; display: flex; row-gap: var(--space-xl); }#brxe-ftsec { background-color: var(--tertiary); padding-top: var(--space-2xl); padding-bottom: var(--space-l); }#brx-header.brx-sticky { }#brx-header.brx-sticky > .brxe-section, #brx-header.brx-sticky > .brxe-container, #brx-header.brx-sticky > .brxe-block, #brx-header.brx-sticky > .brxe-div { }#brx-header.brx-sticky .bricks-nav-menu > li > a { }#brx-header.brx-sticky .bricks-nav-menu > li > .brx-submenu-toggle > a { }#brx-header.brx-sticky .bricks-nav-menu > li > .brx-submenu-toggle > button > * { }html { font-size: 62.5%; }:root, :root.cf-theme-dark .theme-inverted, :root.cf-theme-dark .theme-always-light, :root.cf-theme-light .theme-inverted .theme-always-light { --min-screen-width: 320px; --max-screen-width: 1400px; --primary: hsla(176,49%,33%,1); --primary-5: hsla(176,49%,33%,0.05); --primary-10: hsla(176,49%,33%,0.1); --primary-20: hsla(176,49%,33%,0.2); --primary-30: hsla(176,49%,33%,0.3); --primary-40: hsla(176,49%,33%,0.4); --primary-50: hsla(176,49%,33%,0.5); --primary-60: hsla(176,49%,33%,0.6); --primary-70: hsla(176,49%,33%,0.7); --primary-80: hsla(176,49%,33%,0.8); --primary-90: hsla(176,49%,33%,0.9); --primary-d-1: hsla(176,44%,27%,1); --primary-d-2: hsla(176,39%,21%,1); --primary-d-3: hsla(175,33%,15%,1); --primary-d-4: hsla(175,24%,9%,1); --primary-l-1: hsla(175,25%,47%,1); --primary-l-2: hsla(175,22%,60%,1); --primary-l-3: hsla(174,21%,73%,1); --primary-l-4: hsla(173,21%,87%,1); --secondary: hsla(37,43%,62%,1); --secondary-5: hsla(37,43%,62%,0.05); --secondary-10: hsla(37,43%,62%,0.1); --secondary-20: hsla(37,43%,62%,0.2); --secondary-30: hsla(37,43%,62%,0.3); --secondary-40: hsla(37,43%,62%,0.4); --secondary-50: hsla(37,43%,62%,0.5); --secondary-60: hsla(37,43%,62%,0.6); --secondary-70: hsla(37,43%,62%,0.7); --secondary-80: hsla(37,43%,62%,0.8); --secondary-90: hsla(37,43%,62%,0.9); --secondary-d-1: hsla(37,26%,49%,1); --secondary-d-2: hsla(37,25%,36%,1); --secondary-d-3: hsla(37,23%,24%,1); --secondary-d-4: hsla(36,20%,13%,1); --secondary-l-1: hsla(36,45%,70%,1); --secondary-l-2: hsla(36,46%,77%,1); --secondary-l-3: hsla(35,47%,85%,1); --secondary-l-4: hsla(35,48%,92%,1); --tertiary: hsla(188,65%,11%,1); --tertiary-5: hsla(188,65%,11%,0.05); --tertiary-10: hsla(188,65%,11%,0.1); --tertiary-20: hsla(188,65%,11%,0.2); --tertiary-30: hsla(188,65%,11%,0.3); --tertiary-40: hsla(188,65%,11%,0.4); --tertiary-50: hsla(188,65%,11%,0.5); --tertiary-60: hsla(188,65%,11%,0.6); --tertiary-70: hsla(188,65%,11%,0.7); --tertiary-80: hsla(188,65%,11%,0.8); --tertiary-90: hsla(188,65%,11%,0.9); --tertiary-d-1: hsla(189,54%,10%,1); --tertiary-d-2: hsla(189,44%,8%,1); --tertiary-d-3: hsla(187,46%,6%,1); --tertiary-d-4: hsla(188,53%,3%,1); --tertiary-l-1: hsla(189,20%,27%,1); --tertiary-l-2: hsla(189,9%,44%,1); --tertiary-l-3: hsla(189,7%,62%,1); --tertiary-l-4: hsla(189,7%,80%,1); --tuerkis-hell: hsla(173,37%,51%,1); --tuerkis-hell-5: hsla(173,37%,51%,0.05); --tuerkis-hell-10: hsla(173,37%,51%,0.1); --tuerkis-hell-20: hsla(173,37%,51%,0.2); --tuerkis-hell-30: hsla(173,37%,51%,0.3); --tuerkis-hell-40: hsla(173,37%,51%,0.4); --tuerkis-hell-50: hsla(173,37%,51%,0.5); --tuerkis-hell-60: hsla(173,37%,51%,0.6); --tuerkis-hell-70: hsla(173,37%,51%,0.7); --tuerkis-hell-80: hsla(173,37%,51%,0.8); --tuerkis-hell-90: hsla(173,37%,51%,0.9); --tuerkis-hell-d-1: hsla(173,34%,45%,1); --tuerkis-hell-d-2: hsla(173,33%,39%,1); --tuerkis-hell-d-3: hsla(172,32%,34%,1); --tuerkis-hell-d-4: hsla(172,30%,28%,1); --tuerkis-hell-d-5: hsla(172,28%,23%,1); --tuerkis-hell-d-6: hsla(172,26%,18%,1); --tuerkis-hell-d-7: hsla(171,22%,13%,1); --tuerkis-hell-d-8: hsla(171,18%,8%,1); --tuerkis-hell-l-1: hsla(172,36%,57%,1); --tuerkis-hell-l-2: hsla(172,36%,63%,1); --tuerkis-hell-l-3: hsla(171,35%,68%,1); --tuerkis-hell-l-4: hsla(171,35%,74%,1); --tuerkis-hell-l-5: hsla(171,35%,79%,1); --tuerkis-hell-l-6: hsla(170,35%,84%,1); --tuerkis-hell-l-7: hsla(170,35%,89%,1); --tuerkis-hell-l-8: hsla(170,35%,95%,1); --bg-body: hsla(0,0%,100%,1); --bg-surface: hsla(36,20%,95%,1); --mint: hsla(163,26%,95%,1); --mint-5: hsla(163,26%,95%,0.05); --mint-10: hsla(163,26%,95%,0.1); --mint-20: hsla(163,26%,95%,0.2); --mint-30: hsla(163,26%,95%,0.3); --mint-40: hsla(163,26%,95%,0.4); --mint-50: hsla(163,26%,95%,0.5); --mint-60: hsla(163,26%,95%,0.6); --mint-70: hsla(163,26%,95%,0.7); --mint-80: hsla(163,26%,95%,0.8); --mint-90: hsla(163,26%,95%,0.9); --mint-d-1: hsla(163,7%,83%,1); --mint-d-2: hsla(163,4%,72%,1); --mint-d-3: hsla(163,2%,61%,1); --mint-d-4: hsla(163,1%,50%,1); --mint-d-5: hsla(163,1%,39%,1); --mint-d-6: hsla(163,1%,29%,1); --mint-d-7: hsla(163,1%,20%,1); --mint-d-8: hsla(163,1%,11%,1); --mint-l-1: hsla(163,28%,96%,1); --mint-l-2: hsla(163,28%,96%,1); --mint-l-3: hsla(163,28%,97%,1); --mint-l-4: hsla(163,28%,97%,1); --mint-l-5: hsla(163,28%,98%,1); --mint-l-6: hsla(163,28%,98%,1); --mint-l-7: hsla(163,28%,99%,1); --mint-l-8: hsla(163,28%,99%,1); --sandweiss: hsla(38,50%,97%,1); --sandweiss-5: hsla(38,50%,97%,0.05); --sandweiss-10: hsla(38,50%,97%,0.1); --sandweiss-20: hsla(38,50%,97%,0.2); --sandweiss-30: hsla(38,50%,97%,0.3); --sandweiss-40: hsla(38,50%,97%,0.4); --sandweiss-50: hsla(38,50%,97%,0.5); --sandweiss-60: hsla(38,50%,97%,0.6); --sandweiss-70: hsla(38,50%,97%,0.7); --sandweiss-80: hsla(38,50%,97%,0.8); --sandweiss-90: hsla(38,50%,97%,0.9); --sandweiss-d-1: hsla(34,8%,85%,1); --sandweiss-d-2: hsla(34,4%,73%,1); --sandweiss-d-3: hsla(34,2%,62%,1); --sandweiss-d-4: hsla(34,1%,51%,1); --sandweiss-d-5: hsla(34,1%,40%,1); --sandweiss-d-6: hsla(34,1%,30%,1); --sandweiss-d-7: hsla(34,1%,20%,1); --sandweiss-d-8: hsla(34,1%,11%,1); --sandweiss-l-1: hsla(34,47%,97%,1); --sandweiss-l-2: hsla(34,47%,98%,1); --sandweiss-l-3: hsla(34,47%,98%,1); --sandweiss-l-4: hsla(34,47%,98%,1); --sandweiss-l-5: hsla(34,47%,99%,1); --sandweiss-l-6: hsla(34,47%,99%,1); --sandweiss-l-7: hsla(34,47%,99%,1); --sandweiss-l-8: hsla(0,0%,100%,1); --petrol-2: hsla(187,59%,17%,1); --petrol-2-5: hsla(187,59%,17%,0.05); --petrol-2-10: hsla(187,59%,17%,0.1); --petrol-2-20: hsla(187,59%,17%,0.2); --petrol-2-30: hsla(187,59%,17%,0.3); --petrol-2-40: hsla(187,59%,17%,0.4); --petrol-2-50: hsla(187,59%,17%,0.5); --petrol-2-60: hsla(187,59%,17%,0.6); --petrol-2-70: hsla(187,59%,17%,0.7); --petrol-2-80: hsla(187,59%,17%,0.8); --petrol-2-90: hsla(187,59%,17%,0.9); --petrol-2-d-1: hsla(187,54%,16%,1); --petrol-2-d-2: hsla(187,50%,14%,1); --petrol-2-d-3: hsla(187,45%,13%,1); --petrol-2-d-4: hsla(188,41%,11%,1); --petrol-2-d-5: hsla(188,36%,10%,1); --petrol-2-d-6: hsla(187,32%,8%,1); --petrol-2-d-7: hsla(186,35%,6%,1); --petrol-2-d-8: hsla(187,42%,3%,1); --petrol-2-l-1: hsla(188,32%,26%,1); --petrol-2-l-2: hsla(188,21%,35%,1); --petrol-2-l-3: hsla(188,14%,43%,1); --petrol-2-l-4: hsla(188,11%,52%,1); --petrol-2-l-5: hsla(188,11%,61%,1); --petrol-2-l-6: hsla(188,11%,71%,1); --petrol-2-l-7: hsla(188,11%,80%,1); --petrol-2-l-8: hsla(188,11%,90%,1); --text-body: hsla(178,13%,39%,1); --text-title: hsla(190,42%,12%,1); --border-primary: hsla(163,14%,90%,1); --shadow-primary: hsla(188,65%,11%,0.15); --light: hsla(85,0%,100%,1); --light-5: hsla(0,0%,100%,0.05); --light-10: hsla(0,0%,100%,0.1); --light-20: hsla(0,0%,100%,0.2); --light-30: hsla(0,0%,100%,0.3); --light-40: hsla(0,0%,100%,0.4); --light-50: hsla(0,0%,100%,0.5); --light-60: hsla(0,0%,100%,0.6); --light-70: hsla(0,0%,100%,0.7); --light-80: hsla(0,0%,100%,0.8); --light-90: hsla(0,0%,100%,0.9); --dark: hsla(0,0%,0%,1); --dark-5: hsla(0,0%,0%,0.05); --dark-10: hsla(0,0%,0%,0.1); --dark-20: hsla(0,0%,0%,0.2); --dark-30: hsla(0,0%,0%,0.3); --dark-40: hsla(0,0%,0%,0.4); --dark-50: hsla(0,0%,0%,0.5); --dark-60: hsla(0,0%,0%,0.6); --dark-70: hsla(0,0%,0%,0.7); --dark-80: hsla(0,0%,0%,0.8); --dark-90: hsla(0,0%,0%,0.9); --success: hsla(136,95%,56%,1); --success-5: hsla(136,95%,56%,0.05); --success-10: hsla(136,95%,56%,0.1); --success-20: hsla(136,95%,56%,0.2); --success-30: hsla(136,95%,56%,0.3); --success-40: hsla(136,95%,56%,0.4); --success-50: hsla(136,95%,56%,0.5); --success-60: hsla(136,95%,56%,0.6); --success-70: hsla(136,95%,56%,0.7); --success-80: hsla(136,95%,56%,0.8); --success-90: hsla(136,95%,56%,0.9); --error: hsla(351,95%,56%,1); --error-5: hsla(351,95%,56%,0.05); --error-10: hsla(351,95%,56%,0.1); --error-20: hsla(351,95%,56%,0.2); --error-30: hsla(351,95%,56%,0.3); --error-40: hsla(351,95%,56%,0.4); --error-50: hsla(351,95%,56%,0.5); --error-60: hsla(351,95%,56%,0.6); --error-70: hsla(351,95%,56%,0.7); --error-80: hsla(351,95%,56%,0.8); --error-90: hsla(351,95%,56%,0.9); --space-4xs: clamp(0.52rem,calc(-0.03vw + 0.53rem),0.49rem); --space-3xs: clamp(0.66rem,calc(0.04vw + 0.64rem),0.7rem); --space-2xs: clamp(0.82rem,calc(0.16vw + 0.77rem),0.99rem); --space-xs: clamp(1.02rem,calc(0.35vw + 0.91rem),1.4rem); --space-s: clamp(1.28rem,calc(0.65vw + 1.07rem),1.98rem); --space-m: clamp(1.6rem,calc(1.11vw + 1.24rem),2.8rem); --space-l: clamp(2rem,calc(1.81vw + 1.42rem),3.96rem); --space-xl: clamp(2.5rem,calc(2.87vw + 1.58rem),5.6rem); --space-2xl: clamp(3.13rem,calc(4.44vw + 1.71rem),7.92rem); --space-3xl: clamp(3.91rem,calc(6.75vw + 1.75rem),11.19rem); --space-4xl: clamp(4.88rem,calc(10.13vw + 1.64rem),15.83rem); --text-xs: clamp(1.26rem,calc(-0.23vw + 1.34rem),1.01rem); --text-s: clamp(1.42rem,calc(-0.07vw + 1.44rem),1.35rem); --text-m: clamp(1.6rem,calc(0.19vw + 1.54rem),1.8rem); --text-l: clamp(1.8rem,calc(0.55vw + 1.62rem),2.4rem); --text-xl: clamp(2.02rem,calc(1.09vw + 1.68rem),3.2rem); --text-2xl: clamp(2.28rem,calc(1.84vw + 1.69rem),4.26rem); --text-3xl: clamp(2.56rem,calc(2.89vw + 1.64rem),5.68rem); --text-4xl: clamp(2.88rem,calc(4.34vw + 1.49rem),7.58rem); --hero-title-size: var(--text-4xl); --post-title-size: var(--text-2xl); --nav-link-size: var(--text-s); --header-space: var(--space-s); --btn-space: var(--space-xs) var(--space-s); --card-space: var(--space-s); --footer-space: var(--space-s) var(--space-m); --columns-1: repeat(1,minmax(0,1fr)); --columns-2: repeat(2,minmax(0,1fr)); --columns-3: repeat(3,minmax(0,1fr)); --columns-4: repeat(4,minmax(0,1fr)); --columns-5: repeat(5,minmax(0,1fr)); --columns-6: repeat(6,minmax(0,1fr)); --columns-7: repeat(7,minmax(0,1fr)); --columns-8: repeat(8,minmax(0,1fr)); --radius-xs: clamp(0.4rem,calc(0vw + 0.4rem),0.4rem); --radius-s: clamp(0.6rem,calc(0.19vw + 0.54rem),0.8rem); --radius-m: clamp(1rem,calc(0.19vw + 0.94rem),1.2rem); --radius-l: clamp(1.6rem,calc(0.37vw + 1.48rem),2rem); --radius-xl: clamp(2.6rem,calc(0.56vw + 2.42rem),3.2rem); --radius-full: 999rem; --shadow-xs: 0 1px 2px var(--shadow-primary); --shadow-s: 0 1.5px 3px var(--shadow-primary); --shadow-m: 0 2px 6px var(--shadow-primary); --shadow-l: 0 3px 12px var(--shadow-primary); --shadow-xl: 0 6px 48px var(--shadow-primary); }:root.cf-theme-dark, :root.cf-theme-light .theme-inverted, :root.cf-theme-light .theme-always-dark, :root.cf-theme-dark .theme-inverted .theme-always-dark { --bg-body: hsla(188,65%,8%,1); --bg-surface: hsla(188,55%,12%,1); --text-body: hsla(174,17%,70%,1); --text-title: hsla(0,0%,100%,1); --border-primary: hsla(0,0%,100%,0.14); --shadow-primary: hsla(0,0%,0%,0.4); --light: hsla(0,0%,0%,1); --light-5: hsla(0,0%,0%,0.05); --light-10: hsla(0,0%,0%,0.1); --light-20: hsla(0,0%,0%,0.2); --light-30: hsla(0,0%,0%,0.3); --light-40: hsla(0,0%,0%,0.4); --light-50: hsla(0,0%,0%,0.5); --light-60: hsla(0,0%,0%,0.6); --light-70: hsla(0,0%,0%,0.7); --light-80: hsla(0,0%,0%,0.8); --light-90: hsla(0,0%,0%,0.9); --dark: hsla(0,0%,100%,1); --dark-5: hsla(0,0%,100%,0.05); --dark-10: hsla(0,0%,100%,0.1); --dark-20: hsla(0,0%,100%,0.2); --dark-30: hsla(0,0%,100%,0.3); --dark-40: hsla(0,0%,100%,0.4); --dark-50: hsla(0,0%,100%,0.5); --dark-60: hsla(0,0%,100%,0.6); --dark-70: hsla(0,0%,100%,0.7); --dark-80: hsla(0,0%,100%,0.8); --dark-90: hsla(0,0%,100%,0.9); }.bg-primary { background-color: var(--primary); }.padding-horizontal-l { padding-left: var(--space-l); padding-right: var(--space-l); }.padding-vertical-xs { padding-top: var(--space-xs); padding-bottom: var(--space-xs); }.gap-l { gap: var(--space-l); }h1 { font-size: var(--text-4xl); line-height: 1.1; }h2 { font-size: var(--text-3xl); line-height: 1.2; }h3 { font-size: var(--text-2xl); line-height: 1.3; }.columns-4 { display: grid; grid-template-columns: var(--columns-4); }.full-width { width: 100%; }.radius-m { border-radius: var(--radius-m); }.visible { visibility: visible; }.white-space-nowrap { white-space: nowrap; }:root { --cf-font-family--manrope: 'Manrope'; }@font-face { font-family: Manrope; font-style: normal; font-weight: 400; font-stretch: 100%; font-display: swap; src: url(https://feel.wpkonzept.de/wp-content/uploads/core-framework/fonts/Manrope-400.woff2) format("woff2"); }@font-face { font-family: Manrope; font-style: normal; font-weight: 500; font-stretch: 100%; font-display: swap; src: url(https://feel.wpkonzept.de/wp-content/uploads/core-framework/fonts/Manrope-500.woff2) format("woff2"); }@font-face { font-family: Manrope; font-style: normal; font-weight: 600; font-stretch: 100%; font-display: swap; src: url(https://feel.wpkonzept.de/wp-content/uploads/core-framework/fonts/Manrope-600.woff2) format("woff2"); }@font-face { font-family: Manrope; font-style: normal; font-weight: 700; font-stretch: 100%; font-display: swap; src: url(https://feel.wpkonzept.de/wp-content/uploads/core-framework/fonts/Manrope-700.woff2) format("woff2"); }@font-face { font-family: Manrope; font-style: normal; font-weight: 800; font-stretch: 100%; font-display: swap; src: url(https://feel.wpkonzept.de/wp-content/uploads/core-framework/fonts/Manrope-800.woff2) format("woff2"); }.mhcookie-dialog-wrapper, .mhcookie-functional-blocked { position: fixed; z-index: 2147483647; display: flex; visibility: hidden; opacity: 0; transition: 0.4s; }.mhcookie-dialog-wrapper { top: 0px; left: 0px; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.25); }.mhcookie-dialog-wrapper.mhcookie-show { pointer-events: none; }.mhcookie-box { pointer-events: auto; }.mhcookie-dialog-wrapper.mhcookie-show, .mhcookie-functional-blocked.mhcookie-show { visibility: visible; opacity: 1; transition: 0.8s; }.mhcookie-functional-blocked { bottom: 0px; left: 0px; display: flex; flex-flow: wrap; justify-content: space-around; align-items: center; gap: 10px; width: 100vw; padding: 20px; background-color: #ffffff; color: #1d2327; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px; font-family: Arial; font-size: 14px; }.mhcookie-functional-blocked .mhcookie-buttons { flex-flow: wrap; justify-content: center; margin: 0px; }.mhcookie-functional-blocked .mhcookie-btn { padding: 6px 12px; white-space: nowrap; }@media (min-width: 992px){.mhcookie-functional-blocked, .mhcookie-functional-blocked .mhcookie-buttons { flex-wrap: nowrap; }}.mhcookie-box { position: relative; background-color: #ffffff; color: #1d2327; width: 600px; max-width: 100vw; max-height: 100vh; padding: 20px; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px; box-sizing: border-box; font-family: Arial; font-size: 14px; animation: 1s ease-in-out 0s 1 normal forwards running mhcookie_show; }.mhcookie-box label { margin: 0px; font-family: inherit; font-weight: 800; font-size: 14px; text-transform: initial; }.mhcookie-header { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; margin-bottom: 20px; }.mhcookie-title { margin: 0px; font-family: inherit; font-size: 20px; font-weight: 600; text-transform: initial; color: #1d2327; }.mhcookie-details-wrapper { height: 300px; max-height: 40vh; overflow-y: scroll; padding-bottom: 20px; }.mhcookie-details-after { content: ""; display: block; position: sticky; bottom: 0px; width: 100%; height: 40px; background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%); pointer-events: none; transform: translateY(-100%); }.mhcookie-text { margin: 0px 0px 30px; font-family: inherit; font-weight: 400; font-size: 13px; text-transform: initial; }.mhcookie-details { display: flex; flex-direction: column; gap: 20px; }.mhcookie-group-wrapper { position: relative; display: flex; flex-direction: column; align-items: flex-start; }.mhcookie-group { display: flex; align-items: center; gap: 20px; }.mhcookie-group-inner { display: flex; flex-direction: column; font-family: Arial; font-weight: 400; font-size: 13px; text-transform: initial; }.mhcookie-group-inner label { font-weight: 800; cursor: pointer; }.mhcookie-box input[type="checkbox"] { accent-color: #2b7d78; }.mhcookie-group-show-details { text-decoration: none; font-size: 0.85em; align-self: center; margin: 5px 0px 10px; color: #2b7d78; }.mhcookie-group-details { width: 100%; max-height: 0px; overflow: hidden; transition:max-height 0.5s ease; }.mhcookie-group--list { display: flex; flex-direction: column; align-items: center; gap: 10px; margin: 10px 0px 30px; padding: 10px; box-sizing: border-box; background: rgba(29, 35, 39, 0.024); }.mhcookie-group--list-item { display: flex; gap: 20px; justify-content: space-between; width: 100%; font-size: 0.9em; padding-bottom: 10px; font-style: italic; }.mhcookie-group--list-item:not(:last-child) { border-bottom: 1px solid rgba(29, 35, 39, 0.2); }.mhcookie-group--list-name { display: flex; width: 100%; justify-content: space-between; }.mhcookie-buttons { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }.mhcookie-btn { display: block; background: transparent; border: 1px solid #2b7d78; color: #2b7d78; padding: 10px 20px; border-radius: 5px; font-family: inherit; font-size: 14px; font-weight: 400; text-decoration: none; text-transform: initial; text-align: center; cursor: pointer; white-space: nowrap; }.mhcookie-btn:hover, .mhcookie-btn:active, .mhcookie-btn:focus { color: #2b7d78; opacity: 0.75; }.mhcookie-btn-primary { background: #2b7d78; color: #ffffff; }.mhcookie-btn-primary:hover, .mhcookie-btn-primary:active, .mhcookie-btn-primary:focus { color: #ffffff; opacity: 0.75; }.mhcookie-checkbox, .mhcookie-iab-vendor-checkbox { display: none !important; }.mhcookie-pseudo-checkbox { display: block; min-width: 16px; min-height: 16px; aspect-ratio: 1 / 1; border: 2px solid #1d2327; background: #ffffff; position: relative; transition:opacity 0.2s ease; cursor: pointer; box-sizing: border-box; }.mhcookie-pseudo-checkbox::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjAuMjg1IDYuNzFhMSAxIDAgMCAxIDAgMS40MmwtMTAgMTBhMSAxIDAgMCAxLTEuNDIgMGwtNS01YTEgMSAwIDAgMSAxLjQyLTEuNDJsNC4yOSA0LjI5TDE4Ljg3IDYuNzFhMSAxIDAgMCAxIDEuNDE1IDB6IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo="); mask-size: contain; mask-repeat: no-repeat; width: 100%; height: 100%; background-color: #ffffff; transition: opacity 0.6s; }:checked + .mhcookie-pseudo-checkbox, span.mhcookie-pseudo-checkbox { background: #2b7d78; border-color: #2b7d78; }:checked + .mhcookie-pseudo-checkbox::before, span.mhcookie-pseudo-checkbox::before { display: inline-block; opacity: 1; }[disabled] + .mhcookie-pseudo-checkbox, span.mhcookie-pseudo-checkbox { filter: grayscale(1); opacity: 0.75; }.mhcookie-dialog-wrapper .mhcookie-consent-history { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0px 10px; }.mhcookie-dialog-wrapper .mhcookie-consent-history-element { font-weight: 800; font-size: 12px; }.mhcookie-consent-date, .mhcookie-deviceID { font-weight: 400; font-size: 12px; }.mhcookie-hidden { display: none !important; }.mhcookie-privacy-policy-wrapper { display: flex; justify-content: center; margin: 20px 0px 0px; font-size: 0.85em; }.mhcookie-privacy-policy-wrapper a { color: #2b7d78; }body.swift-nojs [data-s3cid="4"]{min-width:162.859375px;}body.swift-nojs [data-s3cid="5"]{min-width:162.859375px;}body.swift-nojs [data-s3cid="6"]{min-width:162.859375px;}body.swift-nojs [data-s3cid="7"]{min-width:766.125px;}body.swift-nojs [data-s3cid="8"]{min-width:95.90625px;}body.swift-nojs [data-s3cid="16"]{max-width:139.671875px;}body.swift-nojs [data-s3cid="39"]{min-width:486.59375px;}html{opacity:1}}