@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');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #333333;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

#wrapper {
    max-width: 525px;
    margin: 1rem auto;
    border: 12px solid #003f72;
    background-color: #fff;
    padding: 35px 40px;
}

.bewerben {
    background: #2077ba;
    margin: 36px -40px;
    padding: 15px 40px 15px 213px;
    position: relative;
}

.qr-code {
    position: absolute;
    top: -24px;
    left: 45px
}

footer p img {
    display: inline;
    margin-bottom: -6px;
}

.logo {
    margin: 16px -10px 0 0;
    display: flex;
    justify-content: flex-end;
}

p:not(:first-of-type) {
    margin-top: 10px;
}

h1 {
    font-size: 54px;
    line-height: 1.1;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    color: #2576b7;
    text-align: center;
}

h2 {
    font-size: 36px;
    line-height: 1.1;
    margin-top: 10px;
    color: #22517b;
}

h3 {
    font-size: 20px;
    line-height: 22px;
    margin-top: 25px;
}

h4 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}

ul {
    list-style: none
}

ul li {
    padding-left: 15px;
    width: 331px;
    margin-top: 10px;
    font-size: 19px;
    line-height: 25px;
}

li:before {
    content: "\2022";
    color: #003f72;
    float: left;
    font-size: 23px;
    text-indent: -15px;
}

img {
    max-width: 100%;
    display: block;
}

:is(h1, h2, h3, h4, strong) {
    font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #333333;
    text-decoration: none;
    white-space: nowrap;
}

@media only screen and (max-width:525px) {
    #wrapper {
        border: none;
        margin: 0;
        padding: 16px;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty
    }

    :is(p, ul) span {
        white-space: nowrap;
    }

    .bewerben {
        padding: 15px 16px 15px 213px;
        margin: 36px -16px
    }

    ul li {
        width: auto
    }

    .logo {
        margin-right: 0
    }

    h1 {
        font-size: 45px
    }

    h2 {
        text-align: center;
        font-size: 26px;
    }
}

@media only screen and (max-width:396px) {
    .bewerben {
        padding: 16px
    }

    h4 {
        text-align: center;
    }

    h4 br {
        display: none
    }

    .qr-code {
        position: static;
        background: #fff;
        padding: 10px;
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }

    .logo {
        justify-content: center;
    }

    footer p {
        text-align: center;
    }
}