/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root {
	--cc-bg: #fff;
	--cc-text: #497180;
	--cc-btn-primary-bg: #78abbe;
	--cc-btn-primary-text: #f5f9f2;
	--cc-btn-primary-hover-bg: #01435b;
	--cc-btn-secondary-bg: #dfafc8;
	--cc-btn-secondary-text: #f5f9f3;
	--cc-btn-secondary-hover-bg: #a84076;
	--cc-toggle-bg-off: #78abbe;
	--cc-toggle-bg-on: var(--cc-btn-primary-bg);
	--cc-toggle-bg-readonly: #dfafc8;
	--cc-toggle-knob-bg: #fff;
	--cc-toggle-knob-icon-color: #f5f9f2;
	--cc-block-text: var(--cc-text);
	--cc-cookie-category-block-bg: rgb(0 0 0 / 0%);
	--cc-cookie-category-block-bg-hover: rgb(0 0 0 / 0%);
	--cc-section-border: rgb(0 0 0 / 0%);
	--cc-cookie-table-border: rgb(0 0 0 / 0%);
	--cc-overlay-bg: rgba(4, 6, 8, .85);
	--cc-webkit-scrollbar-bg: #78abbe;
	--cc-webkit-scrollbar-bg-hover: #8da2aa;
}

.cc_div *, .cc_div :after, .cc_div :before, .cc_div :hover {
    animation: none;
    background: none;
    border: none;
    border-radius: unset;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    float: none;
    font-family: inherit;
    font-size: 1em;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    height: auto;
    letter-spacing: unset;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    transition: none;
    vertical-align: baseline;
    visibility: unset
}
.cc_div {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #2d4156;
    color: var(--cc-text);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    font-weight: 400
}
#c-ttl, #s-bl td:before, #s-ttl, .cc_div .b-tl, .cc_div .c-bn {
    font-weight: 600
}
#cm, #s-bl .act .b-acc, #s-inr, .cc_div .b-tl, .cc_div .c-bl {
    border-radius: .35em
}
#s-bl .act .b-acc {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.cc_div a, .cc_div button, .cc_div input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden
}
.cc_div a {
    border-bottom: 1px solid
}
.cc_div a:hover {
    border-color: transparent;
    text-decoration: none
}
#cm-ov, #cs-ov, .c--anim #cm, .c--anim #s-cnt, .c--anim #s-inr {
    transition: visibility .25s linear, opacity .25s ease, transform .25s ease!important
}
.c--anim .c-bn {
    transition: background-color .25s ease!important
}
.c--anim #cm.bar.slide, .c--anim #cm.bar.slide+#cm-ov, .c--anim .bar.slide #s-inr, .c--anim .bar.slide+#cs-ov {
    transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important
}
#cm.bar.slide, .cc_div .bar.slide #s-inr {
    opacity: 1;
    transform: translateX(100%)
}
#cm.bar.top.slide, .cc_div .bar.left.slide #s-inr {
    opacity: 1;
    transform: translateX(-100%)
}
#cm.slide, .cc_div .slide #s-inr {
    transform: translateY(1.6em)
}
#cm.top.slide {
    transform: translateY(-1.6em)
}
#cm.bar.slide {
    transform: translateY(100%)
}
#cm.bar.top.slide {
    transform: translateY(-100%)
}
.show--consent .c--anim #cm, .show--consent .c--anim #cm.bar, .show--settings .c--anim #s-inr, .show--settings .c--anim .bar.slide #s-inr {
    opacity: 1;
    transform: scale(1);
    visibility: visible!important
}
.show--consent .c--anim #cm.box.middle, .show--consent .c--anim #cm.cloud.middle {
    transform: scale(1) translateY(-50%)
}
.show--settings .c--anim #s-cnt {
    visibility: visible!important
}
.force--consent.show--consent .c--anim #cm-ov, .show--settings .c--anim #cs-ov {
    opacity: 1!important;
    visibility: visible!important
}
#cm {
    background: #fff;
    background: var(--cc-bg);
    bottom: 1.25em;
    box-shadow: 0 .625em 1.875em #000;
    box-shadow: 0 .625em 1.875em rgba(2, 2, 3, .28);
    font-family: inherit;
    line-height: normal;
    max-width: 24.2em;
    opacity: 0;
    padding: 1.1em 1.5em 1.4em;
    position: fixed;
    right: 1.25em;
    transform: scale(.95);
    visibility: hidden;
    width: 100%;
    z-index: 1
}
#cc_div #cm {
    display: block!important
}
#c-ttl {
    font-size: 1.05em;
    margin-bottom: .7em
}
.cloud #c-ttl {
    margin-top: -.15em
}
#c-txt {
    font-size: .9em;
    line-height: 1.5em
}
.cc_div #c-bns {
    display: flex;
    justify-content: space-between;
    margin-top: 1.4em
}
.cc_div .c-bn {
    background: #e5ebef;
    background: var(--cc-btn-secondary-bg);
    border-radius: 4px;
    color: #40505a;
    color: var(--cc-btn-secondary-text);
    cursor: pointer;
    display: inline-block;
    flex: 1;
    font-size: .82em;
    padding: 1em 1.7em;
    text-align: center;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}
