/* CUSTOM STYLES WEBSITE - LET OP! ALS JE DEZE WIJZIGT WIJZIG ZE DAN OOK IN CKEDITOR.CSS  */

h1 {
  font-size: 1.7rem !important;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  color: #083eb2 !important; /* ✅ Primary */
}

h2 {
  font-size: 1.4rem !important;
  margin-top: 1.2rem;
  margin-bottom: 1rem;
  color: #000 !important;
}

h3 {
  font-size: 1.4rem !important;
  margin-top: 1.4rem;
  margin-bottom: 1rem;
  color: #083eb2 !important; /* ✅ Primary */
}

h4 {
  font-size: 1.2rem !important;
  margin-top: 1.4rem;
  margin-bottom: 0.8rem;
  color: #083eb2 !important; /* ✅ Primary */
}

h5 {
  font-size: 1.2rem !important;
  margin-top: 1.4rem;
  margin-bottom: 0.8rem;
  color: #f69963 !important; /* ✅ Orange */
}

h6 {
  font-size: 1.2rem !important;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  color: #e25094 !important; /* ✅ Pink */
}

/* ✅ Standaard links een nette Bootstrap stijl geven */
a:not([class]) {
  color: #083eb2 !important;
  text-decoration: underline !important;
  font-weight: 600 !important; /* komt overeen met fw-bold */
}


@media screen and (min-width: 768px) and (max-width: 1199.98px) and (orientation: landscape) {
  .hide-on-tablet-landscape {
    display: none !important;
  }
}






