@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/inter-v13-latin-300.eot');
    src: url('../fonts/inter-v13-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v13-latin-300.woff2') format('woff2'), url('../fonts/inter-v13-latin-300.woff') format('woff'), url('../fonts/inter-v13-latin-300.ttf') format('truetype'), url('../fonts/inter-v13-latin-300.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v13-latin-regular.eot');
    src: url('../fonts/inter-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v13-latin-regular.woff2') format('woff2'), url('../fonts/inter-v13-latin-regular.woff') format('woff'), url('../fonts/inter-v13-latin-regular.ttf') format('truetype'), url('../fonts/inter-v13-latin-regular.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-v13-latin-700.eot');
    src: url('../fonts/inter-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v13-latin-700.woff2') format('woff2'), url('../fonts/inter-v13-latin-700.woff') format('woff'), url('../fonts/inter-v13-latin-700.ttf') format('truetype'), url('../fonts/inter-v13-latin-700.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/inter-v13-latin-900.eot');
    src: url('../fonts/inter-v13-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v13-latin-900.woff2') format('woff2'), url('../fonts/inter-v13-latin-900.woff') format('woff'), url('../fonts/inter-v13-latin-900.ttf') format('truetype'), url('../fonts/inter-v13-latin-900.svg#Inter') format('svg');
}

body {
    color: #fff;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.3;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 59.375rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 0.0625rem #000;
    background: #182C3D;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 0.625rem;
}