#c-bns button+button, #s-c-bn, #s-cnt button+button {
    float: right;
    margin-left: 1em
}
#s-cnt #s-rall-bn {
    float: none
}
#cm .c_link:active, #cm .c_link:hover, #s-c-bn:active, #s-c-bn:hover, #s-cnt button+button:active, #s-cnt button+button:hover {
    background: #d8e0e6;
    background: var(--cc-btn-secondary-hover-bg)
}
#s-cnt {
    display: table;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 101
}
#s-bl {
    outline: none
}
#s-bl .title {
    margin-top: 1.4em
}
#s-bl .b-bn, #s-bl .title:first-child {
    margin-top: 0
}
#s-bl .b-acc .p {
    margin-top: 0;
    padding: 1em
}
#s-cnt .b-bn .b-tl {
    background: none;
    display: block;
    font-family: inherit;
    font-size: .95em;
    padding: 1.3em 6.4em 1.3em 2.7em;
    position: relative;
    transition: background-color .25s ease;
    width: 100%
}
#s-cnt .b-bn .b-tl.exp {
    cursor: pointer
}
#s-cnt .act .b-bn .b-tl {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
#s-cnt .b-bn .b-tl:active, #s-cnt .b-bn .b-tl:hover {
    background: #e9eff4;
    background: var(--cc-cookie-category-block-bg-hover)
}
#s-bl .b-bn {
    position: relative
}
#s-bl .c-bl {
    border: 1px solid #f1f3f5;
    border-color: var(--cc-section-border);
    margin-bottom: .5em;
    padding: 1em;
    transition: background-color .25s ease
}
#s-bl .c-bl:hover {
    background: #f0f4f7;
    background: var(--cc-cookie-category-block-bg)
}
#s-bl .c-bl:last-child {
    margin-bottom: .5em
}
#s-bl .c-bl:first-child {
    border: none;
    margin-bottom: 2em;
    margin-top: 0;
    padding: 0;
    transition: none
}
#s-bl .c-bl:not(.b-ex):first-child:hover {
    background: transparent;
    background: unset
}
#s-bl .c-bl.b-ex {
    background: #f0f4f7;
    background: var(--cc-cookie-category-block-bg);
    border: none;
    padding: 0;
    transition: none
}
#s-bl .c-bl.b-ex+.c-bl {
    margin-top: 2em
}
#s-bl .c-bl.b-ex+.c-bl.b-ex {
    margin-top: 0
}
#s-bl .c-bl.b-ex:first-child {
    margin-bottom: 1em;
    margin-bottom: .5em
}
#s-bl .b-acc {
    display: none;
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    padding-top: 0
}
#s-bl .act .b-acc {
    display: block;
    max-height: 100%;
    overflow: hidden
}
#s-cnt .p {
    color: #2d4156;
    color: var(--cc-block-text);
    font-size: .9em;
    line-height: 1.5em;
    margin-top: .85em
}
.cc_div .b-tg .c-tgl:disabled {
    cursor: not-allowed
}
#c-vln {
    display: table-cell;
    position: relative;
    vertical-align: middle
}
#cs {
    bottom: 0;
    left: 0;
    padding: 0 1.7em;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%
}
#cs, #s-inr {
    height: 100%
}
#s-inr {
    box-shadow: 0 13px 27px -5px rgba(3, 6, 9, .26);
    margin: 0 auto;
    max-width: 45em;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 4.75em;
    padding-top: 4.75em;
    position: relative;
    transform: scale(.96);
    visibility: hidden
}
#s-bns, #s-hdr, #s-inr {
    background: #fff;
    background: var(--cc-bg)
}
#s-bl {
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-y: overlay;
    padding: 1.3em 1.8em;
    width: 100%
}
#s-bns {
    border-top: 1px solid #f1f3f5;
    border-color: var(--cc-section-border);
    bottom: 0;
    height: 4.75em;
    left: 0;
    padding: 1em 1.8em;
    position: absolute;
    right: 0
}
.cc_div .cc-link {
    border-bottom: 1px solid #253b48;
    border-color: var(--cc-btn-primary-bg);
    color: #253b48;
    color: var(--cc-btn-primary-bg);
    cursor: pointer;
    display: inline;
    font-weight: 600;
    padding-bottom: 0;
    text-decoration: none
}
.cc_div .cc-link:active, .cc_div .cc-link:hover {
    border-color: transparent
}
#c-bns button:first-child, #s-bns button:first-child {
    background: #253b48;
    background: var(--cc-btn-primary-bg);
    color: #fff;
    color: var(--cc-btn-primary-text)
}
#c-bns.swap button:first-child {
    background: #e5ebef;
    background: var(--cc-btn-secondary-bg);
    color: #40505a;
    color: var(--cc-btn-secondary-text)
}
#c-bns.swap button:last-child {
    background: #253b48;
    background: var(--cc-btn-primary-bg);
    color: #fff;
    color: var(--cc-btn-primary-text)
}
.cc_div .b-tg .c-tgl:checked~.c-tg {
    background: #253b48;
    background: var(--cc-toggle-bg-on)
}
#c-bns button:first-child:active, #c-bns button:first-child:hover, #c-bns.swap button:last-child:active, #c-bns.swap button:last-child:hover, #s-bns button:first-child:active, #s-bns button:first-child:hover {
    background: #1d2e38;
    background: var(--cc-btn-primary-hover-bg)
}
#c-bns.swap button:first-child:active, #c-bns.swap button:first-child:hover {
    background: #d8e0e6;
    background: var(--cc-btn-secondary-hover-bg)
}
#s-hdr {
    border-bottom: 1px solid #f1f3f5;
    border-color: var(--cc-section-border);
    display: table;
    height: 4.75em;
    padding: 0 1.8em;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}
#s-hdr, #s-ttl {
    vertical-align: middle
}
#s-ttl {
    display: table-cell;
    font-size: 1em
}
#s-c-bn {
    font-size: 1.45em;
    font-weight: 400;
    height: 1.7em;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1.7em
}
#s-c-bnc {
    display: table-cell;
    vertical-align: middle
}
.cc_div span.t-lb {
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1
}
#c_policy__text {
    height: 31.25em;
    margin-top: 1.25em;
    overflow-y: auto
}
#c-s-in {
    height: 100%;
    height: calc(100% - 2.5em);
    max-height: 37.5em;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}
@media screen and (min-width:688px) {
    #s-bl::-webkit-scrollbar {
        background: transparent;
        border-radius: 0 .25em .25em 0;
        height: 100%;
        width: .9em
    }
    #s-bl::-webkit-scrollbar-thumb {
        background: #cfd5db;
        background: var(--cc-webkit-scrollbar-bg);
        border: .25em solid var(--cc-bg);
        border-radius: 100em
    }
    #s-bl::-webkit-scrollbar-thumb:hover {
        background: #9199a0;
        background: var(--cc-webkit-scrollbar-bg-hover)
    }
    #s-bl::-webkit-scrollbar-button {
        height: 5px;
        width: 10px
    }
}
.cc_div .b-tg {
    bottom: 0;
    display: inline-block;
    margin: auto;
    right: 0;
    right: 1.2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}
