@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, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #242021;
    font-weight: 400;
}

#wrapper {
    max-width: 910px;
    margin: 16px auto;
    border: solid thin #cbcbcb;
    background: #fff;
    position: relative;
}

header {
    position: relative;
}

.logo {
    width: 24%;
    position: absolute;
    left: 0;
    top: 0;
}

article {
    padding: 0 55px 55px;
}

.socical {
    margin-bottom: 10px;
}

.flexbox {
    display: flex;
    justify-content: space-around;
    padding: 18px 0 18px;
    gap: 24px;
}

.flexbox>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
}

.flexbox>div p {
    text-align: center;
    margin-top: 12px;
    font-size: 15px;
    line-height: 19px;
}

.margin-left-content {
    padding: 0 0 0 418px;
    position: relative;
    margin-right: -25px;
}

footer {
    position: absolute;
    top: 727px;
    left: 55px;
}

.personalabteilung {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    margin-top: 40px;
}

.banner-left-mobile {
    display: none;
}

footer p {
    line-height: 19px;
    font-size: 15px;
}

strong {
    font-weight: 700;
}

h1 {
    font-size: 50px;
    line-height: 1.25;
    font-weight: 400;
    background: #f26b32;
    color: #fff;
    text-align: center;
    padding: 30px 16px 1rem;
}

h1 span {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    display: block;
}

h2 {
    font-size: 16px;
    margin: 0 0 4px;
    line-height: 22px;
    font-weight: 700;
}

h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

p:not(:last-of-type) {
    margin-bottom: 25px;
}

p.mobile-center {
    margin-bottom: 326px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #242021;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    margin: 0 0 25px 6px;
    list-style: none;
}

ul li {
    padding-left: 25px;
}

li:before {
    text-indent: -25px;
    content: "\2022";
    color: #242021;
    float: left;
    margin: -1px 0 0;
    font-size: 21px;
}

.width {
    width: 183px !important;
}

@media screen and (max-width:908px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    .margin-left-content {
        padding: 0 0 0 427px;
        position: relative;
    }

    .margin-left-content {
        margin-right: 0;
    }

    footer {
        left: 0.625rem;
        bottom: 0;
        top: 650px;
    }

    .personalabteilung {
        margin-top: 16px;
        justify-content: center;
    }

    p.mobile-center {
        margin-bottom: 0;
    }

    :is(article, footer) {
        padding: 16px;
    }

    article {
        padding-bottom: 40px;
    }

    :is(h1, h2, h3, p, ul li) {
        hyphens: auto;
    }

    ul {
        margin-bottom: 14px;
    }

    p span {
        white-space: nowrap;
    }

    h1 {
        padding-left: 12%;
    }

    .flexbox {
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
        padding: 0 0 1rem;
    }

    br:not(br.mobile-block) {
        display: none;
    }

    footer {
        padding-top: 0;
        margin-top: 2rem;
    }

    .flexbox br {
        display: inline !important;
    }
}

@media screen and (max-width:880px) {
    .margin-left-content {
        padding-left: 0;
    }

    footer {
        position: static;
    }

    .banner-left {
        display: none;
    }

    .banner-left-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 1rem;
    }

    ul {
        margin-bottom: 20px;
    }

    article {
        padding-bottom: 16px;
    }

}

@media screen and (max-width:745px) {
    body {
        font-size: 14px;
        line-height: 18px;
    }

    h1 {
        font-size: 7vw;
        line-height: 1.2;
    }

    h1 span {
        font-size: 18px;
        line-height: 1.2;
    }

    .flexbox>div {
        width: auto;
    }

    .flexbox>div br {
        display: inline;
    }

    h3 {
        font-size: 16px;
    }
}

@media screen and (max-width:450px) {
    h1 {
        font-size: 10vw;
        padding-bottom: 2rem;
    }

    ul {
        margin-left: 0;
    }
}