@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #001F5F;
    font-family: 'Open Sans', Arial, serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid .062rem #000;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
}

p {
    margin: 0 0 1.25rem;
}

h1 {
    font-size: 1.812rem;
    line-height: 1.3;
    margin: 0 0 .5rem;
    color: #062F6F;
}

h1 span {
    font-size: 1.2rem;
}

h2 {
    font-size: 1rem;
    color: #1F497D;
    margin: 1.562rem 0 0
}

h2 span {
    font-weight: 400;
}

ul {
    list-style: none;
    margin: 0 0 1.562rem 1.625rem;
    padding: 0;
}

ul li {
    padding: .625rem 0 0 38px
}

ul li:before {
    content: "\25A0";
    float: left;
    margin-left: -30px;
    font-size: .625rem;
    line-height: 1.7;
}

header {
    padding: 1.875rem 1.875rem 3.75rem 6.25rem;
    display: flex;
    justify-content: flex-end
}

.blue {
    background: #4F8FCD;
    width: 55px;
    height: 5rem;
    position: absolute;
    top: 12%;
    left: 0
}

article {
    padding: 0 1.875rem 0 6.25rem
}

footer {
    padding: 0 1.875rem 5rem 6.25rem;
    background: url(../images/blaue_linie.jpg) no-repeat bottom;
}

.flex {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h1 {
        text-align: center
    }

    .blue {
        display: none
    }

    header {
        padding: .625rem 0 1.5rem;
        justify-content: center
    }

    article {
        padding: 0
    }

    footer {
        padding: .625rem 0 2.5rem
    }
}

@media only screen and (max-width: 35.625rem) {
    ul {
        margin: 0 0 1.25rem
    }

    ul li {
        padding-left: 1rem
    }

    ul li:before {
        margin-left: -1rem
    }

    h1 {
        font-size: 1.5rem
    }

    h1 br {
        display: none;
    }

    h1 span {
        font-size: 1rem;
    }

    .flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 1rem;
    }

    footer p {
        text-align: center
    }
}