@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v48-latin-regular.eot');
    src: url('../fonts/roboto-v48-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v48-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v48-latin-regular.woff') format('woff'), url('../fonts/roboto-v48-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v48-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v48-latin-700.eot');
    src: url('../fonts/roboto-v48-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v48-latin-700.woff2') format('woff2'), url('../fonts/roboto-v48-latin-700.woff') format('woff'), url('../fonts/roboto-v48-latin-700.ttf') format('truetype'), url('../fonts/roboto-v48-latin-700.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-serif-v18-latin-regular.eot');
    src: url('../fonts/pt-serif-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-serif-v18-latin-regular.woff2') format('woff2'), url('../fonts/pt-serif-v18-latin-regular.woff') format('woff'), url('../fonts/pt-serif-v18-latin-regular.ttf') format('truetype'), url('../fonts/pt-serif-v18-latin-regular.svg#PTSerif') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

#wrapper {
    position: relative;
    max-width: 68.75rem;
    margin: 1rem auto 120px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 .312rem #999;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.link:hover,
a.white:hover {
    color: #8db3e2
}

a.white {
    font-size: .875rem;
    color: #fff;
}

a.web {
    color: black
}

.web:hover {
    color: #333
}

p {
    margin: 0 0 1rem;
}

.big {
    font-size: 20px;
    margin: 20px 0;
}

.nomargin {
    margin: 0
}

.klein_margin {
    margin: 18px 0;
}

.align {
    text-align: right;
    font-size: .875rem;
    margin: 10px 0 0;
}

.nowrap {
    white-space: nowrap;
}

h1,
h3,
h4,
.color {
    color: #0082b9
}

h1 {
    font-size: 35px;
    margin: 0 0 22px
}

h2 {
    margin: 22px 0;
    font-size: 22px;
}


h3 {
    font-size: 22px;
    margin: 0 0 25px
}

h4 {
    font-size: 1em;
    margin: 40px 0 0
}

ul {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
}

ul li {
    padding-left: .937rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.937rem;
    font-size: 1.062rem;
    line-height: 1.1;
    color: rgb(141, 179, 226)
}

article {
    padding: 60px 20px 0 55px;
}

.flex {
    display: flex;
    justify-content: space-between;
    margin-top: 3.437rem;
    align-items: flex-end
}

.left,
.right {
    width: 48%;
}

.right {
    background: url("../images/hintergrund.png") no-repeat;
    background-size: cover;
    padding: 45px 30px 15px;
}

a.apply {
    background: #5e5a5b;
    border-radius: .312rem;
    padding: 0.5rem 1.5rem;
    color: #fff;
    width: 13.75rem;
    margin: 1.5rem 0;
    display: block;
    text-align: center
}

.kontakt {
    display: flex;
    column-gap: 1rem;
    align-items: center
}

.kontakt p {
    margin: 0
}

i {
    font-size: 3.75rem
}

aside {
    position: relative;
    margin: 75px 0 0
}

.bottom {
    position: absolute;
    right: 3.437rem;
    bottom: 1rem;
    display: flex;
    align-items: flex-end;
    column-gap: .75rem
}

.bottom p {
    margin: 0
}

a.logo {
    position: absolute;
    width: 30%;
    height: 100%;
    left: 8%
}

footer {
    display: flex;
    justify-content: center;
    border-top: solid 1px #0082b9;
}

a.btn {
    text-align: center;
    color: #fff;
    background: #0082b9;
    margin: 10px auto;
    padding: 8px 19px 9px;
    font-size: 16px;
    font-family: 'PT Serif', sans-serif;
}

@media only screen and (max-width: 1099px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem 16px 50px;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    article {
        padding: 1rem
    }

    .align {
        margin: 1rem
    }

    .bottom {
        right: 1rem
    }
}

@media only screen and (max-width: 900px) {
    article {
        padding: 1rem 0
    }

    .flex {
        flex-direction: column;
    }

    .left,
    .right {
        width: 100%
    }

    .right {
        padding: 2.812rem 1rem .625rem;
        margin: 30px 0 0;
    }

    aside {
        margin: 20px 0 0;
    }
}

@media only screen and (max-width: 789px) {
    .bottom {
        position: static;
        background: #0082B9;
        padding: 1rem;
        justify-content: flex-end
    }

    a.logo {
        height: 50%
    }
}

@media only screen and (max-width: 533px) {
    h1 {
        font-size: 30px;
        text-align: center;
    }

    h2 {
        text-align: center;
        font-size: 20px;
    }

    h3 {
        margin-bottom: 16px;
    }

    ul {
        margin-bottom: 22px;
    }

    .bottom {
        flex-direction: column;
        align-items: center
    }

    .align {
        text-align: center;
    }

    a.logo {
        height: 40%
    }

    .bottom p {
        text-align: center;
        margin-top: 1rem
    }

    a.white {
        white-space: normal;
    }
}

@media only screen and (max-width: 415px) {

    a.apply,
    a.btn {
        width: 100%;
        display: block;
    }

    footer {
        padding: 0 16px;
    }
}