#pk_flex_content .flex_layout.hero_nieuws_bericht {
    max-width: 100%;
    margin-inline: 0;
    background: #E3E3D4;
    padding: 0;
}

#pk_flex_content .flex_layout.hero_nieuws_bericht .flex_layout_wrapper {
    max-width: 1270px;
    margin-inline: auto;
    padding: 45px 40px;
}

.flex_layout.hero_nieuws_bericht .flex_layout_wrapper .hero_nieuws_bericht_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.flex_layout.hero_nieuws_bericht .hero_nieuws_bericht_wrapper .hero_nieuws_bericht_image {
    height: 450px;
    position: relative;
    aspect-ratio: 560/450;
}

.flex_layout.hero_nieuws_bericht .hero_nieuws_bericht_wrapper .hero_nieuws_bericht_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex_layout.hero_nieuws_bericht .hero_nieuws_bericht_image .category {
    position: absolute;
    top: 35px;
    left: 35px;
    border-radius: 10px;
    border: 1px solid #FDFBEF;
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FDFBEF;
    backdrop-filter: blur(10px);
}

.flex_layout.hero_nieuws_bericht .hero_nieuws_bericht_image .category svg path {
    stroke: #FDFBEF;
}

#pk_flex_content .flex_layout.hero_nieuws_bericht .rank-math-breadcrumb p,
.flex_layout.hero_nieuws_bericht .hero_nieuws_bericht_content .heading,
.flex_layout.hero_nieuws_bericht .hero_nieuws_bericht_content p,
#pk_flex_content .flex_layout.hero_nieuws_bericht .button_wrapper span {
    color: #363C2E;
}

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

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

#pk_flex_content .flex_layout.hero_nieuws_bericht .button_wrapper {
    max-width: fit-content;
}

#pk_flex_content .flex_layout.hero_nieuws_bericht .button_wrapper svg path {
    stroke: #363C2E;
}

@media screen and (max-width: 1200px) {
    .flex_layout.hero_nieuws_bericht .hero_nieuws_bericht_wrapper .hero_nieuws_bericht_image {
        aspect-ratio: 1/1;
    }
}

@media screen and (max-width: 992px) {
    .flex_layout.hero_nieuws_bericht .flex_layout_wrapper .hero_nieuws_bericht_wrapper {
        flex-direction: column-reverse;
        align-items: start;
    }

    .flex_layout.hero_nieuws_bericht .hero_nieuws_bericht_wrapper .hero_nieuws_bericht_image {
        aspect-ratio: unset;
        height: 300px;
        width: 100%;
    }

    #pk_flex_content .flex_layout.hero_nieuws_bericht .flex_layout_wrapper {
        padding: 40px;
    }
}

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

    .flex_layout.hero_nieuws_bericht .hero_nieuws_bericht_wrapper .hero_nieuws_bericht_image {
        height: 250px;
    }
}