#pk_flex_content .flex_layout.hero_uitgelicht_bericht {
    background: #E3E3D4;
    max-width: 100%;
    margin-inline: 0;
    padding: 0;
    color: #363C2E;
}

.flex_layout.hero_uitgelicht_bericht .flex_container {
    height: calc(100vh - 130px);
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.flex_layout.hero_uitgelicht_bericht .flex_container .flex_container_inner {
    max-width: var(--site-grid);
    width: 100%;
    margin-inline: auto;
    padding: 120px 40px 40px 40px;
}

.flex_layout.hero_uitgelicht_bericht .flex_container .flex_container_inner {
    display: flex;
    align-items: flex-end;
}

.flex_layout.hero_uitgelicht_bericht .flex_container .flex_container_inner .uitgelicht_bericht_wrapper {
    max-width: 580px;
    width: 100%;
    height: 570px;
    margin-bottom: -170px;
    z-index: 1;
}

#pk_flex_content .flex_layout.hero_uitgelicht_bericht .heading {
    color: #363C2E;
    line-height: 108%;
    letter-spacing: -2.32px;
}

.flex_layout.hero_uitgelicht_bericht .flex_container_inner .hero_uitgelicht_bericht_tekst {
    padding-top: 20px;
    border-top: 1px solid #363C2E;
}

.flex_layout.hero_uitgelicht_bericht .flex_container_inner .hero_uitgelicht_bericht_tekst p {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 10px;
}

#pk_flex_content .flex_layout.hero_uitgelicht_bericht .button.sec_knop span {
    color: #363C2E;
}

#pk_flex_content .flex_layout.hero_uitgelicht_bericht .button.sec_knop svg path {
    stroke: #363C2E;
}

#pk_flex_content .flex_layout.hero_uitgelicht_bericht .rank-math-breadcrumb p>a,
#pk_flex_content .flex_layout.hero_uitgelicht_bericht .rank-math-breadcrumb .separator {
    color: #7A826A;
    opacity: 1;
}

#pk_flex_content .flex_layout.hero_uitgelicht_bericht .rank-math-breadcrumb span,
#pk_flex_content .flex_layout.hero_uitgelicht_bericht .rank-math-breadcrumb p>a:hover {
    color: #363C2E;
}

@media screen and (max-width: 1200px) {
    #pk_flex_content .flex_layout.hero_uitgelicht_bericht .flex_container {
        height: calc(100vh - 112px);
    }
}

@media screen and (max-width: 992px) {
    #pk_flex_content .flex_layout.hero_uitgelicht_bericht .flex_container {
        height: calc(100vh - 102px);
    }

    .flex_layout.hero_uitgelicht_bericht .flex_container .flex_container_inner {
        padding: 60px 40px 40px 40px;
    }

    .flex_layout.hero_uitgelicht_bericht .flex_container .flex_container_inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .flex_layout.hero_uitgelicht_bericht .flex_container .flex_container_inner .uitgelicht_bericht_wrapper {
        display: none;

    }
}

@media screen and (max-width: 767px) {
    #pk_flex_content .flex_layout.hero_uitgelicht_bericht .flex_container {
        height: calc(100vh - 63px);
    }

    .flex_layout.hero_uitgelicht_bericht .flex_container .flex_container_inner {
        padding: 40px 20px;
    }
}