
.corona {
    position: relative;
    border-width: thin;
    border-color: white;
    border-style: solid;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    width: 1484px;
    height: 603px;
    left: 190px;
    top: 10px;
}
.corona-mededeling {
    font-family: "Arial";
    font-size: 28px;
    padding-left: 30px;
}

div {
    border-radius: 10px;   
}

[class^="titel"] {
    position: relative;
    border-width: thin;
    border-color: white;
    border-style: solid;
    color: white;
    font-family: "Arial";
    font-weight: bold;
    font-size: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
}
[class^="poule-"] {
    width: 150px;
    height: 603px;
}

.titel-poule {
    border-radius: 10px; /* voeg dit toe voor afgeronde hoeken */
}
.titel-speelweek-details {
    border-radius: 10px; /* voeg dit toe voor afgeronde hoeken */
}


.poule-links {
    position: relative;
    left: 190px;
    top: 10px;
    border-radius: 10px; /* voeg dit toe voor afgeronde hoeken */
}
.poule-rechts {
    position: relative;
    left: 950px;
    top: -1197px;
    border-radius: 10px;
}
[class^="speelweek-"] {
    width: 576px;
    height: 603px;
}
.speelweek-links {
    position: relative;
    left: 340px;
    top: -593px;
    border-radius: 10px;
}
.speelweek-rechts {
    position: relative;
    left: 1100px;
    top: -1800px;
    border-radius: 10px;
}

.KVA-titel {
    color: white;
    font-size: 120px;
    position: relative;
    top: 150px;
}

[class^="button-"] {
    margin-right: 10px;
    width: 75px;
    height: 25px;
    border: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    font-weight: bold;
    background-color: rgba(211, 211, 211, 0.2);
}

.button-normal {  /*  Lay-out voor lege speeldag */
    background-color: rgba(211, 211, 211, 0.1);
}
.button-active {  /*  Lay-out voor actieve speeldag */
    background-color: rgba(211, 211, 211, 0.5);
    font-size: 16px;
}
.button-complete {  /*  Lay-out voor volledige speeldag */
    background-color: rgba(211, 211, 211, 1);
    font-size: 18px;
    font-weight: bold;
}

/*   iPhone & iPad  */
@media only screen 
and (min-device-width : 300px) 
and (max-device-width : 1024px) {
    .button-normal {  /*  Lay-out voor lege speeldag */
        background-color: black;
    }
    .button-active {  /*  Lay-out voor actieve speeldag */
        background-color:#666;
        font-size: 16px;
    }
    .button-complete {  /*  Lay-out voor volledige speeldag */
        background-color: white;
        font-size: 18px;
        font-weight: bold;
    }
}


.top-16 {
    position: relative;
    top: -1820px;
    left: 190px;
    width: 1454px;
    height: 60px;
    margin-top: 20px;
    border-width: thin;
    border-color: white;
    border-style: solid;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 20px;
    padding-left: 30px;
    border-radius: 10px; /* voeg dit toe voor afgeronde hoeken */
}
[class^="button-vervolg"] {
    width: 150px;
    height: 40px;
    background-color: lightgrey;
    font-size: 16px;
}

.button-vervolg-poules {
    background-color: green;
    color: white;
    position: relative;
    left: 110px;
}
.button-vervolg-top16 {
    position: relative;
    left: 160px;
}
.button-vervolg-8ste {
    position: relative;
    left: 210px;
}
.button-vervolg-kwart {
    position: relative;
    left: 260px;
}
.button-vervolg-halve {
    position: relative;
    left: 310px;
}
.button-vervolg-finale {
    position: relative;
    left: 360px;
}