@charset "utf-8";

@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');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    font-size: 16px;
}

body {
    color: #333333;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

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 / 20%);
}

p {
    margin: 0 0 0.625rem;
}

p span {
    white-space: nowrap
}

p small {
    display: block;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.web:hover {
    color: #000;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    padding-left: 1.75rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

h1,
h2 {
    color: #007a59;
    font-size: 27px;
    margin: 1rem 0;
}

h2 span {
    font-weight: 400
}

h3 {
    font-size: 1.312rem;
    margin: 0 0 0.625rem;
}

header {
    padding: 2.5rem 2.5rem 1.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.title {
    width: 65%
}

.title a {
    font-size: 1.0625rem;
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}

.infos {
    display: flex;
    column-gap: 1.5rem;
    margin: 1rem 0 0;
}

article {
    padding: 0 2.1875rem;
}

.section {
    padding: 1rem;
    margin: 0 0 1rem;
}

.aside {
    background-color: #f4f4f4;
    padding: 1rem;
    margin: 0 0 1rem;
}

.logo_middle {
    display: flex;
    justify-content: flex-end;
}

.btn_container {
    display: flex;
    justify-content: center;
}

a.bewerben {
    width: 9.687rem;
    height: 2.4375rem;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    background-color: #007a59;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-out 0.3s;
}

a.bewerben:hover {
    background: #ff0000;
}

.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 {
    background-color: #f4f4f4;
    margin: 1rem 2.1875rem 2.1875rem;
    padding: 1rem;
}

footer > p {
    text-align: center;
    margin: 0;
}

@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;
    }

    header {
        padding: 1rem;
    }

    article {
        padding: 0;
    }

    article > img {
        margin: 0 auto;
        display: block;
    }

    .logo_middle {
        margin: 1.25rem 0;
    }

    footer {
        margin: 1rem 0 0;
    }
}

@media only screen and (max-width: 45.625rem) {
    .infos {
        flex-direction: column
    }
}

@media only screen and (max-width: 37.437rem) {
    header {
        flex-direction: column;
    }

    h1,
    h2 {
        text-align: center;
    }

    h1,
    h2 {
        font-size: 23px
    }

    .infos {
        align-items: center
    }

    .title {
        margin: 1rem 0 0;
        width: 100%
    }

    .title a {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 30rem) {
    ul li {
        padding-left: 1.375rem;
    }

    .logo_middle {
        justify-content: center
    }

    .center {
        text-align: center
    }
}