







/* 1a. Containers */


/*  Section Horizontal Spacing */





/*  Section Vertical Spacing */




/* 1b. Colors */







/* 1c. Typography */




/* Mini Title */









/* Body Text */








/* Heading One */









/* Heading Two */









/* Heading Three */









/* Heading Four */









/* Heading Five */









/* Heading Six */









/* Anchor */




/* 1d. Buttons */

/* General Button */






/* Dark Button Filled and Outlined */


























/* Dark Button Filled */












/* 1e. Forms */










































/* 1f. Tables */













/* 1g. Website header */


 

















/* 1h. Website footer */




























.content-wrapper {
  max-width: 1240px;
}

.dnd-section {
  padding: 50px 15px ;
}

@media only screen and (min-width: 768px) {
  .dnd-section {
    padding: 80px 15px;
  }
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





body {
  background-color: #FFFFFF;
}

/* Paragraphs */

body,
html,
p,
blockquote, 
blockquote p {
  font-weight: 400; text-decoration: none; font-family: Lato, serif; font-style: normal;
  color: #53535B;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

/* Anchors */

a:not(.mwb-button) {
  color: #53535B;
}

a:not(.mwb-button):hover,
a:not(.mwb-button):focus,
a:not(.mwb-button):active {
  color: #53535B;
}

/* Mini Title */

.mwb-tc__mini-title {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #0078ED;
  font-size: 24px;
  letter-spacing: 0.1px;
  line-height: 24px;
}

/* Headings */

h1 {
  font-weight: 900; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #21212D;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 0.5px;
  text-transform: none;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #21212D;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.5px;
  text-transform: none;
}

h3 {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #21212D;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: none;
}

h4 {
  font-weight: 700; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #21212D;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: none;
}

h5,
.mwb-blog__title {
  font-weight: 700; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #21212D;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: none;
}

h6,
.systems-page .success
{
  font-weight: 700; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #21212D;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  .mwb-tc__mini-title {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 24px;
  }

  h1 {
    font-size: 64px;
    line-height: 70px;
    letter-spacing: 0.5px;
  }

  h2 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.5px;
  }

  h3 {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0.5px;
  }

  h4 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.5px;
  }

  h5,
  .mwb-blog__title {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }

  h6 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }

  body, html,p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.1px;
  }
}

/* Blockquote */

blockquote {
  border-left-color: #1d9753;
}





.mwb-btn {
  padding-top: 9px;
padding-right: 20px;
padding-bottom: 9px;
padding-left: 20px;

  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}

/* Dark Button Filled */

.mwb-btn.mwb-btn__filled--dark {
  font-family: Lato, serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: 2px solid #1d9753;
;
  background-color: #1d9753;
  color: #FFFFFF;
}

.mwb-btn.mwb-btn__filled--dark svg path {
  fill: #FFFFFF;
}

.mwb-btn.mwb-btn__filled--dark:hover {
  font-family: Lato, serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: 2px solid #1d9753;
;
  background-color: #FFFFFF;
  color: #1d9753;
}

.mwb-btn.mwb-btn__filled--dark:hover svg path {
  fill: #1d9753;
}

.mwb-btn.mwb-btn__filled--dark:focus,
.mwb-btn.mwb-btn__filled--dark:active {
  font-family: Lato, serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: 2px solid #1d9753;
;
  background-color: #FFFFFF;
  color: #1d9753;
}

.mwb-btn.mwb-btn__filled-dark:focus svg path,
.mwb-btn.mwb-btn__filled-dark:active svg path {
  fill: #1d9753;
}

/* Animation */
.mwb-btn.mwb-btn__filled--dark.mwb-btn-animation:hover::before {
  background-color: #FFFFFF;
}

.mwb-btn.mwb-btn__filled--dark.mwb-btn-animation:hover {
  background-color: unset;
  color: #1d9753;
}
/* Dark Button Outlined */

.mwb-btn.mwb-btn__outlined--dark {
  font-family: Lato, serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: 2px solid #1d9753;
;
  background-color: rgba(255, 255, 255, 0%);
  color: #1d9753;
}

.mwb-btn.mwb-btn__outlined--dark svg path {
  fill: #1d9753;
}

.mwb-btn.mwb-btn__outlined--dark:hover {
  font-family: Lato, serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: 2px solid #1d9753;
;
  background-color: #1d9753;
  color: #FFFFFF;
}

.mwb-btn.mwb-btn__outlined--dark:hover svg path {
  fill: #FFFFFF;
}

.mwb-btn.mwb-btn__outlined--dark:focus,
.mwb-btn.mwb-btn__outlined--dark:active {
  font-family: Lato, serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: 2px solid #1d9753;
;
  background-color: #1d9753;
  color: #FFFFFF;
}

.mwb-btn.mwb-btn__outlined--dark:focus svg path,
.mwb-btn.mwb-btn__outlined--dark:active svg path {
  fill: #FFFFFF;
}

/* Animation */
.mwb-btn.mwb-btn__outlined--dark.mwb-btn-animation:hover::before {
  background-color: #1d9753;
}

.mwb-btn.mwb-btn__outlined--dark.mwb-btn-animation:hover {
  background-color: unset;
  color: #FFFFFF;
}

