@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v32-latin-300.eot');
    src: url('../fonts/roboto-v32-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-300.woff2') format('woff2'), url('../fonts/roboto-v32-latin-300.woff') format('woff'), url('../fonts/roboto-v32-latin-300.ttf') format('truetype'), url('../fonts/roboto-v32-latin-300.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v32-latin-regular.eot');
    src: url('../fonts/roboto-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v32-latin-regular.woff') format('woff'), url('../fonts/roboto-v32-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v32-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v32-latin-700.eot');
    src: url('../fonts/roboto-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-700.woff2') format('woff2'), url('../fonts/roboto-v32-latin-700.woff') format('woff'), url('../fonts/roboto-v32-latin-700.ttf') format('truetype'), url('../fonts/roboto-v32-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #3c3c3b;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: .937rem;
    line-height: 1.48;
    background: url('../images/gebauder.png') no-repeat bottom center #f1f1f1;
    border-bottom: #d43047 .625rem solid;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto 31.25rem;
    overflow: hidden;
    box-shadow: 0 0 .187rem 0 #c2c2c2;
    background-color: #fff;
    font-weight: 300;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.link {
    color: #d43047;
    text-decoration: underline;
}

p {
    margin: 1.33em 0;
}

p span {
    white-space: nowrap;
}

.no_margin {
    margin: 0;
}

strong {
    font-weight: 700
}

h1 {
    margin: 1.875rem 0 3.875rem;
    font-size: 1.312rem;
    font-weight: 400;
}

h2 {
    padding: .75rem 1rem;
    background-color: #fff;
    border-top: 0.125rem #d43047 solid;
    border-bottom: 0.125rem #d43047 solid;
    font-size: 0.9375rem;
    line-height: 1
}

h3 {
    font-size: 1.25rem;
    text-align: center
}

h4 {
    font-size: .875rem;
    margin: 1.187rem 0;
}

ul {
    list-style: none;
    margin: 0 0 1.187rem;
    padding: 0;
}

ul ul {
    margin: 0;
}

ul li {
    padding-left: 2.5rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    font-size: 1rem;
    line-height: 1.4;
}

.opacity {
    position: absolute;
    width: 100%;
    height: 7.5rem;
    top: 0;
    left: 0;
    opacity: 0.85;
    background: #fff;
    z-index: 0;
}

.logo {
    display: block;
    position: absolute;
    z-index: 100;
    opacity: 1;
    left: 3rem;
    top: .625rem;
}

.button {
    padding: 3rem 3rem 0;
}

.hr {
    margin: 0.875rem 0 1.625rem 0;
    padding: 2rem 0 .812rem;
    border-bottom: .125rem solid #d43047;
}

.right {
    display: flex;
    justify-content: flex-end
}

article {
    padding: 0 3rem;
}

.section {
    padding: 0.75rem 1rem 1.375rem;
    background: #f1f1f1;
    margin: 0 0 2.75rem;
}

.section p strong {
    flex: 0 0 9.375rem;
}

.section p {
    margin: 0;
    display: flex;
}

.aside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1.25rem;
}

.text {
    width: 80%;
    text-align: center;
}

.center {
    text-align: center;
}

hr {
    border: .062rem solid #9A9A9A;
    margin: 1.187rem 0
}

a.apply {
    line-height: normal;
    padding: 0.5em 1em;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    border-radius: .125rem;
    background-color: #d43047;
    border-color: #d43047;
    text-decoration: none;
    color: #fff
}

.apply:hover {
    color: #fff;
    background-color: #ce1f36;
    border-color: #ce1f36;
}

footer {
    margin: 3.625rem 3rem;
    display: flex;
    justify-content: flex-end
}

@media only screen and (max-width: 768px) {
    #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
    }

    header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .logo {
        position: static;
        margin: 0.5rem 0 1.25rem;
    }

    .opacity {
        display: none;
    }

    .button {
        padding: 1rem 0 0;
    }

    article {
        padding: 0 1rem;
    }

    .hr,
    hr {
        margin: 1rem;
        padding: 0 1rem;
    }

    h1 {
        margin: 1rem 0;
    }

    ul li {
        padding-left: 1rem;
    }

    .text {
        width: 100%;
    }

    .section {
        margin: 0 0 1rem
    }

    footer {
        margin: 1rem 0 0;
        justify-content: center
    }
}

@media only screen and (max-width: 630px) {
    h1 {
        text-align: center
    }

    .hr,
    hr {
        margin: 1rem 0;
    }

    .right {
        justify-content: center;
        margin: 1.25rem 0 1rem
    }

    article {
        padding: 0;
    }

    .section p {
        width: auto;
        display: block;
    }

    .aside {
        text-align: center;
        flex-direction: column;
    }
}