hr {
    margin: 0.937rem 0;
    border-top: 0.062rem solid #fff;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

span {
    white-space: nowrap
}

.margin {
    margin: 0 0 2.5rem
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding: 0 0 0.375rem 1rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    font-size: 1rem;
    line-height: 1.2;
    color: #1291D0
}

ul li > ul {
    margin: 0.375rem 0 0;
}

ul li > ul li:last-of-type {
    padding: 0 0 0 1rem;
}

h1 {
    font-size: 40px;
    background: -webkit-linear-gradient(45deg, #1894D1, #EDF0F1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
    margin: 0 0 22px;
    padding: 0 0 10px;
    letter-spacing: -0.1px;
}

h1 span {
    white-space: nowrap;
    font-size: 1.125rem
}

.big {
    font-size: 2.625rem
}

h2 {
    font-size: 1.25rem;
    color: #1291D0;
    text-transform: uppercase;
    margin: 0 0 1rem;
    border-top: solid 0.0625rem #fff;
    border-bottom: solid 0.0625rem #fff;
    padding: 0.625rem 0
}

h3 {
    font-size: 1rem;
    color: #182C3D;
    margin: 0 0 1rem
}

h4 {
    font-size: 1.125rem;
    color: #182C3D;
    border-bottom: solid 0.0625rem #1291D0;
    margin: 0 0 0.625rem 3.5rem;
    padding: 0 0 0.625rem
}

h5 {
    font-size: 40px;
    color: #1291D0;
    font-weight: 700
}

header {
    padding: 1rem 2rem
}

article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.left,
.right {
    width: 50%;
}

.padding_left_right {
    padding: 0 2.375rem 0;
}

.boat {
    margin: 2.5rem 0;
}

.right {
    padding: 36% 0 0
}

aside {
    background: #fff;
    color: #182C3D;
    border-top-left-radius: 2.5rem;
    padding-bottom: 11.875rem
}

aside img {
    width: 4.375rem;
}

.image {
    position: absolute;
    top: 0;
    right: 0;
    width: 34.375rem
}

.infos {
    padding: 1rem;
}

.flex {
    display: flex;
    column-gap: 1rem;
    align-items: center;
    margin: 0 0 1rem -2rem;
    border-bottom: solid 0.0625rem #1291D0
}

.flex p {
    margin: 0;
    font-size: 0.875rem;
}

.benefits_container {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 5rem;
}

a.benefits {
    background: #182C3D;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -0.687rem 0 0;
    width: fit-content;
    padding: 0.5rem 1.5rem 1rem;
    border-bottom-left-radius: 1.25rem;
    position: relative;
}

a.benefits img {
    width: 1.5rem;
    position: relative;
    top: 0.312rem;
    left: 0.25rem;
}

a.abs {
    position: absolute;
    right: 0;
    bottom: 37.2%;
    width: 15.625rem;
    padding: 1.5rem 0.5rem;
    border-radius: 0;
    background: transparent;
    z-index: 90;
}

.last_line {
    border-bottom: solid 0.0625rem #1291D0;
}

.background_right {
    background: url("../images/hintergrund.jpg") no-repeat;
    background-size: cover;
    margin: 0 0 1.875rem;
}

.text {
    padding: 1rem;
}

.auto {
    padding: 0 1rem;
    margin: 0;
    position: relative
}

.button_mehr_lesen_container {
    display: flex;
    justify-content: flex-end;
}

a.btn {
    background: #182C3D;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: fit-content;
    padding: 0.375rem 3rem 0.625rem 1.5rem;
    border-top-left-radius: 1.25rem;
    position: relative;
}

a.btn img {
    width: 1.5rem;
    position: relative;
    top: 0.3125rem;
    left: 0.25rem
}

a.buttons_bottom {
    background: #1291D0;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: fit-content;
    padding: 0.5rem 1.5rem 0.625rem;
    position: relative;
    left: -15%;
}

a.buttons_bottom img {
    width: 1.5rem;
    position: relative;
    top: 0.437rem;
    left: 0.25rem;
}

.right_padding {
    padding: 1rem;
}

.right_car {
    position: absolute;
    width: 10.625rem;
    right: 0;
    bottom: 25.3%;
    z-index: 10;
}

footer {
    background: #fff;
    color: #182C3D;
    padding: 1.5rem 1rem 1.5rem;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}

.flex_buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 2rem 0;
    position: relative;
    left: 1.875rem;
}

a.button_left {
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    background: #1291D0;
    color: #fff;
    text-align: center;
    font-size: 1.0625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: fit-content;
    padding: 0.5rem 2.5rem 0.625rem 2rem;
    position: relative;
}

a.button_right {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #182C3D;
    color: #fff;
    text-align: center;
    font-size: 1.0625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: fit-content;
    padding: 0.5rem 2.5rem 0.625rem 2.5rem;
    position: relative;
    right: 1.6875rem;
}

footer p span {
    color: #1291D0
}

footer p {
    font-size: 0.875rem
}

a.blue {
    color: #1291D0
}

@media only screen and (max-width: 949px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    h1 {
        margin-top: 40px
    }

    h5 {
        margin: 0 0 0.625rem;
    }

    h5 br {
        display: none;
    }

    header {
        padding: 1rem;
    }

    article {
        flex-direction: column;
        padding: 3.5rem 1rem 1rem;
    }

    .left,
    .right {
        width: 100%;
    }

    .padding_left_right {
        padding: 0;
    }

    .right {
        padding: 0;
    }

    aside {
        padding-bottom: 0
    }

    .image {
        width: 35vw;
    }

    .image_left {
        display: flex;
        justify-content: center;
    }

    .flex {
        margin: 0 0 1rem;
    }

    .benefits_container {
        margin: 0 0 2.5rem;
    }

    .right_car {
        display: none;
    }

    footer {
        padding: 1rem;
        margin: 0 1rem;
        width: auto;
        position: static;
    }

    footer p {
        text-align: center;
    }

    .flex_buttons {
        justify-content: center;
        padding: 1.25rem 0;
        left: 0;
    }

    .center {
        text-align: center;
    }

    .padding_left_right > p:first-of-type br {
        display: none
    }
}

@media only screen and (max-width: 740px) {
    .flex_buttons {
        flex-direction: column;
        gap: 0.625rem;
    }

    a.button_left {
        clip-path: none;
    }

    a.button_right {
        clip-path: none;
        right: 0;
    }
}

@media only screen and (max-width: 550px) {
    h1 {
        text-align: center;
        font-size: 28px;
        line-height: 1.1;
    }

    h4 {
        margin: 0 0 10px 16px;
    }

    h5 {
        font-size: 30px;
    }

    header {
        display: flex;
        justify-content: center;
    }

    article {
        padding: 1rem;
    }

    .image {
        display: none;
    }

    .responsive_top p {
        text-align: center;
    }
}