/* Light Button Filled  */
.mwb-btn.mwb-btn__filled--light {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: 2px solid #FFFFFF;
;
  background-color: #FFFFFF;
  color: #1d9753;
}

.mwb-btn.mwb-btn__filled--light svg path {
  fill: #1d9753;
} 

.mwb-btn.mwb-btn__filled--light:hover {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: 2px solid #FFFFFF;
;
  background-color: #1d9753;
  color: #FFFFFF;
}

.mwb-btn.mwb-btn__filled--light:hover svg path {
  fill: #FFFFFF;
} 

.mwb-btn.mwb-btn__filled--light:active, 
.mwb-btn.mwb-btn__filled--light:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: 2px solid #FFFFFF;
;
  background-color: #1d9753;
  color: #FFFFFF;
}

.mwb-btn.mwb-btn__filled--light:active svg path, 
.mwb-btn.mwb-btn__filled--light:focus svg path {
  fill: #FFFFFF;
}

/* Animation */
.mwb-btn.mwb-btn__filled--light.mwb-btn-animation:hover::before {
  background-color: #1d9753;
}

.mwb-btn.mwb-btn__filled--light.mwb-btn-animation:hover {
  background-color: unset;
  color: #FFFFFF;
}






/* Form */

form {
  border: 1px none #EDEEF3;

  padding-top: 30px;
padding-right: 30px;
padding-bottom: 35px;
padding-left: 30px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
}

.mwb-form .mwb-form--form {
  border-radius: 8px;
}

