@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #666666;
    font-family: 'Arial', sans-serif;
    font-size: .937rem;
    line-height: 1.5rem;
    font-weight: 400;
    background: #ebebeb;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: transparent;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: .5rem 0;
}

h1 {
    font-size: 1.6rem;
    line-height: 120%;
    margin: 1rem 0 .5rem;
    color: #689F56;
    text-align: center;
}

h1 span {
    font-size: 1.2rem;
}

h2 {
    font-size: 1.125rem;
    color: #689F56;
}

header {
    background: #fff;
    padding: 1.5rem;
    display: flex;
}

.center {
    text-align: center;
}

section {
    background: #fff;
    margin: 0 0 .5rem;
    padding: 1rem 1.5rem;
}

ul {
    margin: .5rem 0 0 1rem;
    list-style: none;
}

ul li:before {
    content: "\25A0";
    color: #689F56;
    font-size: .625rem;
    float: left;
    margin: -.062rem 0 0 -.937rem;
}

a.apply {
    background: #689F56;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    border: solid 2px #689F56;
    padding: .7rem 2rem;
    display: block;
    width: 14.375rem;
    margin: 2rem auto 1rem;
}

a.apply:hover {
    background: #fff;
    color: #689F56;
}

.margin {
    padding-top: 0.5rem;
}

section.kontakt {
    display: flex;
    flex-direction: column;
}

section .kontakt_inner {
    display: flex;
    justify-content: flex-start;
}

section.ansprechpartner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1.5rem 1rem;
}

section .details {
    display: flex;
    justify-content: flex-start;
    margin-right: 7rem;
}

section .details_standort {
    display: flex;
    justify-content: flex-start;
}

section>.details h3,
section .details_standort h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

article section .kontakt_inner>figure {
    margin: .625rem 1.562rem 0 0;
}

article section .fa-solid {
    font-size: 3rem;
}

article section>.details figure {
    margin: 0 1.562rem 0 0;
}

section .details_standort figure {
    margin: 0 1.437rem 0 0;
}

@-moz-document url-prefix() {
    section .details_standort figure {
        margin: 0 1.562rem 0 0;
    }
}

.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;
}

footer {
    background: #fff;
    padding: 1rem;
    margin-top: .5rem;
}

footer p {
    text-align: center;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: .5rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    section .details {
        margin-right: 4.375rem;
    }
}

@media only screen and (max-width: 41.25rem) {
    header {
        justify-content: center;
    }

    article section :is(.kontakt_inner, .details, .details_standort) {
        display: block;
        justify-content: center;
        width: 100%;
        margin: 0;
    }

    section.ansprechpartner {
        justify-content: center;
        gap: 1rem;
    }

    section :is(.kontakt_inner, .details, .details_standort) figure {
        width: 100%;
        margin: 0 0 1rem;
        display: flex;
        justify-content: center;
    }

    section :is(.details_inner, .details_standort) {
        text-align: center;
    }

    article section>.details figure,
    article section .kontakt_inner>figure {
        margin: 0 0 1rem;
    }
}

@media only screen and (max-width: 31.25rem) {
    h1 {
        font-size: 1.437rem;
    }

    section,
    footer {
        padding: 1rem;
    }
}

@media only screen and (max-width: 23.437rem) {
    h2 {
        font-size: 1.062rem;
    }

    .aside h2 {
        text-align: center;
        margin: .625rem 0 0;
    }

    .aside p {
        text-align: center;
        margin: .625rem 0 0;
    }

    footer p {
        margin: 0;
    }
}