@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v36-latin-300.eot');
    src: url('../fonts/open-sans-v36-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-300.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-300.woff') format('woff'), url('../fonts/open-sans-v36-latin-300.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-300.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v36-latin-regular.eot');
    src: url('../fonts/open-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-regular.woff') format('woff'), url('../fonts/open-sans-v36-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v36-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-v36-latin-700.eot');
    src: url('../fonts/open-sans-v36-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-700.woff') format('woff'), url('../fonts/open-sans-v36-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v36-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: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 53.125rem;
    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;
}

h1 {
    font-size: 1.375rem;
    line-height: 1.4;
    margin: 0.5rem 0 1rem;
    color: #fff;
    font-weight: 700;
}

h1 span {
    font-weight: normal;
}

h2 {
    font-size: 1.437rem;
    margin: 0;
    font-weight: 300;
    color: #fff;
}

h3 {
    color: #29B6BA;
    font-size: 1.125rem;
    margin: 0;
    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
}

.section {
    width: 49%;
    position: relative;
}

.text {
    color: #000;
    line-height: 1.3;
}

.pfeil {
    position: relative;
    left: 3rem;
}

.circle {
    background-color: #29B6BA;
    border-radius: 50%;
    width: 12.5rem;
    height: 12.5rem;
    position: absolute;
    right: 1rem;
    top: 3rem;
}

.circle p {
    text-align: center;
    color: #fff;
    position: relative;
    top: 1.5rem;
}

.circle img {
    margin: 1.7rem auto;
}

.margin {
    margin: 0;
}

.margin-top {
    margin-top: 3rem;
}

footer {
    padding: 0 3.75rem 1.875rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.links>p {
    margin: 0;
    text-align: left;
}

a.apply {
    color: #29B6BA;
}

@media only screen and (max-width: 53.062rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        text-align: left;
    }

    header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .logo {
        margin: 0 auto 1rem;
    }

    .box {
        width: 100%;
        padding: 1.25rem;
        border-radius: 0;
        text-align: center;
    }

    .box p {
        text-align: center;
    }

    h1 {
        margin: 1rem 0;
    }

    .box br {
        display: none;
    }

    article {
        padding: 1.25rem 1.25rem 0;
    }

    .flex {
        flex-direction: column;
        margin: 0;
    }

    .section {
        width: 100%;
    }

    .text br,
    .pfeil {
        display: none;
    }

    .circle {
        position: static;
        margin: 0 auto;
    }

    .margin-top {
        margin-top: 1rem;
    }

    footer {
        padding: .625rem 0 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: .625rem;
    }

    .links p {
        text-align: center;
    }
}

@media only screen and (max-width: 30rem) {
    .box {
        padding: 1rem;
    }

    h1,
    h2,
    .box p {
        text-align: center;
    }

    article {
        padding: 1rem 0 0;
    }

    footer {
        padding: 0;
    }
}