@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v36-latin-regular.eot');
    src: url('../fonts/open-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-regular.woff') format('woff'), url('../fonts/open-sans-v36-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v36-latin-700.eot');
    src: url('../fonts/open-sans-v36-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-700.woff') format('woff'), url('../fonts/open-sans-v36-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #1e2739;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: .937rem;
    line-height: 1.4;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 0.625rem rgb(0, 0, 0, 0.20);
}

p {
    margin: 0 0 1.25rem;
}

.nowrap {
    white-space: nowrap;
}

.ort_und_teil p i {
    font-size: .937rem;
    margin: 0 .25rem 0 0;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    padding: 0 0 0 1.875rem;
    margin: 0 0 0.3125rem;
}

ul li:before {
    content: "\2022";
    font-size: 1.125rem;
    position: relative;
    display: block;
    float: left;
    bottom: 0.1875rem;
    margin: 0 0 0 -.937rem;
}

h1,
h3 {
    font-size: 1.5rem;
    line-height: 1.1;
    color: #FF7D25;
    margin: 0.9375rem 0;
    font-weight: 700;
}

.color {
    color: #FF7D25;
}

h2 {
    font-size: 1.3125rem;
    margin: 0 0 1.125rem;
    line-height: 1.4;
    border-bottom: .375rem solid #FF7D25;
    display: inline-block;
    padding: 0 1.25rem 0 0
}

header {
    padding: .937rem 2.375rem 0;
}

.column_right>p:first-of-type {
    font-size: 1.062rem;
    margin: 1.25rem 0;
    color: inherit;
    text-decoration: none;
}

.section_header {
    position: relative
}

.column_left {
    position: absolute;
    right: 2.187rem;
    bottom: -4.687rem;
    z-index: 100;
}

.column_right {
    width: 75%;
}

.ort_und_teil p:first-of-type {
    margin: 0 0 .5rem;
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    11% {
        left: 0%;
    }

    14% {
        left: -100%;
    }

    26% {
        left: -100%;
    }

    29% {
        left: -200%;
    }

    40% {
        left: -200%;
    }

    43% {
        left: -300%;
    }

    54% {
        left: -300%;
    }

    57% {
        left: -400%;
    }

    68% {
        left: -400%;
    }

    71% {
        left: -500%;
    }

    83% {
        left: -500%;
    }

    86% {
        left: -600%;
    }

    97% {
        left: -600%;
    }

    100% {
        left: -700%;
    }
}

.slider {
    overflow: hidden;
    margin-bottom: 1rem;
}

.slider figure {
    position: relative;
    width: 800%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 42s slidy infinite;
}

figure img {
    width: 12.5%;
    float: left;
}

.button_container {
    text-align: center;
    margin: 1.25rem 0 0;
}

a.bewerben {
    width: 15.625rem;
    height: 3.0625rem;
    color: #fff;
    background-color: #FF7D25;
    padding: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.0625rem;
    display: inline-block;
    text-align: center;
}

article {
    padding: 0 2.375rem;
}

article>.section {
    margin: 0 0 1.25rem;
}

.section_bg_one {
    background-color: #fff;
}

.section_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_flex_column {
    width: 60%;
}

.paragraph_margin_zero,
figure {
    margin: 0;
}

iframe {
    width: 100%;
    height: 24.75rem;
    display: block;
}

footer {
    background-color: #FF7D25;
    color: #fff;
    margin: 1.562rem 2.375rem 2.375rem;
    padding: .937rem 3.437rem;
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
}

footer p {
    text-align: center;
    margin: 0;
}

footer .section:last-of-type p a i {
    font-size: 1rem;
    margin-top: .312rem;
}

.padding {
    padding: 0 .312rem
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    p,
    article>.section {
        margin: 0 0 1rem;
    }

    ul li {
        padding: 0 0 0 1rem;
        margin: 0;
    }

    h1,
    h3 {
        font-size: 1.562rem;
        line-height: 1.2;
    }

    h1,
    h3,
    .column_right p {
        margin: .625rem 0;
    }

    header {
        padding: 0 .625rem;
    }

    .button_container {
        margin: 1rem 0;
    }

    article {
        padding: 0 .625rem;
    }

    footer {
        margin: 1rem .625rem 0;
        padding: .625rem;
    }

    footer p {
        margin: 0 0 .312rem;
    }
}

@media only screen and (max-width: 41.875rem) {

    h2 {
        font-size: 1rem;
        margin: 0 0 .312rem;
    }

    h3,
    h4,
    .column_right p {
        text-align: center;
    }

    .section_header,
    .column_left img {
        display: block;
    }

    .column_left {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .column_right {
        width: 100%;
    }

    article {
        padding: 0;
    }

    article>.section {
        padding: 0;
    }

    iframe {
        height: 21.875rem;
    }

    footer {
        padding: 1rem;
        margin: 1rem 0 0;
        justify-content: space-evenly
    }
}

@media only screen and (max-width: 32.5rem) {

    .section_flex,
    .section_flex img {
        display: block;
    }

    .section_flex_column {
        width: 100%;
    }

    .section_flex img {
        margin: 0 auto;
    }

    footer p {
        margin-bottom: .625rem;
    }

    footer {
        flex-direction: column;
        gap: 0;
    }

    i {
        margin-top: 0
    }
}