@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-condensed-v27-latin-900.eot');
    src: url('../fonts/roboto-condensed-v27-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-900.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-900.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-900.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-900.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Saira Extra Condensed';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/saira-extra-condensed-v13-latin-900.eot');
    src: url('../fonts/saira-extra-condensed-v13-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/saira-extra-condensed-v13-latin-900.woff2') format('woff2'), url('../fonts/saira-extra-condensed-v13-latin-900.woff') format('woff'), url('../fonts/saira-extra-condensed-v13-latin-900.ttf') format('truetype'), url('../fonts/saira-extra-condensed-v13-latin-900.svg#SairaExtraCondensed') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #1A1A18;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    background: #999999
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 850px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 0.625rem;
}

span {
    white-space: nowrap;
}

h1 {
    font-size: 65px;
    position: absolute;
    margin: 0;
    top: 315px;
    left: 285px;
    transform: rotate(-4deg);
    line-height: 0.9;
    font-family: 'Saira Extra Condensed', Arial, sans-serif;
    width: 56%;
}

h1 span {
    font-size: 22px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    display: none
}

h1 + p {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    position: absolute;
    margin: 0;
    top: 22.812rem;
    left: 17.5rem;
    transform: rotate(-4deg);
    width: 56%;
}

.abs {
    position: absolute;
    top: 390px;
    right: 155px;
    font-size: 22px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: 700;
    transform: rotate(-4deg);
}

.abs span {
    padding-left: 6.25rem;
}

h2 {
    font-size: 1rem;
}

.yellow:before,
.yellow:before {
    content: "";
    float: left;
    position: relative;
    width: 0.6875rem;
    height: 0.75rem;
    background: url(../images/pfeil.png) no-repeat;
    background-size: contain;
    margin-left: -0.9375rem;
    top: 0.375rem;
}

.schwarz:before {
    content: "";
    float: left;
    position: relative;
    width: 0.6875rem;
    height: 0.75rem;
    background: url(../images/schwarz.jpg) no-repeat;
    background-size: contain;
    margin-left: -0.9375rem;
    top: 0.375rem;
}

h3 {
    display: none;
}

ul {
    list-style: none;
    margin: 0 0 1.562rem .937rem;
    padding: 0;
}

ul li {
    padding-left: 0;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -0.875rem;
    font-size: 1.575rem;
    line-height: 1.05;
    color: #9D9D9D;
}

header {
    position: relative;
}

article {
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 2.812rem;
}

section {
    font-size: .937rem;
    width: 31%;
}

.aside {
    width: 63%;
}

footer {
    display: flex;
    justify-content: space-between;
    padding: 0 2.5rem 2.5rem;
}

footer > p {
    margin-right: .625rem;
    width: 65%;
}

footer > p:before {
    content: "";
    float: left;
    position: relative;
    width: 0.6875rem;
    height: 0.75rem;
    background: url(../images/whitearrow.png) no-repeat;
    background-size: contain;
    margin-left: -0.9375rem;
    top: 0.375rem;
}

@media only screen and (max-width: 849px) {
    #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;
    }

    span {
        white-space: nowrap
    }

    article {
        padding: 1rem 1rem 0;
    }

    footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 1rem;
    }

    footer > p {
        width: 100%;
        margin: 0 0 .75rem;
    }

    footer > p:before {
        top: .25rem;
    }

    br {
        display: none
    }

    footer > p:before {
        top: .437rem;
    }

    footer p {
        margin: 0 0 30px
    }
}

@media only screen and (max-width: 810px) {
    article {
        display: block;
        padding: 10px
    }

    section,
    .aside {
        width: auto;
    }

    h1 br {
        display: none;
    }
}
