@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v43-latin-regular.eot');
    src: url('../fonts/open-sans-v43-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v43-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v43-latin-regular.woff') format('woff'), url('../fonts/open-sans-v43-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v43-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-v43-latin-700.eot');
    src: url('../fonts/open-sans-v43-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v43-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v43-latin-700.woff') format('woff'), url('../fonts/open-sans-v43-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v43-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: 15px;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 850px;
    margin: 1rem auto 0;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
    padding: 40px 40px 10px 80px;
}

#wrapper:before {
    content: "";
    float: left;
    position: relative;
    width: 5px;
    height: 1350px;
    background: #34A65F;
    margin-left: -30px;
    top: 25px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.blau {
    color: #0563C1;
    text-decoration: underline;
}

p {
    margin: 0 0 16px;
}

span {
    white-space: nowrap;
}

.gruen {
    color: #2A864D;
    font-size: 16px
}

h1 {
    text-align: center;
    font-size: 23px;
    margin: 20px 0;
}
h1 span {
    font-size: 1.25em;
    line-height: 1.3;
}
h1 small {
    display: block;
}
h2 {
    color: #2A864D;
    font-size: 15px;
    margin: 0 0 5px;
}

h3 {
    font-size: 25px;
}

ul {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

ul li {
    padding-left: 50px
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -25px;
    font-size: 18px;
    line-height: 1.3;
}

header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 0 20px;
}

.flex {
    display: flex;
    gap: 30px;
    margin: 30px 0 0;
}

footer p {
    margin: 0 0 10px;
}

footer p:last-of-type {
    margin: 0
}

@media only screen and (max-width: 849px) {
    #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: 699px) {
    h1 {
        font-size: 22px
    }

    header {
        flex-direction: column;
        gap: 10px;
    }

    .flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0;
        margin: 30px 0;
    }

    ul li {
        padding-left: 30px
    }

    ul li:before {
        margin-left: -20px;
    }
}
