:root{
    /*groen*/
    --mat-groen: #A2C6AC;
    --licht-groen: #D2E3D7;
    --donker-groen: #4C806F;
    --tekst-groen: #044B38;
    --tekst-geel: #ffd140;
    /*geel*/
    --mat-geel: #FDDD78;
    --licht-geel: #F8EECC;
    --donker-geel: #FFD140;
}

.aw-kleur-licht-geel.#aw-pagina-titel {
    background: #FDDD78;
}
.aw-kleur-donker-geel.#aw-pagina-titel {
    background: #FFD141;
}
.aw-kleur-licht-groen#aw-pagina-titel,
.aw-color-licht-groen#aw-pagina-titel,
.aw-Farbe-licht-groen#aw-pagina-titel {
  background: #D2E3D7;
}
.aw-kleur-donker-groen.#aw-pagina-titel {
    background: #5B897D;
}

.aw-loop-grid .elementor-loop-container .e-loop-item .aw-bedrijf-item-container{
    height: auto !important;
    min-height: 108px !important;
    /* max-height: 108px !important; */
    padding-right: 50px;
    border-right: solid 1px #707070;
}
.aw-loop-grid .elementor-loop-container .e-loop-item:last-child .aw-bedrijf-item-container{
    border-right: unset !important;
}
@media screen and (max-width: 770px){
    .aw-loop-grid .elementor-loop-container .e-loop-item .aw-bedrijf-item-container{
        height: auto !important;
        min-height: 50px !important;
        padding-right: 50px;
        border-right: unset;
    }
}

.section-pagina-titel .aw-kleur-licht-groen  h1.elementor-heading-title {
    font-size: 45px !important;
    text-transform: uppercase;
    font-weight: 200 !important;
    color: var(--tekst-groen) !important;
    line-height: 1.5 !important;
}
.section-pagina-titel .aw-color-licht-groen h1.elementor-heading-title {
    font-size: 45px !important;
    text-transform: uppercase;
    font-weight: 200 !important;
    color: var(--tekst-groen) !important;
    line-height: 1.5 !important;
}
.section-pagina-titel .aw-Farbe-licht-groen h1.elementor-heading-title {
    font-size: 45px !important;
    text-transform: uppercase;
    font-weight: 200 !important;
    color: var(--tekst-groen) !important;
    line-height: 1.5 !important;
}

@media (min-width: 1600px) {
    #aw-pagina-titel::before {
        background: url(https://herik.nl/wp-content/uploads/2024/06/golf-herik-1-1.svg);
        background-size: 100% 100px;
        background-repeat: no-repeat;
        background-position: bottom;
    }
}
