.sf-breadcrumb-l3-button {
    color: rgba(255, 255, 255, 0.65);
}

.sf-breadcrumb-l3-button:nth-child(1) {
    color: rgba(255, 255, 255, 1);
}

.sf-section-flex {
    padding: 0;
    height: 100%;
}

.sf-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sf-intro-title {
    font-family: "Futura Maxi Std Book Regular";
    box-shadow: unset;
    text-shadow: unset;
    color: rgb(0, 62, 107);
    display: none;
}

.sf-section-title {
    width: 100%;
    padding: 2rem 15%;
    text-align: center;
    font-family: "Futura Maxi Std Book Regular";
}

.sf-intro-swirl {
    display: none;
}

.sf-section {}

.sf-intro-button {
    display: none;
}

.sf-section-paragraph {
    position: relative;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.sf-body-txt {
    color: rgb(0, 62, 107);
    font-size: 16px;
    line-height: 22px;
}

/*.sf-section-paragraph { position: relative; min-height: 400px; }*/
.sf-section-paragraph img {
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sf-24-paragraph-content {
    position: relative;
    width: 100%;
    height: auto;
}

/* mobile styles */
@media screen and (max-width: 766px) {
    .sf-product-title {
        padding-left: 10px;
    }

    .sf24-50 {
        width: 100%;
    }

    .sf-section-paragraph {
        display: flex;
        justify-content: center;
    }

    .sh24-contact-panel-title {
        width: 100%;
    }

    .sf-section-flex {
        margin: 0;
    }

    .sh24-contact-panel-text,
    form {
        margin: 0 2%
    }

    .sf-category-related-image {
        height: unset;
    }
}


.moveLogoUp {
    animation-name: moveUp;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.moveLogoDown {
    animation-name: moveDown;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes moveUp {

    // top 10 naar 0, height naar 86px
    from {
        top: 10px;
        height: 105px;
    }

    to {
        top: 0;
        height: 86px;
    }
}

@keyframes moveDown {
    from {
        top: 0;
        height: 86px;
    }

    to {
        top: 10px;
        height: 105px;
    }
}

.moveLogoUpMobile {
    animation-name: moveUpMobile;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.moveLogoDownMobile {
    animation-name: moveDownMobile;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes moveUpMobile {
    from {
        top: -5px;
        height: 70px;
    }

    to {
        top: 0;
        height: 45px;
    }
}

@keyframes moveDownMobile {
    from {
        top: 0;
        height: 45px;
    }

    to {
        top: -5px;
        height: 70px;
    }
}

.sf-breadcrumb-l2,
.sf-breadcrumb-l3 {
    visibility: hidden;
}


.sf24-contact-panel {
    padding-right: 40px;
}

.sf24-contact-panel .sf-section-paragraph {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sf24-contact-panel .sf-section-paragraph,
.sf24-contact-panel .sf-section-paragraph .sf-body-txt,
.sf24-contact-panel .sf-section-paragraph .sf-product-title {
    text-align: center;
}

.sf24-contact-panel .sf-section-paragraph form {
    text-align: left;
}

.sf24-contact-panel .sf-section-paragraph .sf-body-txt {
    font-weight: bold;
    color: rgb(0, 62, 107);
}

@media screen and (max-width: 766px) {
    .sf24-contact-panel {
        padding: 0;
    }
}

/* ::fbs::b07819a6d65178e5c3912d6bb3afeb56c4bd87f6:: */
/* ::fbs::b07819a6d65178e5c3912d6bb3afeb56c4bd87f6:: */

.sf-carousel-btn-lft,
.sf-carousel-btn-rgt {
    cursor: pointer;
}

.sf-footer-icons {
    justify-content: center;
}