@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 0.0625rem #000;
}

h1 {
    font-size: 1.7rem;
    line-height: 1.3;
    margin: 1.5rem 0 1rem;
    text-align: center;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.color {
    color: #0563C1;
    text-decoration: underline
}

p {
    margin: 0 0 1.25rem;
    text-align: justify;
    hyphens: auto
}

.nowrap {
    white-space: nowrap;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    text-align: justify;
    hyphens: auto
}

ul li {
    padding-left: 3.625rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 0.625rem;
    height: 0.625rem;
    background: url(../images/pfeil.jpg) no-repeat;
    background-size: contain;
    margin-left: -1.75rem;
    top: 0.375rem;
}

.margin {
    margin: 0 0 2rem
}

header {
    padding: 4.1rem 4.1rem 2rem
}

article {
    padding: 0 4.1rem
}

.qr {
    position: absolute;
    bottom: 1rem;
    right: 2.5rem;
}

footer {
    background: url(../images/blau.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 1rem 0.625rem 0;
    display: flex;
    justify-content: space-around;
    width: 83%;
    margin: 6.25rem 3.125rem 1rem;
}

footer p {
    color: #fff;
    margin: 0
}

@media only screen and (max-width: 56.1875rem) {
    #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;
        text-align: left;
    }

    h1 {
        margin: 0 0 1rem;
        text-align: center;
    }

    ul li {
        padding-left: 1.125rem
    }

    ul li:before {
        margin-left: -1.125rem;
    }

    .margin {
        margin: 0 0 1rem
    }

    header {
        padding: 0 0 1rem;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    article {
        padding: 1rem;
    }

    .qr {
        position: static;
        margin: 0 auto;
        display: block;
    }

    footer {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 30rem) {
    :is(a:link, a:visited, a:hover, a:active) {
        white-space: normal;
    }

    article {
        padding: 0 0 1rem;
    }

    footer {
        background: #114993;
        padding: 0.625rem 1rem;
        flex-wrap: wrap;
        column-gap: 1rem
    }

    footer p {
        margin: 0.375rem 0
    }
}