/*
Theme Name: Helemaal de bom Thema
Theme URI: http://helemaaldebom.com
Author: Helemaal de bom
Author URI: http://helemaaldebom.com
Description: Het thema van Helemaal de bom, gemaakt om websites te laten knallen.
Version: 1.0
*/
@font-face {
  font-family: Libre Franklin;
}/*# sourceMappingURL=style.css.map */
body{
  background-color: #DEE0D9;
	font-family: Libre Franklin;
	font-size: 16px;
}
.site-header {
  position: sticky;
  top: 20px;              /* ← dit is de key */
  z-index: 9999;
  background: rgba(120, 120, 120, 0.4);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 8%;
}

.site-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.header-right {
  display: flex;
  align-items: center;
}

.main-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 80px 0 0;
  gap: 80px;
}

.main-menu li a {
  display: flex;         
  align-items: center;
  height: 40px;   
  line-height: 1;
  padding: 0 5px;
  color: #fff;
  text-decoration: none;
}

.btn-afspraak {
  padding: 10px 20px;
  background: #8C4B34;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: Ledger;
  font-size: 1rem;
  width: 225px;
}
.btn-afspraak:hover {
  background: #A66A4D;
  color: #fff;
  text-decoration: none;
}
.arrow-right-svg{
  max-width: 20px;
  max-height: 20px;
  color: #fff;
}

/* Actieve menu-link */
.main-menu li.current-menu-item > a,
.main-menu li.current_page_item > a,
.main-menu li.current-menu-ancestor > a {
  color: #d17453;              /* zelfde kleur als knop */
  font-weight: 600;
}

.menu-item{
  transition: transform 0.2s ease;
}

.menu-item:hover > a {
	color: #8C4B34;
}

.main-menu,
.main-menu li {
  list-style: none;
}

.site-footer {
	background-color: #111;
	color: #fff;
  position: relative;
  z-index: 5;
	padding: 4rem 8% 0;
}

.footer-inner {
	margin: 0 auto;
}

.border-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 2px solid #D9D9D9;
  padding-bottom: 4rem;
}

.footer-col h4 {
	margin-bottom: 1rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
}

.footer-col p,
.footer-col a {
	color: #fff;
	font-size: 0.95rem;
	line-height: 1.6;
	text-decoration: none;
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu li {
	margin-bottom: 0.5rem;
}

/* Socials */
.footer-socials a {
	display: inline-block;
	margin-right: 0.75rem;
	font-weight: 500;
}

/* Onderste balk */
.footer-bottom {
	padding: 1.5rem 0;
}

.footer-bottom-inner {
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-watermark {
	font-size: 0.85rem;
	opacity: 0.6;
}

.footer-small-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.footer-small-link {
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
}

.footer-small-link:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Gelijke spacing tussen items in elke kolom */
.footer-col p,
.footer-col a,
.footer-col li {
	margin-bottom: 0.5rem;
}

/* Laatste item geen extra ruimte */
.footer-col p:last-child,
.footer-col li:last-child,
.footer-col a:last-child {
	margin-bottom: 0;
}

.footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-list li {
	margin-bottom: 0.5rem; /* zelfde als menu */
}

.footer-list li:last-child {
	margin-bottom: 0;
}

.footer-socials {
	display: flex;
	gap: 1.2rem;
}

.footer-social-link {
	fill: #fff;
	transition: transform 0.25s ease, opacity 0.25s ease;
  width: 35px;
	height: 35px;
	fill: currentColor;   /* neemt kleur van parent over */
	display: block;
}

.footer-social-link:hover {
	transform: translateY(-3px);
}

.footer-social-link svg {
	  display:flex;
    width: 35px;
    height: 35px;
}

.social-footer-links{
  display: flex;
  gap: 1rem;
}

/* Container */
.wpcf7 form {
    max-width: 500px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    margin: 0 auto;
    font-family: libre franklin;
    position: relative;
    z-index: 10;
}

/* compacte labels op mobiel, ruim genoeg op desktop */
.wpcf7 label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 16px;
}

/* Inputs & textarea — responsive paddings / betere tap-targets */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #999;
    background: transparent;
    padding: 10px 0;
    font-size: 15px;
    outline: none;
    min-height: 40px;
}

/* Textarea: groter op mobiel, scrollbar mogelijk boven max */
.wpcf7 textarea {
    min-height: 120px;
    height: 120px;
    padding: 10px 0;
    resize: vertical;
    overflow-y: auto;
}

/* Focus / a11y */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-bottom-color: #7a3f2a;
}
.wpcf7 input:focus-visible,
.wpcf7 textarea:focus-visible,
.wpcf7 input[type="submit"]:focus-visible {
    outline: 3px solid rgba(124,63,39,0.18);
    outline-offset: 4px;
    border-radius: 6px;
}

/* Submit: full-width op small, fixed/centered op grotere schermen */
.wpcf7 input[type="submit"] {
    background-color: #7a3f2a;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 15px;
    cursor: pointer;
    margin: 20px auto 0;
    border-radius: 8px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-family: libre franklin;
    font-weight: 500;
}

