@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #000;
    font-weight: 400;
}

#wrapper {
    max-width: 522px;
    margin: 1rem auto;
    box-sizing: border-box;
    background: #fff;
    border: solid thin #CBCBCB;
    position: relative;
    overflow: hidden;
}

header {
    position: relative;
}

.logo {
    margin: 0 25px;
}

article {
    padding: 12px 16px 0;
}

.qrcode {
    margin: 0.6875rem 0;
}

:is(strong, h1, h2) {
    font-weight: 700;
}

h1 {
    margin: 0 0 2px;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
}

h1 span {
    white-space: nowrap;
}

h2 {
    font-size: 1.5rem;
    margin: -11px 0 0.5rem;
    line-height: 1.5rem;
    color: #005aaa;
}

h2+p {
    color: #005aaa;
}

h3 {
    font-size: 1rem;
    line-height: 1.1;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

.center p {
    text-align: center;
}

.margin {
    margin: 0 0 12px;
}

ul {
    margin: 0 0 10px;
    list-style: none;
}

ul li {
    padding-left: 14px;
}

ul li:before {
    content: "\2022";
    float: left;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-indent: -14px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

.kontakt a {
    color: #005aaa !important;
}

p {
    margin-bottom: 10px;
}

:is(p, ul) {
    text-align: justify;
    hyphens: auto;
}

:is(p, ul) span {
    white-space: nowrap;
}

@media screen and (max-width:521px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
        text-align: left;
    }

    :is(p, ul) span {
        white-space: nowrap;
    }

    article {
        padding: 0.625rem 1rem;
    }

    .qrcode {
        margin: 0.6875rem -1rem 1rem;
    }

    h1 br {
        display: none;
    }
}