:root {
    font-size: 16px;
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v18-latin-regular.eot');
    src: url('../fonts/source-sans-3-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v18-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-3-v18-latin-regular.woff') format('woff'), url('../fonts/source-sans-3-v18-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-3-v18-latin-regular.svg#SourceSans3') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-3-v18-latin-600.eot');
    src: url('../fonts/source-sans-3-v18-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v18-latin-600.woff2') format('woff2'), url('../fonts/source-sans-3-v18-latin-600.woff') format('woff'), url('../fonts/source-sans-3-v18-latin-600.ttf') format('truetype'), url('../fonts/source-sans-3-v18-latin-600.svg#SourceSans3') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-3-v18-latin-700.eot');
    src: url('../fonts/source-sans-3-v18-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v18-latin-700.woff2') format('woff2'), url('../fonts/source-sans-3-v18-latin-700.woff') format('woff'), url('../fonts/source-sans-3-v18-latin-700.ttf') format('truetype'), url('../fonts/source-sans-3-v18-latin-700.svg#SourceSans3') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    line-height: 23px;
    font-size: 16px;
    font-family: 'Source Sans 3', Arial, sans-serif;
    color: #1E3138;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 925px;
    margin: 1rem auto;
    border: 1px solid #000;
    overflow: hidden;
    background-color: #fff;
}

article {
    padding: 0 72px;
    background: url(../images/background.jpg) bottom no-repeat;
}

footer {
    padding: 40px 72px 25px;
}

footer p {
    font-size: 13px;
    line-height: 18px;
}

.benefit {
    margin: 2rem 0 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}

.benefit p {
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
}

.benefit div {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 20%;
}

.kontakt {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px 70px 0 100px;
    background: url(../images/icon.png) no-repeat 50px 10px;
}

.kontakt :is(p, h3) {
    color: #1E3138;
}

.kontakt h3 {
    margin: 0 0 4px;
}

.red {
    color: #E62409 !important;
    text-decoration: underline !important;
}

.blau {
    color: #00f !important;
    text-decoration: underline !important;
}

:is(strong, h2) {
    font-weight: 700;
}

h1 {
    margin: 16px 0;
    font-size: 36px;
    line-height: 1.3;
    color: #E62409;
    text-align: center;
    font-weight: 400;
}

h1 small {
    display: block;
    font-size: 21px;
    font-weight: 600;
}

h2 {
    font-size: 16px;
    margin: 20px 0 2px;
}

h3 {
    font-size: 22px;
    margin: 16px 0 10px;
    line-height: 1.3;
    font-weight: 400;
}

p {
    margin: 0 0 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #1E3138;
    white-space: nowrap;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    margin: 0 0 1rem;
    list-style: none;
}

ul li {
    padding-left: 1.75rem;
    position: relative;
}

ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    background: #FFF;
    border: 1px solid #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    font-family: Arial, sans-serif;
}

@media all and (max-width:924px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    article {
        padding: 0 6%;
    }

    footer {
        padding: 2rem 6%;
    }

    span {
        white-space: nowrap;
    }

    .benefit {
        flex-wrap: wrap;
    }
}

@media all and (max-width:767px) {
    article {
        padding: 0 1rem;
    }

    footer {
        padding: 2rem 1rem;
    }

    .kontakt {
        padding: 10px 30px 10px 70px;
        background: url(../images/icon.png) no-repeat 19px 10px;
    }

    .benefit div {
        width: 25%;
    }
}


@media all and (max-width: 600px) {
    .benefit div {
        width: 32%;
    }
}

@media all and (max-width:480px) {
    .benefit div {
        width: 50%;
    }
}