html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-display: swap;
    font-family: "CircularXXWeb-Medium";
    font-weight: 500;
    src: url("./static/fonts/CircularXXWeb-Medium.woff") format("woff")
}

@font-face {
    font-display: swap;
    font-family: "CircularXXWeb-Medium";
    font-weight: 500;
    src: url("./static/fonts/CircularXXWeb-Medium.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "CircularXXWeb-Book";
    font-weight: 450;
    src: url("./static/fonts/CircularXXWeb-Book.woff") format("woff")
}

@font-face {
    font-display: swap;
    font-family: "CircularXXWeb-Book";
    font-weight: 450;
    src: url("./static/fonts/CircularXXWeb-Book.woff2") format("woff2")
}

.ts-h1 {
    font-size: 38px;
    line-height: 113.333%
}

@media(min-width: 850px) {
    .ts-h1 {
        font-size: max(3.4722222222vw, 38px)
    }
}

.arrow-link.large,
.contact .outer-wrapper>div.middle-col h2,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.ts-intro {
    font-size: 21px;
    line-height: 127%
}

@media(min-width: 850px) {

    .arrow-link.large,
    .contact .outer-wrapper>div.middle-col h2,
    .wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .ts-intro {
        font-size: max(1.9097222222vw, 21px)
    }
}

.contact .betriebs-nr:before,
.contact .personen-nr:before,
.contact form input[type=radio]+label,
.contact #formdownload>.form-group input[type=radio]+label,
.contact form input[type=checkbox]+label,
.contact #formdownload>.form-group input[type=checkbox]+label,
.contact form select,
.contact #formdownload>.form-group select,
.contact form button[type=submit],
button.thankyou,
.contact #formdownload>.form-group button[type=submit],
body {
    font-size: 15px;
    line-height: 150%
}

button.thankyou {
    height:35px !important;
}

@media(min-width: 850px) {

    .contact .betriebs-nr:before,
    .contact .personen-nr:before,
    .contact form input[type=radio]+label,
    .contact #formdownload>.form-group input[type=radio]+label,
    .contact form input[type=checkbox]+label,
    .contact #formdownload>.form-group input[type=checkbox]+label,
    .contact form select,
    .contact #formdownload>.form-group select,
    .contact form button[type=submit],
    button.thankyou,
    .contact #formdownload>.form-group button[type=submit],
    body {
        font-size: max(1.0416666667vw, 13px)
    }
}

.arrow-link,
.contact .outer-wrapper>div.left-col a {
    font-size: 18px;
    line-height: 125%
}

@media(min-width: 850px) {

    .arrow-link,
    .contact .outer-wrapper>div.left-col a {
        font-size: max(1.6203703704vw, 18px)
    }
}

.wysiwyg ul,
.wysiwyg ol {
    font-size: 18px;
    line-height: 125%
}

@media(min-width: 850px) {

    .wysiwyg ul,
    .wysiwyg ol {
        font-size: max(1.6203703704vw, 18px)
    }
}

.ts-faq {
    font-size: 16px;
    line-height: 125%
}

@media(min-width: 850px) {
    .ts-faq {
        font-size: max(1.3888888889vw, 16px)
    }
}

:root {
    --container-margin: 4.2666666667vw;
    --header-height: 60px;
    --footer-height: auto
}

@media(min-width: 850px) {
    :root {
        --container-margin: 2.7777777778vw;
        --header-height: max(5.5555555556vw, 70px);
        --footer-height: max(2.7777777778vw, 35px)
    }
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

html,
body {
    overflow-x: clip;
    scroll-behavior: smooth
}

body {
    background-color: #fff;
    color: #000;
    font-family: "CircularXXWeb-Book", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 450;
    min-width: 320px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body.oh {
    overflow-y: hidden
}

body.prevent-animation * {
    -webkit-animation-duration: 0ms !important;
    animation-duration: 0ms !important
}

a {
    color: inherit;
    text-decoration: none
}

strong,
b {
    font-family: "CircularXXWeb-Medium", sans-serif
}

em {
    font-style: italic
}

img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto
}

svg {
    vertical-align: middle;
    height: auto
}

input,
button {
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    color: inherit;
    font: inherit;
    padding: 0
}

.container {
    max-width: calc(100% - var(--container-margin) * 2);
    margin-left: auto;
    margin-right: auto
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.hide {
    display: none
}

.thankyou  {
    text-align: left;
}

.buttons  {
    display: block;
}

@media(min-width: 850px) {
    .hide-lg {
        display: none
    }
    .thankyou  {
    text-align: center;
    }
    .buttons  {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

@media(max-width: 849px) {
    .hide-sm {
        display: none
    }
}

.bg-yellow {
    background-color: #f9db3c
}

.bg-gray-1 {
    background-color: #fafafa
}

.bg-gray-2 {
    background-color: #f5f5f5
}

.bg-gray-3 {
    background-color: #eaeaea
}

.bg-gray-4 {
    background-color: #e0e0e0
}

.text-color-white {
    color: #fff
}

.two-squares,
.big-horizontal-text,
.big-horizontal-media {
    scroll-margin-top: calc(var(--header-height) - 1px)
}

.two-squares .two-squares__text,
.big-horizontal-text .two-squares__text,
.big-horizontal-media .two-squares__text {
    scroll-margin-top: calc(var(--header-height) - 1px)
}

@media(min-width: 850px) {

    .bg-white.two-squares .container,
    .bg-white.big-horizontal-text .container,
    .bg-white.big-horizontal-media .container,
    .two-squares .bg-white>.container,
    .big-horizontal-text .bg-white>.container,
    .big-horizontal-media .bg-white>.container {
        border-bottom: 1px solid #a0a0a0
    }
}

@media(min-width: 850px) {

    .two-squares .container,
    .big-horizontal-text .container,
    .big-horizontal-media .container {
        min-height: calc(100vw / 2)
    }
}

.two-squares .container.container--low,
.big-horizontal-text .container.container--low,
.big-horizontal-media .container.container--low {
    min-height: calc(100vw / 2)
}

@media(min-width: 850px) {

    .two-squares .container.container--low,
    .big-horizontal-text .container.container--low,
    .big-horizontal-media .container.container--low {
        min-height: calc(100vw / 4)
    }
}

@media(min-width: 850px) {

    .two-squares+section,
    .big-horizontal-text+section,
    .big-horizontal-media+section {
        margin-top: -1px;
        z-index: 1;
        position: relative
    }
}

.two-squares img,
.big-horizontal-text img,
.big-horizontal-media img,
.two-squares video,
.big-horizontal-text video,
.big-horizontal-media video {
    mix-blend-mode: multiply
}

.wysiwyg p+p,
.wysiwyg ul+p,
.wysiwyg ol+p,
.wysiwyg table+p {
    margin-top: 24px
}

@media(min-width: 850px) {

    .wysiwyg p+p,
    .wysiwyg ul+p,
    .wysiwyg ol+p,
    .wysiwyg table+p {
        margin-top: 1.3888888889vw
    }
}

.wysiwyg p a,
.wysiwyg ul a,
.wysiwyg ol a,
.wysiwyg table a {
    text-decoration: underline;
    text-underline-offset: 2px
}

@media(min-width: 850px) {

    .wysiwyg p a,
    .wysiwyg ul a,
    .wysiwyg ol a,
    .wysiwyg table a {
        text-underline-offset: 3px
    }
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
    margin-bottom: 20px;
    margin-top: 40px
}

.wysiwyg ul,
.wysiwyg ol {
    color: #a0a0a0;
    margin-top: 32px;
    max-width: 400px
}

@media(min-width: 850px) {

    .wysiwyg ul,
    .wysiwyg ol {
        margin-top: 2.7777777778vw;
        width: max(65%, 300px);
        max-width: none
    }
}

@media(min-width: 850px) {

    .wysiwyg ul li,
    .wysiwyg ol li {
        padding-left: 5px
    }
}

.wysiwyg ul {
    list-style-type: disc;
    padding-left: 34px
}

@media(min-width: 850px) {
    .wysiwyg ul {
        padding-left: 1.9675925926vw
    }
}

.wysiwyg ol {
    list-style-type: decimal;
    padding-left: 35px
}

@media(min-width: 850px) {
    .wysiwyg ol {
        padding-left: 2.8935185185vw
    }
}

.contact h3 {
    font-family: "CircularXXWeb-Medium", sans-serif;
    text-transform: capitalize;
    margin-bottom: 16px
}

@media(min-width: 850px) {
    .contact h3 {
        margin-bottom: .9259259259vw;
        margin-left: -1.3888888889vw
    }
}

.contact h4 {
    margin-bottom: 12px
}

@media(min-width: 850px) {
    .contact h4 {
        margin-bottom: .6944444444vw
    }
}

@media(min-width: 850px) {
    .contact .side-menu li {
        margin-bottom: max(.6944444444vw, 8px)
    }
}

@media(min-width: 850px) {
    .contact .outer-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.contact .outer-wrapper>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-top: 48px;
    padding-bottom: var(--container-margin)
}

@media(min-width: 850px) {
    .contact .outer-wrapper>div {
        padding-top: 4.1666666667vw;
        padding-bottom: calc(var(--container-margin)/2)
    }
}

.contact .outer-wrapper>div.left-col {
    position: relative
}

@media(min-width: 850px) {
    .contact .outer-wrapper>div.left-col {
        position: sticky;
        top: var(--header-height);
        -ms-flex-item-align: start;
        align-self: flex-start;
        height: calc(100vh - var(--header-height))
    }
}

.contact .outer-wrapper>div.left-col::before {
    content: "";
    background-color: #a0a0a0;
    height: 1px;
    width: calc(100% - var(--container-margin)*2);
    display: block;
    left: var(--container-margin);
    position: absolute;
    top: 100%
}

@media(min-width: 850px) {
    .contact .outer-wrapper>div.left-col::before {
        height: calc(100% - var(--container-margin)*2);
        width: 1px;
        left: initial;
        right: 0;
        top: var(--container-margin)
    }
}

@media(min-width: 850px) {
    .contact .outer-wrapper>div.left-col .container {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .contact .outer-wrapper>div.left-col .container::-webkit-scrollbar {
        display: none
    }
}

.contact .outer-wrapper>div.left-col .side-menu {
    margin-bottom: 40px
}

@media(min-width: 850px) {
    .contact .outer-wrapper>div.left-col .side-menu {
        margin-bottom: 2.8935185185vw
    }
}

.contact .outer-wrapper>div.left-col .address {
    margin-top: auto;
    line-height: 125%
}

.contact .outer-wrapper>div.left-col h2 {
    margin-bottom: 32px
}

@media(min-width: 850px) {
    .contact .outer-wrapper>div.left-col h2 {
        margin-bottom: 2.7777777778vw
    }
}

.contact .outer-wrapper>div.left-col a.active {
    color: gray;
    pointer-events: none
}

.contact .outer-wrapper>div.middle-col h2 {
    margin-bottom: 24px
}

@media(min-width: 850px) {
    .contact .outer-wrapper>div.middle-col h2 {
        margin-bottom: 1.3888888889vw
    }
}

.contact .outer-wrapper>div.right-col {
    display: none
}

.contact #download p.lead {
    margin-bottom: 20px
}

@media(min-width: 850px) {
    .contact #download p.lead {
        margin-bottom: 1.1574074074vw
    }
}

.contact #contact {
    margin-bottom: 40px
}

.contact #contact textarea {
    display: block;
    margin-bottom: 48px
}

@media(min-width: 850px) {
    .contact #contact textarea {
        margin-bottom: 2.7777777778vw
    }
}

.contact form,
.contact #formdownload>.form-group {
    --input-height: 48px
}

