* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

#karriere {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    color: #5e675c;
}

#karriere .center {
    text-align: center;
}

#karriere .container {
    max-width: 1558px;
    padding: 0 24px;
    margin: auto;
}

#karriere .space {
    margin: 100px 0;
}

#karriere .mb40 {
    margin-bottom: 40px;
}

#karriere .flex {
    display: flex;
    flex-wrap: wrap;
}

#karriere .slide-banner {
    padding-bottom: 95px;
    background-image: url(slide-banner.jpg);
    background-size: cover;
    background-position: 17% 70%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    min-height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#karriere .offene-jobs p {
    max-width: 750px;
    margin: 0 auto 20px;
}

#karriere .button a {
    display: inline-block;
    padding: 12px 34px;
    background: #fff;
    color: #404040 !important;
    border: 3px solid #404040;
    border-radius: 10px;
    transition: .4s;
}

#karriere .button a:hover {
    background: #404040;
    color: #fff !important;
}

#karriere .flex-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#karriere .menu {
    margin: auto;
    position: relative;
    z-index: 1;
}

#karriere .menu:before {
    content: "";
    width: 50%;
    height: 100%;
    background: #22B24B;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

#karriere .menu:after {
    content: "";
    width: 50%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#karriere .menu .logo {
    background: #fff;
    width: 24%;
    padding: 24px;
}

#karriere .navbar {
    display: flex;
    column-gap: 45px;
    align-items: center;
    clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%);
    background: #22B24B;
    width: 76%;
    padding: 24px 24px 24px 14%;
}

#karriere .navbar ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex: 1 1 0;
}

#karriere .navbar ul li a {
    color: #fff !important;
}

#karriere .navbar ul li a:hover {
    color: #003c32 !important;
}

#karriere .flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#karriere .teams .box-right2 {
    width: 44%;
}

#karriere .teams h4 {
    width: 48%;
}

#karriere .teams .banner2 {
    width: 54.5%;
    margin-left: -120px;
}

#karriere .teams ul li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 11px;
    font-size: 19px;
}

#karriere .teams ul {
    margin-bottom: 26px;
}

#karriere .teams ul li:before {
    content: url(icon-check1.svg);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

#karriere .benefit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 60px 190px 0;
}

#karriere .benefit p {
    width: 26%;
    background: url(circle.jpg) no-repeat top left;
    padding: 4px 0 10px 32px;
    font-size: 26px;
    margin-bottom: 50px;
}

#karriere .apply .box-left-2 {
    width: 41%;
}

#karriere .apply .box-left-2 h4 {
    background: #404040;
}

#karriere .apply .banner3 {
    background: url(shape.jpg) no-repeat bottom left;
    padding: 0 0 28px 120px;
    width: 57%;
}

#karriere .apply ul li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 11px;
}

#karriere .apply ul {
    margin-bottom: 26px;
}

#karriere .apply ul li:before {
    content: url(icon-check2.svg);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

#karriere .social {
    display: flex;
    justify-content: space-between;
}

#karriere .button2 svg {
    width: 15px;
    height: 15px;
}

#karriere .background-gray {
    background: #404040;
    padding: 7% 15.32% 7% 11.57%;
    min-height: 585px;
    flex: 1 1 0;
    margin-top: 90px;
    position: relative;
    z-index: 1;
    margin-right: -110px;
}

#karriere .background-social {
    background-image: url(baumpflege-social-media.png);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    min-height: 757px;
    width: 50%;
}

#karriere .background-gray p {
    color: #fff;
    font-size: 20px;
}

#karriere .button2 a {
    display: inline-flex;
    padding: 12px 34px;
    background: transparent;
    color: #fff !important;
    border: 3px solid #fff;
    border-radius: 10px;
    transition: .4s;
    align-items: center;
    gap: 6px;
}

#karriere .button2 a:hover {
    background: #fff;
    color: #003c32 !important;
}

#karriere #footer {
    background: url(background-footer.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

#karriere #footer .background-footer {
    position: relative;
    padding: 84px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#karriere #footer:before {
    content: url(icon-footer.png);
    position: absolute;
    bottom: 5%;
    right: 5%;
    opacity: 0.1;
}

#karriere #footer .logo-bottom {
    margin-bottom: 95px;
}

#karriere #footer .contact,
#karriere #footer .list-link {
    width: 48%;
}

#karriere #footer .list-link p {
    font-size: 19px;
    line-height: 2.2;
    color: #fff;
    width: 48%;
}

#karriere #footer .list-link {
    display: flex;
    justify-content: space-between;
    padding-right: 8%;
    flex-wrap: wrap;
    gap: 15px;
}

