@charset "utf-8";

:root {
    font-size: 1rem;
}

/* roboto-condensed-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 Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-condensed-v31-latin-300.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-condensed-v31-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v31-latin-300.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-condensed-v31-latin-300.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-condensed-v31-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-condensed-v31-latin-300.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}

/* shadows-into-light-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: 'Shadows Into Light';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/shadows-into-light-v22-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/shadows-into-light-v22-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/shadows-into-light-v22-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/shadows-into-light-v22-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/shadows-into-light-v22-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/shadows-into-light-v22-latin-regular.svg#ShadowsIntoLight') format('svg');
    /* Legacy iOS */
}

/* roboto-condensed-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 Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v31-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-condensed-v31-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v31-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-condensed-v31-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-condensed-v31-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-condensed-v31-latin-regular.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}

/* roboto-condensed-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 Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-condensed-v31-latin-600.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-condensed-v31-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v31-latin-600.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-condensed-v31-latin-600.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-condensed-v31-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-condensed-v31-latin-600.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}

/* roboto-condensed-800 - 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 Condensed';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/roboto-condensed-v31-latin-800.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/roboto-condensed-v31-latin-800.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-condensed-v31-latin-800.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/roboto-condensed-v31-latin-800.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/roboto-condensed-v31-latin-800.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/roboto-condensed-v31-latin-800.svg#RobotoCondensed') format('svg');
    /* Legacy iOS */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

h1 {
    color: #004077;
    font-weight: 300;
    margin: 3.125rem 0 1.875rem;
    font-size: 2.75rem;
}

h1 span {
    font-size: 1.875rem;
}

.respo {
    display: none;
}

hr {
    max-width: 15%;
    border: 0.125rem solid #ffd500;
    margin: 0 0 1.875rem;
}

h2 {
    color: #004077;
    font-family: 'Shadows Into Light', Arial, sans-serif;
    font-size: 2.25rem;
    font-weight: normal;
}

h3 {
    color: #004077;
    margin: 1.25rem 0;
    padding-top: 2.5rem;
    font-weight: 400;
}

h4 {
    color: #004077;
    padding-top: 2.5rem;
    font-size: 1.625rem;
    font-weight: 300;
}

h5 {
    color: #004077;
    font-size: 1.25rem;
    text-align: center;
    font-weight: 400;
    margin: 1rem 0;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.875rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/arrow.svg) no-repeat;
    background-size: contain;
    margin-left: -1.875rem;
    top: 0.375rem;
}

header {
    max-width: 72.5rem;
    margin: 0.375rem auto -0.4375rem;
    padding: 0 1rem;
}

.flex_top {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 3.125rem;
}

.right {
    color: #004077;
}

p i {
    color: #75bad5;
    margin-right: 0.625rem;
}

.left {
    width: 62%;
}

.imagetop {
    position: relative;
}

.container {
    background: url(../images/mark.png) no-repeat;
    background-size: contain;
    margin-left: -9rem;
    padding: 0.5em 14em 2em 10em;
    rotate: -4deg;
}

.du_wir {
    position: absolute;
    bottom: -10%;
}

.logo {
    margin-bottom: 1.625rem;
}

.bluebg {
    background-color: #E1F3FC;
    padding: 0 0 4.375rem;
    margin: 4.375rem 0 0;
}

.flex2 {
    display: flex;
    justify-content: space-between;
}

.bluebg2 {
    background-color: #E1F3FC;
    padding: 0 0 0.625rem;
    margin-top: 5rem;
}

.flex_ball {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 1rem;
    text-align: center;
    column-gap: 1.875rem;
}

.flex_ball div {
    width: 22%;
}

.flex_ball img {
    border-radius: 50%;
    max-width: 8.125rem;
    background-color: #fff;
    border: 0.25rem solid #ffd500;
}

article {
    margin: 0 auto;
}

.apply a {
    display: inline-block;
    color: #fff;
    background-color: #218739;
    border-color: #218739;
    border-radius: 0.5rem;
    text-transform: uppercase;
    padding: 0.4375rem 1.875rem 0.3125rem;
    margin: 3.125rem 0 8.125rem;
    text-align: center;
}

.apply a:hover {
    color: #fff;
    background-color: #1c7330;
    border: #1c7330;
}

aside {
    max-width: 72.5rem;
    margin: 0 auto;
}

footer {
    max-width: 72.5rem;
    margin: 3.125rem auto;
    display: flex;
    justify-content: space-around;
    column-gap: 3.125rem;
}

footer .apply a {
    margin: 3.125rem 0 0.625rem;
    max-width: 18.75rem;
}

footer h5 {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
}

footer hr {
    max-width: 25%;
}

h5 img {
    max-width: 1.5625rem;
    margin-bottom: -0.3125rem;
}

.first {
    border-right: 0.0625rem solid #75bad5;
    width: 50%;
    padding-right: 3.75rem;
}

.second {
    width: 40%;
}

@media only screen and (max-width: 72.4375rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem 0 0;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    h1 {
        margin: 1.25rem 0;
        font-size: 2rem;
    }

    h1 span {
        font-size: 1.5rem;
    }

    .respo {
        display: block;
        text-align: center;
    }

    .disp_normal {
        display: none;
    }

    h1+hr {
        max-width: 15%;
        margin: 0 auto 1.875rem;
        text-align: center;
    }

    h2 {
        font-size: 1.625rem;
    }

    h3 {
        margin: 0.625rem 0;
        padding: 1rem 1rem 0;
    }

    h4 {
        padding-top: 1rem;
        font-size: 1.625rem;
    }

    h5 {
        font-size: 1.125rem;
        margin: 1rem 0;
    }

    .container {
        background: none;
        background-color: #F9CC27;
        margin-left: 0;
        padding: 1rem;
        rotate: 0deg;
    }

    .du_wir {
        position: static;
    }

    article {
        padding: 1rem;
    }

    .right {
        text-align: center;
    }

    .flex_top {
        display: block;
        margin-top: 3.125rem;
    }

    .apply a {
        max-width: 18.75rem;
        margin: 1.25rem auto;
    }

    .left {
        width: 100%;
    }

    .bluebg {
        padding: 0 0 1rem;
        margin: 1rem 0 0;
    }

    .flex2 {
        display: flex;
        justify-content: space-between;
        column-gap: 1rem;
    }

    .bluebg2 {
        padding: 0 0 1rem;
        margin-top: 1rem;
    }

    aside {
        padding: 0 1rem;
    }

    .flex_ball {
        column-gap: 1rem;
    }

    .flex_ball div {
        width: 45%;
    }

    .flex_ball img {
        border-radius: 50%;
        max-width: 6.25rem;
    }
}

@media only screen and (max-width: 48rem) {

    header,
    .apply {
        display: flex;
        justify-content: center;
    }

    .flex2 {
        display: block;
    }

    footer {
        margin: 1.25rem auto 0;
        display: block;
        padding: 1rem;
    }

    footer .apply a {
        margin: 0.625rem 0 0;
    }

    footer h5 {
        font-size: 1.25rem;
    }

    h5 img {
        max-width: 1.5625rem;
        margin-bottom: -0.3125rem;
    }

    .first {
        border-right: none;
        width: 100%;
        padding-right: 0;
    }

    .second {
        width: 100%;
    }
}