* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #3a434f;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.25rem;
    font-size: 0.9375rem;
}

#wrapper {
    position: relative;
    max-width: 830px;
    margin: 1rem auto;
    border: 2px solid #c21132;
    background-color: #fff;
    overflow: hidden;
}

.logo {
    display: flex;
    justify-content: center;
}

article {
    padding: 1rem 1.875rem;
}

.red-color {
    color: #c21132;
}

.btn-primary {
    padding: 13px 32px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
    border: 1px solid transparent;
    background: #c21132;
    color: #fff !important;
    transition: all .2s ease-in-out;
    text-decoration: none !important;
    display: block;
    width: 233px;
    margin: 30px auto;
    text-align: center;
}

footer {
    padding: 0 1.875rem;
    position: relative;
}

footer section {
    position: absolute;
    left: 20rem;
    top: 1.5rem;
}

hr {
    width: 110%;
    border: none;
    height: 1px;
    display: block;
    background: #ccc;
    margin: 0 -1.875rem 2.5rem;
}

hr:nth-of-type(2) {
    margin: 2.5rem -1.875rem 1.25rem;
}

label {
    cursor: pointer;
}

input {
    display: none;
}

input:checked~.iframe-wrapper {
    display: block;
}

.iframe-wrapper {
    display: none;
    width: auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0 -1.875rem;
    overflow: hidden;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

h1 {
    font-size: 1.8125rem;
    line-height: 2.0625rem;
    margin: 0 0 3rem;
    color: #c21132 !important;
    text-align: center;
}

h1 small {
    display: block;
    font-size: 19px;
    font-weight: 400;
}

h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 2rem 0 1rem;
    color: #c21132 !important;
    text-transform: uppercase;
}

h2.wer-wir-sind {
    margin-top: 1.25rem;
}

p {
    margin: 0 0 1rem;
}

p span {
    white-space: nowrap;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #c21132;
    text-decoration: underline;
    white-space: nowrap;
}

a.link {
    color: #3a434f !important;
    text-decoration: none !important;
}

ul {
    margin: 0 0 1.25rem 0.625rem;
    list-style: none;
}

ul li {
    padding-left: 0.9375rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin: -0.0625rem 0 0;
    font-size: 1.5rem;
    text-indent: -0.9375rem;
}

img {
    max-width: 100%;
}

.color {
    color: #3a434f !important;
    text-decoration: none !important;
}

.center {
    text-align: center;
}

@media all and (max-width: 828px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    article {
        padding: 1rem 1rem 1.25rem;
    }

    footer {
        padding: 0 1rem;
    }

    footer section {
        left: 311px;
        top: 45px;
        padding-right: 16px;
    }

    footer a:nth-of-type(1) img {
        position: static;
    }

    .iframe-wrapper {
        margin: 0 -1rem;
    }

    hr {
        margin: 0 -1rem 2.5rem;
    }

    :is(h1, ul, p) {
        hyphens: auto;
        text-wrap: pretty
    }

    h1 {
        font-size: 1.625rem;
        line-height: 1.875rem;
        margin: 0 0 2rem;
    }

    h2 {
        font-size: 1.125rem;
        line-height: 1.375rem;
        margin: 0 0 0.9375rem;
    }
}

@media all and (max-width: 660px) {
    footer section {
        position: static;
        margin-top: 16px;
        padding-right: 0;
    }
}

@media all and (max-width: 480px) {
    ul {
        margin-left: 0;
    }
}