@font-face {
  font-family: "NexaBold";
  src: url("../fonts/Nexa Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaLight";
  src: url("../fonts/Nexa Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AlikaMisely";
  src: url("../fonts/Alika Misely.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaBlackItalic";
  src: url("../fonts/Nexa Black Italic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaBoldItalic";
  src: url("../fonts/Nexa Bold Italic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaBookItalic";
  src: url("../fonts/Nexa Book Italic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaHeavyItalic";
  src: url("../fonts/Nexa Heavy Italic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaHeavy";
  src: url("../fonts/Nexa Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaItalic";
  src: url("../fonts/Nexa Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaLightItalic";
  src: url("../fonts/Nexa Light Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaRegular";
  src: url("../fonts/Nexa Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaThinItalic";
  src: url("../fonts/Nexa Thin Italic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaThin";
  src: url("../fonts/Nexa Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NexaXBoldItalic";
  src: url("../fonts/Nexa XBold Italic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NexaXBold";
  src: url("../fonts/Nexa XBold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Stijling Helemaal de bom */
html {
  scroll-behavior: smooth;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

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

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  background-color: #F8F8F8;
}

a {
  color: var(--tertiary-color);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

input, textarea, select, button {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  padding: 0.5em;
  margin-bottom: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input:focus, textarea:focus, select:focus {
  border-color: var(--secondary-color);
  outline: none;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input::placeholder, textarea::placeholder {
  color: #999;
}

button {
  background-color: var(--tertiary-color);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
button:hover {
  background-color: var(--tertiary-color);
}

button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

ul, ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

ul li, ol li {
  margin-bottom: 0.5em;
}

hr {
  border: 0;
  height: 1px;
  background-color: rgba(204, 204, 204, 0.231372549);
}

blockquote {
  padding: 1em;
  margin: 1em 0;
  background-color: #e9e9e9;
  border-left: 5px solid var(--background-color);
  color: var(--tertiary-color);
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
}

/* Desktop */
@media (min-width: 1025px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.75rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1.25rem;
  }
  .hdb-container {
    padding: 100px 30px;
  }
  .hdb-flex {
    justify-content: space-between;
    align-items: center;
  }
  .hdb-c-second {
    flex: 50%;
  }
  .hdb-reverse {
    flex-direction: row-reverse;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
  .hdb-container {
    padding: 80px 30px;
  }
  .hdb-flex {
    justify-content: space-between;
    align-items: center;
  }
  .hdb-c-second {
    flex: 50%;
  }
  .hdb-reverse {
    flex-direction: row-reverse;
  }
}
/* Mobiel */
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.875rem;
  }
  .hdb-container {
    padding: 70px 30px;
  }
  .hdb-flex {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .hdb-c-second {
    flex: 100%;
  }
  .hdb-reverse {
    flex-direction: column-reverse;
  }
  .hdb-column h2 {
    margin-bottom: 10px;
  }
  .credit-footer .hdb-flex {
    gap: unset;
  }
}
/* Mobiel Landscape */
@media (max-width: 767px) and (orientation: landscape) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 0.875rem;
  }
  h6 {
    font-size: 0.75rem;
  }
}
/* Hide ReCaptcha & cookie*/
.grecaptcha-badge {
  display: none !important;
}
/* Scroll to top */

.scroll-top-top.whatsapp a {
	width: 60px;
    height: 60px;
    display: inline-flex;
    /*  background: #20bf55; */
    align-items: center;
    justify-content: center;
	border-radius: 100px;
    padding: 5px;
	color: red !important;
}


.scroll-top-top svg {
    padding: 8px;
}

.scroll-top-top {
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 100;
    display: flex
;
    flex-direction: column;
    align-items: flex-end;
}




/* Maximale breedte */
.hdb-container {
  max-width: var(--hdb-max-width);
  width: 100%;
  margin: 0 auto;
}

.hdb-flex {
  display: flex;
}

footer, .credit-footer {
  background-color: #F8F8F8;
}

.footer-inner {
  background-position: left;
  background-repeat: no-repeat;
  background-size: 300px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 30px;
  display: flex;
  gap: 25px;
  flex-direction: column;
}
.footer-inner svg {
  width: 20px;
  height: 25px;
}
.footer-inner .contact-persoon {
  font-family: "NexaBold", sans-serif;
  color: #008a3c;
  font-size: 32px;
  line-height: 30px;
}

.footer-wrapper {
  max-width: 750px;
  margin: 0 auto;
  padding: 100px 30px;
  display: flex;
  gap: 50px;
    flex-direction: row;
}

@media (max-width: 1000px) {
	.footer-wrapper {
		flex-direction: column;
		gap: 30px;
	}
	
	.logo_footer {
			flex-direction: row !important;
    	align-items: center;
	}
}

.footer-wrapper-inner {
	    display: flex
;
    flex-direction: column;
    gap: 5px;
}

.footer-inner .contact-persoon {
	margin-bottom: 10px;
}

.overig-footer a {
  font-size: 14px;
	color: black;
  font-family: "NexaLight", sans-serif;
}
.overig-footer span {
  font-size: 14px;
  font-family: "NexaLight", sans-serif;
}

.contact-mogelijkheid, .social-media-footer {
  display: flex;
  flex-direction: column;
}

.contact-mogelijkheid a {
  position: relative;
  font-size: 18px;
  font-family: "NexaLight", sans-serif;
  color: black;
  display: flex;
  gap: 5px;
  align-items: flex-start;
  padding: 3px 0;
  transition: 0.3s;
  overflow: hidden;
  text-decoration: none;
}

.logo_footer {
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.logo_footer_img {
	max-width: 60px; 
}

.contact-mogelijkheid a svg {
  transition: 0.3s;
  z-index: 2;
}
.contact-mogelijkheid a span {
  position: relative;
  z-index: 1;
  display: inline-block;
  opacity: 0; /* Always keep the original text hidden */
}
.contact-mogelijkheid a::before, .contact-mogelijkheid a::after {
  content: attr(data-text);
  position: absolute;
  left: 25px; /* Adjusted to account for the SVG icon */
  width: calc(100% - 25px);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  overflow: hidden; /* Prevent text from sticking out */
  white-space: nowrap; /* Keep text on one line */
  top: 2px;
}
.contact-mogelijkheid a::after {
    position: absolute;
    /* <- essentieel */
    top: calc(100% - 5px);
    transform: translateY(20px);
}
.contact-mogelijkheid a::after {
  top: calc(100% - 5px);
  transform: translateY(20px);
}
.contact-mogelijkheid a:hover {
  transition: 0.3s;
  text-decoration: unset;
}
.contact-mogelijkheid a:hover span {
  opacity: 0;
}
.contact-mogelijkheid a:hover::before {
  transform: translateY(-110%);
}
.contact-mogelijkheid a:hover::after {
  transform: translateY(-100%);
}

.social-media-footer a {
  position: relative;
  font-size: 18px;
  font-family: "NexaLight", sans-serif;
  color: black;
  display: flex;
  gap: 5px;
  align-items: flex-start;
  padding: 5px 0;
  overflow: hidden;
  text-decoration: none;
}
.social-media-footer a svg {
  transition: 0.3s;
  z-index: 2;
}
.social-media-footer a span {
  position: relative;
  z-index: 1;
  display: inline-block;
  opacity: 0; /* Always keep the original text hidden */
}
.social-media-footer a::before, .social-media-footer a::after {
  content: attr(data-text);
  position: absolute;
  left: 25px; /* Adjusted to account for the SVG icon */
  width: calc(100% - 25px);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  overflow: hidden; /* Prevent text from sticking out */
  white-space: nowrap; /* Keep text on one line */
}
.social-media-footer a::before {
  top: 5px;
  transform: translateY(0);
}
.social-media-footer a::after {
  top: calc(100% - 5px);
  transform: translateY(0);
}
.social-media-footer a:hover {
  transition: 0.3s;
  text-decoration: unset;
}
.social-media-footer a:hover span {
  opacity: 0;
}
.social-media-footer a:hover::before {
  transform: translateY(-110%);
}
.social-media-footer a:hover::after {
  transform: translateY(-100%);
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

@media (max-width: 600px) {
  .footer-wrapper {
    padding: 40px 0px 60px;
  }
  .contact-mogelijkheid a,
  .social-media-footer a {
    font-size: 16px;
  }
}
.credit-footer-inner {
  padding: 0 30px;
}

.credit-footer-inner-content {
  padding: 10px 0 30px;
}

.credit-footer-inner-content-c1, .credit-footer-inner a, .credit-footer-inner span {
  color: white;
  font-size: 12px;
}

.hdb-button {
  background-color: var(--secondary-color);
  color: white;
  font-family: "Poppins", sans-serif;
  padding: 12px 18px;
  display: inline-block;
}

.hdb-button:hover {
  text-decoration: unset;
}

.hdb-button-hover {
  border: 1px solid var(--secondary-color);
  transition: 0.3s;
}

.hdb-button-hover:hover {
  background-color: transparent;
  color: var(--secondary-color);
}

.hdb-radius {
  border-radius: 20px;
}

img {
  width: 100%;
}

.hdb-column {
  flex: 100%;
}

.hdb-left {
  justify-content: flex-start;
  text-align: left;
}

.hdb-center {
  text-align: center;
  justify-content: center;
}

.hdb-right {
  justify-content: flex-end;
  text-align: right;
}

/* Informatie pagina */
.hdb-informatie-page p {
  font-size: 20px;
  line-height: 30px;
}

.hdb-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 767px) {
  .hdb-informatie-page p {
    font-size: 18px;
    line-height: 25px;
  }
}
/* Header */
.hdb-submenu-content ul.sub-menu {
	display: none;
	position: relative;
}

.hdb-submenu-content ul.sub-menu li { 
	position: relative; 
	visibility: hidden;
	transition: all 0.3s;
}

.hdb-submenu-content .hdb-submenu-list li:hover ul.sub-menu {
	display: unset !important;
}

.hdb-submenu-content .hdb-submenu-list li:hover ul.sub-menu li { 
	visibility: visible;
	transition: all 0.3s;
	margin-top: 15px;
    padding-left: 15px;
}

.hdb-submenu-list li.submenu-open > ul.sub-menu {
  display: block !important;
}

.hdb-submenu-list li.submenu-open > ul.sub-menu li {
  visibility: visible;
  margin-top: 15px;
  padding-left: 15px;
}


.submenu-indicator {
    font-size: 0.7em;
    margin-left: 0.3em;
}



header {
  background-color: var(--primary-color);
}

.hdb-header {
  max-width: var(--hdb-max-width);
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hdb-menu-container ul {
  list-style: none;
  display: flex;
  gap: 15px;
  margin-bottom: unset;
}
.hdb-menu-container ul li {
  margin-bottom: unset;
  font-family: "NexaThin", sans-serif;
  text-transform: uppercase;
  position: relative;
  /* Submenu styling */
  /* Show submenu on hover with animation */
  /* Add padding to create a hover area between main menu and submenu */
}
.hdb-menu-container ul li a {
  color: black;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  white-space: pre;
}
.hdb-menu-container ul li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 0;
  z-index: 100;
  margin-top: 5px;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  /* Small arrow at the top of submenu */
}
.hdb-menu-container ul li .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.hdb-menu-container ul li .sub-menu li a {
  display: block;
  padding: 8px 15px;
  color: black;
  font-size: 13px;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.hdb-menu-container ul li .sub-menu li a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
  color: black !important; /* Keep text black on hover */
}
.hdb-menu-container ul li .sub-menu:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}
.hdb-menu-container ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  animation: slideUp 0.3s ease forwards;
}
.hdb-menu-container ul li > a::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: transparent;
}

.call-to-action-header {
  background-color: #A5CDAA;
  border: 1px solid #A5CDAA;
  color: black;
  padding: 12px 32px;
  border-radius: 30px;
  font-family: "NexaLight", sans-serif;
  line-height: 20px;
  font-weight: 300;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.call-to-action-header:hover {
  text-decoration: unset;
}

/* Magnetic button effect */
.magnetic-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 30px;
}

.magnetic-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.magnetic-content {
  display: inline-block;
  position: relative;
  pointer-events: none;
}

.hdb-column {
  display: flex;
}

.hdb-column-c2 {
  justify-content: center;
  position: relative;
}

.hdb-column-c3 {
  justify-content: flex-end;
}

#menu-hoofdmenu {
  list-style: none;
  display: flex;
  gap: 60px;
  justify-content: flex-end;
  margin: 0;
  position: relative;
  z-index: 2;
}

.hdb-menu-container ul li a {
  transition: 0.3s;
}

.hdb-menu-container ul li a:hover {
  text-decoration: unset;
  transition: 0.3s;
}

ul.sub-menu {
  display: flex;
  flex-direction: column;
}
ul.sub-menu a:hover {
  background-color: unset !important;
}

/* Menu hover background animation */
.hdb-menu-hover-background {
  position: absolute;
  background-color: #A5CDAA;
  height: 40px;
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: left 0.3s ease, width 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  padding: 0 15px; /* Add padding to make it wider */
  margin-left: 15px;
  will-change: opacity, left, width; /* Optimize for animations */
}

@keyframes slideUp {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Menu hover background positioning is now handled by JavaScript */
.hdb-menu-container {
  position: relative;
}

/* Keep the submenu above other elements */
.hdb-menu-container ul > li {
  position: relative;
  /* Keep the hover effect when hovering submenu */
}
.hdb-menu-container ul > li:hover > a {
  color: white;
  position: relative;
  z-index: 10;
}
.hdb-menu-container ul > li:hover .sub-menu {
  z-index: 100;
}

.hdb-menu-container ul li {
  position: relative;
  /* Keep the main menu item active when hovering over its submenu */
}
.hdb-menu-container ul li:hover > a {
  position: relative;
  z-index: 3; /* Higher than the hover background to ensure text remains visible */
  color: white; /* Make text white on hover */
}

.hdb-header .hdb-column img {
  max-width: 200px;
  height: unset;
}

/* Sub menu */
.hdb-menu-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hdb-menu-toggle {
  display: none;
}

.hdb-submenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%; /* Submenu nu 50% breed */
  height: 100%;
  background-color: var(--primary-color);
  background-color: white;
  z-index: 1000;
  transition: right 0.5s ease;
  padding-top: 50px;
}

#hdb-hamburger-icon, #hdb-close-icon {
  fill: var(--tertiary-color);
}

.hdb-submenu img {
  padding: 20px;
}

.hdb-submenu.open {
  right: 0;
}

.hdb-submenu-content {
  margin: 50px 20px;
}

.hdb-submenu svg {
  position: absolute;
  top: 66px;
  right: 23px;
  cursor: pointer;
}

.hdb-submenu-list {
  list-style: none;
  padding: 0;
  text-align: left;
}

.hdb-submenu-list li {
  margin: 20px 0;
}

body.hdb-no-scroll {
  overflow-y: hidden;
  height: 100vh;
}

.hdb-submenu-list li a {
  color: black;
  font-family: "NexaLight", sans-serif;
}

@media (max-width: 1600px) and (min-width: 1001px) {
	.hdb-menu-hover-background {
		margin-left: 0px !important;
	}
}

@media (max-width: 1024px) and (min-width: 870px) {
  #menu-hoofdmenu {
    gap: 25px;
  }
}
@media (min-width: 1001px) {
  .call-to-action-header.mobile {
    display: none;
  }
}
/* Media Query voor mobiele weergave */
@media (max-width: 1000px) {
  .hdb-menu-container {
    display: none;
  }
  .hdb-menu-toggle {
    display: block;
    cursor: pointer;
  }
  li ul.sub-menu {
    list-style: unset;
    padding-left: 0;
  }
  li ul.sub-menu li {
    margin-bottom: unset;
  }
  .hdb-column-c3 {
    display: none;
  }
  .hdb-column-c2 {
    justify-content: flex-end;
  }
  .call-to-action-header {
    display: inline-block;
    margin-top: 20px;
  }
}
/* Footer */
.hdb-footer-list {
  list-style: none;
  padding-left: unset;
}

.hdb-footer-list li a {
  color: white;
}

/* Image */
.hdb-box-shadow {
  box-shadow: 4px 5px 11px 2px rgba(0, 0, 0, 0.2509803922);
}

/* Sterke en Emfasiserende tekst */
strong {
  font-weight: bold; /* Vetgedrukt */
}

em {
  font-style: italic; /* Cursief */
}

/* Kleine tekst */
small {
  font-size: 0.8em; /* Kleinere tekst */
}

/* Gemarkeerde tekst */
mark {
  background-color: yellow; /* Achtergrondkleur voor gemarkeerde tekst */
}

/* Ongesorteerde lijst */
ul {
  list-style-type: disc; /* Punten */
  padding-left: 20px; /* Ruimte aan de linkerkant */
}

/* Gesorteerde lijst */
ol {
  list-style-type: decimal; /* Genummerde lijst */
  padding-left: 20px; /* Ruimte aan de linkerkant */
}

/* Lijstitems */
li {
  margin-bottom: 0.5em; /* Ruimte onder lijstitems */
}

/* Tabel */
table {
  width: 100%; /* Volledige breedte */
  border-collapse: collapse; /* Geen ruimte tussen cellen */
  margin-bottom: 1em; /* Ruimte onder de tabel */
}

/* Tabelkop */
th {
  background-color: #f2f2f2; /* Achtergrondkleur voor tabelkop */
  text-align: left; /* Tekst links uitlijnen */
  padding: 8px; /* Ruimte binnen de cellen */
}

/* Tabelcellen */
td {
  border: 1px solid #ddd; /* Grijze rand */
  padding: 8px; /* Ruimte binnen de cellen */
}

/* Hover effect voor rijen */
tr:hover {
  background-color: #f1f1f1; /* Achtergrondkleur bij hover */
}

/* 404 */
.titel-niks {
  font-family: "AlikaMisely", cursive;
  letter-spacing: 2px;
}

.informatie-404 p {
  font-size: 20px;
  font-family: "NexaLight", sans-serif;
  margin: 20px 0;
}

#notfound {
  max-width: 1200px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-left: 7px solid #46b450;
}

#notfound a.button {
  background: #a5cdaa;
  padding: 10px 24px;
  display: inline-flex;
  border-radius: 100px;
  margin-top: 15px;
  color: black;
  font-family: "NexaLight", sans-serif;
  transition: 0.3s;
  font-size: 20px;
}

#hdb-close-icon {
    top: 46px !important;
    width: 23px !important;
    right: 28px !important;
}

.hdb-submenu .custom-logo-link img {
    padding-top: 0;
    position: relative;
    bottom: 15px;
}

#cmplz-manage-consent .cmplz-manage-consent {
    display: none;
}

.hdb-submenu-content {
    margin: 10px 20px 40px;
}

#hdb-close-icon line {
    stroke: #008a3c;
}

@media only screen and (max-width: 500px) {
    .hdb-submenu {
        width: 100%;
    }
}

@media screen and (max-width: 810px) and (orientation: landscape) {
    .hdb-submenu .custom-logo-link img {
        padding-bottom: 0px !important;
    }

    .hdb-submenu-list li {
        margin: 5px 0;
    }

    li ul.sub-menu {
        margin-bottom: 5px;
    }

    .call-to-action-header {
        margin-top: -5px;
    }

    .hdb-submenu {
        padding-top: 30px;
    }
}

@supports (-webkit-touch-callout: none) {
  /* Dit wordt alleen ondersteund door Safari op iOS (iPhone/iPad) */
  .button-text span {
	 position: relative;
	  top: 2px;
	}
}

#notfound a.button:hover {
  transition: 0.3s;
  background-color: #008a3c;
  text-decoration: unset;
}

@keyframes bell-shake {
  0%   { transform: rotate(0deg) scale(1); }
  15%  { transform: rotate(-15deg) scale(1.05); }
  30%  { transform: rotate(10deg) scale(1.04); }
  45%  { transform: rotate(-8deg) scale(1.03); }
  60%  { transform: rotate(5deg) scale(1.02); }
  75%  { transform: rotate(-3deg) scale(1.01); }
  100% { transform: rotate(0deg) scale(1); }
}

.whatsapp.shake-bell {
  animation: bell-shake 0.6s ease-in-out;
  animation-iteration-count: 1;
  transition: transform 0.3s ease;
}






/*# sourceMappingURL=hdb-styling.css.map */