:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    color: #3a434f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px;
}

#wrapper {
    margin: 1rem auto;
    max-width: 830px;
    border: 2px solid #0075be;
    background-color: #fff;
}

article {
    padding: 16px 30px;
}

footer {
    padding: 20px 0 0;
}

footer .button {
    display: flex;
    justify-content: center
}

footer .button a {
    text-align: center;
    display: inline-block;
    padding: 10px 12px;
    color: #fff;
    background: #0075be;
    border-radius: 3px;
    font-size: 16px;
}

.map {
    margin-top: 30px;
    border-top: 1px solid #E3E5E8;
    padding: 30px 0 0;
    position: relative;
}

.flex {
    position: relative;
}

.standort {
    padding: 0 0 50px 20rem;
}

.color {
    color: #0075be;
}

p:not(:first-of-type) {
    margin-top: 16px;
}

h1 {
    font-size: 25px;
    line-height: 32px;
    color: #0075be;
    text-align: center;
    text-transform: uppercase;
}

h1 span {
    white-space: nowrap;
}

h2 {
    font-size: 20px;
    line-height: 24px;
    padding: 40px 0 16px;
    color: #0075be;
}

h2+p {
    margin-top: 0 !important;
}

h2:first-of-type {
    padding-top: 20px;
}

ul {
    list-style: none;
    padding: 0 0 0 10px;
}

ul ul {
    padding-bottom: 0 !important;
}

ul li {
    padding-left: 15px;
}

li:before {
    content: "\2022";
    color: #3a434f;
    float: left;
    font-size: 24px;
    text-indent: -15px;
}

ul ul li:before {
    content: "\00BA";
    position: relative;
    top: 4px;
    font-size: 19px;
}

ul:last-of-type {
    padding-bottom: 10px;
}

img {
    max-width: 100%;
    display: block;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #3a434f;
    text-decoration: none;
    white-space: nowrap;
}

:is(p, li) span {
    white-space: nowrap;
}

.link {
    color: #0075be !important;
    text-decoration: underline !important;
}

input[type=checkbox] {
    display: none;
}

label {
    display: inline-block;
}

.mapfoto input[type=checkbox]:checked+.iframe-wrapper {
    display: block;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    display: none;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.mapfoto label {
    position: absolute;
    top: 34px;
    left: 30px;
}

@media only screen and (max-width:830px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, ul) {
        hyphens: auto;
    }

    article {
        padding: 1rem
    }
}

@media only screen and (max-width:670px) {
    .flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mapfoto label {
        position: static;
        display: flex;
        justify-content: center;
        margin-bottom: 38px;
    }

    .standort {
        padding: 0 0 30px
    }

    .standort :is(h2, p) {
        text-align: center;
    }

    .map {
        padding: 10px 0 0;
    }
}