@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');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin-600.eot');
    src: url('../fonts/open-sans-v40-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-600.woff') format('woff'), url('../fonts/open-sans-v40-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-600.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 0.0625rem #000;
    padding: 1.875rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .937rem;
}

.margin_left {
    margin-left: 3.75rem;
}

.blau {
    font-family: 'Arial', sans-serif;
    color: #357DBC;
    display: flex;
    margin-left: .875rem
}

h1 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 1.875rem;
}

h1 small {
    font-size: 1.3rem;
}

h1 span {
    font-size: 1.875rem;
    font-weight: normal;
}

h2 {
    font-family: 'Arial', sans-serif;
    font-size: 1.25rem;
    color: #357DBC;
    margin: 1.25rem 0 .625rem;
    font-weight: normal;
}

ul {
    list-style: none;
    margin: 0 0 0.325rem 1.25rem;
}

ul li {
    padding: 0 0 .3rem 1.375rem
}

ul li:before {
    content: "∇";
    float: left;
    margin-left: -1.375rem;
    color: #357DBC;
    font-size: 1rem;
    line-height: 1.3;
}

.flex {
    display: flex;
    padding: 0 2rem;
    gap: 1rem;
}

.flex>div {
    flex: 50%;
}

header {
    border-top: 2px solid #357DBC;
    display: flex;
    justify-content: center;
    padding: 1.875rem 0;
}

footer {
    border-top: 2px solid #357DBC;
    text-align: right;
    padding: .625rem 0 0;
    margin: 1.875rem 0 0;
    font-size: .75rem
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    .margin_left,
    .blau {
        margin-left: 0;
    }

    ul {
        margin-left: 0;
    }

    .flex {
        padding: 0;
    }

    footer p {
        text-align: center;
        margin: .937rem 0 0;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 37rem) {
    .flex {
        display: block;
    }

    .flex>div:first-of-type ul {
        margin-bottom: 0;
    }
}