@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: #000;
    font: 0.937em/1.5em 'Arial', sans-serif;
    background: #ebebeb;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: transparent;
}
header {
    background: #fff;
    display: flex;
}
article section {
    background: #fff;
    margin: 0 0 .5rem;
    padding: 1rem 1.5rem;
}
p {
    margin: .5rem 0;
}
:is(p,ul) span {
    white-space: nowrap;
}
h1,h2{
    text-transform: uppercase;
}
article h1 {
    font-size: 1.6rem;
    line-height: 120%;
    margin: 1rem 0 .5rem;
    color: #0099CC;
    text-align: center;
}
h1 span{
    font-size: 1.2rem;
    font-weight: normal;
}
h2 {
    font-size: 1.2rem;
    color: #0099CC;
}
ul {
    margin: .5rem 0 0 1rem;
    list-style: none;
}
ul li:before {
    content: "\25A0";
    color: #0092BC;
    font-size: .625rem;
    float: left;
    margin: -.062rem 0 0 -.937rem;
}
.container {
    margin: 0 60px 0 0;
}
article a.apply {
    background: #E30043;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    border: solid 2px #E30043;
    padding: .7rem 2rem;
    display: block;
    width: 14.375rem;
    margin: 2rem auto;
}
article a.apply:hover {
    background: #fff;
    color: #E30043;
}
article section:first-of-type {
    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;
    padding: 1.5rem 50px 1.5rem 1rem;
}
section .details {
    display: flex;
    justify-content: flex-start;
    margin-right: 13rem;
}
section .details-standort {
    display: flex;
    justify-content: flex-start;
}
section > .details h3,
section .details-standort h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #0092BC;
}
section .kontakt-inner > figure {
    margin: .625rem 1.562rem 0 0;
}
section .fa-solid {
    font-size: 3rem;
}
i {
    color: #0092BC;
}
section > .details figure {
    margin: 0 1.562rem 0 0;
}
section .details-standort figure {
    margin: 0 1.437rem 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;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
footer {
    background: #fff;
    padding: 1rem;
    margin-top: .5rem;
}
footer p {
    text-align: center;
}
a.blau {
    color: #0099CC;
    text-decoration: underline;
}
@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: .5rem;
        hyphens: auto;
    }
    .container {
        margin: 0;
    }
}
@media only screen and (max-width: 48rem) {
    article section :is(.kontakt-inner, .details, .details-standort) {
        display: block;
        justify-content: center;
        width: 100%;
        margin: 0;
    }
    section.ansprechpartner {
        justify-content: center;
        padding: 1rem;
        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),
    .kontakt h2 {
        text-align: center;
    }
}
@media only screen and (max-width: 30rem) {
    article section {
        padding: 1rem;
    }
    h1 br{
        display: none;
    }
    article a.apply {
        margin: 1.25rem auto;
    }
    ul {
        padding: 0;
    }
    footer {
        padding: 1rem;
    }
}