.form-title + div > form,
.mwb-form--form > span > .form-title + div > form {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-title + div > form,
.mwb-form--form > span > .form-title + div > form {
  border-radius: 0 0 8px 8px;
}


/* Form title */

.form-title {
  padding-top: 35px;
padding-right: 30px;
padding-bottom: 30px;
padding-left: 30px;

  font-family: Lato, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #21212D;
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 48px;
  text-transform: none;
  margin-bottom: 0;
}

/* Labels */

form label {
  padding: 0px;

  font-family: Lato, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #53535B;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 26px;
  text-transform: none;
}

/* Help text */

form legend {
  font-family: Lato, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #53535B;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px solid #D7D9E3;

  padding: 15px;

  font-family: Lato, serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(243, 245, 252, 1.0)

;
  border-radius: 8px;
  color: #21212D;
  font-size: 16px;
}

form input[type='text']:focus,
form input[type='email']:focus,
form input[type='password']:focus,
form input[type='tel']:focus,
form input[type='number']:focus,
form input[type='search']:focus,
form select:focus,
form textarea:focus {
  border-color: #1d9753;
}

/* Donation Form */
.mwb-donation-form .inputs-list>li {
  border: 1px solid #D7D9E3;
;
  background-color: 

  
  
    
  


  rgba(243, 245, 252, 1.0)

;
  border-radius: 8px;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #53535B;
}

::-moz-placeholder {
  color: #53535B;
}

:-ms-input-placeholder {
  color: #53535B;
}

:-moz-placeholder {
  color: #53535B;
}

::placeholder {
  color: #53535B;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 15px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(29, 151, 83, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #1d9753;
}

form .is-selected .pika-button {
  background-color: #ffffff;
  color: #1d9753;
}

form .pika-button:hover {
  background-color: #1d9753 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Lato, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #53535B;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Lato, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #53535B;
  font-size: 14px;
}

/* Submit button */

form input[type=submit],
form .hs-button,
form .hs-button.primary {
  padding: 15px;

  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  font-family: Lato, serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: 2px solid #1d9753;
;
  background-color: #1d9753;
  color: #FFFFFF;
}

form input[type=submit]:hover,
form .hs-button:hover,
form .hs-button.primary:hover {
  ;
  background-color: #FFFFFF;
  color: #1d9753;
  border: 2px solid #1d9753;
;
}

body form input[type=submit]:focus,
body form .hs-button:focus,
body form input[type=submit]:active,
body form .hs-button:active {
  ;
  background-color: #FFFFFF;
  color: #1d9753;
  border: 2px solid #1d9753;
;
}

.hs-error-msg {
  padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;

  font-family: Lato, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #DC3545;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 26px;
  text-transform: none;
}

.error,
.hs-input.invalid.error {
  border: 1px solid #ff0000 ;
}

.hs-error-msgs .hs-main-font-element {
  color: #DC3545;
}

@media only screen and (max-width: 767px) {
  form {
    padding-top: 20px;
padding-right: 15px;
padding-bottom: 20px;
padding-left: 15px;

  }

  .form-title {
    padding-top: 25px;
padding-right: 15px;
padding-bottom: 20px;
padding-left: 15px;

    font-size: 20px;
    line-height: 26px;
  }
}






/* Table */

table {
  border: 1px solid #1d9753;
;
}

/* Table cells */

tbody td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

th,
td {
  border: 1px solid #1d9753;

  padding: 10px;
;
  color: #1d9753;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(29, 151, 83, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1d9753;
}






.header,
.mwb-header {
  background-color: rgba(255, 255, 255,100%);
}

.header__top {
  background: ;
}

/* Menu items */
.header .header__language-switcher-label-current,
.mwb-lang-switcher .lang_switcher_link,
.header .menu__link {
  font-family: Lato, serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Menu items - top level */

.header .header__language-switcher-label-current,
.header .menu__item--depth-1 > .menu__link:not(.mwb-btn),
.header .menu__link {
  color: #53535B;
}

.mwb-lang-switcher .lang_list_class li:not(:last-child) {
  border-bottom: 1px solid #53535B;
}

.header__language-switcher-label-current svg path {
  stroke: #53535B;
}

.header .menu__submenu .menu__item .menu__child-toggle-icon {
  border-bottom-color: #53535B;
  border-right-color: #53535B;
}

.header .menu__item--depth-1:hover>.menu__child-toggle .menu__child-toggle-icon,
.header .menu__item--depth-1:focus>.menu__child-toggle .menu__child-toggle-icon {
  border-bottom-color: #53535B;
  border-right-color: #53535B;
}

.header .menu__item--depth-1:hover > .menu__link,
.header .menu__item--depth-1:focus > .menu__link {
  font-family: Lato, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #53535B;
}

.header .menu__item--depth-1 > .menu__link:active,
.header .menu__item--depth-1 > .menu__link.menu__link--active-link {
  font-family: Lato, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #53535B;
}

/* Menu items - submenus */

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__link,
.header .hs-menu-item a {
  color: #53535B;
}

.header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon,
.header .menu__item--depth-2>.menu__child-toggle .menu__child-toggle-icon {
  border-bottom: 1px solid #53535B;
  border-right:  1px solid #53535B;
}

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
  border-bottom-color: #53535B;
  border-right-color: #53535B;
}

.header .menu .menu__wrapper .menu__submenu .menu__item:hover .menu__child-toggle-icon,
.header .menu .menu__wrapper .menu__submenu .menu__item:focus .menu__child-toggle-icon {
  border-bottom-color: #53535B;
  border-right-color: #53535B;
}

.header .menu .menu__wrapper .menu__submenu .menu__link:hover,
.header .menu .menu__wrapper .menu__submenu .menu__link:focus {
  font-family: Lato, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #53535B;
}

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__link.menu__link--active-link {
  color: #53535B;
  background-color: ;
}

/* Language switcher */
.header .mwb-lang-switcher:hover .header__language-switcher-label-current,
.header .mwb-lang-switcher:focus .header__language-switcher-label-current {
  font-family: Lato, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #53535B;
}

/* Language switcher - submenu */

.header .mwb-lang-switcher .lang_list_class {
  background-color: #FFFFFF;
}

.header .mwb-lang-switcher .lang_list_class a:not(.mwb-button) {
  color:#53535B;
  font-size: 14px;
  line-height: 22px;
}

.header .mwb-lang-switcher .lang_list_class a:hover,
.header .mwb-lang-switcher .lang_list_class a:focus {
  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  color: #53535B;
}

.header .mwb-lang-switcher .lang_list_class a:active {
  background-color: #FFFFFF;
  color: #53535B;
}

.header .menu .menu__wrapper .menu__submenu {
  background-color: #FFFFFF;
}

.header .menu .menu__wrapper .menu__submenu .menu__link:hover,
.header .menu .menu__wrapper .menu__submenu .menu__link:focus {
  background-color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .header .header__language-switcher-label-current,
  .mwb-lang-switcher .lang_switcher_link,
  .header .menu__link {
    font-size: 16px;
    line-height: 24px;
  }

  .header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon,
  .header .menu__item--depth-2>.menu__child-toggle .menu__child-toggle-icon {
    border-bottom-color: #53535B;
    border-right-color:  #53535B;
  }

  .header .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
    border-bottom-color: #53535B;
    border-right-color: #53535B;
  }

  .header .menu .menu__wrapper .menu__submenu .menu__item:hover .menu__child-toggle-icon {
    border-bottom-color: #53535B;
    border-right-color: #53535B;
  }

  .header .mwb-lang-switcher .lang_list_class a:not(.mwb-button) {
    font-size: 14px;
    line-height: 24px;
  }

  .header .menu__item--depth-1:after, .header .menu__item--depth-1:before {
    background-color: #1d9753;
  }
}





/* Footer Background  */

.footer {
  background: rgba(29, 151, 83,1.0);
}

/* Footer Heading */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  font-family: Lato, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}

/* Footer text */