#karriere #footer .list-link p a {
    color: #fff !important;
}

#karriere #footer .contact p {
    color: #fff;
    margin-bottom: 55px;
    font-size: 18px;
}

#karriere #footer .contact p a {
    color: #fff;
}

#karriere strong {
    font-weight: 700;
}

#karriere h2 span {
    display: inline-block;
    background: #21B24B;
    padding: 6px 70px 6px 180px;
}

#karriere h2 {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
}

#karriere h3 {
    line-height: 1.2;
    font-size: 62px;
    font-weight: 400;
    color: #003c32;
    margin-bottom: 42px;
}

#karriere h4 {
    padding: 16px;
    font-size: 58px;
    font-weight: 400;
    background: #003C32;
    color: #fff;
    margin-bottom: 47px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    line-height: 1.1;
}

#karriere h5 {
    font-size: 38px;
    margin-bottom: 4px;
    color: #003c32;
    font-weight: 400;
}

#karriere h6 {
    font-size: 58px;
    margin-bottom: 24px;
    color: #fff;
    font-weight: 400;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #22b24b;
    white-space: nowrap;
    text-decoration: none;
}

#karriere ul {
    list-style: none;
}

#karriere img {
    max-width: 100%;
    vertical-align: middle;
}

@media all and (max-width: 1399px) {
    #karriere .navbar {
        padding: 24px 24px 24px 6%;
    }


    #karriere h2 span {
        padding: 6px 24px;
    }

    #karriere .space {
        margin: 60px 0;
    }




    #karriere br:not(.br br) {
        display: none;
    }

    #karriere .slide-banner {
        min-height: 700px;
    }

    #karriere .background-gray {
        padding: 7%;
    }

    #karriere .benefit {
        padding: 60px 0 0;
    }

    #karriere .benefit p {
        width: 31%;
    }

    #karriere .teams .banner2 {
        margin-left: 0;
        width: 50%;
    }

    #karriere .teams h4 {
        width: auto;
    }
}

@media all and (max-width: 1099px) {
    #karriere .teams .banner2 {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }

    #karriere .teams .box-right2 {
        width: 100%;
    }

    #karriere .apply .box-left-2 {
        width: 100%;
    }


    #karriere .apply .banner3 {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 60px;
    }
}

@media all and (max-width: 899px) {
    #karriere .benefit p {
        width: 48%;
    }

    #karriere .button {
        display: flex;
        justify-content: center;
    }

    #karriere .slide-banner {
        min-height: auto;
        padding: 56.25% 5% 5% 0;
    }

    #karriere .menu .logo {
        display: flex;
        width: auto;
        justify-content: center;
        margin: 0 -24px;
    }

    #karriere .navbar {
        width: auto;
        clip-path: none;
        margin: 0 -24px;
        padding: 24px;
        column-gap: 20px;
    }

    #karriere .flex-menu {
        display: block;
    }

    #karriere .menu:before,
    #karriere .menu:after {
        display: none;
    }

    #karriere h2 {
        font-size: 8vw;
        gap: 15px;
    }

    #karriere h3 {
        font-size: 36px;
    }

    #karriere h4 {
        font-size: 50px;
        padding: 16px 32px 16px 16px;
    }

    #karriere h6 {
        font-size: 44px;
    }

    #karriere .social {
        display: block;
    }

    #karriere .background-gray {
        padding: 7%;
        margin: 0;
        min-height: auto;
    }

    #karriere .background-social {
        width: 100%;
        min-height: auto;
        padding: 56.25% 0 0 0;
    }

    #karriere #footer .list-link {
        padding-right: 0;
    }
}

@media all and (max-width: 699px) {
    #karriere h4 {
        font-size: 40px;
        clip-path: none;
        padding: 16px;
    }

    #karriere #footer .background-footer {
        padding: 24px 0;
        flex-direction: column;
        align-items: center;
    }

    #karriere #footer .contact {
        width: 100%;
        margin-bottom: 40px;
    }

    #karriere #footer .list-link {
        width: 100%;
        justify-content: center;
    }

    #karriere #footer .contact p {
        text-align: center;
    }

    #karriere #footer .list-link p {
        text-align: center;
        width: 100%;
    }

    #karriere #footer .logo-bottom {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

    #karriere #footer .social-footer {
        display: flex;
        justify-content: center;
    }
}

@media all and (max-width: 599px) {
    #karriere .apply .banner3 {
        padding: 0 0 10px 20px;
    }

    #karriere .benefit p {
        width: 100%;
    }

    #karriere h5 {
        font-size: 32px;
    }
}