@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v36-latin-regular.eot');
    src: url('../fonts/open-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-regular.woff') format('woff'), url('../fonts/open-sans-v36-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-regular.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;
    font-weight: 400;
    line-height: 1.4;
}

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: 5.125rem
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.blau {
    color: #2d7eca;
}

h1,
h3 {
    margin: 1rem 0;
}

h1 {
    font-size: 1.125rem;
    margin: 0 0 1rem
}

h2 {
    font-size: 1rem;
    margin: 2.5rem 0 1rem;
}

h3 {
    font-weight: normal;
    font-size: 1rem;
    margin: 0 0 1rem
}

p {
    margin: 0 0 2rem;
}

p small {
    font-size: .937rem;
}

ul {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.25rem;
    line-height: 1;
}

header {
    padding: 0 0 2rem
}

footer {
    margin: 3.125rem 0 0
}

footer p {
    margin: 2rem 0;
}

.section {
    margin-bottom: 20px
}

.section a {
    text-decoration: none;
    margin: 0 .312rem 0
}

.section a:first-of-type {
    margin: 0 .312rem 0 0;
}

.kunu {
    margin: 0;
}

@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;
        margin: 0 0 1rem;
    }

    h2 {
        margin: 1.5rem 0 1rem;
    }

    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 0 1rem
    }

    footer {
        margin: 1.25rem 0 0
    }

    footer p {
        margin: 1.25rem 0;
    }
}

@media only screen and (max-width: 33.125rem) {
    .center {
        text-align: center
    }

    .section {
        display: flex;
        justify-content: center
    }
}