@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');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    line-height: 1.25rem;
    font-size: 1rem;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 690px;
    margin: 1rem auto;
    border: 1px solid #000;
    overflow: hidden;
    background-color: #fba919;
    padding: 0 150px 0 0;
}

article {
    background: #FFF;
    padding: 1rem;
}

.logo {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.qrcode {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

:is(strong, h1, h2) {
    font-weight: 700;
}

h1 {
    margin: 1rem 0;
    font-size: 53px;
    line-height: 1;
    color: #fba919;
}

h1 small {
    color: #000;
    font-size: 28px;
}

h2 {
    font-size: 34px;
    margin: 0 0 1rem;
    line-height: 1;
    color: #fba919;
}

p {
    margin: 0 0 1rem;
    text-align: justify;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    white-space: nowrap;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.kontakt {
    margin: 0;
}

@media all and (max-width:689px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
        text-align: left;
    }

    br:not(.kontakt br) {
        display: none;
    }
}

@media all and (max-width:575px) {
    #wrapper {
        padding: 0;
    }

    :is(.logo, .qrcode) {
        position: static;
        padding: 1rem;
    }

    h1 {
        font-size: 38px;
    }
}