.activiteiten-items-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.activiteiten-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.activiteiten-item {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding: 20px 30px;
    background: #05283B;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.activiteiten-datum,
.activiteiten-taxonomieen {
    flex: 0 0 auto;
    width: 250px;
    /* Pas deze breedte aan naar behoefte */
}

.activiteiten-titel {
    flex: 1 1 auto;
    text-align: left;
    min-width: 450px;
}

.activiteiten-item:hover {
    transform: scale(1.01);
}

.activiteiten-datum {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    flex: 0 0 1;
    text-align: left;
}

.activiteiten-titel {
    color: #FFF;
    font-size: 20px;
    max-width: 350px;
    flex-shrink: 0;
    text-align: left;
    margin-bottom: 0;
}

.activiteiten-button a {
    background: #45C564;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #05283B;
    display: block;
}

.activiteiten-button a:hover {
    text-decoration: none;
    color: #05283B;
}

.activiteiten-container {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.activiteiten-container h2 {
    color: var(--wit, #FFF);
    font-weight: 700;
    line-height: 1;
    font-style: normal;
}

.swiper-controls {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 20px 0px;
}


.swiper-controls .swiper-scrollbar-activiteiten {
    position: relative;
    inset: 0;
    background: #A2D2E6;

    height: 2px;
    width: 100%;
    overflow: hidden;
}

.swiper-controls .swiper-scrollbar-drag {
    background: hsla(201, 84%, 13%, 1);
}