@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-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-v40-latin-700.eot'); 
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), 
         url('../fonts/open-sans-v40-latin-700.woff') format('woff'), 
         url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'),
         url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg'); 
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #212721;
    font: 400 15px/1.5em 'Open Sans', Arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    box-shadow: rgb(0 0 0 / 35%) 0 .312rem .937rem;
}

header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem 3rem 1.5rem;
}

header p {
    font-size: 1.45rem;
    font-weight: bold;
    padding-bottom: .7rem;
}

hr {
    height: 0.3125rem;
    border: 0;
    background: #61b770;
    display: block;
    margin: 0;
}

hr.shortline {
    width: 10rem;
}

article {
    padding: 0 3rem;
}

article p {
    margin: 1rem 0 1.5rem;
}

article h1 {
    font-size: 1.6rem;
    margin: 1.5rem 0;
    line-height: 120%;
}

article h2 {
    font-size: 1.1rem;
    margin: 1rem 0 .5rem;
}

article h3 {
    font-weight: normal;
    text-align: center;
    font-size: 1.2rem;
    line-height: 120%;
}

article ul {
    margin: .5rem 0 1rem 0;
    list-style: none;
    position: relative;
}

article ul li {
    list-style-type: none;
    margin: .35rem 0;
    padding-left: 1.5rem;
    position: relative;
    overflow: hidden;
}

article ul li:before {
    content: '';
    font-size: .625rem;
    background-color: #00574a;
    position: absolute;
    margin-top: 0;
    top: 0.095rem;
    width: 1rem;
    height: 1rem;
    left: 0;
    border-radius: 50%;
    counter-increment: list-bullet-points-circle;
}

article ul li:after {
    content: '';
    font-size: .625rem;
    color: #fff;
    position: absolute;
    margin-top: 0;
    border-top: 0.1875rem solid transparent;
    border-bottom: 0.1875rem solid transparent;
    border-left: 0.5rem solid white;
    top: 0.4063rem;
    left: 0.3125rem;
    counter-increment: list-bullet-points-circle;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

article .ansprechpartner {
    margin: 2rem -3rem 0;
    background: #ebebeb;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 2rem 5.5rem 2rem 1rem;
    gap: 1rem;
}

article .ansprechpartner p {
    margin: 0 0 0.5rem;
}

article .ansprechpartner p span {
    color: #61b770;
    font-weight: bold;
    font-size: 1.3rem;
}

article address {
    background: #00574a;
    margin: 0 -3rem;
    padding: 2rem 3rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

article address p {
    margin: 0;
    font-size: 14px;
}

article address :is(p, a.adresslink) {
    color: #fff;
    font-style: normal;
}

article address span {
    width: 60px;
    float: left;
}

footer {
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
}

footer a.btn {
    color: #fff;
    background: #00574a;
    text-align: center;
    padding: .5rem 1.3rem;
    font-size: 1.1rem;
}

@media only screen and (max-width: 56.188rem) {

    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 50rem) {

    header {
        padding: 2rem 2rem 1rem;
    }

    article {
        padding: 0 2rem;
    }

    article .ansprechpartner {
        margin: 2rem -2rem 0;
        padding: 2rem 1rem;
        justify-content: center;
    }

    article address {
        margin: 0 -2rem;
        padding: 2rem;
        flex-direction: column;
        align-items: center;
    }

    article address p {
        text-align: center;
    }

    article address span {
        width: auto;
        float: none;
    }
}

@media only screen and (max-width: 35.938rem) {

    header {
        flex-direction: column;
        padding: 2rem 2rem 1rem;
        align-items: center;
    }

    hr.shortline {
        width: 100%;
    }
}

@media only screen and (max-width: 30rem) {

    header {
        padding: 2rem 1rem 1rem;
    }

    article h1 {
        font-size: 1.7rem;
        text-align: center;
    }

    article {
        padding: 0 1rem;
    }

    article .ansprechpartner {
        margin: 2rem -1rem 0;
        padding: 1rem;
    }

    article address {
        margin: 0 -1rem;
        padding: 2rem 1rem;
    }
}