@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v36-latin-regular.eot');
    src: url('../fonts/open-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-regular.woff') format('woff'), url('../fonts/open-sans-v36-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v36-latin-700.eot');
    src: url('../fonts/open-sans-v36-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-700.woff') format('woff'), url('../fonts/open-sans-v36-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-700.svg#OpenSans') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #000;
    font-weight: 400;
}

#wrapper {
    max-width: 910px;
    background: #fff;
    border: 1px solid #cbcbcb;
    margin: 16px auto;
}

header {
    position: relative;
}

.intro {
    width: 293px;
    background: #4c5d65;
    padding: 20px 20px 19px 30px;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: -2px 2px 8px 1px #000000;
    z-index: 9999;
}

.info {
    margin-top: 29px;
}

.info p {
    color: #fff;
    line-height: 25px;
    padding-bottom: 6px;
}

.headerbild {
    position: relative;
    height: 346px;
    overflow: hidden;
}

.title {
    position: absolute;
    bottom: 54px;
    left: 0;
    width: calc(100% - 325px);
}

article {
    padding: 20px 40px 7px 54px;
}

article h3:nth-of-type(2) {
    margin-top: 24px;
}

.box-root {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 10px;
    margin: 0 0 20px;
}

.box-root p {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 0 0 10px;
    justify-content: space-between;
}

.box-root p span {
    display: block;
    width: calc(100% - 90px);
}

footer {
    display: flex;
    justify-content: space-between;
}

footer section:nth-of-type(1) {
    width: 53%;
    clip-path: polygon(14% 0%, 100% 0, 100% 100%, 0% 100%);
    background: #EC1C23;
    padding: 10px 4rem;
    display: flex;
    align-items: center;
    margin: 34px -38px 0 0;
    justify-content: center;
}

footer section:nth-of-type(2) {
    width: 53%;
    clip-path: polygon(14% 0%, 100% 0, 100% 100%, 0% 100%);
    background: #4D5D66;
    font-size: 14px;
    padding: 15px 2rem 2px;
    margin: 0 0 0 -63px;
}

footer section:nth-of-type(2) p {
    text-align: right;
}

footer section:nth-of-type(2) p:nth-of-type(1) {
    margin-bottom: 15px;
}

section p {
    color: #fff !important;
}

p {
    margin: 0 0 1rem;
}

h1 {
    font-size: 30px;
    line-height: 1.25;
    padding: 20px 29px;
}

h2 {
    font-size: 22px;
    line-height: 29px;
    padding: 10px 45px;
    width: 86%;
}

:is(h1, h2) {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    background: rgba(236, 28, 35, 0.64);
}

h2 span {
    white-space: nowrap;
}

h3 {
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 28px;
    position: relative;
}

h4 {
    font-size: 39px;
    line-height: 45px;
    color: #fff;
}

h4 span {
    font-weight: 400;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    margin: 0 0 35px;
    list-style: none;
}

ul li {
    padding-left: 22px;
}

li:before {
    content: '\2022';
    float: left;
    font-size: 20px;
    text-indent: -22px;
}

.logo {
    margin: 0 0 10px
}

.center {
    align-items: center !important;
}

@media screen and (max-width:909px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    .headerbild img {
        width: 100%;
    }

    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 20px
    }
}

@media screen and (max-width:880px) {
    article {
        padding: 46px 16px 16px;
    }

    br:not(footer br) {
        display: none;
    }

    article h3:nth-of-type(2) {
        margin-top: 20px;
    }

    footer section:nth-of-type(2) {
        padding: 1rem
    }

    footer section:nth-of-type(2) p {
        text-align: center;
    }

    .box-root p {
        gap: 12px;
    }

    .box-root p span {
        display: block;
        width: calc(100% - 85px);
    }

    h4 {
        font-size: 32px;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .intro {
        width: auto;
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .intro p {
        text-align: center;
    }

    .headerbild {
        height: auto;
    }

    .title {
        width: calc(100% - 12%);
    }
}

@media screen and (max-width:640px) {
    .title {
        width: auto;
        position: static;
    }

    :is(h1, h2) {
        background: #ec1e2b !important;
        clip-path: none;
        width: auto !important;
        text-align: center;
        padding: 10px 1rem !important;
        margin: 0;
    }

    footer {
        flex-direction: column;
    }

    footer section {
        width: 100% !important;
        margin: 0 !important;
        clip-path: none !important;
    }
}