:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    line-height: 17px;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    color: #000e31;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 740px;
    margin: 1rem auto;
    border: 1px solid #000;
    overflow: hidden;
    background: #fff url(background.jpg) no-repeat;
}

header {
    padding: 18px 50px;
}

article {
    padding: 0px 33px 0 56px;
}

footer {
    padding: 13px 0 24px 56px;
    position: relative;
}

:is(strong, h1, h2, h3) {
    font-weight: 700;
}

h1 {
    margin: 1rem 0 37px;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
    color: #54b4e9;
}

h2 {
    font-size: 43px;
    margin: 1rem 0;
    line-height: 1;
}

h3 {
    font-size: 24px;
    margin: 46px 0 11px;
    line-height: 1;
}

h4 {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 15px;
}

p {
    margin: 0 0 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    white-space: nowrap;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    list-style: none;
}

ul li {
    padding-left: 12px;
    margin: 0 0 2px;
}

ul li:before {
    content: "\2022";
    float: left;
    font-family: Arial, sans-serif;
    font-size: 15px;
    text-indent: -12px;
    color: #38A6E3;
}

.logo {
    position: absolute;
    top: 39px;
    right: 40px;
}

.text {
    position: absolute;
    top: 235px;
    font-weight: bold;
    font-size: 27px;
    line-height: 22px;
    right: 33px;
    text-align: center;
    color: #c5d0d6;
}

.infor {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.infor p {
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 13px;
    margin: 0;
    line-height: 22px;
}

.flex {
    display: flex;

}

.left {
    width: 338px;
}

.right {
    width: 333px;
    margin: 0 0 0 30px;
}

.font {
    font-size: 11px;
    line-height: 15px;
}

.qrcode {
    position: relative;
    width: 287px;
    margin: 0 0 10px;
}

.qrcode p {
    position: absolute;
    top: 6px;
    left: 135px;
}

.link a {
    color: #FFF !important;
}

.link {
    position: absolute;
    bottom: 4px;
    left: 133px;
    font-size: 8px;
    color: #FFF;
    font-weight: bold;
    background: #002B4B;
    border-radius: 5px;
    padding: 5px 10px;
}

.link span {
    color: #54b4e9 !important;
}

.footerbild {
    position: absolute;
    bottom: 35px;
    right: 47px;
}

.bull {
    position: relative;
    font-size: 20px;
    line-height: 0;
    top: 3px;
}

@media all and (max-width:740px) {
    #wrapper {
        margin: 0 auto;
        border: none;
        hyphens: auto;
        background: #FFF;

    }

    .logo {
        position: static;
    }

    .text {
        position: static;
        margin: 1rem;
    }

    header {
        padding: 1rem;
    }

    .box {
        background: #E5EEFA;
        padding: 1rem;
    }

    .box h3 {
        margin-top: 1rem;
    }

    h3 {
        margin: 2rem 0 1rem;
    }

    p {
        margin: 0 0 0.625rem;
        text-align: left;
    }

    article {
        padding: 0 1rem;
    }

    footer {
        padding: 1rem;
    }

    br {
        display: none;
    }

    .flex {
        flex-direction: column;
    }

    .left {
        width: 100%;
    }

    .right {
        width: 100%;
        margin: 0;
    }

    .footerbild {
        position: static;
    }

    footer br {
        display: inline;
    }
}