.footer p,
.footer li:not(.menu__item),
.footer blockquote,
.footer a:not(.menu__link),
.footer span:not(.menu__link),
.footer span {
  font-family: Lato, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #fafafa;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

/* Footer menu */

.footer nav a,
.footer .menu__link {
  font-family: Lato, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.footer nav a:hover,
.footer nav a:focus,
.footer .menu__link:hover,
.footer .menu__link:focus {
  color: #ffffff;
}

.footer nav a:active,
.footer .menu__link:active {
  color: #ffffff;
}

.footer nav .active > a,
.footer .menu__link .active > a {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .footer h1,
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6 {
    font-size: 24px;
    line-height: 24px;
  }

  .footer p,
  .footer span,
  .footer div,
  .footer li,
  .footer blockquote,
  .footer a:not(.menu__link) {
    font-size: 16px;
    line-height: 24px;
  }

  .footer nav a,
  .footer .menu__link {
    font-size: 16px;
    line-height: 24px;
  }
}






.mwb-blog-detail,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

@media only screen and (max-width: 767px){
  .mwb-blog-detail,
  .blog-header__inner,
  .blog-related-posts {
    padding: 50px 0;
  }
}
/* Blog post */

.blog-post__meta a,
.blog-post__timestamp,
.mwb-blog-detail__sidebar-tags > li > a,
.mwb-blog-detail__sidebar-post > li > a {
  color: #53535B;
}


/* Blog related posts */

.blog-related-posts__title .blog-related-posts__title-link,
.blog-related-posts__title .blog-related-posts__title-link:hover,
.blog-related-posts__title .blog-related-posts__title-link:focus,
.blog-related-posts__title .blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title .blog-related-posts__title-link {
  color: #21212D;
}

.blog-related-posts__title .blog-related-posts__title-link:hover,
.blog-related-posts__title .blog-related-posts__title-link:focus {
  color: #000005;
}

.blog-related-posts__title .blog-related-posts__title-link:active {
  color: #494955;
}

.blog-related-posts__image {
  border-radius: 16px;
}

/* Blog comments */

.blog-comments {
  /*   margin-bottom: {desktop=, mobile=}px; */
}

#comments-listing .comment-reply-to {
  color: ;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: ;
}

#comments-listing .comment-reply-to:active {
  color: ;
}

.blog-post__body,
.blog-post__body p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
}

.blog-post__body img {
  border-radius: 16px;
}


@media only screen and (min-width: 768px) {
  .blog-post__body,
  .blog-post__body p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}




.hs-search-results__title {
  font-weight: 900; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #21212D;
}
/* ===============================
   HERO MARKER & SPEECH BUBBLE
================================ */

/* MARKER STREEP onder 'loodwerk & daklekkages' */
.marker-underline {
  position: absolute;
  left: 230px;
  top: 78px;
  width: 600px;
  height: 22px;
  background: #1d9753;
  border-radius: 40px;
  opacity: 0.9;
  transform: rotate(-1deg);
  box-shadow: 0 6px 14px rgba(29,151,83,0.45);
  filter: blur(0.3px);
}

/* SPEECH BUBBLE */
.hero-bubble {
  position: absolute;
  right: 80px;
  top: 210px;
  background: rgba(255,255,255,0.88);
  border-radius: 28px;
  padding: 26px 34px;
  max-width: 640px;
  box-shadow:
    0 18px 40px rgba(0,0,0,0.18),
    0 0 0 2px #1d9753;
  backdrop-filter: blur(6px);
  animation: floatBubble 6s ease-in-out infinite;
  z-index: 4;
}

/* Glow rondom bubble */
.hero-bubble::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 32px;
  background: rgba(29,151,83,0.25);
  filter: blur(18px);
  z-index: -1;
}

/* Speech point (bovenkant, rechts van midden) */
.hero-bubble::before {
  content: "";
  position: absolute;
  top: -24px;
  right: 140px;
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.88);
  border-left: 2px solid #1d9753;
  border-top: 2px solid #1d9753;
  transform: rotate(45deg);
}

/* Zachte zweef animatie */
@keyframes floatBubble {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-8px); }
  100% { transform: translateY(0px); }
}
.marker-underline {
  position: absolute;
  left: -12px;
  right: -12px;
  bottom: -14px;
  height: 32px;
  z-index: -1;
  pointer-events: none;
}

.marker-underline::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1d9753;
  filter: blur(0.6px);
  border-radius: 100px;
  opacity: .9;
  transform: rotate(-1.2deg);
  clip-path: path("M5 20 C 120 5, 360 35, 695 18 L 695 30 C 360 50, 120 32, 5 28 Z");
}
.hero-bubble {
  background: rgba(29,151,83,0.18);
  border: 2px solid #1d9753;
  box-shadow:
    0 0 0 2px rgba(29,151,83,.3),
    0 12px 40px rgba(0,0,0,.25);
  position: relative;
}

/* De witte binnenlaag van de wolk */
.hero-bubble::before {
  content: "";
  position: absolute;
  inset: 6px;
  background: rgba(255,255,255,0.82);
  border-radius: 22px;
  z-index: -1;
}

/* Pijltje buitenkant (groen) */
.hero-bubble::after {
  content: "";
  position: absolute;
  top: -18px;
  left: 58%;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 22px solid #1d9753;
}

/* Pijltje binnenkant (zelfde wit als bubble) */
.hero-bubble .bubble-tip {
  position: absolute;
  top: -14px;
  left: 58%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 18px solid rgba(255,255,255,0.82);
}
.hero-wrap {
  position: relative;
}

/* Marker streep */
.marker-underline {
  position: absolute;
  left: -6%;
  bottom: -18px;
  width: 112%;
  height: 16px;
  background: #1d9753;
  border-radius: 40px;
  filter: blur(0.2px) drop-shadow(0 0 8px rgba(29,151,83,.5));
  transform: rotate(-1.2deg);
  opacity: .95;
}

/* Spraakwolk */
.hero-bubble {
  position: absolute;
  right: 60px;
  top: 190px;
  background: rgba(29,151,83,0.12);
  border: 3px solid #1d9753;
  padding: 26px 32px;
  border-radius: 28px;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.45;
  box-shadow: 0 0 18px rgba(29,151,83,.25);
  animation: floaty 6s ease-in-out infinite;
}

