@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v35-latin-regular.eot');
    src: url('../fonts/open-sans-v35-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-regular.woff') format('woff'), url('../fonts/open-sans-v35-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v35-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-v35-latin-700.eot');
    src: url('../fonts/open-sans-v35-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-700.woff') format('woff'), url('../fonts/open-sans-v35-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-700.svg#OpenSans') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

#wrapper {
    margin: 1rem auto;
    max-width: 1032px;
    border: 1px solid #000;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

sup {
    font-size: 0.5em;
}

header {
    position: relative;
    width: 100%;
}

article {
    padding: 32px 62px 20px;
    order: 1;
    flex: 1 1 0;
}

footer {
    padding: 120px 16px 32px;
    width: 228px;
    background: #1D547D;
}

footer :is(p, h4) {
    color: #fff;
    text-align: left;
    line-height: 22px;
}

p:not(:first-of-type) {
    margin-bottom: 16px;
}

:is(p, ul) {
    text-align: justify;
}

h1 {
    font-size: 29px;
    line-height: 1.1;
    margin: 0;
}

h1 small {
    display: block;
    font-size: 17px;
    margin: 8px 0 0;
}

h1+p {
    hyphens: auto;
}

:is(h1, h3) {
    margin-left: -64px;
    padding: 14px 0 14px 64px;
    position: relative;
}

:is(h1, h3):before {
    content: '';
    background: #1D547D;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
}

h3:before {
    width: 30px;
}

h2 {
    font-size: 35px;
    line-height: 1.4;
    position: absolute;
    bottom: 35%;
    left: 2%;
    color: #fff;
}

h3 {
    font-size: 15px;
    line-height: 20px;
}

h3+p {
    margin-top: 0 !important;
}

h4 {
    font-size: 15px;
    line-height: 22px;
    margin: 48px 0 16px;
}

h4:first-of-type {
    margin-top: 0;
}

ul {
    list-style: none
}

ul li {
    padding-left: 30px;
    margin: 4px 0px;
}

li:before {
    content: "\2022";
    float: left;
    font-size: 24px;
    text-indent: -30px;
}

.ul {
    margin-left: 30px;
}

.ul li:before {
    content: "\00b0";
    float: left;
    font-size: 19px;
    text-indent: -30px;
    margin: 4px 0 0;
}

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: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.mail {
    font-size: 18px;
    text-decoration: underline !important;
}

.bewerben {
    margin: 20px 0 32px !important;
}

@media only screen and (max-width:1030px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, ul) {
        text-align: left;
        hyphens: auto;
        text-wrap: pretty
    }

    :is(p, ul) span {
        white-space: nowrap;
    }
}

@media only screen and (max-width:910px) {
    article {
        padding: 16px 16px 16px 48px;
    }

    :is(h1, h3) {
        padding: 8px 0 8px 48px;
        position: relative;
        margin: 8px 0 8px -48px;
    }

    :is(h1, h3):before {
        width: 32px;
    }

    h3:before {
        width: 24px;
    }

    h1 {
        font-size: 25px
    }
}

@media only screen and (max-width:716px) {
    #wrapper {
        background: none;
    }

    h2 {
        font-size: 4vw;
        top: 54%;
    }

    article {
        order: 0;
    }

    footer {
        width: 100%;
        padding: 16px;
    }

    footer br {
        display: none;
    }

    .ul {
        margin-left: 0
    }
}

@media only screen and (max-width:360px) {
    h1 {
        font-size: 20px
    }
}