:root {
    --lime:#9EEE00;
    --tertiary:#2F5531;
    --bglight:#F4F7EE;
    --textprimary:#1B1C1D;
    --secondary:#428747;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0 auto;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    line-height: 140%;
    color:var(--tertiary);
}
h1,h2 {
    color:white;
    font-weight: bold;
    font-size: 64px;
    line-height: 140%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:0;
    margin-top:0;
}
h2 {
    font-size: 46px;
    color:var(--tertiary);
    text-align: left;
    align-items: flex-start;
}
.subLineTitle {
    justify-content: center;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
}
.subLineTitle:after {
    display: block;
    content: "";
    width: 180px;
    margin-top: .5em;
    border-bottom: solid 4px #9eee00;

}
a {
    color: var(--tertiary);
}
main {
    width: 100%;
}
.pageInner {
    margin: 0 auto;
    width: 100%;
    max-width: 1152px;
}
#mainPic {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/7.6;
    background-repeat: no-repeat;
    background-size: cover;
}
.button {
    background-color:var(--lime);
    border:2px solid var(--lime);
    color: var(--tertiary);
    border-radius: 6px;
    padding:14px 64px 14px 32px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0px 8px 15px 0px #3F3F3F1F;
    position: relative;
    transition: all ease-in-out 0.3s;
    font-size: 20px;
    display: flex;
    align-items: center;
    max-height: 58px;
}
a.button.bprimary {
    color:white;
    background-color: var(--tertiary);
    border-color: var(--tertiary);
}
a.button.bprimary:hover {
    color:var(--tertiary);
    background-color: transparent;
    border-color: var(--tertiary);
}
a.button.bprimary:hover svg path {
    fill: var(--tertiary);
}
.button svg {
    position: absolute;
    right:30px;
    top:20px;
    transition: right ease-in-out 0.3s;
}
.button:hover {
    background-color:transparent;
    border: 2px solid var(--tertiary);
    color: var(--tertiary);
}
.button:hover svg {
    right:20px;
}
.backgroundWrapper {
    background:linear-gradient(180deg, #00210D 0%, #005105 100%);
    display: inline-block;
    width: 100%;
}
.backgroundWrapper.darkToLight {
    background:linear-gradient(180deg, #005105 0%, #00210D 100%);
    display: inline-block;
    width: 100%;
}
.backgroundWrapperTransparent {
    background:linear-gradient(180deg, transparent 0%, #00210D 60%);
    margin-top:-380px;
    padding-top:120px;
}
.backgroundLight {
    background-color:var(--bglight);
}
.leafs-pattern {
    position: relative;
    z-index: 1;
    height: 500px;
    background-image: url(../images/bg/leaf-pattern.png);
    background-repeat: repeat-x;
    background-size: contain;
    margin-top: -300px;
}
.whiteRoundBg {
    position: absolute;
    background-color:white;
    z-index: 2;
    padding:20px 40px 40px 40px;
    border-radius: 8px;
    display: flex;
    gap:24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blaetterBg {
    position: relative;
    z-index: 1;
    top:0;
    max-width: 100%;
}
/*
** Header
 */
header .headerInner {
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    background-color:white;
}
.logoArea svg {
    width: 260px;
    height: 61px;
}
/*
** Title Area
 */
.metaSubTitle {
    color:var(--lime);
    font-size: 32px;
    line-height: 135%;
    font-weight: bold;
    display: flex;
    gap:30px;
    justify-content: center;
}
.metaSubTitle a {
    color:var(--lime);
    font-size: 32px;
    line-height: 135%;
    font-weight: bold;
    display: flex;
    gap:30px;
    justify-content: center;
    text-decoration: none;
}

/*
** Job Intro
 */
#jobIntro p {
    color:white;
    text-align: center;
    padding:20px 0;
    margin:0;
}

/*
** Aufgaben Profil
 */
#aufgabenProfil {
    position: relative;
}
#aufgabenProfil .whiteRoundBg {
    position: absolute;
    background-color:white;
    z-index: 2;
    padding:20px 40px 40px 40px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap:24px;
}
#aufgabenProfil .aufgabenProfil {
    max-width: 50%;
}
.aufgabenProfilSingle {
    flex-basis:50%;
}
#aufgabenProfil h3 {
    font-size: 30px;
    line-height: 135%;
    font-weight: bold;
}
#aufgabenProfil ul {
    font-size: 20px;
}
#aufgabenProfil ul li {
    padding-bottom:5px;
}
#aufgabenProfil ul li:last-child {
    padding-bottom:0px;
}
.aufgabenProfilSingle {
    flex-basis:50%;
}
/*
** Benefits
 */