@media(min-width: 850px) {

    .contact form,
    .contact #formdownload>.form-group {
        --input-height: max(2.7777777778vw, 35px)
    }
}

@media(min-width: 850px) {

    .contact form,
    .contact #formdownload>.form-group {
        padding-left: 1.3888888889vw
    }
}

.contact form .form-group,
.contact #formdownload>.form-group .form-group {
    margin-bottom: 48px
}

@media(min-width: 850px) {

    .contact form .form-group,
    .contact #formdownload>.form-group .form-group {
        margin-bottom: 2.7777777778vw
    }
}

.contact form .form-group .external,
.contact #formdownload>.form-group .form-group .external {
    position: relative;
    top: -8px;
    color: #8999a2;
    -webkit-transition: color .3s;
    transition: color .3s
}

.contact form .form-group .external:hover,
.contact #formdownload>.form-group .form-group .external:hover {
    color: #000
}

.contact form .form-input,
.contact #formdownload>.form-group .form-input {
    margin-bottom: 16px
}

@media(min-width: 850px) {

    .contact form .form-input,
    .contact #formdownload>.form-group .form-input {
        margin-bottom: .9259259259vw
    }
}

.contact form .form-input.invisible,
.contact #formdownload>.form-group .form-input.invisible {
    opacity: 0;
    height: 0;
    margin-bottom: 0
}

.contact form .form-input.meldungsart-radiogroup+.unterbruch-dosimeterversand span,
.contact form .form-input.meldungsart-radiogroup~.abmeldung-dosimeter span,
.contact #formdownload>.form-group .form-input.meldungsart-radiogroup+.unterbruch-dosimeterversand span,
.contact #formdownload>.form-group .form-input.meldungsart-radiogroup~.abmeldung-dosimeter span {
    margin-top: 40px;
    display: block
}

