@import url(https://use.typekit.net/fdn7hrq.css);

:root {
    --plyr-color-main: #008298
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0
}


button {
    background-color: rgba(0,0,0,0);
    border: none;
    padding: 0;
    margin: 0
}

@media only screen and (max-width: 992px) {
    input {
        -webkit-border-radius: 0;

        -webkit-box-shadow: none;
        box-shadow: none
    }
}

[class*=flex--] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

.flex--start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.flex--end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    /* justify-content: flex-end */ /* Højrestilling af menu*/
}

.flex--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex--start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex--space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex--space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex--center-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex--vertical-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.flex--vertical-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex--vertical-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex--vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reset-ul {
    list-style: none;
    padding-left: 0
}

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

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1280px
    }
}

@media only screen and (min-width: 1536px) {
    .container {
        max-width: 1380px
    }
}

@media only screen and (max-width: 1399px) {
    .container {
        max-width: 100%
    }
}

.video-modal__wrapper .plyr__controls {
    display: none
}

.video-modal__wrapper .plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: none
}

.video-modal__wrapper.is-active .plyr__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

html {
    font-size: 62.5%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none
}

body {
    text-rendering: optimizeLegibility;
    overflow: hidden;
    overflow-y: auto
}

    body.remove-outline * {
        outline: none !important
    }

.remove-outline {
    outline: none !important
}

main {
    padding-top: 15rem;
    word-break: break-word
}

body::-webkit-scrollbar {
    width: .5rem
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    box-shadow: inset 0 0 6px rgba(0,0,0,.1)
}

body::-webkit-scrollbar-thumb {
    background-color: #00474f;
    border-radius: 5px
}

@media only screen and (max-width: 800px) {
    main {
        padding-top: 5.5rem
    }
}

h1, h2, h3, h4, h5, h6, .small-headline {
    color: #00474f;
    font-weight: 700;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    font-weight: 700
}

h1, .h1 {
    font-size: 5rem;
    line-height: 7.5rem;
    font-weight: 700
}

    h1.h1--margin-bottom-4, .h1.h1--margin-bottom-4 {
        padding-bottom: 4rem;
        padding-top: 3rem
    }

h2, .h2 {
    font-size: 3.6rem;
    font-weight: 700
}

    h2.h2--margin-bottom-4, .h2.h2--margin-bottom-4 {
        padding-bottom: 4rem;
        padding-top: 3rem
    }

h3, .h3, .form-wrap__h3 {
    font-size: 3.6rem;
    font-weight: 700
}

h4, .h4, .form-wrap__h4 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 700
}

h4--white, .h4--white {
    font-size: 2.4rem;
    color: #fff
}

    h4--white *, .h4--white * {
        color: #fff;
        font-size: 2.4rem
    }

h4 *, .h4 *, .form-wrap__h4 * {
    font-size: 2.4rem;
    line-height: 3.6rem
}

.small-headline {
    font-size: 2.4rem;
    font-weight: 700
}

.small-headline--normal {
    font-weight: normal
}

.small-headline--white {
    color: #fff
}

p, .p {
    margin-bottom: 0;
    font-size: 1.8rem;
    color: #00474f;
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans",sans-serif
}

    p.bold, .p.bold {
        font-weight: bold
    }

    p.white, .p.white {
        color: #fff
    }

    p.white--headline, .p.white--headline {
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff
    }

    p.white--small, .p.white--small {
        color: #fff;
        font-size: 1.5rem
    }

    p.yellow-bold, .p.yellow-bold {
        font-weight: 700;
        font-style: normal;
        font-family: "Open Sans",sans-serif;
        color: #fcb526
    }

span.bold {
    font-weight: bold
}

span.white {
    color: #fff
}

    span.white * {
        color: #fff !important
    }

span.white--small {
    color: #fff;
    font-size: 1.5rem
}

    span.white--small * {
        color: #fff !important;
        font-size: 1.5rem
    }

span.white--headline {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff
}

    span.white--headline * {
        color: #fff !important
    }

span.yellow-bold {
    font-weight: 700;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    color: #fcb526
}

    span.yellow-bold * {
        color: #fcb526
    }

a {
    color: #00474f;
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans",sans-serif
}

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

a {
    text-decoration: underline
}

button {
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans",sans-serif
}

.li-style ul {
    padding-left: 2rem;
    margin-top: 1rem
}

    .li-style ul li {
        color: #00474f;
        font-size: 1.8rem;
        list-style: none;
        position: relative
    }

        .li-style ul li::before {
            content: "";
            width: 3px;
            background-color: #00474f;
            height: 3px;
            border-radius: 50%;
            display: block;
            position: absolute;
            left: -1.5rem;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 1.4rem
        }

.li-style ol {
    padding-left: 2rem;
    margin-top: 1rem
}

    .li-style ol li {
        color: #00474f;
        font-size: 1.8rem;
        position: relative
    }

.li-style--no-size ul {
    padding-left: 2rem;
    margin-top: 1rem
}

    .li-style--no-size ul li {
        color: #00474f;
        list-style: none;
        position: relative
    }

        .li-style--no-size ul li::before {
            content: "";
            width: 5px;
            background-color: #00474f;
            height: 5px;
            border-radius: 50%;
            display: block;
            position: absolute;
            left: -1.5rem;
            top: 1.4rem
        }

.form-link {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    margin-top: 1rem
}

@media only screen and (max-width: 992px) {
    h1, .h1 {
        font-size: 4rem;
        line-height: 4.7rem
    }

        h1.h1--margin-bottom-4, .h1.h1--margin-bottom-4 {
            font-size: 3.6rem;
            line-height: 4.5rem
        }

    h2, .h2 {
        font-size: 3.6rem
    }

        h2.h2--margin-bottom-4, .h2.h2--margin-bottom-4 {
            font-size: 3.6rem;
            line-height: 4.5rem
        }

    h3, .h3, .form-wrap__h3 {
        font-size: 2.4rem
    }

    h4, .h4, .form-wrap__h4 {
        font-size: 2rem;
        line-height: 2.2rem
    }

        h4 *, .h4 *, .form-wrap__h4 * {
            font-size: 2rem;
            line-height: 2.2rem
        }

    .small-headline {
        font-size: 2.4rem
    }

    p {
        font-size: 1.6rem
    }

    .form-link {
        font-size: 1.4rem
    }
}

strong * {
    font-weight: bold
}

.checkout-headline {
    margin-top: 6rem;
    margin-bottom: 3rem
}

@media only screen and (max-width: 576px) {
    h1, .h1 {
        font-size: 3rem;
        line-height: 4.5rem
    }

    h2, .h2 {
        font-size: 3.6rem
    }

    h3, .h3, .form-wrap__h3 {
        font-size: 2.4rem
    }

    h4, .h4, .form-wrap__h4 {
        font-size: 1.8rem;
        line-height: 2.4rem
    }

        h4 *, .h4 *, .form-wrap__h4 * {
            font-size: 1.6rem;
            line-height: 2.4rem
        }

        h4.form-wrap__headline, .h4.form-wrap__headline, .form-wrap__headline.form-wrap__h4 {
            font-size: 1.6rem
        }

    .small-headline {
        line-height: 2.4rem;
        font-size: 1.8rem
    }

    p {
        font-size: 1.6rem
    }

    .li-style ul li {
        font-size: 1.6rem
    }

    .checkout-headline {
        margin-top: 3.5rem;
        margin-bottom: 2rem
    }
}

.btn {
    border-radius: 4px;
    background-color: #bd561a;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    padding-left: 2rem;
    min-width: 145px;
    padding-right: 2rem;
    height: 4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
    text-decoration: none !important
}

.btn--green {
    background-color: #00474f;
    color: #fff
}

.btn--spacing-top {
    margin-top: 6rem
}

.btn--small-spacing-top {
    margin-top: 3rem
}

.btn:focus {
    border: 1px solid #00474f
}

.btn:hover {
    color: #fff;
    background-color: #904214
}

.btn:disabled {
    background-color: #b88566;
    opacity: 1
}

@media only screen and (max-width: 576px) {
    .btn {
        min-width: 130px
    }
}

[class*=background-color--] {
    position: relative
}

