﻿@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v35-latin-regular.eot');
    src: url('../fonts/open-sans-v35-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-regular.woff') format('woff'), url('../fonts/open-sans-v35-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/open-sans-v35-latin-500.eot');
    src: url('../fonts/open-sans-v35-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-500.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-500.woff') format('woff'), url('../fonts/open-sans-v35-latin-500.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-500.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v35-latin-700.eot');
    src: url('../fonts/open-sans-v35-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-700.woff') format('woff'), url('../fonts/open-sans-v35-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #424242;
    font-weight: 400;
}

#wrapper {
    max-width: 1000px;
    margin: 1rem auto;
    border: solid thin #424242;
    overflow: hidden;
    position: relative;
}

header {
    position: absolute;
    top: 26px;
    left: 0;
}

article {
    padding: 60px 2.75rem 0 490px;
}

.qrcode {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    position: relative;
    z-index: 16;
}

.gray{
    color: #7c838b;
}

.benefit {
    display: flex;
    justify-content: center;
    margin: -50px -2.75rem 0 -470px;
    position: relative;
    padding: 0 16px;
    z-index: 10;
}

.benefit-mobile {
    display: none;
}

footer {
    margin: -30px 0 0 1.5625rem;
    padding: 34px 0 1rem 30px;
    background: rgb(242, 234, 51);
    background: -moz-linear-gradient(left, rgb(242, 234, 51) 0%, rgb(245, 191, 48) 50%, rgb(246, 144, 41) 100%);
    background: -webkit-linear-gradient(left, rgb(242, 234, 51) 0%, rgb(245, 191, 48) 50%, rgb(246, 144, 41) 100%);
    background: linear-gradient(to right, rgb(242, 234, 51) 0%, rgb(245, 191, 48) 50%, rgb(246, 144, 41) 100%);
    border-top-left-radius: 20px;
    position: relative;
}

footer img {
    position: absolute;
}

footer a img {
    top: 0;
    right: 0;
    z-index: 9999;
}

footer .maschinen {
    top: 17px;
    right: 284px;
}

footer .fabrik {
    top: 9rem;
    right: 2.8125rem;
}

footer p:nth-of-type(1) {
    margin-bottom: 11px;
}

footer p {
    font-size: 14px;
    line-height: 21px;
}

.font {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

strong {
    font-weight: 700;
}

h1 {
    font-size: 20px;
    margin: 0 0 25px 25px;
    line-height: 1.3;
    font-weight: 700;
}

h1:before {
    text-indent: -25px;
    content: "\25A0";
    color: #1775BB;
    float: left;
    margin-top: -2px;
    font-size: 20px;
}

h1+p {
    color: #1775BB;
    margin-left: -42px;
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}

h2 {
    font-size: 58px;
    margin: 0 0 30px;
    line-height: 1.1;
    font-weight: 500;
    color: #1775BB;
}

h2 span {
    display: block;
    font-size: 36px;
}

h3 {
    font-size: 21px;
    margin: 25px 0;
    line-height: 1.3;
    font-weight: 500;
    color: #1775BB;
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 0.625rem;
}

p span {
    white-space: nowrap;
}

.blue {
    color: #1775BB !important;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #424242;
    text-decoration: none;
    white-space: nowrap;
}

@media screen and (max-width:998px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    article {
        padding: 60px 16px 0 490px;
    }

    .benefit {
        margin-right: -16px;
    }

    article br {
        display: none;
    }

    footer {
        margin-left: 16px;
        padding: 34px 0 10px 16px;
    }

    h1+p {
        margin-left: 0;
    }

    h2 {
        font-size: 48px;
        line-height: 1.2;
    }

    h2 span {
        font-size: 32px;
    }

    p {
        hyphens: auto;
    }
}

@media screen and (max-width:888px) {
    header img {
        max-width: 80%;
    }

    article {
        padding-left: 395px;
    }

    .benefit {
        margin-left: -395px;
    }

    footer {
        padding: 0 1rem 1rem;
        margin-top: 1rem;
    }

    footer img {
        position: static;
    }

    footer p {
        text-align: center;
    }

    .logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 0 0 20px;
    }

    .logo div {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width:767px) {
    header {
        position: static;
        display: flex;
        justify-content: center;
        padding: 16px;
    }

    header img {
        max-width: 100%;
    }

    article {
        padding: 0 16px 16px;
    }

    .benefit {
        margin: 10px 0 0;
    }

    h2 {
        text-align: center;
    }
}

@media screen and (max-width:650px) {
    .benefit {
        display: none;
    }

    .benefit-mobile {
        display: flex;
        justify-content: space-around;
        gap: 16px;
        flex-wrap: wrap;
        align-items: center;
        margin: 16px 0 0;
    }
}

@media screen and (max-width:480px) {
    h2 {
        font-size: 40px;
    }

    h2 span {
        font-size: 27px;
    }
}