* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font: 1em/1.5em Arial, sans-serif;
    color: #575756;
}

#wrapper {
    border: solid thin #000;
    max-width: 800px;
    margin: 1rem auto;
    background: #fff;
    overflow: hidden;
    position: relative;
}

@-webkit-keyframes slidy {
    0% {
        left: 0%;
    }

    4% {
        left: 0%;
    }

    8% {
        left: -100%;
    }

    13% {
        left: -100%;
    }

    17% {
        left: -200%;
    }

    21% {
        left: -200%;
    }

    25% {
        left: -300%;
    }

    30% {
        left: -300%;
    }

    34% {
        left: -400%;
    }

    38% {
        left: -400%;
    }

    42% {
        left: -500%;
    }

    47% {
        left: -500%;
    }

    51% {
        left: -600%;
    }

    54% {
        left: -600%;
    }

    58% {
        left: -700%;
    }

    63% {
        left: -700%;
    }

    67% {
        left: -800%;
    }

    71% {
        left: -800%;
    }

    74% {
        left: -900%;
    }

    79% {
        left: -900%;
    }

    83% {
        left: -1000%;
    }

    87% {
        left: -1000%;
    }

    91% {
        left: -1100%;
    }

    96% {
        left: -1100%;
    }

    100% {
        left: -1200%;
    }
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    4% {
        left: 0%;
    }

    8% {
        left: -100%;
    }

    13% {
        left: -100%;
    }

    17% {
        left: -200%;
    }

    21% {
        left: -200%;
    }

    25% {
        left: -300%;
    }

    30% {
        left: -300%;
    }

    34% {
        left: -400%;
    }

    38% {
        left: -400%;
    }

    42% {
        left: -500%;
    }

    47% {
        left: -500%;
    }

    51% {
        left: -600%;
    }

    54% {
        left: -600%;
    }

    58% {
        left: -700%;
    }

    63% {
        left: -700%;
    }

    67% {
        left: -800%;
    }

    71% {
        left: -800%;
    }

    74% {
        left: -900%;
    }

    79% {
        left: -900%;
    }

    83% {
        left: -1000%;
    }

    87% {
        left: -1000%;
    }

    91% {
        left: -1100%;
    }

    96% {
        left: -1100%;
    }

    100% {
        left: -1200%;
    }
}

.slider img {
    width: 7.692307692307692%;
    float: left;
}

.slider {
    position: relative;
    width: 1300%;
    -webkit-animation-duration: 24s;
    -webkit-animation-name: slidy;
    -webkit-animation-delay: 3s;
    -webkit-animation-iteration-count: infinite;
    animation: 24s slidy infinite;
    overflow: hidden;
}

article {
    padding: 1.25rem 2.5rem 0;
}

footer {
    position: relative;
    padding: 1rem 2.1875rem;
    background-color: #E6332A;
    text-align: center;
    font-weight: bold;
}

footer a {
    color: #FFF !important;
    text-decoration: underline;
}

.logo {
    padding: 1.875rem 1rem;
    background: #e6332c;
    display: flex;
    justify-content: center;
}

.ihre-aufgaben {
    background: #575756;
}

.ihr-profil {
    background: #A2A1A1;
}

.unsere-leistungen {
    background: #E6332A;
}

.background .box {
    padding: 0.625rem 1rem;
    margin: 1rem 0;
}

p:not(footer p) {
    margin-bottom: 1rem;
}

span {
    white-space: nowrap;
}

:is(h2, ul, footer p) {
    color: #FFF;
    text-align: center;
}

:is(p, li) {
    font-size: 1.15em;
}

h1 {
    font-size: 2em;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 1.625rem;
    font-weight: normal;
    color: #000;
    font-style: italic;
}

h2 {
    font-size: 1.25em;
    line-height: 1.3;
    margin: 6px 0;
    text-decoration: none;
    font-style: italic;
}

ul {
    margin: 0 0 19px;
    list-style: none;
}

ul li {
    position: relative;
}

li:before {
    content: "\2022";
    font-size: 1.3rem;
    margin: 0 4px 0 0;
    vertical-align: -2px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #575756;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
}

@media screen and (max-width: 799px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, li) {
        hyphens: auto;
        text-wrap: pretty;
    }

    h1 {
        font-size: 1.7em;
    }
}

@media screen and (max-width: 780px) {
    article {
        padding: 1rem 1rem 0;
    }
}

@media screen and (max-width:480px) {
    :is(p, li) {
        font-size: 1em;
    }

    h2 {
        font-size: 1.125em;
    }
}