section#agenda{
    padding-top: 80px;
}

section#agenda .swiper-slide{
    position: relative;
}

section#agenda .swiper-slide .activiteitcontent{
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 20px;
    color: white;
}

section#agenda .swiper-slide .activiteitcontent .status{
    display: flex;
    align-items: center;
    gap: 5px;
}

section#agenda .swiper-slide .activiteitcontent .status .balletje{
    width: 10px;
    height: 10px;
    
    border-radius: 100%;
    display: block;
}

section#agenda .swiper-slide{
    border-radius: 20px;
    overflow: hidden;
}

section#agenda .swiper-slide img{ 
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.balletje.groen{
    background: #92FF41;
}

.balletje.rood{
    background: #FF3130;
}

section#agenda .swiper-slide .activiteitcontent h3{
    margin: 0;
    color: white;
    font-size: 20px;
    font-weight: 500;
}

section#agenda .swiper-slide .actief{
    position: absolute;
    top: 20px;
    left: 20px;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 900;
}

section#agenda .swiper-slide:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgb(0 144 255 / 46%) 80%);
}

section#agenda .agendaswiper{
    box-sizing: border-box;
    padding: 0 7.5%;
    overflow: hidden;
}

section#agenda .swiper-slide .actief span.balletje{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    background: #FF7D1D;
}

section#agenda .swiper-slide .activiteitcontent .activiteitstijd{
    font-size: 22px;
    font-weight: 900;
}

section#agenda .buttons .button.active{
    background: #002C69;
}

section#agenda .buttons .button{
    cursor: pointer;
}

section#agenda .buttons{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
}

section#agenda .topside .controls{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    margin-bottom: 20px;
}

section#agenda .topside .controls h3{
    font-size: 24px;
    line-height: 28px;
    margin: 0;
}

section#agenda .topside .controls .arrows{
    display: flex;
    gap: 20px;
}

section#agenda .topside .controls .arrows > div{
    width: 40px;
    height: 40px;
    background: #00BAF6;
    border-radius: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

section#agenda .topside .legenda{
    display: flex;
    gap: 40px;
    align-items: center;
    margin: 20px 0; 
}

section#agenda .topside .legenda .legendapunt{
    display: flex;
    align-items: center;
    color: #112C40;
    gap: 10px;
}

section#agenda .topside .legenda .legendapunt .balletje{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    flex: 0 0 10px;
}

section#agenda h2{
    margin: 0;
}