@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lexend-v19-latin-regular.eot');
    src: url('../fonts/lexend-v19-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lexend-v19-latin-regular.woff2') format('woff2'), url('../fonts/lexend-v19-latin-regular.woff') format('woff'), url('../fonts/lexend-v19-latin-regular.ttf') format('truetype'), url('../fonts/lexend-v19-latin-regular.svg#Lexend') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lexend-v19-latin-700.eot');
    src: url('../fonts/lexend-v19-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/lexend-v19-latin-700.woff2') format('woff2'), url('../fonts/lexend-v19-latin-700.woff') format('woff'), url('../fonts/lexend-v19-latin-700.ttf') format('truetype'), url('../fonts/lexend-v19-latin-700.svg#Lexend') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/lexend-v19-latin-800.eot');
    src: url('../fonts/lexend-v19-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/lexend-v19-latin-800.woff2') format('woff2'), url('../fonts/lexend-v19-latin-800.woff') format('woff'), url('../fonts/lexend-v19-latin-800.ttf') format('truetype'), url('../fonts/lexend-v19-latin-800.svg#Lexend') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #7E8890;
    font-family: 'Lexend', Arial, Helvetica, sans-serif;
    font-size: .937rem;
    line-height: 1.6;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 69.375rem;
    margin: 1rem auto;
    border: none;
    background-color: #fff;
    overflow: hidden;
}

p {
    margin: 0 0 1rem;
}

h1 {
    font-size: 1.812rem;
    line-height: 1.2;
    color: #002F55;
    font-weight: 800;
    margin: 0 0 1rem
}

h2 {
    font-size: 1.062rem;
    font-weight: 400;
    margin: 0 0 .375rem
}

h3 {
    font-size: 1.231em;
    font-weight: 800;
    hyphens: none;
    margin: 0 0 1rem
}

h4 {
    font-size: 1.131em;
    font-weight: 800;
    color: #002F55;
    margin: 0 0 1rem
}

:is(a:link, a:visited, a:active) {
    color: #7E8890;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: underline;
}

a.web:link,
a.web:visited {
    width: 12.5rem;
    line-height: 3;
    display: block;
    text-align: center;
    background: #86BC24;
    margin: 1rem auto;
    color: #fff;
}

a.web:hover {
    background-color: #C4171C;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

p span {
    white-space: nowrap
}

ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

ul li {
    padding-left: 1rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    font-size: 1.375em;
    line-height: 1.1;
}

header img,
aside img {
    display: block
}

article,
footer {
    padding: 0 1rem;
}

a.teilzeit {
    background: #B0CE7A;
}

.info {
    display: flex;
    justify-content: space-between;
    column-gap: 2rem;
    flex-direction: row;
}

.adresse {
    margin-top: -8rem;
}

.zeit {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 1rem;
    margin: 1.25rem 0 1.5rem
}

a.vollzeit,
a.teilzeit {
    width: 6.25rem;
    font-size: .937rem;
    text-transform: uppercase;
    text-align: center;
    margin: 1rem 1rem 0 0;
    color: #fff;
    border-radius: 1.875rem;
    padding: .187rem .375rem
}

a.vollzeit {
    background: #86BC24;
}

.green {
    color: #86BC24;
    text-align: center;
}

aside {
    width: 18.125rem;
    padding: 1.5rem 1.188rem 3rem;
    background-color: #002F55;
    color: #fff;
    margin: 0 .625rem 1.25rem 0
}

aside img {
    margin: 0.5rem auto 1rem;
}

a.white:link,
a.white:visited {
    color: #fff;
    text-decoration: none;
}

a.white:hover {
    color: #C4171C;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer p {
    text-align: center;
}

@media only screen and (max-width:69.312rem) {
    #wrapper {
        margin: 0 auto;
        hyphens: auto;
    }
}

@media only screen and (max-width:52.5rem) {
    header {
        padding: 0 1rem;
    }

    .info {
        flex-direction: column;
        column-gap: 0;
    }

    aside {
        width: 100%;
        padding: 1rem;
    }

    h3,
    aside p {
        text-align: center;
    }

    .adresse {
        margin-top: 0;
    }
}

@media only screen and (max-width:35rem) {
    h1 {
        font-size: 1.692em;
        text-align: center;
        hyphens: none;
    }

    .zeit {
        justify-content: center;
        margin: .625rem 0 1rem
    }
}
