.section-branche-links {
    margin-top: 12rem;
}

@media (max-width:767.98px) {
    .section-text__slide {
        max-width: none;
    }
    .section-branche-links .section__container {
        padding: 0;
    }
}

.section-branche-links .section-video {
    margin-top: 0 !important;
}

.section-branche-links__item {
    margin-bottom: 12rem;
}
.section-branche-links__item:last-child {
    margin-bottom: 0;
}

.section-branche-links__item figure {
    margin-top: 3rem;
}

.section-branche-links__item figure img {
    margin-top: 0;
}

.section-branche-links__item.section__text-content--icon img {
    max-width: 175px;
}

@media (max-width:767.98px) {
    .section-branche-links__item.section__text-content--icon img {
        max-width: 190px !important;
    }
    .section-branche-links__item {
        margin-bottom: 0;
        padding-top: 60px;
    }
}

.section-branche-links__item .section--textbreit ul li {
    margin-bottom: 0!important;
}

.section-branche-links__item .section__text {
    max-width: none;
}

.section-branche-links__item .section__text .section__text-content {
    margin-bottom: 60px;
}

.section-branche-links__item .section-text__slide {
    max-width: 860px;
}

.section-branche-links__item .section-text__slide iframe {
    width: 100%;
    min-height: 460px;
}

@media (max-width:767.98px) {
    .section-branche-links__item .section-text__slide iframe {
        min-height: auto;
    }
}

.section-branche-links__item .section-text__slide .slick-slide {
    margin-right: 0;
}

@media (max-width:1199.98px) {
    .section-branche-links__item .section-text__slide {
        max-width: none;
    }
}

.section-branche-links__content .section-sprungmenu .videoContainer {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.section-branche-links__content .section-sprungmenu > figure >img {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.section-branche-links__item img {
    width: 100%;
    height: auto;
}

@media (min-width: 1200px) {
    .section-branche-links__item img {
        margin-bottom: 3rem;
        margin-top: 3rem;
    }
}


.section-branche-links__item .section__link {
    margin-bottom: 50px;
}

@media (max-width:1199.98px) {
    .section-branche-links__content {
        overflow: hidden;
        padding-left: 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (max-width:767.98px) {
    .section-branche-links__content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.section-branche-links__nav {
    width: 184px;
    min-width: 184px;
}

@media (max-width:1199.98px) {
    .section-branche-links__nav {
        margin-right: 20px;
        margin-left: 60px;
    }
}

@media (max-width:767.98px) {
    .section-branche-links__nav {
        margin-left: 0;
        min-width: auto;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        position: sticky;
        top: 0;
        background-color: var(--moerk-secondary-hex);
        z-index: 91;
    }
}

.section-branche-links__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: sticky;
    top: 4rem;
}

@media (max-width: 767.98px) {
    .section-branche-links__nav ul {
        top: auto;
        position: static;
        margin-top: 0;
        border-bottom: 1px solid rgba(74, 73, 73, .1);
    }
    .section-branche-links__nav ul.opened li {
        display: block;
    }
    .section-branche-links__nav ul li:last-child {
        margin-bottom: 0;
    }
    .section-branche-links__nav ul.opened:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .section-branche-links__nav ul:before {
        content: "";
        position: absolute;
        left: auto;
        right: 20px;
        top: 25px;
        width: 18px;
        height: 11px;
        z-index: 91;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE4IDExIj48Zz48Zz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZjA1MjAiIHN0cm9rZS1taXRlcmxpbWl0PSIyMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xIDF2MGw4LjMxNSA4LjMzM3YwTDE3LjYzIDF2MCIvPjwvZz48L2c+PC9zdmc+);
        -webkit-transition: .4s;
        transition: .4s;
    }
}

@media (max-width:767.98px) and (max-width:767.98px) {
    .section-branche-links__nav ul:before {
        top: 20px;
        display: none;
    }
}

.section-branche-links__nav ul li {
    padding-left: 0;
    margin-bottom: 4.6rem;
    position: relative;
}

.section-branche-links__nav ul li:not(.active):before {
    display: none;
}

@media (max-width:767.98px) {
    .section-branche-links__nav ul li {
        display: none;
        padding: 0 2rem 0 2rem;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        color: var(--moerk-primary);
        font-family: var(--moerk-font-family-heavy);
        font-size: 14px;
        line-height: 23px;
    }
    .section-branche-links__nav ul li.active {
        display: block!important;
    }
}

.section-branche-links__nav ul li.active:before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: -7px;
    left: -10rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSI0MyIgdmlld0JveD0iMCAwIDQzIDQzIj48Zz48Zz48cGF0aCBmaWxsPSIjZmYwNTIwIiBkPSJNMjEuMjEzIDQyLjQyNkwwIDIxLjIxMyAyMS4yMTMgMGwyMS4yMTMgMjEuMjEzeiIvPjwvZz48Zz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSIyMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMTEuMDQzIDIxLjQ5NGgxOC4yNjMiLz48L2c+PGc+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMjAiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTI0LjkzOCAxNi4zNzh2MGw1LjA2NyA1LjA2N3YwbC01LjA2NyA1LjA2N3YwIi8+PC9nPjwvZz48L3N2Zz4=);
    background-size: contain;
}

@media (max-width:1440px) {
    .section-branche-links__nav ul li.active:before {
        left: -6rem;
    }
}

@media (max-width:1199.98px) {
    .section-branche-links__nav ul li.active:before {
        left: -6rem;
        top: -12px;
    }
}

.section-branche-links__nav ul li a {
    display: block;
    color: var(--moerk-primary);
    font-family: var(--moerk-font-family-heavy);
    font-size: 1.4rem;
    letter-spacing: 1.96px;
    line-height: 2.4rem;
    text-transform: uppercase;
}

@media (max-width:767.98px) {
    .section-branche-links__nav ul li a {
        display: block;
    }
}

@media (max-width:767.98px) {
    .section-branche-links__nav ul li a {
        font-size: 13px;
        line-height: 50px;
        height: 50px;
        white-space: nowrap;
        position: relative;
    }
    .section-branche-links__nav ul.opened li:first-child a:before,
    .section-branche-links__nav ul li a:before, .section-branche-links__nav ul li.active:before {
        content: "";
        position: absolute;
        left: auto;
        right: 1.8rem;
        top: 2rem;
        width: 1.8rem;
        height: 11px;
        z-index: 91;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE4IDExIj48Zz48Zz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZjA1MjAiIHN0cm9rZS1taXRlcmxpbWl0PSIyMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xIDF2MGw4LjMxNSA4LjMzM3YwTDE3LjYzIDF2MCIvPjwvZz48L2c+PC9zdmc+);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        display: none;
    }

    .section-branche-links__nav ul li.active a:before,
    .section-branche-links__nav ul.opened li:first-child a:before {
        display: block;
    }

    .section-branche-links__nav ul.opened li.active a:before {
        display: none;
    }

    .section-branche-links__nav ul.opened li:first-child a:before {
        display: block;
    }

    .section-branche-links__nav ul.opened li:first-child a:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

}