body{
    font-size: 16px;
    background-color: white;
    --bs-border-radius: 0;
    --bs-border-color: rgba(241,93,3,0.175);
    --bs-primary: #F15D03;
    --primary: #F15D03;
    --bs-border-color-translucent: rgba(241,93,3,0.175)
}

.visible-xs { display: none !important; }
.visible-sm { display: none !important; }
.visible-md { display: none !important; }
.visible-lg { display: none !important; }
.visible-xl { display: none !important; }

@media (max-width: 543px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    .visible-sm {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg {
        display: block !important;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .visible-xl {
        display: block !important;
    }
}
@media (min-width: 1600px) {
    .visible-xxl {
        display: block !important;
    }
}

.roodborder{
    border: 3px solid red;
}

.groenborder{
    border: 3px solid green;
}

ul.no-style li{
    list-style: none;
}

div.blokje{
    float: left;
    width: 16px;
    height: 16px;
    border-right: 8px;
    border-color: silver;
    margin-left: 2px;
}
div.blokje.active{
    background: #0bb69f;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

:root {
    --bs-primary: #000000;
    --bs-primary-rgb: 0,0,0;
    --bs-secondary: #6c757d;
}

.primary {
    color: rgba(255, 255, 255, 0.87);
    background-color: var(--bs-primary); }
.primary .lt {
    background-color: var(--bs-primary); }
.primary .dk {
    background-color: var(--bs-primary); }
.primary .bg {
    background-color: var(--bs-primary); }

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: var(--bs-primary);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn.b-primary:hover,
.btn.b-primary:focus,
.btn.primary:hover,
.btn.primary:focus {
    color: rgba(255, 255, 255, 0.87) !important;
    background-color: var(--bs-primary);
}

.nav-pills {
    --bs-nav-pills-link-active-bg: var(--bs-primary); ;
}

.nav {
    border: none;
    --bs-nav-link-color: var(--bs-primary);
    --bs-nav-link-hover-color: var(--bs-primary);
}

.navbar{
    border-radius: 0;
    background-color: var(--bs-primary);
}

.navbar-brand{
    color: white;
}

.box-header{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.accordion-button:not(.collapsed) {
    color: black;
    font-weight: bold;
    background-color: #eee;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

img.thumb{
    width: 100%;
}

.aanwijzing-left, .aanwijzing-right{
    margin-top: 5px;
}

.aanwijzing-left{
    float: left;
    width: 50%;
    background: black;
    color: white;
    text-align: center;
    padding: 0.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    cursor:pointer;
}

.aanwijzing-right{
    float: right;
    width: 50%;
    border: 2px solid black;
    text-align: center;
    cursor:pointer;
}

.aanwijzing-right.selected{
    border: 5px solid red;
}


.aanwijzing-left.correct{
    background: green;
}

.aanwijzing-left.selected{
    background: red;
}

.peraanwijzing .aanwijzing-titel{
    background: black;
    color: white;
    text-align: center;
    padding: 0.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    cursor:pointer;
}

.peraanwijzing .sub {
    position: relative
}

.perplaat .aanwijzing-right img.icon, .peraanwijzing img.icon{
    height: 3rem;
}

.peraanwijzing .sub {
    width: 5rem;
}

.peraanwijzing div.active .sub{
    border: 3px solid red;
}

.peraanwijzing div.plaatnummer{
    background: red;
    color: white;
    border-radius: 100%;
    position: absolute;
    left: 2rem;
    top: 0.6rem;
    width: 1.6rem;
    height: 1.6rem;
    padding-top: 0.2rem;
    text-align: center;
}

div.aanwijzing-antwoord input{
    width: 50px;
    text-align: center;
    padding: 0.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    border: 1px solid black;
}

div.aanwijzing-antwoord .correct{
    padding: 0.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

table tr th{
    cursor: pointer;
}

i.fa-lock{
    cursor: pointer
}

.imagecontainer{
    position: relative;
}

.imagecontainer div{
    width: 25%;
    height: 25%;
    background-color: rgba(255,0,0,0.8);
    position: absolute;
}

.imagecontainer div.A1{ left: 0%; top: 0%}
.imagecontainer div.A2{ left: 0%; top: 25%}
.imagecontainer div.A3{ left: 0%; top: 50%}
.imagecontainer div.A4{ left: 0%; top: 75%}
.imagecontainer div.B1{ left: 25%; top: 0%}
.imagecontainer div.B2{ left: 25%; top: 25%}
.imagecontainer div.B3{ left: 25%; top: 50%}
.imagecontainer div.B4{ left: 25%; top: 75%}
.imagecontainer div.C1{ left: 50%; top: 0%}
.imagecontainer div.C2{ left: 50%; top: 25%}
.imagecontainer div.C3{ left: 50%; top: 50%}
.imagecontainer div.C4{ left: 50%; top: 75%}
.imagecontainer div.D1{ left: 75%; top: 0%}
.imagecontainer div.D2{ left: 75%; top: 25%}
.imagecontainer div.D3{ left: 75%; top: 50%}
.imagecontainer div.D4{ left: 75%; top: 75%}

span.lang{
    cursor: pointer;
    color: silver
}
span.lang img{
    filter: grayscale(100%);
    opacity: 50%;
}

span.lang.active{
    color: black;
}

span.lang.active img{
    filter: none;
    opacity: 100%;
}

.oplossing ul li{
    margin-bottom: 0.5rem;
}

table.hint tr td, table.hint tr th{
    border: 1px solid silver;
    padding: .25rem .25rem .25rem 1rem;
    font-size: 90%;
}
table.hint tr th{
    padding: .25rem 0.5rem;
    font-weight: bold;
    background: #CCC;
}

table.timer, table.hint{
    width: 100%;
}

table.timer td, table.timer th{
    text-align: center;
}

table.timer th{
    font-weight: bold;
    font-size: 3rem;
}