@media(min-width: 850px) {

    .contact form .form-input.meldungsart-radiogroup+.unterbruch-dosimeterversand span,
    .contact form .form-input.meldungsart-radiogroup~.abmeldung-dosimeter span,
    .contact #formdownload>.form-group .form-input.meldungsart-radiogroup+.unterbruch-dosimeterversand span,
    .contact #formdownload>.form-group .form-input.meldungsart-radiogroup~.abmeldung-dosimeter span {
        margin-top: 2.3148148148vw
    }
}

.contact form .form-input.text,
.contact form .form-input.select,
.contact #formdownload>.form-group .form-input.text,
.contact #formdownload>.form-group .form-input.select {
    width: 343px
}

@media(min-width: 850px) {

    .contact form .form-input.text,
    .contact form .form-input.select,
    .contact #formdownload>.form-group .form-input.text,
    .contact #formdownload>.form-group .form-input.select {
        width: max(19.4444444444vw, 336px)
    }
}

.contact form .form-input.text label,
.contact form .form-input.select label,
.contact #formdownload>.form-group .form-input.text label,
.contact #formdownload>.form-group .form-input.select label {
    display: block;
    margin-bottom: 8px
}

@media(min-width: 850px) {

    .contact form .form-input.text label,
    .contact form .form-input.select label,
    .contact #formdownload>.form-group .form-input.text label,
    .contact #formdownload>.form-group .form-input.select label {
        margin-bottom: .462962963vw
    }
}

.contact form .form-input.text input,
.contact form .form-input.text textarea,
.contact form .form-input.select input,
.contact form .form-input.select textarea,
.contact #formdownload>.form-group .form-input.text input,
.contact #formdownload>.form-group .form-input.text textarea,
.contact #formdownload>.form-group .form-input.select input,
.contact #formdownload>.form-group .form-input.select textarea {
    width: 100%
}

.contact form .form-input.radio,
.contact form .form-input.checkbox,
.contact #formdownload>.form-group .form-input.radio,
.contact #formdownload>.form-group .form-input.checkbox {
    margin-bottom: 20px;
    width: 343px
}

@media(min-width: 850px) {

    .contact form .form-input.radio,
    .contact form .form-input.checkbox,
    .contact #formdownload>.form-group .form-input.radio,
    .contact #formdownload>.form-group .form-input.checkbox {
        margin-bottom: 1.1574074074vw;
        width: max(23.6111111111vw, 336px)
    }
}

@media(min-width: 850px) {

    .contact form .form-input.radio.half,
    .contact form .form-input.checkbox.half,
    .contact #formdownload>.form-group .form-input.radio.half,
    .contact #formdownload>.form-group .form-input.checkbox.half {
        display: inline-block;
        width: 49%;
        padding-right: .5787037037vw
    }
}

.contact form .unterbruch-dosimeterversand,
.contact form .abmeldung-dosimeter,
.contact form .abmeldung-person,
.contact form p.lead,
.contact #formdownload>.form-group .unterbruch-dosimeterversand,
.contact #formdownload>.form-group .abmeldung-dosimeter,
.contact #formdownload>.form-group .abmeldung-person,
.contact #formdownload>.form-group p.lead {
    max-width: max(70%, 343px)
}

.contact form label,
.contact #formdownload>.form-group label {
    cursor: pointer
}

.contact form input,
.contact form select,
.contact form textarea,
.contact #formdownload>.form-group input,
.contact #formdownload>.form-group select,
.contact #formdownload>.form-group textarea {
    font-family: "CircularXXWeb-Book", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 450
}

.contact form button[type=submit],
.contact #formdownload>.form-group button[type=submit],
button.thankyou {
    border: 1px solid #a0a0a0;
    padding: 0 16px;
    height: var(--input-height);
    cursor: pointer;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

@media(min-width: 850px) {

    .contact form button[type=submit],
    .contact #formdownload>.form-group button[type=submit],
    button.thankyou {
        padding: 0 1.3888888889vw
    }
}

.contact form button[type=submit]:hover,
.contact #formdownload>.form-group button[type=submit]:hover,
button.thankyou {
    border-color: #000
}

.contact form input[type=text],
.contact form textarea,
.contact #formdownload>.form-group input[type=text],
.contact #formdownload>.form-group textarea {
    all: unset;
    border: 1px solid #a0a0a0;
    height: var(--input-height);
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(min-width: 850px) {

    .contact form input[type=text],
    .contact form textarea,
    .contact #formdownload>.form-group input[type=text],
    .contact #formdownload>.form-group textarea {
        padding: 0 .9259259259vw
    }
}

.contact form input[type=text]:focus,
.contact form textarea:focus,
.contact #formdownload>.form-group input[type=text]:focus,
.contact #formdownload>.form-group textarea:focus {
    border-color: #000
}

.contact form textarea,
.contact #formdownload>.form-group textarea {
    height: calc(var(--input-height)*2);
    padding-top: 8px
}

@media(min-width: 850px) {

    .contact form textarea,
    .contact #formdownload>.form-group textarea {
        padding-top: .462962963vw
    }
}

.contact form select,
.contact #formdownload>.form-group select {
    border: 0;
    border-radius: 0;
    border: 1px solid #a0a0a0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: var(--input-height);
    padding: 0 16px;
    outline: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48cGF0aCBkPSJNMTI4IDE4OGExMS45NjIgMTEuOTYyIDAgMCAxLTguNDg1LTMuNTE1bC04MC04MGExMiAxMiAwIDAgMSAxNi45Ny0xNi45N0wxMjggMTU5LjAyOWw3MS41MTUtNzEuNTE0YTEyIDEyIDAgMCAxIDE2Ljk3IDE2Ljk3bC04MCA4MEExMS45NjIgMTEuOTYyIDAgMCAxIDEyOCAxODhaIi8+PC9zdmc+");
    background-position: center right 4%;
    background-repeat: no-repeat;
    background-size: 18px
}

@media(min-width: 850px) {

    .contact form select,
    .contact #formdownload>.form-group select {
        padding: 0 .9259259259vw;
        background-size: 1.0416666667vw
    }
}

.contact form select:focus,
.contact #formdownload>.form-group select:focus {
    border-color: #000
}

.contact form input[type=checkbox],
.contact form input[type=radio],
.contact #formdownload>.form-group input[type=checkbox],
.contact #formdownload>.form-group input[type=radio] {
    accent-color: #000;
    display: none
}

