* {
  color: #001738;
}
html {
  font-size: 16px;
}
.btn {
  padding: 12px 20px;
}
body {
  font-family: 'Roboto' !important;
  color: #001738;
  font-size: 16px;
}
.navbar {
  background-color: transparent;
  background: transparent;
  border-color: transparent;
  font-size: 1rem;
}
.navbar a,
.navbar i {
  color: #001738 !important;
  font-weight: 500;
}
.navbar .menu-button {
  border-radius: 4px;
  border: 2px solid #0060ff;
  padding: 10px 20px;
}
.font-weight-bold {
  font-weight: 500;
}
.navbar-nav {
  float: none !important;
  display: flex;
}
.opsomming {
  display: flex;
  gap: 8px;
  font-style: italic;
}
.navbar li {
  color: black;
}
.d-flex {
  display: flex !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.justify-content-center {
  justify-content: center !important;
}
.align-items-center {
  align-items: center !important;
}
p,
a,
a i {
  color: #001738;
  line-height: 160%;
}
h1,
h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  color: #001738;
  font-family: 'Roboto';
}
h2 {
  font-size: 1.5rem;
}
.bg-blue-3 {
  background-color: #e4edff;
}
.bg-white {
  background-color: white;
}
.bg-sand {
  background-color: #f5efe9;
}
.bg-sand-2 {
  background-color: #faf7f5;
}
.mt-1 {
  margin-top: 0.5rem;
}
.mt-2 {
  margin-top: 1rem;
}
.mt-3 {
  margin-top: 1.5rem;
}
.mt-4 {
  margin-top: 2rem;
}
.mt-5 {
  margin-top: 2.5rem;
}
.mt-6 {
  margin-top: 3rem;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.5rem;
}
.mb-2 {
  margin-bottom: 1rem;
}
.mb-3 {
  margin-bottom: 1.5rem;
}
.mb-4 {
  margin-bottom: 2rem;
}
.mb-5 {
  margin-bottom: 2.5rem;
}
.mb-6 {
  margin-bottom: 3rem;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.5rem;
}
.ms-2 {
  margin-left: 1rem;
}
.ms-3 {
  margin-left: 1.5rem;
}
.ms-4 {
  margin-left: 2rem;
}
.ms-5 {
  margin-left: 2.5rem;
}
.ms-6 {
  margin-left: 3rem;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.5rem;
}
.me-2 {
  margin-right: 1rem;
}
.me-3 {
  margin-right: 1.5rem;
}
.me-4 {
  margin-right: 2rem;
}
.me-5 {
  margin-right: 2.5rem;
}
.me-6 {
  margin-right: 3rem;
}
.p-1 {
  padding: 0.5rem !important;
}
.p-2 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
label {
  font-weight: 400;
}
.w-100 {
  width: 100% !important;
}
.mdo-extra {
  font-size: 9px;
  margin-right: 16px;
  width: 16px;
  height: 16px;
  background-color: black;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 16px;
  flex-shrink: 0;
}
.rounded {
  border-radius: 8px;
}
.border {
  border: 1px solid #c4b8c7;
}
.btn-success {
  color: #001738 !important;
  background-color: #00d6b0;
  border-width: 0px;
}
.btn-success:hover,
.btn-success:active {
  background-color: #00c59b;
}
.seperator {
  height: 1px;
  width: 100%;
  background-color: #c2b8c6;
}
.sponsor-container {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
footer {
  background-color: #001738;
}
footer div {
  color: white !important;
}
footer .certificate-container {
  flex-grow: 1;
  justify-content: end;
}
footer .certificates {
  width: 230px;
}
footer .seperator {
  background-color: #043256;
}
footer .container {
  display: flex;
}
footer .container a {
  display: block;
  color: white;
}
footer .container a i {
  color: white;
}
.textimonal-row .col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
}
.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial p:first-child {
  font-style: italic;
}
/* desktop */

@media only screen and (min-width: 768px) {
  img.max-image {
    max-width: 100vw;
  }
  .testimonial {
    height: 260px;
  }
  .d-md-none {
    display: none !important;
  }
}
/*mobile*/

@media only screen and (max-width: 768px) {
  footer .logo {
    display: none;
  }
  .tijdlijn-block {
    margin-bottom: 10px;
  }
  img.max-image {
    max-width: 100%;
  }
}
a.blue {
  color: #225cf1 !important;
}
a.blue:hover {
  text-decoration: underline;
}
.tijdlijn-row .col-md-4 {
  padding-left: 8px;
  padding-right: 8px;
}
.tijdlijn-block {
  height: 300px;
}
.tijdlijn-block ul {
  padding: 0;
  padding-left: 16px;
}
.sponsor {
  margin-bottom: 48px;
}
.sponsor img {
  max-width: 130px;
}
