﻿

.index-container {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 20px auto;
}
.index-box {
    background-color: #f4e7f4;
    color: #622168;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    padding: 15px 20px;
    margin-bottom: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.agenda-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.index-header {
    font-weight: bold;
    color: #b07fb2;
    margin-bottom: 10px;
    font-size: 16px;
}
.btn-purple {
    background-color: #802d85;
    color: #ffffff;
    border: none;
border-radius: 10px;

    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
}
.btn-purple:hover {
    background-color: #7d4390;
    color: #ffffff;
}
@media screen and (max-width: 600px) {
    .index-box { padding: 10px; }
}



/* === Container & box styling zoals lesgeld-boxen === */
.agenda-container {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 20px auto;
    font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
color: #761D7B;

}

.agenda-box {
    background-color: #f4e7f4;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    padding: 15px 20px;
    margin-bottom: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.agenda-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.agenda-header {
    font-weight: bold;
    color: #b07fb2;
    margin-bottom: 10px;
    font-size: 16px;
}

.agenda-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.agenda-label {
    flex: 0 0 40%;
    font-weight: bold;
    color: #b07fb2;
}

.agenda-value {
    flex: 0 0 60%;
    color: #622168;
}

.btn-purple {
    background-color: #802d85;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
}
.btn-purple:hover {
    background-color: #4b1d56;
    color: #ffffff;
}

@media screen and (max-width: 600px) {
    .agenda-label, .agenda-value {
        flex: 0 0 100%;
        margin-bottom: 5px;
    }
}



.proefles-container {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin: 20px auto;
}
.proefles-box {
    background-color: #f4e7f4;
font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
color: #761D7B;

    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.proefles-header {
    font-weight: bold;
    color: #b07fb2;
    margin-bottom: 10px;
    font-size: 16px;
}
.btn-purple {
    background-color: #622168;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
}
.btn-purple:hover {
    background-color: #4b1d56;
    color: #ffffff;
}
@media screen and (max-width: 600px) {
    .proefles-box {
        padding: 10px;
    }
}


/* === Responsive lesgeld container === */
.lesgeld-container {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 20px auto;
    font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
color: #761D7B;

    font-size: 14px;
    
}

.lesgeld-box {
    background-color: #f4e7f4;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.lesgeld-header {
    font-weight: bold;
    color: #b07fb2;
    margin-bottom: 10px;
    font-size: 16px;
}

.lesgeld-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.lesgeld-label {
    flex: 0 0 45%;
    font-weight: bold;
    color: #b07fb2;
}

.lesgeld-value {
    flex: 0 0 55%;
    color: #622168;
}

.lesgeld-note {
    font-size: 12px;
    color: #622168;
    margin-top: 10px;
}

/* === Responsive adjustments === */
@media screen and (max-width: 600px) {
    .lesgeld-label, .lesgeld-value {
        flex: 0 0 100%;
        margin-bottom: 5px;
    }
}


/* === Container & box styling zoals lesgeld- en agenda-boxen === */
.lesrooster-container {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 20px auto;
    font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
color: #761D7B;

}

.lesrooster-box {
    background-color: #f4e7f4;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    padding: 15px 20px;
    margin-bottom: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lesrooster-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.lesrooster-header {
    font-weight: bold;
    color: #b07fb2;
    margin-bottom: 10px;
    font-size: 16px;
}

.lesrooster-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.lesrooster-label {
    flex: 0 0 40%;
    font-weight: bold;
    color: #b07fb2;
}

.lesrooster-value {
    flex: 0 0 60%;
    color: #622168;
}

/* Responsive adjustments */
@media screen and (max-width: 600px) {
    .lesrooster-label, .lesrooster-value {
        flex: 0 0 100%;
        margin-bottom: 5px;
    }
}

.alert-info {
    background-color: #f4e7f4;
    color: #622168;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
}


.agv-container {
    display: flex;
    flex-direction: column;
    max-width: 90%;
    margin: 20px auto;
    font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
    color: #761D7B;
    line-height: 1.6;
}

/* Container voor twee kolommen */
.agv-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Elke kolom */
.agv-column {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    background-color: #f9edf9; /* lichte achtergrond per kolom */
    padding: 15px;
    border-radius: 10px;
    font-size: 15px; /* iets kleiner lettertype */
}

/* Artikelen box */
.agv-box {
    background-color: #f4e7f4;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    padding: 20px;
    margin-bottom: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.agv-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.agv-header {
    font-weight: bold;
    color: #622168;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: left;
}

.agv-subheader {
    font-weight: bold;
    color: #b07fb2;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
}

/* Flexbox voor artikelnummer + tekst */
.agv-article {
    display: flex;
    margin-bottom: 10px;
}

.agv-number {
    flex: 0 0 50px;
    font-weight: bold;
}

.agv-text {
    flex: 1;
    text-align: justify;
}

.agv-footer {
    font-size: 12px;
    color: #b07fb2;
    margin-top: 20px;
    padding: 15px;
    background-color: #f9edf9; /*zelfde kleur als kolommen*/
    border-radius: 10px;
    text-align: center;
}
@media screen and (max-width: 800px) {
    .agv-columns {
        flex-direction: column;
    }
    .agv-column {
        flex: 1 1 100%;
    }
    .agv-article {
        flex-direction: column;
    }
    .agv-number {
        margin-bottom: 5px;
    }
}


.marcel-container {
    max-width: 800px;
    margin: 20px auto;
    font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #800080;
    line-height: 1.6;
    text-align: left;
}

.marcel-card {
    background-color: #f9edf9;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.marcel-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.marcel-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.marcel-image {
    flex: 0 0 130px;
    max-width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.marcel-name {
    font-weight: bold;
    margin-bottom: 10px;
}

.marcel-text {
    flex: 1 1 0;
}



.marcel-italic {
    font-style: italic;
    margin-bottom: 15px;
}

@media screen and (max-width: 700px) {
    .marcel-row {
        flex-direction: column;
        align-items: flex-start; /* zorgt dat alles links uitlijnt */
    }
    .marcel-image {
        margin: 0 0 10px 0; /* links uitlijnen */
        display: block;
    }
}


.locatie-container {
    max-width: 800px;
    margin: 20px auto;
    font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
    font-size: 16px;
    color: #761D7B;
    line-height: 1.6;
    text-align: left;
}

.locatie-card {
    background-color: #f9edf9; /* lichtpaarse achtergrond */
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 20px;
}

.locatie-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.locatie-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.locatie-image-left,
.locatie-image-right {
    flex: 0 0 250px;
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.locatie-image-left {
    margin-right: 10px;
}

.locatie-image-right {
    margin-left: 10px;
}

.locatie-text {
    flex: 1 1 0;
}

.locatie-fullwidth-text {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
    .locatie-row {
        flex-direction: column;
    }
    .locatie-image-left,
    .locatie-image-right {
        margin: 0 auto 10px auto;
        text-align: center;
        display: block;
    }
}


/* === Container & box styling zoals lesgeld-boxen === */
.jaaroverzicht-container {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 20px auto;
    font-family: Tahoma, Geneva, sans-serif;
}

.jaaroverzicht-box {
    background-color: #f4e7f4;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    padding: 15px 20px;
    margin-bottom: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jaaroverzicht-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.jaaroverzicht-header {
    font-weight: bold;
    color: #b07fb2;
    margin-bottom: 10px;
    font-size: 16px;
}

.jaaroverzicht-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.jaaroverzicht-label {
    flex: 0 0 40%;
    font-weight: bold;
    color: #b07fb2;
}

.jaaroverzicht-value {
    flex: 0 0 60%;
    color: #622168;
}

.btn-purple {
    background-color: #622168;
    color: #ffffff;
    border: none;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
}
.btn-purple:hover {
    background-color: #4b1d56;
    color: #ffffff;
}

@media screen and (max-width: 600px) {
    .jaaroverzicht-label, .jaaroverzicht-value {
        flex: 0 0 100%;
        margin-bottom: 5px;
    }
}




