/* -- Font families ---------------------------*/
@font-face {
  font-family: "adagio-400";
  src: url("fonts/adagio_sans-webfont.woff2") format("woff2"), url("fonts/adagio_sans-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "adagio-400i";
  src: url("fonts/adagio_sans_regular_italic-webfont.woff2") format("woff2"), url("fonts/adagio_sans_regular_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "adagio-500";
  src: url("fonts/adagio_sans_medium-webfont.woff2") format("woff2"), url("fonts/adagio_sans_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "adagio-700";
  src: url("fonts/adagio_sans_bold-webfont.woff2") format("woff2"), url("fonts/adagio_sans_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "adagio-700i";
  src: url("fonts/adagio_sans_bold_italic-webfont.woff2") format("woff2"), url("fonts/adagio_sans_bold_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* -- Font modifiers --------------------------*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "adagio-700", sans-serif;
  font-weight: normal;
  color: #30686f;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

/* -- Font weights ----------------------------*/
.text-400 {
  font-family: "adagio-400", sans-serif;
  font-weight: normal;
}

.text-400i {
  font-family: "adagio-400i", sans-serif;
  font-weight: normal;
}

.text-500 {
  font-family: "adagio-500", sans-serif;
  font-weight: normal;
}

.text-700 {
  font-family: "adagio-700", sans-serif;
  font-weight: normal;
}

.text-700i {
  font-family: "adagio-700i", sans-serif;
  font-weight: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "adagio-400", sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1d1d1b;
  background: #30686f;
}

html, body {
  font-size: 16px;
}

@media all and (min-width: 1200px) {
  html, body {
    font-size: 17px;
  }
}
/* -- Links ---------------------------------*/
a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

p a {
  color: inherit;
  text-decoration: underline;
}

p a:hover {
  color: inherit;
  text-decoration: none;
}

.link--white {
  color: #fff;
}

.link--primary {
  color: #30686f;
}

.link--secondary {
  color: #f08050;
}

.link--white:hover {
  color: #fff;
}

.link--primary:hover {
  color: #30686f;
}

.link--secondary:hover {
  color: #f08050;
}

/* -- Buttons -------------------------------*/
.btn {
  text-transform: uppercase;
  padding: 0.75rem 1rem 0.5rem 1rem;
  border-radius: 0.25rem;
  line-height: 1;
}

.btn i {
  padding-left: 0.5rem;
}

.btn--white {
  background: #fff;
  color: #30686f;
}

.btn--primary {
  background: #30686f;
  color: #fff;
}

.btn--secondary {
  background: #f08050;
  color: #fff;
}

.btn--white:hover {
  background: #30686f;
  color: #fff;
}

.btn--primary:hover {
  background: #387981;
  color: #fff;
}

.btn--secondary:hover {
  background: #f29167;
  color: #fff;
}

.socials__link, .scroll-down {
  display: block;
  width: 66px;
  height: 66px;
  line-height: 66px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  border: 2px solid #67B43A;
}

.socials__link:hover, .scroll-down:hover {
  border: 2px solid #67B43A;
  background: #67B43A;
  color: #fff;
}

/* -- Backgrounds ---------------------------*/
.bcg--white {
  background: #fff;
}

.bcg--primary {
  background: #30686f;
}

.bcg--secondary {
  background: #f08050;
}

/* -- Colors --------------------------------*/
.text--white {
  color: #fff;
}

.text--primary {
  color: #30686f;
}

.text--secondary {
  color: #f08050;
}

/* -- Images --------------------------------*/
.img-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* -- Formulieren ---------------------------*/
.gfield_error .gfield_label,
.gfield_label,
.gfield_checkbox label {
  font-family: "adagio-700", sans-serif;
  font-weight: normal;
  color: rgba(255,255,255,.9) !important;
}

.gfield_description,
.gfield_error label,
.gform_wrapper.gravity-theme .ginput_counter,
.ginput_complex label {
  color: rgba(255,255,255,.75) !important;
}

.ginput_container input,
.ginput_container textarea {
  border: none;
  border-radius: .5rem;
  background: rgba(255,255,255,.2);
  color: #fff;
  box-shadow: none !important;
}

.gform_button {
  font-family: "adagio-700", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0.75rem 1rem 0.75rem 1rem;
  border-radius: 0.25rem;
  line-height: 1;
  background: #f08050;
  color: #fff;
  border: none;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  background: none;
  border: none;
  padding: 0;
  color: #f08050;
}

.gform_wrapper .gfield_error [aria-invalid="true"] {
  border: 1px solid #f08050;
}

.gform_wrapper .gfield_required {
  color: #f08050;
  font-size: 1rem;
}

.gfield-choice-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: rgba(255,255,255,.2);  
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.gfield-choice-input:checked {
  background-color: #f08050;
  border-color: #f08050;
}

.gfield-choice-input:checked[type="checkbox"] {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.gform_wrapper .gform_validation_errors {
  background: #FEF1EB;
  border: 1.5px solid #f08050;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.041);
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 16px 16px 16px 48px;
  position: relative;
  width: 100%;
}

.gform_wrapper .gform_validation_errors > h2 {
  color: #f08050;
}

/* -- Animated ------------------------------*/
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  

.owl-animated-out {
  z-index : 1 
   }

.owl-animated-in {
  z-index : 0 
   }

.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

/* -- Offcanvas ---------------------------*/
.container-fluid .row > div {
  padding: 0;
}

.cf-inner-6 {
  padding: 3rem 0.75rem;
}

@media all and (min-width: 768px) {
  .row-eqh > div {
    flex-wrap: wrap;
  }

  .cf-inner-6 {
    max-width: 330px;
    margin: 0 0 0 auto;
    padding-right: 8.333333%;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .deelnemer--content-end .cf-inner-6 {
    margin: 0 auto 0 0;
    padding-left: 8.333333%;
    padding-right: 0;
  }
}
@media all and (min-width: 992px) {
  .cf-inner-6 {
    max-width: 450px;
  }
}
@media all and (min-width: 1200px) {
  .cf-inner-6 {
    max-width: 540px;
  }
}
@media all and (min-width: 1400px) {
  .cf-inner-6 {
    max-width: 630px;
  }
}
/* -- Margins -----------------------------*/
@media all and (min-width: 1200px) {
  .mt-6 {
    margin-top: 6rem !important;
  }

  .mt-7 {
    margin-top: 7rem !important;
  }

  .mt-8 {
    margin-top: 8rem !important;
  }

  .mt-9 {
    margin-top: 9rem !important;
  }

  .mt-10 {
    margin-top: 10rem !important;
  }

  .mb-6 {
    margin-bottom: 6rem !important;
  }

  .mb-7 {
    margin-bottom: 7rem !important;
  }

  .mb-8 {
    margin-bottom: 8rem !important;
  }

  .mb-9 {
    margin-bottom: 9rem !important;
  }

  .mb-10 {
    margin-bottom: 10rem !important;
  }
}
/* -- Paddings ----------------------------*/
.pe-10 {
  padding-right: 8rem;
}

@media all and (min-width: 1200px) {
  .pt-6 {
    padding-top: 6rem !important;
  }

  .pt-7 {
    padding-top: 7rem !important;
  }

  .pt-8 {
    padding-top: 8rem !important;
  }

  .pt-9 {
    padding-top: 9rem !important;
  }

  .pt-10 {
    padding-top: 10rem !important;
  }

  .pb-6 {
    padding-bottom: 6rem !important;
  }

  .pb-7 {
    padding-bottom: 7rem !important;
  }

  .pb-8 {
    padding-bottom: 8rem !important;
  }

  .pb-9 {
    padding-bottom: 9rem !important;
  }

  .pb-10 {
    padding-bottom: 10rem !important;
  }
}
/* -- Block -------------------------------*/
.block {
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
}

ul:not([class]) {
  padding: 0 0 0 1rem;
  margin: 0;
}
ul:not([class]) li {
  line-height: 1.75;
}

.block--shadow {
  box-shadow: 0 0.75rem 1rem 0 rgba(0, 0, 0, 0.15);
}

.block--gradient {
  background: #02284d;
  background: linear-gradient(0deg, #02284d 0%, #65a626 100%);
}

@media all and (min-width: 992px) {
  .block {
    padding: 3rem 2rem;
  }
}
/* -- Carousel -----------------------------*/
.owl-dots {
  position: absolute;
  z-index: 999999;
  bottom: 8vh;
  display: flex;
  justify-content: center;
  width: 100%;
}

.owl-dots .owl-dot {
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  background: none;
  border: 1px solid #fff !important;
  float: left;
  border-radius: 100%;
}

.owl-dots .owl-dot + .owl-dot {
  margin-left: 8px;
}

.owl-dots .owl-dot.active {
  background: #fff;
  border-color: #fff;
}

.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  

.owl-animated-out {
  z-index : 1 
}

.owl-animated-in {
  z-index : 0 
}

.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

/* -- Navigation ---------------------------------*/
.navigation--open {
  overflow: hidden;
  height: 100vh;
}

.navigation-trigger-wrapper {
  position: fixed;
  top: 26px;
  left: 0;
  margin: 0 auto;
  z-index: 1006;
  width: 100%;
}

.navigation__trigger {
  display: block;
  position: relative;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  z-index: 1006;
}

.menu-icon {
  position: absolute;
  width: 26px;
  height: 16px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1px;
  z-index: 1001;
}

.menu-line {
  background-color: #fff;
  height: 2px;
  width: 100%;
  border-radius: 0;
  position: absolute;
  left: 0;
  transition: all 0.25s ease-in-out;
}

.menu-line-2 {
  top: 0;
  bottom: 0;
  margin: auto;
}

.menu-line-3 {
  width: 75%;
  bottom: 0;
}

.navigation__trigger.open {
  background: #fff;
}

.navigation__trigger.open .menu-line {
  background: #f08050;
}

.navigation__trigger.open .menu-line-1 {
  transform: translateY(8px) translateY(-50%) rotate(-45deg);
}

.navigation__trigger.open .menu-line-2 {
  opacity: 0;
}

.navigation__trigger.open .menu-line-3 {
  transform: translateY(-8px) translateY(50%) rotate(45deg);
}

.menu-circle {
  background-color: #f08050;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  transform: scale(1);
  z-index: 800;
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}

.navigation__trigger.open .menu-line-3,
.navigation__trigger:hover .menu-line-3 {
  width: 100%;
}

.navigation__trigger.open .menu-circle {
  transform: scale(60);
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0, 0.4s;
}

.navigation-wrapper {
  background-color: #f08050;
  color: #fff;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 1001;
  opacity: 0;
  overflow-y: scroll;
  visibility: hidden;
}
.navigation-wrapper-inner {
  padding: 2.5rem 0 3rem 0;
}

.navigation-wrapper .navigation-tijden {
  display: none;
}
.navigation-wrapper .navbar-nav {
  flex-direction: column;
  flex-wrap: wrap;
  margin: 8rem 0 0 0;
  font-size: 3rem;
}
.navigation-wrapper .navbar-nav li:not(:last-child) {
  margin-right: 1.75rem;
}
.navigation-wrapper .navbar-nav .nav-link {
  font-family: "adagio-700", sans-serif;
  font-weight: normal;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.navigation-wrapper .navbar-nav .nav-link:hover {
  color: rgb(255, 255, 255);
}
.navigation-wrapper .navbar-nav .nav-link.active {
  color: rgb(255, 255, 255);
}
.navigation-wrapper .navigation-language {
  margin-bottom: 3rem !important;
}
.navigation-wrapper .navigation-language .list-language__link {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
}
.navigation-wrapper .navigation-language .list-language__link.active {
  color: #17417e;
  background: rgb(255, 255, 255);
}
.navigation-wrapper .navigation-contact__title {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-family: "adagio-700", sans-serif;
  font-weight: normal;
}
.navigation-wrapper .navigation-contact__address {
  color: rgba(255, 255, 255, 0.6);
}
.navigation-wrapper .navigation-contact__address a {
  color: rgba(255, 255, 255, 0.6);
}
.navigation-wrapper .navigation-contact__address a:hover {
  color: rgb(255, 255, 255);
}

.navigation-wrapper.open {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 576px) {
  .navigation-trigger-wrapper {
    top: 40px;
  }
  
  .navigation__trigger {
    height: 70px;
    width: 70px;
  }

  .menu-icon {
    width: 30px;
    height: 21px;
  }

  .menu-line {
    height: 3px;
  }

  .navigation__trigger.open .menu-line-1 {
    transform: translateY(10px) translateY(-50%) rotate(-45deg);
  }

  .navigation__trigger.open .menu-line-3 {
    transform: translateY(-10px) translateY(50%) rotate(45deg);
  }

  .navigation-wrapper-inner {
    padding: 10rem 0 3rem 0;
  }

  .navigation-language {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .navigation-wrapper {
    display: flex;
    align-items: center;
  }

  .navigation-wrapper-inner {
    padding: 5rem 0;
  }
  .navigation-wrapper .navbar-nav {
    flex-direction: row;
    margin: 0;
  }
  
  .navigation-wrapper .navigation-tijden {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .navigation-wrapper .navbar-nav {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1500px) {
  .navigation-wrapper .navbar-nav {
    font-size: 4rem;
  }
}

/* -- Header -------------------------------------*/
#header {
  position: relative;
  min-height: 200px; 
  background: #30686f;
  pointer-events: none;
}

.home-link {
  pointer-events: all;
}

#header.frontpage {
  height: 70vh;
  min-height: 550px;  
  overflow: hidden;
  background: #111;
  pointer-events: all;
}

.header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.header-content .container {
  position: relative;
}

.header-brand {
  position: absolute;
  right: 0;
  padding: 3rem 1.5rem 2.5rem 1.5rem;
  max-width: 240px;
  background-image: url("../images/brand-wrapper.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.header-brand img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.header__title {
  display: block;
  color: #fff;
  text-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.7);
  margin-bottom: 15vh;
}
.header__title strong {
  font-family: "adagio-700", sans-serif;
  font-weight: normal;
}

@media all and (min-width: 768px) {
  .header-brand {
    max-width: 340px;
  }
}
/* -- Header swoosh ------------------------------*/
.header-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.owl-header .item {
  height: 70vh;
  min-height: 550px;  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* -- Header swoosh ------------------------------*/
.header__swoosh {
  position: absolute;
  height: 100%;
  left: -3px;
  bottom: -2px;
  width: calc(100% + 6px);
  background-image: url("../images/header-swoosh.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  pointer-events: none;
  overflow: hidden;
}

/* -- Introductie -----------------------------*/
.section--introductie {
  background: #30686f;
  padding: 4rem 0;
}
.section--introductie p {
  color: #fff;
}

/* -- Deelnemers ------------------------------*/
.deelnemer {
  position: relative;
  background: #fff;
}

.deelnemer-visual {
  position: relative;
}

.deelnemer__label {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 130px;  
}

@media all and (min-width: 768px) {
.deelnemer__label {
  max-width: 170px;
}
.deelnemer--leemspoor .deelnemer__label {
  max-width: 150px;
}
.deelnemer--zomp .deelnemer__label {
  bottom: -1.5rem;
}
}

@media all and (min-width: 1200px) {
.deelnemer__label {
  max-width: 220px;
}
.deelnemer--leemspoor .deelnemer__label {
  max-width: 180px;
}
}



/* -- Call to action --------------------------*/
.section--cta {
  background: #f08050;
  padding: 5.5rem 0;
}

  .section--cta .h1 {
    line-height: 1;
    color: #fff;
    text-transform: none;
  }

/* -- Agenda ----------------------------------*/
.section--agenda {
  background: #ebf0f0;
  padding: 6rem 0;
}

/* -- Nieuws ----------------------------------*/
.section--nieuws {
  padding: 6rem 0;
  background: #fff;
}

  .nieuws-item {
    background: #ebf0f0;
  }

    .nieuws-item img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }

    .nieuws-item__meta {
      font-family: "adagio-500", sans-serif;
      font-weight: normal;
      margin: 0 0 0.25rem 0;
      opacity: .6;
    }

  .nieuws-item-inner {
    padding: 2rem 1.25rem;
  }

.loadmore-btn {
  font-family: "adagio-500", sans-serif;
  font-weight: normal;
  padding: 0.75rem 1rem;
  box-shadow: none !important;
}

@media all and (min-width: 1200px) {
  .nieuws-item-inner {
    padding: 2rem 1.5rem;
  }
}

/* -- Content ---------------------------------*/
.content-styles p a {
  color: inherit;
  text-decoration: underline;
}

.content-styles p a:hover {
  color: inherit;
  text-decoration: none;
}

.content-styles ul:not([class]),
.content-styles ol:not([class]) {
  padding-left: 1rem;
}

/* -- Footer ----------------------------------*/
#footer {
  padding: 2rem 0;
  background: #30686f;
}

.footer__logo {
  margin-bottom: .4rem;
}

#footer address {
  font-size: 0.9rem;
  margin: 0;
}

#footer address a {
  color: #fff;
}

#footer span {
  font-size: 0.85rem;
  color: #98b4b7;
}
#footer span a {
  color: #98b4b7;
}
#footer span a:hover {
  color: #fff;
}

#footer .list-inline {
  font-size: 0.85rem;
}
#footer .list-inline a {
  color: #fff;
}/*# sourceMappingURL=stylesheet.css.map */