@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');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-700.eot');
    src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #231F20;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
}

#wrapper {
    margin: 1rem auto;
    border: 1px #231F20 solid;
    max-width: 760px;
    position: relative;
    background: #E4EAEE url(../images//background.png) bottom right no-repeat;
}

header {
    position: relative;
    background: url(../images/headerbild.jpg) no-repeat;
    height: 502px;
}

header img {
    display: block;
}

article {
    padding: 16px 22px 6px;
}

.qrcode {
    position: absolute;
    bottom: 218px;
    right: 117px;
}

.logo {
    bottom: 37px;
    right: 34px;
    position: absolute;
    opacity: 0;
}

p {
    padding-bottom: 12px;
}

p.big {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}

p small {
    font-size: 93%;
}

.font {
    font-size: 14px;
    width: 76%;
}

p.flexbox {
    background: #466270;
    width: 424px;
    display: flex;
    gap: 10px;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 1;
    padding: 8px 6px;
    align-items: center;
    margin-bottom: 20px;
}

.flexbox a {
    color: #fff !important;
    font-size: 34px;
}

.flexbox a :is(span, small) {
    color: #A0B3BD !important;
}

.flexbox small {
    font-size: 64%;
}

:is(h1, h2, h3, h4, strong) {
    font-weight: 700;
}

h1 {
    font-size: 23px;
    line-height: 26px;
    margin: 0 0 10px;
    padding-left: 17px;
    position: relative;
}

h1:before {
    content: "\2022";
    margin-left: 0;
    font-size: 26px;
    position: absolute;
    top: 0px;
    left: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

h1 span {
    display: block;
    font-size: 17px;
}

h2 {
    font-size: 37px;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 17px 16px;
    text-align: center;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}

h2 span {
    display: block;
    font-size: 19px;
}

h3 {
    font-size: 17px;
    line-height: 21px;
    color: #466270;
}

h4 {
    font-size: 17px;
    line-height: 22px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    white-space: nowrap;
    text-decoration: none;
}

img {
    max-width: 100%;
}

@media only screen and (max-width:759px) {
    #wrapper {
        border: none;
        background-image: none;
        margin: 0;
    }

    header {
        background: #FFF;
        height: auto;
    }

    h2 {
        position: static;
        background: #000;
    }

    .qrcode {
        right: 1rem;
    }

    .logo {
        opacity: 1;
        right: 16px;
        bottom: 6px;
    }

    p span {
        white-space: nowrap;
    }
}

@media only screen and (max-width:665px) {
    br:not(br.block) {
        display: none;
    }

    :is(.qrcode, .logo) {
        position: static;
    }

    :is(.font, p.flexbox) {
        width: 100%;
    }

    .flexbox {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .big {
        text-align: center;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    article {
        padding: 16px;
    }

    footer {
        padding: 0 16px 10px;
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: center;
    }
}

@media only screen and (max-width:360px) {
    h1 {
        font-size: 20px
    }

    h1 span {
        font-size: 14px;
    }
}