.datum-container {
    border-radius: var(--round);
    margin: 10px;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: var(--background);
    font-family: 'Poppins', sans-serif;
    color: var(--primary);


}

.datum-container>a {
    background-color: var(--surface);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    float:right;
}

@media screen and (min-width:992px) {
    .agenda-item {
        position:relative;
    }
    .datum-container>a {
        position: absolute;
        right: 0;
        top: 25px;
        padding: 3px;
        background-color: var(--background);
    }
}
.datum-container>a>img {
    width: 24px;
    height: 24px;
    margin-top: 5px;
    margin-left: 7px;
}


.datum-container>a:hover {
    box-shadow: var(--schaduw);
}


.datum {
    min-width: 120px;
    display: inline-block;
    font-size: 25px;

}

.dag {
    font-weight: 700;
}

.tijd {
    font-size: 21px;
}

.agenda-informatie {
    font-weight: 700;
}

.agenda-informatie a {
    text-decoration: none;
    color: var(--primary);
}

@media screen and (min-width: 992px) {
    .datum-container {
        width: 177px;
        display: flex;
        gap: 5px;
        flex-direction: column;
        margin-left: 0;
        padding-top: 0;
        justify-content: center;
    }

    .datum {
        font-size: 36px;
        width: 100%;
    }

    .tijd {
        font-size: 18px;
        font-weight: 700;
    }
}

.agenda-content {
    border-bottom: var(--border-subtle);
    margin: 20px 20px 0px 20px;
    padding-bottom: 15px;
}

.agenda-item {
    padding-bottom: 20px;
}

.agenda .main-button {
    margin-left:20px;
}

.agenda-item a:hover {
    text-decoration:underline;
}

.itemteller.subtitle {
    padding: 0px 20px 20px 20px;
}

@media screen and (min-width: 992px) {
    .agenda-item {
        border-bottom: var(--border-subtle);
        display: flex;
        flex-direction: row;
        padding: 10px 0px;
    }

    .agenda-content {
        border-bottom: none;
        padding-bottom: 5px;
    }

    .agenda {
        max-width: 992px;
        margin: auto;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing:border-box;
    }
    .agenda .main-button {
        margin-left:0px;
        margin-top: 20px;
    }
    .agenda .subtitle {
        padding: 30px 20px 0px 0px;
    }
}

#agenda-button.finished {
    background-color: #ddd;
    cursor: unset;
    box-shadow: unset;
    display:none;
}