/* Pijltje */
.bubble-tip {
  position: absolute;
  top: -18px;
  left: 46%;
  width: 26px;
  height: 26px;
  background: rgba(29,151,83,0.12);
  border-left: 3px solid #1d9753;
  border-top: 3px solid #1d9753;
  transform: rotate(45deg);
}

/* Subtiele beweging */
@keyframes floaty {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}
.hero-bubble::before,
.hero-bubble::after {
  content: none !important;
  display: none !important;
}
.hero-bubble {
  background: rgba(29, 151, 83, 0.78) !important;
  color: #fff;
  backdrop-filter: blur(6px);
}
.hero-bubble::before,
.hero-bubble::after {
  content: none !important;
}
.bubble-tip {
  position: absolute;
  top: -22px;
  left: 58%;
  width: 26px;
  height: 26px;
  background: rgba(29,151,83,0.78);
  transform: rotate(45deg);
  border-left: 3px solid #1d9753;
  border-top: 3px solid #1d9753;
}
.hero-bubble::before,
.hero-bubble::after {
  content: none !important;
  display: none !important;
}
.marker-wrap {
  position: relative;
  display: inline-block;
}

.marker-underline {
  position: absolute;
  left: -6%;
  bottom: -18px;
  width: 112%;
  height: 16px;
  background: #1d9753;
  border-radius: 40px;
  opacity: 0.95;
  transform: rotate(-1.2deg);
  z-index: -1;
  filter: drop-shadow(0 0 8px rgba(29,151,83,.45));
  pointer-events: none;
}
.hero-bubble {
  background: rgba(29,151,83,0.82);
  color: #fff;
  backdrop-filter: blur(6px);
}
.marker-wrap {
  position: relative;
  display: inline-block;
}
.marker-wrap{
  position: relative;
  display: inline-block;
  z-index: 5;                 /* 🔥 force boven hero layer */
}


.marker-svg{
  position: absolute;
  left: -8%;
  bottom: -22px;
  width: 116%;
  height: 70px;
  z-index: -1;
  pointer-events: none;
  overflow: visible;
  filter: drop-shadow(0 0 10px rgba(29,151,83,.55));
}
.marker-wrap{
  position: relative;
  z-index: 2;           /* maakt een nieuwe context */
  display: inline-block;
}



/* Bubble */
.hero-bubble {
  position: absolute;
  right: 60px;
  top: 190px;
  padding: 26px 32px;
  border-radius: 28px;
  background: rgba(29,151,83,0.82);
  color: #fff;
  backdrop-filter: blur(6px);
  border: 3px solid #1d9753;
  z-index: 4;
}

/* Kill all HubSpot injected arrows */
.hero-bubble::before,
.hero-bubble::after {
  content: none !important;
  display: none !important;
}

/* Our arrow */
.bubble-arrow {
  position: absolute;
  top: -18px;
  left: 52%;
  width: 36px;
  height: 24px;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,.15));
}
.marker-wrap{
  color: #1d9753 !important;
  text-shadow:
    -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff;
}
/* ===============================
   1. MARKER underline animatie
=============================== */

.marker-underline {
  position: absolute;
  left: -20px;
  bottom: -14px;
  width: 0;
  height: 40px;
  pointer-events: none;
  z-index: -1;
  animation: markerDraw 1.1s ease-out forwards;
}

.marker-underline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 740px;
  height: 14px;
  background: #1d9753;
  border-radius: 999px;
  filter: drop-shadow(0 0 6px rgba(29,151,83,.6));
  clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0 75%);
}

/* Tekent de streep van links naar rechts */
@keyframes markerDraw {
  from { width: 0; }
  to { width: 740px; }
}



/* ===============================
   2. Spraakwolkje zweven
=============================== */

.hero-bubble {
  animation: bubbleFloat 5s ease-in-out infinite;
}

/* subtiel op en neer */
@keyframes bubbleFloat {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}



/* ===============================
   3. Glow puls op wolkje
=============================== */

.hero-bubble {
  box-shadow:
    0 12px 40px rgba(0,0,0,.25),
    0 0 0 rgba(29,151,83,0.0);
  animation:
    bubbleFloat 5s ease-in-out infinite,
    bubbleGlow 4s ease-in-out infinite;
}

@keyframes bubbleGlow {
  0% {
    box-shadow:
      0 12px 40px rgba(0,0,0,.25),
      0 0 0 rgba(29,151,83,0.0);
  }
  50% {
    box-shadow:
      0 12px 40px rgba(0,0,0,.25),
      0 0 24px rgba(29,151,83,.25);
  }
  100% {
    box-shadow:
      0 12px 40px rgba(0,0,0,.25),
      0 0 0 rgba(29,151,83,0.0);
  }
}



/* ===============================
   4. Fade-in bij laden
=============================== */

.hero-wrap h1,
.hero-bubble {
  opacity: 0;
  transform: translateY(12px);
  animation: heroFadeIn .8s ease-out forwards;
}

.hero-bubble {
  animation-delay: .35s;
}

@keyframes heroFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.marker-underline {
  position: absolute;
  left: -20px;
  bottom: -14px;
  width: 740px;
  height: 40px;
  pointer-events: none;
  z-index: -1;
}

.marker-underline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  height: 14px;
  width: 0;                        /* START = 0 */
  background: #1d9753;
  border-radius: 999px;
  filter: drop-shadow(0 0 6px rgba(29,151,83,.6));
  animation: markerDraw 1.1s ease-out forwards;
}

