@charset "utf-8";

:root {
    font-size: 1rem;
}

/* roboto-300 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v48-latin-300.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-v48-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v48-latin-300.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-v48-latin-300.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-v48-latin-300.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-v48-latin-300.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v48-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-v48-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v48-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-v48-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-v48-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-v48-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}

/* roboto-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-v48-latin-600.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-v48-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v48-latin-600.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-v48-latin-600.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-v48-latin-600.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-v48-latin-600.svg#Roboto') format('svg');
    /* Legacy iOS */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #444444;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.7;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 72.5rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 0.0625rem #000;
}

h1 {
    background: #9bbb5a;
    color: #fff;
    font-weight: 300;
    font-size: 2.625rem;
    padding: 1.5625rem 3.75rem;
    margin-top: 7.5rem;
}

h2 {
    color: #003f68;
    font-weight: 300;
    font-size: 1.875rem;
    margin: 0 0 1.25rem;
}

h3 {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 300;
    margin: 0 0 1.25rem;
}

h4 {
    color: #222;
    font-size: 1.875rem;
    font-weight: 300;
}

hr {
    border: 0.0625rem solid #e5e5e5;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 0.625rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 2rem;
    margin-bottom: 0.625rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.1rem;
    font-size: 1.4em;
    line-height: 1.1;
}

header {
    background: url(../images/bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 6.25rem 0 0;
}

.logo {
    margin: 0 3.75rem;
}

.first {
    padding: 2.5rem 3.75rem;
}

section {
    padding: 1.875rem 3.75rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 0.375rem;
}

section div {
    width: 50%;
}

.bluebox {
    background-color: #003f68;
    color: #fff;
    padding: 1.25rem 1.125rem 7rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    column-gap: 0.625rem;
    box-shadow: 0 0 0.9375rem 0 #999999;
}

.bewerbenbtn {
    padding: 1rem 1.75rem;
    font-size: 1.5625rem;
    border-radius: 0.125rem;
    background: #9bbb5a;
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.pdfbtn {
    background: #3293b4;
    color: #fff;
    margin-top: .5rem;
    padding: 0.375rem 2.15rem;
    font-size: 1rem;
    border-color: transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
}

aside {
    background-color: #f5f5f5;
    display: flex;
    align-items: flex-start;
    padding: 1.875rem 3.75rem 2.5rem;
    column-gap: 5rem;
}

aside>img {
    margin-top: .625rem;
}

.social div {
    display: flex;
    gap: .5rem;
}

.social a {
    border-radius: 1%;
    background-color: #003f68;
    color: #fff;
    padding: 0.5rem;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.social a:hover {
    background-color: #3293b4;
}

footer {
    background-color: #003f68;
    color: #fff;
    padding: 3.75rem 6.25rem 2.5rem 5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media only screen and (max-width: 72.4375rem) {
    #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;
    }

    .bluebox {
        background-color: #003f68;
        color: #fff;
        padding: 0.625rem 1rem;
        display: block;
    }
}

@media only screen and (max-width: 56.1875rem) {
    body {
        line-height: 1.4;
    }

    h1 {
        font-size: 2.25rem;
        padding: 1.25rem 1rem;
    }

    h2 {
        font-size: 1.625rem;
        margin: 0 0 0.625rem;
        line-height: 1.3;
    }

    h3 {
        font-size: 1.625rem;
        margin: 0 0 0.625rem;
    }

    h4 {
        font-size: 1.625rem;
    }

    ul li {
        padding-left: 1.25rem;
        margin-bottom: 0;
    }

    header {
        padding: 1.875rem 0 0;
    }

    .logo {
        margin: 0 1.875rem;
    }

    .first {
        padding: 1rem;
    }

    section {
        padding: 1rem;
        display: block;
    }

    section div {
        width: 100%;
    }

    .bluebox {
        margin: 1.25rem 0 0;
        text-align: center;
    }

    aside {
        flex-direction: column;
        align-items: center;
        padding: 1rem 1rem 1.625rem;
        text-align: center;
    }

    aside>img {
        margin: 0 0 .625rem;
    }

    .social div {
        justify-content: center;
        padding-top: .5rem;
    }

    footer {
        padding: 1.625rem 1rem 0.625rem;
    }
}

@media only screen and (max-width: 48rem) {

    header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h1 {
        width: 100%;
        text-align: center;
    }

    section {
        padding: 1rem 0;
        display: block;
    }

    footer {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 30rem) {}

@media only screen and (max-width: 23.438rem) {}