// blauw: #2A90CE
// oranje #F26522
// groen #A6CE39 
body {
    font-size: 18px;

}
.logo {
    margin-top: 40px;
    padding: 0px;
}
.kop {
    position: relative;
}
.mainpage {
    margin-top: 30px;
}
.weeknr {
    position: absolute;
    top: 20%;
    right: 15%;
    font-size: 40px;;
    color: #ffffff;
    font-weight: bold;
    font-family: 'New Tegomin', serif;
}
.opdrachten {
    position: absolute;
    top: 60%;
    right: 15%;
    font-size: 30px;;
    color: #A6CE39;
    font-weight: bold;
    font-family: 'New Tegomin', serif;
}
.form-group {
    border: 3px;
    padding: 10px;
}
.border-blauw {
    color: #000000;
    border-color: #008FD4;
    padding: 10px;
    border: 3px solid #008FD4!important;
    margin-bottom: 10px;
}
.spreukblauw h2 {
    color: #0e90d5!important; 
}
.vraag {
    padding: 10px 10px 10px 40px;
}
.vraag h1 {
    text-transform: uppercase;
    color: #000000;
    letter-spacing:-2px;
    display: inline;
}
.vraag h2 {
    text-transform: uppercase;
    color: #F26522;
    display: inline;
}
.vraag h3 {
    color: #F26522;
    display: inline;
    font-size: 20px;
}
.tekst h2 {
    color: #A6CE39;
    display: inline;
    font-family: 'New Tegomin', serif;
}
.tekst h3 {
    color: #F26522;
    display: inline;
}
.tekst h4 {
    color: #2A90CE;
    display: inline;
    font-family: 'New Tegomin', serif;
}
.vraag p, .vraag label {
    color: #000000;
}
.vraag h1::before{
   margin-left: -40px;
   content: '';
   display: inline-block;
   width: 30px;
   height: 30px;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   border-radius: 15px;
   background-color: #A6CE39;
}
.weekdagboek {
    margin-top: 40px;
    padding: 10px;
    border: 7px solid #565658!important;
    margin-bottom: 10px;
   -moz-border-radius: 30px;
   -webkit-border-radius: 30px;
   border-radius: 30px;    
}
.weekdagboek h1 {
    color: #AFD24A;
    font-family: 'New Tegomin', serif;    
}
.weekdagboek th { 
    color: #F26522; 
    text-transform: uppercase;
}
.weekdagboek .dag {
    text-transform: uppercase;
    color: #AFD24A;
}
.myrange input {
    width: 80%;
}
.myrange output {
    font-size: 30px;
    padding-left: 5px;
}
.radiotest {
    padding: 3px 10px 3px 10px;
}
.form-check-input:checked {
    background-color: #A6CE39;
    border-color: #A6CE39;
}

@media screen and (max-width: 1200px){
    .weeknr {font-size: 30px;}
    .opdrachten { font-size: 20px; }

}
@media screen and (max-width: 900px){
    .weeknr {font-size: 20px;}
    .opdrachten { font-size: 15px; }
}
.totaalscore {
    background-color: #A6CE39;
    text-align: right;
    padding: 5px 30px 5px 10px;
    margin-bottom: 20px;
}
.eindscore {
    background-color: #F26522;
    text-align: right;
    padding: 5px 30px 5px 10px;
    margin-bottom: 20px;
}
.testresultaat .antwoord {
    color: #2A90CE;
}
.testresultaat .punten {
    color: #2A90CE;
    text-align: right;
    padding-right: 40px;
}
.testresultaat .form-group {
    padding: 0px 10px 0px 10px;
}
.weekdagboek textarea { 
    white-space: nowrap; 
    height: 28px; 
    width: 100%; 
    font-size: 15px; 
    line-height: 20px;
    overflow: hidden;
    min-width: 200px; 
} 
.tijdsplanning th {
    color: #F26522;
}
.tijdsplanning textarea { 
    white-space: nowrap; 
    height: 28px; 
    width: 100%; 
    font-size: 15px; 
    line-height: 20px;
    overflow: hidden;
    min-width: 200px; 
} 
.tijdsplanning th,.tijdsplanning td {
    width: 20%;
}
@media screen and (max-width: 900px){
    .weekdagboek textarea { 
        white-space: normal; 
        height: calc(4 * 13px); 
        font-size: 13px; 
        line-height: 20px;
        padding: 4px 1px 4px 1px; 
        min-width: 150px;
    }
    .weekdagboek td {padding: 0px;}
    .tijdsplanning textarea { 
        white-space: normal; 
        height: calc(4 * 28px); 
        font-size: 13px; 
        line-height: 20px;
        padding: 4px 1px 4px 1px; 
    }
    .tijdsplanning td {padding: 0px;}
} 

.oranje h4 {
    color: #2A90CE;
}
.oranje th {
    color: #F26522;
}