.background-color--f4f4ef::before {
    z-index: -1;
    content: "";
    top: 50%;
    background-color: #f4f4ef;
    position: absolute;
    left: 50%;
    height: 100%;
    width: 100vw;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

    .background-color--f4f4ef::before .accodion-item {
        background-color: #f4f4ef
    }

.background-color--ffffff::before {
    z-index: -1;
    content: "";
    top: 50%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    height: 100%;
    width: 100vw;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.content-boxes {
    padding-top: 7rem;
    padding-bottom: 12rem
}

.content-boxes__headline {
    margin-bottom: 7rem
}

.content-box-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
    height: 100%;
    padding: 3rem;
    padding-bottom: 5rem;
    border-radius: 2px;
    margin-bottom: 5rem
}

.content-box-item__headline {
    color: #00474f;
    margin-bottom: 2.5rem
}

.content-box-item__text p, .content-box-item__text span, .content-box-item__text li, .content-box-item__text a {
    font-weight: 300
}

.content-box-item__download-link {
    width: 100%;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-decoration: none;
    color: #00474f;
    font-size: 1.8rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 1px solid #00474f
}

    .content-box-item__download-link:nth-of-type(1) {
        border-top: 1px solid #00474f
    }

    .content-box-item__download-link:hover {
        color: #00474f;
        text-decoration: none;
        overflow: hidden
    }

        .content-box-item__download-link:hover .icon {
            -webkit-animation: download-icon .5s cubic-bezier(0.218, 0.63, 0.325, 1);
            animation: download-icon .5s cubic-bezier(0.218, 0.63, 0.325, 1)
        }

    .content-box-item__download-link .icon {
        width: 2rem;
        height: 2.5rem;
        fill: #00474f
    }

.content-box-item a:focus {
    background-color: rgba(0,0,0,.2)
}

.content-box-item--00474f {
    background-color: #00474f;
    border: 2px solid #00474f
}

    .content-box-item--00474f * {
        color: #fff;
        border-color: #fff
    }

.content-box-item--00a3be {
    background-color: #008298;
    border: 2px solid #008298
}

    .content-box-item--00a3be * {
        color: #fff;
        border-color: #fff
    }

.content-box-item--ffffff {
    background-color: #fff;
    border: 2px solid #00474f
}

@media only screen and (max-width: 992px) {
    .content-box-wrapper {
        margin-bottom: 3rem
    }

    .content-boxes {
        padding-bottom: 4rem;
        padding-top: 4rem
    }

    .content-boxes__headline {
        margin-bottom: 3.5rem
    }
}

@-webkit-keyframes download-icon {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

    51% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }

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

@keyframes download-icon {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

    51% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }

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

.news-headline {
    margin-top: 8rem;
    margin-bottom: 8rem;
    font-size: 6rem;
    line-height: 9rem
}

.news-item {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #00474f;
    text-align: left;
    min-height: 13rem;
    -webkit-transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
    text-decoration: none
}

    .news-item:focus {
        background-color: rgba(0,0,0,.2)
    }

    .news-item::after {
        content: "";
        width: 2.5rem;
        position: absolute;
        right: 40px;
        opacity: 0;
        -webkit-transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
        transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
        height: 2rem;
        background: #fff;
        background: linear-gradient(87deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 48%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1)
    }

    .news-item:hover {
        text-decoration: none
    }

        .news-item:hover::after {
            opacity: 1;
            right: -10px
        }

.news-item--border-top {
    border-top: 1px solid #00474f
}

.news-item__headline {
    font-size: 2.4rem;
    color: #00474f;
    margin-bottom: 0;
    font-weight: bold
}

.news-item__subject {
    font-size: 1.5rem;
    color: #008298;
    margin-bottom: .5rem
}

    .news-item__subject:first-letter {
        text-transform: uppercase
    }

.news-item__icon {
    width: 2.5rem;
    height: 2rem;
    position: relative;
    -webkit-transition: all .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    fill: #00474f
}

.news-item__text-wrap {
    width: calc(100% - 25px)
}

.news-pagination {
    margin-top: 6rem;
    margin-bottom: 10rem
}

.news-pagination__prev, .news-pagination__next {
    border-top: 1px solid #00474f;
    border-left: 1px solid #00474f;
    -webkit-transition: all .7s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .7s cubic-bezier(0.218, 0.63, 0.325, 1);
    width: 1rem;
    height: 1rem
}

    .news-pagination__prev:focus, .news-pagination__next:focus {
        background-color: rgba(0,0,0,.2)
    }

    .news-pagination__prev.is-disabled, .news-pagination__next.is-disabled {
        opacity: .3;
        pointer-events: none
    }

.news-pagination__prev {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

    .news-pagination__prev:hover {
        -webkit-transform: rotate(-45deg) scale(1.1);
        transform: rotate(-45deg) scale(1.1)
    }

.news-pagination__page {
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-left: 2rem;
    margin-right: 2rem
}

.news-pagination__next {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

    .news-pagination__next:hover {
        -webkit-transform: rotate(135deg) scale(1.2);
        transform: rotate(135deg) scale(1.2)
    }

@media only screen and (max-width: 576px) {
    .news-headline {
        font-size: 3rem;
        line-height: 4.5rem;
        margin-top: 5rem;
        margin-bottom: 4rem
    }

    .news-pagination {
        margin-bottom: 9rem
    }
}

.accordion-simple {
    padding-top: 6rem;
    padding-bottom: 10rem
}

.accordion-simple__headline {
    margin-bottom: 4rem;
    text-align: center
}

.accordion-simple .accordion-item {
    height: 6rem;
    border-bottom: 1px solid #00474f;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1)
}

.accordion-simple .accordion-item__headline {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    min-height: 6rem;
    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;
    color: #00474f;
    font-weight: bold
}

    .accordion-simple .accordion-item__headline:focus {
        background-color: rgba(0,0,0,.1)
    }

.accordion-simple .accordion-item__headline-icon {
    width: 1.5rem;
    height: 1.5rem;
    border-top: 1px solid #00474f;
    border-left: 1px solid #00474f;
    display: block;
    -webkit-transition: all .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    position: relative;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    pointer-events: none;
    right: 10px;
    display: none
}

.accordion-simple .accordion-item__headline-svg {
    width: 1.5rem;
    fill: #00474f;
    height: 1.5rem;
    -webkit-transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.accordion-simple .accordion-item__text {
    margin-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    visibility: hidden
}

.accordion-simple .accordion-item.is-open .accordion-item__headline-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    height: 1px
}

.accordion-simple .accordion-item.is-open .accordion-item__text {
    visibility: visible
}

.accordion-simple .accordion-item.is-open .accordion-item__headline-svg {
    -webkit-clip-path: polygon(0 46%, 100% 46%, 100% 57%, 0 57%);
    clip-path: polygon(0 46%, 100% 46%, 100% 57%, 0 57%)
}

@media only screen and (max-width: 992px) {
    .accordion-simple {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.accordion {
    padding-top: 6rem;
    padding-bottom: 9rem
}

.accordion__headline {
    font-size: 3.6rem;
    line-height: 5rem;
    margin-top: 6rem;
    margin-bottom: 5rem
}

.accordion__image {
    width: calc(100% + 7.5rem + 1.5rem);
    -webkit-transform: translateX(-7.5rem);
    transform: translateX(-7.5rem);
    z-index: -1;
    height: 76rem;
    -o-object-fit: cover;
    object-fit: cover
}

.accordion__cta {
    width: 116.6%;
    -webkit-transform: translate3d(-12.5rem, -11rem, 0);
    transform: translate3d(-12.5rem, -11rem, 0);
    height: 11rem;
    position: relative;
    border-radius: 2px;
    background-color: #00474f;
    padding: 3rem;
    margin-bottom: -11rem
}

    .accordion__cta img {
        width: 6rem;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        margin-right: 3rem
    }

    .accordion__cta * {
        color: #fff;
        margin: 0
    }

.accordion__cta--link {
    padding-right: 6rem
}

    .accordion__cta--link:hover .icon {
        -webkit-transform: translateX(1.5rem);
        transform: translateX(1.5rem)
    }

.accordion__cta .icon {
    width: 4rem;
    height: 3.6rem;
    position: absolute;
    right: 3rem;
    -webkit-transition: all .3s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .3s cubic-bezier(0.218, 0.63, 0.325, 1);
    fill: #fff;
    background-color: #00474f
}

.accordion .cta-link:focus .accordion__cta {
    background-color: #003036
}

.accordion .cta-link:focus .icon {
    background-color: #003036;
    -webkit-transform: translateX(1.5rem);
    transform: translateX(1.5rem)
}

.accordion.background-color--ffffff .accordion-item {
    background-color: #fff
}

.accordion.background-color--f4f4ef .accordion-item {
    background-color: #fff
}

.accordion .accordion-item {
    min-height: 5rem;
    border: 2px solid #00474f;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1)
}

.accordion .accordion-item__headline {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    font-size: 1.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    min-height: 100%;
    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;
    color: #00474f;
    line-height: 2.4rem;
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
    text-align: left;
    font-weight: normal
}

    .accordion .accordion-item__headline:focus {
        background-color: rgba(0,0,0,.1)
    }

.accordion .accordion-item__headline-icon {
    display: none
}

.accordion .accordion-item__headline-svg {
    min-width: 1.5rem;
    width: 1.5rem;
    fill: #00474f;
    height: 1.5rem;
    -webkit-transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1)
}

.accordion .accordion-item__text {
    margin-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    visibility: hidden;
    display: none
}

.accordion .accordion-item.is-open .accordion-item__headline-svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion .accordion-item.is-open .accordion-item__text {
    visibility: visible;
    display: block
}

@media only screen and (min-width: 1410px) {
    .accordion__image {
        width: calc(100% + 8rem)
    }
}

@media only screen and (max-width: 1440px) {
    .accordion__image {
        width: calc(100% + 15rem + 1.5rem)
    }
}

@media only screen and (max-width: 1378px) {
    .accordion__image {
        width: calc(100% + 7.5rem + 1.5rem)
    }
}

@media only screen and (max-width: 1280px) {
    .accordion {
        overflow: hidden
    }
}

@media only screen and (max-width: 991px) {
    .accordion {
        padding-top: 5rem;
        padding-bottom: 6rem;
        overflow: hidden
    }

        .accordion .accordion-item:nth-last-of-type(1) {
            margin-bottom: 3rem
        }

    .accordion__image {
        width: calc(100% + 3rem);
        position: relative;
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
        height: auto;
        margin-bottom: 2rem
    }

    .accordion__cta {
        width: calc(100% + 3rem);
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 8rem;
        margin-bottom: 0;
        border-radius: 0;
        -webkit-transform: translate3d(-1.5rem, -2rem, 0);
        transform: translate3d(-1.5rem, -2rem, 0)
    }

        .accordion__cta img {
            margin-right: 0;
            margin-bottom: 2rem
        }

        .accordion__cta p {
            text-align: center;
            margin-bottom: 1rem;
            font-size: 1.8rem
        }

        .accordion__cta .icon {
            width: 3.5rem;
            height: 3.6rem;
            position: absolute;
            right: unset;
            bottom: 2rem
        }
}

@media only screen and (max-width: 576px) {
    .accordion {
        padding-top: 2.5rem
    }

    .accordion__headline {
        margin-top: 1rem;
        margin-bottom: 3rem;
        font-size: 2.4rem;
        line-height: 3.6rem
    }
}

.info-banner {
    padding-top: 6rem;
    padding-bottom: 12rem
}

.info-banner__headline {
    margin-bottom: 5.5rem
}

.info-banner__wrapper {
    background-color: #00474f
}

.info-banner-item {
    min-height: 11rem;
    padding: 2rem 3rem
}

.info-banner-item__icon {
    height: 5.2rem;
    -o-object-fit: contain;
    object-fit: contain;
    min-width: 6rem;
    width: auto;
    margin-right: 3.5rem;
    display: block
}

.info-banner-item__headline {
    color: #fff;
    font-size: 2.4rem
}

.info-banner-item__text {
    color: #fff;
    font-size: 1.8rem
}

.info-banner-item:focus {
    background-color: #003036
}

@media only screen and (max-width: 1025px) {
    .info-banner-item__icon {
        min-width: 5rem;
        width: 5rem;
        margin-right: 2.5rem
    }

    .info-banner-item__headline {
        color: #fff;
        font-size: 2.4rem
    }

    .info-banner-item__text {
        color: #fff;
        font-size: 1.8rem
    }
}

@media only screen and (max-width: 1025px) {
    .info-banner-item__icon {
        min-width: 5rem;
        width: 5rem;
        margin-right: 2.5rem
    }

    .info-banner-item__headline {
        color: #fff;
        font-size: 2rem
    }

    .info-banner-item__text {
        color: #fff;
        font-size: 1.6rem
    }
}

@media only screen and (max-width: 576px) {
    .info-banner-item__icon {
        min-width: 5rem;
        width: 5rem;
        margin-right: 2rem
    }

    .info-banner-item__headline {
        color: #fff;
        font-size: 1.8rem
    }

    .info-banner-item__text {
        color: #fff;
        font-size: 1.4rem
    }
}

@media only screen and (max-width: 350px) {
    .info-banner-item__icon {
        min-width: 4rem;
        width: 4rem;
        margin-right: 1.2rem
    }

    .info-banner-item__headline {
        color: #fff;
        font-size: 1.5rem
    }

    .info-banner-item__text {
        color: #fff;
        font-size: 1.3rem
    }
}

.list-boxes {
    padding-top: 4rem;
    padding-bottom: 2rem
}

.list-boxes__headline {
    margin-bottom: 10rem;
    font-size: 6rem;
    line-height: 9rem
}

.list-box {
    border-top: 2px solid #00474f;
    padding-bottom: 9rem;
    padding-top: 1rem
}

    .list-box p {
        font-size: 1.6rem
    }

@media only screen and (max-width: 1025px) {
    .list-boxes {
        padding-bottom: 5rem;
        padding-top: 5rem
    }
}

@media only screen and (max-width: 800px) {
    .list-box {
        padding-bottom: 6rem
    }

    .list-boxes__headline {
        font-size: 3.6rem;
        line-height: 4rem
    }
}

.download {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.download__headline {
    margin-bottom: 6rem
}

.download__sub-headline {
    font-size: 2.4rem;
    margin-bottom: 3rem
}

.download__item-wrapper {
    margin-bottom: 7rem
}

.download-item {
    font-size: 1.8rem;
    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: 5rem;
    text-decoration: none;
    overflow: hidden;
    padding-right: .1rem;
    border-bottom: 1px solid #00474f;
    padding-right: 3rem;
    position: relative
}

    .download-item:hover .download-item__icon {
        -webkit-animation: download-icon .5s cubic-bezier(0.218, 0.63, 0.325, 1);
        animation: download-icon .5s cubic-bezier(0.218, 0.63, 0.325, 1)
    }

.download-item__icon {
    width: 1.5rem;
    height: 2.3rem;
    fill: #00474f;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.download-item:nth-of-type(1) {
    border-top: 1px solid #00474f
}

.download-item:focus {
    background-color: rgba(0,0,0,.1)
}

@keyframes download-icon {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

    51% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }

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

@media only screen and (max-width: 576px) {
    .download {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .download__headline {
        margin-bottom: 4.5rem
    }

    .download__sub-headline {
        margin-bottom: 2rem
    }

    .download__item-wrapper {
        margin-bottom: 5rem
    }

    .download-item {
        height: auto;
        min-height: 4.5rem
    }

        .download-item:focus {
            background-color: rgba(0,0,0,0)
        }
}

.video-modal {
    padding-top: 0rem;
    padding-bottom: 4rem;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.video-modal__video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    pointer-events: none
}

.video-modal__close {
    height: 5rem;
    background-color: #fff;
    position: absolute;
    color: #00474f;
    padding: 1rem;
    font-size: 1.5rem;
    z-index: 9;
    -webkit-transition: all .3s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .3s cubic-bezier(0.218, 0.63, 0.325, 1)
}

    .video-modal__close:focus {
        color: #fff;
        background-color: #00474f;
        border: 2px solid #000
    }

        .video-modal__close:focus svg {
            fill: #fff
        }

    .video-modal__close svg {
        fill: #00474f;
        -webkit-transition: all .3s cubic-bezier(0.218, 0.63, 0.325, 1);
        transition: all .3s cubic-bezier(0.218, 0.63, 0.325, 1);
        width: 1.5rem;
        margin-left: 1rem;
        height: 1.5rem
    }

.video-modal__wrapper {
    cursor: pointer
}

    .video-modal__wrapper.is-active {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100vh;
        background-color: rgba(0,0,0,.85);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 25
    }

        .video-modal__wrapper.is-active .video-modal__video-wrapper {
            width: 100%;
            max-width: 1280px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
            pointer-events: all
        }

.video-modal__play {
    position: absolute;
    z-index: 5;
    top: 0;
    padding: 1.5rem 2rem;
    right: 0;
    color: #fff;
    font-size: 1.5rem;
    background-color: #00474f;
    -webkit-transition: all .3s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .3s cubic-bezier(0.218, 0.63, 0.325, 1)
}

    .video-modal__play:focus svg {
        fill: #e6e6e6
    }

    .video-modal__play:focus {
        border: 2px solid #000
    }

    .video-modal__play svg {
        margin-right: 1.5rem;
        width: 1.7rem;
        fill: #fff;
        height: 1.7rem
    }

.video-modal__video {
    max-width: 100%;
    width: 100%
}

@media only screen and (max-width: 1500px) {
    .video-modal__wrapper.is-active .video-modal__video-wrapper {
        width: calc(100% - 30px);
        -webkit-transform: unset;
        transform: unset;
        left: 15px;
        top: unset
    }
}

@media only screen and (max-width: 992px) {
    .video-modal {
        height: auto
    }
}

.usp {
    padding-top: 6rem;
    padding-bottom: 6rem
}

    .usp.background-color--f4f4ef .usp-item {
        background-color: #fff
    }

.usp-headline {
    margin-bottom: 6rem
}

.usp-item {
    width: 100%;
    border: 2px solid #00474f;
    height: 100%;
    padding: 4rem 3rem
}

.usp-item__headline {
    font-size: 2.4rem;
    margin-bottom: 2.5rem
}

.usp-item__img {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.5rem
}

.usp-wrapper {
    margin-bottom: 4rem
}

@media only screen and (max-width: 1025px) {
    .usp {
        padding-top: 4rem;
        padding-bottom: 5rem
    }
}

@media only screen and (max-width: 992px) {
    .usp-item__headline {
        font-size: 1.8rem
    }
}

.dynamic-banner {
    padding-bottom: 10rem;
    padding-top: 10rem
}

.dynamic-banner__picture {
    width: 100%
}

.dynamic-banner__image {
    max-width: calc(100% + 1.5rem);
    width: calc(100% + 1.5rem);
    -webkit-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem)
}

.dynamic-banner__date {
    font-size: 1.5rem;
    margin-bottom: 0
}

    .dynamic-banner__date::first-letter {
        text-transform: uppercase
    }

.dynamic-banner__date-line {
    height: 2px;
    display: block;
    width: 100%;
    background-color: #00474f
}

.dynamic-banner__headline {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem
}

.dynamic-banner__manchet {
    margin-top: -5rem;
    margin-bottom: 3rem
}

@media only screen and (min-width: 1440px) {
    .dynamic-banner__image {
        max-width: calc(100% + 3.5rem);
        width: calc(100% + 12.5rem);
        -webkit-transform: translateX(-9.5rem);
        transform: translateX(0rem)
    }
}

@media only screen and (max-width: 1440px) {
    .dynamic-banner__image {
        max-width: calc(100% + 11.5rem);
        width: calc(100% + 12.5rem);
        -webkit-transform: translateX(-9.5rem);
        transform: translateX(-9.5rem)
    }
}

@media only screen and (max-width: 1200px) {
    .dynamic-banner__headline {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .dynamic-banner__manchet {
        margin-top: -3rem
    }
}

@media only screen and (max-width: 1025px) {
    .dynamic-banner__headline {
        font-size: 4rem;
        line-height: 5rem
    }
}

@media only screen and (max-width: 800px) {
    .dynamic-banner {
        overflow: hidden;
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .dynamic-banner__headline {
        font-size: 2.4rem;
        line-height: 3.4rem
    }

    .dynamic-banner__date {
        margin-top: 2rem
    }

    .dynamic-banner__date-line {
        margin-top: 2rem
    }

    .dynamic-banner__image {
        max-width: calc(100% + 3rem);
        width: calc(100% + 3rem);
        -webkit-transform: translateX(-1.5rem);
        transform: translateX(-1.5rem)
    }
}

.dynamic-column-wrapper {
    padding-top: 7rem;
    padding-bottom: 10rem
}

.dynamic-column-wrapper__headline {
    margin-bottom: 6rem
}

.dynamic-column-item {
    padding-left: 15px;
    padding-right: 15px
}

.dynamic-column-item--clear-sides {
    padding: 0
}

.dynamic-column-item__body {
    height: 100%;
    padding: 3rem;
    position: relative;
    padding-bottom: 9rem
}

.dynamic-column-item__body--no-extra-bottom {
    padding-bottom: 3rem
}

.dynamic-column-item__text {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.7rem
}

.dynamic-column-item__btn {
    position: absolute;
    left: 3rem;
    bottom: 3rem
}

.dynamic-column-item--33 {
    width: 33%
}

.dynamic-column-item--50 {
    width: 50%
}

.dynamic-column-item--25 {
    width: 25%
}

.dynamic-column-item--100 {
    width: 100%
}

.dynamic-column-item--00474f .dynamic-column-item__body {
    background-color: #00474f
}

    .dynamic-column-item--00474f .dynamic-column-item__body .dynamic-column-item__text, .dynamic-column-item--00474f .dynamic-column-item__body .h4, .dynamic-column-item--00474f .dynamic-column-item__body .form-wrap__h4 {
        color: #fff
    }

.dynamic-column-item--ffffff .dynamic-column-item__body {
    background-color: #fff
}

.dynamic-column-item--00a3be .dynamic-column-item__body {
    background-color: #008298
}

    .dynamic-column-item--00a3be .dynamic-column-item__body .dynamic-column-item__text, .dynamic-column-item--00a3be .dynamic-column-item__body .h4, .dynamic-column-item--00a3be .dynamic-column-item__body .form-wrap__h4 {
        color: #fff
    }

@media only screen and (max-width: 800px) {
    .dynamic-column-item {
        width: 100%;
        margin-bottom: 3rem
    }

    .dynamic-column-item--clear-sides {
        margin-bottom: 6rem
    }

    .dynamic-column-item__body {
        min-height: 23rem
    }

    .dynamic-column-item__text {
        font-size: 1.6rem
    }

    .dynamic-column-item__body--no-extra-bottom .h4, .dynamic-column-item__body--no-extra-bottom .form-wrap__h4 {
        font-size: 1.9rem
    }

    .dynamic-column-wrapper {
        padding-bottom: 2rem;
        overflow: hidden;
        padding-top: 4.5rem
    }

    .dynamic-column-wrapper__headline {
        margin-bottom: 3rem;
        font-size: 2.4rem;
        line-height: 3.6rem
    }
}

@media only screen and (max-width: 576px) {
    .dynamic-column-wrapper__headline {
        font-size: 2.4rem
    }
}

.banner {
    position: fixed;
    min-height: 90px;
    top: -100%;
    -webkit-transition: all .7s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .7s cubic-bezier(0.218, 0.63, 0.325, 1);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-bottom: 1px solid #008298;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    z-index: 99;
    width: 100%;
    max-width: 1280px;
    padding-left: 15px;
    visibility: hidden;
    padding-right: 15px
}

    .banner.is-active {
        top: 0px;
        visibility: visible
    }

.banner__icon {
    width: 3.1rem;
    height: 3.1rem;
    margin-right: 3rem;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner__text-wrap {
    padding-left: 6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 3rem
}

.banner__text {
    font-size: 1.8rem;
    display: inline;
    margin-bottom: 0;
    margin-right: 1rem
}

.banner__link {
    display: inline;
    color: #008298;
    font-size: 1.8rem;
    text-decoration: underline
}

    .banner__link:hover {
        color: #008298
    }

.banner__close {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .banner__close svg {
        fill: #00474f;
        width: 1.5rem;
        height: 1.5rem
    }

.banner::after {
    height: 100%;
    content: "";
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-bottom: 1px solid #008298;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    z-index: -1;
    width: 100vw;
    padding-left: 15px;
    padding-right: 15px
}

.hero--simple .hero__headline {
    margin-bottom: 0rem !important;
    margin-top: 0rem !important
}

.umbraco-forms-indicator {
    color: #bd561a
}

.form-wrap {
    background-color: #fff;
    width: 100%;
    margin-top: 8rem;
    margin-bottom: 12rem;
    text-align: center;
    padding: 6rem 0rem
}

    .form-wrap legend {
        color: #00474f
    }

    .form-wrap .to-frontpage-link {
        margin-top: 9rem
    }

.form-wrap__first-btn {
    margin-right: 3rem
}

.form-wrap__headline {
    margin-bottom: 6rem;
    color: #00474f;
    font-weight: bold
}

.form-wrap__headline--small {
    font-size: 3.6rem;
    margin-top: 1rem
}

.form-wrap__teaser {
    margin-bottom: 3rem
}

    .form-wrap__teaser a {
        text-decoration: underline
    }

.form-wrap__h3 {
    margin-bottom: 6rem
}

.form-wrap__h3--less-spacing {
    margin-bottom: 3rem;
    font-size: 2.4rem
}

.form-wrap__h4 {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    text-align: left
}

.form-wrap__label-headline {
    margin-top: 9rem;
    font-size: 1.8rem;
    margin-bottom: 3rem
}

.form-wrap__buttons {
    margin-top: 7.5rem
}

    .form-wrap__buttons.is-started {
        margin-top: 5rem
    }

.form-wrap__radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-wrap__grid-radios {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    grid-column-gap: 1rem;
    grid-row-gap: 1rem
}

    .form-wrap__grid-radios .form-radio {
        width: 100%
    }

.form-wrap__progress {
    width: calc(100% - 3rem);
    position: absolute;
    top: 8rem;
    left: 1.5rem;
    height: 2px;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

    .form-wrap__progress div {
        height: 100%;
        background-color: #00474f
    }

.date {
    position: relative
}

    .date:after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 22'%3E %3Cpath fill='%2300474F' stroke='%2300474F' stroke-width='.4' d='M19.9646365,1.50854396 L17.8196756,1.50854396 L17.8196756,0.87212698 C17.8196756,0.377135991 17.4189686,5.52446977e-13 16.9475486,5.52446977e-13 L15.6275726,5.52446977e-13 C15.1325816,5.52446977e-13 14.7554457,0.400706991 14.7554457,0.87212698 L14.7554457,1.50854396 L7.61343282,1.50854396 L7.61343282,0.87212698 C7.61343282,0.377135991 7.21272583,5.52446977e-13 6.74130584,5.52446977e-13 L5.42132987,5.52446977e-13 C4.92633888,5.52446977e-13 4.54920289,0.400706991 4.54920289,0.87212698 L4.54920289,1.50854396 L2.40424194,1.50854396 C1.06069498,1.50854396 1.79412041e-13,2.59280994 1.79412041e-13,3.91278591 L1.79412041e-13,17.9611016 C1.79412041e-13,19.3046485 1.08426597,20.3653435 2.40424194,20.3653435 L19.9646365,20.3653435 C21.3081835,20.3653435 22.3688785,19.2810775 22.3688785,17.9611016 L22.3688785,3.91278591 C22.3688785,2.59280994 21.2846125,1.50854396 19.9646365,1.50854396 Z M19.9646365,19.0689386 L2.38067094,19.0689386 C1.76782496,19.0689386 1.27283397,18.5739476 1.27283397,17.9611016 L1.27283397,7.28343883 L21.0253315,7.28343883 L21.0253315,17.9611016 C21.0489025,18.5739476 20.5539115,19.0689386 19.9646365,19.0689386 Z' transform='translate(1 1)'/%3E %3C/svg%3E");
        width: 20px;
        position: absolute;
        height: 20px;
        right: 1rem;
        top: 2rem;
    }

.form-radio {
    border: 2px solid #00474f;
    height: 5rem;
    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;
    width: 24rem;
    margin-right: 3rem;
    position: relative
}

.form-radio__btn {
    padding-left: 2rem;
    font-size: 1.6rem;
    color: #00474f;
    width: calc(100% - 4rem);
    height: 100%;
    text-align: left;
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    -webkit-transition: all .3s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .3s cubic-bezier(0.218, 0.63, 0.325, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

    .form-radio__btn input {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 2px;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

.form-radio.is-active {
    background-color: #00474f
}

    .form-radio.is-active .form-radio__btn {
        color: #fff
    }

.form-radio.has-error {
    border-color: red
}

.form-radio:nth-last-of-type(1) {
    margin-right: 0
}

.form-radio-tooltip {
    width: 40px;
    border-left: 2px solid #00474f;
    height: 100%;
    position: relative
}

.form-radio-tooltip--date {
    height: 5rem;
    margin-bottom: -1.1rem;
    border: 2px solid #00474f;
    border-left: none
}

.form-radio-tooltip__btn {
    height: 100%;
    width: 100%;
    background-color: #fff
}

    .form-radio-tooltip__btn:hover ~ .form-radio-tooltip__tooltip {
        opacity: 1
    }

    .form-radio-tooltip__btn:focus ~ .form-radio-tooltip__tooltip {
        opacity: 1
    }

.form-radio-tooltip__tooltip {
    pointer-events: none;
    position: absolute;
    background-color: #00474f;
    color: #fff;
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    min-height: 30px;
    padding: 1rem;
    font-size: 1.5rem;
    z-index: 2
}

    .form-radio-tooltip__tooltip::after {
        content: "";
        position: absolute;
        z-index: -1;
        background-color: #00474f;
        width: 1.5rem;
        height: 1.5rem;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        top: -5px
    }

.form-radio-tooltip svg {
    width: 8px;
    height: 13px
}

.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
    text-align: left;
    position: relative
}

    .form-group .e37535 {
        color: #bd561a
    }

    .form-group input[type=date]::-webkit-calendar-picker-indicator {
        background: rgba(0,0,0,0);
        bottom: 0;
        color: rgba(0,0,0,0);
        cursor: pointer;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        outline: none
    }

.form-group__text {
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    font-size: 1.8rem;
    margin-bottom: .5rem;
    color: #00474f;
    width: 100%
}

.form-group__text-area {
    width: 100%;
    height: 200px;
    border: 2px solid #00474f;
    padding: 2rem;
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    color: #00474f;
    font-size: 1.6rem;
    resize: none
}

.form-group__input, .form-group--radio {
    color: #00474f;
    border: 2px solid #00474f;
    border-radius: 2px;
    min-height: 5rem;
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .form-group__input::-webkit-input-placeholder, .form-group--radio::-webkit-input-placeholder {
        color: #00474f;
        font-size: 1.6rem;
        opacity: 1;
        font-weight: 400;
        font-style: normal;
        font-family: "Open Sans",sans-serif
    }

    .form-group__input::-moz-placeholder, .form-group--radio::-moz-placeholder {
        color: #00474f;
        font-size: 1.6rem;
        opacity: 1;
        font-weight: 400;
        font-style: normal;
        font-family: "Open Sans",sans-serif
    }

    .form-group__input:-ms-input-placeholder, .form-group--radio:-ms-input-placeholder {
        color: #00474f;
        font-size: 1.6rem;
        opacity: 1;
        font-weight: 400;
        font-style: normal;
        font-family: "Open Sans",sans-serif
    }

    .form-group__input::-ms-input-placeholder, .form-group--radio::-ms-input-placeholder {
        color: #00474f;
        font-size: 1.6rem;
        opacity: 1;
        font-weight: 400;
        font-style: normal;
        font-family: "Open Sans",sans-serif
    }

    .form-group__input::placeholder, .form-group--radio::placeholder {
        color: #00474f;
        font-size: 1.6rem;
        opacity: 1;
        font-weight: 400;
        font-style: normal;
        font-family: "Open Sans",sans-serif
    }

.form-group__error {
    font-size: 1.4rem;
    margin-top: 1rem;
    color: red;
    position: absolute;
    bottom: -2.5rem
}

.form-group__valid {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5rem;
    top: 50%;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: opacity .3s cubic-bezier(0.218, 0.63, 0.325, 1);
    pointer-events: none;
    visibility: hidden
}

.form-group.has-error .form-group__input, .form-group.has-error .form-group--radio {
    border-color: red
}

.form-group-radio a {
    pointer-events: all
}

.form-group-radio .form-group__error {
    bottom: -1.5rem
}

.form-group--radio {
    min-height: 5.9rem;
    padding-top: 1rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .form-group--radio .checked-circle {
        position: absolute;
        content: "";
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        background-color: rgba(0,0,0,0);
        top: 2rem;
        left: 2rem;
        border: 1px solid #00474f
    }

    .form-group--radio .form-group__text {
        position: relative;
        width: auto;
        left: 0rem;
        top: 0;
        margin-bottom: 1.5rem;
        z-index: 5;
        width: calc(100% - 4.5rem);
        pointer-events: none
    }

        .form-group--radio .form-group__text p {
            margin: 0
        }

        .form-group--radio .form-group__text a {
            text-decoration: underline
        }

    .form-group--radio input:checked ~ .checked-circle {
        background-color: #00474f
    }

    .form-group--radio input {
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%
    }

.form-group--50 {
    width: 50%;
    margin-bottom: 0
}

    .form-group--50:nth-of-type(1) {
        margin-right: 15px
    }

    .form-group--50:nth-last-of-type(1) {
        margin-left: 15px
    }

.w-100 .form-group__error {
    bottom: -2.5rem
}

@media only screen and (max-width: 992px) {
    .form-wrap {
        padding: 2rem;
        margin-bottom: 3rem
    }

    .form-wrap__buttons {
        margin-top: 2.5rem;
        margin-bottom: 3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .form-wrap__headline--small {
        margin-top: 1rem
    }

    .form-wrap__radios {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form-radio {
        margin: 0;
        margin-bottom: 2rem
    }

        .form-radio:nth-of-type(1) {
            z-index: 3
        }

        .form-radio:nth-of-type(2) {
            z-index: 2
        }

        .form-radio:nth-of-type(3) {
            z-index: 1
        }

    .form-radio-tooltip--date .form-radio-tooltip__tooltip {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: unset;
        right: 0
    }

        .form-radio-tooltip--date .form-radio-tooltip__tooltip::after {
            left: calc(100% - 2rem)
        }

    .form-radio-tooltip__tooltip {
        right: 0;
        left: unset;
        -webkit-transform: none;
        transform: none;
        width: 250px
    }

        .form-radio-tooltip__tooltip::after {
            -webkit-transform: translateX(0) rotate(45deg);
            transform: translateX(0) rotate(45deg);
            left: unset;
            right: 1rem
        }

    .to-frontpage-link {
        margin-top: 6rem
    }

    .form-group--radio .form-group__text {
        left: 2rem;
        z-index: 5;
        width: calc(100% - .5rem)
    }

    .form-group__error {
        bottom: -0.2rem
    }

    .form-wrap__first-btn {
        margin-right: 0
    }
}

@media only screen and (max-width: 576px) {
    .form-wrap__radios .form-radio {
        width: 100%
    }

    .form-wrap__headline {
        text-align: left;
        font-size: 2.4rem;
        line-height: 3.6rem;
        margin-bottom: 3rem
    }

    .form-wrap__teaser {
        text-align: left
    }

    .form-wrap__h3 {
        font-size: 1.7rem
    }

    .form-group {
        margin-bottom: 2rem
    }

    .form-group__text {
        font-size: 1.6rem
    }

    .form-group__input, .form-group--radio {
        font-size: 1.6rem
    }

    .form-radio-tooltip--date {
        height: 5rem;
        margin-bottom: -1rem
    }
}

.loader {
    border: 3px solid #fff;
    border-top: 3px solid #00474f;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

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

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

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

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

.switch {
    width: 29rem;
    height: 4rem;
    background: #00474f;
    border-radius: 14px;
    position: relative;
    border: 2px solid #00474f;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8rem;
    margin-top: 3.5rem;
    cursor: pointer
}

.switch--less-spacing {
    margin-bottom: 3rem;
    margin-top: .5rem
}

.switch__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.switch.view-map > .switch__handle {
    right: 50%
}

.switch.view-map > .switch__text-1 {
    color: #00474f
}

.switch.view-map > .switch__text-2 {
    color: #fff
}

.switch__input:checked ~ .switch__handle {
    right: 50%
}

.switch__input:checked ~ .switch__text-1 {
    color: #00474f
}

.switch__input:checked ~ .switch__text-2 {
    color: #fff
}

.switch__text-1 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    z-index: 3;
    width: 50%;
    text-align: center
}

.switch__text-2 {
    color: #00474f;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    z-index: 3;
    width: 50%;
    text-align: center
}

.switch__handle {
    width: 50%;
    background-color: #fff;
    z-index: 1;
    height: 100%;
    border-radius: 14px;
    position: absolute;
    right: 0px;
    -webkit-transition: all .2s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .2s cubic-bezier(0.218, 0.63, 0.325, 1)
}

.switch button {
    height: 100%;
    border-radius: 14px
}

.products {
    padding-top: 9rem;
    padding-bottom: 11rem;
    position: relative
}

.products__headline {
    margin-bottom: 4rem
}

.checkout-page-wrap {
    margin-top: 5rem
}

    .checkout-page-wrap p, .checkout-page-wrap span, .checkout-page-wrap strong {
        font-size: 2.4rem;
        line-height: 3.6rem
    }

.product-item {
    width: 100%;
    border: 2px solid #00474f;
    position: relative;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .product-item ul {
        padding-left: 2rem;
        margin-top: 1rem
    }

        .product-item ul li {
            color: #00474f;
            font-size: 1.8rem;
            list-style: none;
            position: relative
        }

            .product-item ul li::before {
                content: "";
                width: 3px;
                background-color: #00474f;
                height: 3px;
                border-radius: 50%;
                display: block;
                position: absolute;
                left: -1.5rem;
                top: 1.4rem
            }

.product-item--page {
    margin-top: 8rem;
    margin-bottom: 12rem;
    height: auto;
    background: #fff
}

    .product-item--page .product-item__headline {
        margin-bottom: 0rem;
        font-size: 2.4rem;
        height: 6rem
    }

    .product-item--page .product-item__wrapper {
        padding-bottom: 0
    }

    .product-item--page .product-item__price-wrap {
        padding-bottom: 4rem
    }

    .product-item--page .product-item__content {
        border-top: none
    }

.product-item__wrapper {
    padding: 6rem 3rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-item__fav {
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: -2rem;
    left: 2rem
}

.product-item__content {
    background-color: #f4f4ef;
    height: 7.5rem;
    padding-left: 3rem;
    padding-right: 3rem
}

.product-item__headline {
    font-size: 3.6rem;
    font-weight: 700;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    margin-bottom: 2.5rem;
    height: 8rem
}

.product-item__text {
    margin-bottom: 4rem
}

.product-item__small-text {
    font-size: 1.2rem;
    margin-top: 1.5rem
}

.product-item__price-wrap {
    padding-bottom: 5rem
}

.product-item__content {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #00474f;
    font-weight: 400;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    border-top: 2px solid #00474f
}

.product-item__price {
    border-bottom: 1px solid #00474f;
    font-size: 1.8rem;
    height: 4.8rem;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .product-item__price:nth-of-type(1) {
        border-top: 1px solid #00474f
    }

.product-item__content svg {
    width: 5rem;
    height: 5rem;
    margin-right: 2rem
}

.product-item__extra-info-handle {
    width: 100%;
    background-color: #00474f;
    height: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 3rem;
    padding-right: 3rem;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    font-size: 1.2rem;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all .4s cubic-bezier(0.218, 0.63, 0.325, 1)
}

    .product-item__extra-info-handle:focus, .product-item__extra-info-handle:hover {
        background-color: #fcb526;
        color: #00474f
    }

        .product-item__extra-info-handle:focus svg, .product-item__extra-info-handle:hover svg {
            fill: #00474f
        }

.product-item__selected {
    position: absolute;
    text-align: left;
    width: 100%;
    height: 4rem;
    padding-left: 1.5rem;
    font-size: 1.6rem;
    color: #fff;
    background-color: #00474f;
    font-weight: 700;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-item__extra-info-handle svg {
    width: 2rem;
    height: 2rem;
    fill: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    pointer-events: none
}

.extra-product-info {
    top: 100%;
    padding-top: 3rem;
    width: calc(100% + 4px);
    padding-bottom: 5rem;
    height: auto;
    position: absolute;
    visibility: hidden;
    left: -2px;
    padding-left: 3rem;
    -webkit-transition: opacity .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: opacity .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    padding-right: 3rem;
    border: 2px solid #00474f;
    opacity: 0;
    z-index: 10;
    background-color: #fff
}

.extra-product-info__content-wrap {
    margin-bottom: 3rem
}

.extra-product-info p {
    font-size: 1.6rem
}

.extra-product-info__headline {
    font-weight: 700;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    font-size: 1.6rem;
    border-bottom: 1px solid #00474f;
    padding-bottom: 1rem;
    position: relative
}

.extra-product-info__tooltip-handle {
    border: 1px solid #00474f;
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    padding: 0;
    position: relative;
    margin-left: 1rem
}

    .extra-product-info__tooltip-handle * {
        pointer-events: none
    }

    .extra-product-info__tooltip-handle:hover .extra-product-info__tooltip {
        opacity: 1
    }

    .extra-product-info__tooltip-handle:focus .extra-product-info__tooltip {
        opacity: 1
    }

    .extra-product-info__tooltip-handle svg {
        width: 1rem;
        height: 1rem
    }

.extra-product-info__tooltip {
    background-color: #00474f;
    color: #fff;
    padding: 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    left: -1.8rem;
    z-index: 5;
    top: 2.5rem;
    opacity: 0;
    -webkit-transition: .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: .4s cubic-bezier(0.218, 0.63, 0.325, 1)
}

    .extra-product-info__tooltip::before {
        content: "";
        width: 1.2rem;
        height: 1.2rem;
        position: absolute;
        background-color: #00474f;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -5px;
        left: 2rem
    }

.extra-product-info__text {
    font-size: 1.6rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #00474f
}

.extra-product-info.is-visible {
    opacity: 1;
    visibility: visible
}

.product-item-wrap {
    margin-bottom: 4rem
}

@media only screen and (max-width: 1200px) {
    .product-item__headline {
        font-size: 3rem
    }
}

@media only screen and (max-width: 992px) {
    .product-item-wrap {
        margin-bottom: 4rem
    }

    .product-item--page {
        margin-top: 0
    }

    .extra-product-info__tooltip {
        font-size: 1.4rem
    }

    .product-item ul li {
        font-size: 1.6rem
    }
}

@media only screen and (max-width: 767px) {
    .product-item__headline {
        margin-bottom: .5rem
    }

    .extra-product-info__tooltip {
        left: -3rem
    }

        .extra-product-info__tooltip::before {
            left: 3.2rem
        }
}

@media only screen and (max-width: 576px) {
    .products {
        padding-bottom: 5rem
    }
}

.accordion-big {
    padding-bottom: 8rem
}

    .accordion-big .accordion-item {
        height: 11rem;
        border: 2px solid #00474f;
        margin-bottom: 1rem;
        overflow: hidden;
        position: relative;
        z-index: 2;
        -webkit-transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
        transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1)
    }

    .accordion-big .accordion-item__headline {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        font-size: 1.8rem;
        padding-left: 1rem;
        padding-right: 1rem;
        min-height: 11rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 2.4rem;
        line-height: 3.6rem;
        font-weight: 700;
        font-style: normal;
        font-family: "Open Sans",sans-serif;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #00474f;
        background-color: #fff;
        font-weight: normal;
        -webkit-transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
        transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1)
    }

        .accordion-big .accordion-item__headline:focus, .accordion-big .accordion-item__headline:hover, .accordion-big .accordion-item__headline.has-error {
            background-color: #00474f;
            color: #fff
        }

            .accordion-big .accordion-item__headline:focus svg, .accordion-big .accordion-item__headline:hover svg, .accordion-big .accordion-item__headline.has-error svg {
                fill: #fff
            }

    .accordion-big .accordion-item__headline-alarm {
        width: 1.9rem;
        height: 1.9rem;
        -webkit-transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
        transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
        margin-right: 1rem
    }

    .accordion-big .accordion-item__headline-stacked {
        position: relative;
        padding-left: 12rem
    }

        .accordion-big .accordion-item__headline-stacked span:nth-of-type(1) {
            font-weight: 700;
            font-style: normal;
            font-family: "Open Sans",sans-serif
        }

    .accordion-big .accordion-item__headline-stacked-svg {
        width: 48px;
        height: 48px;
        position: absolute;
        top: 1.5rem;
        left: 3rem;
        fill: #00474f
    }

    .accordion-big .accordion-item__headline-check {
        width: 1.8rem;
        height: 1.8rem;
        margin-right: 1rem;
        fill: #408934;
        -webkit-transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
        transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
        position: relative;
        top: .2rem
    }

    .accordion-big .accordion-item__headline-icon {
        display: none
    }

    .accordion-big .accordion-item__headline-svg {
        min-width: 2.5rem;
        width: 2.5rem;
        fill: #00474f;
        position: relative;
        right: 2.5rem;
        height: 2.5rem;
        -webkit-transition: all .3s cubic-bezier(0.218, 0.63, 0.325, 1);
        transition: all .3s cubic-bezier(0.218, 0.63, 0.325, 1);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
    }

    .accordion-big .accordion-item__text {
        margin-top: 1rem;
        padding-left: 4rem;
        padding-right: 4rem;
        visibility: hidden
    }

    .accordion-big .accordion-item__maintenance-headline {
        font-size: 2.4rem;
        margin-bottom: 2rem;
        font-weight: 700;
        font-style: normal;
        font-family: "Open Sans",sans-serif
    }

    .accordion-big .accordion-item__maintenance-sub-headline {
        font-size: 1.6rem;
        font-weight: 700;
        font-style: normal;
        font-family: "Open Sans",sans-serif;
        color: #00474f
    }

        .accordion-big .accordion-item__maintenance-sub-headline svg {
            width: 20px;
            height: 13px;
            fill: #00474f;
            display: inline;
            margin-left: 5px
        }

    .accordion-big .accordion-item__maintenance-wrap {
        margin-bottom: 2rem
    }

    .accordion-big .accordion-item__maintenance-text {
        font-size: 1.6rem
    }

    .accordion-big .accordion-item.is-open {
        z-index: 5
    }

        .accordion-big .accordion-item.is-open .accordion-item__headline {
            background-color: #00474f;
            color: #fff
        }

            .accordion-big .accordion-item.is-open .accordion-item__headline svg {
                fill: #fff
            }

        .accordion-big .accordion-item.is-open .accordion-item__headline-svg {
            -webkit-clip-path: polygon(0 46%, 100% 46%, 100% 57%, 0 57%);
            clip-path: polygon(0 46%, 100% 46%, 100% 57%, 0 57%);
            fill: #fff
        }

        .accordion-big .accordion-item.is-open .accordion-item__text {
            visibility: visible
        }

@media only screen and (max-width: 992px) {
    .accordion-big {
        padding-bottom: 3rem
    }

        .accordion-big .accordion-item {
            height: 8rem
        }

        .accordion-big .accordion-item__headline {
            font-size: 1.8rem;
            min-height: 8rem
        }

        .accordion-big .accordion-item__headline-stacked {
            padding-left: 8rem
        }

        .accordion-big .accordion-item__headline-svg {
            min-width: 2rem;
            width: 2rem
        }

        .accordion-big .accordion-item__text {
            padding-left: 2rem;
            padding-right: 2rem
        }

        .accordion-big .accordion-item__headline-stacked-svg {
            left: 1rem
        }
}

@media only screen and (max-width: 576px) {
    .accordion-big .accordion-item__headline-stacked {
        padding-left: 5rem
    }

        .accordion-big .accordion-item__headline-stacked span:nth-of-type(1) {
            line-height: 1rem
        }

    .accordion-big .accordion-item__headline-stacked-svg {
        width: 3rem;
        height: 3rem;
        top: .5rem
    }
}

.map-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 9rem
}

.map-text {
    padding-bottom: 5rem;
    padding-top: 8rem
}

    .map-text .h2, .map-text .h1, .map-text .h3, .map-text .form-wrap__h3 {
        margin-bottom: 2rem;
        display: block
    }

.map {
    height: 66rem;
    position: relative;
    width: 100%;
    overflow: hidden
}

    .map.is-active {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        background-color: #fff;
        height: 100vh
    }

.ol-zoom.ol-unselectable.ol-control button {
    width: 30px;
    height: 30px;
    font-size: 32px;
    background: #00474f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0;
    padding-bottom: .8rem;
    color: #fff;
    margin-left: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem
}

    .ol-zoom.ol-unselectable.ol-control button:nth-of-type(2) {
        padding-bottom: .3rem
    }

.ol-rotate-reset {
    display: none
}

.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible {
    display: none !important
}

.gcd-txt-input {
    position: absolute;
    top: 1rem;
    left: 6rem;
    border: 2px solid;
    height: 4.5rem;
    font-size: 1.6rem;
    padding-left: 1.5rem
}

.gcd-txt-result {
    position: absolute;
    left: 6rem;
    top: 5.6rem;
    background: #fff
}

    .gcd-txt-result li {
        color: #00474f;
        font-size: 1.8rem;
        list-style: none;
        position: relative;
        padding-right: 2rem
    }

        .gcd-txt-result li:nth-of-type(1) {
            margin-top: 2rem
        }

        .gcd-txt-result li:nth-last-of-type(1) {
            margin-bottom: 2rem
        }

        .gcd-txt-result li::before {
            content: "";
            width: 3px;
            background-color: #00474f;
            height: 3px;
            border-radius: 50%;
            display: block;
            position: absolute;
            left: -1.5rem;
            top: 1.4rem
        }

.ol-popup {
    position: absolute;
    right: 0;
    bottom: -4px;
    max-height: 435px;
    width: 370px;
    background: #fff;
    z-index: 1;
    overflow: hidden;
    overflow-y: auto;
    max-height: 0px;
    -webkit-transition: .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    border: 2px solid #00474f
}

    .ol-popup .popup-content {
        padding: 3rem;
        padding-left: 7rem
    }

        .ol-popup .popup-content::before {
            content: "";
            background-image: none;
            position: absolute;
            left: 3rem;
            top: 4rem;
            width: 30px;
            height: 30px;
            background-size: 100%;
            background-repeat: no-repeat
        }

    .ol-popup .popup-content--El::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='30' viewBox='0 0 44 30'%3E %3Cpath fill='%2300474F' fill-rule='evenodd' d='M45.13,80.0150055 L35.13,80.0150055 C27.7497418,80.0213493 21.5421853,74.483193 20.71,67.15 L12.75,67.15 C11.7835017,67.15 11,66.3664983 11,65.4 C11,64.4335017 11.7835017,63.65 12.75,63.65 L20.75,63.65 C21.6926291,56.4257745 27.8395548,51.0164799 35.125,51 L45.125,51 L45.125,58.585 L52.875,58.585 C53.8414983,58.585 54.625,59.3685017 54.625,60.335 C54.625,61.3014983 53.8414983,62.085 52.875,62.085 L45.13,62.085 L45.13,68.705 L52.875,68.705 C53.8414983,68.705 54.625,69.4885017 54.625,70.455 C54.625,71.4214983 53.8414983,72.205 52.875,72.205 L45.13,72.205 L45.13,80.0150055 Z M35.13,76.515 L41.63,76.515 L41.63,70.61 C41.63,70.56 41.63,70.51 41.63,70.46 C41.6275043,70.4116989 41.6275043,70.3633011 41.63,70.315 L41.63,60.485 C41.63,60.435 41.63,60.385 41.63,60.335 C41.6275043,60.2866989 41.6275043,60.2383011 41.63,60.19 L41.63,54.5 L35.13,54.5 C29.0548678,54.5 24.13,59.4248678 24.13,65.5 C24.13,71.5751322 29.0548678,76.5 35.13,76.5 L35.13,76.515 Z' transform='translate(-11 -51)'/%3E %3C/svg%3E")
    }

    .ol-popup .popup-content--Spildevand::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='30' viewBox='0 0 46 30'%3E %3Cpath fill='%2300474F' d='M28.02,10.5 C37.730932,10.511016 45.601224,18.3790715 45.615,28.09 C45.615,29.0564983 44.8314983,29.84 43.865,29.84 C42.8985017,29.84 42.115,29.0564983 42.115,28.09 C42.103978,20.3109262 35.7990772,14.0082619 28.02,14 C27.0535017,14 26.27,13.2164983 26.27,12.25 C26.27,11.2835017 27.0535017,10.5 28.02,10.5 Z M28.02,18.195 C33.4723392,18.2005067 37.8917333,22.6176642 37.9,28.07 C37.9,29.0364983 37.1164983,29.82 36.15,29.82 C35.1835017,29.82 34.4,29.0364983 34.4,28.07 C34.3944874,24.5495188 31.5404844,21.6977525 28.02,21.695 C27.0535017,21.695 26.27,20.9114983 26.27,19.945 C26.27,18.9785017 27.0535017,18.195 28.02,18.195 Z M20.31,4.97379915e-14 C23.4125024,0.0446145153 26.359228,1.36693276 28.455,3.655 C29.1232645,4.35364021 29.0986402,5.46173545 28.4,6.13 C27.7013598,6.79826455 26.5932645,6.77364021 25.925,6.075 C24.4867382,4.48149358 22.4560052,3.55021354 20.31,3.5 C15.42,3.5 11.435,8.555 11.435,14.78 C11.435,21.005 15.41,26.065 20.3,26.065 C21.3360929,26.0657417 22.3598821,25.8405081 23.3,25.405 C24.176752,25.0018321 25.2143321,25.385748 25.6175,26.2625 C26.0206679,27.139252 25.636752,28.1768321 24.76,28.58 C23.3673789,29.2339725 21.8485225,29.5752885 20.31,29.58 L20.31,29.58 L1.75,29.58 C0.783501688,29.58 -3.01980663e-14,28.7964983 -3.01980663e-14,27.83 C-3.01980663e-14,26.8635017 0.783501688,26.08 1.75,26.08 L1.75,26.08 L12.35,26.08 C9.47136334,23.0328809 7.89774055,18.9812957 7.965,14.79 C7.89933652,10.5989903 9.47273393,6.54798528 12.35,3.5 L12.35,3.5 L4.94,3.5 C3.97350169,3.5 3.19,2.71649831 3.19,1.75 C3.19,0.783501688 3.97350169,4.97379915e-14 4.94,4.97379915e-14 L4.94,4.97379915e-14 Z'/%3E %3C/svg%3E")
    }

    .ol-popup .popup-content--Vand::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='41' viewBox='0 0 29 41'%3E %3Cpath fill='%2300474F' d='M14.4543385,-3.35991501e-09 C15.0378159,-3.35991501e-09 15.5857158,0.280511053 15.9268385,0.75388325 L15.9268385,0.75388325 L20.6318385,7.5888835 C21.5118385,8.8338835 29.2568385,20.0338835 28.8968385,25.7688835 C28.8574052,33.6388247 22.5932325,40.064354 14.7268385,40.3038835 L14.7268385,40.3038835 L14.1818385,40.3038835 C6.31657221,40.06179 0.0538637373,33.6377625 0.011838735,25.7688835 C-0.343161265,20.0338835 7.3968385,8.8338835 8.2868385,7.5738835 L8.2868385,7.5738835 L12.9818385,0.75388325 C13.3229612,0.280511053 13.8708611,-3.35991501e-09 14.4543385,-3.35991501e-09 Z M14.4618385,4.78888325 L11.1618385,9.5788835 C8.0668385,13.9788835 3.26183875,22.2088835 3.51183875,25.5788835 L3.51183875,25.5788835 L3.51183875,25.7088835 C3.51927245,31.7767526 8.38971627,36.7183953 14.4568385,36.8138835 C20.5200766,36.7184657 25.3889562,31.7828587 25.4018385,25.7188835 L25.4018385,25.7188835 L25.4018385,25.5788835 C25.6518385,22.2038835 20.8468385,13.9838835 17.7668385,9.5938835 L17.7668385,9.5938835 L14.4618385,4.78888325 Z M21.2218438,23.3390705 C22.1882691,23.3114584 22.9941231,24.0724612 23.0218385,25.0388835 C23.1068385,27.7088835 21.5168385,32.8688835 14.8718385,33.3688894 L14.8718385,33.3688894 L14.7468385,33.3688894 C13.8298791,33.3712389 13.0675205,32.6634905 13.0018385,31.7488835 C12.967442,31.2852851 13.1189162,30.8270515 13.4228395,30.4752884 C13.7267628,30.1235253 14.1581571,29.9071426 14.6218385,29.8738835 C19.3518385,29.5338835 19.5218385,25.8688835 19.5218385,25.1388835 C19.4943296,24.1724553 20.2554186,23.3666827 21.2218438,23.3390705 Z'/%3E %3C/svg%3E");
        width: 20px
    }

    .ol-popup .popup-content--Varme::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='30' viewBox='0 0 44 30'%3E %3Cpath fill='%2300474F' fill-rule='evenodd' d='M45.13,80.0150055 L35.13,80.0150055 C27.7497418,80.0213493 21.5421853,74.483193 20.71,67.15 L12.75,67.15 C11.7835017,67.15 11,66.3664983 11,65.4 C11,64.4335017 11.7835017,63.65 12.75,63.65 L20.75,63.65 C21.6926291,56.4257745 27.8395548,51.0164799 35.125,51 L45.125,51 L45.125,58.585 L52.875,58.585 C53.8414983,58.585 54.625,59.3685017 54.625,60.335 C54.625,61.3014983 53.8414983,62.085 52.875,62.085 L45.13,62.085 L45.13,68.705 L52.875,68.705 C53.8414983,68.705 54.625,69.4885017 54.625,70.455 C54.625,71.4214983 53.8414983,72.205 52.875,72.205 L45.13,72.205 L45.13,80.0150055 Z M35.13,76.515 L41.63,76.515 L41.63,70.61 C41.63,70.56 41.63,70.51 41.63,70.46 C41.6275043,70.4116989 41.6275043,70.3633011 41.63,70.315 L41.63,60.485 C41.63,60.435 41.63,60.385 41.63,60.335 C41.6275043,60.2866989 41.6275043,60.2383011 41.63,60.19 L41.63,54.5 L35.13,54.5 C29.0548678,54.5 24.13,59.4248678 24.13,65.5 C24.13,71.5751322 29.0548678,76.5 35.13,76.5 L35.13,76.515 Z' transform='translate(-11 -51)'/%3E %3C/svg%3E")
    }

    .ol-popup .ol-popup-closer {
        position: absolute;
        right: 1.5rem;
        top: 1rem;
        font-weight: 400;
        font-style: normal;
        font-family: "Open Sans",sans-serif;
        color: #00474f;
        font-size: 1.4rem;
        text-decoration: underline;
        display: none
    }

        .ol-popup .ol-popup-closer svg {
            top: 1rem;
            width: 13px;
            right: .5rem;
            height: 13px;
            position: absolute
        }

    .ol-popup.is-active {
        bottom: 0;
        max-height: 430px
    }

        .ol-popup.is-active .ol-popup-closer {
            display: block
        }

@media only screen and (max-width: 1025px) {
    .map {
        height: 52.5rem
    }
}

@media only screen and (max-width: 992px) {
    .map {
        height: 41.1rem
    }

    .map-text {
        padding-top: 4rem
    }
}

@media only screen and (max-width: 576px) {
    .map-wrap {
        margin-bottom: 7.5rem;
        width: calc(100% + 3rem);
        -webkit-transform: translateX(-1.5rem);
        transform: translateX(-1.5rem)
    }

    .map {
        height: 35rem
    }

    .ol-popup {
        width: calc(100% - 3rem);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

        .ol-popup.is-active {
            max-height: 25rem
        }

        .ol-popup .popup-content {
            padding-left: 4.5rem;
            padding-right: 1.5rem
        }

            .ol-popup .popup-content::before {
                left: 1rem
            }
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999
}

    a.skip-main:focus, a.skip-main:active {
        color: #00474f;
        background-color: #f4f4ef;
        font-weight: 700;
        font-style: normal;
        font-family: "Open Sans",sans-serif;
        left: auto;
        top: auto;
        width: 30%;
        height: auto;
        border: 2px solid #00474f;
        overflow: auto;
        margin: 10px 35%;
        padding: 5px;
        text-align: center;
        font-size: 1.4rem;
        z-index: 999
    }

.menu-accordion-second {
    height: 4rem;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all 0s cubic-bezier(0.218, 0.63, 0.325, 1)
}

.menu-accordion-second__headline {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 1px solid #00474f;
    width: 100%;
    font-weight: 500;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    min-height: 4rem;
    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;
    color: #00474f;
    font-size: 1.6rem
}

    .menu-accordion-second__headline:focus {
        background-color: rgba(0,0,0,.1);
        padding-left: 1rem
    }

.menu-accordion-second__headline-svg {
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    fill: #00474f;
    border: 0px solid #00474f;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.menu-accordion-second__content {
    padding-left: 2rem
}

    .menu-accordion-second__content * {
        visibility: hidden !important
    }

    .menu-accordion-second__content li {
        padding-left: 0rem;
        padding-right: 0rem
    }

        .menu-accordion-second__content li:nth-last-of-type(1) {
            border-bottom: 1px solid #00474f
        }

.menu-accordion-second.is-open .menu-accordion-second__content * {
    visibility: visible !important
}

.menu-accordion-second.is-open .menu-accordion-second__headline-svg {
    height: 2px;
    border: 2px solid #00474f;
    -webkit-clip-path: polygon(0 46%, 100% 46%, 100% 57%, 0 57%);
    clip-path: polygon(0 46%, 100% 46%, 100% 57%, 0 57%)
}

.text-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    background-color: rgba(0,0,0,.8);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: opacity .4s cubic-bezier(0.218, 0.63, 0.325, 1)
}

.text-modal__content {
    background-color: #fff;
    padding: 3rem;
    position: relative;
    min-width: 325px;
    max-width: 1280px
}

.text-modal__headline {
    margin-top: 1rem;
    margin-bottom: 2rem
}

.text-modal__close, .text-modal button {
    position: absolute;
    right: 2rem;
    top: 2rem
}

    .text-modal__close svg, .text-modal button svg {
        height: 2rem;
        width: 2rem
    }

.text-modal.is-active {
    visibility: visible;
    pointer-events: all;
    opacity: 1
}

.content-box {
    border: 2px solid #00474f;
    padding: 2rem;
    margin-bottom: 3rem
}

    .content-box .form-wrap__teaser {
        text-align: left
    }

.search {
    background-color: #f0f8ff
}

    .search input {
        padding-left: 10px;
        color: #00474f;
        border: 2px solid #00474f;
        border-radius: 2px;
        min-height: 5rem;
        font-size: 1.6rem;
        font-weight: 400;
        font-style: normal;
        font-family: "Open Sans",sans-serif;
        width: 80%
    }

    .search button {
        background-color: #00474f;
        color: #fff;
        border: 2px solid #00474f;
        border-radius: 2px;
        min-height: 5rem;
        font-size: 1.6rem;
        font-weight: 400;
        font-style: normal;
        font-family: "Open Sans",sans-serif;
        width: 20%;
        float: right
    }

        .search button svg {
            fill: #fff;
            width: 1rem;
            height: 1.2rem;
            margin-right: .6rem
        }

.header {
    position: fixed;
    height: 75px;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
    left: 50%;
    width: 100%;
    top: 0;
    max-width: 1280px
}

    .header .clear-padding-right {
        padding-right: 0
    }

    .header img {
        height: 3.5rem
    }

.header__nav-wrapper a {
    margin-left: 4rem;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

    .header__nav-wrapper a:nth-last-of-type(1) {
        margin-right: 5.5rem
    }

.header__portal-link {
    color: #fff;
    width: 9rem;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    font-size: 1.3rem;
    height: 75px
}

    .header__portal-link:hover {
        color: #fff
    }

    .header__portal-link.active {
        background-color: #fff;
        color: #00474f
    }

        .header__portal-link.active:hover {
            color: #00474f
        }

        .header__portal-link.active.is-simple {
            background-color: rgba(0,0,0,0);
            color: #fff;
            text-decoration: underline
        }

.header__logo {
    height: 3.5rem;
    width: 23rem
}

.header__btn {
    min-width: 10.5rem;
    height: 75px;
    background-color: #008298;
    color: #fff;
    padding-left: 2rem;
    font-size: 1.3rem;
    text-decoration: none;
    font-weight: bold;
    padding-right: 2rem;
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem)
}

    .header__btn svg {
        fill: #fff;
        width: 1rem;
        height: 1.2rem;
        margin-right: .6rem
    }

.header__search {
    font-size: 1.3rem;
    width: 9rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff
}

    .header__search svg {
        fill: #fff;
        width: 2rem;
        height: 2rem;
        margin-right: .6rem
    }

.header::before {
    width: 100vw;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    background-color: #00474f;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    height: 75px
}

@media only screen and (min-width: 1536px) {
    .header {
        max-width: 1380px
    }
}

@media only screen and (max-width: 1025px) {
    .header__btn {
        width: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

        .header__btn svg {
            display: none
        }
}

@media only screen and (max-width: 800px) {
    .header {
        display: none
    }

    .header__portal-link {
        height: 5.5rem
    }

    .header__search {
        width: auto
    }

        .header__search span {
            display: none
        }

        .header__search svg {
            fill: #00474f
        }

    .header__btn {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        padding-left: 2rem;
        padding-right: 2rem
    }

        .header__btn svg {
            display: block
        }
}

.footer {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 2rem
}

.footer__copyright {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    font-family: "Open Sans",sans-serif
}

.footer a:hover {
    color: #fff
}

.footer .rte a {
    text-decoration: underline
}

    .footer .rte a * {
        text-decoration: underline
    }

.footer__some {
    padding-bottom: 12rem
}

.footer__some-link svg {
    width: 3.7rem;
    height: 3.7rem;
    margin-right: 1.5rem
}

.footer__copyright {
    color: #fff;
    font-size: 1.2rem
}

.footer__link {
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none !important;
    margin-left: 3rem
}

.footer .btn {
    padding-left: 4rem;
    position: relative;
    background-color: #fcb526;
    text-decoration: none;
    color: #00474f
}

    .footer .btn a {
        text-decoration: none
    }

    .footer .btn:hover {
        color: #00474f
    }

    .footer .btn::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 44'%3E %3Cpath fill='%2300474F' d='M99.6874524,10.0195633 L99.7936875,10.0528322 L101.070283,10.5588563 C101.357419,10.672673 101.54164,10.9485591 101.543939,11.2499719 L101.536119,11.3639315 L99.3603609,26.3280554 L110.759102,26.4458785 C111.304028,26.4515035 111.637208,27.0036381 111.450416,27.4705593 L111.406033,27.5626202 L111.347237,27.6512856 L91.8153217,53.2055025 C91.6388268,53.4364164 91.3474377,53.5420403 91.0688207,53.4848104 L90.9651874,53.4556421 L89.5609321,52.949618 C89.2569009,52.8400602 89.0611467,52.5503926 89.0651941,52.2348868 L89.0740688,52.1289728 L91.4923609,36.5480554 L80.7513609,36.5482481 C80.206194,36.5482481 79.8673584,35.9992057 80.0496654,35.5303376 L80.0931687,35.4378194 L80.1511287,35.3485578 L98.9170862,10.300365 C99.0974395,10.0596352 99.4012287,9.95276277 99.6874524,10.0195633 Z M97.8283609,16.7260554 L85.1893609,33.5300554 L94.0279566,33.5301759 C94.4509073,33.5301759 94.7826057,33.8771786 94.7780623,34.2870185 L94.7697796,34.3906232 L92.9013609,46.9360554 L106.314361,29.3200554 L96.8278257,29.210849 C96.4080375,29.2060118 96.0813711,28.8600885 96.0863762,28.4530999 L96.0946753,28.3502426 L97.8283609,16.7260554 Z' transform='translate(-80 -10)'/%3E %3C/svg%3E");
        position: absolute;
        width: 1.7rem;
        height: 2.4rem;
        left: 1rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.footer-list__headline {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: .5rem;
    font-weight: bold
}

.footer-list__link {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    display: block;
    text-decoration: none !important
}

    .footer-list__link:hover {
        color: #fff
    }

.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #00474f;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2500' height='285' viewBox='0 0 2500 285'%3E %3Cdefs%3E %3Cpolygon id='wave-a' points='0 0 2500 0 2500 380 0 380'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd' transform='matrix(-1 0 0 1 2500 -61)'%3E %3Cmask id='wave-b' fill='%23fff'%3E %3Cuse xlink:href='%23wave-a'/%3E %3C/mask%3E %3Cpath fill='%23003E44' d='M2092.99998,1270.57116 C2093.00746,1279.89914 2090.8995,1282 2081.57067,1282 C1591.04711,1281.73583 1100.52356,1281.76822 610,1281.76822 L146.660645,346 C147.057028,345.878641 237.138865,304.40086 269.083974,291.327893 C324.48987,268.654017 402.507286,236.669277 416.968891,230.649802 C452.860199,215.710465 500.281586,195.909473 510.819858,191.667233 C556.262974,173.373854 632.861388,141.898179 640.085029,139.262577 C653.217571,134.471067 666.33031,129.607937 679.794302,125.694004 C735.47825,109.507724 792.223652,99.4719808 850.072865,97.6502455 C899.779285,96.085198 949.478231,96.9723905 998.980334,104.476146 C1034.68354,109.886525 1070.31449,115.341763 1105.43465,123.702805 C1186.8875,143.103912 1266.13521,169.699752 1345.30319,196.71676 C1447.76335,231.686103 1550.29577,266.620556 1656.04494,290.696869 C1689.22408,298.247974 1722.61003,304.911887 1756.47688,309.023875 C1773.10133,311.039995 1789.80303,312.315958 1806.37515,314.344538 C1830.88576,317.350028 1855.53839,317.43476 1880.00913,318.00047 C1894.05719,318.324444 1908.67335,317.252835 1922.98304,316.193687 C1940.06597,314.927693 1957.23111,313.659207 1974.09228,310.795768 C1996.38336,307.008391 2018.46579,302.292988 2040.33448,296.696131 C2046.67759,295.07274 2072.98451,289.616351 2097.02582,287.451233 C2112.03415,286.099608 2127.19738,286.099608 2135.57061,287.451233 C2143.94384,288.802858 2482.54654,348.33665 2489.74402,346 C2489.74402,675.696708 2092.71842,940.871956 2092.99998,1270.57116 Z' mask='url(%23wave-b)'/%3E %3C/g%3E %3C/svg%3E")
}

    .bg:before, .bg:after {
        content: "";
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0
    }

@media only screen and (max-width: 1025px) {
    .footer__some {
        padding-top: 3rem
    }

    .footer .col-md-6 {
        padding-bottom: 3rem
    }

    .footer__link {
        margin-left: 1.5rem
    }
}

@media only screen and (max-width: 767px) {
    .footer {
        display: none
    }
}

.sub-header {
    background-color: #fff;
    position: fixed;
    height: 7.5rem;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
    top: 7.5rem;
    left: 50%;
    width: 100%;
    max-width: 1280px
}

.sub-header__button {
    font-size: 1.6rem;
    color: #00474f;
    font-weight: bold;
    padding: 0 1rem;
    margin-left: 8rem;
    padding-bottom: .5rem;
    position: relative;
    z-index: 20;
    height: 100%;
    border-bottom: 4px solid #fff
}

    .sub-header__button.is-active {
        height: 7.5rem;
        border-bottom: 4px solid #00474f;
        /*background-color: #f4f4ef*/
    }

    .sub-header__button.is-active-menu {
        height: 7.5rem;
        border-bottom: 4px solid #00474f
    }

.sub-header__buttons div {
    height: 100%
}

    .sub-header__buttons div:nth-last-of-type(1) button {
        padding-right: .5rem
    }

.sub-header__buttons::before {
    content: "";
    width: 265px;
}

.sub-header__buttons::after {
    content: "";
    width: 100vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    height: 7.5rem;
    background-color: #fff;
    z-index: 15
}

.mega-menu {
    position: fixed;
    left: 0;
    z-index: 15;
    top: 7.5rem;
    visibility: hidden
}

.mega-menu__body {
    position: fixed;
    height: 0;
    min-height: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f4f4ef;
    z-index: 15;
    top: 7.5rem;
    left: 50%;
    width: 100%;
    max-width: 1280px;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    padding-top: 4.5rem
}

    .mega-menu__body::after {
        content: "";
        position: fixed;
        height: calc(100% + 7rem);
        border-bottom: 2px solid #00474f;
        z-index: -1;
        background-color: #f4f4ef;
        width: 100vw;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        -webkit-transition: all 0s linear;
        transition: all 0s linear
    }

.mega-menu__list-wrapper {
    height: auto !important
}

.mega-menu__list {
    position: relative;
    height: auto !important;
    opacity: 0;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.mega-menu__close {
    width: 100%;
    height: 4.5rem;
    background-color: #00474f;
    position: absolute;
    bottom: -7rem;
    left: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mega-menu__item-headline {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    text-decoration: none;
    display: block
}

.mega-menu__link-item {
    font-size: 1.6rem;
    text-decoration: none;
    margin-bottom: 2rem;
    display: block
}

    .mega-menu__link-item a {
        text-decoration: none
    }

.mega-menu__list::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #ccc;
    left: 0;
    top: 0
}

.mega-menu.is-active {
    visibility: visible
}

    .mega-menu.is-active .mega-menu__list {
        opacity: 1;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .mega-menu.is-active .mega-menu__body {
        border-bottom: 2px solid #00474f;
        -webkit-transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
        transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1)
    }

        .mega-menu.is-active .mega-menu__body::after {
            border-bottom: 2px solid #00474f;
            -webkit-transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1);
            transition: all .5s cubic-bezier(0.218, 0.63, 0.325, 1)
        }

@media only screen and (min-width: 1534px) {
    .sub-header {
        max-width: 1380px
    }
}

@media only screen and (max-width: 800px) {
    .sub-header {
        display: none
    }
}

.mobile-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: #00474f;
    z-index: 20
}

    .mobile-header .header__logo {
        width: 20rem
    }

    .mobile-header .header__btn {
        margin-left: -2rem;
        margin-right: -2rem
    }

.mobile-header__main {
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 100%;
    -webkit-transition: left .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: left .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    visibility: visible
}

.mobile-header__icon svg {
    width: 3rem;
    height: 2.5rem;
    fill: #fff
}

.mobile-header__secondary {
    position: absolute;
    left: 100%;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 100%;
    -webkit-transition: left .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: left .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    visibility: hidden
}

.mobile-header__menu-icon {
    width: 3.5rem;
    height: 3.5rem
}

.mobile-header__nav {
    position: fixed;
    width: 100%;
    top: 5.5rem;
    right: -100%;
    -webkit-transition: right .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: right .4s cubic-bezier(0.218, 0.63, 0.325, 1);
    height: 100%;
    padding: 3rem 0;
    padding-top: 0;
    overflow: hidden;
    visibility: hidden
}

    .mobile-header__nav .content {
        width: calc(100% - 45px);
        height: calc(100% - 5.5rem);
        overflow: hidden;
        overflow-y: auto;
        margin: 0;
        left: 45px;
        position: relative;
        z-index: 2
    }

    .mobile-header__nav::before {
        content: "";
        width: 45px;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0,0,0,.8);
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        z-index: 1
    }

    .mobile-header__nav::after {
        content: "";
        width: calc(100% - 45px);
        position: absolute;
        left: 45px;
        height: 100%;
        top: 0;
        background: #fff;
        height: 100%;
        z-index: 1;
        opacity: 1;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

.mobile-header__secondary.is-active {
    visibility: visible;
    left: 0
}

.mobile-header__main.is-hidden {
    visibility: hidden;
    left: -100%
}

.mobile-header__nav.is-active {
    visibility: visible;
    right: 0
}

    .mobile-header__nav.is-active::before {
        opacity: 1;
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

.mobile-header .second-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

    .mobile-header .second-nav .header__portal-link {
        font-weight: bold;
        font-size: 1.6rem;
        margin-top: 1.5rem;
        color: #00474f;
        font-size: 1.3rem;
        width: auto;
        height: auto;
        font-weight: 400;
        font-style: normal;
        font-family: "Open Sans",sans-serif
    }

.mobile-header .mobile-header-wrap.is-hidden * {
    visibility: hidden !important
}

.mobile-nav-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.mobile-nav-wrapper__headline {
    padding-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 700;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    border-bottom: 1px solid #00474f
}

.menu-accordion-item {
    height: 4rem;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0s cubic-bezier(0.218, 0.63, 0.325, 1);
    transition: all 0s cubic-bezier(0.218, 0.63, 0.325, 1)
}

.menu-accordion-item__headline {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom: 1px solid #00474f;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
    font-family: "Open Sans",sans-serif;
    min-height: 4rem;
    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;
    color: #00474f
}

    .menu-accordion-item__headline:focus {
        background-color: rgba(0,0,0,.1)
    }

.menu-accordion-item__headline-svg {
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    fill: #00474f;
    border: 0px solid #00474f
}

.menu-accordion-item__content {
    padding-left: 2rem;
    visibility: hidden
}

    .menu-accordion-item__content li {
        padding-left: 0rem;
        padding-right: 0rem
    }

.menu-accordion-item .menu-accordion-second__content {
    visibility: hidden
}

.menu-accordion-item .menu-accordion-second.is-open {
    visibility: visible
}

.menu-accordion-item__link-headline {
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    margin-top: 2rem
}

    .menu-accordion-item__link-headline:nth-of-type(1) {
        margin-top: 0
    }

.menu-accordion-item__link {
    text-decoration: none !important;
    position: relative;
    line-height: 2rem;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    display: block
}

    .menu-accordion-item__link:nth-of-type(1) {
        margin-top: 1.5rem
    }

    .menu-accordion-item__link svg {
        font-size: 1.6rem;
        width: 2rem;
        height: 2rem;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        fill: #00474f;
        display: none
    }

.menu-accordion-item.is-open .menu-accordion-item__content * {
    visibility: visible
}

.menu-accordion-item.is-open .menu-accordion-item__headline-svg {
    height: 2px;
    border: 2px solid #00474f
}

@media only screen and (max-width: 800px) {
    .mobile-header {
        display: block
    }

    .mobile-header__top-nav-wrapper {
        width: 100%
    }
}

.footer-mobile {
    display: none;
    padding-top: 5rem;
    padding-bottom: 2rem;
    background: #00474f;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='2500' height='285' viewBox='0 0 2500 285'%3E %3Cdefs%3E %3Cpolygon id='wave-a' points='0 0 2500 0 2500 380 0 380'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd' transform='matrix(-1 0 0 1 2500 -61)'%3E %3Cmask id='wave-b' fill='%23fff'%3E %3Cuse xlink:href='%23wave-a'/%3E %3C/mask%3E %3Cpath fill='%23003E44' d='M2092.99998,1270.57116 C2093.00746,1279.89914 2090.8995,1282 2081.57067,1282 C1591.04711,1281.73583 1100.52356,1281.76822 610,1281.76822 L146.660645,346 C147.057028,345.878641 237.138865,304.40086 269.083974,291.327893 C324.48987,268.654017 402.507286,236.669277 416.968891,230.649802 C452.860199,215.710465 500.281586,195.909473 510.819858,191.667233 C556.262974,173.373854 632.861388,141.898179 640.085029,139.262577 C653.217571,134.471067 666.33031,129.607937 679.794302,125.694004 C735.47825,109.507724 792.223652,99.4719808 850.072865,97.6502455 C899.779285,96.085198 949.478231,96.9723905 998.980334,104.476146 C1034.68354,109.886525 1070.31449,115.341763 1105.43465,123.702805 C1186.8875,143.103912 1266.13521,169.699752 1345.30319,196.71676 C1447.76335,231.686103 1550.29577,266.620556 1656.04494,290.696869 C1689.22408,298.247974 1722.61003,304.911887 1756.47688,309.023875 C1773.10133,311.039995 1789.80303,312.315958 1806.37515,314.344538 C1830.88576,317.350028 1855.53839,317.43476 1880.00913,318.00047 C1894.05719,318.324444 1908.67335,317.252835 1922.98304,316.193687 C1940.06597,314.927693 1957.23111,313.659207 1974.09228,310.795768 C1996.38336,307.008391 2018.46579,302.292988 2040.33448,296.696131 C2046.67759,295.07274 2072.98451,289.616351 2097.02582,287.451233 C2112.03415,286.099608 2127.19738,286.099608 2135.57061,287.451233 C2143.94384,288.802858 2482.54654,348.33665 2489.74402,346 C2489.74402,675.696708 2092.71842,940.871956 2092.99998,1270.57116 Z' mask='url(%23wave-b)'/%3E %3C/g%3E %3C/svg%3E")
}

    .footer-mobile p {
        margin-bottom: 0
    }

    .footer-mobile a:hover, .footer-mobile button:hover {
        color: #fff
    }

    .footer-mobile .accordion-item {
        border-bottom: 1px solid #fff
    }

        .footer-mobile .accordion-item:nth-of-type(1) {
            border-top: 1px solid #fff
        }

    .footer-mobile .accordion-item__text {
        display: none
    }

    .footer-mobile .accordion-item.is-open .accordion-item__text {
        display: block
    }

    .footer-mobile .accordion-item__headline {
        min-height: 5.8rem;
        color: #fff;
        padding-left: 0;
        padding-right: 0;
        font-size: 1.6rem
    }

        .footer-mobile .accordion-item__headline:focus {
            padding-left: 1rem
        }

    .footer-mobile .accordion-item__headline-icon {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        width: 1.2rem;
        height: 1.2rem
    }

    .footer-mobile .accordion-item__headline-svg {
        fill: #fff
    }

    .footer-mobile .accordion-item__text a {
        text-decoration: underline
    }

        .footer-mobile .accordion-item__text a * {
            text-decoration: underline
        }

.footer-mobile__copyright {
    border-top: 1px solid #fff;
    margin-top: 5rem;
    padding-top: 1rem
}

    .footer-mobile__copyright p {
        text-align: center;
        color: #fff;
        font-size: 1.4rem;
        opacity: .8
    }

.footer-mobile__link {
    text-decoration: none !important
}

.footer-mobile .btn {
    padding-left: 4rem;
    position: relative;
    background-color: #fcb526;
    text-decoration: none;
    color: #00474f
}

    .footer-mobile .btn a {
        text-decoration: none
    }

    .footer-mobile .btn::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 44'%3E %3Cpath fill='%2300474F' d='M99.6874524,10.0195633 L99.7936875,10.0528322 L101.070283,10.5588563 C101.357419,10.672673 101.54164,10.9485591 101.543939,11.2499719 L101.536119,11.3639315 L99.3603609,26.3280554 L110.759102,26.4458785 C111.304028,26.4515035 111.637208,27.0036381 111.450416,27.4705593 L111.406033,27.5626202 L111.347237,27.6512856 L91.8153217,53.2055025 C91.6388268,53.4364164 91.3474377,53.5420403 91.0688207,53.4848104 L90.9651874,53.4556421 L89.5609321,52.949618 C89.2569009,52.8400602 89.0611467,52.5503926 89.0651941,52.2348868 L89.0740688,52.1289728 L91.4923609,36.5480554 L80.7513609,36.5482481 C80.206194,36.5482481 79.8673584,35.9992057 80.0496654,35.5303376 L80.0931687,35.4378194 L80.1511287,35.3485578 L98.9170862,10.300365 C99.0974395,10.0596352 99.4012287,9.95276277 99.6874524,10.0195633 Z M97.8283609,16.7260554 L85.1893609,33.5300554 L94.0279566,33.5301759 C94.4509073,33.5301759 94.7826057,33.8771786 94.7780623,34.2870185 L94.7697796,34.3906232 L92.9013609,46.9360554 L106.314361,29.3200554 L96.8278257,29.210849 C96.4080375,29.2060118 96.0813711,28.8600885 96.0863762,28.4530999 L96.0946753,28.3502426 L97.8283609,16.7260554 Z' transform='translate(-80 -10)'/%3E %3C/svg%3E");
        position: absolute;
        width: 1.5rem;
        left: 1rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

@media only screen and (max-width: 767px) {
    .footer-mobile {
        display: block
    }

    .footer-mobile__link {
        display: block;
        font-size: 1.4rem;
        margin-bottom: 2.5rem;
        color: #fff;
        position: relative;
        text-decoration: none
    }

        .footer-mobile__link::after {
            content: "";
            width: 20px;
            height: 2px;
            border-radius: 5px;
            position: absolute;
            left: 0;
            bottom: -4px;
            background-color: #fff
        }
}

.hero {
    margin-bottom: -9.5rem;
    position: relative;
    z-index: 1
}

.hero__headline {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.hero__teaser {
    margin-bottom: 7rem
}

.hero__image {
    width: 100%;
    height: 66rem;
    display: block
}

    .hero__image img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: calc(100% + 15px)
    }

.hero--simple {
    margin-bottom: 0
}

    .hero--simple .hero__headline {
        margin-bottom: 7rem;
        margin-top: 5rem
    }

.hero .btn {
    margin-bottom: 2rem
}

@media only screen and (min-width: 1500px) {
    .hero__image img {
        width: calc(100% + 80px);
        height: 100%
    }
}

@media only screen and (max-width: 992px) {
    .hero__image {
        overflow: hidden;
        width: calc(100% + 3rem);
        position: relative;
        left: -1.5rem;
        height: auto
    }

    .hero__teaser {
        margin-bottom: 3.5rem
    }
}

@media only screen and (max-width: 800px) {
    .hero {
        margin-bottom: 0
    }

    .hero__headline {
        margin-bottom: 2rem;
        line-height: 4.5rem;
        margin-top: 3rem
    }

    .hero__image img {
        width: calc(100% + 30px);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        position: relative
    }

    .hero .btn {
        margin-bottom: 3rem
    }
}

.frontpage-hero__headline {
    margin-bottom: -7rem;
    margin-top: 1rem;
    line-height: 9rem;
    z-index: 2;
    position: relative;
    line-height: 9rem
}

.frontpage-hero__links {
    width: 100%;
    margin-bottom: calc(6rem + 2px)
}

.frontpage-hero__play {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00474f;
    color: #fff;
    font-size: 1.5rem;
    width: 17rem;
    z-index: 5;
    height: 4.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0rem 2rem
}

    .frontpage-hero__play .play {
        display: none;
        pointer-events: none
    }

    .frontpage-hero__play .pause {
        display: inline-block;
        pointer-events: none
    }

    .frontpage-hero__play svg {
        width: 1.5rem;
        height: 1.5rem;
        fill: #fff;
        margin-right: 1rem
    }

    .frontpage-hero__play.is-active .play {
        display: inline-block
    }

    .frontpage-hero__play.is-active .pause {
        display: none
    }

.frontpage-hero__links-headline {
    margin-bottom: 2rem
}

.frontpage-hero__video {
    margin-bottom: calc(6rem - 2px);
    height: 50.5rem;
    width: calc(100% + 9rem);
    background: #000
}

.frontpage-hero__image {
    margin-bottom: calc(6rem - 2px);
    width: calc(100% + 1.5rem)
}

.frontpage-hero-link {
    height: 4.5rem;
    border-bottom: 1px solid #00474f;
    font-size: 1.8rem;
    line-height: unset;
    text-decoration: none
}

    .frontpage-hero-link:focus {
        background-color: rgba(0,0,0,.2)
    }

    .frontpage-hero-link:nth-of-type(1) {
        border-top: 1px solid #00474f
    }

    .frontpage-hero-link:nth-last-of-type(1) {
        margin-bottom: 2rem
    }

.frontpage-hero-link__img {
    width: 3rem;
    height: 3rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 2.5rem
}

.frontpage-hero-link__icon {
    fill: #fff;
    width: 1.5rem;
    height: 2rem
}

@media only screen and (min-width: 1531px) {
    .frontpage-hero__video {
        width: calc(100% + 0rem)
    }

    .frontpage-hero__image {
        width: calc(100% + 1.5rem)
    }

    .frontpage-hero__play {
        right: 1.5rem
    }
}

@media only screen and (max-width: 1440px) {
    .frontpage-hero__video {
        height: 51.4rem;
        width: calc(100% + 9rem)
    }

    .frontpage-hero__play {
        right: -7.5rem
    }
}

@media only screen and (max-width: 1400px) {
    .frontpage-hero__video {
        height: 51.4rem;
        width: calc(100% + 1.5rem)
    }

    .frontpage-hero__play {
        right: 0rem
    }
}

@media only screen and (max-width: 1379px) {
    .frontpage-hero__video {
        height: 50.6rem
    }
}

@media only screen and (max-width: 1280px) {
    .frontpage-hero__video {
        height: 470px
    }
}

@media only screen and (max-width: 1200px) {
    .frontpage-hero__headline {
        margin-bottom: -5rem
    }
}

@media only screen and (max-width: 1025px) {
    .frontpage-hero__video {
        height: 37.5rem
    }

    .frontpage-hero-link {
        font-size: 1.6rem;
        height: 4rem
    }

    .frontpage-hero-link__img {
        width: 2rem;
        height: 2rem
    }

    .frontpage-hero-link:nth-last-of-type(1) {
        margin-bottom: 0rem
    }
}

@media only screen and (max-width: 992px) {
    .frontpage-hero {
        overflow: hidden
    }

    .frontpage-hero__headline {
        line-height: 4rem;
        margin-bottom: 3rem
    }
}

@media only screen and (max-width: 800px) {
    .frontpage-hero__video {
        height: 24.5rem;
        margin-top: 6rem
    }

    .frontpage-hero__play {
        top: 6rem
    }

    .frontpage-hero__image {
        max-width: 100%;
        width: 100%
    }
}

@media only screen and (max-width: 576px) {
    .frontpage-hero__video {
        height: auto;
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
        width: calc(100% + 3rem);
        margin-bottom: 3rem;
        margin-top: 0
    }

    .frontpage-hero__play {
        top: 0rem
    }

    .frontpage-hero__headline {
        margin-top: 2.5rem
    }
}

.grid-container {
    display: grid;
    gap: 0px 0px;
    grid-template-columns: 50% 50%;
    padding: 0px;
    height: 500px;
    width: 100%
}

.grid-item {
    background-color: #93b6c4;
    border: 1px solid rgba(255,255,255,.8);
    padding: 20px;
    font-size: 15px;
    text-align: center
}

    .grid-item a {
        position: relative;
        top: 30%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        text-decoration: none
    }

.article__back {
    font-size: 1.6rem;
    margin-top: 1rem;
    color: #00474f;
    text-decoration: none
}

    .article__back:hover {
        color: #00474f
    }

    .article__back svg {
        width: 2rem;
        margin-right: 2rem;
        height: 1.5rem;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        fill: #00474f
    }

.article__headline {
    margin-bottom: 2.5rem;
    margin-top: 3.5rem;
    line-height: 9rem
}

.article__text {
    margin-bottom: 6.5rem
}

    .article__text p {
        font-size: 1.6rem;
        line-height: 2.4rem
    }

.article__date {
    font-size: 1.6rem;
    color: #008298;
    margin-bottom: 3.8rem
}

    .article__date::first-letter {
        text-transform: uppercase
    }

.article__manchet {
    margin-bottom: 4.5rem
}

.article__btn {
    margin-bottom: 9rem
}

.article-text {
    margin-bottom: 12rem
}

@media only screen and (max-width: 992px) {
    .article__headline {
        line-height: 4rem;
        margin-bottom: 4rem
    }
}

@media only screen and (max-width: 576px) {
    .article__headline, .article__text {
        margin-bottom: 3rem
    }

    .article__manchet {
        font-size: 1.9rem !important;
        line-height: 2.7rem !important;
        margin-bottom: 2.5rem
    }

    .article__date {
        padding-bottom: 1rem
    }

    .article__back {
        margin-top: 2.5rem
    }

    .article__btn {
        margin-bottom: 4rem
    }
}

.umb-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    text-align: left;
    margin-bottom: 3rem
}

    .umb-form-group input[type=date]::-webkit-calendar-picker-indicator {
        background: rgba(0,0,0,0);
        bottom: 0;
        color: rgba(0,0,0,0);
        cursor: pointer;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        outline: none
    }

    .umb-form-group label {
        font-weight: 400;
        font-style: normal;
        font-family: "Open Sans",sans-serif;
        font-size: 1.8rem;
        margin-bottom: .5rem;
        color: #00474f;
        width: 100%
    }

    .umb-form-group textarea {
        width: 100%;
        height: 200px;
        border: 2px solid #00474f;
        padding: 2rem;
        font-weight: 400;
        font-style: normal;
        font-family: "Open Sans",sans-serif;
        color: #00474f;
        font-size: 1.6rem;
        resize: none
    }

    .umb-form-group input, .umb-form-group select {
        color: #00474f;
        border: 2px solid #00474f;
        border-radius: 2px;
        min-height: 5rem;
        font-size: 1.6rem;
        font-weight: 400;
        font-style: normal;
        font-family: "Open Sans",sans-serif;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 2rem;
        padding-right: 2rem;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .umb-form-group input::-webkit-input-placeholder, .umb-form-group select::-webkit-input-placeholder {
            color: #00474f;
            font-size: 1.6rem;
            opacity: 1;
            font-weight: 400;
            font-style: normal;
            font-family: "Open Sans",sans-serif
        }

        .umb-form-group input::-moz-placeholder, .umb-form-group select::-moz-placeholder {
            color: #00474f;
            font-size: 1.6rem;
            opacity: 1;
            font-weight: 400;
            font-style: normal;
            font-family: "Open Sans",sans-serif
        }

        .umb-form-group input:-ms-input-placeholder, .umb-form-group select:-ms-input-placeholder {
            color: #00474f;
            font-size: 1.6rem;
            opacity: 1;
            font-weight: 400;
            font-style: normal;
            font-family: "Open Sans",sans-serif
        }

        .umb-form-group input::-ms-input-placeholder, .umb-form-group select::-ms-input-placeholder {
            color: #00474f;
            font-size: 1.6rem;
            opacity: 1;
            font-weight: 400;
            font-style: normal;
            font-family: "Open Sans",sans-serif
        }

        .umb-form-group input::placeholder, .umb-form-group select::placeholder {
            color: #00474f;
            font-size: 1.6rem;
            opacity: 1;
            font-weight: 400;
            font-style: normal;
            font-family: "Open Sans",sans-serif
        }

    .umb-form-group .error {
        font-size: 1.4rem;
        margin-top: 1rem;
        color: red;
        margin-top: 0rem
    }

.umb-form-group--radio {
    position: relative
}

    .umb-form-group--radio input {
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .umb-form-group--radio .radio-text {
        font-weight: 400;
        font-style: normal;
        font-family: "Open Sans",sans-serif;
        font-size: 1.8rem;
        margin-bottom: .5rem;
        color: #00474f;
        width: 100%;
        position: absolute;
        top: 4.2rem;
        left: 4rem;
        pointer-events: none
    }

        .umb-form-group--radio .radio-text::before {
            content: "";
            width: 13px;
            height: 13px;
            border-radius: 50%;
            position: absolute;
            top: 1rem;
            left: -2rem;
            border: 1px solid #00474f;
            background-color: rgba(0,0,0,0)
        }

    .umb-form-group--radio input[type=radio]:checked ~ .radio-text::before {
        background-color: #00474f
    }

    .umb-form-group--radio input[type=checkbox]:checked ~ .radio-text::before {
        background-color: #00474f
    }

.umb-form-group--date .date-icon {
    position: absolute;
    right: 2rem;
    width: 20px;
    height: 20px;
    top: 4.7rem;
    right: 3rem;
    pointer-events: none
}

.umb-form-group.has-error input {
    border-color: red
}

@media only screen and (max-width: 576px) {
    .umb-form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-bottom: 3rem;
        text-align: left
    }

        .umb-form-group input[type=date]::-webkit-calendar-picker-indicator {
            background: rgba(0,0,0,0);
            bottom: 0;
            color: rgba(0,0,0,0);
            cursor: pointer;
            height: auto;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: auto;
            outline: none
        }

        .umb-form-group label {
            font-size: 1.6rem
        }

    .umb-form-group--radio .radio-text {
        font-size: 1.6rem
    }

        .umb-form-group--radio .radio-text::before {
            top: .7rem
        }

    .umb-form-group.has-error input {
        border-color: red
    }
}
