
[class^="div-"] {
    border-style: solid;
    border-width: thin;
    border-color: white;
    position: relative;
    background-color:rgba(0, 0, 0, 0.5);
}

.div-left-kalender {
    height: 957px;
    width: 255px;
    padding-left: 10px;
    left: 190px;
    top: 10px;
    border-radius: 10px; /* voeg dit toe voor afgeronde hoeken */
/*    background-color: rgba(0, 0, 0, 0.5); /* optioneel, voor visuele duidelijkheid */
}

.mededeling {
    font-family: "Arial";
    font-size: 34px;
    padding-left: 20px;
    padding-right: 50px;
    color: white;
}

.div-right {
    position: absolute;
    text-align: center;
    width: 1218px;
    height: 952px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    left: 464px;
    top: 255px;
/*  TERUG AFZETTEN BIJ PUBLICATIE KALENDER !!!!!!!!!!!!!!!!!!!!     */
    line-height: 1.5;
    border-radius: 10px; /* voeg dit toe voor afgeronde hoeken */
}

[class^="kalender-opties"] {
    color: white;
    font-family: arial;
    position: absolute;
    left: -1px;
    width: 235px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-style: solid;
    border-width: thin;
    border-color: white;
}

.kalender-opties-1 {
    top: 75px;
    height: 350px;
}
.kalender-opties-2 {
    top: 466px;
    height: 100px;
/*    background-color: yellow;  */
}
.kalender-opties-buttons {
    top: 607px;
    height: 300px;
}

.label-kalender {
    font-family: arial;
    color: white;
    font-size: 35px;
    position: absolute;
    left: 60px;
}

.label-afdeling {
    font-family: arial;
    color: white;
    font-size: 20px;
}

.afdeling-list {
    position: absolute;
    left: 130px;
    padding-left: 5px;
    height: 20px;
    width: 40px;
    font-size: 15px;
}

.speelweek-list {
    position: absolute;
    left: 150px;
    height: 20px;
    width: 45px;
    font-size: 15px;
    text-align: center;
}

.kalenderweek-list {
    position: absolute;
    left: 170px;
    height: 20px;
    width: 45px;
    font-size: 15px;
    text-align: center;
}

.poule-list {
    position: absolute;
    left: 112px;
    padding-left: 5px;
    height: 20px;
    width: 45px;
    font-size: 15px;
}

.lokaal-list {
    position: absolute;
    top: 242px;
    left: 10px;
    font-size: 15px;
    height: 25px;
    width: 250px;
}

.ploeg-list {
    position: absolute;
    top: 310px;
    left: 10px;
    font-size: 15px;
    height: 25px;
    width: 250px;
}

[class^="button-"] {
    border: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
    height: 30px;
    width: 200px;
    position: absolute;
    left: 40px;
}

[class^="button-"]:hover {
    background: green;
    color: white;
}

[class^="button-"]:active {
    background: green;
    color: white;
    transform: translateY(2px);
}

.button-HTML-PDF {
    position: relative;
    top: 10px;
    left: 10px;
}
.button-HTML-EXCEL {
    position: relative;
    top: 25px;
    left: 10px;
}
.button-HTML-ICS {
    position: relative;
    top: 40px;
    left: 10px;
}

/*   iPhone & iPad  */
@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 1024px) {
    .button-HTML-PDF {
        background-color: white;
    }
    .button-HTML-EXCEL {
        background-color: white;
    }
    .button-HTML-ICS {
        background-color: white;
    }
    
    .lokaal-list {
        position: absolute;
        top: 262px;
        left: 10px;
        font-size: 15px;
        height: 25px;
        width: 250px;
    }

    .ploeg-list {
        position: absolute;
        top: 340px;
        left: 10px;
        font-size: 15px;
        height: 25px;
        width: 250px;
    }    
}



.peter {
    font-family: arial;
    font-size: 16px;
    color: black;
    background-color: white;
    border-collapse: collapse;
}

th, td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

td {
    border: 1px solid grey;
    height: 10px;
}

tr:hover {background-color: lightgray;}

th {
    background: black;
    color: white;
    border: 1px solid white;
    border-bottom-style: none;
    height: 30px;
    font-size: 20px;
}

.yellow {
    background-color: yellow;
}

.blue {
    background-color: lightskyblue;
}

.red {
    color: red;
}

.column-ploeg {
    width: 260px;
    cursor: pointer;
}
.column-ploeg:hover {
    cursor: pointer;
}