input[type="range"]{
    width: calc(var(--elem_width) - 2.3em);
    margin-right: 0.2em;
}
input[type="range"]:focus{
    outline: none;
}
.robotvraag{
    margin-top: 2em;
}
.robotvraag p{
    margin-bottom: 0;
    font-weight: normal;
}
.robotvraag div{
    width: calc(var(--elem_width));
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: "Roboto Mono", monospace;
    border-radius: 5px;
    border: 1px solid var(--bordergrijs);
}
.robotvraag div span:nth-child(1){
    width: 24%;
    display: block;
    background-color: var(--zwart);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.robotvraag div span:nth-child(2){
    width: 25%;
    display: block;
}
.robotvraag div span:nth-child(3){
    flex-grow: 1;
    display: block;
}
.robotvraag div span:nth-child(4){
    width: 25%;
    display: block;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