/* tekent de lijn van links naar rechts */
@keyframes markerDraw {
  from { width: 0; }
  to   { width: 740px; }
}
.marker-underline path {
  animation: drawMarker 1.2s ease-out forwards;
  filter: drop-shadow(0 0 6px rgba(29,151,83,.6));
}

@keyframes drawMarker {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes markerDraw {
  to { stroke-dashoffset: 0; }
}
.hero-bubble::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 30px;
  background: transparent;
  box-shadow: 0 0 0 0 rgba(29,151,83,0.45);
  animation: bubblePulse 3.5s ease-out infinite;
  pointer-events: none;
}

@keyframes bubblePulse {
  0%   { box-shadow: 0 0 0 0 rgba(29,151,83,0.45); }
  70%  { box-shadow: 0 0 0 18px rgba(29,151,83,0); }
  100% { box-shadow: 0 0 0 0 rgba(29,151,83,0); }
}
.hero-bubble {
  position: absolute;
  z-index: 10;
}
.hero-bubble {
  position: absolute;
  z-index: 10;
}

/* glow layer */
.bubble-glow {
  position: absolute;
  inset: -12px;
  border-radius: 32px;
  background: transparent;
  box-shadow: 0 0 0 0 rgba(29,151,83,0.45);
  animation: bubblePulse 3.5s ease-out infinite;
  pointer-events: none;
  z-index: -1;
}

@keyframes bubblePulse {
  0%   { box-shadow: 0 0 0 0 rgba(29,151,83,0.45); }
  70%  { box-shadow: 0 0 0 20px rgba(29,151,83,0); }
  100% { box-shadow: 0 0 0 0 rgba(29,151,83,0); }
}
.hero-bubble {
  position: absolute;
  z-index: 10;
  overflow: visible;
}

.bubble-glow-svg {
  position: absolute;
  inset: -18px;
  z-index: -1;
  pointer-events: none;
}
.hero-bubble {
  transition: box-shadow .6s ease, transform .6s ease;
}

.hero-bubble:hover {
  box-shadow:
    0 12px 40px rgba(0,0,0,.25),
    0 0 24px rgba(29,151,83,.45);
  transform: translateY(-4px);
}
.hero-bubble {
  opacity: 0;
  animation: bubbleFadeIn .8s ease-out forwards;
}

@keyframes bubbleFadeIn {
  to { opacity: 1; }
}
@media (max-width: 900px) {

  .hero-wrap {
    padding: 40px 20px 60px;
  }

  .hero-wrap h1 {
    font-size: 34px !important;
    line-height: 1.15;
    margin-bottom: 40px;
  }

  .marker-svg {
    width: 100% !important;
    left: 0 !important;
    bottom: -14px !important;
    height: 50px !important;
  }

  .hero-bubble {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    margin: 20px 0 30px;
    max-width: 100%;
    font-size: 16px;
  }

  .bubble-arrow {
    display: none;
  }

  .hero-wrap > div:nth-of-type(2) {
    margin-top: 0 !important;
  }

  .hero-wrap > div:nth-of-type(3) {
    margin-top: 0 !important;
  }
}
@media (max-width: 900px) {

  /* CTA knoppen onder elkaar, full width */
  .hero-wrap > div:nth-of-type(3) {
    flex-direction: column;
    gap: 12px;
  }

  .hero-wrap > div:nth-of-type(3) a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 14px 18px;
  }

  /* Pills worden horizontaal scrollbaar */
  .hero-wrap > div:nth-of-type(4) {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
  }

  .hero-wrap > div:nth-of-type(4) a {
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 14px;
  }

  /* subtiele fade aan de zijkant voor swipe-hint */
  .hero-wrap > div:nth-of-type(4)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
  }
}
@media (max-width: 768px){
  .marker-wrap {
    font-size: 0.85em;
  }
}
@media (max-width: 768px){
  .hero-bubble{
    max-width: 90%;
    font-size: 15px;
    padding: 18px 20px;
    top: 220px;
  }

  .bubble-arrow{
    top: -14px;
    width: 22px;
    height: 16px;
  }
}
@media (max-width: 768px){
  .marker-wrap{
    font-size: 0.78em;
    line-height: 1.05;
  }
}
@media (max-width: 768px){
  .marker-svg{
    width: 110% !important;
    left: -5% !important;
    bottom: -24px !important;
    height: 80px !important;
    z-index: -1 !important;
  }
}

}
@media (max-width: 768px){
  .hero-bubble{
    max-width: 90%;
    font-size: 15px;
    padding: 18px 20px;
    top: 220px;
  }

  .bubble-arrow{
    top: -14px;
    width: 22px;
    height: 16px;
  }
}
/* Desktop default */
.text-mobile {
  display: none;
}

/* Mobiel */
@media (max-width: 768px) {
  .text-desktop {
    display: none;
  }

  .text-mobile {
    display: inline;
  }
}
.hero-bubble {
  pointer-events: none;
}

.hero-bubble a,
.hero-bubble button {
  pointer-events: auto;
}
.hero-wrap {
  position: relative;
  z-index: 1;
}

.hero-wrap .hero-bubble {
  z-index: 3;
}

