#pk_flex_content .flex_layout.binnen_buiten_content {
    max-width: 1400px;
}

#pk_flex_content .flex_layout.binnen_buiten_content .flex_container_inner {
    padding: 70px 95px;
    border-radius: 30px;
    background: rgba(196, 219, 209, 0.3);
    margin-block: 50px 75px;
}

.flex_layout.binnen_buiten_content .text_content {
    padding-bottom: 45px;
    border-bottom: 1px solid #000;
    margin-bottom: 60px;
}

.flex_layout.binnen_buiten_content .text_content .text_content_wrapper {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.flex_layout.binnen_buiten_content .text_content .text_content_wrapper .heading_wrapper h2 {
    width: fit-content;
    min-width: 350px;
    margin-bottom: 0;
}

.flex_layout.binnen_buiten_content .text_content .text_content_wrapper .bb_tekst {
    max-width: 590px;
}

.flex_layout.binnen_buiten_content .text_content .text_content_wrapper .bb_tekst p {
    font-size: 16px;
    margin-bottom: 0;
}

.flex_layout.binnen_buiten_content .image_content {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.flex_layout.binnen_buiten_content .image_content .image_content_wrapper {
    width: 705px;
    min-height: 555px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 45px;
    background-size: cover;
    background-repeat: no-repeat;
}

.flex_layout.binnen_buiten_content .image_content .bb_content_wrapper {
    width: 470px;
}

.flex_layout.binnen_buiten_content .image_content .image_content_text .bb_title,
.flex_layout.binnen_buiten_content .image_content .image_content_text .bb_subtitle {
    color: #FFF;
}

.flex_layout.binnen_buiten_content .image_content .image_content_text .bb_title {
    margin-bottom: 12px;
}

.flex_layout.binnen_buiten_content .image_content .image_content_wrapper .toggle_buttons {
    border-radius: 10px;
    background: #fff;
    width: fit-content;
    padding: 8px;
    margin-bottom: 12px;
}

.flex_layout.binnen_buiten_content .image_content .image_content_wrapper .toggle_buttons .toggle_button {
    background: #fff;
    color: #3C3C3B;
    transition: all 0.3s ease-in-out;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}

.flex_layout.binnen_buiten_content .image_content .image_content_wrapper .toggle_buttons .toggle_button.active {
    background: #3C3C3B;
    color: #fff;
}

.flex_layout.binnen_buiten_content .image_content .image_content_wrapper .toggle_buttons .toggle_button:not(.active):hover {
    background: #3C3C3B;
    color: #fff;
}

.flex_layout.binnen_buiten_content .image_content .image_content_wrapper .toggle_buttons:has(.toggle_button:not(.active):hover) .toggle_button.active {
    background: #fff;
    color: #3C3C3B;
}

#pk_flex_content .flex_layout.binnen_buiten_content .image_content_wrapper .button_wrapper {
    margin-top: 12px;
}

#pk_flex_content .flex_layout.binnen_buiten_content .image_content_wrapper .button_wrapper .button {
    background: none;
    padding-left: 0;
}

#pk_flex_content .flex_layout.binnen_buiten_content .image_content_wrapper .button_wrapper .button span {
    text-decoration: underline;
    font-weight: 400;
    font-size: 18px;
}

.flex_layout.binnen_buiten_content .bb_content_wrapper {
    position: relative;
}

.flex_layout.binnen_buiten_content .bb_binnen_content,
.flex_layout.binnen_buiten_content .bb_buiten_content {
    display: flex;
    gap: 20px;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}

.flex_layout.binnen_buiten_content .bb_buiten_content.content_active,
.flex_layout.binnen_buiten_content .bb_binnen_content.content_active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}


.flex_layout.binnen_buiten_content .bb_item {
    border-radius: 10px;
    padding: 40px;
}

.flex_layout.binnen_buiten_content .bb_item:first-child {
    background: #D89663;
}

.flex_layout.binnen_buiten_content .bb_item:last-child {
    background: #F9C5B6;
}

.flex_layout.binnen_buiten_content .bb_item img {
    height: 80px;
    width: 80px;
    margin-bottom: 24px;
}

.flex_layout.binnen_buiten_content .bb_item p {
    font-size: 16px;
    margin-bottom: 0;
}

.flex_layout.binnen_buiten_content .bb_item p strong {
    font-weight: 600;
}

.flex_layout.binnen_buiten_content .bb_extra_content_wrapper {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.60);
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 60px;
}

.flex_layout.binnen_buiten_content .bb_extra_content_wrapper .bb_extra_content_text {
    max-width: 600px;
    width: fit-content;
}

.flex_layout.binnen_buiten_content .bb_extra_content_wrapper .bb_extra_content_text h3 {
    margin-bottom: 24px;
}

.flex_layout.binnen_buiten_content .bb_extra_content_wrapper .bb_extra_content_text p {
    font-size: 16px;
    line-height: 1.6;
}

.flex_layout.binnen_buiten_content .bb_extra_content_wrapper .bb_extra_content_image img {
    width: 410px;
    height: 500px;
    object-fit: cover;
    border-radius: 16px;
}

@media screen and (max-width: 1200px) {
    #pk_flex_content .flex_layout.binnen_buiten_content .flex_container_inner {
        padding: 60px 50px;
    }
}

@media screen and (max-width: 992px) {
    .flex_layout.binnen_buiten_content .flex_container_inner {
        padding: 50px 30px;
    }

    .flex_layout.binnen_buiten_content .text_content .text_content_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .flex_layout.binnen_buiten_content .text_content .text_content_wrapper .heading_wrapper h2 {
        min-width: 100%;
    }

    .flex_layout.binnen_buiten_content .text_content .text_content_wrapper .bb_tekst {
        max-width: 100%;
    }

    .flex_layout.binnen_buiten_content .image_content {
        flex-direction: column;
    }

    .flex_layout.binnen_buiten_content .image_content .image_content_wrapper {
        width: 100%;
        min-height: 400px;
        padding: 30px;
    }

    .flex_layout.binnen_buiten_content .image_content .bb_content_wrapper {
        width: 100%;
    }

    .flex_layout.binnen_buiten_content .bb_extra_content_wrapper {
        flex-direction: column;
        padding: 40px;
    }

    .flex_layout.binnen_buiten_content .bb_extra_content_wrapper .bb_extra_content_image img {
        width: 100%;
        height: 400px;
    }

    .flex_layout.binnen_buiten_content .bb_extra_content_wrapper .bb_extra_content_text {
        max-width: 100%;
        margin-bottom: 24px;
    }

    .flex_layout.binnen_buiten_content .bb_extra_content_wrapper .bb_extra_content_image {
        width: 100%;
    }

    #pk_flex_content .flex_layout.binnen_buiten_content .flex_container_inner {
        margin-block: 40px;
    }


}

@media screen and (max-width: 767px) {
    #pk_flex_content .flex_layout.binnen_buiten_content .flex_container_inner {
        padding: 40px 20px;
    }

    .flex_layout.binnen_buiten_content .bb_item {
        padding: 20px;
    }

    .flex_layout.binnen_buiten_content .bb_extra_content_wrapper {
        padding: 40px 20px;
    }

}