@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v32-latin-regular.eot');
    src: url('../fonts/nunito-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-v32-latin-regular.woff2') format('woff2'), url('../fonts/nunito-v32-latin-regular.woff') format('woff'), url('../fonts/nunito-v32-latin-regular.ttf') format('truetype'), url('../fonts/nunito-v32-latin-regular.svg#Nunito') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-v32-latin-700.eot');
    src: url('../fonts/nunito-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-v32-latin-700.woff2') format('woff2'), url('../fonts/nunito-v32-latin-700.woff') format('woff'), url('../fonts/nunito-v32-latin-700.ttf') format('truetype'), url('../fonts/nunito-v32-latin-700.svg#Nunito') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #3C3C3C;
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 1.063rem;
    line-height: 1.43;
    background: url(../images/hintergrund.jpg) top center/ cover no-repeat;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1.562rem auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 1.562rem -.75rem rgb(0 0 0 / 50%);
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: underline dotted 1px #cc1e1c;
    white-space: nowrap;
}

a:hover {
    color: #cc1e1c;
    text-decoration: underline;
}

p {
    margin: 0 0 1.625rem;
}

p,
ul {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

span {
    white-space: nowrap;
}

h1 {
    font-size: 1.875rem;
    line-height: 1.3;
    text-transform: inherit;
    padding: 0 0 1.25rem;
    color: #cc1e1c;
    margin: 0;
}

h1 span {
    font-size: .8em;
}

h2 {
    font-size: 1.25rem;
    padding: 1.125rem 0 .75rem;
    color: #cc1e1c;
    margin: 0;
    font-weight: 500;
}

ul {
    list-style: none;
    padding: 0 0 1.25rem;
}

ul ul {
    padding: 0;
}

ul li {
    padding: 0 0 .125rem 1rem;
    position: relative;
}

ul li:before {
    position: absolute;
    content: "\203A";
    font-size: 1.25rem;
    line-height: .9;
    margin: 0 0 0 -1rem;
}

ul ul li:before {
    content: "\00BB";
}

header {
    padding: 1.25rem 2.188rem;
    display: flex;
}

article {
    padding: 2.188rem 2.188rem 0;
}

footer {
    padding: 0 2.188rem;
}

.apply a {
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    text-decoration: none;
    color: #fff;
    background-color: #cc1e1c;
    border: 2px solid #cc1e1c;
    padding: 8px 58px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 26px;
    margin-bottom: 53px;
    border-radius: 1px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.apply a:hover {
    background: #fff;
    color: #cc1e1c;
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    body {
        background: none;
    }
}

@media only screen and (max-width: 42rem) {
    header {
        justify-content: center;
        padding: 1rem;
    }

    article {
        padding: 1.25rem 1rem 0;
    }

    footer {
        padding: 0 1rem;
    }

    .apply {
        display: flex;
        justify-content: center;
    }

    h2 {
        padding-top: 0;
    }

    .apply a {
        margin: 0 0 2rem;
    }
}