@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v35-latin-regular.eot');
    src: url('../fonts/open-sans-v35-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-regular.woff') format('woff'), url('../fonts/open-sans-v35-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v35-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-v35-latin-700.eot');
    src: url('../fonts/open-sans-v35-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-700.woff') format('woff'), url('../fonts/open-sans-v35-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-700.svg#OpenSans') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.125rem;
    font-size: 13px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #000;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 900px;
    margin: 1rem auto;
    border: 1px solid #000;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 1rem;
}

header {
    margin: 0 0 23px;
    width: 100%;
    background: url(../images/background.jpg) no-repeat;
    position: relative;
}

article {
    padding: 0 0 0 50px;
    width: 62%;
}

footer {
    padding: 0 50px 0 0;
    width: 35%;
}

footer p {
    font-size: 11px;
    line-height: 16px;
}

:is(strong, h1, h2, h3) {
    font-weight: 700;
}

h1 {
    margin: 1rem 0;
    font-size: 28px;
    line-height: 34px;
    position: absolute;
    top: 175px;
    right: 27px;
    width: 400px;
    color: #FFF;
    text-align: right;
}

h1 span {
    font-weight: normal;
    position: relative;
    white-space: nowrap;
}

h2 {
    font-size: 14px;
    padding: 1rem 0 10px;
    line-height: 19px;
    color: #ec660c;
}

h3 {
    font-size: 11px;
    line-height: 1.125rem;
    color: #ec660c;
}

p {
    margin: 0 0 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    white-space: nowrap;
    text-decoration: none;
}

p span {
    white-space: nowrap;
}

.link {
    color: #ec660c !important;
    white-space: normal !important;
    text-decoration: underline !important;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    margin: 0 0 1rem;
    list-style: none;
}

ul li {
    padding-left: 1rem;
    margin-bottom: 7px;
}

ul li:before {
    content: "\2022";
    float: left;
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-indent: -1rem;
    margin: 2px 0 0;
}

.headerbild {
    opacity: 0;
    height: 355px;
}

.logo {
    position: absolute;
    top: 44px;
    right: 30px;
}

.color {
    color: #ec660c;
}

.qrcode {
    margin: 10px 10px 1.5rem;
}

.solical {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 1rem;
}

.solical img {
    width: 24px;
}

.center {
    text-align: center;
    font-weight: 700
}

.justify {
    text-align: justify;
}

.zefinicat {
    padding: 30px 0;
}

@media all and (max-width:899px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    h1 {
        margin: 0.5rem 0;
        font-size: 2.5vw;
        left: auto;
        right: 1rem;
        width: 328px;
        top: auto;
        bottom: 5%;
    }

    footer p {
        text-align: left;
    }

    br:not(footer br) {
        display: none;
    }

    .justify {
        text-align: left;
    }
}

@media all and (max-width:840px) {
    .headerbild {
        opacity: 1;
        height: auto;
    }

    header {
        background: none;
    }

    .logo {
        display: none;
    }

    h1 {
        position: static;
        background: #EC6607;
        width: 100%;
        padding: 1rem;
        margin: 0;
    }

    article {
        padding: 0 0 0 1rem;
    }

    footer {
        padding: 0 1rem 0 0;
    }
}

@media all and (max-width:767px) {
    :is(article, footer) {
        width: 100%;
        padding: 0 1rem;
    }

    h1 {
        font-size: 20px;
        text-align: center;
    }
}