body.lebenstraum dx-text {
        color: white;
    }
    body.lebenstraum dx-text[type='Headline-2'],
    body.lebenstraum dx-text[type='h2'],
    body.lebenstraum dx-text[type='Headline-3'],
    body.lebenstraum dx-text[type='h3'],
    body.lebenstraum dx-text[type='Headline-4'],
    body.lebenstraum dx-text[type='h4'],
    body.lebenstraum dx-text[type='Headline-5'],
    body.lebenstraum dx-text[type='h5'] {
        color: white;
        font-weight: 700;
    }
    body.lebenstraum dx-cookie-banner dx-text {
        color: #2b2b2b;
    }
    body.lebenstraum {

    background: var(
        --backplate_gradient,
        linear-gradient(186deg, #094065 1.37%, #3692c5 45.35%, #1f77ab 67.61%, #0a4266 94.98%)
    );
}
    body.lebenstraum main > section {
            padding: 0;

            margin-top: 50px;
        }
    @media (min-width: 760px) {
    body.lebenstraum main > section {
                margin-top: 40px
        }
            }
    body.lebenstraum main section[data-block='header']:first-of-type {
            margin-top: 0;
        }
    @media (min-width: 1024px) {
                body.lebenstraum main section[data-block='paragraph'] h1 {
                    font-size: 48px;
                    line-height: 117%;
                }
            }
    body.lebenstraum main section[data-block='quote'] {
            padding-bottom: 0;
        }
    body.lebenstraum main section[data-block='quote'] + section[data-block='video_slider'] {
            margin-top: 0;
        }
    body.lebenstraum div.richtext {
        color: white;
    }
    body.lebenstraum div.richtext a {
            color: white;
            text-decoration: underline;
        }
    body.lebenstraum div.richtext h1,
        body.lebenstraum div.richtext h2,
        body.lebenstraum div.richtext h3,
        body.lebenstraum div.richtext h4,
        body.lebenstraum div.richtext h5 {
            color: white;
            font-weight: 700;
        }
    body.lebenstraum div.richtext h1 {
            font-weight: 400;
        }
    body.lebenstraum nav {
        width: 100%;
        background-color: white;
        display: flex;
        flex-direction: column;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
        position: relative;
        z-index: 10;
    }
    body.lebenstraum nav > a {
            padding: 10px 16px;
        }
    @media (min-width: 760px) {
    body.lebenstraum nav > a {
                padding: 15px 40px
        }
            }
    body.lebenstraum dx-footer {
        margin-top: 50px;
    }
    @media (min-width: 760px) {
    body.lebenstraum dx-footer {
            margin-top: 40px
    }
        }
    body.lebenstraum dx-grid.no-row-gap {
        row-gap: 0;
    }
    body.lebenstraum .header {
        display: flex;
        position: relative;
        width: 100%;
    }
    body.lebenstraum .header > dx-grid {
            width: 100%;

            display: none;
        }
    @media (min-width: 760px) {
    body.lebenstraum .header > dx-grid {
                display: block
        }
            }
    body.lebenstraum .header swiper-container {
            --swiper-pagination-bottom: 0;
            --swiper-navigation-color: #337a96;
            width: 100%;
            height: 100%;
        }
    body.lebenstraum .header swiper-container .swiper-wrapper {
                padding-top: 30px;
            }
    @media (min-width: 760px) {
    body.lebenstraum .header swiper-container {
                display: none
        }
            }
    body.lebenstraum .header--diagonal-cut {
            -webkit-clip-path: polygon(0 0, 0 99%, 100vmax calc(100% - 0.087 * 100vmax), 100vmax 0);
                    clip-path: polygon(0 0, 0 99%, 100vmax calc(100% - 0.087 * 100vmax), 100vmax 0);
        }
    body.lebenstraum .header--video video {
                width: 100%;
                height: auto;
                max-height: 625px;
                -o-object-fit: cover;
                   object-fit: cover;
            }
    @media (min-width: 760px) {
    body.lebenstraum .header--video video {
                    max-height: 625px
            }
                }
    body.lebenstraum .header--video button {
                cursor: pointer;
                border: 0;
                background: transparent;
                position: absolute;
                right: 1rem;
                top: 1rem;
                z-index: 10;
            }
    body.lebenstraum .header--thumbnails {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            position: absolute;
            bottom: 0;
        }
    @media (max-width: 760px) {
    body.lebenstraum .header--thumbnails {
                display: none
        }
            }
    body.lebenstraum .header--item {
            width: 160px;
            height: 106px;

            margin-left: 11.5px;
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
            transition: 0.3s width, 0.3s height,
                0.3s box-shadow;
            cursor: pointer;

            border-radius: 1.7px;
        }
    body.lebenstraum .header--item img {
                border-radius: 1.7px;
                max-width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover;
            }
    body.lebenstraum .header--item:first-child {
                margin-left: 0;
            }
    body.lebenstraum .header--item__active,
            body.lebenstraum .header--item:hover {
                width: 175px;
                height: 117px;

                border: 2px solid #f7f7f7;
                box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
            }
    @media (max-width: 760px) {
                body.lebenstraum .header--mobile-optimized video {
                    aspect-ratio: 9 / 16;
                    max-height: none;
                }
            }
    body.lebenstraum .quote {
        position: relative;
        padding-top: calc(40px + 16px);
    }
    body.lebenstraum .quote dx-grid {
            row-gap: 0;
        }
    body.lebenstraum .quote dx-fd-separator {
            margin-bottom: -0.5px;
        }
    body.lebenstraum .quote--content {
            background-color: #f7f7f7;
        }
    body.lebenstraum .quote--content dx-grid {
                position: relative;
            }
    @media (max-width: 760px) {
    body.lebenstraum .quote--content div.image-wrapper {
                    overflow: hidden;
                    margin-left: -16px;
                    margin-right: -16px;
                    position: relative
            }
                }
    body.lebenstraum .quote--content img {
                position: absolute;
                justify-self: center;
                bottom: 0;
                height: auto;
                max-height: 400px;
                overflow: hidden;

                width: auto;

                max-width: 100%;
            }
    @media (max-width: 760px) {
    body.lebenstraum .quote--content img {
                    max-width: initial;
                    max-height: 100%
            }
                }
    body.lebenstraum .quote--content img.left-aligned {
                    left: 0;
                    margin-left: 0px;
                }
    @media (max-width: 476px) {
    body.lebenstraum .quote--content img.left-aligned {
                        margin-left: -16px
                }
                    }
    body.lebenstraum .quote--content img.right-aligned {
                    right: 0;
                    margin-right: 0px;
                }
    @media (max-width: 476px) {
    body.lebenstraum .quote--content img.right-aligned {
                        margin-right: -16px
                }
                    }
    body.lebenstraum .quote--content div.richtext {
                padding: 30px 0 40px 0;
                color: #c8aa22;
            }
    body.lebenstraum .quote--content div.richtext h3 {
                    font-size: 16px;
                    line-height: 24px;
                }
    @media (min-width: 760px) {
    body.lebenstraum .quote--content div.richtext h3 {
                        font-size: 30px;
                        line-height: 36px
                }
                    }
    body.lebenstraum .quote--content div.richtext h1,
                body.lebenstraum .quote--content div.richtext h2,
                body.lebenstraum .quote--content div.richtext h3,
                body.lebenstraum .quote--content div.richtext h4,
                body.lebenstraum .quote--content div.richtext h5 {
                    color: #c8aa22;
                }
    body.lebenstraum .quote__gold .quote--content {
                background-color: #c8aa22;
            }
    body.lebenstraum .quote__gold div.richtext {
                color: white;
            }
    body.lebenstraum .quote__gold div.richtext h1,
                body.lebenstraum .quote__gold div.richtext h2,
                body.lebenstraum .quote__gold div.richtext h3,
                body.lebenstraum .quote__gold div.richtext h4,
                body.lebenstraum .quote__gold div.richtext h5 {
                    color: white;
                }
    body.lebenstraum .kloppify-form {
        position: relative;
        z-index: 50;
    }
    body.lebenstraum .kloppify-form dx-grid {
            -moz-column-gap: 0;
                 column-gap: 0;
        }
    body.lebenstraum .kloppify-form .wrapper {
            display: flex;
            flex-direction: column;
            position: relative;

            min-height: 475px;
        }
    @media (min-width: 760px) {
    body.lebenstraum .kloppify-form .wrapper {
                height: 550px;
                max-height: none;
                flex-direction: row
        }
            }
    body.lebenstraum .kloppify-form .wrapper .form {
                display: flex;
                flex-direction: column;

                z-index: 10;
                background-color: #d9d9d9;
                filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.26));
                transition: transform 0.3s;
            }
    body.lebenstraum .kloppify-form .wrapper .form.collapsed {
                    transform: none;
                }
    @media (min-width: 760px) {
    body.lebenstraum .kloppify-form .wrapper .form.collapsed {
                        transform: translateX(-100%)
                }
                    }
    body.lebenstraum .kloppify-form .wrapper .form {

                top: 0;
                left: 0;
                right: 0;
                width: 100%;
                height: auto;
}
    @media (min-width: 760px) {
    body.lebenstraum .kloppify-form .wrapper .form {
                    left: 0;
                    top: 0;
                    bottom: 0;
                    right: auto;
                    width: 40%;
                    position: absolute
            }
                }
    body.lebenstraum .kloppify-form .wrapper .form .content-wrapper {
                    padding: 40px 22px;
                    display: flex;
                    justify-content: center;
                    flex-direction: column;
                    flex: 1;
                }
    body.lebenstraum .kloppify-form .wrapper .form button[type='submit'] {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    outline-offset: 2px;
                    background-color: white;
                    color: #337a96;
                    border: 2px solid transparent;
                    padding: 10px 14px;
                    cursor: pointer;
                    min-height: 48px;
                    transition: background-color 150ms ease-in-out;
                }
    body.lebenstraum .kloppify-form .wrapper .form button[type='submit'] svg {
                        margin-left: 8px;
                        flex-shrink: 0;
                    }
    body.lebenstraum .kloppify-form .wrapper .form button[type='submit'] dx-text {
                        color: #337a96 !important;
                    }
    body.lebenstraum .kloppify-form .wrapper .form button[type='submit']:hover {
                        background-color: #e6e6e6;
                    }
    body.lebenstraum .kloppify-form .wrapper .form button[type='submit']:hover dx-text {
                            color: #00587c !important;
                        }
    body.lebenstraum .kloppify-form .wrapper .form button[type='submit']:active {
                        background-color: #cccccc;
                    }
    body.lebenstraum .kloppify-form .wrapper .form button[type='submit']:active dx-text {
                            color: #004763 !important;
                        }
    body.lebenstraum .kloppify-form .wrapper .form button#btn-collapse {
                    display: none;
                    position: absolute;
                    border: 0;
                    background-color: #d9d9d9;
                    cursor: pointer;
                    z-index: 10;

                    bottom: 1px;
                    left: calc(50% - 90px);
                    width: 180px;
                    height: auto;
                    transform: translateY(100%) perspective(100px) rotateX(-20deg);
                    border-bottom-left-radius: 8px;
                    border-bottom-right-radius: 8px;
                }
    body.lebenstraum .kloppify-form .wrapper .form button#btn-collapse dx-icon {
                        transform: rotate(90deg);
                    }
    @media (min-width: 760px) {
    body.lebenstraum .kloppify-form .wrapper .form button#btn-collapse {
                        display: block;
                        left: auto;
                        right: 0;
                        top: 80px;
                        width: auto;
                        height: 180px;
                        transform: translateX(100%) perspective(100px) rotateY(20deg);
                        border-bottom-left-radius: 0;
                        border-bottom-right-radius: 0;
                        border-top-right-radius: 8px;
                        border-bottom-right-radius: 8px
                }

                        body.lebenstraum .kloppify-form .wrapper .form button#btn-collapse dx-icon {
                            transform: none;
                        }
                    }
    body.lebenstraum .kloppify-form .wrapper .result {
                overflow: hidden;
                position: relative;

                order: 1;
            }
    @media (min-width: 760px) {
    body.lebenstraum .kloppify-form .wrapper .result {
                    order: 2;
                    position: static
            }
                }
    body.lebenstraum .kloppify-form .wrapper .result > div {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    width: 100%;
                    height: 100%;
                    background-color: black;
                    opacity: 0.66;
                    z-index: 1;
                }
    body.lebenstraum .kloppify-form .wrapper .result img {
                    width: 100%;
                    max-width: 100%;
                    height: auto;
                    min-height: 100%;
                    -o-object-fit: cover;
                       object-fit: cover;
                }
    body.lebenstraum .kloppify-form .wrapper .result dx-loading-indicator {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%);
                    z-index: 10;
                }
    @media (min-width: 760px) {
    body.lebenstraum .kloppify-form .wrapper .result dx-loading-indicator {
                        right: 15%;
                        top: 50%;
                        transform: translateY(-50%)
                }
                    }
    body.lebenstraum .contest-form ul li {
                border-bottom: 1px solid #f7f7f7;
                padding: 16px 0;
                display: flex;
                align-items: center;
            }
    body.lebenstraum .contest-form ul li svg {
                    align-self: flex-start;
                    flex-shrink: 0;
                    flex-basis: 14%;
                }
    body.lebenstraum .contest-form ul li dx-text {
                    margin-left: 16px;
                }
    body.lebenstraum .contest-form ul li + li {
                    margin-top: 16px;
                }
    body.lebenstraum .contest-form form {
            margin-top: 50px;
        }
    @media (min-width: 760px) {
    body.lebenstraum .contest-form form {
                margin-top: 0
        }
            }
    body.lebenstraum .contest-form--checkbox-wrapper {
            display: flex;
            align-items: center;
        }
    body.lebenstraum .contest-form--checkbox-wrapper > dx-text {
                margin-left: 16px;
            }
    body.lebenstraum .contest-form--checkbox-wrapper dx-link {
                --dx-text-color: #ffffff;
            }
    @media (min-width: 1024px) {
            body.lebenstraum .text-image-video__alignment--right .text-image-video__media {
                grid-column-start: 1;
            }
            body.lebenstraum .text-image-video__alignment--right .text-image-video__content {
                grid-column-start: 1;
            }
        }
    @media (min-width: 1280px) {
            body.lebenstraum .text-image-video__alignment--right .text-image-video__media {
                grid-column-start: 7;
            }
            body.lebenstraum .text-image-video__alignment--right .text-image-video__content {
                grid-column-start: 2;
            }
        }
    body.lebenstraum .makingof .video-embed,
        body.lebenstraum .makingof a > img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            max-height: 450px;
        }
    body.lebenstraum .makingof swiper-container {
            width: calc(100% + var(--dx-page-padding) * 2);
            margin: 0 calc(var(--dx-page-padding) * -1);
        }
    body.lebenstraum .makingof swiper-container swiper-slide {
                background-color: black;
                width: 235px;
                height: 235px;
            }
    body.lebenstraum .makingof swiper-container swiper-slide:first-child {
                    margin-left: var(--dx-page-padding);
                }
    body.lebenstraum .makingof swiper-container swiper-slide:last-child {
                    margin-right: var(--dx-page-padding);
                }
    body.lebenstraum .makingof swiper-container swiper-slide a {
                    position: relative;
                    display: block;
                    height: 100%;
                    transition: flex-basis 0.3s;
                    text-decoration: none;
                    color: white;
                }
    body.lebenstraum .makingof swiper-container swiper-slide a video {
                        display: none;
                    }
    body.lebenstraum .makingof swiper-container swiper-slide a > div {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 100%;
                        align-items: center;
                        display: flex;
                        justify-content: center;
                        flex-direction: column;
                        margin-bottom: 24px;
                    }
    body.lebenstraum .makingof swiper-container swiper-slide a > div span {
                            font-family: DVAG-Type;
                            font-size: 16px;
                            font-weight: 700;
                            line-height: 24px;
                        }
    @media (min-width: 760px) {
    body.lebenstraum .makingof swiper-container swiper-slide a > div span {
                                font-size: 22px;
                                line-height: 32px
                        }
                            }
    body.lebenstraum .makingof swiper-container swiper-slide a > div svg {
                            flex-shrink: 0;
                            margin-bottom: 32px;
                        }
    body.lebenstraum .makingof swiper-container swiper-slide a.active img {
                            display: none;
                        }
    body.lebenstraum .makingof swiper-container swiper-slide a.active video {
                            display: block;
                        }
    body.lebenstraum .makingof swiper-container swiper-slide a.active > div {
                            display: none;
                        }
    @media (min-width: 760px) {
    body.lebenstraum .makingof swiper-container {
                display: none
        }
            }
    body.lebenstraum .makingof--wrapper {
            display: none;
            gap: 15px;
        }
    body.lebenstraum .makingof--wrapper a {
                position: relative;
                display: block;
                flex-basis: 25%;
                transition: flex-basis 0.3s;
                text-decoration: none;
                color: white;
            }
    body.lebenstraum .makingof--wrapper a video {
                    display: none;
                }
    body.lebenstraum .makingof--wrapper a > div {
                    position: absolute;
                    align-items: center;
                    display: flex;

                    bottom: 20px;
                    left: 20px;
                }
    @media (min-width: 1024px) {
    body.lebenstraum .makingof--wrapper a > div {
                        bottom: 30px;
                        left: 30px
                }
                    }
    body.lebenstraum .makingof--wrapper a > div span {
                        max-width: 66%;
                        font-family: DVAG-Type;
                        font-size: 16px;
                        font-weight: 700;
                        line-height: 24px;
                    }
    @media (min-width: 1024px) {
    body.lebenstraum .makingof--wrapper a > div span {
                            font-size: 22px;
                            line-height: 32px
                    }
                        }
    body.lebenstraum .makingof--wrapper a > div svg {
                        display: none;
                        flex-shrink: 0;
                        margin-right: 20px;
                    }
    body.lebenstraum .makingof--wrapper a.active {
                    flex-basis: 60%;
                }
    body.lebenstraum .makingof--wrapper a.active img {
                        display: none;
                    }
    body.lebenstraum .makingof--wrapper a.active video {
                        display: block;
                    }
    body.lebenstraum .makingof--wrapper a.active > div > svg {
                        display: block;
                    }
    @media (min-width: 760px) {
    body.lebenstraum .makingof--wrapper {
                display: flex
        }
            }
