.bg_od {
  background-color: #FF8500 !important;
}
.bg_ol {
  background-color: #FDD282 !important;
}
.bg_mb {
  background-color: #B7BCE1;
}
/* Midden Blauw  */
.bg_mo {
  background-color: #FDD282;
}
/* Midden Oranje */
.bg_gd {
  background-color: #47B64D !important;
}
.bg_gl {
  background-color: #7FDA7A !important;
}
/* licht groen   */
.bg_rd {
  background-color: #CE4747;
}
.bg_qf {
  background-color: #CCCCCC;
}
/* question fout */
.bg_qg {
  background-color: #009304;
}
/* mja.          */
.tx_od {
  color: #FF8500;
}
.tx_bd {
  color: #006EB3;
}
.bg_st {
  @zilver Background;
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('/fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-v19-latin-regular.woff2') format('woff2'), Super Modern Browsers url('/fonts/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-v19-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Architects Daughter';
  font-style: normal;
  font-weight: 400;
  src: local('ArchitectsDaughter'), url('/fonts/ArchitectsDaughter.ttf') format('truetype');
}
/* deze wordt gebruikt in de plaatjes die we versturen bij Rekenen */
@font-face {
  font-family: '';
  font-style: normal;
  font-weight: 400;
  src: local('Josefin Sans'), url('/fonts/JosefinSans-VariableFont_wght.ttf');
}
/* 20230417 font toegevoegd om in chrome de formules mooi te maken (grote haakjes) */
@font-face {
  font-family: 'Fira Math';
  font-style: normal;
  font-weight: 400;
  src: local('Fira Math'), url('/fonts/FiraMath-Regular.otf');
}
/*
@font-face {
    font-family: 'Noticia Text';
    font-weight: 400;
    font-style: normal;
    src: url('https://fonts.googleapis.com/css2?family=Noticia+Text&display=swap')
}
*/
/* START keyboard handel ******************************************************/
#divMobileKeyboard {
  background-color: #1E2447;
  position: absolute;
  z-index: 100;
  width: 100%;
  touch-action: manipulation;
  padding-bottom: 10px;
  bottom: 0px;
  display: none;
  /* 20250209 toegevoegd ivm laten staan soms op laptop */
}
#divMobileKeyboard .btnRond {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 40px;
  margin: 1%;
  padding: 0px;
  font-size: 2em;
  color: #1E2447;
  display: flex;
  justify-content: center;
  align-items: center;
  /* for single line flex container */
  align-content: center;
  /* for multi-line flex container */
  float: left;
}
#divMobileKeyboard .btnTenth {
  width: 8%;
}
#divMobileKeyboard .btnFifth {
  width: 18%;
}
#mb_Back > svg,
#mb_Return > svg {
  width: 100%;
  height: 70%;
  margin: 15%;
}
/* EINDE keyboard handel ******************************************************/
#headerHomeMobile {
  background-color: #616FBD;
  width: 100%;
  padding-bottom: 0.5em;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.mHeaderStudentName {
  float: right;
  color: white;
  font-size: 15px;
  padding: 12px 10px 10px 10px;
  position: absolute;
  right: 12px;
  top: 49px;
}
#headerContentMobile {
  width: 100%;
  padding-bottom: 0.5em;
  position: fixed;
  z-index: 14;
}
UserDashboard .mUserDashboard {
  top: 97px;
}
.mTitleCourse {
  font-size: 1.5em;
}
#eersteRegel {
  width: 100%;
  height: 45px;
}
#eersteRegelSchaduw {
  background-color: #1E2447;
  height: 40px;
}
#tweedeRegel {
  background-color: white;
  position: absolute;
  width: 100%;
  top: 45px;
  height: 40px;
  margin-left: 0.5em;
  margin-right: 0.5em;
  border-bottom: #ececec 2px solid;
}
#btnMenu {
  width: 40px;
  height: 40px;
  color: #FF8500;
}
.mMenu {
  position: absolute !important;
  top: 40px;
  width: 100% !important;
  left: 0px;
  overflow-y: scroll;
}
#startKnoppenMobile {
  height: 40px;
  width: 100px;
  position: absolute;
  top: 0px;
  right: 0px;
}
#mobileVraagKnoppen {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
}
#divQuestions.mobile {
  position: absolute;
  top: 0px;
  left: 40px;
  height: 50px;
}
#startKnoppenMobile .vorigeVraag {
  width: 50px;
}
#startKnoppenMobile .volgendeVraag {
  width: 50px;
}
.mQuestion.selected::after {
  content: '';
  width: 0px;
  height: 0px;
  display: inline;
  border-style: solid;
  border-width: 11px;
  border-color: #FF8500 transparent transparent transparent;
  position: relative;
  top: 30px;
  left: -5px;
  -webkit-transition: border-color 1s;
  -moz-transition: border-color 1s;
  -ms-transition: border-color 1s;
  -o-transition: border-color 1s;
  transition: border-color 1s;
}
.mQuestion.selected.leeg::after {
  content: '';
  width: 0px;
  height: 0px;
  display: inline;
  border-style: solid;
  border-width: 11px;
  border-color: #FF8500 transparent transparent transparent;
  position: relative;
  top: 30px;
  left: -10px;
  -webkit-transition: border-color 1s;
  -moz-transition: border-color 1s;
  -ms-transition: border-color 1s;
  -o-transition: border-color 1s;
  transition: border-color 1s;
}
.question.selected.fout::after {
  border-color: #FF8500 transparent transparent transparent;
}
.question.selected.goed::after {
  border-color: #009304 transparent transparent transparent;
}
.mQuestion.leeg::before {
  content: '◯';
  width: 10px;
  height: 10px;
  position: relative;
  top: -12px;
  left: 14px;
  color: #FFF;
  font-size: 8px;
}
.mQuestion.selected.leeg::before {
  content: '◯';
  width: 10px;
  height: 10px;
  position: relative;
  top: -12px;
  left: 19px;
  color: #FFF;
  font-size: 8px;
}
@media (max-width: 629px) {
  .imgNotOnMobile {
    display: none;
  }
}
.pijlWave {
  animation: pijlWaveKey;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 5;
  animation-fill-mode: forwards;
  background: linear-gradient(to right, #999 0px, #999 40px, white 70px);
  background-size: 80px 40px;
  background-position: 0px 0px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@keyframes pijlWaveKey {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 80px 0px;
  }
}
