/* Stijling Helemaal de bom */
html {
  scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

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

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

body {
  line-height: 1.6;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

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

input:focus, textarea:focus, select:focus {
  outline: none;
}

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

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

button {
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/* Hide ReCaptcha & cookie*/
.grecaptcha-badge {
  display: none !important;
}

/* Scroll to top */
.scroll-top-top svg {
  width: 35px;
  height: 35px;
  fill: white;
  border-radius: 50%;
  padding: 8px;
}

.scroll-top-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
}

.scroll-top-top svg {
  transition: 0.3s;
}

.informatie-404 a:hover {
  text-decoration: underline;
}

.scroll-top-top svg:hover {
  transition: 0.3s;
  background-color: white;
}

/* 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-header {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#menu-hoofdmenu {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin: 0;
}

#menu-hoofdmenu li a {
  color: white;
}

.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%;
  color: white;
  z-index: 1000;
  transition: right 0.5s ease;
  padding-top: 50px;
}

.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: white;
}

/* Media Query voor mobiele weergave */
@media (max-width: 768px) {
  .hdb-menu-container {
    display: none;
  }
  .hdb-menu-toggle {
    display: block;
    cursor: pointer;
  }
}
/* 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 */
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

/* Footer */
.footer__container {
  display: flex;
  max-width: 1600px;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0px 40px;
  gap: 40px;
}

.footer__column {
  flex: 1 1 300px;
}

.footer__contact-details a {
  display: inline-block;
  margin-right: 1rem;
}

footer {
  background-color: #8A2422;
  padding: 0 30px;
}

.footer__column.footer__adres {
  position: relative;
  padding-left: 120px;
}

.logo_company {
  max-width: 90px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
}

.footer__logo {
  max-width: 90px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__company {
  font-family: "ClashDisplay", sans-serif;
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 25px;
}

.footer__column.footer__adres p {
  font-family: "ClashDisplay", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.bedrijfsgegevens {
  margin: 15px 0;
}

.footer__column.footer__contact h3 {
  font-family: "ClashDisplay", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 25px;
}
.footer__column.footer__contact .footer__contact-details .phonenumber {
  display: flex;
  flex-direction: column;
}
.footer__column.footer__contact .footer__contact-details .mail {
  display: flex;
  flex-direction: column;
}
.footer__column.footer__contact .footer__contact-details a {
  font-family: "ClashDisplay", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  gap: 10px;
  transition: 0.3s;
  line-height: 30px;
}
.footer__column.footer__contact .footer__contact-details a:hover {
  transition: 0.3s;
  text-decoration: underline;
}

.footer__column.footer__contact .footer__contact-details a svg {
  max-width: 16px;
  width: 16px;
  fill: #ffffff;
  position: relative;
  transition: 0.3s;
  bottom: 1px;
}

.footer__contact-details {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.footer__column.footer__socials h3 {
  font-family: "ClashDisplay", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 25px;
}
.footer__column.footer__socials a {
  border-radius: 5px;
  background-color: #ffffff;
  color: #8A2422;
  padding: 8px;
  line-height: 30px;
  margin-right: 5px;
  max-width: 40px;
  width: 100%;
  display: inline-block;
  height: 40px;
  text-align: center;
	border: 1px solid white;
	transition: 0.3s;
}

.footer__column.footer__socials a:hover {
	background-color: transparent;
	color: white;
	transition: 0.3s;
}

.footer__column.footer__socials a i {
  font-size: 25px;
}

@media only screen and (max-width: 530px) {
  .footer__contact-details {
    gap: 20px;
    flex-direction: column;
  }
}
/* 404 styling */
#notfound {
  display: flex;
  padding: 100px 30px;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  gap: 10%;
}
#notfound h1 {
  font-family: "ClashDisplay", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  max-width: 630px;
  width: 100%;
}

.informatie-404 {
  margin: 30px 0;
  font-size: 20px;
  font-family: "ClashDisplay", sans-serif;
  font-weight: 400;
}
.informatie-404 a {
  color: #8A2422;
  text-decoration: underline;
}

.button-404 {
  background: #8A2422;
  font-family: "ClashDisplay", sans-serif;
  padding: 12px 30px 10px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s all;
}
.button-404 svg {
  fill: white;
  max-width: 16px;
  width: 100%;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.button-404:hover {
  background-color: black;
  transition: 0.3s all;
  text-decoration: unset;
}

.not-found-c2 {
  display: none;
}

.not-found-c1, .not-found-c2 {
  width: 50%;
}

@media only screen and (max-width: 670px) {
  .not-found-c1 {
    width: 100%;
  }
  .button-404 {
    padding: 12px 15px 10px;
    font-size: 16px;
  }
}
.credit-footer {
  padding-top: 10px;
  padding-bottom: 20px;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  font-family: "ClashDisplay", sans-serif;
  color: #ffffff;
  font-size: 12px;
}
.credit-footer svg {
  max-width: 16px;
  width: 100%;
  fill: #ffffff;
}
.credit-footer span {
  display: flex;
  align-items: flex-start;
  gap: 3px;
}
.credit-footer a {
  color: #ffffff;
}

.credit-footer a:hover { 
	text-decoration: underline;
}

a.gt-current-lang {
	display: none !important;
}

@media only screen and (max-width: 900px) and (min-width: 700px) { 
	.footer__column.footer__contact {
		padding-top: 103px;
	}
}

@media only screen and (max-width: 900px) {
	.footer__column.footer__adres {
		padding-left: 0px;
		padding-top: 100px;
	}
	
	.logo_company {
		top: 0;
	}
	
	.footer__contact-details {
		flex-direction: column;
	}
}

@media (max-width: 850px) and (orientation: landscape) {
	.offcanvas-menu {
		padding: 50px 1rem 2rem 2rem !important;
	}
	
	.menu_item_header.mobile {
		padding: 8px 0 !important;
		font-size: 18px !important;
	}
}


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