.hero-wrap .marker-wrap,
.hero-wrap .marker-svg {
  z-index: 2;
}
.marker-wrap {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.marker-svg {
  position: absolute;
  left: -20px;
  bottom: -24px;
  width: 720px;
  height: 80px;
  z-index: -1;          /* ← deze is alles */
  pointer-events: none;
}

}
.hero-wrap {
  position: relative;
}

.hero-bubble {
  position: absolute;
  z-index: 3;
  pointer-events: none;   /* bubble vangt geen muis */
}

.hero-bubble * {
  pointer-events: auto;  /* tekst erin wel selecteerbaar */
}

.hero-wrap a,
.hero-wrap button {
  position: relative;
  z-index: 5;            /* CTA’s altijd erboven */
}
.marker-wrap{
  position: relative;
  display: inline-block;
  z-index: 1;
}

.marker-svg{
  position: absolute;
  pointer-events: none;
}
.marker-wrap{
  position: relative;
  display: inline-block;
  z-index: 1;           /* creëert stacking context */
}

.marker-svg{
  position: absolute;
  left: -8%;
  bottom: -24px;
  width: 116%;
  height: 70px;
  z-index: 0;           /* niet -1 */
  pointer-events: none;
  overflow: visible;
}

.marker-wrap > *{
  position: relative;
  z-index: 2;           /* tekst boven de SVG */
}
.marker-svg path{
  filter: drop-shadow(0 0 10px rgba(29,151,83,.55));
}
.marker-wrap::before,
.marker-wrap::after{
  content: none !important;
  display: none !important;
}
h1 .marker-wrap::before,
h1 .marker-wrap::after{
  content: none !important;
  display: none !important;
}
/* ===============================
   FIX: Marker streep onder titel
   =============================== */

/* Kill alle oude pseudo-strepen */
.marker-wrap::before,
.marker-wrap::after,
h1 .marker-wrap::before,
h1 .marker-wrap::after{
  content: none !important;
  display: none !important;
}

/* Zorgt voor juiste stacking */
.marker-wrap{
  position: relative !important;
  display: inline-block !important;
  z-index: 1 !important;
}

/* De SVG zelf */
.marker-svg{
  position: absolute !important;
  left: -8% !important;
  bottom: -24px !important;
  width: 116% !important;
  height: 70px !important;
  pointer-events: none !important;
  overflow: visible !important;
  z-index: 0 !important;
}

/* Tekst altijd boven de streep */
.marker-wrap > *{
  position: relative;
  z-index: 2;
}

/* Glow op de streep zonder z-index bugs */
.marker-svg path{
  filter: drop-shadow(0 0 10px rgba(29,151,83,.55));
}

/* Mobiel */
@media (max-width: 768px){
  .marker-wrap{
    font-size: .78em;
    line-height: 1.05;
  }

  .marker-svg{
    width: 110% !important;
    left: -5% !important;
    bottom: -24px !important;
    height: 80px !important;
  }
}

@media (max-width: 768px) {
  .marker-svg {
    width: 720px;                 /* vaste natuurlijke breedte */
    max-width: 110%;
    left: 50%;
    transform: translateX(-50%) scale(0.85);  /* netjes centreren + iets kleiner */
    bottom: -18px;
  }
}
@media (max-width: 768px) {
  .marker-svg {
    width: 720px;
    max-width: 120%;
    left: 50%;
    transform: translateX(-50%) scale(0.82); /* iets smaller + perfect gecentreerd */
    bottom: -18px;
  }

  .marker-wrap {
    text-align: center;   /* zorgt dat woorden + marker exact boven elkaar staan */
    display: inline-block;
  }
}
/* === FIX mobiele marker positionering === */
.marker-wrap {
  position: relative;
  display: inline-block;
}

.marker-svg {
  position: absolute;
  left: 0;
  bottom: -0.45em;     /* altijd netjes onder de tekst */
  width: 100%;        /* 🔥 exact even breed als de woorden */
  height: 0.9em;      /* schaalt mee met font-size */
  z-index: -1;
  pointer-events: none;
  overflow: visible;
}

/* Mobiel: iets subtieler */
@media (max-width: 768px) {
  .marker-wrap {
    font-size: 0.9em;
  }

  .marker-svg {
    height: 0.8em;
    bottom: -0.4em;
  }
}
/* ===== FORCE MARKER FIX (overrides all HubSpot & old CSS) ===== */

h1 .marker-wrap{
  position: relative !important;
  display: inline-block !important;
  z-index: 1 !important;
}

h1 .marker-wrap > *{
  position: relative;
  z-index: 2;
}

h1 .marker-svg{
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -0.45em !important;
  width: 100% !important;
  height: 0.9em !important;
  z-index: 0 !important;
  pointer-events: none !important;
  overflow: visible !important;
}

/* Mobiel tuning */
@media (max-width: 768px){
  h1 .marker-wrap{
    font-size: 0.9em !important;
  }

  h1 .marker-svg{
    height: 0.8em !important;
    bottom: -0.35em !important;
  }
}
/* ===========================
   MARKER (SINGLE SOURCE)
=========================== */

.marker-wrap{
  position: relative;
  display: inline-block;
}

/* Tekstlagen */
.marker-wrap .text-desktop,
.marker-wrap .text-mobile{
  white-space: nowrap;
}

