﻿@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('open-sans-v40-latin-regular.eot');
    src: url('open-sans-v40-latin-regular.eot@') format('embedded-opentype'), url('open-sans-v40-latin-regular.woff2') format('woff2'), url('open-sans-v40-latin-regular.woff') format('woff'), url('open-sans-v40-latin-regular.ttf') format('truetype'), url('open-sans-v40-latin-regular.svg') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('open-sans-v40-latin-700.eot');
    src: url('open-sans-v40-latin-700.eot@') format('embedded-opentype'), url('open-sans-v40-latin-700.woff2') format('woff2'), url('open-sans-v40-latin-700.woff') format('woff'), url('open-sans-v40-latin-700.ttf') format('truetype'), url('open-sans-v40-latin-700.svg') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.25rem;
    font-size: 1rem;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #FFF;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 540px;
    margin: 1rem auto;
    border: 1px solid #000;
    overflow: hidden;
    background-color: #324259;
}

article {
    padding: 0 30px;
}

footer {
    padding: 0 30px 20px;
}

:is(strong, h1, h2) {
    font-weight: 700;
}

h1 {
    margin: -30px 0 15px;
    font-size: 36px;
    line-height: 1.2;
}

h1 small {
    display: block;
    font-size: 1rem;
}

h2 {
    font-size: 16px;
    margin: 1rem 0 0;
    line-height: 20px;
}

p {
    margin: 0 0 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #FFF;
    white-space: nowrap;
    text-decoration: none;
}

ul {
    margin: 0 0 1rem;
    list-style: none;
}

ul li {
    padding-left: 1.5rem;
    background: url(iconlist.jpg) no-repeat 0 4px;
}

img {
    max-width: 100%;
}

.logo {
    display: flex;
    justify-content: center;
    margin: 0 0 14px;
}

.qrcode {
    position: absolute;
    bottom: 84px;
    right: 29px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 14px;
    line-height: 17px;
    flex-wrap: wrap;
}

.kontakt {
    padding: 0 0 0 40px;
    background: url(standort.jpg) no-repeat 0 2px;
}

.content {
    padding: 0 0 0 20px;
}

@media all and (max-width:539px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    article {
        padding: 0 1rem;
    }

    footer {
        padding: 0 1rem 20px;
    }

    .qrcode {
        position: static;
        display: flex;
        justify-content: center;
    }

    br:not(footer br) {
        display: none;
    }
}

@media all and (max-width:480px) {
    .content {
        padding: 0; } }