.contact form input[type=checkbox]+label,
.contact #formdownload>.form-group input[type=checkbox]+label {
    padding-left: 48px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: 24px;
    height: 24px;
    display: inline-block
}

@media(min-width: 850px) {

    .contact form input[type=checkbox]+label,
    .contact #formdownload>.form-group input[type=checkbox]+label {
        padding-left: 2.7777777778vw;
        background-size: max(1.3888888889vw, 17px);
        height: auto
    }
}

.contact form input[type=checkbox]:checked+label,
.contact #formdownload>.form-group input[type=checkbox]:checked+label {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjY2Nzk2MiAwLjAwMDg5NTIyOUwyMy45ODUxIDIzLjMxODFMMjMuMzE3NCAyMy45ODU4TDAuMDAwMjAwMjk0IDAuNjY4NjU3TDAuNjY3OTYyIDAuMDAwODk1MjI5WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjAyODI4MzYgMjMuMzA0MkwyMy4zMzIyIDAuMDAwMjA2NjUzTDI0IDAuNjY3OTY5TDAuNjk2MDQ2IDIzLjk3MTlMMC4wMjgyODM2IDIzLjMwNDJaIiBmaWxsPSJibGFjayIvPgo8cmVjdCB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjIxIiBzdHJva2U9ImJsYWNrIi8+Cjwvc3ZnPgo=")
}

@media(min-width: 850px) {

    .contact form input[type=checkbox]:checked+label,
    .contact #formdownload>.form-group input[type=checkbox]:checked+label {
        background-size: max(1.3888888889vw, 17px)
    }
}

.contact form input[type=radio]+label,
.contact #formdownload>.form-group input[type=radio]+label {
    padding-left: 48px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTEuNSIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center left;
    height: 24px;
    display: inline-block
}

@media(min-width: 850px) {

    .contact form input[type=radio]+label,
    .contact #formdownload>.form-group input[type=radio]+label {
        padding-left: 2.7777777778vw;
        background-size: max(1.3888888889vw, 17px);
        height: auto
    }
}

.contact form input[type=radio]:checked+label,
.contact #formdownload>.form-group input[type=radio]:checked+label {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTEuNSIgc3Ryb2tlPSJibGFjayIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuNjY3OTYyIDAuMDAwNDA2OTQ4TDIzLjk4NTEgMjMuMzE3NkwyMy4zMTc0IDIzLjk4NTRMMC4wMDAyMDAyOTQgMC42NjgxNjlMMC42Njc5NjIgMC4wMDA0MDY5NDhaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuMDI4MjgzNiAyMy4zMDM3TDIzLjMzMjIgLTAuMDAwMjgxNjI4TDI0IDAuNjY3NDhMMC42OTYwNDYgMjMuOTcxNEwwLjAyODI4MzYgMjMuMzAzN1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=")
}

.contact form .dp_wrapper,
.contact #formdownload>.form-group .dp_wrapper {
    position: relative
}