.cc_div .b-tg, .cc_div .b-tg .c-tgl {
    cursor: pointer;
    position: absolute;
    top: 0
}
.cc_div .b-tg .c-tgl {
    border: 0;
    display: block;
    left: 0;
    margin: 0
}
.cc_div .b-tg .c-tg {
    background: #919ea6;
    background: var(--cc-toggle-bg-off);
    pointer-events: none;
    position: absolute;
    transition: background-color .25s ease, box-shadow .25s ease
}
.cc_div .b-tg, .cc_div .b-tg .c-tg, .cc_div .b-tg .c-tgl, .cc_div span.t-lb {
    border-radius: 4em;
    height: 1.5em;
    width: 3.4em
}
.cc_div .b-tg .c-tg.c-ro {
    cursor: not-allowed
}
.cc_div .b-tg .c-tgl~.c-tg.c-ro {
    background: #d5dee2;
    background: var(--cc-toggle-bg-readonly)
}
.cc_div .b-tg .c-tgl~.c-tg.c-ro:after {
    box-shadow: none
}
.cc_div .b-tg .c-tg:after {
    background: #fff;
    background: var(--cc-toggle-knob-bg);
    border: none;
    border-radius: 100%;
    box-shadow: 0 1px 2px rgba(24, 32, 35, .36);
    box-sizing: content-box;
    content: "";
    display: block;
    height: 1.25em;
    left: .125em;
    position: relative;
    top: .125em;
    transition: transform .25s ease;
    width: 1.25em
}
.cc_div .b-tg .c-tgl:checked~.c-tg:after {
    transform: translateX(1.9em)
}
#s-bl table, #s-bl td, #s-bl th {
    border: none
}
#s-bl tbody tr {
    transition: background-color .25s ease
}
#s-bl tbody tr:hover {
    background: #e9eff4;
    background: var(--cc-cookie-category-block-bg-hover)
}
#s-bl table {
    border-collapse: collapse;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%
}
#s-bl td, #s-bl th {
    font-size: .8em;
    padding: .8em .625em .8em 1.2em;
    text-align: left;
    vertical-align: top
}
#s-bl th {
    font-family: inherit;
    padding: 1.2em
}
#s-bl thead tr:first-child {
    border-bottom: 1px solid #e9edf2;
    border-color: var(--cc-cookie-table-border)
}
.force--consent #cs, .force--consent #s-cnt {
    width: 100vw
}
#cm-ov, #cs-ov {
    background: #070707;
    background: rgba(4, 6, 8, .85);
    background: var(--cc-overlay-bg);
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: none;
    visibility: hidden
}
.c--anim #cs-ov, .force--consent .c--anim #cm-ov, .force--consent.show--consent #cm-ov, .show--settings #cs-ov {
    display: block
}
#cs-ov {
    z-index: 2
}
.force--consent .cc_div {
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    transition: visibility .25s linear;
    visibility: hidden;
    width: 100%;
    width: 100vw
}
.force--consent.show--consent .c--anim .cc_div, .force--consent.show--settings .c--anim .cc_div {
    visibility: visible
}
.force--consent #cm {
    position: absolute
}
.force--consent #cm.bar {
    max-width: 100vw;
    width: 100vw
}
html.force--consent.show--consent {
    overflow-y: hidden!important
}
html.force--consent.show--consent, html.force--consent.show--consent body {
    height: auto!important;
    overflow-x: hidden!important
}
.cc_div .act .b-bn .exp:before, .cc_div .b-bn .exp:before {
    border: solid #2d4156;
    border-color: var(--cc-btn-secondary-text);
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    left: 1.2em;
    margin-right: 15px;
    padding: .2em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}
