@charset "UTF-8";.h2-ptl h2 {
color:#0F559F;

}

.h2-cijfer h2 {
color:#a3a3a3;
margin: 0px 0px 0px 0px;
font-size: 200px;
}


#sp-header #sp-menu .sp-megamenu-parent > li > a:hover{
  color: #000000;
 // text-decoration: underline;
}


/* CSS */
.button-32 {
  background-color: #ffffff;
  border-radius: 0px;
  color: #000;
  cursor: pointer;
  text-align: center;
  transition: 200ms;
  box-sizing: border-box;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

}

.button-32:not(:disabled):hover,
.button-32:not(:disabled):focus {
  border-radius: 0px;
  outline: 0;
  background: #f4e603;
  box-shadow: 0 0 0 2px rgba(0,0,0,.2), 0 3px 8px 0 rgba(0,0,0,.15);
}

.button-32:disabled {
  filter: saturate(0.2) opacity(0.5);
  -webkit-filter: saturate(0.2) opacity(0.5);
  cursor: not-allowed;
}
#offcanvas-toggler {
  margin-right: -50px;
}
