@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), 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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), 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 Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-slab-v24-latin-regular.woff2') format('woff2'), url('../fonts/roboto-slab-v24-latin-regular.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-slab-v24-latin-700.woff2') format('woff2'), url('../fonts/roboto-slab-v24-latin-700.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

#wrapper {
    max-width: 780px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #2d424d url('../images/mitarbeiter.jpg') no-repeat top left;
    height: 568px;
    padding-left: 332px;
    position: relative;
}

.logo {
    display: flex;
    justify-content: center;
    padding: 25px;
}

.sologan {
    margin: 20px 16px 0 -47px;
}

header {
    padding: 0;
}

article {
    padding: 20px;
}

.qr-code {
    position: absolute;
    bottom: 0;
    left: 28px;
}

p:not(:first-of-type) {
    margin-top: 10px;
}

h1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    padding-bottom: 13px;
}

h1 span {
    font-size: 20px;
    font-weight: 700
}

h1:before {
    content: "";
    background: #fff;
    width: 130px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

ul {
    list-style: none;
    padding: 20px 0 40px;
}

ul li {
    padding-left: 13px;
    font-size: 21px;
    line-height: 21px;
}

li:before {
    content: "\2022";
    color: #fff;
    float: left;
    font-size: 23px;
    text-indent: -14px;
}

:is(ul li, h1 span, .font) {
    font-family: 'Roboto Slab', Arial, sans-serif;
}

.social {
    margin-top: 6px;
    display: flex;
    gap: 2px;
}

img {
    max-width: 100%;
    display: block;
}

strong {
    font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

@media only screen and (max-width:780px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty
    }

    :is(p, ul) span {
        white-space: nowrap;
    }
}

@media only screen and (max-width:607px) {
    #wrapper {
        background: #2d424d none;
        height: auto;
        padding-left: 0;
    }

    .qr-code {
        position: static;
        padding: 0 0 20px 16px;
    }

    .sologan {
        margin-left: 0
    }
}