/* 
Algemene flex instellingen.

Verwijder deze instellingen niet.
*/

.flex_row {
    max-width: 1280px;
    margin-inline: auto;
}

.flex_row:not(:first-child) {
    margin-block: 80px;
}


.flex_module .pk-button-group {
    display: flex; flex-direction: row;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.flex_module .pk-button-group a.fl-button:not(:last-child){
    border-radius: 3px;
    background: var(--Black, #000);
    color: #fff;
    border: 1px solid #000;
}

.flex_module .pk-button-group a.fl-button:last-child {
    border-radius: 3px;
    background: var(--White, #fff);
    color: #000;
    border: 1px solid #000;
}

.flex_module:not(:first-child) {
    margin: 80px 0px;
}