section#benefits {
    margin:96px 0;
}
#benefitsAkkordeon {
    max-width: 70%;
}
.benefitElement {
    display: flex;
    align-items: flex-start;
    gap:52px;
    min-height: 74px;
    cursor:pointer;
}
.benefitElement img {
    width: 55px;
}
.benefitElement .benefitText {
    display: none;
    color:var(--textprimary);
    font-size: 16px;
    line-height: 130%;
}
.benefitElement .benefitText p {
    padding-top:0;
    margin-top:0;
    padding-bottom:20px;
}
.benefitElement .benefitTitle {
    font-size: 20px;
    font-weight: bold;
    line-height: 130%;
}
.benefitElement.open .benefitTitle {
    color:var(--secondary);
}
.benefitTitle, .benefitTextArea {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;

}
.benefitTextArea {
    display: flex;
    align-items: center;
    border-bottom:1px solid var(--tertiary);
    flex-direction: column;
    justify-content: flex-start;
}
.benefitElement.open .benefitTextArea {
    border-color:var(--secondary);
}
.benefitsClose {
    display: none;
}
.benefitElement.open .benefitsClose {
    display: block;
}
.benefitElement.open .benefitsOpen {
    display: none;
}

/*
** Kontakt
 */
section#kontakt {
    margin:96px 0;
}
#kontakt .pageInner {
    display: flex;
    justify-content: space-between;
}
#kontakt .pageInner .contactElement {
    max-width: calc(50% - 16px);;
    min-width: calc(50% - 16px);
}
/*
** Bewerberprozess
 */
section#bewerbungsProzess {
    margin:96px 0 350px 0;
}
.bewerbungsProzessStep {
    display: flex;
    align-items: flex-start;
    gap: 52px;
    min-height: 74px;
    cursor: pointer;
    width: 100%;
}
.bewerberProzessTextHolder {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--tertiary);
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    min-height: 74px;
}
.bewerbungsProzessText {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    font-size: 20px;
}
.bewerberprozessLaufText {
    width: 100%;
    display: none;
}
.bewerberprozessLaufText p {
    font-size: 16px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 20px;
    line-height: 130%;
    color:var(--textprimary);
}
.applyproClose {
    display: none;
}
.bewerbungsProzessNumber {
    font-family: "DM Sans", sans-serif;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    background:linear-gradient(180deg, #00210D 0%, #005105 100%);
    color:white;
    border-radius: 50%;
    margin-top:16px;
}
#bewerbungsProzessHolder {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 70%;
    min-height: 74px;
}
.open .applyproClose {
    display: block;
}
.open .applyproOpen {
    display: none;
}
/*
** Weitere Gründe
 */
#weitereGruende {
    padding:60px 0 0 0;
    overflow:hidden;
}
#weitereGruende .pageInner {
    overflow:visible;
}
#weitereGruende h2 {
    color:white;
}
#weitereGruende img {
    max-width: 100%;
}

.attributes {
    padding-bottom: 20px
}

.attributes .swiper {
    overflow: visible
}

.swiper-slide {
    height: auto
}

.swiper-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 56px
}
.btn-swiper {
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    color: #fff;
    border: solid 3px #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .5s ease;
}
.btn-swiper.swiper-button-disabled {
    opacity: .5;
    pointer-events: none;
}
.btn-swiper svg path {
    fill:#fff;
}
.btn-swiper.swiper-button-disabled svg {
    opacity: .5;
    pointer-events: none;
}
.btn-swiper:hover {
    background-color: #9eee00;
    border-color:#9eee00;
}

.btn-swiper:hover svg path {
    fill:var(--tertiary);
}
.attributes-list {
    display: flex;
    flex-direction: column;
    gap: 56px
}

.attribute {
    color: #2f5531;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 48px 80px 0px rgba(0,70,5,.2),0px 40px 72px 0px rgba(47,85,49,.3)
}