/* Hover */
.wpcf7 input[type="submit"]:hover {
    background-color: #5f2f20;
}

/* Optionele 2-koloms layout (voeg .form-grid rond velden in de CF7 markup) */
.wpcf7 .form-grid {
    display: block;
    gap: 1rem;
}
@media (min-width: 700px) {
    .wpcf7 .form-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem 1.25rem;
        align-items: start;
    }
    /* op tablet/desktop: submit past niet full-width */
    .wpcf7 input[type="submit"] {
        width: 100%;
        min-width: 220px;
        align-self: start;
    }
}

/* Kleine schermen: grotere touchzones en minder margin */
@media (max-width: 420px) {
    .wpcf7 label { margin-bottom: 12px; font-size: 15px; }
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea { font-size: 16px; padding: 12px 0; }
    .wpcf7 input[type="submit"] { padding: 14px; font-size: 16px; max-width: none; }
}

/* Respecteer reduced motion */
@media (prefers-reduced-motion: reduce) {
    .wpcf7 input[type="submit"],
    .wpcf7 input,
    .wpcf7 textarea { transition: none !important; animation: none !important; }
}

/* Voorkom horizontale overflow door lange waarden */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 label { word-break: break-word; overflow-wrap: break-word; }

/* ---------- responsive header / mobile menu ---------- */
/* hamburger knop (verborgen op desktop) */
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
}
.menu-toggle:focus {
  outline: 3px solid rgba(140,75,52,0.25);
  outline-offset: 4px;
}
.menu-toggle .hamburger {
  width: 20px;
  height: 2px;
  background: currentColor;
  display: block;
  position: relative;
}
.menu-toggle .hamburger::before,
.menu-toggle .hamburger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: currentColor;
}
.menu-toggle .hamburger::before { top: -6px; }
.menu-toggle .hamburger::after  { top: 6px; }

/* mobiele menu open -> body niet scrollen */
.no-scroll { overflow: hidden; }

/* mobiele breakpoints */
@media (max-width: 900px) {

  .menu-toggle { 
    display: inline-flex; 
    z-index: 10001;
  }

  /* fullscreen off-canvas menu */
  .header-right {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    background: #DEE0D9;
    padding: 5rem 1.5rem 2rem;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    transform: translateX(-100%);
    transition: transform 0.35s ease;
    z-index: 10000;
  }

  .header-right.is-open {
    transform: translateX(0);
  }

  /* menu items */
  .header-right .main-menu {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 0;
    margin: 0;
  }

  .main-menu li a {
    font-size: 1.4rem;
    color: #111;
    padding: 12px 0;
  }

  .btn-afspraak {
    margin: 20px;
    width: 100%;
    justify-content: center;
  }
}

  /* Responsive footer */
@media (max-width: 900px) {
  .footer-inner {
    padding: 0 1.25rem 1.25rem;
  }

  .border-footer {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding-bottom: 2rem;
  }

  .footer-col {
    padding-bottom: 0.25rem;
    min-width: 0; /* voorkomt overflow in flex/grid children */
  }

  .footer-col h4 {
    margin-bottom: 0.75rem;
  }

  .footer-list li,
  .footer-menu li {
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .footer-menu li a,
  .footer-list li a {
    padding: 10px 0; /* groter klikgebied */
    width: 100%;
    color: inherit;
  }

  .social-footer-links {
    gap: 0.75rem;
    flex-wrap: wrap;
  }

  .footer-social-link,
  .footer-social-link svg {
    width: 44px;
    height: 44px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
  }

  .footer-watermark {
    order: 2;
    opacity: 0.7;
  }

  .footer-small-links {
    order: 1;
    width: 100%;
  }

  .footer-small-link {
    font-size: 13px;
    padding: 8px 0;
    display: inline-block;
  }
}

@media (max-width: 600px) {
  .border-footer {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding-bottom: 1.75rem;
  }

  .footer-inner {
    padding: 0 1rem 1.25rem;
  }

  .footer-col {
    padding: 0.5rem 0;
    border-top: 1px solid rgba(255,255,255,0.03);
  }

  .footer-list li,
  .footer-menu li {
    font-size: 0.98rem;
  }

  .social-footer-links {
    justify-content: flex-start;
  }

  .footer-social-link,
  .footer-social-link svg {
    width: 48px;
    height: 48px;
  }

  .footer-bottom {
    padding: 1rem;
  }

  /* verbeter contrast & toegankelijkheid voor small screens */
  .footer-menu li a:focus-visible,
  .footer-small-link:focus-visible {
    outline: 3px solid rgba(140,75,52,0.22);
    outline-offset: 4px;
    border-radius: 6px;
  }
}

/* small polish: avoid overflowing long words/urls */
.footer-col,
.footer-list,
.footer-small-links {
  word-wrap: break-word;
  hyphens: auto;
}


/* tablet tweaks */
@media (max-width: 1200px) {
  .main-menu { gap: 48px; padding-right: 40px; }
}

/* behoud desktop gedrag */
@media (min-width: 901px) {
  .header-right { position: static; opacity: 1; transform: none; pointer-events: auto; }
  .main-menu { display: flex; }
}

.adres-telefoon-svg {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	color: inherit;
	text-decoration: none;
	transition: all 0.3s ease;
}

.adres-telefoon-svg:hover {
	color: #8C4B34;
}

.adres-telefoon-svg svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	fill: currentColor;
	transition: transform 0.3s ease;
}

