@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v17-latin-regular.eot');
    src: url('../fonts/fira-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-regular.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-regular.woff') format('woff'), url('../fonts/fira-sans-v17-latin-regular.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-regular.svg#FiraSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Fira Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

h1 {
    font-size: 1.5rem;
    line-height: 1.4;
}

h1 small {
    font-weight: normal;
    font-size: 1rem
}

h2 {
    font-size: 1rem;
    color: #1B7288;
    font-weight: normal;
    margin: 0 0 1rem
}

h3 {
    font-size: 1.125rem;
    font-weight: normal;
    margin: 0 0 1rem
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1rem;
}

span {
    white-space: nowrap
}

.margin {
    margin: 0 0 4rem
}

ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

ul li {
    padding-left: 1.5rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .75rem;
    height: .75rem;
    background: url(../images/pfeil.jpg) no-repeat;
    background-size: contain;
    margin-left: -1.5rem;
    top: .375rem;
}

header {
    background: #FF7900;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
    column-gap: 1rem;
    padding: 2rem
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 3rem;
    padding: 2rem 0 0 2rem
}

.left,
.right {
    width: 50%
}

.right ul {
    padding-right: 2rem;
    margin: 0 0 3rem
}

article img {
    display: block
}

.center_link {
    background: #4A4949;
    color: #fff;
    display: block;
    padding: .375rem 2rem;
    text-align: center;
}

footer {
    background: #FF7900;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 3rem;
    padding: 1.5rem 2rem
}

footer p {
    margin: 0
}

@media only screen and (max-width: 56.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    .margin,
    .right ul {
        margin: 0 0 1rem
    }

    header,
    footer {
        padding: 1rem
    }

    .flex {
        padding: 1rem 0 0 1rem
    }

    .right ul {
        padding-right: 1rem;
    }

    .center_link {
        padding: .375rem 1rem;
    }

    .flex,
    footer {
        column-gap: 1rem;
    }
}

@media only screen and (max-width: 48.75rem) {

    .flex,
    footer {
        display: block;
        padding: 1rem
    }

    .left,
    .right {
        width: 100%
    }

    article img {
        display: none
    }
}

@media only screen and (max-width: 40.625rem) {
    header {
        flex-direction: column;
        align-items: center
    }

    h1 {
        text-align: center
    }
}

@media only screen and (max-width: 23.437rem) {

    footer p,
    footer h3 {
        text-align: center
    }
}
