@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');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #666;
    font-weight: 400;
}

#wrapper {
    margin: 1rem auto;
    border: 1px #666 solid;
    max-width: 1110px;
    background-color: #FFF;
    overflow: hidden;
}

.logo {
    padding: 16px 27px;
}

article {
    padding: 20px 65px 0;
}

article div {
    margin: 0 0 60px;
}

.standort {
    margin: 0 0 50px 16px;
}

.bottom {
    margin-bottom: 10px !important;
}

footer {
    padding: 0 44px 90px;
}

footer a {
    background: #bbb;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    padding: 0 18px;
    color: #fff !important;
    transition: all 0.5s ease-in;
}

footer a:hover {
    background: #818181;
}

p {
    margin-bottom: 10px;
}

span {
    white-space: nowrap;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 10px;
    font-size: 23px;
    font-weight: 400;
    color: #006d78;
}

h1 span {
    display: block;
    margin-top: 20px;
}

h2 {
    font-size: 18px;
    margin: 0 0 22px -30px;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    padding: 5px 0;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    margin: 0 0 10px 10px;
    list-style: none;
}

ul ul {
    margin-bottom: 0;
}

ul li {
    padding-left: 14px;
    position: relative;
}

ul li:before {
    content: '\2022';
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    font-size: 22px;
    line-height: 1;
    color: #666;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

@media only screen and (max-width:1109px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    .logo {
        padding: 16px;
    }

    article {
        padding: 16px 16px 0 32px;
    }

    footer {
        padding: 0 16px 32px;
    }

    :is(p, li) {
        hyphens: auto;
        text-wrap: pretty
    }

    h2 {
        margin: 0 0 22px -16px;
    }
}

@media only screen and (max-width:488px) {
    :is(.logo, footer) {
        display: flex;
        justify-content: center;
    }

    ul {
        margin-bottom: 20px
    }

    article {
        padding-left: 16px;
    }

    :is(.standort, h2, ul) {
        margin-left: 0;
    }

    h1 {
        font-size: 21px;
    }
}