.attribute_image,.attribute video {
    aspect-ratio: 370/260;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.attribute_content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px;
    background-color: #fff;
    box-sizing: border-box;
}

.attribute_content p:last-of-type {
    margin-bottom: 24px
}
.attribute_content p {
    font-size: 20px;
}
.attribute_content a {
    margin-top: auto;
    align-self: flex-start
}

@media(max-width: 1023.98px) {
    .attribute {
        display:flex;
        flex-direction: column;
        height: auto
    }
}

@media(min-width: 1024px) {
    .atttributes-list {
        gap:64px
    }

    .attribute {
        display: flex
    }

    .attribute_image,.attribute video {
        width: 60%;
        aspect-ratio: 670/620
    }

    .attribute_content {
        width: 40%;
        flex-shrink: 0;
        padding: 24px 40px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

    .attribute_content p {
        margin-top: 0
    }

    .attribute_content a {
        margin-top: 0
    }

    .swiper-nav {
        margin-top: 65px;
        justify-content: flex-end;
        gap: 16px
    }
}
.btn-main, .site-nav_main>.menu-item.jobs a, .btn-primary, .btn-secondary, .btn-outline {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    min-width: 215px;
    min-height: 57.5px;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    border-radius: 6px;
    padding: 16px 32px;
    box-shadow: 0px 8px 15px 0px rgba(42, 62, 43, .13), 0px 0px 224px -40px rgba(42, 62, 43, .13);
    transition: background-color .5s ease;
    box-sizing: border-box;
    text-decoration: none;
}
.btn-outline {
    color: #2f5531;
    border: solid 2px #2f5531;
    background-color: #fff;
    box-shadow: none;
    transition: border .5s ease, background-color .5s ease;
    gap:10px;
    position: relative;
    padding-right: 64px;
}
.btn-outline:hover {
    border-color:var(--lime);
    background-color: var(--lime);
}
.btn-outline svg {
    position: absolute;
    right:30px;
    transition: all ease-in-out 0.3s;
}
.btn-outline:hover svg {
    right:20px;
}
.btn-outline:hover {
    gap:20px;
}

/*
** Apply CTA
 */
#applyCTA {
    position: relative;
}
#applyCTA .whiteRoundBg {
    background-color:var(--bglight);
}
#applyCTA h2 {
    margin-bottom:0;
    margin-top:20px;
}
#applyCTA p {
    margin-bottom:20px;
    margin-top:0;
}
/*
** About
 */
#ueberUns {
    margin:96px 0;
}
.buttonHoler {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:24px;
    margin-top:64px;
}

/*
** Similarjobs
 */
#similarJobsSection {
    padding:44px 0;
}
#similarJobsSection h2 {
    color:white;
}
#similarJobs a {
    color:white;
    text-decoration: none;
}
a.similarJob {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-top:2px solid var(--secondary);
    padding:32px 24px;
}
a.similarJob h3 {
    padding:0;
    margin:0;
    font-size:24px;
}
.similarJobMeta {
    display: flex;
    gap:24px;
    font-size:16px;
    margin-top:8px;
}
#similarJobs a.similarJob:hover {
    background-color:#9EEE001A;
    color:var(--lime);
}
#similarJobs a.similarJob:hover h2 {
    color:var(--lime);
}
#similarJobs a.similarJob:hover svg path {
    fill:var(--lime);
}
.similarJobMetaEl {
    display: flex;
    align-items: center;
    gap:8px;
}
.similarJobRight {
    padding-right: 50px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}
.similarJobRight svg {
    position: absolute;
    right:5px;
    top:10px;
    transition: all ease-in-out 0.3s;
}
.similarJob:hover .similarJobRight svg {
    right:-5px;
}

/**
** Footer
 */