.cc_div .act .b-bn .b-tl:before {
    transform: translateY(-20%) rotate(225deg)
}
.cc_div .on-i:before {
    border: solid #fff;
    border-color: var(--cc-toggle-knob-icon-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    left: .75em;
    padding: .1em .1em .45em;
    top: .37em
}
#s-c-bn:after, #s-c-bn:before, .cc_div .on-i:before {
    content: "";
    margin: 0 auto;
    position: absolute;
    transform: rotate(45deg)
}
#s-c-bn:after, #s-c-bn:before {
    background: #444d53;
    background: var(--cc-btn-secondary-text);
    border-radius: 1em;
    height: .6em;
    left: .82em;
    top: .58em;
    width: 1.5px
}
#s-c-bn:after {
    transform: rotate(-45deg)
}
.cc_div .off-i, .cc_div .on-i {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    transition: opacity .15s ease;
    width: 50%
}
.cc_div .on-i {
    left: 0;
    opacity: 0
}
.cc_div .off-i:after, .cc_div .off-i:before {
    background: #cdd6dc;
    background: var(--cc-toggle-knob-icon-color);
    content: " ";
    display: block;
    height: .7em;
    margin: 0 auto;
    position: absolute;
    right: .8em;
    top: .42em;
    transform-origin: center;
    width: .09375em
}
.cc_div .off-i:before {
    transform: rotate(45deg)
}
.cc_div .off-i:after {
    transform: rotate(-45deg)
}
.cc_div .b-tg .c-tgl:checked~.c-tg .on-i {
    opacity: 1
}
.cc_div .b-tg .c-tgl:checked~.c-tg .off-i {
    opacity: 0
}
#cm.box.middle, #cm.cloud.middle {
    bottom: auto;
    top: 50%;
    transform: translateY(-37%)
}
#cm.box.middle.zoom, #cm.cloud.middle.zoom {
    transform: scale(.95) translateY(-50%)
}
#cm.box.center, #cm.cloud {
    left: 1em;
    margin: 0 auto;
    right: 1em
}
#cm.cloud {
    max-width: 50em;
    overflow: hidden;
    padding: 1.3em 2em;
    text-align: center;
    width: unset
}
.cc_div .cloud #c-inr {
    display: table;
    width: 100%
}
.cc_div .cloud #c-inr-i {
    display: table-cell;
    padding-right: 2.4em;
    vertical-align: top;
    width: 70%
}
.cc_div .cloud #c-txt {
    font-size: .85em
}
.cc_div .cloud #c-bns {
    display: table-cell;
    min-width: 170px;
    vertical-align: middle
}
#cm.cloud .c-bn {
    margin: .625em 0 0;
    width: 100%
}
#cm.cloud .c-bn:first-child {
    margin: 0
}
#cm.cloud.left {
    margin-right: 1.25em
}
#cm.cloud.right {
    margin-left: 1.25em
}
#cm.bar {
    border-radius: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 2em;
    position: fixed;
    right: 0;
    width: 100%
}
#cm.bar #c-inr {
    margin: 0 auto;
    max-width: 32em
}
#cm.bar #c-bns {
    max-width: 33.75em
}
#cm.bar #cs {
    padding: 0
}
.cc_div .bar #c-s-in {
    height: 100%;
    max-height: 100%;
    top: 0;
    transform: none
}
.cc_div .bar #s-bl, .cc_div .bar #s-bns, .cc_div .bar #s-hdr {
    padding-left: 1.6em;
    padding-right: 1.6em
}
.cc_div .bar #cs {
    padding: 0
}
.cc_div .bar #s-inr {
    border-radius: 0;
    margin: 0 0 0 auto;
    max-width: 32em
}
.cc_div .bar.left #s-inr {
    margin-left: 0;
    margin-right: auto
}
.cc_div .bar #s-bl table, .cc_div .bar #s-bl tbody, .cc_div .bar #s-bl td, .cc_div .bar #s-bl th, .cc_div .bar #s-bl thead, .cc_div .bar #s-bl tr, .cc_div .bar #s-cnt {
    display: block
}
.cc_div .bar #s-bl thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px
}
.cc_div .bar #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border)
}
.cc_div .bar #s-bl td {
    border: none;
    padding-left: 35%;
    position: relative
}
.cc_div .bar #s-bl td:before {
    color: #000;
    color: var(--cc-text);
    content: attr(data-column);
    left: 1em;
    overflow: hidden;
    padding-right: .625em;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap
}
#cm.top {
    bottom: auto;
    top: 1.25em
}
#cm.left {
    left: 1.25em;
    right: auto
}
#cm.right {
    left: auto;
    right: 1.25em
}
#cm.bar.left, #cm.bar.right {
    left: 0;
    right: 0
}
#cm.bar.top {
    top: 0
}
@media screen and (max-width:688px) {
    #cm, #cm.cloud, #cm.left, #cm.right {
        bottom: 1em;
        display: block;
        left: 1em;
        margin: 0;
        max-width: 100%;
        padding: 1.4em!important;
        right: 1em;
        width: auto
    }
    .force--consent #cm, .force--consent #cm.cloud {
        max-width: 100vw;
        width: auto
    }
    #cm.top {
        bottom: auto;
        top: 1em
    }
    #cm.bottom {
        bottom: 1em;
        top: auto
    }
    #cm.bar.bottom {
        bottom: 0
    }
    #cm.cloud .c-bn {
        font-size: .85em
    }
    #s-bns, .cc_div .bar #s-bns {
        padding: 1em 1.3em
    }
    .cc_div .bar #s-inr {
        max-width: 100%;
        width: 100%
    }
    .cc_div .cloud #c-inr-i {
        padding-right: 0
    }
    #cs {
        border-radius: 0;
        padding: 0
    }
    #c-s-in {
        height: 100%;
        max-height: 100%;
        top: 0;
        transform: none
    }
    .cc_div .b-tg {
        right: 1.1em;
        transform: scale(1.1)
    }
    #s-inr {
        border-radius: 0;
        margin: 0;
        padding-bottom: 7.9em
    }
    #s-bns {
        height: 7.9em
    }
    #s-bl, .cc_div .bar #s-bl {
        padding: 1.3em
    }
    #s-hdr, .cc_div .bar #s-hdr {
        padding: 0 1.3em
    }
    #s-bl table {
        width: 100%
    }
    #s-inr.bns-t {
        padding-bottom: 10.5em
    }
    .bns-t #s-bns {
        height: 10.5em
    }
    .cc_div .bns-t .c-bn {
        font-size: .83em;
        padding: .9em 1.6em
    }
    #s-cnt .b-bn .b-tl {
        padding-bottom: 1.2em;
        padding-top: 1.2em
    }
    #s-bl table, #s-bl tbody, #s-bl td, #s-bl th, #s-bl thead, #s-bl tr, #s-cnt {
        display: block
    }
    #s-bl thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px
    }
    #s-bl tr {
        border-top: 1px solid #e3e7ed;
        border-color: var(--cc-cookie-table-border)
    }
    #s-bl td {
        border: none;
        padding-left: 35%;
        position: relative
    }
    #s-bl td:before {
        color: #000;
        color: var(--cc-text);
        content: attr(data-column);
        left: 1em;
        overflow: hidden;
        padding-right: .625em;
        position: absolute;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    #cm .c-bn, .cc_div .c-bn {
        margin-right: 0;
        width: 100%
    }
    #s-cnt #s-rall-bn {
        margin-left: 0
    }
    .cc_div #c-bns {
        flex-direction: column
    }
    #c-bns button+button, #s-cnt button+button {
        float: unset;
        margin-left: 0;
        margin-top: .625em
    }
    #cm.box, #cm.cloud {
        left: 1em;
        right: 1em;
        width: auto
    }
    #cm.cloud.left, #cm.cloud.right {
        margin: 0
    }
    .cc_div .cloud #c-bns, .cc_div .cloud #c-inr, .cc_div .cloud #c-inr-i {
        display: block;
        min-width: unset;
        width: auto
    }
    .cc_div .cloud #c-txt {
        font-size: .9em
    }
    .cc_div .cloud #c-bns {
        margin-top: 1.625em
    }
}
.cc_div.ie #c-vln {
    height: 100%;
    padding-top: 5.62em
}
.cc_div.ie .bar #c-vln {
    padding-top: 0
}
.cc_div.ie #cs {
    margin-top: -5.625em;
    max-height: 37.5em;
    position: relative;
    top: 0
}
.cc_div.ie .bar #cs {
    margin-top: 0;
    max-height: 100%
}
.cc_div.ie #cm {
    border: 1px solid #dee6e9
}
.cc_div.ie #c-s-in {
    top: 0
}
.cc_div.ie .b-tg {
    margin-bottom: .7em;
    padding-left: 1em
}
.cc_div.ie .b-tg .c-tgl:checked~.c-tg:after {
    left: 1.95em
}
.cc_div.ie #s-bl table {
    overflow: auto
}
.cc_div.ie .b-tg .c-tg {
    display: none
}
.cc_div.ie .b-tg .c-tgl {
    display: inline-block;
    height: auto;
    margin-bottom: .2em;
    position: relative;
    vertical-align: middle
}
.cc_div.ie #s-cnt .b-bn .b-tl {
    padding: 1.3em 6.4em 1.3em 1.4em
}
.cc_div.ie .bar #s-bl td:before {
    display: none
}
.cc_div.ie .bar #s-bl td {
    padding: .8em .625em .8em 1.2em
}
.cc_div.ie .bar #s-bl thead tr {
    position: relative
}
.cc_div.ie .b-tg .t-lb {
    filter: alpha(opacity=0)
}
.cc_div.ie #cm-ov, .cc_div.ie #cs-ov {
    filter: alpha(opacity=80)
}
:root {
    --pto_c_main: #292218;
    --pto_c_secondary: #efefef;
    --pto_c_bg: var(--pto_c_secondary);
    --pto_c_text: var(--pto_c_main);
    --pto_c_background: var(--pto_c_secondary);
    --pto_c_block_bg: rgba(0, 0, 0, 0.3);
    --pto_transition: 650ms;
    --pto_width_popup_close_arrow: 100%;
    --pto_height_popup_close_arrow: 3px;
    --pto_width_popup_close: 40px;
    --pto_height_popup_close: 40px;
    --pto_aspectRatio_popup_close: 40px;
}

