@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v39-latin-regular.eot');
    src: url('../fonts/noto-sans-v39-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v39-latin-regular.woff2') format('woff2'), url('../fonts/noto-sans-v39-latin-regular.woff') format('woff'), url('../fonts/noto-sans-v39-latin-regular.ttf') format('truetype'), url('../fonts/noto-sans-v39-latin-regular.svg#NotoSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-v39-latin-700.eot');
    src: url('../fonts/noto-sans-v39-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v39-latin-700.woff2') format('woff2'), url('../fonts/noto-sans-v39-latin-700.woff') format('woff'), url('../fonts/noto-sans-v39-latin-700.ttf') format('truetype'), url('../fonts/noto-sans-v39-latin-700.svg#NotoSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #3a434f;
    font-family: 'Noto Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    background: linear-gradient(180deg, rgba(239, 239, 239, 0.3) 300px, rgba(239, 239, 239, 1) 800px), url(../images/bg.jpg) no-repeat top center;
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.blau {
    color: #0085cd;
    text-decoration: underline 1px dotted #0085cd;
}

a.blau:hover {
    text-decoration: underline 1px solid #0085cd;
    color: #333;
}

p {
    margin: 0 0 26px;
}

.margin {
    margin: 0
}

.margin + ul {
    margin: 0 0 .75rem
}

.aside p:last-of-type {
    margin: 0;
}

h1 {
    font-size: 26px;
    margin: 0 0 26px;
    color: #0085cd;
}

h1 span {
    font-size: 20px;
    font-weight: 400;
}

h2 {
    font-size: 20px;
    line-height: 1.3;
    color: #0085cd;
    padding: 12px 26px;
    background: #e7f0fa;
    border-radius: 8px 8px 0 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.margin {
    margin: 0 0 26px;
}

ul li {
    padding: 0 0 8px 20px
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -20px;
    font-size: 27px;
    line-height: 0.9;
}

header {
    border-radius: 8px;
    margin-bottom: 17px;
    background: #fff;
}

header > img {
    border-radius: 8px 8px 0 0;
}

.logo {
    padding: 26px;
    display: flex;
    justify-content: flex-end;
}

.logo:hover {
    opacity: 0.62;
}

section {
    margin-bottom: 17px;
    border-radius: 8px;
    background: #fff;
}

.aside {
    padding: 26px;
}

a.apply {
    text-align: center;
    font-size: 17px;
    color: #fff;
    background-color: #0085cd;
    margin: 26px auto 53px;
    padding: 8px 12%;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    border: 2px solid #0085cd;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.apply:hover {
    background: transparent;
    border: 2px solid #0085cd;
    text-decoration: none;
    color: #0085cd;
    opacity: 0.656277;
}

footer {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .aside {
        padding: 16px;
    }

    h2 {
        padding: 12px 16px;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        text-align: center;
        font-size: 24px;
    }
}
