@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v30-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v30-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-condensed-v30-latin-500.eot');
    src: url('../fonts/roboto-condensed-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-condensed-v30-latin-500.woff') format('woff'), url('../fonts/roboto-condensed-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-condensed-v30-latin-500.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v30-latin-700.eot');
    src: url('../fonts/roboto-condensed-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v30-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v30-latin-700.svg#RobotoCondensed') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #fff;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
}

#wrapper {
    max-width: 800px;
    margin: 16px auto;
    border: 1px solid #000;
    position: relative;
    background: url('../images/background.jpg') top left no-repeat;
}

header {
    position: absolute;
    top: 34px;
    right: 58px;
    z-index: 1;
}

article {
    padding: 102px 16px 41px 324px;
    position: relative;
}

footer {
    padding: 0 16px 18px;
}

.flex {
    margin: 0 0 26px;
}

.flex p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 10px;
}

figure {
    position: absolute;
    bottom: 100px;
    right: 40px;
    z-index: 1;
}

footer p {
    text-align: center;
}

footer a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
}

span {
    white-space: nowrap;
}

h1 {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.15;
}

h1 small {
    display: block;
    font-size: 25px;
}

h1>span {
    font-size: 16px;
}

h2 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #f58220;
}

h3 {
    margin: 0 0 6px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #f58220;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #f58220;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    margin: 0 0 12px;
    list-style: none;
    font-weight: 500;
}

ul li {
    padding-left: 40px;
    margin: 0 0 4px;
}

li:before {
    content: '\25A0';
    color: #f58220;
    float: left;
    margin-top: -2px;
    font-size: 14px;
    text-indent: -30px;
}

img {
    max-width: 100%;
}

@media all and (max-width: 799px) {
    #wrapper {
        margin: 0 auto;
        border: none;
        line-height: 20px;
        background: none;
    }

    header {
        background: #404041;
        position: static;
        display: flex;
        justify-content: center;
        padding: 16px;
    }

    article {
        background: url('../images/mitarbeiter.jpg') no-repeat;
        background-size: cover;
        padding: 0;
    }

    .background {
        background: rgba(0, 0, 0, 0.6);
        padding: 16px;
    }

    figure {
        bottom: 100px;
        right: 16px;
    }

    footer {
        background: #404041;
        padding: 16px;
    }

    h1 {
        line-height: 1.25;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    ul li {
        padding-left: 16px;
    }

    li:before {
        text-indent: -16px;
    }

    br {
        display: none;
    }
}

@media all and (max-width: 550px) {
    figure {
        position: static;
        display: flex;
        justify-content: center;
        margin: 16px 0 0;
    }
}