.contentblok.documenten_overzicht {
}
.documenten_overzicht_items {
    position: relative;
}
.row_documenten {
    --bs-gutter-y: 0;
    --bs-gutter-x: 5rem;
    row-gap: 6rem;
    z-index: 3;
    position: relative;
}
.documenten_item_titel {
    font-weight: 700;
    color: var(--color-groen);
    margin-bottom: 3rem;
	font-size: clamp(1.8rem, 3vw, 3.2rem);
}
.documenten_item {
    background-color: var(--color-grijs);
    padding: 3rem 3rem 4rem 3rem;
} 
.documenten_item .button {
    width: auto;
}
.documenten p {

}
.documenten_item_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: auto;
}
.documenten_item_buttons .button {
    margin: 0;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .row_berichten {
        row-gap: 9rem;
        --bs-gutter-x: 6rem;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .row_berichten {
        row-gap: 12.5rem;
        --bs-gutter-x: 10.3rem;
    }
}

@media (min-width: 1400px) {
}

@media (min-width: 1920px) {
}

@media (min-width: 2560px) {
}