.contact form .dp_wrapper button.Zebra_DatePicker_Icon,
.contact #formdownload>.form-group .dp_wrapper button.Zebra_DatePicker_Icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDEyOCAxMjgiPjxwYXRoIGQ9Ik0xMTMuODU0IDIyLjMyM2gtOS42Njd2LTIuNjc3YTcuMjUgNy4yNSAwIDAgMC0xNC41IDB2Mi42NzdIMzguMzEzdi0yLjY3N2E3LjI1IDcuMjUgMCAwIDAtMTQuNSAwdjIuNjc3aC05LjY2N2ExLjc1IDEuNzUgMCAwIDAtMS43NSAxLjc1djg5Ljc4MWExLjc1MSAxLjc1MSAwIDAgMCAxLjc1IDEuNzVoOTkuNzA4YTEuNzUxIDEuNzUxIDAgMCAwIDEuNzUtMS43NVYyNC4wNzNhMS43NSAxLjc1IDAgMCAwLTEuNzUtMS43NVptLTIwLjY2Ny0yLjY3N2EzLjc1IDMuNzUgMCAwIDEgNy41IDBWMjguNWEzLjc1IDMuNzUgMCAwIDEtNy41IDBabS02NS44NzQgMGEzLjc1IDMuNzUgMCAwIDEgNy41IDBWMjguNWEzLjc1IDMuNzUgMCAwIDEtNy41IDBabS0zLjUgNi4xNzdWMjguNWE3LjI1IDcuMjUgMCAwIDAgMTQuNSAwdi0yLjY3N2g1MS4zNzRWMjguNWE3LjI1IDcuMjUgMCAwIDAgMTQuNSAwdi0yLjY3N2g3LjkxM1Y0NC4ySDE1LjlWMjUuODIzWk0xNS45IDExMi4xVjQ3LjdoOTYuMnY2NC40WiIvPjxwYXRoIGQ9Ik00MC4yIDU2aC04LjcyMWExLjc0OSAxLjc0OSAwIDAgMC0xLjc1IDEuNzV2OC43MTlhMS43NDkgMS43NDkgMCAwIDAgMS43NSAxLjc1SDQwLjJhMS43NDkgMS43NDkgMCAwIDAgMS43NS0xLjc1VjU3Ljc1QTEuNzQ5IDEuNzQ5IDAgMCAwIDQwLjIgNTZabS0xLjc1IDguNzE5aC01LjIyMVY1OS41aDUuMjE4Wk01OC45NzIgNTZoLTguNzE5YTEuNzUgMS43NSAwIDAgMC0xLjc1IDEuNzV2OC43MTlhMS43NSAxLjc1IDAgMCAwIDEuNzUgMS43NWg4LjcxOWExLjc1IDEuNzUgMCAwIDAgMS43NS0xLjc1VjU3Ljc1YTEuNzUgMS43NSAwIDAgMC0xLjc1LTEuNzVabS0xLjc1IDguNzE5SDUyVjU5LjVoNS4yMTlaTTc3Ljc0NyA1NmgtOC43MTlhMS43NSAxLjc1IDAgMCAwLTEuNzUgMS43NXY4LjcxOWExLjc1IDEuNzUgMCAwIDAgMS43NSAxLjc1aDguNzE5YTEuNzQ5IDEuNzQ5IDAgMCAwIDEuNzUtMS43NVY1Ny43NWExLjc0OSAxLjc0OSAwIDAgMC0xLjc1LTEuNzVaTTc2IDY0LjcxOWgtNS4yMjJWNTkuNUg3NlpNOTYuNTIxIDU2SDg3LjhhMS43NDkgMS43NDkgMCAwIDAtMS43NSAxLjc1djguNzE5YTEuNzQ5IDEuNzQ5IDAgMCAwIDEuNzUgMS43NWg4LjcxOGExLjc0OSAxLjc0OSAwIDAgMCAxLjc1LTEuNzVWNTcuNzVBMS43NDkgMS43NDkgMCAwIDAgOTYuNTIxIDU2Wm0tMS43NSA4LjcxOWgtNS4yMThWNTkuNWg1LjIxOFpNNDAuMiA3NGgtOC43MjFhMS43NDkgMS43NDkgMCAwIDAtMS43NSAxLjc1djguNzE5YTEuNzQ5IDEuNzQ5IDAgMCAwIDEuNzUgMS43NUg0MC4yYTEuNzQ5IDEuNzQ5IDAgMCAwIDEuNzUtMS43NVY3NS43NUExLjc0OSAxLjc0OSAwIDAgMCA0MC4yIDc0Wm0tMS43NSA4LjcxOWgtNS4yMjFWNzcuNWg1LjIxOFpNNTguOTcyIDc0aC04LjcxOWExLjc1IDEuNzUgMCAwIDAtMS43NSAxLjc1djguNzE5YTEuNzUgMS43NSAwIDAgMCAxLjc1IDEuNzVoOC43MTlhMS43NSAxLjc1IDAgMCAwIDEuNzUtMS43NVY3NS43NWExLjc1IDEuNzUgMCAwIDAtMS43NS0xLjc1Wm0tMS43NSA4LjcxOUg1MlY3Ny41aDUuMjE5Wk03Ny43NDcgNzRoLTguNzE5YTEuNzUgMS43NSAwIDAgMC0xLjc1IDEuNzV2OC43MTlhMS43NSAxLjc1IDAgMCAwIDEuNzUgMS43NWg4LjcxOWExLjc0OSAxLjc0OSAwIDAgMCAxLjc1LTEuNzVWNzUuNzVhMS43NDkgMS43NDkgMCAwIDAtMS43NS0xLjc1Wk03NiA4Mi43MTloLTUuMjIyVjc3LjVINzZaTTk2LjUyMSA3NEg4Ny44YTEuNzQ5IDEuNzQ5IDAgMCAwLTEuNzUgMS43NXY4LjcxOWExLjc0OSAxLjc0OSAwIDAgMCAxLjc1IDEuNzVoOC43MThhMS43NDkgMS43NDkgMCAwIDAgMS43NS0xLjc1Vjc1Ljc1QTEuNzQ5IDEuNzQ5IDAgMCAwIDk2LjUyMSA3NFptLTEuNzUgOC43MTloLTUuMjE4Vjc3LjVoNS4yMThaTTQwLjIgOTJoLTguNzIxYTEuNzQ5IDEuNzQ5IDAgMCAwLTEuNzUgMS43NXY4LjcxOWExLjc0OSAxLjc0OSAwIDAgMCAxLjc1IDEuNzVINDAuMmExLjc0OSAxLjc0OSAwIDAgMCAxLjc1LTEuNzVWOTMuNzVBMS43NDkgMS43NDkgMCAwIDAgNDAuMiA5MlptLTEuNzUgOC43MTloLTUuMjIxVjk1LjVoNS4yMThaTTU4Ljk3MiA5MmgtOC43MTlhMS43NSAxLjc1IDAgMCAwLTEuNzUgMS43NXY4LjcxOWExLjc1IDEuNzUgMCAwIDAgMS43NSAxLjc1aDguNzE5YTEuNzUgMS43NSAwIDAgMCAxLjc1LTEuNzVWOTMuNzVhMS43NSAxLjc1IDAgMCAwLTEuNzUtMS43NVptLTEuNzUgOC43MTlINTJWOTUuNWg1LjIxOVpNNzcuNzQ3IDkyaC04LjcxOWExLjc1IDEuNzUgMCAwIDAtMS43NSAxLjc1djguNzE5YTEuNzUgMS43NSAwIDAgMCAxLjc1IDEuNzVoOC43MTlhMS43NDkgMS43NDkgMCAwIDAgMS43NS0xLjc1VjkzLjc1YTEuNzQ5IDEuNzQ5IDAgMCAwLTEuNzUtMS43NVpNNzYgMTAwLjcxOWgtNS4yMjJWOTUuNUg3NlpNOTYuNTIxIDkySDg3LjhhMS43NDkgMS43NDkgMCAwIDAtMS43NSAxLjc1djguNzE5YTEuNzQ5IDEuNzQ5IDAgMCAwIDEuNzUgMS43NWg4LjcxOGExLjc0OSAxLjc0OSAwIDAgMCAxLjc1LTEuNzVWOTMuNzVBMS43NDkgMS43NDkgMCAwIDAgOTYuNTIxIDkyWm0tMS43NSA4LjcxOWgtNS4yMThWOTUuNWg1LjIxOFoiLz48L3N2Zz4=");
    width: 32px;
    height: 24px;
    outline: 0
}

@media(min-width: 850px) {

    .contact form .dp_wrapper button.Zebra_DatePicker_Icon,
    .contact #formdownload>.form-group .dp_wrapper button.Zebra_DatePicker_Icon {
        width: max(2.0833333333vw, 26px);
        height: max(1.6203703704vw, 20px)
    }
}

.contact form .dp_wrapper .Zebra_DatePicker,
.contact #formdownload>.form-group .dp_wrapper .Zebra_DatePicker {
    border: 0;
    top: calc(var(--input-height) - 1px) !important;
    left: 0 !important
}

.contact form .dp_wrapper .Zebra_DatePicker.dp_visible,
.contact #formdownload>.form-group .dp_wrapper .Zebra_DatePicker.dp_visible {
    width: 100%
}

.contact form .dp_wrapper .Zebra_DatePicker.dp_visible table,
.contact #formdownload>.form-group .dp_wrapper .Zebra_DatePicker.dp_visible table {
    width: calc(100% - 1px) !important;
    border: 0
}

.contact form .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_header,
.contact form .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_monthpicker td,
.contact form .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_yearpicker td,
.contact form .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_daypicker td,
.contact #formdownload>.form-group .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_header,
.contact #formdownload>.form-group .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_monthpicker td,
.contact #formdownload>.form-group .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_yearpicker td,
.contact #formdownload>.form-group .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_daypicker td {
    border: 1px solid #a0a0a0
}

.contact form .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_header,
.contact #formdownload>.form-group .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_header {
    border-bottom: 0
}

.contact form .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_header td,
.contact #formdownload>.form-group .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_header td {
    background-color: #fff
}

.contact form .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_monthpicker td,
.contact form .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_yearpicker td,
.contact form .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_daypicker td,
.contact #formdownload>.form-group .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_monthpicker td,
.contact #formdownload>.form-group .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_yearpicker td,
.contact #formdownload>.form-group .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_daypicker td {
    vertical-align: middle;
    background-color: #f5f5f5
}

