@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: 700;
    src: url('../fonts/open-sans-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.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: .937rem;
    line-height: 1.4;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 900px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
    padding: 40px 80px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.link:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 1rem;
}

h1 {
    font-size: 21px;
    line-height: 1.1;
    margin: 0 0 30px 0;
}

h1 small {
    font-size: .937rem;
    font-weight: 400;
}

h2 {
    font-size: .937rem;
    margin: 0 0 0.5rem;
}

h3 {
    font-size: 1.375rem;
    font-weight: normal;
}

ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

ul li {
    padding: 0 0 2px 1.375rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1.1;
}

article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.links {
    width: 25%;
}

.rechts {
    width: 73%
}

.rechts p:first-of-type {
    margin: 0 0 5px;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

footer p:last-of-type {
    margin: 0
}

.text {
    width: 73%
}

@media only screen and (max-width: 899px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 780px) {
    h1 {
        font-size: 20px;
    }

    header {
        display: flex;
        justify-content: center;
    }

    article {
        flex-direction: column;
    }

    footer {
        flex-direction: column-reverse;
    }

    .links,
    .rechts,
    .text {
        width: 100%;
    }

    .links {
        display: block;
        margin: 0 auto;
    }

    footer p,
    article p:first-of-type,
    h1,
    h3 {
        text-align: center
    }

    footer img {
        margin: 26px auto
    }
}