.pto_popup.default {
    position: fixed;
    top: 5vw;
    left: 5vw;
    right: 5vw;
    bottom: 5vw;
    background: var(--pto_c_background);
    color: var(--pto_c_text);
    padding: 30px;
    z-index: 3;
    overflow-x: auto;
    border: 5px solid var(--pto_c_main);
    transform: translateY(calc(20% + 5vw));
        z-index: 33333;

    opacity: 0;
    visibility: hidden;
}
.pto_popup.default.ready {
    transition: var(--pto_transition);
}

.pto_popup.default.open {
    transform: none;
    visibility: visible;
    opacity: 1;
}

.pto_popup.default .pto_popup_close {
    position: sticky;
    top: 0;
    z-index: 4;
    display: grid;
    place-items: center;
    margin: 0 0 0 auto;
    width: var(--pto_width_popup_close);
    height: var(--pto_height_popup_close);
    aspect-ratio: var(--pto_aspectRatio_popup_close);
    background-color: var(--pto_c_main);
    transition: var(--pto_transition);
    cursor: pointer;
}

.pto_popup.default .pto_popup_close::before {
    content: "";
    width: var(--pto_width_popup_close_arrow);
    height: var(--pto_height_popup_close_arrow);
    position: absolute;
    transform: rotate(45deg);
    background-color: var(--pto_c_bg);
}

.pto_popup.default .pto_popup_close::after {
    content: "";
    width: var(--pto_width_popup_close_arrow);
    height: var(--pto_height_popup_close_arrow);
    position: absolute;
    transform: rotate(-45deg);
    background-color: var(--pto_c_bg);
}

.pto_popup_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    background: var(--pto_c_background);
    background-color: #00000090;
    transition: var(--pto_transition);
}

.pto_popup_bg.open {
    opacity: 1;
    visibility: visible;
}

