﻿@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-latin-900.eot');
    src: url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-v30-latin-900.woff2') format('woff2'),
        url('../fonts/roboto-v30-latin-900.woff') format('woff'),
        url('../fonts/roboto-v30-latin-900.ttf') format('truetype'),
        url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 0.0625rem #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 0.625rem;
}

.red {
    color: #D92321;
}

.nowrap {
    white-space: nowrap;
}

.number {
    position: absolute;
    background: #fff;
    right: 1.875rem;
    bottom: -110px;
    margin: 0 0 1.25rem;
    color: #D92321;
}

h1 {
    position: absolute;
    bottom: -90px;
    right: -0.437rem;
    font-size: 44px;
    margin: 0;
    color: #E30613;
    line-height: 1;
    width: 37.5rem;
    letter-spacing: -0.0375rem;
    font-weight: 900;
    font-family: 'Roboto', sans-serif
}

small {
    font-size: 18px;
}

h2 {
    color: #E30613;
    font-size: 1rem;
    margin: 0;
    line-height: 1.4;
    width: 21%;
}

ul {
    margin: 0 0 0.625rem;
    padding: 0;
    list-style: none;
}

ul li {
    padding: 0 0 0 1.875rem;
}

ul li:before {
    content: "";
    background: url("../images/x_schwarz.png") no-repeat;
    width: 0.5rem;
    height: 0.8125rem;
    position: relative;
    display: block;
    float: left;
    top: 0.1875rem;
    margin: 0 0 0 -1.437rem;
}

.flex_second ul li:before {
    background: url("../images/x_weiss.png") no-repeat;
}

.margin {
    margin: 0 0 1.875rem;
}

header {
    position: relative;
}

.logo {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.slogan {
    position: absolute;
    top: 1.875rem;
    left: 1.25rem;
    display: block;
    z-index: 1;
}

.images:before {
    content: "";
    float: left;
    position: absolute;
    width: 101%;
    height: 4.375rem;
    background: #fff;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 90%, 100% 0, 100% 100%, 0 100%);
}

.text_form {
    position: absolute;
    bottom: 0.937rem;
    right: 1.875rem;
    clip-path: polygon(2% 0, 91% 5%, 99% 95%, 0% 100%);
    background: #EE1C25;
    color: #fff;
    text-align: center;
    padding: 24px 24.992px 24px 14.992px;
    font-weight: bold;
    font-size: 1.562rem;
    line-height: 1.2;
}

.images {
    position: relative;
}

.images img:nth-of-type(2) {
    position: absolute;
    bottom: -2.187rem;
    left: 2.5rem;
}

.container {
    display: flex;
    justify-content: space-between;
    padding: 0 1.875rem 0;
    margin: 0;
}

.list {
    width: 77%;
    display: block;
}

.container:first-of-type {
    padding: 80px 1.875rem 0 2.5rem;
}

.flex_second {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.75rem 1.875rem 1.125rem;
    margin: 0 0 0.625rem;
    background: #E30613;
    color: #fff;
    background-size: cover;
    clip-path: polygon(0 0, 100% 6%, 100% 95%, 0% 100%);
}

article {
    padding: 1rem 0 0;
}

article .container:last-of-type p {
    margin-bottom: 0;
}

.flex_second ul {
    margin: 0;
}

.flex_second h2 {
    color: #fff;
    margin: 50px 0 0;
}

footer {
    color: #fff;
    background: #E30613;
    clip-path: polygon(100% 19%, 100% 100%, 0 100%, 0 0);
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1.875rem 1.25rem 0.625rem;
    font-size: 0.937rem;
    line-height: 1.2;
}

footer p {
    margin: 0 0 0.937rem;
}

.section {
    width: 46%;
    margin: 0;
}

.flex {
    color: #000;
    font-size: 1.062rem;
    background-size: contain;
    padding: 1.25rem 1.875rem;
    clip-path: polygon(2% 0, 91% 5%, 99% 95%, 0% 100%);
    background: #fff;
    text-align: center;
    margin: 0;
}

.flex a {
    font-size: 1.25rem;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem
    }

    h1 {
        letter-spacing: 0;
        position: static;
        text-align: center;
        margin: 1.875rem 0 1rem;
        line-height: 1;
        width: 100%;
    }

    h2 {
        margin: 0 0 0.625rem;
    }

    .number {
        position: static;
        text-align: center;
        font-size: 0.875rem;
        margin: 0;
    }

    .flex_second h2 {
        color: #fff;
        margin: 0;
    }

    .images img:nth-of-type(2) {
        max-width: 3.125rem;
        bottom: -1.25rem;
        left: 0.625rem;
    }

    header img {
        display: block;
    }

    .text_form {
        position: absolute;
        bottom: 6.25rem;
        right: 0.625rem;
        clip-path: polygon(2% 0, 91% 5%, 99% 95%, 0% 100%);
        padding: 1.25rem 1.875rem 1.25rem 1.25rem;
        font-size: 1.5rem;
    }

    .slogan {
        top: 0.312rem;
        left: 0.312rem;
    }

    .container,
    .flex_second,
    .container:first-of-type {
        display: block;
        padding: 0.625rem;
    }

    .container {
        display: block;
        padding: 0 0.625rem;
    }

    h2,
    .list {
        width: auto;
    }

    .flex_second {
        clip-path: none;
    }

    h1 br,
    header p br,
    p br,
    ul li br,
    .images:before {
        display: none;
    }

    footer br {
        display: block;
    }

    .margin {
        margin: 0 0 0.625rem;
    }

    footer {
        clip-path: none;
        padding: 0.625rem;
        justify-content: space-between;
        margin-top: 1rem;
    }

    .flex {
        margin: 0 auto;
    }

    .section {
        width: auto;
    }

    article {
        padding: 0;
    }
}

@media only screen and (max-width: 40rem) {
    h1 {
        position: static;
        text-align: center;
        margin: 1rem 0;
        line-height: 1;
        width: 100%;
    }

    .flex_responsive {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
        background: #000000;
        padding: 0.625rem;
    }

    .images img:nth-of-type(2) {
        bottom: 0.625rem;
        left: 0.625rem;
    }

    .logo {
        position: static;
    }

    .slogan {
        position: static;
    }

    .text_form {
        clip-path: none;
        position: static;
        padding: 0.625rem;
        font-size: 1rem;
    }

    .flex {
        padding: 1.25rem;
    }
}

@media only screen and (max-width: 36.875rem) {
    h1 {
        font-size: 1.25rem;
    }

    footer {
        display: block;
    }

    footer * {
        text-align: center;
    }

    .flex {
        width: auto;
        clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
        padding: 0.625rem;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 28.125rem) {
    .flex_responsive {
        display: block;
        text-align: center;
    }

    .flex_responsive img {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}
