@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin-600.eot');
    src: url('../fonts/open-sans-v40-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-600.woff') format('woff'), url('../fonts/open-sans-v40-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-600.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #444444;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 59.375rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 0.062rem #000;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 0.625rem;
}

.nowrap {
    white-space: nowrap;
}

span {
    white-space: nowrap;
}

h1 {
    font-size: 1.875rem;
    font-weight: normal;
    line-height: 1.4;
    color: #444444;
    margin: 3.125rem 1.25rem 0;
}

h2 {
    color: #ffffff;
    background-color: #005ca3;
    display: inline-block;
    margin: 1rem 0 1.562rem;
    font-weight: normal;
    font-size: 1.812rem;
    padding: 0.312rem 1rem 0.312rem 0.5rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.29;
    border-bottom: solid 0.062rem #005ca3;
    font-weight: normal;
    margin: 1rem 0;
    padding: 0 0 1rem;
}

h4 {
    font-size: 0.9375rem;
    margin: 0 0 1.25rem;
    font-weight: 600;
}

.left {
    margin-left: 8.75rem;
}

hr {
    border: solid 0.125rem #005ca3;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul ul {
    margin-bottom: 0;
}

ul li {
    padding-left: 2.187rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1.2;
    font-family: 'Arial', sans-serif;
}

header {
    background-image: url("../images/blaue_streifen.jpg");
    background-repeat: round;
    padding: 1.25rem 3.125rem
}

.logo {
    width: 25%;
}

.margin {
    padding: 1.25rem 3.75rem 2.5rem;
}

.margin_top {
    margin: 1.25rem 0 0.625rem;
}

.margin h4:last-of-type {
    margin-top: 1.875rem;
}

.flex {
    display: flex;
    align-items: flex-start;
    padding: 1.875rem 0.625rem 1.25rem 2.5rem;
    column-gap: 0.937rem;
}

.aside p,
.aside h4 {
    font-size: 0.9375rem;
}

.margin_bottom {
    margin-bottom: 2.5rem;
}

.aside:nth-of-type(1) {
    width: 40%;
}

.aside:nth-of-type(2) {
    width: 38%;
}

.rotate {
    font-size: 0.875rem;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 11%;
    left: -13%;
}

.flex {
    background-image: url("../images/blaue_streifen_footer.jpg");
    background-repeat: round;
}

.flex ul li {
    padding-left: 1.375rem;
}

.button {
    background: #fff;
    padding: 0.625rem;
    border-top: 0.062rem solid #005ca3;
    display: flex;
    justify-content: center;
}

a.apply {
    background: #005ca3;
    padding: 0.625rem 1.25rem;
    color: #fff;
    font-size: 1rem;
    width: 11.5625rem;
    text-align: center;
}

@media only screen and (max-width: 59.3125rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1.25rem;
    }

    h1 {
        font-size: 1.5rem;
        margin: 1rem 0 0.625rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.062rem;
    }

    h4 {
        margin: 0 0 0.625rem;
    }

    header {
        padding: 1.25rem;
    }

    .logo {
        width: auto;
    }

    .margin {
        padding: 0.625rem 0;
    }

    .margin h4:last-of-type {
        margin-top: 0.625rem;
    }

    .flex {
        background: none;
        background-color: #ECF9FF;
        flex-direction: column;
        padding: 1rem;
        column-gap: 0.625rem;
    }

    .margin_bottom {
        margin: 0 0 1rem;
    }

    .aside:nth-of-type(1),
    .aside:nth-of-type(2) {
        width: 100%;
    }

    .rotate {
        display: none;
    }

    .button {
        padding: 1rem 0 0;
    }
}

@media only screen and (max-width: 42.5rem) {
    h1 {
        text-align: center;
    }

    .left {
        margin-left: 0;
    }

    h2 {
        font-size: 1.25rem;
        text-align: center;
        display: block;
        margin: 0.625rem auto;
    }

    .flex {
        align-items: center;
    }

    .aside p,
    .aside:nth-of-type(2) h4,
    .aside:last-of-type h4 {
        text-align: center;
    }

    .logo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 30rem) {
    ul li {
        padding-left: 1.25rem;
    }
}

@media only screen and (max-width: 23.5rem) {
    a.apply {
        width: 100%;
    }
}