@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v44-latin-regular.eot');
    src: url('../fonts/open-sans-v44-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-regular.woff') format('woff'), url('../fonts/open-sans-v44-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v44-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-v44-latin-700.eot');
    src: url('../fonts/open-sans-v44-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-700.woff') format('woff'), url('../fonts/open-sans-v44-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v44-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: 1rem;
    line-height: 1.5;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #7F7F7F;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

span {
    white-space: nowrap;
}

.smaller {
    font-size: 14px;
}

.marg {
    margin-bottom: 45px;
    text-align: justify;
    line-height: 1.7
}

.padd {
    padding-left: 75px
}

h1 {
    text-align: center;
    font-size: 1.5rem;
    margin: .312rem 0 20px
}

h2 {
    font-size: 1em;
    margin: 0 0 1.562rem
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 1.062rem
}

.center {
    text-align: center;
    margin-bottom: 0
}

ul {
    list-style: none;
    margin: 0 0 75px;
    padding: 0;
}

ul li {
    padding-left: 50px
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375rem;
    line-height: 1;
}

header {
    border-bottom: 4px solid #7F7F7F;
    padding-bottom: 3px
}

article {
    border-bottom: 4px solid #7F7F7F;
    padding: 2.187rem 3.437rem;
    background: url(../images/hintergrund.jpg) no-repeat center right 25px;
    background-size: 53%
}

footer {
    padding: 2.187rem 5.937rem 2.187rem 3.437rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 49.938rem) {
    #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-bottom: .625rem
    }

    ul {
        margin-bottom: 1.562rem
    }

    article {
        padding: 1rem 0
    }

    article br {
        display: none;
    }

    .marg {
        margin-bottom: 25px;
        text-align: left;
    }

    footer {
        padding: 1rem 0
    }
}

@media only screen and (max-width: 35rem) {
    footer {
        flex-direction: column;
        text-align: center;
    }

    h4 {
        margin-bottom: 1rem;
    }

    h4 br {
        display: none
    }

    ul li {
        padding-left: 22px
    }

    .padd {
        padding-left: 1.375rem
    }
}