.contact form .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_monthpicker td.dp_selected,
.contact form .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_yearpicker td.dp_selected,
.contact form .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_daypicker td.dp_selected,
.contact #formdownload>.form-group .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_monthpicker td.dp_selected,
.contact #formdownload>.form-group .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_yearpicker td.dp_selected,
.contact #formdownload>.form-group .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_daypicker td.dp_selected {
    font-weight: bold;
    background-color: #e0e0e0;
    color: #000 !important
}

.contact form .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_daypicker th,
.contact #formdownload>.form-group .dp_wrapper .Zebra_DatePicker.dp_visible table.dp_daypicker th {
    background: none;
    border: 1px solid #a0a0a0
}

.contact form .red label,
.contact form .red .label,
.contact form label.red,
.contact #formdownload>.form-group .red label,
.contact #formdownload>.form-group .red .label,
.contact #formdownload>.form-group label.red {
    color: #d0021b
}

.contact form input.error,
.contact #formdownload>.form-group input.error {
    border-color: #d0021b
}

.contact .betriebs-nr,
.contact .personen-nr {
    display: block;
    position: relative
}

.contact .betriebs-nr:before,
.contact .personen-nr:before {
    position: absolute;
    left: 10px;
    top: 27%
}

@media(min-width: 850px) {

    .contact .betriebs-nr:before,
    .contact .personen-nr:before {
        top: 22%
    }
}

.contact .betriebs-nr:before {
    content: "E-"
}

.contact .personen-nr:before {
    content: "P-"
}

.contact .betriebs-nr>input[type=text],
.contact .personen-nr>input[type=text] {
    padding-left: 25px !important
}

@media(min-width: 850px) {

    .contact .betriebs-nr>input[type=text],
    .contact .personen-nr>input[type=text] {
        padding-left: max(1.7361111111vw, 25px) !important
    }
}

@media(min-width: 850px) {
    .error-page section {
        min-height: calc(100vh - var(--header-height) - var(--footer-height))
    }
}

.error-page h1 {
    font-size: 190px;
    line-height: 65%;
    margin-bottom: 32px
}

@media(min-width: 850px) {
    .error-page h1 {
        font-size: 17.3611111111vw;
        line-height: 65%;
        margin-bottom: 3.4722222222vw
    }
}

.arrow-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-transition: padding-left 300ms ease-in-out;
    transition: padding-left 300ms ease-in-out
}

.arrow-link span {
    width: 20px;
    margin-right: 8px;
    height: 100%;
    position: relative;
    overflow: hidden
}

@media(min-width: 850px) {
    .arrow-link span {
        margin-right: .5787037037vw;
        width: max(1.7361111111vw, 20px)
    }
}

.arrow-link span i {
    height: 30px;
    display: inline-block;
    -webkit-transition: -webkit-transform .4s .1s;
    transition: -webkit-transform .4s .1s;
    transition: transform .4s .1s;
    transition: transform .4s .1s, -webkit-transform .4s .1s;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

@media(min-width: 850px) {
    .arrow-link span i {
        height: 1.7361111111vw
    }
}

.arrow-link span i:first-child {
    position: absolute;
    left: 0;
    -webkit-transform: translate3d(-105%, 0px, 0px);
    transform: translate3d(-105%, 0px, 0px)
}

@media(hover: none) {
    .arrow-link span i:first-child {
        display: none
    }
}

.arrow-link.large span {
    width: 20px;
    margin-right: 8px
}

@media(min-width: 850px) {
    .arrow-link.large span {
        margin-right: .5787037037vw;
        width: max(2.0833333333vw, 23px)
    }
}

@media(hover: hover) {
    .arrow-link:hover i:first-child {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px)
    }

    .arrow-link:hover i:last-child {
        -webkit-transform: translate3d(105%, 0px, 0px);
        transform: translate3d(105%, 0px, 0px)
    }
}

.bgvideo {
    overflow: hidden;
    position: relative;
    height: 100%
}

.bgvideo video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none
}

.image {
    overflow: hidden;
    position: relative
}

.image__img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    position: absolute
}

.big-horizontal-media {
    position: relative
}

.big-horizontal-media .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: var(--container-margin)
}

@media(max-width: 849px) {
    .big-horizontal-media .container {
        min-height: calc(100vw / 2)
    }
}

.big-horizontal-media h2 {
    position: relative;
    z-index: 1
}

.big-horizontal-media a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.big-horizontal-media .image,
.big-horizontal-media .bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.big-horizontal-text .container {
    padding-top: 48px;
    padding-bottom: calc(var(--container-margin) * 2)
}

@media(min-width: 850px) {
    .big-horizontal-text .container {
        padding-top: 6.9444444444vw;
        padding-bottom: var(--container-margin)
    }
}

.big-horizontal-text p {
    max-width: 600px
}

@media(min-width: 850px) {
    .big-horizontal-text p {
        max-width: 70.8333333333vw
    }
}

.big-horizontal-text p strong {
    color: #888693
}

