/*
font-family: "macho", sans-serif;
font-weight: 400;
font-style: normal;
*/
:root {
  --primary-color: #0027C6;
  --secundary-color: #FBC900;
  --tertiary-color: #fff;
  --font: "macho", sans-serif;
}
div#ccm-panel-overlay {
  display: none !important;
}
.ccm-page, .ccm-page p, .ccm-page ul, .ccm-page li, .ccm-page h1, .ccm-page h2, .ccm-page h3, .ccm-page h4  {
  font-family: var(--font);
  line-height: 1.6;
}
.ccm-page p, body {
  font-size: 17px;
}
.ccm-page h1 {
  font-weight: bold;
  font-size: 50px;
}
.ccm-page h2 {
  font-weight: bold;
  font-size: 40px;
}
.ccm-page h3 {
  font-size:20px;
}
.ccm-page h4 {
  font-size: 18px;
}
.ccm-page .subheading {
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: bold;
}
.ccm-page .btn {
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.ccm-page .btn-primary {
  background: var(--primary-color);
  color: var(--secundary-color);
}
.ccm-page .btn-secundary {
  color: var(--primary-color);
  background: var(--secundary-color);
}
.ccm-page .btn-teriary {
  color: var(--primary-color);
  background: transparent;
}
.ccm-page .btn:hover {
  background: black;
  color: white;
  outline: none;
}
.ccm-page .btn:hover, .ccm-page .btn:focus, .ccm-page .btn:active {
  box-shadow: none;
  outline: 0;
}
.ccm-form input:focus, .ccm-form textarea:focus,.ccm-form input:active, .ccm-form textarea:active{
  border: 2px solid var(--primary-color);
  box-shadow: none;
  outline: 0;
}
.ccm-page .owl-dots {
  text-align: center;
}
.ccm-page .owl-dots {
  position: relative !important;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 0;
}
.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
  background-color: var(--primary-color);
  border-radius: 50%;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 1px;
  left:1px;
}
.owl-dots {
  position: absolute;
  bottom: 50px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.owl-dots button.owl-dot.active {
  background: var(--secundary-color)
}
.owl-dots button.owl-dot {
  border: none;
  background: white;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  position: relative;
  margin-right: 10px;
}
.ccm-page img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.ccm-page .row-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ccm-page .background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pb-none {
  padding-bottom: 0;
}
.pt-none {
  padding-top: 0;
}
.p-none {
  padding: 0;
}
.mb-none {
  margin-bottom: 0;
}
.mt-none {
  margin-top: 0;
}
.m-none {
  padding: 0;
}
.full-area {
  padding: 90px 0;
  position: relative;
}
.small-area {
  padding: 30px 0;
  position: relative;
}
.area {
  position: relative;
}
.topheader {
  background: #0027C6;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topheader p, .topheader a, .topheader ul, .topheader li  {
  color: white;
  text-decoration: none;
  margin-bottom: 0;
}
.vl-nav li a {
  font-weight: bold;
  text-transform: uppercase;
  color: black !important;
  font-size: 17px !important;
}
.vl-nav li:last-of-type {
  padding-right: 0;
}
.vl-nav li {
  padding-right: 15px;
}
.vl-nav li.nav-selected a {
  color: var(--primary-color) !important;
}
.logo img {
  width: 220px;
  height: auto;
  margin-top: -50px;
}
.vl-pages {
  display: flex;
  flex-wrap: wrap;
}
.vl-pages .vl-page {
  flex: 33%;
}
.vl-pages .vl-page:nth-of-type(1), .vl-pages .vl-page:nth-of-type(2) {
  flex: 50% !important;
}
.vl-pages .vl-page:nth-of-type(odd) .vl-thumbnail .overlay {
  content: '';
  background: var(--primary-color);
  opacity: 0.3;
  height: 100%;
  width: 100%;
  position: absolute;
  left:0;
  right: 0;
  top:0;
  bottom:0;
}
.overlay {
  content: '';
  background: var(--primary-color);
  opacity: 0.3;
  height: 100%;
  width: 100%;
  position: absolute;
  left:0;
  right: 0;
  top:0;
  bottom:0;
}
.vl-pages .vl-page:nth-of-type(even) .vl-thumbnail .overlay {
  content: '';
  background: var(--secundary-color);
  opacity: 0.3;
  height: 100%;
  width: 100%;
  position: absolute;
  left:0;
  right: 0;
  top:0;
  bottom:0;
}

.vl-thumbnail {
  height: 350px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  transition: all 1s ease;
  align-items: center;
  justify-content: center;
}
.vl-text {
  z-index: 1111;
  position: relative;
  transition: all 1s ease;
  text-align: center;
  max-width: 50%;
}
.vl-description {
  z-index: 1111;
  position: relative;
  display: none;
  transition: all 1s ease;
  color:white;

  text-align: center;
}
.vl-button {
  margin-top: 25px;
}
.vl-thumbnail:hover .vl-text .vl-description {
  display: block;
}
.btn-white {
  background: white;
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.vl-title {
  font-size: 28px;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}
.werkwijze {
  background: var(--primary-color);
}
.werkwijze h2 {
  color: white;
}

.ccm-block-feature-item h3 {
  font-weight: bold;
  font-size: 30px;
}
.ccm-block-feature-item-inner {
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 45px;
  margin-bottom: 0 !important;
}
.ccm-block-feature-item {
  position: relative;
  z-index: 11;
}
.ccm-block-feature-item::before {
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  margin-top: auto;
  margin-bottom: auto;
  height: 4px;
  background: var(--secundary-color);
  width: 100px;
  right: -50px;
  z-index: -1;
}
.ccm-block-feature-item > * {
  position: relative;
  z-index: 11;
}
.vl-footer {
  padding: 90px 0 20px 0;
}
.copy {
  padding-top: 20px;
  border-top: 1px solid #ececec;
  margin-top: 65px;
  text-align: center;
}
.ccm-block-feature-image img {
  height: 100px;
  margin-bottom: 10px;
  width: auto;
}
.vl-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.vl-banner h1 {
  color: white;
  position: relative;
  margin-bottom: 40px;
  z-index: 111;
}
.text-right {
  text-align: right;
}
.timeline ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
.timeline ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.timeline ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.timeline ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.timeline ul li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.timeline ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.timeline ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: #fff;
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.timeline ul li .title,
.timeline ul li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
.timeline ul li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
.timeline ul li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */
.timeline ul li .title::before,
.timeline ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
.timeline ul li .title::before {
  bottom: calc(100% + 0.125rem);
}

.timeline ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .timeline ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .timeline ul::before {
    grid-column: 2;
  }
  .timeline ul li:nth-child(odd) {
    grid-column: 1;
  }
  .timeline ul li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .timeline ul li:nth-child(2) {
    grid-row: 2/4;
  }

  .timeline ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .timeline ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .timeline ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}
.cta {
  background: var(--primary-color);
  padding: 70px 0;
}
.cta h2 {
  color: white;
}
.vl-footer ul {
  list-style: none;
}
.vl-footer ul li a {
  text-decoration: none;
  color: black;
}
.vl-footer ul li {
  display: inline-block;
  float:left;
  width: 50%;
}
