@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 17px;
    line-height: 21px;
    font-weight: 400;
}

#wrapper {
    max-width: 662px;
    margin: 1rem auto;
    border: 1px solid #08568e;
    background-color: #08568e;
}

header {
    position: relative;
}

.title {
    position: absolute;
    bottom: 47px;
    left: 35px;
}

.bewerben {
    background: #61cdf4;
    width: 130px;
    height: 130px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 37px;
    right: 20px;
    -moz-transform: scale(1) rotate(371deg) translateX(1px) skewX(1deg);
    -webkit-transform: scale(1) rotate(371deg) translateX(1px) skewX(1deg);
    -o-transform: scale(1) rotate(371deg) translateX(1px) skewX(1deg);
    -ms-transform: scale(1) rotate(371deg) translateX(1px) skewX(1deg);
    transform: scale(1) rotate(371deg) translateX(1px) skewX(1deg);
}

.bewerben p {
    text-align: center;
    font-size: 23px;
    line-height: 27px;
    font-weight: 700;
}

article {
    padding: 15px 35px;
}

article p {
    text-align: justify;
    hyphens: auto;
}

article p:last-of-type {
    text-align: center;
    padding-top: 24px;
}

footer {
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

h1 {
    font-size: 56px;
    line-height: 1.1;
}

h1 span {
    display: inline-block;
    margin-top: 9px;
    background: #08568e;
    padding: 3px 10px;
    transform: skew(0deg, -4deg);
    -moz-transform: skew(0deg, -4deg);
    -webkit-transform: skew(0deg, -4deg);
    -o-transform: skew(0deg, -4deg);
    -ms-transform: skew(0deg, -4deg);
}

h1 span:nth-of-type(3) {
    font-size: 42px;
}

h2 {
    font-size: 35px;
    line-height: 1.1;
}

h2 span {
    display: block;
    font-size: 23px;
    margin-top: 10px;
}

h3 {
    font-size: 19px;
    line-height: 20px;
    padding: 15px 0 5px;
}

ul {
    list-style: none
}

ul li {
    padding-left: 19px;
}

li:before {
    content: "\2022";
    color: #fff;
    float: left;
    font-size: 23px;
    text-indent: -19px;
}

img {
    max-width: 100%;
    display: block;
}

:is(h1, h2, h3, strong) {
    font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

@media only screen and (max-width:662px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    article p {
        text-align: left;
    }

    article {
        padding: 16px;
    }

    footer {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    p span {
        white-space: nowrap;
    }

    .title {
        bottom: 74px;
        left: 14px;
    }

    h1 {
        font-size: 45px;
    }

    h1 span:nth-of-type(3) {
        font-size: 33px;
    }

    h2 {
        font-size: 26px;
    }

    .bewerben {
        bottom: -13px;
    }
}

@media only screen and (max-width:512px) {
    .title {
        position: static;
    }

    h1 {
        text-align: center;
        font-size: 35px;
    }

    h1 span {
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        display: block;
        margin-top: 5px;
    }

    h1 span:nth-of-type(3) {
        font-size: 27px
    }

    h2 {
        text-align: center;
    }

    .bewerben {
        bottom: 152px;
    }
}

@media only screen and (max-width:340px) {
    .bewerben {
        bottom: 175px;
    }
}