@charset "utf-8";

@font-face {

    font-family: 'Bitter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/bitter-v36-latin-regular.eot');
    src: url('../fonts/bitter-v36-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/bitter-v36-latin-regular.woff2') format('woff2'),
        url('../fonts/bitter-v36-latin-regular.woff') format('woff'),
        url('../fonts/bitter-v36-latin-regular.ttf') format('truetype'),
        url('../fonts/bitter-v36-latin-regular.svg#Bitter') format('svg');
}

@font-face {

    font-family: 'Bitter';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/bitter-v36-latin-500.eot');
    src: url('../fonts/bitter-v36-latin-500.eot?#iefix') format('embedded-opentype'),
        url('../fonts/bitter-v36-latin-500.woff2') format('woff2'),
        url('../fonts/bitter-v36-latin-500.woff') format('woff'),
        url('../fonts/bitter-v36-latin-500.ttf') format('truetype'),
        url('../fonts/bitter-v36-latin-500.svg#Bitter') format('svg');
}

@font-face {

    font-family: 'Bitter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/bitter-v36-latin-600.eot');
    src: url('../fonts/bitter-v36-latin-600.eot?#iefix') format('embedded-opentype'),
        url('../fonts/bitter-v36-latin-600.woff2') format('woff2'),
        url('../fonts/bitter-v36-latin-600.woff') format('woff'),
        url('../fonts/bitter-v36-latin-600.ttf') format('truetype'),
        url('../fonts/bitter-v36-latin-600.svg#Bitter') format('svg');
}

@font-face {

    font-family: 'Bitter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/bitter-v36-latin-700.eot');
    src: url('../fonts/bitter-v36-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/bitter-v36-latin-700.woff2') format('woff2'),
        url('../fonts/bitter-v36-latin-700.woff') format('woff'),
        url('../fonts/bitter-v36-latin-700.ttf') format('truetype'),
        url('../fonts/bitter-v36-latin-700.svg#Bitter') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #0094C9;
    font-family: "Bitter", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 55rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0 .312rem .937rem;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

article p {
    padding-bottom: 1rem;
}

span.background {
    background-color: #AAE1FA;
}

h1 {
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1.3;
    padding: 1rem 0 2rem;
}

h1 span {
    white-space: nowrap;
}

h2 {
    font-size: 1.3rem;
    font-weight: 500;
    font-style: italic;
    color: #0094C9;
    margin: .625rem 0;
}

ul {
    list-style: none;
    padding-bottom: 1.5rem;
    hyphens: auto
}

ul li {
    padding: 0 0 0 1rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    color: #0094C9;
}

.list {
    display: inherit;
    position: relative;
    top: .125rem;
}

header {
    display: flex;
    justify-content: end;
    padding: 2rem 5rem;
}

article {
    padding: 0 2rem 2rem 4.375rem;
    display: flex;
    gap: 2rem;
    position: relative;
}

article section:first-of-type {
    flex: 0 1 65%;
}

article section:last-of-type {
    flex: 0 1 35%;
}

article section .block {
    padding: 6rem 1rem;
    color: #0094C9;
    font-weight: 600;
}

article section:last-of-type p {
    padding: .5rem 0;
    font-style: italic;
}

article section aside {
    padding: 3rem 16px 3rem 26px;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.4;
    width: 99%;
}

article section h2 {
    margin: 0 0 .312rem;
    line-height: 1;
}

article section aside > * {
    position: relative;
    color: #fff;
}

article section aside::before {
    content: url("../images/bg.png");
    position: absolute;
    top: -.625rem;
    left: -.812rem;
}

.arrow {
    position: relative;
    right: -3.125rem;
    bottom: 4.375rem;
    transform: rotate(-10deg);
}

a.btn {
    position: absolute;
    right: 1.875rem;
    top: -3.562rem;
    background: url('../images/jetzt.png') no-repeat center;
    width: 250px;
    height: 180px;
    position: absolute;
    background-size: 100% 100%;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 2.812rem 0 0 .937rem;
    color: #fff;
    font-size: 1.5rem;
}

.bewerbung {
    transform: rotate(-10deg);
}

footer {
    padding: 0 2rem;
    margin-top: 5rem;
}

@media only screen and (max-width: 54.938rem) {

    #wrapper {
        border: none;
        margin: 0 auto;
    }

    .arrow {
        bottom: 100px;
    }

    a.btn {
        top: -80px;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    ul br {
        display: none;
    }

    .list {
        top: .312rem;
    }
}

@media only screen and (max-width: 50rem) {
    header {
        justify-content: center;
        padding: 2rem;
    }

    .arrow {
        display: none;
    }

    a.btn {
        position: static;
        background: #E98B1F;
        padding: .625rem;
        display: inline-block;
        width: auto;
        height: auto;
        border-radius: 6.25rem;
        padding: 2.5rem 1.25rem;
    }

    .bewerbung {
        transform: rotate(0);
        display: flex;
        justify-content: center;
    }

    h1 {
        font-size: 1.7rem;
    }

    h1 br {
        display: none;
    }

    article {
        display: block;
        padding: .625rem;
    }

    article section .block {
        padding: 0 0 1rem;
    }

    article section aside {
        padding: 1rem;
        background-color: #0094C9;
    }

    article section :is(aside, .btn)::before {
        display: none;
    }

}

@media only screen and (max-width: 30rem) {

    header {
        gap: 2rem;
        padding: 1rem;
    }

    footer {
        padding: 1rem;
        justify-content: center;
        margin: 0;
    }

    article {
        padding: 1rem 1rem;
    }

    h1 {
        text-align: center;
    }
}