.adres-telefoon-svg:hover svg {
	transform: translateX(4px) scale(1.1);
}

.adres-mail-svg {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	color: inherit;
	text-decoration: none;
	transition: all 0.3s ease;
}

.adres-mail-svg:hover {
	color: #8C4B34;
}

.adres-mail-svg svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	fill: currentColor;
	transition: transform 0.3s ease;
}

.adres-mail-svg:hover svg {
	transform: translateX(4px) scale(1.1);
}

/* Hamburger animatie naar X */
.menu-toggle.is-open .hamburger {
  background: transparent;
  color:#111;
}

.menu-toggle.is-open .hamburger::before {
  transform: rotate(45deg);
  top: 0;
}

.menu-toggle.is-open .hamburger::after {
  transform: rotate(-45deg);
  top: 0;
}

/* Smooth transitions */
.menu-toggle .hamburger,
.menu-toggle .hamburger::before,
.menu-toggle .hamburger::after {
  transition: all 0.3s ease;
}

@media (max-width: 900px) {
  /* ... je bestaande code ... */

  .main-menu li a {
    font-size: 1.4rem;
    color: #111;
    padding: 25px 0; /* nog meer ruimte */
  }
}
/* CSS aanpassingen voor menu scroll lock */

/* mobiele menu open -> body niet scrollen */
.no-scroll { 
  overflow: hidden !important;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* mobiele breakpoints */
@media (max-width: 900px) {

  .menu-toggle { 
    display: inline-flex; 
    z-index: 10001;
  }

  /* fullscreen off-canvas menu */
  .header-right {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    background: #DEE0D9;
    padding: 5rem 1.5rem 2rem;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    /* BELANGRIJK: geen overflow, zodat menu ook niet scrollt */
    overflow: hidden;

    transform: translateX(-100%);
    transition: transform 0.35s ease;
    z-index: 10000;
  }

  .header-right.is-open {
    transform: translateX(0);
  }

  /* menu items */
  .header-right .main-menu {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding: 0;
    margin: 0;
    overflow: hidden; /* ook hier geen scroll */
  }

  .main-menu li a {
    font-size: 1.4rem;
    color: #111;
    padding: 35px 0;
  }

  .btn-afspraak {
    margin: 20px;
    width: 100%;
    justify-content: center;
  }
}

.titel-niks{
	font-size: 2.5rem;
	font-weight: 100;
	font-family: Ledger;
	padding-bottom: 20px;
}

.button-404{
	background-color: #7a3f2a;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 15px;
    cursor: pointer;
    margin: 20px 0;
    border-radius: 8px;
    font-weight: 100;
    max-width: 220px;
}

.link-404{
	color:#7a3f2a ;
}
.not-found-c1{
	display:flex;
	flex-direction: column;
}

.vetgedrukt{
	font-weight:700;
}

.container-404{
	max-width: 800px !important;
}

.wpcf7-not-valid-tip {
    color: #7a3f2a !important;
	font-weight: bold !important;
}

.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #7a3f2a !important;
}

/* ── Submenu ── */
.main-menu li {
  position: relative;
}

.main-menu ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: rgba(30, 30, 30, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  z-index: 10000;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

.main-menu li:hover > ul.sub-menu,
.main-menu li:focus-within > ul.sub-menu {
  display: block;
}

.main-menu ul.sub-menu li a {
  display: block;
  height: auto;
  padding: 10px 20px;
  color: #fff;
  font-size: 0.95rem;
  white-space: nowrap;
  border-radius: 6px;
}

.main-menu ul.sub-menu li a:hover {
  color: #d17453;
  background: rgba(255,255,255,0.06);
}

/* Mobiel: submenu inline (geen dropdown) */
@media (max-width: 900px) {
  .main-menu ul.sub-menu {
    position: static;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 0 0 1.25rem;
    display: block;
  }

  .main-menu ul.sub-menu li a {
    font-size: 1.4rem;
    color: #333;
    padding: 10px 0;
	padding-top: 17px !important;
  }

  .main-menu ul.sub-menu li a:hover {
    color: #8C4B34;
    background: transparent;
  }
	
	.main-menu li a {
		padding: 10px 0px !important;
	}
	
	.header-right .main-menu {
		align-items: flex-start !important;
		width: 100%;
		gap: 10px;
	}
	
	.main-menu ul.sub-menu {
		padding-left: 0px;
	}
}