
body, button, input, optgroup, select, textarea, h1, h2, h3, h4, h5, h6, p, a {
    font-family: "Noto Sans JP", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html {
    font-size: 18px;
}

body {
    font-size: 1rem;
    min-width: 320px;
}

body.menu-is-opened {
    height: 120px;
    overflow: hidden;
}

body,
strong,
.title,
.subtitle {
    color: #000;
}

.container {
    /*max-width: 683px !important;*/
}

.pageTitle {
    font-size: 2.7777777778rem;
    font-weight: 900;
    color: #075727;
}

.headlineContainer2 .pageTitle {
    line-height: 3rem;
    word-break: break-all;
}

@media screen and (max-width: 767px) {
    .pageTitle {
        padding-left: 20px;
        padding-right: 20px;
    }
}


.pageTitle > span {
    font-size: 1.5rem;
    font-weight: 300;
    color: #000;
}


.pageSubtitle {
    font-size: 1.666666667rem;
    line-height: 2rem;
    padding-right: 50px;
    width: 60%;
}

@media screen and (max-width: 1216px) {
    .pageSubtitle {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .pageSubtitle {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.headlineContainer2 .pageSubtitle {
    font-size: 2.7777777778rem;
    line-height: 3rem;
    font-weight: 200;
}

.headlineContainer2Small .pageSubtitle {
    font-size: 1.888rem;
    line-height: 2.2rem;
    margin-top: 5px;
    font-weight: 200;
}

.title {
    font-size: 1.666666667rem;
}

.headlineContainer {
    margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
    .paddingContainer {
        padding: 0 80px;
    }
}

.navbar-item {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .navbar-item {
        padding-left: 20px;
    }
}

.navbar-item img {
    max-height: none;
}

.navbar-link {
    font-size: 0.777777rem;
}

header {
    padding-bottom: 40px;
    border-bottom: 1px solid #E0E0E0;
}

.section {
    padding: 1.5rem 1.5rem;
}

.teaserContainer {
    height: 500px;
    position: relative;
    margin-bottom: -100px;
}

.teaserContainer.additionalBottomMargin {
    margin-bottom: 40px;
}

.teaserContainer:last-child {
    height: 450px; /** 50px less than .teaserContainer **/
}

@media screen and (max-width: 767px) {
    .teaserContainer:last-child {
        height: auto;
    }
}

.teaserContainer > div.background {
    position: absolute;
    left: 0;
    height: 100%;
    background-color: lightgrey;
    width: 100%;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    background-size: cover;
}

.container > .teaserContainer:nth-child(2n+1) > div.background {
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}

.teaserContainer > div.text {
    width: 220px;
    float: right;
    margin-right: 10%;
    position: relative;
    padding-top: 30px;
}

.container > .teaserContainer:nth-child(2n+1) > div.text {
    float: left;
    margin-right: auto;
    margin-left: 10%;
}

.teaserContainer h3 {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.2rem;
    padding: 30px 0;
}

.teaserContainer h3 span {
    color: #fff;
    display: block;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.2rem;
}

.teaserContainer p {
    font-size: 0.7rem;
    color: #fff;
    line-height: 1rem;
    padding-bottom: 30px;
    font-weight: 400;
    text-shadow: 0px 0px 3px #000;
}

.teaserContainer a,
a.button {
    background-color: #075727;
    font-size: 0.8rem;
    color: #fff;
    line-height: 41px;
    height: 43px;
    border-radius: 21.5px;
    display: inline-block;
    font-weight: 600;
    padding: 0 55px 0 25px;
    position: relative;
    max-width: 100%;
}

a.button {
    text-align: center;
    padding: 0 50px;
    margin: 7px 0;
    border: 2px solid #075727;
}

a.button:hover {
    border-color: #075727;
    background-color: #fff;
    color: #075727;
}

.teaserContainer a:after {
    content: '>';
    display: block;
    position: absolute;
    right: 5.5px;
    top: 5.5px;
    height: 32px;
    width: 32px;
    border-radius: 17px;
    color: #075727;
    text-align: center;
    line-height: 34px;
    background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .paddingContainer {
        padding: 0px 0px;
    }

    .teaserContainer {
        padding: 0;
    }

    .section {
        padding-left: 0;
        padding-right: 0;
    }

    .teaserContainer {
        height: auto;
        margin-bottom: 0;
    }

    .teaserContainer > div.background {
        position: relative;
        left: auto;
        height: 350px;
    }

    .teaserContainer > div.text,
    .container > .teaserContainer:nth-child(2n+1) > div.text {
        float: none;
        width: 80%;
        min-width: 300px;
        padding: 0 15px;
        margin: 0 auto;
        color: #000;
        padding-bottom: 50px;
    }

    .teaserContainer p,
    .teaserContainer h3,
    .teaserContainer h3 span {
        color: #000;
        text-shadow: none;
    }
}

.textContainer {
    clear: both;
    margin-top: 40px;
}

.textContainer.additionalMargin {
    margin-top: 140px;
}

.textContainer.additionalMarginTopBottom {
    margin-top: 80px;
    margin-bottom: 80px;
}

.textContainer h2.title {
    font-size: 1.6666667rem;
    margin-bottom: 4px;
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    .textContainer h2.title {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.textContainer p {
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .textContainer p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.textContainerTextOnly p {
    font-weight: 200;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: left;
    padding-left: 80px;
    padding-right: 80px;
}

@media screen and (max-width: 767px) {
    .textContainerTextOnly p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.bulletContainer {
    -webkit-box-shadow: -10px 30px 66px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: -10px 30px 66px 0px rgba(0,0,0,0.16);
    box-shadow: -10px 30px 66px 0px rgba(0,0,0,0.16);
    margin: 50px;
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
    height: 350px;
    padding-left: 0;
    padding-right: 0;
    z-index: 3;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .bulletContainer {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.bulletContainer h2.title {
    font-family: 'Noto Serif';
    font-size: 1.33333rem;
    font-weight: bold;
    width: 30%;
    margin-bottom: 40px;
    position: relative;
    line-height: 1.66667rem;
    margin-left: 70px;
}

.bulletContainer h2.title:before {
    content: '';
    width: 34px;
    height: 34px;
    background-image: url(../gfx/bulletcontainerentry.png);
    background-size: cover;
    position: absolute;
    top: 0px;
    left: -50px;
}

.bulletContainer h2.title::after {
    content: '';
    height: 3px;
    background-color: #171717;
    width: 140px;
    position: absolute;
    left: -70px;
    bottom: -24px;
}


.bulletContainer p {
    font-size: 0.86666rem;
    width: 30%;
    margin-left: 70px;
}

.bulletContainer .img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .bulletContainer {
        height: auto;
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .bulletContainer h2.title {
        width: auto;
        margin-left: 40px;
        margin-top: 20px;
    }

    .bulletContainer h2.title:before {
        top: -50px;
        left: 0;
    }

    .bulletContainer h2.title::after {
        left: -40px;
        width: 100px;
    }

    .bulletContainer p {
        width: auto;
        margin: 0;
        padding-left: 40px;
        padding-right: 40px;
    }

    .bulletContainer .img {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: 300px;
        margin-top: 40px;
        background-position: center right;
    }
}

.bundesverbandContainer {
    width: 100%;
    padding: 0 50px;
    margin-top: -150px;
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 767px) {
    .bundesverbandContainer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.bundesverbandContainer.bundesverbandContainerSmall {
    margin-top: 10px;
}

.bundesverbandContainer.bundesverbandContainerSmall .firstgrey {
    display: none;
}

.bundesverbandContainer > div,
.bundesverbandContainer > a {
    background-color: #F4F5F9;
    margin-bottom: 10px;
    min-height: 200px;
    color: #000;
}

.bundesverbandContainer > a.secondgrey {
    height: 400px;
    position: relative;
    display: block;
}

.bundesverbandContainer.bundesverbandContainerSmall .secondgrey {
    height: 250px;
}

.bundesverbandContainer > a.secondgrey > div {
    width: 400px;
    text-align: left;
    font-family: 'Noto Serif';
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 1.3333337rem;
    z-index: 12;
}

.bundesverbandContainer > a.secondgrey > div > div {
    position: relative;
    z-index: 11;
}

.bundesverbandContainer > a.secondgrey > div::before {
    content: '';
    width: 160px;
    height: 160px;
    background-image: url(../gfx/bundesverband.png);
    position: absolute;
    right: -60px;
    top: -50%;
    background-size: cover;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .bundesverbandContainer > a.secondgrey > div > div {
        text-align: center;
        position: absolute;
        top: -100px;
    }

    .bundesverbandContainer > a.secondgrey {
        height: 300px;
    }

    .bundesverbandContainer > a.secondgrey > div::before {
        right: calc(50% - 80px);
        margin-left: 80px;
        top: -50px;
    }
}

.standorteContainer {
    -webkit-box-shadow: -10px 50px 50px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: -10px 50px 50px 0px rgba(0,0,0,0.16);
    box-shadow: -10px 50px 50px 0px rgba(0,0,0,0.16);
    margin: 50px;
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative;
    min-height: 600px;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 3;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .standorteContainer {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.standorteContainer h2.title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0;
    width: 50%;
}

.standorteContainer p {
    font-weight: 300;
    font-size: 1.333337rem;
    width: 40%;
}

.standorteContainer .columns {
    margin-top: 20px;
}

.standorteContainer .column p {
    font-size: 0.88887rem;
    width: 100%;
    padding-right: 40px;
}

.standorteContainer .map {
    height: 200px;
    width: calc(100% + 100px);
    background-color: lightcyan;
    margin-left: -50px;
}

.standorteContainer .map::before {
    position: absolute;
    content: 'Cookies wurden nicht akzeptiert. Deswegen können wir Ihnen unseren Google Maps Service nicht zur Verfügung stellen.';
    width: 100%;
    text-align: center;
    padding: 40px 40px;
}

.standorteContainer hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #E0E0E0;
    height: 1px;
}

.standorteContainer .standort {
    margin-bottom: 40px;
}

.standorteContainer .standort .columns {
    margin-top: 5px;
}

.standorteContainer .standort .column {
    display: flex;
    justify-content: start;
    align-items: center;
    font-family: "Noto Serif";
    padding-left: 65px;
}

.standorteContainer .standort .columns .column:nth-child(1) {
    background: url(../gfx/icon-location.png) no-repeat left center;
    background-size: 50px 50px;
}

.standorteContainer .standort .columns .column:nth-child(2) {
    background: url(../gfx/icon-tel.png) no-repeat left center;
    background-size: 50px 50px;
    flex-direction: column;
}

.standorteContainer .standort .columns .column:nth-child(3) {
    background: url(../gfx/icon-mail.png) no-repeat left center;
    background-size: 50px 50px;
}

.standorteContainer .standort .columns .column a {
    color: #000;
}

.standorteContainer .standort .columns .column:nth-child(2) a {
    align-self: flex-start;
}

.standorteContainer span {
    color: #075727;
    font-size: 1rem;
}

.standorteContainer h4 {
    font-family: 'Noto Serif';
    font-size: 1.6666rem;
    font-weight: bold;
}


@media screen and (max-width: 767px) {
    .standorteContainer h2.title,
    .standorteContainer p {
        width: 100%;
    }
}

footer > div > div.partner {
    background-color: #075727;
    color: #fff;
    font-family: 'Noto Serif', sans-serif;
    padding: 100px;
    font-size: 2rem;
    line-height: 2.3333rem;
    width: 75%;
    margin: 0 auto;
}

footer > div > div.partner > div {
    align-items: center;
}

footer > div > div.partner > div > div {
    padding-top: 0;
    padding-bottom: 0;
}

footer > div > div.partner > div > div:nth-child(1) {
    border-right: #9BBCA8 solid 15px;
    padding-right: 40px;
}

footer > div > div.partner > div > div:nth-child(2) {
    padding-left: 25px;
}

footer > div > div {
    margin: 50px 75px;
}

@media screen and (max-width: 767px) {
    footer > div > div.partner {
        padding: 40px;
        width: 90%;
    }

    footer > div > div.partner > div > div:nth-child(1) {
        height: 100px;
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center !important;
        border-right-color: transparent;
    }

    footer > div > div.partner > div > div:nth-child(1) img {
        max-height: 100px;
    }

    footer > div > div.partner > div > div:nth-child(2) {
        border-left: none;
        border-top: #9BBCA8 solid 15px;
        padding-top: 25px;
        font-size: 1.6666rem;
        text-align: center;
    }
}

.sliderContainer {
    margin-top: -60px;
}

.sliderContainer > .sliderOuterContainer  {
    width: 100%;
    height: 400px;
    overflow: visible;
    position: relative;
    z-index: 5;
}

.sliderContainer > .sliderOuterContainer .sliderScroller {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 13%, 100% 0%, 100% 100%, 0 87%);
}

.sliderContainer > .sliderOuterContainer .sliderScroller .sliderFrame {
    width: 9999999px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: left 1.0s;
}

.sliderContainer > .sliderOuterContainer .sliderScroller .slide {
    height: 100%;
    width: 100%;
    float: left;
}

@media screen and (max-width: 767px) {
    .sliderContainer > .sliderOuterContainer {
        width: calc(100% + 100px);
        margin-left: -50px;
        z-index: 20;
    }
}

.sliderContainer > .sliderOuterContainer > .sliderOuterContainerBackground {
    background-color: #ECF7F0;
    height: 50%;
    width: 95%;
    position: absolute;
    left: 0;
    top: 50%;
}

.sliderContainer > div:nth-child(2) {
    background-color: #ECF7F0;
    width: 95%;
    margin-top: -40px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .sliderContainer > div:nth-child(2)  {
        width: calc(95% + 0px);
        margin-left: 0px;
    }
}


.sliderContainer > div:nth-child(2) > div {
    padding: 40px 100px;
}

@media screen and (max-width: 767px) {
    .sliderContainer > div:nth-child(2) > div {
        padding: 40px 20px;
    }
}

.sliderContainer > div:nth-child(2) h3 {
    font-weight: 900;
    font-size: 1.66666667rem;
    line-height: 2rem;
}

.sliderContainer > div:nth-child(2) h4 {
    font-weight: 200;
    font-size: 1.66666667rem;
    line-height: 2rem;
    margin-bottom: 20px;
}

.sliderContainer > div:nth-child(2) p,
.sliderContainer > div:nth-child(2) li {
    font-weight: 300;
}

.sliderContainer > div:nth-child(2) ul {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .sliderContainer > div:nth-child(2) ul {
        width: 100%;
    }
}

.sliderContainer > div:nth-child(2) li {
    padding-left: 20px;
    position: relative;
}

.sliderContainer > div:nth-child(2) li::before {
    content: '•';
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.sliderContainer > div:nth-child(2) p {
    margin-bottom: 20px;
}

.sliderContainer > div:nth-child(2) strong {
    font-family: "Noto Serif";
}

.sliderContainer .anfrage > div:nth-child(1) {
    padding-left: 100px;
    padding-right: 100px;
    font-weight: bold;
    font-family: "Noto Serif";
    font-size: 1.33333rem;
    line-height: 1.666667rem;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
    .sliderContainer .anfrage > div:nth-child(1) {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .staticheaderContainer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.staticheaderContainer > div:nth-child(2) {
    background-color: #075727;
    color: #fff;
    margin: -150px 150px 90px 150px;
    width: calc(100% - 300px);
    position: relative;
    z-index: 21;
}


@media screen and (max-width: 1024px) {
    .staticheaderContainer > div:nth-child(2) {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
    }
}


@media screen and (max-width: 767px) {
    .staticheaderContainer > div:nth-child(2) {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        z-index: 30;
    }
}

.staticheaderContainer > div:nth-child(2)::after,
.sliderContainer > div:nth-child(2)::after {
    content: '';
    background-image: url(../gfx/speechbubblechevronLight.svg);
    background-repeat: no-repeat;
    width: 130px;
    height: 50px;
    background-size: contain;
    position: absolute;
    left: 100px;
    bottom: -50px;
}

.sliderContainer > div:nth-child(2)::after {
    background-image: url(../gfx/speechbubblechevronLight.svg);
}

.staticheaderContainer > div:nth-child(2)::after {
    background-image: url(../gfx/speechbubblechevron.svg);
}

.staticheaderContainer > div:nth-child(2) .button {
    color: #000;
    background-color: #fff;
}

.staticheaderContainer > div:nth-child(2) h3 {
    font-family: "Noto Serif", sans-serif;
    margin-bottom: 20px;
}

.staticheaderContainer > .sliderOuterContainer > .sliderOuterContainerBackground {
    background-color: transparent;
}

.staticheaderContainer > .sliderOuterContainer .sliderScroller {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 13%, 100% 0%, 100% 100%, 0 87%);
}

.bannerContainer {
    position: relative;
}

.bannerContainer .bannerpart {
    height: 200px;
    background-position: center center;
    background-size: cover;
}

.bannerContainer .text {
    position: absolute;
    width: 45%;
    padding-left: 20px;
    font-size: 2.66667rem;
    line-height: 3rem;
    font-family: "Noto Serif", sans-serif;
    font-weight: bold;
    color: #fff;
    right: 0;
    top: calc(50% - 2.8rem);
    padding-right: 40px;
}

@media screen and (max-width: 767px) {
    .bannerContainer .text {
        top: calc(66.66% - 2.8rem);
        right: 20px;
    }
}

.bulletListContainer {
    margin-top: 60px;
}

.bulletListContainerGray {
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #F4F5F9;
}

.bulletListContainer .bulletListEntry > div {
    border-bottom: 1px solid #E0E0E0;
    margin: 15px 40px;
    padding-left: 40px;
}

.bulletListContainer .bulletListEntry > div span {
    font-family: "Noto Serif", sans-serif;
    padding-bottom: 10px;
    margin-bottom: 0;
    display: block;
    position: relative;
}


.bulletListContainer .bulletListEntry > div p {
    padding-bottom: 40px;
}

.bulletListContainer .bulletListEntry > div span:before {
    content: '';
    width: 34px;
    height: 34px;
    background-image: url(../gfx/bulletcontainerentry.png);
    background-size: cover;
    position: absolute;
    top: 0px;
    left: -50px;
}

@media screen and (max-width: 767px) {
    .bulletListContainer .bulletListEntry > div {
        padding-left: 0;
        padding-top: 40px;
    }

    .bulletListContainer .bulletListEntry > div span:before {
        left: 0;
        top: -50px;
    }
}

.anfrageContainer {
    position: relative;
    margin-top: 80px;
}

.anfrageContainer > div {
    z-index: 10;
    position: relative;
}

.anfrageContainer::before {
    content: '';
    width: 50%;
    height: calc(100% - 380px);
    background-color: #ECF7F0;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 9;
}

@media screen and (max-width: 1024px) {
    .anfrageContainer::before {
        display: none;
    }
}

.anfrageContainer h2 {
    font-size: 2rem;
    font-weight: bold;
}

.anfrageContainer h5 {
    font-family: "Noto Serif", sans-serif;
    color: #075727;
    font-weight: bold;
    font-size: 1.333337rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
}

.anfrageContainer span {
    font-size: 0.8rem;
}

.anfrageContainer .slidePerson {
    padding-left: 80px;
    font-family: "Noto Serif", sans-serif;
    font-size: 1.333337rem;
    line-height: 1.55rem;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    position: relative;
}

.anfrageContainer .slidePerson a {
    font-family: "Noto Serif", sans-serif;
    color: #000;
}

.anfrageContainer .slidePerson::before {
    content: '';
    position: absolute;
    left: -80px;
    top: 10px;
    width: 140px;
    height: 140px;
    background-image: url(../gfx/wiesbaden.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.anfrageContainer .sliderPersons .slidePerson:nth-child(2)::before {
    background-image: url(../gfx/hamburg.jpg);
}

@media screen and (max-width: 1024px) {
    .anfrageContainer .slidePerson::before {
        left: 0;
    }

    .anfrageContainer .slidePerson {
        padding-left: 160px;
    }
}

.anfrageContainer textarea {
    width: 100%;
    height: 150px;
    padding: 10px 20px;
    border-radius: 5px;
    border-color: #9bbca8;
    resize: none;
    line-height: 2.5rem;
    font-size: 0.9rem;
}

.anfrageContainer .slidePerson span {
    color: #075727;
    display: block;

}

.anfrageContainer > div > div:nth-child(1) {
    padding-top: 80px;
}

.anfrageContainer > div > div:nth-child(2) {
    padding-bottom: 80px;
    padding-right: 100px;
    padding-left: 200px;
    padding-top: 40px;
}

@media screen and (max-width: 1216px) {
    .anfrageContainer > div > div:nth-child(2) {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.anfrageContainer > div > div:nth-child(3) {
    padding-top: 40px;
    padding-right: 200px;
    padding-left: 60px;
}

.anfrageContainer > div > div:nth-child(4) span {
    font-weight: bold;
    font-family: "Noto Serif", sans-serif;
    font-size: 1.25rem;
    display: block;
    margin-bottom: 5px;
    margin-top: 20px;
}

.anfrageContainer > div > div:nth-child(5),
.anfrageContainer > div > div:nth-child(4) {
    padding: 0 80px;
}

.anfrageContainer > div > div:nth-child(4),
.anfrageContainer > div > div:nth-child(5),
.anfrageContainer > div > div:nth-child(7) {
    padding-right: 200px;
    padding-left: 200px;
}

.anfrageContainer > div > div:nth-child(5),
.anfrageContainer > div > div:nth-child(6) {
    padding-top: 40px;
    line-height: 30px;
}

@media screen and (max-width: 1024px) {
    .anfrageContainer > div > div:nth-child(3) {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0;
    }

    .anfrageContainer > div > div:nth-child(4) {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .anfrageContainer > div > div:nth-child(5),
    .anfrageContainer > div > div:nth-child(6),
    .anfrageContainer > div > div:nth-child(7) {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media screen and (max-width: 1216px) {
    .anfrageContainer > div > div:nth-child(3) {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 0;
    }
}

.anfrageContainer input[type="text"],
.anfrageContainer input[type="email"] {
    border: 1px solid #fff;
    border-bottom: 1px solid #9BBCA8;
    line-height: 2.5rem;
    width: 100%;
    font-size: 0.9rem;
    margin-bottom: 10px;
    outline: none !important;
}

.anfrageContainer input[type="text"].error,
.anfrageContainer input[type="email"].error {
    border-bottom: 1px solid red;
    border-left: 1px solid red;
    border-right: 1px solid red;
    padding-left: 20px;
}

.anfrageContainer textarea.error {
    border-bottom: 1px solid red;
    border-left: 1px solid red;
    border-right: 1px solid red;
    border-top: 1px solid red;
}

@media screen and (max-width: 1024px) {
    .anfrageContainer input[type="text"],
    .anfrageContainer input[type="email"] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.anfrageContainer label {
    line-hieght: 30px;
    font-family: "Noto Serif", sans-serif;
}

.anfrageContainer input[type="checkbox"] {
    margin-right: 20px;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 5px;
    -webkit-appearance: initial;
    border: 1px solid #9bbca8;
    position: relative;
}

.anfrageContainer input[type="checkbox"]:checked {
    background-color: #075727;
    color: #fff;
}

.anfrageContainer input[type="checkbox"]:checked:after {
    content: '✓';
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    width: 28px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.faqContainer {
    margin-top: 40px;
}


@media screen and (max-width: 767px) {
    .faqContainer {
        padding-left: 0;
        padding-right: 0;
    }
}

.faqContainer > div:nth-child(1) > div:nth-child(1) {
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
}

.faqContainer > div:nth-child(1) > div:nth-child(1) h3 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 3.1rem;
}

.faqContainer > div:nth-child(1) > div:nth-child(1) h4 {
    font-size: 1.666667rem;
}

.faqContainer .message-header {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    position: relative;
    background-color: #F5F6FA;
}

.faqContainer .message-header a:after {
    position: absolute;
    content: '▼';
    right: 15px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    color: #075727;
    text-align: center;
    line-height: 45px;
    font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
    .faqContainer .message-header a:after {
        right: 0;
    }
}

.faqContainer .message-header a.is-active:after {
    content: '▲';
}

.faqContainer .message {
    margin-bottom: 0;
    background-color: #F5F6FA;
    font-size: 0.9rem;
    color: #000;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 767px) {
    .faqContainer .message-header {
        font-weight: normal;
    }
}

.faqContainer .is-collapsible.message-body .message-body-content {
    color: #000;
    border-bottom: 2px solid #fff;
    padding-left: 0;
    padding-right: 0;
}

.faqContainer .message a:not(.button):not(.tag):not(.dropdown-item) {
    border-bottom: 2px solid #fff;
    display: block;
    width: 100%;
    color: #000;
    font-family: "Noto Serif", sans-serif;
    font-size: 1.333337rem;
    line-height: 1.5rem;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.faqContainer .message-header a.is-active {
    border-bottom-color: #f5f6fa !important;
}

.faqContainer .faq {
    background-color: #f5f6fa;
    padding-bottom: 220px;
    margin-bottom: -150px;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
}

@media screen and (max-width: 767px) {
    .faqContainer .faq {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.faqContainer .message {
    width: 100%;
    margin: 0 auto;
}

.faqContainer .columns {
    margin-bottom: 0;
    padding-bottom: 0px;
}


.faqContainer .columns .column {
    border-bottom: 60px solid #f5f6fa;
}

.ansprechpartnerContainer {
    padding: 0 180px;
}

@media screen and (max-width: 1024px) {
    .ansprechpartnerContainer {
        padding: 0 100px;
    }
}

@media screen and (max-width: 767px) {
    .ansprechpartnerContainer {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.ansprechpartnerContainer h2 {
    border-bottom: 1px solid #E0E0E0;
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: bold;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 40px;
}

.ansprechpartnerContainer h2 span {
    font-weight: 200;
}

.ansprechpartnerContainer .column > *,
.ansprechpartnerContainer .meta > * {
    display: block;
}

.ansprechpartnerContainer .column img {
    width: 100%;
}

.ansprechpartnerContainer .columns .column:nth-child(2n+1) {
    padding-right: 100px;
}

.ansprechpartnerContainer .columns .column:nth-child(2n) {
    padding-left: 100px;
}

@media screen and (max-width: 1024px) {
    .ansprechpartnerContainer .columns .column:nth-child(2n+1) {
        padding-right: 20px;
    }

    .ansprechpartnerContainer .columns .column:nth-child(2n) {
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px) {
    .ansprechpartnerContainer .columns .column:nth-child(2n+1) {
        padding-right: 0px;
    }

    .ansprechpartnerContainer .columns .column:nth-child(2n) {
        padding-left: 0px;
    }
}

.ansprechpartnerContainer .columns .column > span {
    color: #075727;
    font-size: 0.8rem;
    margin-top: 20px;
}

.ansprechpartnerContainer .columns .column h4 {
    font-family: "Noto Serif", sans-serif;
    font-weight: bold;
    font-size: 1.3333rem;
    line-height: 1.5555rem;
}

.ansprechpartnerContainer .meta {
    margin: 10px 0;
}

.ansprechpartnerContainer .meta span {
    font-size: 0.8rem;
    line-height: 2.2rem;
    position: relative;
    padding-left: 40px;
    padding-bottom: 7px;
}

.ansprechpartnerContainer .meta span a {
    color: #000;
}

.ansprechpartnerContainer span.telefon::before,
.ansprechpartnerContainer span.mobil::before,
.ansprechpartnerContainer span.email::before {
    content: '';
    display: inline-block;
    background-image: url(../gfx/telefon.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
}

.ansprechpartnerContainer span.mobil::before {
    background-image: url(../gfx/mobil.svg);
}

.ansprechpartnerContainer span.email::before {
    background-image: url(../gfx/email.svg);
}

.jobContainer h2 {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 700;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 20px;
}

.jobContainer .message {
    position: relative;
    border-top: 1px solid #E0E0E0;
    padding-top: 40px;
}

.jobContainer .message-header {
    padding: 0;
    background-color: #fff;
}

.jobContainer .message-body::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 42px;
    width: 60px;
    height: 60px;
    background-image: url(../gfx/jobchevrondown.svg);
    background-size: contain;
    pointer-events: none;
}

.jobContainer .message-body.is-active::before {
    background-image: url(../gfx/jobclose.svg);
}

.jobContainer .message a:not(.button):not(.tag):not(.dropdown-item) {
    width: 100%;
    display: block;
    padding: 10px 10px 10px 90px;
    color: #000;
    text-decoration: none;
    font-size: 1.6666rem;
    font-weight: normal;
}

.jobContainer .message a:not(.button):not(.tag):not(.dropdown-item) > span {
    font-weight: 200;
}

.jobContainer .message a:not(.button):not(.tag):not(.dropdown-item) > span:nth-child(1) {
    display: block;
    color: #075727;
    font-weight: normal;
    font-size: 0.8rem;
}

.jobContainer .message {
    background-color: transparent;
}

.jobContainer .message-body-content {
    background-color: transparent;
    paddding-left: 80px;
    color: #000;
}

.jobContainer .is-collapsible.message-body .message-body-content {
    padding-left: 90px;
}

@media screen and (max-width: 767px) {
    .jobContainer .is-collapsible.message-body .message-body-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.jobContainer .message-body-content strong {
    font-family: "Noto Serif", sans-serif;
    font-size: 1.33333rem;
    line-height: 1.5rem;
    margin: 30px 0 20px 0;
    position: relative;
    display: block;
}

.jobContainer .message-body-content p {
    font-size: 0.9rem;
}

.jobContainer .message-body-content li {
    padding-left: 20px;
    position: relative;
}

.jobContainer .message-body-content li::before {
    content: '•';
    color: #075727;
    position: absolute;
    left: 0;
    top: 0;
}

.jobContainer .map {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.jobContainer .mapmeta {
    background-color: #F5F6FA;
    padding: 40px 0 40px 0;
    margin-top: 40px;
}

.jobContainer .mapmeta .columns .column:nth-child(2) {
    padding-right: 100px;
    padding-left: 50px;
}

.jobContainer .mapmeta .columns .column:nth-child(2) {
    font-size: 0.8rem;

}

.jobContainer .mapmeta .columns .column:nth-child(2) strong:nth-child(1) {
    font-size: 1rem;
    font-family: "Noto Sans JP", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.jobContainer .mapmeta .button {
    margin-top: 40px;
}

.jobContainer {
    margin-bottom: 40px;
}

.typewriterContainer > div {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    font-family: "Noto Serif", sans-serif;
    text-align: center;
}

.typewriterContainer {
    padding-bottom: 40px;
}





.navbar {
    z-index: 50;
}

.navbar-link:not(.is-arrowless) {
    padding-right: 55px;
    font-weight: 500;
    color: #000;
}


.navbar-link:not(.is-arrowless)::after {
    border: none;
    width: 30px;
    height: 30px;
    content: '';
    background-image: url(../gfx/menuarrow.svg);
    background-size: cover;
    transform: rotate(0deg);
    top: 20px;
}

.navbar-item.is-opened .navbar-link:not(.is-arrowless)::after {
    background-image: url(../gfx/menuclose.svg);
}

.navbar-dropdown {
    position: fixed;
    width: 100%;
    height: calc(100% - 70px);
    top: 70px;
    left: 0;
    border: 0;
    background-color: transparent;
}

.navbar-dropdown > div {
    margin-top: 40px;
    width: 100%;
    height: 100%;
    background-color: #F5F8F7;
}

.navbar-dropdown .navbar-second-level {
    padding: 40px 300px;
}

@media screen and (max-width: 1500px) {
    .navbar-dropdown .navbar-second-level {
        padding: 20px 150px;
    }
}

@media screen and (max-width: 1216px) {
    .navbar-dropdown .navbar-second-level {
        padding: 20px 100px;
    }
}

.navbar-dropdown h5,
.navbar-dropdown h6 {
    font-weight: 700;
    color: #075727;
    font-size: 2rem;
    line-height: 2.3rem;
    margin-bottom: 20px;
}

.navbar-dropdown h5 span,
.navbar-dropdown h6 span {
    color: #000;
    font-weight: 300;
    display: block;
}

.navbar-dropdown > .columns .column:nth-child(1) h5 {
    display: none;
}

.navbar-dropdown > .columns .column:nth-child(1) {
    position: relative;
}

.navbar-dropdown > .columns .column:nth-child(1):after {
    content: '';
    width: 120px;
    height: calc(100% + 100px);
    top: -18px;
    right: -20px;
    position: absolute;
    background-color: #F5F8F7;
    border: 1px solid transparent;
    border-left: 10px solid #fff;
    transform: rotate(8deg);
}

.navbar-dropdown > .columns .column:nth-child(1) h6::after {
    width: 100%;
    height: 300px;
    content: '';
    background-color: rgba(0,0,0,0.1);
    display: block;
    margin-top: 20px;
    background-image: url(../gfx/menu1.jpg);
    background-size: cover;
    background-position: center center;
}

.navbar-dropdown > .columns .column:nth-child(1) .metadescription {
    width: 60%;
}

.navbar-dropdown > .columns .column:nth-child(2) {
    z-index: 5;
}

.navbar-end .navbar-item:nth-child(2) .navbar-dropdown > .columns .column:nth-child(1) h6::after {
    background-image: url(../gfx/menu2.jpg);
}

.navbar-dropdown > .columns .column:nth-child(2) h6 {
    font-family: "Noto Serif", sans-serif;
    color: #000;
    font-size: 1.333rem;
}

.navbar-dropdown .navbar-third-level .metadescription {
    font-size: 0.8rem;
    color: #000;
}

.navbar-dropdown a.button {
    margin-top: 20px;
    margin-bottom: 40px;
}

.navbar-item.has-dropdown:hover .navbar-link {
    background-color: #fff;
}

@media screen and (min-width: 1024px) {
    .navbar-item.is-opened .navbar-dropdown {
        display: block !important;
    }
}


@media screen and (max-width: 1023px) {
    .navbar-burger span {
        background-color: #075727;
        height: 2px;
    }

    .navbar-menu {
        box-shadow: none;
    }

    .navbar-dropdown {
        position: relative;
        top: 0;
    }

    .navbar-dropdown > .columns .column:nth-child(1):after {
        display: none;
    }

    .navbar-link {
        display: none;
    }

    .navbar-dropdown .navbar-second-level {
        padding-top: 40px;
    }

    .navbar-dropdown .navbar-second-level {
        padding: 40px 20px 0 30px;
    }

    .navbar-dropdown > .columns .column:nth-child(1) h6::after {
        display: none;
    }

    .navbar-dropdown h5 span, .navbar-dropdown h6 span {
        display: inline-block;
    }

    .navbar-end .navbar-item:nth-child(2) .navbar-dropdown .navbar-second-level {
        margin-top: -45px;
    }

    .navbar-dropdown > .columns .column:nth-child(1) .metadescription {
        width: 100%;
    }
}

.page-datenschutz .contentContainer,
.page-impressum .contentContainer {
    padding: 0 20px;
}

.page-datenschutz .contentContainer h1,
.page-impressum .contentContainer h1  {
    font-size: 2rem;
    font-weight: 900;
    color: #075727;
}

.page-datenschutz .contentContainer h2,
.page-impressum .contentContainer h2  {
    font-size: 1.5rem;
    font-weight: 300;
    color: #000;
}

.page-datenschutz .contentContainer h3,
.page-impressum .contentContainer h3  {
    font-size: 1.3rem;
    font-weight: 300;
    color: #000;
}

.page-datenschutz .contentContainer h4,
.page-impressum .contentContainer h4  {
    font-size: 1rem;
    font-weight: 300;
    color: #000;
}

.page-datenschutz .contentContainer p,
.page-impressum .contentContainer p {
    font-size: 0.8rem;
    padding: 10px 0;
}

.page-datenschutz .contentContainer a,
.page-impressum .contentContainer a {
    color: #075727;
    text-decoration: underline;
}

footer a {
    color: #000;
    text-decoration: none;
}

.cc-invisible {
    pointer-events: none;
}

a.link {
    color: #000;
    text-decoration: underline;
}
