@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/open-sans-v40-latin-300italic.eot');
    src: url('../fonts/open-sans-v40-latin-300italic.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-300italic.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-300italic.woff') format('woff'), url('../fonts/open-sans-v40-latin-300italic.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-300italic.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #404040;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: .937rem;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 58.75rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 1.562rem rgba(0, 0, 0, 0.2);
    font-weight: normal;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
    text-align: justify;
    hyphens: auto;
}

span {
    white-space: nowrap;
}

.margin {
    margin: 0 0 30px
}

h1 {
    font-size: 1.562rem;
    line-height: 1.2;
    margin: 1.562rem 0 1.562rem;
    color: #fff;
    font-weight: 700;
    width: 94%
}

h1 span {
    font-weight: normal;
}

h1 + p {
    font-size: 1.187rem;
}

h2 {
    font-size: 1.562rem;
    margin: 0;
    font-weight: 300;
    color: #fff;
}

h3 {
    color: #29B6BA;
    font-size: 1rem;
    margin: 0 0 5px;
    font-weight: 700;
}

ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    position: relative;
}

ul li {
    padding-left: 1.375rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: 0.25rem;
    border-radius: 0.312rem;
    background: #3E3E3E;
    margin-left: -1.125rem;
    top: 0.562rem;
}

header {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

.logo {
    margin-right: 3.75rem;
    margin-top: 1.875rem;
}

.box {
    background: #29B6BA;
    width: 70%;
    padding: 1.562rem 1.25rem 2.5rem 3.75rem;
    border-bottom-right-radius: 12.5rem;
    border-top-right-radius: 12.5rem;
}

.box p {
    color: #fff;
    text-align: left;
    margin: 0
}

.color {
    color: #29B6BA;
}

article {
    padding: 2.5rem 3.75rem 1.25rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    column-gap: 1.875rem;
    margin: 1.875rem 0 4rem;
}

.section {
    width: 49%;
}

footer {
    padding: 0 3.75rem 1.875rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.links > p {
    margin: 0;
    text-align: left;
}

.spezial {
    display: flex;
    align-items: flex-start;
    gap: .312rem
}

footer > p:last-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

footer > p img {
    margin-left: .625rem;
}

a.apply {
    color: #29B6BA;
}

@media only screen and (max-width: 58.687rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        text-align: left;
    }

    h1 {
        width: 100%;
    }

    h1 + p {
        font-size: 1.062rem;
    }

    .box {
        padding: 1.25rem;
    }

    article {
        padding: 1.25rem 1.25rem 0;
    }

    footer {
        padding: 1.25rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer .links p:first-of-type span {
        white-space: nowrap;
    }

    footer p,
    .links p {
        text-align: center;
    }

    .spezial span {
        margin-bottom: 0;
    }

    footer {
        gap: 1rem;
    }

    .links p {
        margin: 0 0 1rem;
    }

    .flex {
        margin: 1rem 0
    }
}

@media only screen and (max-width: 48rem) {
    header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .logo {
        margin: 0 auto 1rem;
    }

    .box {
        width: 100%;
        padding: 1.25rem;
        border-radius: 0;
    }

    h1 {
        margin: 1rem 0;
    }

    h1,
    h2,
    .box p {
        text-align: center;
    }

    .flex {
        flex-direction: column;
        margin: 0;
    }

    .section {
        width: 100%;
    }

    .spezial {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0
    }

    .spezial span {
        margin: 0
    }

    ul,
    p {
        margin: 0 0 1rem;
    }

    h1 br,
    h1 + p br {
        display: none;
    }

    .wrap {
        white-space: normal;
    }
}

@media only screen and (max-width: 30rem) {
    .margin {
        margin: 0
    }

    .box {
        padding: 1rem;
    }

    h1,
    h2,
    .box p {
        text-align: center;
    }

    article {
        padding: 1rem 0 0;
    }

    footer {
        padding: 0;
    }
}
