: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;
}
/*Groen*/
.aw-kleur-groen{
    /*  */

}
/*geel*/
.aw-kleur-geel{
    /*  */
}

.aw-achtergrond-normaal{
    /* height: 700px !important; */
}
.aw-achtergrond-groot{
    /* height: 1000px !important; */
}

/* Uitgecomment omdat anders golfafbeelding omhoog blijft schieten */
/* @media  screen and (max-width:1801px){
    #aw-hero-img{
        margin-top: -6%;
    }
}
@media screen and (max-width:1700px){
    #aw-hero-img{
        margin-top: -6.5%;
    }
}
@media screen and (max-width: 1470px){
    #aw-hero-img{
        margin-top: -7%;
    }
} */

.accordion-item-title:hover svg {
    /* background: #044B38; */
    background:var(--donker-geel);
    fill: white !important;
    border-radius: 500px !important;
    /* border-radius: 500px; */

}

.accordion-item-title:hover{
    font-weight: 500 !important;
}

#icons_1_ {
width:32px !important;
}

#aw-hero-img:before {
    z-index: 1;
    opacity: 1;
    margin-top: 1px;
    }