/* Desktop */
.marker-wrap .text-desktop{
  display: inline;
}
.marker-wrap .text-mobile{
  display: none;
}

/* Mobiel */
@media (max-width: 768px){
  .marker-wrap .text-desktop{ display: none; }
  .marker-wrap .text-mobile{ display: inline; }
}

/* SVG marker */
.marker-svg{
  position: absolute;
  left: 0;
  bottom: -0.4em;
  width: 100%;
  height: 0.9em;
  z-index: -1;
  pointer-events: none;
  overflow: visible;
}

.marker-svg path{
  filter: drop-shadow(0 0 10px rgba(29,151,83,.55));
}

/* Animatie */
@keyframes markerDraw {
  to { stroke-dashoffset: 0; }
}
/* ===========================
   MARKER – DESKTOP ONLY
=========================== */

.marker-wrap{
  position: relative;
  display: inline-block;
}

/* SVG streep */
.marker-svg{
  position: absolute;
  left: -8%;
  bottom: -0.45em;
  width: 116%;           /* breder dan de tekst */
  height: 0.9em;
  z-index: -1;
  pointer-events: none;
  overflow: visible;
}

/* Glow */
.marker-svg path{
  filter: drop-shadow(0 0 10px rgba(29,151,83,.55));
}

/* Animatie */
@keyframes markerDraw {
  to { stroke-dashoffset: 0; }
}

/* === Mobiel: marker UIT === */
@media (max-width: 768px){
  .marker-svg{
    display: none !important;
  }
}
/* Desktop: marker altijd exact onder de tekst */
.marker-svg{
  width: 100% !important;
  left: 0 !important;
}
/* ============================
   MARKER – DEFINITIEVE FIX
============================ */

/* tekst is de referentie */
.marker-wrap{
  position: relative;
  display: inline-block;
}

/* svg moet exact even breed zijn als tekst */
.marker-svg{
  position: absolute;
  left: 0;
  bottom: -0.35em;
  width: 100%;
  height: 0.8em;
  z-index: -1;
  pointer-events: none;
}

/* voorkomt dat hubspot of oude css hem verknoeit */
.marker-svg,
.marker-svg *{
  max-width: 100% !important;
}

/* Mobiel: geen marker */
@media (max-width: 768px){
  .marker-svg{
    display: none !important;
  }
}
/* ======================================================
   HARDE FIX – marker altijd exact onder de tekst
====================================================== */

.marker-wrap{
  position: relative;
  display: inline-block;
  line-height: 1;
}

/* De SVG wordt letterlijk even breed als de tekst */
.marker-wrap .marker-svg{
  position: absolute;
  left: 0;
  bottom: -0.45em;
  width: 100%;
  height: 0.9em;
  z-index: -1;
  pointer-events: none;
}

/* Voorkomt dat HubSpot hem schaalt of breekt */
.marker-wrap svg{
  max-width: none !important;
}

/* Tekst altijd boven de streep */
.marker-wrap > span{
  position: relative;
  z-index: 2;
}

/* Mobiel: geen streep */
@media (max-width: 768px){
  .marker-wrap .marker-svg{
    display: none !important;
  }
}
/* ======================================================
   HARDE FIX – marker altijd exact onder de tekst
====================================================== */

.marker-wrap{
  position: relative;
  display: inline-block;
  line-height: 1;
}

/* De SVG wordt letterlijk even breed als de tekst */
.marker-wrap .marker-svg{
  position: absolute;
  left: 0;
  bottom: -0.45em;
  width: 100%;
  height: 0.9em;
  z-index: -1;
  pointer-events: none;
}

/* Voorkomt dat HubSpot hem schaalt of breekt */
.marker-wrap svg{
  max-width: none !important;
}

/* Tekst altijd boven de streep */
.marker-wrap > span{
  position: relative;
  z-index: 2;
}
/* Hover effect voor de 4 service pills */
.hero-wrap > div:last-of-type a {
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.hero-wrap > div:last-of-type a:hover {
  background: #1d9753 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 22px rgba(29,151,83,.45) !important;
}
/* Desktop H1 in hero */
.hero-wrap h1 {
  font-size: 38px;
  line-height: 1.1;
}

/* Mobiel */
@media (max-width: 768px) {
  .hero-wrap h1 {
    font-size: 34px;
    line-height: 1.15;
  }
}
header {
  position: relative;
}

.header__logo {
  position: relative;
}

.header__logo {
  position: relative !important;
  overflow: visible !important;
}

/* LOGO WOLKJE – alleen styling */
.logo-wolkje {
  position: absolute;
  width: 420px;
  max-width: 90vw;

  background: #ffffff;
  border: 2px solid #2fbf71;
  border-radius: 14px;
  padding: 16px 18px;

  font-size: 13px;
  line-height: 1.6;
  color: #1f1f1f;

  box-shadow: 0 10px 30px rgba(0,0,0,0.15);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .25s ease;

  z-index: 9999;
}

.logo-wolkje {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease;
  z-index: 9999;
}

.logo-wolkje.visible {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {

  .logo-wolkje {

    position: fixed !important;

    top: 72px !important;      /* net onder header */

    left: 50% !important;

    transform: translateX(-50%) !important;

    width: calc(100vw - 32px);

    max-width: 420px;

    z-index: 9999;

  }

}