@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Grenze';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/grenze-v15-latin-regular.eot');
    src: url('../fonts/grenze-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/grenze-v15-latin-regular.woff2') format('woff2'), url('../fonts/grenze-v15-latin-regular.woff') format('woff'), url('../fonts/grenze-v15-latin-regular.ttf') format('truetype'), url('../fonts/grenze-v15-latin-regular.svg#Grenze') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Grenze';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/grenze-v15-latin-700.eot');
    src: url('../fonts/grenze-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/grenze-v15-latin-700.woff2') format('woff2'), url('../fonts/grenze-v15-latin-700.woff') format('woff'), url('../fonts/grenze-v15-latin-700.ttf') format('truetype'), url('../fonts/grenze-v15-latin-700.svg#Grenze') format('svg');
}

@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');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

h1 {
    font-family: 'Grenze', Timew New Roman, serif;
    font-size: 3.375rem;
    font-style: italic;
    line-height: 1.1;
    color: #e62154;
    text-align: right;
    margin-top: 2rem;
}

h1 span {
    font-weight: 300;
}

h1 small {
    font-size: 1.2rem;
    font-weight: normal;
    color: #000;
    font-style: italic;
    display: block;
    padding-top: .3rem;
}

h2 {
    font-size: 1.125rem;
    color: #000;
    font-style: italic;
    margin: 0 0 .625rem;
    font-family: 'Grenze', Timew New Roman, serif;
}

h3 {
    font-family: 'Grenze', Timew New Roman, serif;
    font-size: 1.125rem;
    color: #e62154;
    font-style: italic;
    margin: 1rem 0 0.25rem;
}


:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.black {
    color: #000;
    text-decoration: underline;
}

p {
    margin-bottom: 0.625rem;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem
}

ul li:before {
    content: "\...";
    float: left;
    margin-left: -1.375rem;
    font-size: 1rem;
    line-height: 1;
}

header {
    position: relative;
}

.text {
    position: absolute;
    bottom: 28%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    left: 50%;
    transform: translate(-50%);
    width: 95%
}

.text_last {
    position: absolute;
    bottom: 4%;
    color: #fff;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    width: 95%
}

.red {
    font-family: 'Grenze', "Timew New Roman", serif;
    color: #e62154;
    font-weight: 700;
    font-style: italic;
}

.grey {
    font-family: 'Grenze', "Timew New Roman", serif;
    color: #818181;
    font-weight: 700;
    font-style: italic;
}

.content {
    display: flex;
    gap: 2rem;
    padding: 0 1rem;
}

.content section {
    width: 50%;
}

.title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.bottom p {
    text-align: right;
    width: 55%;
    margin: 0 0 0.625rem
}

footer {
    background: #423142;
    color: #fff;
    margin: .625rem 0 0
}

footer p {
    font-weight: bold;
    padding: 1.25rem;
    text-align: center;
    font-size: .875rem;
    margin: 0
}

.respons {
    display: none;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    h1 {
        text-align: center;
        font-size: 2.5rem;
        margin: 0;
    }

    ul {
        margin: 0 0 1rem;
    }

    .text {
        bottom: 23%;
        font-size: .937rem;
        margin: 0;
    }

    .text_last {
        bottom: 1%;
        font-size: .937rem;
    }

    article {
        padding: 1rem;
    }

    .content {
        flex-direction: column;
        gap: 1rem;
        padding: 0;
    }

    .content section {
        width: 100%;
    }

    .bottom p {
        display: none;
    }

    .respons {
        display: block;
        margin-top: 1rem;
    }

    footer {
        margin: 0
    }

    footer p {
        padding: 1rem;
    }

    br {
        display: none
    }
}

@media only screen and (max-width: 43.75rem) {
    h1 {
        font-size: 2rem
    }

    .text,
    .text_last {
        position: static;
        color: #000;
        width: 100%;
        left: 0;
        transform: translate(0);
        padding: 1rem 1rem 0
    }
}