@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'Fave Script';
    src: url('Fave-ScriptBold.eot');
    src: url('Fave-ScriptBold.eot?#iefix') format('embedded-opentype'),
        url('Fave-ScriptBold.woff2') format('woff2'),
        url('Fave-ScriptBold.woff') format('woff'),
        url('Fave-ScriptBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #00519E;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 0.938em;
    line-height: 1.3;
}
#wrapper {
    position: relative;
    max-width: 1200px;
    min-width: 250px;
    margin: 1rem auto;
    background: #fff url('grey-bg.png');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 6rem 5rem 10rem;
}
p {
    padding-bottom: 1rem;
}
h1 {
    font-size: 3em;
    line-height: 1.4;
}
h1 small {
    font-size: 0.7em;
    display: block;
    font-weight: 400;
}
h2 small {
    display: block;
    font-size: 0.7em;
}
h1, h2 {
    margin: 0 -5rem;
    padding: 1rem 5rem;
    color: #fff;
    background: #00519E;
}
h2 {
    font-size: 2.7em;
    line-height: 1.3;
    background: #1C3664;
}
a {
    color: #00519E;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
h3 {
    font-size: 1em;
    line-height: 1.3;
    padding-bottom: 0.3rem;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
    color: #000;
}
li {
    padding-left: 1.5rem;
}
ul li:before {
    float: left;
    margin: 0 0 0 -1.5rem;
    content: "»";
    color: #00519e;
    line-height: 1;
    font-size: 18px;
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2rem;
}
.background {
    padding: 6px 16px;
    color: #fff;
    background-color: #00519e;
    font-size: 1.25em;
    line-height: 1.3;
    margin-bottom: 1rem;
    width: fit-content;
}
.banner {
    margin: 0 -5rem 1rem;
}
.banner img {
    width: 100%;
}
.big {
    font-size: 1.6em;
    line-height: 1.3;
    color: #00519E;
}
.nobottom {
    padding-bottom: 0;
}
.flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.left, .right {
    width: 47%;
}
.arrow {
    position: relative;
}
.arrow img {
    position: absolute;
    top: 24px;
    left: -60px;
}
.benefits {
    align-items: center;
    padding-left: 2rem;
}
.benefits figure {
    margin-bottom: 2rem;
    text-align: center;
}
.benefits figure figcaption {
    width: 95%;
    text-align: center;
    display: block;
}
.font {
    text-align: center;
    color: #00519e;
    font-family: 'Fave Script';
    font-size: 6em;
    line-height: 1;
    transform: rotate(-7deg);
    padding: 3rem 0;
}
.font a {
    color: #00B1AA;
}
.font a:hover, .button:hover {
    text-decoration: none;
}
.hand {
    display: flex;
    justify-content: center;
    margin: -1rem 0 0;
}
footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.position {
    position: absolute;
    left: 6rem;
    bottom: -0.5rem;
}
.personal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 42%;
    position: relative;
}
.susanne span {
    display: block;
    color: #00519E;
}
.susanne {
    padding-left: 2rem;
}
.media, .address {
    padding-top: 3.5rem;
}
.media p {
    padding-bottom: 0.5rem;
}
.black, footer p {
    color: #000;
}
.apply {
    background: #E2E7EB;
    padding: 2.5rem 1.5rem 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.jetztbewerben a {
    background: #fff;
    padding: 1rem 2rem;
}
@media only screen and (max-width:1019px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
        padding: 1rem 1rem 10rem;
    }
    h1, h2 {
        padding: 1rem;
        margin: 0 -1rem;
    }
    header br, article br, .arrow img {
        display: none;
    }
    footer {
        margin: 1rem 0;
    }
}
@media only screen and (max-width:900px) {
    .personal {
        width: 100%;
    }
}
@media only screen and (max-width:750px) {
    .left, .right {
        width: 100%;
    }
    .font {
        font-size: 4em;
    }
}
@media only screen and (max-width:640px) {
    header {
        flex-direction: column-reverse;
    }
    h1 {
        font-size: 3em;
    }
}
@media only screen and (max-width:505px) {
    .apply {
        flex-wrap: wrap;
        justify-content: center;
    }
    .socialsharebuttons {
        padding-bottom: 2rem;
    }
    h1,h2{
        font-size: 2em;
    }
}
@media only screen and (max-width:480px) {
    .position {
        position: static;
    }
    footer br {
        display: none;
    }
}