@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: .937rem;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #0563C1;
    text-decoration: none;
    white-space: nowrap;
}

.anmeldeinformationen p a,
a.tel {
    color: inherit;
}

.color {
    color: #00A8B4;
}

p {
    margin: 0 0 1rem;
}

h1 {
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: right;
}

h1 span {
    font-weight: 400;
}

h2 {
    color: #00A8B4;
    font-size: 1.45rem;
    margin: 0;
}

h4 {
    text-align: center;
    font-size: 1.375rem;
    padding: 1.25rem 1.875rem;
    margin: 0;
    line-height: 1.2;
}

h5 {
    position: absolute;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #00A8B4;
    display: block;
    padding: 1.25rem 2.5rem 1.25rem 3.75rem;
    font-size: 4.125rem;
    color: #fff;
    line-height: 1.2;
    bottom: 0;
    right: -1px;
    text-align: right;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.875rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.875rem;
    font-size: 1.375em;
    line-height: 1;
}

header {
    position: relative;
    margin: 0 0 2.187rem
}

.logo {
    margin: 2.187rem 1.562rem 0 auto;
}

.image {
    margin: -4.687rem 0 0;
}

.title,
.job_des,
.aufgaben {
    padding: 0 1.875rem;
    position: relative;
}

.title p {
    text-align: right;
    font-size: 23px;
    margin: 0 0 1.25rem;
}

.job_des {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.job_des p {
    text-align: center;
    font-weight: 700;
}

.job_des img {
    margin: 0 auto 1.25rem;
}

.uber_uns {
    position: relative;
    padding: .625rem 1.875rem;
}

.uber_uns h2,
.uber_uns p {
    text-align: right;
}

.uber_uns:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
    border-top: .125rem dotted #00A8B4;
}

.uber_uns:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37%;
    border-top: .125rem dotted #00A8B4;
}

.profil {
    position: relative;
    padding: .625rem 1.875rem 1.25rem;
    margin: 1rem 0;
}

.profil:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 37%;
    border-top: .125rem dotted #00A8B4;
}

.profil:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52%;
    border-top: .125rem dotted #00A8B4;
}

.wir_bieten {
    padding: 0 1.875rem 0 1.562rem;
    position: relative;
}

.wir_bieten h2 {
    margin: 0 0 0 3.75rem;
}

.angebot p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 1.25rem;
}

.angebot p span:first-of-type {
    flex: 0 0 40px;
}

.anmeldeinformationen {
    position: absolute;
    right: 0;
    top: 1.5rem;
}

.anmeldeinformationen p {
    transform: rotate(-90deg);
    position: relative;
    right: -10.625rem;
    top: 2rem;
    font-size: 0.563rem;
    margin: 0;
    z-index: 10;
}

.wichtig {
    position: relative;
    padding: 1.25rem 1.875rem;
    margin: 1.25rem 0 1.25rem;
}

.wichtig:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 59%;
    border-top: .125rem dotted #00A8B4;
}

.wichtig:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 37%;
    border-top: .125rem dotted #00A8B4;
}

.neugierig {
    padding: 0 3.125rem;
}

.mehr_erfahren {
    padding: 1.25rem 1.875rem 2.25rem;
    position: relative;
}

.mehr_erfahren h2 {
    text-align: right;
}

.mehr_erfahren p {
    text-align: right;
    margin: 0;
}

.mehr_erfahren:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 59%;
    border-top: .125rem dotted #00A8B4;
}

.mehr_erfahren:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 37%;
    border-top: .125rem dotted #00A8B4;
}

.konditionen {
    padding: 1.25rem 1.875rem 0;
    position: relative;
}

.konditionen:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 39%;
    border-top: .125rem dotted #00A8B4;
}

.wrap {
    white-space: nowrap;
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h5 {
        font-size: 2.5rem;
    }

    h1 {
        font-size: 1.812rem;
    }

    .angebot br,
    .anmeldeinformationen {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        text-align: center;
    }

    .title,
    .job_des,
    .aufgaben {
        padding: 0 1.25rem;
    }

    .title p {
        text-align: center;
    }

    .title p br {
        display: none;
    }

    .uber_uns,
    .aufgaben,
    .profil,
    .wir_bieten,
    .wichtig,
    .neugierig,
    .mehr_erfahren,
    .konditionen {
        padding: .625rem 1.25rem;
        margin: 0;
    }

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
    }

    .angebot {
        width: 100%;
    }

}

@media only screen and (max-width: 38.75rem) {
    h5 {
        position: static;
        width: 100%;
        text-align: center;
        padding: .937rem;
        clip-path: none;
    }

    h5 br {
        display: none;
    }
}

@media only screen and (max-width: 30rem) {
    .image {
        margin: 0 0 .625rem;
    }

    .logo {
        margin: 1.25rem auto;
    }

    .uber_uns h2,
    .uber_uns p,
    .mehr_erfahren h2,
    .mehr_erfahren p {
        text-align: left;
    }

    .uber_uns:before,
    .uber_uns:after,
    .profil:before,
    .profil:after,
    .wichtig:before,
    .wichtig:after,
    .mehr_erfahren:before,
    .mehr_erfahren:after,
    .konditionen:before {
        width: 100%;
    }

    h1 {
        font-size: 1.7rem;
    }

    h2 {
        font-size: 18px;
    }

    h4 {
        font-size: 1.125rem;
    }

    .title p {
        font-size: 1.2rem;
    }

    a.web {
        white-space: normal;
    }

    .job_des {
        flex-wrap: wrap;
        margin: 40px 0 0;
    }

    .job_des p {
        width: 50%;
    }

    .job_des p br,
    p br {
        display: none;
    }
}