@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375rem;
    color: #000;
}

#wrapper {
    margin: 1rem auto;
    max-width: 1000px;
    background: #fff;
    border: solid thin #cbcbcb;
    overflow: hidden;
}

.logo-ihre-pvs {
    box-shadow: 0 3px 5px #b7b7b7;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 1.25rem 2.5rem 0.6875rem;
    margin-bottom: 1.8125rem;
}

.banner-ihre-pvs {
    position: relative;
}

.banner-ihre-pvs a {
    position: absolute;
    bottom: 8.2%;
    opacity: 0;
}

.banner-ihre-pvs a:nth-of-type(1) {
    right: 12%;
}

.banner-ihre-pvs a:nth-of-type(2) {
    right: 1.6%;
}

article {
    padding: 1rem 2.5rem 0;
}

.gray p {
    color: #9C9E9F;
    margin-bottom: 0.625rem;
}

:is(.flex-box, .button-aling, footer) {
    display: flex;
}

.flex-box {
    gap: 12px;
    justify-content: space-between;
    font-size: 0.8rem;
    margin-bottom: 20px;
}

.flex-box-content {
    width: 32%;
}

.color {
    color: #2E68B9 !important;
}

.margin-bottom {
    margin-bottom: 0;
}

.button-aling {
    flex-direction: column;
    align-items: flex-end;
}

.button {
    width: 232px;
    height: 44px;
    line-height: 2.75rem;
    display: block;
    border: none;
    background: #2e68b9;
    margin: 2.1875rem 0;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    padding: 0 6px 0 6px;
}

.button:hover {
    background: #245190;
}

.background-gray {
    background: #f9f9f9;
    padding: 1.25rem 2.5rem;
    margin: 1.25rem -2.5rem;
}

.margin-top {
    margin-top: 1.25rem;
}

:is(h1, h2, strong) {
    font-weight: 700;
}

:is(h1, h2) {
    line-height: 1.2;
}

h1 {
    text-transform: uppercase;
    font-size: 2.1875rem;
    margin: 0 0 1.5625rem;
}

h2 {
    font-size: 1.25rem;
    margin: 0 0 0.75rem;
}

p {
    margin-bottom: 1rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 1.25rem 1.25rem;
}

ul li {
    list-style: none;
    text-indent: -1.25rem;
}

ul li:before {
    font-size: 1.25rem;
    margin-right: 1.25rem;
    position: relative;
    top: -1px;
    float: left;
    content: "\2022";
    color: #2E68B9;
}

ul.ul-arrows li:before {
    content: "\00BB";
    top: -2px;
}

footer {
    padding: 1.25rem 2.5rem 2.5rem;
    justify-content: space-between;
    gap: 10px;
}

footer p img {
    position: relative;
    top: 5px;
}

.footer-flex-content {
    width: 48%;
}

footer .button {
    margin: 0;
    width: 274px;
}

.footer-margin-top {
    margin-top: 30px;
}

@media screen and (max-width: 999px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    .banner-ihre-pvs a:nth-of-type(1) {
        width: 12%;
    }

    .banner-ihre-pvs a:nth-of-type(2) {
        width: 10%;
    }

    :is(h1, h2, p, ul li) {
        hyphens: auto;
        text-wrap: pretty;
    }

    :is(p a, span) {
        white-space: nowrap;
    }

    br:not(br.mobile-block) {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    article {
        padding: 1rem 1.25rem 0;
    }

    .background-gray {
        padding: 1.25rem;
        margin: 1.25rem -1.25rem;
    }

    .flex-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .flex-box-content {
        width: 300px;
    }

    h1 {
        font-size: 1.6875rem;
    }

    footer {
        padding: 1.25rem;
    }
}

@media screen and (max-width: 622px) {
    footer {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-flex-content {
        width: 100% !important;
    }

    .footer-margin-top {
        margin-top: 1.25rem;
    }
}