:root{--font-heading: "Finger Paint", cursive;--font-text: "Nunito Sans", sans-serif;--color-beige: #e7d990;--color-pink: #dfafc8;--color-blue-light: #78abbe;--color-blue-dark: #497180;--color-mint: #eff5ea;--padding-main: 4.1em;--padding-secondary: 2em;--padding-rem-main: 4.1rem;--padding-rem-secondary: 2rem}*{margin:0;padding:0;box-sizing:border-box}h1{font-size:1.2em}.no_padding_reset{padding:var(--padding-secondary) var(--padding-main) !important}.reset_padding_vertical{padding:0 var(--padding-main) !important}.popup_gal .mode-fancybox{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1rem;margin-top:1rem}.popup_gal .mode-fancybox img{max-width:100%}.popup{position:fixed;opacity:0;visibility:hidden}a.open-gallery{font-weight:bold}.hidden{display:none}.mini_popup{padding:2rem;border-radius:1rem;position:fixed;bottom:50%;left:50%;transform:translate(-50%, 310%);transition:650ms transform;z-index:10;background:#fff}.mini_popup a{text-decoration:underline}.mini_popup.open{transform:translate(-50%, 50%)}.popup_close{position:sticky;top:0;z-index:4;display:grid;place-items:center;margin:0 0 0 auto;width:var(--pto_width_popup_close);height:var(--pto_height_popup_close);aspect-ratio:var(--pto_aspectRatio_popup_close);background-color:var(--pto_c_main);transition:var(--pto_transition);cursor:pointer}.popup_close::before{content:"";width:var(--pto_width_popup_close_arrow);height:var(--pto_height_popup_close_arrow);position:absolute;transform:rotate(45deg);background-color:var(--pto_c_bg)}.popup_close::after{content:"";width:var(--pto_width_popup_close_arrow);height:var(--pto_height_popup_close_arrow);position:absolute;transform:rotate(-45deg);background-color:var(--pto_c_bg)}.layout-flex .content-block{flex-direction:row}.angebot-free-block img{width:200px}.angebot-free-block .block-image{display:flex;align-items:center}.content-builder.layout-accordion .content-block{border-bottom:0.5px solid #e0ddd5;grid-gap:0;margin-bottom:1rem}.content-builder.layout-accordion .content-block:last-child{border-bottom:none}.accordion-trigger{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;cursor:pointer;background:var(--color-background-primary, #fff);user-select:none}.accordion-trigger span{font-weight:700}.accordion-icon{display:flex;color:#888;transition:transform 0.25s ease}.accordion-icon.is-open{transform:rotate(180deg)}.accordion-body{max-height:0;overflow:hidden;transition:max-height 0.3s ease;background:var(--color-background-secondary, #f9f8f5)}.accordion-body-inner{display:flex;flex-direction:column;grid-gap:1rem;padding:1rem 1.25rem}.content-builder.layout-slider{width:50vw}.content-block{display:flex;flex-direction:column;grid-gap:1rem}.icon__footer{width:1.5em;height:1.5em}#footer .footer-column.left{display:flex;grid-gap:1rem}#footer .footer-column.left .image_wrapper img{max-width:100%;height:90px;object-fit:contain}.footer-column__contact a{display:flex;align-items:center;justify-content:flex-start;grid-gap:0.2em;margin-bottom:0.4em}.content-block.type-text.title-daten{width:50vw}.content-builder.layout-slider .swiper-controls{display:flex;justify-content:space-between;align-items:center;margin:20px 0;gap:20px;width:fit-content}.swiper-pagination-bullet-active{background:var(--color-blue-dark) !important}.header-module__logo{height:110px}.header-module__logo img{width:100%;max-height:100%}.header-module__email,.header-module__phone{width:70px;height:70px;display:none !important}.header-module__email img,.header-module__phone img{width:100%;height:100%}.custom-swiper-prev,.custom-swiper-next{cursor:pointer;width:60px;height:60px;color:var(--color-blue-dark);display:flex;justify-content:center;align-items:center;transition:color 0.3s;font-size:0;background:url(/files/design_files/icons/arrow-bl.svg);background-size:100% 100%;background-position:center}.custom-swiper-prev{transform:rotate(180deg)}.custom-swiper-prev:hover,.custom-swiper-next:hover{color:var(--color-blue-light)}.custom-modal{position:fixed;inset:0;z-index:999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:650ms;transition-property:opacity, visibility}.custom-modal.active{opacity:1;visibility:visible}.custom-modal.active .custom-modal-window{transform:none}.custom-modal .custom-modal-overlay{position:absolute;inset:0;background:rgba(0, 0, 0, 0.6)}.custom-modal .custom-modal-window{position:relative;z-index:2;background:#fff;width:min(800px, 90%);max-height:90vh;overflow:auto;padding:40px;transform:translateY(20%);transition:400ms transform}.custom-modal .custom-modal-close{position:absolute;padding:0;height:1em;border:0;background:transparent;font-size:1.5rem;top:10px;right:12px;cursor:pointer;text-box-trim:trim-end}.modal-trigger{cursor:pointer}button.modal-trigger{border:0;width:fit-content;background:var(--color-blue-dark);padding:1.3rem 1.8rem;color:#fff;border-radius:1rem 2rem 1rem 2rem;margin-top:2rem;transition:400ms border-radius cubic-bezier(0.68, -0.55, 0.27, 1.55), 400ms box-shadow cubic-bezier(0.68, -0.55, 0.27, 1.55);cursor:pointer;box-shadow:0px 0px 10px -1px #497180}button.modal-trigger:hover{border-radius:2.1rem 1.1rem;box-shadow:0px 0px 15px -1px #497180}body.modal-open{overflow:hidden}.gallery_logos_custom{padding:var(--padding-rem-secondary) var(--padding-rem-main)}.gallery_logos_custom.content-headline{padding-bottom:0}.gallery_logos_custom ul{--gap: 3rem;display:flex;grid-gap:var(--gap);flex-wrap:wrap;list-style:none;margin:0;padding:0;justify-content:center}.gallery_logos_custom ul li{flex:0 1 calc(50% - var(--gap) / 2)}.gallery_logos_custom ul img{width:100%;height:auto}.content-builder.layout-slider .swiper-pagination{flex-grow:1;display:flex;justify-content:center;position:static}.content-builder.layout-slider{padding-bottom:0}.text-link.menu-item--active tspan{fill:#0d688a !important}.text-link.menu-item--visited tspan{fill:#81a5b3}.scroll-wrapper{position:relative;height:29vh;overflow:hidden}.scroll-wrapper::after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to bottom, transparent, var(--color-mint));pointer-events:none;z-index:2}.scroll-wrapper::before{content:"";position:absolute;top:0;left:0;right:0;height:40px;background:linear-gradient(to top, transparent, var(--color-mint));pointer-events:none;z-index:2}body{scrollbar-width:auto;scrollbar-gutter:stable}body.no_beacon_light .background-svg{display:none !important}.content-builder.layout-list{width:80%}body::-webkit-scrollbar{width:12px;height:12px;display:block}body::-webkit-scrollbar-thumb{background-color:rgba(100, 100, 100, 0.5);border-radius:6px}body,html{overflow-x:hidden}html{font-size:clamp(16px, 1.25vw, 30px)}h1,h2,h3{font-family:var(--font-heading);font-weight:400}h2{font-size:1.039em;margin-bottom:1em}a{text-decoration:none;font-size:1em;font-family:var(--font-text);color:var(--color-blue-dark)}body,p,span{font-family:var(--font-text);color:var(--color-blue-dark)}.rsce-video-block{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;opacity:15%;background-position:100% 33%;background-size:cover;background-repeat:no-repeat}.text-link{cursor:pointer;text-decoration:underline;transition:opacity 0.3s}.text-link:hover{text-decoration:none;opacity:36%}.fancybox-hint{position:absolute;top:150px;left:150px;font-size:24px;opacity:0;transform:scale(0.8);transition:opacity 0.3s, transform 0.3s;pointer-events:none;z-index:10;width:30px;height:30px}.content-builder:nth-of-type(1){padding-bottom:0}.content-builder:nth-of-type(2){padding-top:0}.fancybox-hint img{width:100%;height:100%;transform:rotate(-25deg)}.fancybox-hint.show{opacity:1;transform:scale(1.1)}#container{display:grid;grid-template-areas:"header right" "main   right";grid-template-columns:12fr 8fr;grid-template-rows:0.4fr 4fr}#container #header{grid-area:header;height:fit-content}#container #main{grid-area:main;position:relative;display:flex;align-items:flex-end;flex-direction:column;justify-content:space-between}#container #main .inside{position:relative}#container #main .h3{width:40%;text-align:right;margin:3em;position:relative;z-index:1}#container #main .background-svg{width:120%;position:absolute;top:0;left:0;z-index:0}#container #main .background-svg svg{width:100%;height:100%}#container #right{grid-area:right}#container #right .inside{padding:1em 0}#container #right svg{width:100%;height:100%}.header-module{padding:var(--padding-secondary) var(--padding-main);display:flex;align-items:center;justify-content:flex-start;grid-gap:3em}.header-module .header-module__contacts{display:flex;align-items:center;grid-gap:var(--padding-secondary)}.header-module .header-module__contacts>div{display:flex;grid-gap:1em}.header-module .header-module__contacts>div .mark{width:1em;height:1em;background:var(--color-beige);border-radius:100%}.daten,.daten2{padding:4% 0}.content-builder.layout-list{height:29vh;overflow:auto;-webkit-overflow-scrolling:touch;cursor:grab;overflow-anchor:none;display:flex;flex-direction:column;grid-gap:1.5rem}.field{display:flex;align-items:center;justify-content:center;width:80%;grid-gap:1em;transform:scale(0.6) translate(-4%, 0%)}.field .mouse{width:50px;height:90px;border:3px solid var(--color-blue-dark);border-radius:60px;position:relative}.field .mouse::before{content:"";width:12px;height:12px;position:absolute;top:10px;left:50%;transform:translateX(-50%);background-color:var(--color-blue-dark);border-radius:50%;opacity:1;animation:wheel 2s infinite;-webkit-animation:wheel 2s infinite}.field h5{font-size:1.3em}.layout-list .swiper-slide.swiper-slide-active{opacity:1}.layout-list .swiper-slide{opacity:0;transition:0.7s}@keyframes wheel{to{opacity:0;top:60px}}.content-block.type-gallery{width:60%}@-webkit-keyframes wheel{to{opacity:0;top:60px}}.layout-block{display:flex;flex-direction:column;grid-gap:2vw}.content-builder{padding:var(--padding-secondary) var(--padding-main);width:90%}.content-builder .block-gallery.mode-slider{width:30vw;height:30vw}.content-builder .block-gallery.mode-slider .swiper{width:380px;height:328px;clip-path:path("M119.376 287.843C92.6803 277.395 42.0038 244.001 27.0249 219.818C11.0514 194.021 28.3451 102.547 51.7379 90.4067C53.3844 152.991 -18.1712 180.116 119.376 287.843ZM75.0327 56.2012L89.9309 42.4652C97.6417 25.219 133.488 10.3871 150.194 12.69L123.754 27.2386C189.077 1.61078 208.636 6.02085 267.317 42.4178C294.122 59.0468 296.974 67.9379 309.207 97.0623C318.835 119.976 329.082 148.178 328.169 173.399C324.935 262.585 237.43 314.707 164.771 298.144C133.761 291.077 119.978 272.529 103.001 265.975C155.356 286.228 213.619 307.942 264.196 265.567C346.596 196.535 301.691 83.5251 254.108 48.8309C225.004 27.6129 216.112 14.669 174.515 22.2824C126.761 31.0217 67.8957 65.8442 53.2451 112.575C54.1407 91.9204 66.5078 72.9246 75.0327 56.2012ZM75.0327 56.2012C60.4251 61.4443 40.1675 95.5821 32.6364 113.385C19.9026 143.48 17.9023 165.326 14.7239 197.668C-9.75717 164.05 12.6218 131.443 21.5345 103.182C-7.28836 142.485 -4.60776 169.819 14.458 211.875C36.8021 261.167 32.7327 265.029 82.5767 294.679C116.06 314.599 156.12 332.539 195.873 326.972C232.227 321.878 278.765 309.412 299.187 276.634C258.49 301.732 211.54 337.801 143.012 316.875C104.718 305.18 40.2922 270.248 27.5026 231.389C103.17 311.277 246.187 354.355 321.298 234.845C335.02 213.012 339.001 220.402 347.005 184.953C355.581 146.994 335.534 77.2269 305.525 53.9996L315.813 73.7675C312.198 73.1641 274.413 36.922 264.846 30.3035C245.342 16.8134 260.974 19.2039 252.486 14.16C243.569 8.86646 223.93 4.77666 213.391 3.03027C154.448 -6.73751 111.379 6.92438 67.0514 46.6965L80.756 41.6896L75.0327 56.2012Z");overflow:hidden}.content-builder .block-gallery.mode-slider .swiper img{width:100%;height:100%;object-fit:cover}.content-builder .content-block.type-image{width:50%}.content-builder .content-block.type-image img{width:100%}.content-builder ul{padding-left:1em}.content-builder ul li{margin:1em 0}.block-gallery.mode-fancybox a:nth-of-type(1){display:block;width:380px;height:328px;clip-path:path("M119.376 287.843C92.6803 277.395 42.0038 244.001 27.0249 219.818C11.0514 194.021 28.3451 102.547 51.7379 90.4067C53.3844 152.991 -18.1712 180.116 119.376 287.843ZM75.0327 56.2012L89.9309 42.4652C97.6417 25.219 133.488 10.3871 150.194 12.69L123.754 27.2386C189.077 1.61078 208.636 6.02085 267.317 42.4178C294.122 59.0468 296.974 67.9379 309.207 97.0623C318.835 119.976 329.082 148.178 328.169 173.399C324.935 262.585 237.43 314.707 164.771 298.144C133.761 291.077 119.978 272.529 103.001 265.975C155.356 286.228 213.619 307.942 264.196 265.567C346.596 196.535 301.691 83.5251 254.108 48.8309C225.004 27.6129 216.112 14.669 174.515 22.2824C126.761 31.0217 67.8957 65.8442 53.2451 112.575C54.1407 91.9204 66.5078 72.9246 75.0327 56.2012ZM75.0327 56.2012C60.4251 61.4443 40.1675 95.5821 32.6364 113.385C19.9026 143.48 17.9023 165.326 14.7239 197.668C-9.75717 164.05 12.6218 131.443 21.5345 103.182C-7.28836 142.485 -4.60776 169.819 14.458 211.875C36.8021 261.167 32.7327 265.029 82.5767 294.679C116.06 314.599 156.12 332.539 195.873 326.972C232.227 321.878 278.765 309.412 299.187 276.634C258.49 301.732 211.54 337.801 143.012 316.875C104.718 305.18 40.2922 270.248 27.5026 231.389C103.17 311.277 246.187 354.355 321.298 234.845C335.02 213.012 339.001 220.402 347.005 184.953C355.581 146.994 335.534 77.2269 305.525 53.9996L315.813 73.7675C312.198 73.1641 274.413 36.922 264.846 30.3035C245.342 16.8134 260.974 19.2039 252.486 14.16C243.569 8.86646 223.93 4.77666 213.391 3.03027C154.448 -6.73751 111.379 6.92438 67.0514 46.6965L80.756 41.6896L75.0327 56.2012Z");overflow:hidden}.block-gallery.mode-fancybox a{display:none}.content-builder.layout-list .swiper{height:20vw}.content-builder.layout-list .swiper .swiper-slide{margin-bottom:20px}.headline-for-list{width:50vw}.content-builder.layout-list{padding-top:4vw;padding-bottom:4vw}.sitemap{width:60vw;padding:var(--padding-main)}.sitemap li{margin-left:1em;padding-left:0.3em}.content-block.type-text.daten{height:30vh;overflow:auto;-webkit-overflow-scrolling:touch;cursor:grab;overflow-anchor:none}.content-block.type-text.daten.impress{width:34vw;padding-right:2em}#footer{position:relative;z-index:1}#footer .rsce-footer{display:flex;align-items:center;justify-content:center;padding:var(--padding-secondary) var(--padding-main);grid-gap:4em;background:var(--color-blue-dark)}#footer .rsce-footer .line__footer{width:0.12em;height:4em;background:#fff;border-radius:1em}#footer .rsce-footer .footer-column.center{display:flex;align-items:center;justify-content:center;grid-gap:2em}#footer .rsce-footer *{color:#fff}#footer .footer-column.right,#footer .footer-column.left{position:relative}#footer .footer-column.right a,#footer .footer-column.left a{font-family:var(--font-heading);font-size:1.3em;line-height:120%}#article-11 .layout-block{display:flex;flex-direction:column;grid-gap:0}#burger-toggle{display:none;background-color:transparent;font-size:2rem;border:none;cursor:pointer;z-index:9999;background-image:url("/files/design_files/Vector.svg");padding:1em;background-position:center;background-size:contain;background-repeat:no-repeat;color:var(--color-blue-dark)}.block-gallery.mode-slider,.block-gallery.mode-fancybox{margin-left:3%;width:300px;margin:0 auto}.content-block.type-text.daten2{height:29vh;overflow:auto;-webkit-overflow-scrolling:touch;cursor:grab;overflow-anchor:none;margin-bottom:2vw}.block-gallery.mode-fancybox a:nth-of-type(1) img{width:380px;object-position:top;height:328px;object-fit:fill}.text-link tspan{fill:var(--color-blue-dark)}.text-link{fill:transparent}@media (max-width:1250px){.content-builder.layout-list .swiper{height:40vh}}@media (max-width:1024px){.content-block.type-gallery{margin-top:12%}.content-block.type-text.daten.impress{width:100%;padding-right:0em}#container{display:flex;flex-direction:column}.sitemap{width:100vw}#right.mobile-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:white;z-index:999;transition:right 0.3s ease;box-shadow:-2px 0 8px rgba(0, 0, 0, 0.2)}#right.mobile-menu.open{right:0}#burger-toggle{display:block}.background-svg{display:none}.content-builder{width:100vw}.field{width:100%;transform:scale(0.6) translate(-4%, 0%)}#container #right .inside{padding:1em 0;display:flex;align-items:center;justify-content:center}#container #right svg{width:auto;height:100vh}.header-module{justify-content:space-between;grid-gap:0}.block-gallery.mode-fancybox a:nth-of-type(1){width:100%;height:auto}.block-gallery.mode-fancybox a:nth-of-type(1) img{width:380px;height:328px;object-fit:cover}.header-module{flex-direction:row-reverse}.content-builder .block-gallery.mode-slider{width:calc(100% + 6em);height:40vh;margin:0 -2em}.block-gallery.mode-fancybox a:nth-of-type(1){width:calc(100% + 6em);height:auto;margin:0 -2em}.content-block.type-text.daten2{height:fit-content;overflow:clip;margin-bottom:6vw}.scroll-wrapper{height:fit-content}.scroll-wrapper:after,.scroll-wrapper:before{display:none}.content-builder.layout-slider{width:100vw}}#main-wrapper{overflow:hidden}@media (max-width:724px){:root{--padding-main: 3em;--padding-secondary: 1em;--padding-rem-main: 3rem;--padding-rem-secondary: 1rem}body{scrollbar-gutter:auto}.layout-flex .content-block{flex-direction:column}.angebot-free-block img{width:50%}.mini_popup{width:350px;max-width:95%}#container #right svg{transform:scale(1.2) translate(-11%, 8%)}#container #right .inside{overflow:hidden}.header-module{flex-wrap:wrap}.header-module .header-module__contacts{flex:100%;order:1}#footer .rsce-footer{flex-direction:column;grid-gap:1em;background:var(--color-blue-dark)}#footer .rsce-footer h2,#footer .rsce-footer h3,#footer .rsce-footer p,#footer .rsce-footer a{color:var(--color-mint)}#footer .rsce-footer .line__footer{display:none}.footer-column.left,.footer-column.right{text-align:center}#footer .rsce-footer .footer-column.center{flex-direction:column;text-align:center}.content-block.type-text.daten{height:auto;overflow:clip}#container #main .h3{width:100%;text-align:left;margin:0;position:relative;z-index:1;padding:3em}.content-builder .content-block.type-image{width:100%}.is-horizontal .f-button.is-arrow.is-prev,.is-horizontal .f-button.is-arrow.is-next{bottom:0 !important;top:auto !important;transform:translateY(125%) !important}}
