.has-black-background-color {
  background-color: #202020;
}

.has-black-color {
  color: #202020;
}

.has-white-background-color {
  background-color: #efd2d2;
}

.has-white-color {
  color: #efd2d2;
}

.has-blue-background-color {
  background-color: #003366;
}

.has-blue-color {
  color: #003366;
}

.has-green-background-color {
  background-color: #4CAF50;
}

.has-green-color {
  color: #4CAF50;
}

.has-rouge-background-color {
  background-color: #FFB300;
}

.has-rouge-color {
  color: #FFB300;
}

.has-mergel-color {
  color: #f8e0bf;
}

.has-mergel-background-color {
  background-color: #f8e0bf;
}

@font-face {
  font-family: "Lato Hairline";
  src: url("../fonts/Lato-Hairline.woff2") format("woff2"), url("../fonts/Lato-Hairline.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Elza", sans-serif;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 2.1rem;
  color: #202020;
  line-height: 1.4;
  letter-spacing: 0.2px;
  background-color: white;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 1rem;
}
body h1.has-background,
body h2.has-background,
body h3.has-background,
body h4.has-background,
body h5.has-background,
body h6.has-background {
  padding: 2rem;
}
body h1 {
  font-size: 4.5rem;
  line-height: 104.167%;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  body h1 {
    font-size: 4rem;
  }
}
body h2 {
  font-size: 4.4rem;
  line-height: 104.167%;
  letter-spacing: 0;
}
@media only screen and (max-width: 960px) {
  body h2 {
    font-size: 3rem;
  }
}
body h3 {
  font-size: 2.4rem;
  line-height: 106.25%;
  letter-spacing: -0.16px;
}
@media only screen and (max-width: 960px) {
  body h3 {
    font-size: 2rem;
  }
}
body h4 {
  font-size: 1.8rem;
}
body .entry-content h4 {
  /*margin-top: 40px;*/
}
body h5 {
  font-size: 18px;
}
body h6 {
  font-size: 16px;
}
body .wp-block-heading.has-larger-font-size {
  font-size: 7rem !important;
  line-height: 100%;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 1060px) {
  body .wp-block-heading.has-larger-font-size {
    font-size: 4.2rem !important;
  }
}
@media only screen and (max-width: 960px) {
  body .wp-block-heading.has-large-font-size {
    font-size: 3rem !important;
  }
}
body p.has-larger-font-size, body ul.has-larger-font-size {
  font-size: 3.4rem !important;
}
body p.has-large-font-size, body ul.has-large-font-size {
  font-size: 2.6rem !important;
}
@media only screen and (max-width: 960px) {
  body p.has-large-font-size, body ul.has-large-font-size {
    font-size: 2.1rem !important;
  }
}
body.moving .site-header {
  background-color: #003366;
  border-bottom: 1px solid white;
}
body.openMenu .site-header {
  /* background-color: $accent1;
  color: $accent2 !important; */
  -webkit-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0) !important;
  box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0) !important;
}
body.openMenu .site-header .custom-logo path {
  fill: white;
}
body.openMenu .site-header .dashicons-menu {
  color: white !important;
}
body.openMenu .site-inner {
  opacity: 0.5;
}
body .more-link {
  color: #4CAF50;
}
body .site-inner {
  padding: 6rem 6rem;
  max-width: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 960px) {
  body .site-inner {
    padding: 0 3rem;
  }
}
body .site-inner .content-sidebar-wrap {
  max-width: 1140px;
  margin: auto;
}
body .site-inner ul, body .site-inner .overzichtData, body .site-inner form, body .site-inner .is-style-columns-overlap-bottom .wp-block-column, body .site-inner p, body .site-inner h1, body .site-inner h2, body .site-inner h3, body .site-inner h4, body .site-inner .wp-block-image.alignfull, body .site-inner .is-style-reveal-hover, body .site-inner .wp-block-create-block-tcchovercover, body .site-inner .wp-block-image, body .site-inner .wp-block-create-block-the-catcher-masonry, body .site-inner .newsWrappe, body .site-inner .wp-block-list.is-style-huge li {
  opacity: 0;
  transform: translateY(3rem);
  -webkit-transform: translateY(3rem);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body .site-inner ul.visible, body .site-inner .overzichtData.visible, body .site-inner form.visible, body .site-inner .is-style-columns-overlap-bottom .wp-block-column.visible, body .site-inner p.visible, body .site-inner h1.visible, body .site-inner h2.visible, body .site-inner h3.visible, body .site-inner h4.visible, body .site-inner .wp-block-image.alignfull.visible, body .site-inner .is-style-reveal-hover.visible, body .site-inner .wp-block-create-block-tcchovercover.visible, body .site-inner .wp-block-image.visible, body .site-inner .wp-block-create-block-the-catcher-masonry.visible, body .site-inner .newsWrappe.visible, body .site-inner .wp-block-list.is-style-huge li.visible {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
body .site-inner .wp-block-button {
  -webkit-clip-path: circle(0 at 50% 50%);
  clip-path: circle(0 at 50% 50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body .site-inner .wp-block-button.visible {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}
body .site-inner .wp-block-image {
  margin-bottom: 3.4rem;
}
body .site-inner .wp-block-image:last-child {
  margin-bottom: 0;
}
body .site-inner .entry-content a {
  text-decoration: none;
}

.wp-block-cover {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 960px) {
  .wp-block-cover {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media only screen and (max-width: 960px) {
  .wp-block-group.alignfull, .wp-block-cover.alignfull {
    /* padding-left: 3rem;
    padding-right: 3rem;	 */
  }
}

.wp-block-columns {
  margin-bottom: 0 !important;
  gap: 5rem;
}
@media only screen and (max-width: 960px) {
  .wp-block-columns {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column:empty {
    display: none;
  }
  .wp-block-columns .wp-block-column {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 1150px) {
  .wp-block-columns .wp-block-column {
    margin: auto !important;
  }
}
@media only screen and (max-width: 1360px) {
  .wp-block-columns.early-break {
    flex-wrap: wrap !important;
    gap: 1rem;
  }
  .wp-block-columns.early-break .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media only screen and (max-width: 960px) {
  .wp-block-columns.alignfull {
    /*padding-left: 3rem;
    padding-right: 3rem;	*/
  }
}
@media only screen and (max-width: 960px) {
  .wp-block-columns.mobile-no-bottom {
    margin-bottom: 0;
  }
}
.wp-block-columns .wp-block-column.has-background {
  padding: 4rem;
}
@media only screen and (max-width: 960px) {
  .wp-block-columns .wp-block-column.has-background {
    padding: 2rem;
  }
}
.wp-block-columns .wp-block-column .wp-block-columns {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column .wp-block-columns .wp-block-colum {
  margin-bottom: 0;
}

.wp-block-gallery {
  margin-bottom: 0;
}

.wp-block-buttons.is-vertical {
  gap: 1rem;
}

.wp-block-button__link {
  background-color: #4CAF50;
  font-size: 1.9rem !important;
}
.wp-block-button__link.has-white-color.has-text-color.has-link-color:hover {
  background-color: white !important;
  color: #003366 !important;
}
.wp-block-button__link.has-white-background-color:hover {
  background-color: #003366 !important;
  color: white !important;
}
.wp-block-button__link.has-beige-background-color.has-black-color:hover {
  background-color: #202020 !important;
  color: white !important;
}

.wp-block-button .wp-block-button__link {
  color: currentColor;
  border-radius: 0.4rem;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #003366 !important;
  color: white !important;
  border-color: white !important;
  box-shadow: none !important;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.entry ul {
  padding-left: 1.8rem;
}
.entry ul li {
  margin-bottom: 0.4rem;
  padding-left: 0;
}
.entry ul:last-child {
  margin-bottom: 0;
}

body:not(.home) .site-header svg path, body:not(.home) .site-header svg rect {
  fill: #003366;
}
body:not(.home) .site-header .nav-primary .menu-item a {
  color: #003366;
}
body:not(.home).moving .site-header {
  background-color: #003366;
  border-bottom: 1px solid white;
}
body:not(.home).moving svg path, body:not(.home).moving svg rect {
  fill: white;
}
body:not(.home).moving .nav-primary .menu-item a {
  color: white;
}

.site-header {
  padding: 1.2rem 5rem;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 6;
  background-color: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 960px) {
  .site-header {
    padding: 2rem 3rem;
  }
}
.site-header .wrap {
  margin: auto;
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1150px) {
  .site-header .wrap {
    display: block;
  }
}
.site-header .wrap .menu-toggle {
  margin-left: auto;
  margin-right: 0;
}
.site-header .title-area {
  padding-top: 1rem;
  padding-bottom: 0.2rem;
  transition: all 0.5s ease-in-out;
}
.site-header .title-area a {
  font-weight: 600;
  color: white;
}
.site-header .title-area a:hover {
  color: #4CAF50;
}
.site-header .title-area .custom-logo {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-header .title-area .custom-logo-link img, .site-header .title-area .custom-logo-link svg {
  position: relative;
}
.site-header .nav-primary {
  padding-top: 0rem;
  padding-bottom: 0rem !important;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 1150px) {
  .site-header .nav-primary {
    background-color: #003366;
    padding: 2rem !important;
  }
  .site-header .nav-primary a {
    padding-left: 0 !important;
  }
}
.site-header .nav-primary .menu-item a {
  padding: 1rem 1.4rem;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}
.site-header .nav-primary .menu-item a:hover {
  color: #4CAF50;
}
@media only screen and (max-width: 1400px) {
  .site-header .nav-primary .menu-item a {
    padding: 1rem 1.2rem;
  }
}
.site-header .nav-primary .menu-item .sub-menu-toggle {
  color: #4CAF50;
}
@media only screen and (min-width: 1151px) {
  .site-header .nav-primary .menu-item .sub-menu-toggle {
    right: -1.8rem;
    top: 0.2ex;
  }
}
.site-header .nav-primary .menu-item .sub-menu-toggle:before {
  font-size: 1.8rem;
}
@media only screen and (max-width: 960px) {
  .site-header .nav-primary .menu-item .sub-menu a {
    color: #202020;
  }
}
.site-header .menu-toggle {
  font-size: 2rem;
  margin: 0;
  padding: 5px 0;
}
@media only screen and (min-width: 1151px) {
  .site-header .menu-toggle {
    display: none;
  }
}
.site-header .menu-toggle:before {
  font-size: 2.4rem;
  top: -1px;
  height: 2.4rem;
  width: 2.4rem;
}
.site-header .menu-toggle.dashicons-before.dashicons-menu:focus {
  outline: 0;
}
.site-header .menu-toggle.dashicons-before.dashicons-menu:before {
  content: "";
  background-repeat: no-repeat;
  background-image: url("../images/bars-solid_w.svg");
  background-position: center;
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
}
.site-header .menu-toggle.dashicons-before.dashicons-menu.open:before {
  content: "";
  background-image: url("../images/Close-Button.svg");
  width: 1.6rem;
  height: 2.4rem;
  background-size: 1.6rem 1.6rem;
  background-position: center;
}

.hamburger {
  /* background-color: $accent3;
  img{
  	padding: 0.2rem 0.3rem;
  } */
}

.hamburger, .close {
  position: absolute;
  right: 50px;
  top: 20px;
  z-index: 2;
  width: 50px;
  transition: 0.5s;
  cursor: pointer;
}

.wpforms-form * {
  letter-spacing: 0.2px !important;
}
.wpforms-form legend, .wpforms-form label {
  font-size: 1.9rem !important;
  font-weight: 400 !important;
}
@media only screen and (max-width: 960px) {
  .wpforms-form .wpforms-field {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.wpforms-form .wpforms-field input, .wpforms-form .wpforms-field textarea {
  border-radius: 1rem !important;
}
@media only screen and (max-width: 960px) {
  .wpforms-form .wpforms-one-half {
    width: 100%;
    margin-left: 0 !important;
  }
}
.wpforms-form ::placeholder {
  color: grey !important;
  opacity: 1 !important;
}
.wpforms-form .wpforms-field {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.wpforms-form .wpforms-field ul li:before {
  display: none;
}
.wpforms-form .wpforms-field a {
  color: #4CAF50 !important;
}
.wpforms-form .wpforms-field input[type=checkbox]:after {
  border-color: #4CAF50 !important;
}
.wpforms-form .wpforms-field-radio, .wpforms-form .wpforms-field-checkbox {
  padding: 0 !important;
}
.wpforms-form .wpforms-field-pagebreak {
  padding-bottom: 0 !important;
}
.wpforms-form .wpforms-submit {
  height: auto !important;
  background: #003366 !important;
  color: white !important;
  padding: 12px 45px !important;
  font-weight: 600;
  border-radius: 10rem !important;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  border: 2px solid #4CAF50 !important;
}
.wpforms-form .wpforms-submit:hover {
  background-color: white !important;
  color: #202020 !important;
}
.wpforms-form .wpforms-error {
  margin-bottom: 1rem;
}

.tccChoke {
  max-width: 140rem;
  margin: auto;
}

.page .entry {
  margin-bottom: 0;
}

.post-edit-link {
  display: none;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.admin-bar .site-header {
  top: 3.2rem;
}

@media only screen and (min-width: 1151px) {
  .hide-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1150px) {
  .hide-mobile {
    display: none !important;
  }
}

.tccMenu {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: #4CAF50;
  height: 100vh;
  padding: 3rem 2rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
}
.tccMenu.open {
  opacity: 1;
  visibility: visible;
}
.tccMenu .dashicons-menu {
  display: none !important;
}
.tccMenu .tccNavWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
}
.tccMenu .tccNavWrap .nav-primary {
  width: 100%;
  margin-bottom: 0;
  margin-top: auto;
}
.tccMenu .tccNavWrap .wpml-ls {
  align-self: flex-end;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tccMenu .tccNavWrap .wpml-ls-item {
  flex-basis: 50%;
  opacity: 1;
  margin-bottom: 0;
}
.tccMenu .tccNavWrap .wpml-ls-item.wpml-ls-current-language {
  opacity: 0.5;
}
.tccMenu .tccNavWrap .wpml-ls-item.wpml-ls-current-language.wpml-ls-first-item {
  border-right: 1px solid #f8e0bf;
}
.tccMenu .tccNavWrap .wpml-ls-item.wpml-ls-current-language.wpml-ls-last-item {
  border-left: 1px solid #f8e0bf;
}
.tccMenu .tccNavWrap .wpml-ls-item.wpml-ls-first-item {
  padding-right: 1.6rem;
}
.tccMenu .tccNavWrap .wpml-ls-item.wpml-ls-last-item {
  padding-left: 1.7rem;
}
.tccMenu .tccNavWrap .wpml-ls-item a {
  font-size: 1.6rem;
  color: #f8e0bf;
  padding: 0;
}
.tccMenu .nav-primary {
  display: block;
  float: none !important;
  clear: both;
  text-align: center;
  padding-bottom: 0;
  padding-top: 0;
}
.tccMenu .nav-primary .sub-menu-toggle {
  min-width: unset;
  border-radius: 0;
  color: white !important;
}
.tccMenu .nav-primary .sub-menu-toggle:focus {
  outline: 0 !important;
}
.tccMenu .menu {
  clear: both;
  text-align: center;
  margin-left: 0;
}
.tccMenu .menu .menu-item {
  margin-bottom: 0rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 0;
  text-align: center;
}
.tccMenu .menu .menu-item:last-of-type {
  margin-bottom: 0;
}
.tccMenu .menu .menu-item a {
  position: relative;
  text-decoration: none;
  font-size: 3.4rem;
  font-weight: 500;
  color: #f8e0bf;
  padding-left: 0;
  text-align: center;
}
.tccMenu .menu .menu-item a:focus {
  outline: 0;
}
@media only screen and (max-width: 960px) {
  .tccMenu .menu .menu-item a {
    font-size: 2.4rem;
  }
}

.wp-block-spacer {
  margin-top: 0;
}

.genesis-title-hidden .site-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.footer-widgets {
  padding: 10rem 5rem;
  background-color: #003366;
  color: white;
  font-size: 1.6rem;
}
.footer-widgets .wrap {
  max-width: 1240px !important;
  margin: 0 auto;
}
.footer-widgets .wrap .footer-widget-area {
  padding: 0;
}
@media only screen and (max-width: 960px) {
  .footer-widgets .wrap .footer-widget-area {
    text-align: center !important;
  }
}
.footer-widgets .wrap .footer-widget-area .wp-block-columns {
  gap: 2rem;
  margin-bottom: 0;
}
.footer-widgets .wrap .footer-widget-area p {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 960px) {
  .footer-widgets .wrap .footer-widget-area p {
    text-align: center !important;
  }
}
.footer-widgets .wrap .footer-widget-area p:last-child {
  margin-bottom: 0rem;
}
.footer-widgets .wrap .footer-widget-area a {
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .footer-widgets {
    padding-left: 2rem;
    padding-right: 2rem;
    /* text-align: center; */
    /* .wp-block-columns {
    	flex-wrap: wrap!important;

    	.wp-block-column {
    		flex-basis: 100%!important;
    	}
    } */
  }
}
.footer-widgets .wp-block-social-links.has-large-icon-size {
  font-size: 32px !important;
}
@media only screen and (max-width: 960px) {
  .footer-widgets .wp-block-social-link {
    /* -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; */
  }
}

.wp-block-social-links {
  gap: 14px;
}
.wp-block-social-links .wp-social-link {
  margin-bottom: 0;
}
.wp-block-social-links .wp-social-link:before {
  display: none;
}

.is-not-stacked-on-mobile {
  gap: 2rem;
}

@media only screen and (max-width: 960px) {
  .mobile-center * {
    text-align: center !important;
    float: none !important;
  }
}

@media only screen and (max-width: 1360px) {
  .mobile-left {
    text-align: left !important;
    float: none !important;
  }
}

@media only screen and (max-width: 960px) {
  .wp-block-columns.inherit-basis .wp-block-column {
    flex-basis: inherit !important;
  }
}

.wp-block-image a {
  position: relative;
}
.wp-block-image a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(248, 32, 75, 0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.wp-block-image a:hover:after {
  background-color: rgba(248, 32, 75, 0.3);
}

.site-footer {
  display: none;
}

@media only screen and (max-width: 780px) {
  .mobile-contain .wp-block-cover__image-background {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.widget_block {
  padding: 0;
  background-color: transparent;
  margin: 0;
}

.grecaptcha-badge {
  display: none !important;
}

.moove-gdpr-branding-cnt {
  display: none !important;
}

.moove-gdpr-cookie-notice p {
  margin: 0 !important;
}

.error404 .site-inner {
  max-width: 780px !important;
  margin: auto;
  padding-top: 4rem;
}
.error404 .site-inner #genesis-content {
  background-color: white;
  padding: 3rem 4rem 4rem;
  margin-top: 6rem;
  border-radius: 1rem;
}/*# sourceMappingURL=extra.css.map */