@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v13-latin-regular.eot');
    src: url('../fonts/inter-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v13-latin-regular.woff2') format('woff2'), url('../fonts/inter-v13-latin-regular.woff') format('woff'), url('../fonts/inter-v13-latin-regular.ttf') format('truetype'), url('../fonts/inter-v13-latin-regular.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-v13-latin-700.eot');
    src: url('../fonts/inter-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v13-latin-700.woff2') format('woff2'), url('../fonts/inter-v13-latin-700.woff') format('woff'), url('../fonts/inter-v13-latin-700.ttf') format('truetype'), url('../fonts/inter-v13-latin-700.svg#Inter') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #221c22;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25rem;
    font-weight: 400;
}

#wrapper {
    max-width: 800px;
    margin: 1rem auto;
    border: 2px solid #00aeef;
    background: #fff;
}

header {
}

article {
    padding: 20px 27px 40px;
    position: relative;
}

article figure .footer-op-marburg {
    position: absolute;
    bottom: 12px;
    right: 65px;
    z-index: 3;
}

footer {
    padding: 0 65px;
}

footer a {
    color: #fff !important;
}

p:not(:first-of-type) {
    margin-top: 20px;
}

p {
    text-align: justify;
    hyphens: auto;
}

img {
    max-width: 100%;
}

:is(h1, h2, strong) {
    font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #221c22;
    text-decoration: none;
    white-space: nowrap;
}

h1 {
    font-size: 41px;
    line-height: 45px;
    margin: 20px 0 0;
    color: #007aca;
    text-align: center;
}

h1 small {
    white-space: nowrap;
}

h2 {
    font-size: 16px;
    line-height: 1.2;
    color: #007aca;
    margin-top: 20px;
}

h2+p {
    margin-top: 10px !important;
}

ul {
    list-style: none;
    margin: 5px 0 0;
}

ul li {
    padding-left: 15px;
}

li:before {
    content: "+";
    color: #007aca;
    float: left;
    font-size: 15px;
    text-indent: -15px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 2px;
}

.logo {
    background: #0089d0;
    padding: 8px 16px 6px;
    display: flex;
    justify-content: center;
    border-radius: 20px 20px 0 0;
}

@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    header {
        padding: 1rem 1rem 0;
    }

    :is(article, footer) {
        padding: 1rem;
    }

    footer {
        padding-bottom: 0;
    }

    article figure .footer-op-marburg {
        width: 34%;
        right: 16px;
        bottom: 0;
    }

    h1 {
        font-size: 1.94rem;
        line-height: 2.25rem;
    }

    :is(ul, h1) {
        hyphens: auto;
        text-wrap: pretty;
    }

    p {
        text-align: left;
        text-wrap: pretty;
    }

    p span {
        white-space: nowrap;
    }
}

@media only screen and (max-width:720px) {
    article figure {
        padding: 1rem 0 0;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    article figure .footer-op-marburg {
        position: static;
        width: auto;
    }

    br {
        display: none;
    }

    footer p {
        text-align: center;
    }
}