@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.eot');
    src: url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), url('../fonts/roboto-v30-latin-300.woff') format('woff'), url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') 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: 0.937rem;
    line-height: 1.2;
    font-weight: 300;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    overflow: hidden;
    background: url(../images/bg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 0.625rem 0;
}

h1 {
    font-size: 1.562rem;
    line-height: 1.2;
    color: #002c5a;
    margin: 1rem 0;
}

h2 {
    font-size: 0.875rem;
    color: #fff;
    margin: 0 0 0.312rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 0.625rem;
}

span {
    white-space: nowrap
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding: 0 0 .187rem 0.937rem;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .5rem;
    height: .125rem;
    border-radius: .5rem;
    background: #fff;
    margin-left: -.937rem;
    top: .375rem;
}

header {
    position: relative;
    padding: 0 1.25rem 0;
    margin: 0.625rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
    column-gap: 0.625rem;
}

.container {
    width: 75%;
    margin-left: 12.7%;
}

article {
    background: #00b6ed;
    margin: 0.625rem 1.25rem 0;
    padding: 1.25rem;
}

.color {
    color: #fff;
    font-weight: 700;
}

footer {
    background: #00b6ed;
    margin: 0 1.25rem 12.9rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: start;
}

a.logo_bottom {
    margin: 0.937rem 0 2rem;
}

a.link {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

a.bewerben {
    position: absolute;
    bottom: 8.75rem;
    right: 3.75rem;
}

@media only screen and (max-width: 56.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: none;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    header {
        padding: 1rem;
        margin: 0 1rem;
    }

    .container {
        width: 100%;
        margin: 0;
    }

    article {
        margin: 0 1rem;
        padding: 1rem 1rem 0.062rem;
    }

    footer {
        margin: 0 1rem;
        padding: 1rem 1rem 0;
        align-items: center;
    }


    a.bewerben {
        position: static;
        margin: 0.937rem 0;
    }

    a.logo_bottom {
        margin: 0.937rem 0;
    }

    h1 {
        text-align: center;
    }
}