@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v18-latin-regular.eot');
    src: url('../fonts/source-sans-3-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v18-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-3-v18-latin-regular.woff') format('woff'), url('../fonts/source-sans-3-v18-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-3-v18-latin-regular.svg#SourceSans3') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-3-v18-latin-600.eot');
    src: url('../fonts/source-sans-3-v18-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v18-latin-600.woff2') format('woff2'), url('../fonts/source-sans-3-v18-latin-600.woff') format('woff'), url('../fonts/source-sans-3-v18-latin-600.ttf') format('truetype'), url('../fonts/source-sans-3-v18-latin-600.svg#SourceSans3') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-3-v18-latin-700.eot');
    src: url('../fonts/source-sans-3-v18-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v18-latin-700.woff2') format('woff2'), url('../fonts/source-sans-3-v18-latin-700.woff') format('woff'), url('../fonts/source-sans-3-v18-latin-700.ttf') format('truetype'), url('../fonts/source-sans-3-v18-latin-700.svg#SourceSans3') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Source Sans 3', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 49.5rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: 0.0625rem solid #c2c2c2;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.25rem;
}

.logo_img {
    max-width: 13.75rem;
    width: 100%;
}

a.link {
    color: #004998;
}

a.link:hover {
    color: #0e66b7;
}

.green {
    color: #008767;
}

.margin_big {
    margin-bottom: 3.125rem;
}

ul {
    margin: 0 0 1.875rem;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0 0 0.3125rem;
    padding: 0 0 0 2.1875rem;
}

ul li:before {
    content: "";
    background-color: #000000;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    position: relative;
    display: block;
    float: left;
    top: 0.5rem;
    margin: 0 0 0 -0.937rem;
}

h1 {
    color: #008767;
    font-size: 1.625rem;
    font-weight: 600;
    margin: 1.25rem 0;
}

h2 {
    color: #004998;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.625rem;
}

header {
    position: relative;
    border-bottom: 1.25rem solid #004998;
}

header p {
    color: #004998;
    font-size: 2.5em;
    font-weight: 400;
    position: absolute;
    bottom: 2.5rem;
    left: 2.8125rem;
    margin: 0;
}

.image img {
    display: block;
}

.logo {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
}

article {
    padding: 2.8125rem;
}

.button_container {
    margin: 0 0 3.75rem;
}

a.apply {
    color: #004998;
    font-size: 1.375rem;
    font-weight: 600;
    text-decoration: underline;
}

a.apply:hover {
    color: #0e66b7;
}

footer {
    padding: 0 2.8125rem 2.8125rem;
}

.kununu_img {
    max-width: 10.375rem;
    width: 100%;
}

@media only screen and (max-width: 49.4375rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    ul li {
        padding: 0 0 0 0.9375rem;
    }

    ul li:before {
        margin: 0 0 0 -0.9375rem;
    }

    .margin_big {
        margin: 0 0 1.25rem;
    }

    h2 {
        margin: 0 0 0.3125rem;
    }

    header {
        border-bottom: 0.625rem solid #004998;
    }

    header p {
        font-size: 1.5em;
        font-weight: 400;
        position: static;
        margin: 1rem;
    }

    header p br {
        display: none;
    }

    .image {
        border-bottom: 0.625rem solid #004998;
    }

    .logo_container {
        padding: 1rem;
    }

    .logo {
        position: static;
    }

    article {
        padding: 1rem;
    }

    .button_container {
        margin: 0 0 1.25rem;
    }

    footer {
        padding: 0 1rem 1rem;
    }
}

@media only screen and (max-width: 25rem) {
    :is(a:link, a:visited, a:hover, a:active) {
        white-space: normal;
    }
}