:root {
    --gr-geel-groen-ora: linear-gradient(270deg,#ff00fd 10%, #ffff00 40%, #d4ff00 20%); /* global scope */
    --gr-paars-blauw-paars: linear-gradient(180deg,#ec94c1 20%, #99b0e2 75%, #ecb3e8 10%);
    --gr-blauw-groen:linear-gradient(90deg,rgba(42, 70, 155, 0.82) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
    --gr-geel-groen-rad:radial-gradient(circle,rgba(134, 155, 42, 0.6) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
    --gr-klei:linear-gradient(90deg, #efe6da 0.000%, #e5d7ca 16.667%, #dac7b9 33.333%, #cfb6a9 50.000%, #c4a699 66.667%, #b9968b 83.333%, #af887e 100.000%);
    --gr-zand-zee:linear-gradient(180deg, #989ecb 0.000%, #8ca4c6 16.667%, #92a9be 33.333%, #a7acb4 50.000%, #c4afa8 66.667%, #dfaf9d 83.333%, #eeae93 100.000%);
    --gr-groen-tint:linear-gradient(90deg, #ebfbe5 0.000%, #a4b8a3 25.000%, #7ea68d 50.000%, #93d3b6 75.000%, #d4fffa 100.000%);
    --gr-geel-blauw:linear-gradient(90deg, #f9f5ee 0.000%, #eee5c8 16.667%, #d3d1b4 33.333%, #b9c8c1 50.000%, #b1d0e5 66.667%, #c0e3ff 83.333%, #ddf4ff 100.000%);
    font-size: 14px;
}

body {

}
#omheen {
    width: 55%;
    margin: auto;
    background: var(--gr-geel-blauw);
    height: 100%;
    padding:3vw;
}

span {

    font-family: 'courier new', courier, monospace;
    font-size: 2rem;
    padding-left:2vw;

}
.uit {
    background-color: #8B0000;
    color: #8B0000;
}
.aan {
    background-color: #8B0000;
    color: white;
}

.onzichtbaar {
    display: none;
}
.zichtbaar {
    display: inline-block;
}
.sturen {background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%)}
.sturen {
    margin: 10px;
    padding: 1.5vw 1.5vw;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: inline-block;

}

.sturen:hover {
    background-position: right center;
    color: red;
    text-decoration: none;
}
p {
    font-family: 'ABeeZee', sans-serif;
    font-size: 1.2rem;
    /*font-family: 'Anton', sans-serif;
    font-family: "Momo Signature", cursive; font-weight: 400;
   font-family: "Momo Signature", cursive;*/
}

.knoppen-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #ccc;
}

/* Basisstijl */
.toets {
    padding: 20px;
    font-size: clamp(1rem, 4vw, 1.6rem);
    border: none;
    background: lightgray;
    border-radius: 10px; /* Mooie afgeronde knoppen */
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transition:
            background 0.2s,
            transform 0.1s,
            box-shadow 0.2s;
}

/* Hover (desktop) */
.toets:hover {
    background: #e6e6e6;
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

/* Klik-animatie */
.toets:active {
    transform: scale(0.92); /* Klein indruk-effect */
    background: #dcdcdc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

div#vraagAntwoord {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
label {
    font-size: 1.2rem;
    margin-bottom: 5px;
    padding-right: 10px;
}
input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size:1.5rem;
    font-family: 'Lobster', sans-serif;
    font-weight: bold;
}
table#evaluatieTabel {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
table#evaluatieTabel th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    color: #FF4B4B;
    font-size: 1.5rem;
    background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%)
}


table#evaluatieTabel  td {
    font-size: 1.5rem;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
}

table#samenvattingTabel {
    width: 100%;
}
table#samenvattingTabel th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    color: #FF4B4B;
    font-size: 1.5rem;
    background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%)
}
table#samenvattingTabel, th, td {
    border: 1px solid;
    padding: .3%;
    font-size: 1.5rem;
}

.rode-rij {
    background-color: #f298a0;
}
td {color: navy}
#samenvattingTabel tr:nth-child(even){background-color: #f2f2f2;}
#samenvattingTabel tr:hover {background-color: #ddd;}
#aantL {
    color: #993300;
}
.lobster-regular {
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3rem;
    color: #993300;;
}

code {
    color: #660000;
    font-family: 'Anton', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 3px;
}
#progress-container {
    width: 100%;
    height: 20px;
    background-color: #f3f3f3;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 20px;
}
#progress-bar   {
    width: 0%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    border-radius: 25px;
    transition: width 0.1s ease-in-out;
    color: white;
}
/*desktop*/
@media screen and (min-width: 1024px) {

}

/*Ipad*/
@media screen and (min-width: 768px) {
    #omheen {
        width: 75%;
    }

}

/*iPhone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px){
    root {
        font-size: 12px;
    }
    #omheen {
        width: 95%;

    }
    span {
        font-size: 1.4rem;
    }
    p {
        font-size: 1rem;
    }
    table#evaluatieTabel th {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        color: #FF4B4B;
        font-size: 1rem;
        background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%)
    }


    table#evaluatieTabel  td {
        font-size: 1rem;
        padding: 8px;
        text-align: center;
        border: 1px solid #ccc;
    }

    table#samenvattingTabel {
        width: 100%;
    }
    table#samenvattingTabel th {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        color: #FF4B4B;
        font-size: 1rem;
        background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%)
    }
    table#samenvattingTabel, th, td {
        border: 1px solid;
        padding: .3%;
        font-size: 1rem;
    }


}