footer {
    background-color:#D6E6B6;
    padding: 60px 0;
}
footer .pageInner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
footer .pageInner .footerEle {
    max-width: 33%;
    min-width: 33%;
    font-size: 16px;
}
footer h2 {
    font-size:30px;
}
footer h3 {
    font-size: 18px;
    margin-top:0;
}
#footerLinks {
    display: flex;
    flex-direction: column;
    gap:20px;
    position: relative;
}
footer a {
    text-underline-offset: 10px;
}
#footerSocial #footerSocialIcons {
    display: flex;
    gap:20px;
}
#footerSocial a {
    text-decoration: none;
}
#footerAdressBlock {
    display: flex;
    flex-direction: column;
}
#footerAdressBlock a {
    margin-top:20px;
}
#socialShareIcons {
    display: flex;
    gap:15px;
    align-items: center;
    justify-content: space-between;
}
#socialShareIcons svg path {
    fill:var(--tertiary);
}
#socialShareIcons a {
    text-decoration: none;
    display: flex;
    align-items: center;
}
#socialShareHolder {
    position: absolute;
    background-color:var(--lime);
    border-radius: 18px 18px 18px 0;
    padding:20px;
    left:20px;
    display: none;
}
/*
** Modal
 */
.modal {
    max-width: 980px;
}
#videomodal iframe {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
}
#mapmodal iframe {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.blocker {
    z-index:999;
}
/*
** QR Code
 */
#qrcode, #qrcodeTitle {
    display: none;
}
@media only screen and (max-width:1200px) {
    body {
        overflow-x:hidden;
    }
    h1 {
        font-size: 38px;
    }
    section {
        padding:0px 42px;
    }
    #aufgabenProfil {
        margin-bottom: 80px;
    }
    .pageInner {
        max-width: 100%;
    }
    #aufgabenProfil .whiteRoundBg,#applyCTA .whiteRoundBg {
        flex-direction: column;
        max-width: 100%;
        transform:inherit;
        left:inherit;
        top:inherit;
        position: relative;
        margin-top:120px;
    }
    #applyCTA {
        margin-bottom:80px;
    }
    #applyCTA .whiteRoundBg {
        flex-direction: column;
        max-width: 100%;
        transform:inherit;
        left:inherit;
        top:inherit;
        position: relative;
        margin-top:120px;
    }
    .blaetterBg {
        top:-130px;
        position: absolute;
        max-width: 90vw;
    }
    .leafs-pattern {
        height: 360px;
        margin-top:-260px;
    }
    #weitereGruende {
        padding:0px 42px;
    }
    footer {
        padding:60px 42px;
    }
}
@media only screen and (max-width:820px) {
    h1 {
        font-size: 38px;
    }
    h2,h3 {
        font-size: 32px;
    }
    header .headerInner {
        height: 100px;
    }
    section {
        padding:0 24px;
    }
    #weitereGruende {
        padding:0px 24px;
    }
    .logoArea svg {
        max-width: 180px;
    }
    .button svg {
        right:23px;
    }
    .button {
        font-size: 18px;
        padding:12px 54px 12px 22px;
    }
    #mainPic {
        aspect-ratio: 4 / 3;
    }
    .backgroundWrapperTransparent {
        margin-top:-350px;
    }
    .metaSubTitle {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #aufgabenProfil .whiteRoundBg {
        padding:0 20px 20px 20px;
    }
    #applyCTA .whiteRoundBg {
        padding:0 20px 20px 20px;
    }
    .benefitElement,.bewerbungsProzessStep {
        gap:30px;
    }
    #benefitsAkkordeon, #bewerbungsProzessHolder {
        max-width: 100%;
        width: 100%;
    }
    #kontakt .pageInner {
        flex-direction: column;
        gap:40px;
    }
    #kontakt .pageInner .contactElement {
        max-width: 100%;
        min-width: 100%;
    }
    .buttonHoler {
        flex-direction: column;
    }
    a.similarJob {
        flex-direction: column;
        align-items: flex-start;
        gap:20px;
    }
    .similarJobMeta {
        flex-direction: column;
        gap:10px;
    }
    footer {
        padding:60px 24px;
    }
    footer .pageInner {
        flex-direction: column;
        gap:40px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    #footerSocial #footerSocialIcons {
        justify-content: center;
        align-items: center;
    }
    footer .pageInner .footerEle {
        max-width: 100%;
        min-width: 100%;
    }
    footer h2 {
        text-align: center;
        width:100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width:620px) {
    h1 {
        font-size: 32px;
    }
}
@media only screen and (min-width:1981px) {
.backgroundWrapperTransparent {
    margin-top:-440px;
}
}