.elementor-kit-6{--e-global-color-primary:#151A1A;--e-global-color-secondary:#C2AB69;--e-global-color-text:#151A1A;--e-global-color-accent:#C2AB69;--e-global-color-fd8ae48:#FFFFFF;--e-global-color-3b6b81e:#F6F4F1;--e-global-typography-primary-font-family:"Lasiver";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Lasiver";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lasiver";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lasiver";--e-global-typography-accent-font-weight:500;--e-global-typography-cba3dfd-font-family:"feeling_passionate";--e-global-typography-cba3dfd-font-size:40px;--e-global-typography-cba3dfd-line-height:54px;--e-global-typography-cba3dfd-letter-spacing:1px;font-family:"Lasiver", Sans-serif;font-size:15px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );font-family:"Lasiver", Sans-serif;}.elementor-kit-6 h1{font-family:"Lasiver", Sans-serif;}.elementor-kit-6 h2{font-family:"Lasiver", Sans-serif;}.elementor-kit-6 h3{font-family:"Lasiver", Sans-serif;font-weight:400;}.elementor-kit-6 h4{font-family:"Lasiver", Sans-serif;font-weight:400;}.elementor-kit-6 h5{font-family:"Lasiver", Sans-serif;}.elementor-kit-6 h6{font-family:"Lasiver", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Algemene instellingen */
html, body {
  overflow-x: hidden;
}

/* Buttons (Gravity Forms en standaard) */
[type=button], [type=submit], button {
  color: #fff !important;
  border: none !important;
  font-size: 15px;
}

.no_border input {
  outline: none;
  background-color: transparent;
}

/* Elementor Jet Audio widget */
.elementor-widget-jet-audio .elementor-widget-container {
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0) !important;
}

/* Gravity Forms stijl */
.gform-theme--foundation .gform_fields {
  grid-row-gap: 10px !important;
  color: #ccc !important;
}

.gform_button {
  background: #c2ab69 !important;
}

.gform_button:hover {
  background: #000 !important;
}

.gform_required_legend {
  display: none !important;
}

.gform_wrapper .gfield_checkbox {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  column-gap: 20px;
}

@media (max-width: 600px) {
  .gform_wrapper .gfield_checkbox {
    display: block;
  }
}

/* Inline icon links */
.inline-links,
.inline-rechts {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.inline-links {
  background-image: url('https://humandimensions.nl/wp-content/uploads/2024/10/Group-20-1.svg');
}

.inline-rechts {
  background-image: url('https://humandimensions.nl/wp-content/uploads/2024/08/Group-15.svg');
}

/* Pseudo-elementen */
.span-after::after,
.span-before::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}

.span-after::after {
  background-image: url('https://humandimensions.nl/wp-content/uploads/2024/08/Group-15.svg');
  right: -45px;
}

.span-before::before {
  background-image: url('https://humandimensions.nl/wp-content/uploads/2024/10/Group-20-1.svg');
  left: -45px;
}

/* Scrollbar styling (WebKit) */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: white !important;
}

::-webkit-scrollbar-thumb {
  background: #c2ab69;
  border-radius: 5px;
}

/* Hidden reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* Scroll-margin voor anchors */
#sectie1, #sectie2, #afbeeldingen, #video, #podcasts, #info,
#meer, #trainingen, #beeld, #data, #meerinfo, #hoe, #aanvraag,
#blogs, #reads, #interviews, #boeken, #gratis {
  scroll-margin-top: 15vh;
}

/* Column break */
.column-break {
  break-before: column;
}

/* Menu submenu styling */
.jet-custom-nav .jet-custom-nav--dropdown-right {
  padding: 0;
}

.jet-custom-nav__mega-sub {
  box-shadow: none;
}

/* home video fix */
.elementor embed, .elementor iframe, .elementor object, .elementor video {
    max-width: unset !important;
    max-height: unset !important;}
    
.eventon_list_event {
    background: #fff !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Lasiver';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://humandimensions.nl/wp-content/uploads/2024/08/type_dynamic_-_lasiver-webfont.woff2') format('woff2'),
		url('https://humandimensions.nl/wp-content/uploads/2024/08/type_dynamic_-_lasiver-webfont.woff') format('woff');
}
@font-face {
	font-family: 'Lasiver';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://humandimensions.nl/wp-content/uploads/2024/08/type_dynamic_-_lasiver_bold-webfont.woff2') format('woff2'),
		url('https://humandimensions.nl/wp-content/uploads/2024/08/type_dynamic_-_lasiver_bold-webfont.woff') format('woff');
}
@font-face {
	font-family: 'Lasiver';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://humandimensions.nl/wp-content/uploads/2024/08/type_dynamic_-_lasiver_thin-webfont.woff2') format('woff2'),
		url('https://humandimensions.nl/wp-content/uploads/2024/08/type_dynamic_-_lasiver_thin-webfont.woff') format('woff');
}
@font-face {
	font-family: 'Lasiver';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://humandimensions.nl/wp-content/uploads/2024/08/type_dynamic_-_lasiver_black-webfont.woff2') format('woff2'),
		url('https://humandimensions.nl/wp-content/uploads/2024/08/type_dynamic_-_lasiver_black-webfont.woff') format('woff');
}
@font-face {
	font-family: 'Lasiver';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://humandimensions.nl/wp-content/uploads/2024/08/Type-Dynamic-Lasiver-Medium.eot');
	src: url('https://humandimensions.nl/wp-content/uploads/2024/08/Type-Dynamic-Lasiver-Medium.eot?#iefix') format('embedded-opentype'),
		url('https://humandimensions.nl/wp-content/uploads/2024/08/Type-Dynamic-Lasiver-Medium.woff2') format('woff2'),
		url('https://humandimensions.nl/wp-content/uploads/2024/08/Type-Dynamic-Lasiver-Medium.woff') format('woff'),
		url('https://humandimensions.nl/wp-content/uploads/2024/08/Type-Dynamic-Lasiver-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Lasiver';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://humandimensions.nl/wp-content/uploads/2024/08/Type-Dynamic-Lasiver.eot');
	src: url('https://humandimensions.nl/wp-content/uploads/2024/08/Type-Dynamic-Lasiver.eot?#iefix') format('embedded-opentype'),
		url('https://humandimensions.nl/wp-content/uploads/2024/08/Type-Dynamic-Lasiver.woff2') format('woff2'),
		url('https://humandimensions.nl/wp-content/uploads/2024/08/Type-Dynamic-Lasiver.woff') format('woff'),
		url('https://humandimensions.nl/wp-content/uploads/2024/08/Type-Dynamic-Lasiver.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'feeling_passionate';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://humandimensions.nl/wp-content/uploads/2025/03/feeling_passionate-webfont.woff2') format('woff2'),
		url('https://humandimensions.nl/wp-content/uploads/2025/03/feeling_passionate-webfont.woff') format('woff'),
		url('https://humandimensions.nl/wp-content/uploads/2025/02/Feeling-Passionate.ttf') format('truetype');
}
/* End Custom Fonts CSS */