@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #292A36;
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    line-height: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0px, rgba(255, 255, 255, 0.3) 800px), url("../images/bg.jpg"), #ebebeb;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: transparent;
}

header {
    background: #fff;
    padding: 2rem 2rem 0;
    display: flow-root;
}

header h2 {
    color: #292A36;
    font-size: 1.4rem;
    line-height: 120%;
    margin: 0 0 1rem;
}

span {
    white-space: nowrap;
}

header span {
    display: inline-block;
}

.scheme_detail_data {
    width: 50%;
    display: table;
    margin-bottom: 1rem;
}

.scheme-additional-data {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.scheme-additional-data {
    margin-bottom: 0;
    min-width: 52%;
}

ul.scheme-additional-data li {
    list-style: none;
    margin: 0 0 10px 0;
    font-size: 1rem;
    line-height: 140%;
}

ul.scheme-additional-data .fas,
ul.scheme-additional-data .far {
    margin-right: 10px;
}

.slider {
    position: relative;
}

.slider > img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: imageAnimation 18s linear infinite 0s;
}

.slider > img:nth-of-type(1) {
    position: static;
    opacity: 1;
}

.slider > img:nth-of-type(2) {
    animation-delay: 6s;
}

.slider > img:nth-of-type(3) {
    animation-delay: 12s;
}

@keyframes imageAnimation {
    4% {
        opacity: 1;
    }

    33% {
        opacity: 1;
    }

    38% {
        opacity: 0;
    }
}

article section {
    background: #fff;
    margin: 0 0 .5rem;
    padding: 1rem 1.5rem;
}

article section.kontakt {
    background: #fff;
}

article p {
    margin: .5rem 0;
}

article h1 {
    font-size: 1.8rem;
    line-height: 120%;
    margin: 2rem 0 1rem;
}

article h3 {
    font-size: 1.2rem;
    color: #E40043;
}

article ul {
    margin: .5rem 0 0 1rem;
    list-style: none;
}

article ul li:before {
    content: "\25A0";
    color: #E40043;
    font-size: 10px;
    float: left;
    margin: -1px 0 0 -15px;
}

article .btn {
    display: block;
}

article a.apply {
    background: #E40043;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
    border: solid 2px #E40043;
    padding: .7rem 2rem;
    display: block;
    width: 230px;
    margin: 2rem auto 1rem;
}

article a.apply:hover {
    background: #fff;
    color: #E40043;
}

article section .kontakt {
    display: flex;
    flex-wrap: wrap;
}

article section .kontakt-inner {
    display: flex;
    justify-content: flex-start;
}

article section.ansprechpartner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1.5rem;
    column-gap: 9rem;
}

article section .details {
    display: flex;
    justify-content: flex-start;
}

article section .details-standort {
    display: flex;
    justify-content: flex-start;
}

article section > .details h4,
article section .details-standort h4 {
    font-size: 1.2rem;
}

article section .kontakt-inner > figure {
    margin: 10px 25px 0 0;
}

article section .fa-solid {
    font-size: 3rem;
}

article section > .details figure {
    margin: 0 25px 0 0;
}

article section .details-standort figure {
    margin: 0 23px 0 0;
}

@-moz-document url-prefix() {
    article section .details-standort figure {
        margin: 0 25px 0 0;
    }
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

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;
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: .5rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    body {
        background: #ebebeb;
    }
}

@media only screen and (max-width: 48rem) {
    header h2 {
        text-align: center;
        margin-bottom: 2rem;
    }

    .scheme_detail_data {
        width: 100%;
    }

    ul.scheme-additional-data {
        min-width: 100%;
        text-align: center;
    }

    article section .kontakt-inner,
    article section .details,
    article section .details-standort {
        display: block;
        justify-content: center;
        width: 100%;
        margin: 0 0 1rem;
    }

    article section.ansprechpartner {
        justify-content: center;
    }

    article section > .kontakt-inner figure,
    article section > .details figure,
    article section .details-standort figure {
        width: 100%;
        margin: 0 0 1rem;
        display: flex;
        justify-content: center;
    }

    article section .kontakt-inner,
    article section .details-inner {
        text-align: center;
    }
}

@media only screen and (max-width: 30rem) {
    article section {
        padding: 1rem;
    }

    article h1 {
        font-size: 1.6rem;
    }

    footer {
        padding: 1rem 0;
    }
}