@media(min-width: 850px) {
    .faq-module {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.faq-module+.faq-module {
    border-top: 1px solid #a0a0a0
}

.faq-module>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-top: 48px;
    padding-bottom: var(--container-margin)
}

@media(min-width: 850px) {
    .faq-module>div {
        padding-top: 4.1666666667vw;
        padding-bottom: calc(var(--container-margin)/2)
    }
}

.faq-module>div.left-col {
    position: relative
}

@media(min-width: 850px) {
    .faq-module>div.left-col {
        position: sticky;
        top: var(--header-height);
        -ms-flex-item-align: start;
        align-self: flex-start;
        height: calc(100vh - var(--header-height))
    }
}

.faq-module>div.left-col::before {
    content: "";
    background-color: #a0a0a0;
    height: 1px;
    width: calc(100% - var(--container-margin)*2);
    display: block;
    left: var(--container-margin);
    position: absolute;
    top: 100%
}

@media(min-width: 850px) {
    .faq-module>div.left-col::before {
        height: calc(100% - var(--container-margin)*2);
        width: 1px;
        left: initial;
        right: 0;
        top: var(--container-margin)
    }
}

@media(min-width: 850px) {
    .faq-module>div.left-col .container {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .faq-module>div.left-col .container::-webkit-scrollbar {
        display: none
    }
}

.faq-module>div .ts-h1 {
    margin-bottom: 20px
}

@media(min-width: 850px) {
    .faq-module>div .ts-h1 {
        margin-bottom: 2.7777777778vw
    }
}

.faq-module>div .ts-intro {
    margin-bottom: 24px
}

@media(min-width: 850px) {
    .faq-module>div .ts-intro {
        margin-bottom: 2.7777777778vw
    }
}

.faq-module>div h3.arrow-link {
    cursor: pointer;
    margin-bottom: 16px;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out
}

@media(min-width: 850px) {
    .faq-module>div h3.arrow-link {
        margin-bottom: 2.0833333333vw
    }
}

.faq-module>div h3.arrow-link.active {
    color: #888693
}

.faq-module>div h3.arrow-link span {
    width: max(1.3888888889vw, 18px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    pointer-events: none
}

.faq-module>div.right-col .ts-h1 {
    cursor: default
}

@media(max-width: 849px) {
    .faq-module>div.right-col .ts-h1 {
        display: none
    }
}

@media(min-width: 850px) {
    .faq-module>div.right-col .ts-h1 {
        opacity: 0
    }
}

@media(min-width: 850px) {
    .two-squares {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.two-squares>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.two-squares .container {
    height: 100%;
    padding-top: 48px;
    padding-bottom: var(--container-margin)
}

@media(min-width: 850px) {
    .two-squares .container {
        padding-top: 4.1666666667vw;
        padding-bottom: calc(var(--container-margin)/2)
    }
}

.two-squares__text.bg-white+.two-squares__text.bg-white,
.two-squares__text.bg-white+.two-squares__small-squares.bg-white,
.two-squares__small-squares.bg-white+.two-squares__text.bg-white,
.two-squares__small-squares.bg-white+.two-squares__small-squares.bg-white {
    position: relative
}

.two-squares__text.bg-white+.two-squares__text.bg-white:before,
.two-squares__text.bg-white+.two-squares__small-squares.bg-white:before,
.two-squares__small-squares.bg-white+.two-squares__text.bg-white:before,
.two-squares__small-squares.bg-white+.two-squares__small-squares.bg-white:before {
    content: "";
    background-color: #a0a0a0;
    height: 1px;
    width: calc(100% - var(--container-margin)*2);
    display: block;
    left: var(--container-margin);
    position: absolute
}

@media(min-width: 850px) {

    .two-squares__text.bg-white+.two-squares__text.bg-white:before,
    .two-squares__text.bg-white+.two-squares__small-squares.bg-white:before,
    .two-squares__small-squares.bg-white+.two-squares__text.bg-white:before,
    .two-squares__small-squares.bg-white+.two-squares__small-squares.bg-white:before {
        height: calc(100% - var(--container-margin)*2);
        width: 1px;
        left: 0;
        top: var(--container-margin)
    }
}

.two-squares__text .container {
    padding-bottom: calc(var(--container-margin) * 2)
}

@media(min-width: 850px) {
    .two-squares__text .container {
        padding-bottom: var(--container-margin)
    }
}

.two-squares__text .ts-h1,
.two-squares__text .ts-intro {
    margin-bottom: 20px;
    max-width: 600px
}

@media(min-width: 850px) {

    .two-squares__text .ts-h1,
    .two-squares__text .ts-intro {
        margin-bottom: 1.8518518519vw;
        max-width: none
    }
}

@media(min-width: 850px) {
    .two-squares__text .ts-h1 {
        min-height: 10.2430555556vw
    }
}

@media(min-width: 1024px) {
    .two-squares__text .ts-h1 {
        min-height: 12.1527777778vw
    }
}

.two-squares__text .ts-intro:first-child {
    margin-top: 20px
}

@media(min-width: 850px) {
    .two-squares__text .ts-intro:first-child {
        margin-top: 5.5555555556vw
    }
}

.two-squares__text .ts-intro:last-child {
    margin-bottom: 0
}

@media(min-width: 850px) {
    .two-squares__text .ts-intro:only-child {
        max-width: 34.7222222222vw
    }
}

@media(max-width: 849px) {

    .two-squares__text h2,
    .two-squares__text .ts-intro,
    .two-squares__text .wysiwyg {
        max-width: 600px
    }
}

.two-squares__text .links {
    margin-top: 32px;
    max-width: 400px
}

@media(min-width: 850px) {
    .two-squares__text .links {
        margin-top: 2.7777777778vw;
        width: max(65%, 300px)
    }
}

.two-squares__text .links>div {
    margin-bottom: 8px
}

@media(min-width: 850px) {
    .two-squares__text .links>div {
        margin-bottom: max(.9259259259vw, 12px)
    }
}

.two-squares__image,
.two-squares__video {
    position: relative
}

.two-squares__image .image,
.two-squares__image .bgvideo,
.two-squares__video .image,
.two-squares__video .bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.two-squares__image .container,
.two-squares__video .container {
    position: relative;
    z-index: 1
}

@media(max-width: 849px) {

    .two-squares__image .container,
    .two-squares__video .container {
        min-height: 100vw
    }
}

.two-squares__image .container:not(:empty),
.two-squares__video .container:not(:empty) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.two-squares__image a,
.two-squares__video a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.two-squares__small-squares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.two-squares__small-squares>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-top: -1px;
    z-index: 1
}

.two-squares__small-squares .bg-white:not(:nth-child(even))+.bg-white {
    position: relative
}

.two-squares__small-squares .bg-white:not(:nth-child(even))+.bg-white:before {
    content: "";
    background-color: #a0a0a0;
    height: calc(100% - var(--container-margin)*2);
    width: 1px;
    top: var(--container-margin);
    position: absolute;
    display: block
}

.two-squares__small-squares .container--low {
    width: 100%
}

@media(max-width: 849px) {
    .two-squares__small-squares .container--low {
        padding-top: 24px
    }
}

.two-squares__small-squares h3 {
    margin-bottom: 24px
}

@media(min-width: 850px) {
    .two-squares__small-squares h3 {
        margin-bottom: 1.3888888889vw
    }
}

@media(max-width: 849px) {
    .two-squares__small-squares .small-text {
        height: auto
    }
}

@media(max-width: 849px) {
    .two-squares__small-squares .small-text .container {
        border-bottom: 1px solid #a0a0a0
    }

    .two-squares__small-squares .small-text:nth-last-child(-n+2):not(:nth-child(even)) .container,
    .two-squares__small-squares .small-text:last-child .container {
        border-bottom: 0
    }
}

.two-squares__small-squares .small-media {
    position: relative;
    border-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

@media(min-width: 850px) {
    .two-squares__small-squares .small-media {
        max-height: calc(100vw / 4)
    }
}

.two-squares__small-squares .small-media::before {
    content: none !important
}

.two-squares__small-squares .small-media.span2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none
}

.two-squares__small-squares .small-media .image,
.two-squares__small-squares .small-media .bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.two-squares__small-squares .small-empty {
    border: 0 !important
}

.two-squares__small-squares .small-empty.bg-white {
    background-color: #fff
}

.two-squares__small-squares .small-empty::before {
    content: none !important
}

@media(max-width: 849px) {
    .two-squares__small-squares .small-empty {
        min-height: calc(100vw / 2)
    }
}

@media(min-width: 850px) {
    .two-squares__small-squares .small-empty {
        max-height: calc(100vw / 4)
    }
}

.footer {
    padding: 16px 0 0 0;
    height: var(--footer-height)
}

@media(min-width: 850px) {
    .footer {
        padding: 0;
        margin-top: -1px;
        z-index: 1;
        position: relative
    }
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width: 850px) {
    .footer .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }
}

.footer ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media(min-width: 850px) {
    .footer ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%
    }
}

@media(min-width: 850px) {
    .footer ul:last-child {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.footer ul li {
    margin: 0 0 16px 0
}

@media(min-width: 850px) {
    .footer ul li {
        margin: 0 .8101851852vw 0 0
    }
}

@media(min-width: 850px) {
    .footer ul li:last-child {
        margin: 0
    }
}

.footer ul li a {
    white-space: nowrap
}

@media(min-width: 850px) {
    .footer ul li a {
        display: inline-block
    }
}

.footer ul.footer__language {
    text-transform: uppercase
}

@media(max-width: 849px) {
    .footer ul.footer__language {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 24px
    }
}

@media(min-width: 850px) {
    .footer ul.footer__language {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width: 849px) {
    .footer ul.footer__language li {
        display: inline-block;
        margin-right: 10px
    }
}

.footer ul.footer__language li a.active {
    pointer-events: none;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-family: "CircularXXWeb-Medium", sans-serif
}

.header {
    position: sticky;
    top: 0;
    background-color: #f0f0f0;
    z-index: 10;
    height: var(--header-height)
}

.header>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.header__logo,
.header__logins,
.header__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%
}

.header__logo {
    --margins: 16px
}

@media(min-width: 850px) {
    .header__logo {
        --margins: max(0.9259259259vw, 16px)
    }
}

.header__logo svg {
    width: auto;
    height: calc(var(--header-height) - var(--margins))
}

.header__logins {
    text-align: center;
    letter-spacing: .03em
}

.header__logins label {
    cursor: pointer;
    position: relative
}

.header__logins label span {
    color: #888693
}

.header__logins label svg {
    vertical-align: super;
    height: auto;
    position: absolute;
    right: -20px;
    top: 8px;
    width: 14px;
    -webkit-transition: -webkit-transform 300ms ease-out;
    transition: -webkit-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    transition: transform 300ms ease-out, -webkit-transform 300ms ease-out
}

@media(min-width: 850px) {
    .header__logins label svg {
        width: max(1.1574074074vw, 13px);
        top: max(.6944444444vw, 8px);
        right: -1.7361111111vw
    }
}

.header__logins input {
    display: none
}

.header__logins nav {
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    border-right: 0;
    width: 100%;
    height: calc(100vh - var(--header-height));
    background-color: #fff;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    opacity: 0;
    pointer-events: none
}

.header__logins nav ul li {
    border-bottom: 1px solid #a0a0a0;
    height: var(--header-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logins input:checked~nav {
    opacity: 1;
    pointer-events: all
}

.header__logins input:checked~label svg {
    display: block;
    -webkit-transform: rotate(-0.5turn);
    transform: rotate(-0.5turn)
}

.header__menu {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    --position: 10px
}

.header__menu input {
    display: none
}

.header__menu label {
    cursor: pointer;
    width: 40px;
    display: inline-block
}

@media(min-width: 850px) {
    .header__menu label {
        width: max(3.587962963vw, 52px)
    }
}

.header__menu span {
    display: block;
    width: 70%;
    height: 2px;
    background: #000;
    position: relative;
    right: -30%
}

@media(min-width: 2000px) {
    .header__menu span {
        height: 3px
    }
}

.header__menu span:nth-child(2) {
    width: 100%;
    left: 0
}

@media(min-width: 850px) {
    .header__menu {
        --position: max(calc(0.6944444444vw + 2px), 12px)
    }
}

@media(min-width: 2000px) {
    .header__menu {
        --position: calc(0.6944444444vw + 3px)
    }
}

.header__menu span+span {
    margin-top: 8px
}

@media(min-width: 850px) {
    .header__menu span+span {
        margin-top: max(.6944444444vw, 10px)
    }
}

.header__menu input:checked+label span:nth-child(1) {
    -webkit-animation: ease .6s top forwards;
    animation: ease .6s top forwards
}

.header__menu label span:nth-child(1) {
    -webkit-animation: ease .6s top-2 forwards;
    animation: ease .6s top-2 forwards
}

.header__menu input:checked+label span:nth-child(2) {
    -webkit-animation: ease .6s scaled forwards;
    animation: ease .6s scaled forwards
}

.header__menu label span:nth-child(2) {
    -webkit-animation: ease .6s scaled-2 forwards;
    animation: ease .6s scaled-2 forwards
}

.header__menu input:checked+label span:nth-child(3) {
    -webkit-animation: ease .6s bottom forwards;
    animation: ease .6s bottom forwards
}

.header__menu label span:nth-child(3) {
    -webkit-animation: ease .6s bottom-2 forwards;
    animation: ease .6s bottom-2 forwards
}

.header__menu nav {
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #000;
    border-right: 0;
    min-width: max(19.4444444444vw, 250px);
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.header__menu nav ul {
    text-transform: uppercase;
    text-align: left
}

.header__menu nav ul li:not(:last-child) {
    border-bottom: 1px solid #000
}

.header__menu nav ul a {
    padding: 10px 24px;
    display: block;
    height: 100%;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out
}

@media(min-width: 850px) {
    .header__menu nav ul a {
        padding: .5787037037vw 1.3888888889vw
    }
}

.header__menu nav ul a.current {
    color: #888693;
    pointer-events: none
}

@media(hover: hover) {
    .header__menu nav ul a:hover {
        color: #888693
    }
}

.header__menu input:checked~nav {
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@-webkit-keyframes top {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        top: var(--position);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        top: var(--position);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes top {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        top: var(--position);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        top: var(--position);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-webkit-keyframes top-2 {
    0% {
        top: var(--position);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    50% {
        top: var(--position);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes top-2 {
    0% {
        top: var(--position);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    50% {
        top: var(--position);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes bottom {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        bottom: var(--position);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        bottom: var(--position);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        bottom: var(--position);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        bottom: var(--position);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}

@-webkit-keyframes bottom-2 {
    0% {
        bottom: var(--position);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    50% {
        bottom: var(--position);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes bottom-2 {
    0% {
        bottom: var(--position);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    50% {
        bottom: var(--position);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes scaled {
    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes scaled {
    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes scaled-2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaled-2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}