/*
Theme Name: Start met gemak site
Theme URI: https://startmetgemak.nl
Author: Start Met Gemak - Vincent
Author URI: https://startmetgemak.nl
Description: Maatwerk design
Version: 2.3
Text Domain: startmetgemak.nl
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


html, body {
	margin: 0px;
	padding: 0px;	
	font-family: 'Rubik', sans-serif;	
	scroll-behavior: smooth;
}
.swiper-button-next:after, .swiper-button-prev:after {
font-family: swiper-icons;
font-size: var(--swiper-navigation-size);
text-transform: none!important;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
font-size: 20px !important;
	color: #000 !important;
}
.dot {color: #E9AB30; font-weight: 500;}
/* wrapper */
.merken-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* horizontaal centreren */
  align-items: center;     /* verticale alignment per rij */
  gap: 20px;               /* ruimte tussen logo's */
  max-width: 1200px;       /* optioneel: totale breedte beperken */
  margin: 0 auto;
  padding: 20px 0;
}

/* elk logo-blok */
.merken-logo {
  flex: 0 0 calc(16.66% - 20px); /* 6 per rij met tussenruimte */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px; /* vaste hoogte: alle logo’s netjes in 1 lijn */
  text-align: center;
}

/* het logo zelf */
.merken-logo img {
  max-height: 100%;   /* logo past altijd in de hoogte */
  max-width: 100%;    /* logo schaalt naar breedte */
  object-fit: contain;
}
.omslag-pages {
	height: 200px;
}

h1, h2, h3 {
  font-family: "Roboto", sans-serif;
}

.omslag h1,
.omslag h2,
.omslag h3 {
	color: #fff !important;
}
.omslag .hidden_label {
	margin-bottom: -30px;
}

.titel-blok {
	margin-bottom: -50px !important;
	padding-bottom: 0px !important;
}
.omslag textarea,
.omslag input,
.homepagina-formulier textarea,
.homepagina-formulier input,
.intro-pages textarea,
.intro-pages input {
border: 1px solid #f2f2f2 !important;
}
.intro-pages .gfield_label {
	color: #fff !important;
	font-size: 17px !important;
}
.intro-pages .gfield_description {
	color: #fff !important;
}

.omslag .gform_button,
.intro-pages .gform_button {
	margin-top: 15px !important;
	background: #289BB5 !important;
	border: 0px !important;
}
.intro-pages .content-blok-2 {
	margin-top: -100px;
}
.content-blok img {
	border-radius: 10px;
}
/* Zet de keuzes naast elkaar */
.intro-pages .gform_wrapper .gfield_radio,
.homepagina-formulier .gform_wrapper .gfield_radio {
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

/* Verberg de standaard radiobuttons */
.intro-pages .gform_wrapper .gfield_radio input[type="radio"],
.homepagina-formulier .gform_wrapper .gfield_radio input[type="radio"] {
  display: none;
}

/* Stijl het label als knop */
.intro-pages .gform_wrapper .gfield_radio label,
.homepagina-formulier .gform_wrapper .gfield_radio label {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #ffffff;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}

/* Hover en geselecteerde knop */
.homepagina-formulier .gform_wrapper .gfield_radio label:hover,
.homepagina-formulier .gform_wrapper .gfield_radio input[type="radio"]:checked + label {
  background-color: #ff9800; /* oranje */
  color: #ffffff;
  box-shadow: none;
}


h1 {
	font-size: 40px;
	font-weight: 400;
}
h2 {
	font-size: 35px;
	font-weight: 400;
}
.content-blok p {
	line-height: 30px;  
	font-size: 20px;
font-weight: 300;	
}
.content-blok .answer p {
font-size: 15px;
}
	.sticky-content {
	position: sticky;
	top: 75px;
}
.animate-on-scroll {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

.animate-on-scroll.animate__animated {
    opacity: 1;
    visibility: visible;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.header {
	width: 100%;
	height: 100px;
	position: relative;
	float: left;
	z-index: 1;
}
.blok {
	width: 100%;
	position: relative;
	float: left;
}
.has-transparent-menu .blok {
	margin-top: -100px;
	padding-top: 125px !important;
}
.items ul {
  clear: both;
	list-style: none;
	margin: 0px; 
	padding: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.items li {
    flex: 1 1 19%;
	list-style: none;
	margin: 1%; 
	padding: 2%;
	position: relative;
  align-items: baseline;
  align-content: flex-start;
}
.has-image {
	min-height: 350px;
}
.bericht {
	background: #fff;
	min-height: 200px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
	transition: all 0.5s;
}
.bericht:hover {
	box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
}
.bericht a {
	text-decoration: none;
	color: #000;
}
.uitgelicht-bericht {
	position: relative;
	min-height: 300px;
}

.uitgelicht-bericht .overlay {
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.uitgelicht-bericht:hover .overlay {
	background: rgba(0,0,0,0.2);	
	transition: all 0.5s;
}

.uitgelicht-bericht h3 {
	color: #fff;
	font-size: 30px;
}

.uitgelicht-bericht span {
	text-align: center;
	 position: absolute;
  top: 50%;
	left: 50%;
  	-webkit-transform: translateY(-50%) translateX(-50%);
  	-ms-transform: translateY(-50%) translateX(-50%);
  	transform: translateY(-50%) translateX(-50%);
}
.uitgelicht-bericht .item-button {
	top: 30px;
	position: relative;
}
.vert-center-content {
	left: 5%;
	width: 90%;
	position: absolute;
  top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.vert-bottom-content {
	left: 5%;
	width: 90%;
	position: absolute;
  bottom: 5%;
}

.item-button {
	background: rgba(255,255,255,0.9);
	border: 2px solid rgba(255,255,255,0.4);
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
	color: rgba(0,0,0,0.95);
	margin: 5px;
	text-align: center;
}
.item-button:hover {
	-webkit-animation: pulse 1s;
    animation: pulse 1s;
	background: rgba(0,0,0,0.6);
	color:rgba(255,255,255,0.95);
	transition: all 0.5s;
}

.item-afbeelding {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
}

.bericht:hover,
.uitgelicht-bericht:hover {
	-webkit-animation: pulse 1s;
    animation: pulse 1s;
}

.item-button-vert {
	display: block;
}
.item-button-hor {
	display: inline-block;
}
.button-style-vierkant {
	border-radius: 0px;
}
.button-style-rond {
	border-radius: 15px;
}
.intro-section .item-button-vert {
	display: inline-block;
}
.intro-section i {
font-size: 27px !important;
text-align: left !important;
padding-top: initial !important;
padding-bottom: initial !important;
width: initial !important;
float: left !important;
margin-right: 10px !important;
	color: #FC9500 !important;
}

.intro-section ul li > ul {
clear: both;
list-style: none;
margin: 0px;
padding: 0px;
display: block !important;
flex-wrap: initial !important;
flex-direction: initial !important;
}
.intro-section ul li > ul li {
flex: none !important;
list-style: none;
margin: initial !important;
padding: initial !important;
position: relative;
align-items: initial !important;
align-content: initial !important;
}

.intro-section ul li > ul li {
	display: inline-block;

}

.intro-section ul li > ul li a {
	color: #000;
	text-decoration: none;	
	padding: 15px;
	padding-right: 25px;
	padding-left: 25px;
	background: #fff;
	border-radius: 3px;
	margin: 2.5px;
}
.intro-section ul li > ul li a:hover {
	background: #FC9500;
	color: #fff;
	border-radius: 3px;
}
.button-orange {
	border: 3px solid #FC9500 !important;
	background: #FC9500 !important;
	float: left !important;
	color: #fff;
	border-radius: 3px;
}
.button-white {
	border: 3px solid #fff !important;
	background: #fff !important;
	float: left !important;
	border-radius: 3px;
}
.button-gray {
	border: 3px solid #f5f5f5 !important;
	background: #f5f5f5 !important;
	float: left !important;
	border-radius: 3px;
}
.button-orange:hover {
	border: 3px solid #FC9500 !important;
	background: #FC9500 !important;
	color: #fff;
}
.button-white:hover {
	border: 3px solid #FC9500 !important;
	color: #FC9500 !important;
	background: #fff !important;
}
.button-gray:hover {
	border: 3px solid #FC9500 !important;
	color: #FC9500 !important;
	background: #fff !important;
}
.logo {
	left: calc(50% - 150px);
position: absolute;

}
.logo img {
	width: 300px;
	height: auto;
}
.xxlogo img {
	position: relative;
	height: 80px;
	width: auto;
	left: 0px;
	top: 12.5px;	
	float: left;
}
.wrapper {
	width: 98%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
.menu-omslag {
	padding-top: 0% !important;
	padding-bottom: 0% !important;
	color: #fff !important;
}
.menu-omslag .wrapper {
	width: 100%;
	max-width: initial;
}
.menu-omslag a {
	width: 100%;
	background: initial;
	border-radius: initial;
	border: 0px;
	color: #fff;
	font-size: 24px;
	line-height: 45px;
	margin: initial;
	padding: initial;
	text-transform: uppercase;
	font-weight: 200;
	text-align: center;
	float: left;
	display: initial;
}
.menu-omslag .content-blok-2 {
	margin: 0% !important;
}
/* ===== HOOFDMENU ===== */
.hoofdmenu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
	top: 30px;
}

.hoofdmenu-container li {
    float: left;
    position: relative;
}

.hoofdmenu-container li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px !important; /* Iets groter */
    font-weight: 300;
    color: #fff !important; /* Hoofdmenu tekst wit */
}

/* ✅ Pijltje alleen in hoofdmenu */
.hoofdmenu-container ul li.has-children > a::after {
    content: "▼";
    font-size: 12px;
    margin-left: 8px;
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Draai pijltje bij hover */
.hoofdmenu-container ul li.has-children:hover > a::after {
    transform: rotate(180deg);
}

/* ❌ Verwijder pijltjes in submenu's */
.hoofdmenu-container ul li > ul li.has-children > a::after {
    content: none !important;
}

/* ===== MEGA MENU STRUCTUUR ===== */
.hoofdmenu-container ul li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 900px !important; /* Breedte van het mega-menu */
    background: #fff !important; /* Witte achtergrond */
    box-shadow: 0 8px 16px rgba(0,0,0,0.2) !important;
    border-radius: 10px !important;
    padding: 20px !important;
    z-index: 9999;
}

.hoofdmenu-container ul li:hover > ul {
    display: flex !important; /* Flexbox voor kolommen */
    flex-wrap: wrap;
}

/* ===== MEGA MENU KOLommen ===== */
.hoofdmenu-container ul li > ul li {
    width: calc(33% - 10px) !important; /* 2 kolommen */
    margin: 0;
}

.hoofdmenu-container ul li > ul li a {
    color: orange !important; /* Oranje submenu kopjes */
    text-transform: none;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 8px 0;
    background: none !important;
    border-radius: 0 !important;
    cursor: pointer !important;
}

/* Geen hover-effect en geen pijltje in submenu */
.hoofdmenu-container ul li > ul li a:hover {
    background: none !important;
    color: orange !important;
}

.hoofdmenu-container ul li > ul li.has-children > a::after {
    xcontent: none !important;
}

/* ===== SUB-SUBMENU ===== */
.hoofdmenu-container ul li > ul li > ul {
    display: block !important;
    position: static !important;
    background: none !important;
    box-shadow: none !important;
    padding: 10px 0 0 0 !important;
    margin: 0;
}

.hoofdmenu-container ul li > ul li > ul li {
    width: 100% !important;
}

.hoofdmenu-container ul li > ul li > ul li a {
    font-weight: normal !important;
    font-size: 15px !important;
    color: #333 !important;
    padding: 5px 0 !important;
    border: none !important;
    background: none !important;
}


/* Geen hover-effect op sub-submenu-items */
.hoofdmenu-container ul li > ul li > ul li a:hover {
    background: none !important;
    color: orange;
}



.mobile-menu {
	display: none;
}
.menu-full { 
display: none;
position: fixed;
background: #000;
width: 100%;
height: 100%;
padding-top: 75px;
text-align: left;
bottom: 0px;
z-index: 8;
top: 0%; 
	right: 0px;
	left: 0px;
}
	.menu-full a {
		text-decoration: none;
	color: #fff;
	}
.menu-full ul {
	padding: 0px;
	margin: 0px;
}
	.menu-full li {
		list-style: none;
		width: 100%;
		text-align: center;
		line-height: 50px;
		text-transform: uppercase;
	}
.footer {
	float: left;
	width: 100%;
	min-height: 300px;
	background: #000;
}

.footer_blok {
	color: #fff;
}
.footer a {
	color: #fff; text-decoration: none;
}
.orange,
.cta-knop {
	background: orange !important;
	color: #fff !important;
	border: 3px solid orange !important;
}
.omslag-knop {
	color: #fff !important;
	border: 3px solid #fff !important;
}
.knop-wit {
	color: #fff !important;
	text-align: left;
	border: 3px solid #fff !important;
	width: initial !important;
}
.omslag-knop:hover {
	background: rgba(255,255,255,0.2) !important;
}
.gform_body li {
	flex: none !important;
list-style: none;
margin: 1%;
padding: 2%;
position: relative;
align-items: initial;
align-content: initial;
}

.cta-hoofdmenu {
	color: #fff;
	background: orange;
	line-height: 40px;
	position: absolute;
	top: -10px;
}
.cta-hoofdmenu-2 {
	color: #13b0c1;
	border: #13b0c1;
	border-radius: 5px;
	line-height: 40px;
	position: absolute;
	top: -10px;
}
.cta-hoofdmenu a {
	color: #fff !important;
		
}
.diensten-blokken p {
	line-height: initial;
}
.diensten-blokken i {
	width: 70px !important; 
	float: left !important;
	color: #fff !important;
}
.cta-hoofdmenu {
	color: #fff;
	background: #E9AB30;
	border-radius: 5px;
	line-height: 30px;
position: absolute;
right: 0px;
top: -10px;	
	float: right !important;
}
.cta-hoofdmenu-2 {
	color: #E9AB30;
	border-radius: 5px;
	line-height: 40px;
	top: -15px;
	float: right !important;
	position: absolute;
}
.cta-hoofdmenu a {
	color: #fff !important;	
}

.cta-hoofdmenu-2 a {
	font-size: 22px !important;
}
.cta-bottom i {
	width: 100px !important;
	float: left !important;
}
.cta-bottom a {
	color: #000 !important;
	background: #fff !important; 
	margin-top: 20px;
}
.cta-bottom h2 {
	font-size: 30px;
}

.producten-wrap { max-width:100%; margin:0 auto; padding:0px; }
.producten-hero h1 { margin-bottom:6px; }
.producten-filters { 
	position: relative; 
	left:0; bottom:0; 
	padding:25px; 
	z-index:5; 
	width: 300px; 
	
		padding: 25px; 
		margin: 25px; 
		background: #FAF7F0;
		border-radius: 15px; 
		float: left;
		margin-bottom: 12.5px;
		margin-top: 12.5px;
}
.producten-results { 
	position:relative; 
	top:0; 
	background:#fff; 
	padding:25px; z-index:5; 
	float: left;
	width: calc(100% - 450px)
}
.filter-group { margin:12px 0; }
.checkboxes label { margin-right:12px; display:inline-flex; align-items:center; gap:6px; }
.filter-row { 
	display:flex; 
	gap:8px; 
	align-items:center; 
	flex-wrap:wrap; 
	margin-top:8px;
	width: 100%;
	float: left;
	margin-bottom: 12.5px;
	margin-top: 12.5px;
}
.producten-results h3 a {
	color: #000;
	text-decoration: none;
	padding: 5px;
}
.filter-row label { width: 100%; float: left; }
.btn-apply,.btn-reset { padding:8px 12px; border:1px solid #ddd; background:#f8f8f8; cursor:pointer; }
.producten-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }

@media (max-width:1024px){ .producten-grid{ grid-template-columns:repeat(3,1fr);} }
@media (max-width:720px){ .producten-grid{ grid-template-columns:repeat(2,1fr);} }

.product-card { border:1px solid #eee; border-radius:8px; background:#fff; padding:12px; }
.product-thumb img { width:100%; height:auto; border-radius:6px; display:block; }

.product-title { margin:8px 0 6px; font-size:16px; }
.product-price { font-weight:600; margin-bottom:6px; }
.meta-pill { display:inline-block; font-size:12px; background:#f2f2f2; padding:2px 8px; border-radius:999px; margin-right:6px; }
.producten-pagination { display:flex; justify-content:center; gap:8px; margin:16px 0; }
.loading,.error,.no-results { text-align:center; padding:16px; }



.product-thumb{
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  height: clamp(200px, 26vw, 280px); /* groter; schaalt mee met viewport */
}

.product-thumb img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;             /* vult het vlak, snijdt witte marge weg */
  display: block;
}

/* 4) Titel: altijd exact 2 regels ruimte reserveren */
.product-title{
  margin: 12px 0 8px;
  font-size: 16px;
  line-height: 1.3;
  min-height: calc(1.3em * 2);  /* hoogte van 2 regels zodat baselines gelijk vallen */
}
.product-title a{
  color: #000; text-decoration: none; padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;        /* maximaal 2 regels tonen */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 5) Meta/chips altijd netjes onderaan de kaart */
.product-meta{ margin-top: auto; }  /* duwt meta naar de onderkant */
.meta-pill{
  display:inline-block;
  font-size:12px;
  background:#f2f2f2;
  padding:2px 8px;
  border-radius:999px;
  margin:0 6px 6px 0;
}


@media (max-width: 1040px) {
	.product-image, 
	.product-content {
		position: relative !important;
		width: 100% !important;
		height: initial !important;
		min-height: 450px !important;
		left: initial !important;
	}
	.product-content h1,
	.product-content .cta {
		text-align: center;
	}
	.menu-omslag a {
		width: 100% !important;
	}
	.cta-hoofdmenu-2,
	.cta-hoofdmenu {
		position: relative;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.item-button {
		width: 80% !important;
	}
	.producten-filters {
		width: calc(100% - 100px);
		float: left;
		position: relative;
	}
	.producten-results {
		width: calc(100% - 50px);
		float: left;
		position: relative;
	}
.sticky-content {
	position: initial;
	top: initial;
}
.vert-center-content,
	.vert-bottom-content {
	left: 5%;
	width: 90%;
	position: relative;
  top: 0%;
  bottom: initial;
  	-webkit-transform: translateY(-0%);
  	-ms-transform: translateY(-0%);
  	transform: translateY(-0%);
}	
	.has-image {
	min-height: 50vh;
}
	nav.hoofdmenu {
		display: none;
	}
	.mobile-menu {
		display: block;
font-size: 40px;
color: #fff;
	}
	.menu-full .mobile-menu  {
		color: #fff;
	}
	.mobile-menu  {
		xcolor: #000;
	}
	.menu-full .menu-button, .menu-button {
		color: #fff;
		z-index: 2;
top: 20px;
right: 20px;
		position: absolute;

	}
	
	.menu-button {
		color: #fff;
	}
	.footer_blok {
	width: 96%;
	margin: 2%;
	float: left;
	color: #fff;
		text-align: center;
}
	.items ul {
  display: block;
  flex-wrap: initial;
  flex-direction: initial;
}
.items li {
    flex: initial;
width: 94%;
	overflow: initial;
	margin-top: 25px;
	margin-bottom: 25px;
}
}
/* Basis */
.producten-filters {
  margin-block: 1rem;
}
.producten-filters .filters-panel {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 12px;
}

/* Labels netjes onder elkaar op mobiel */
.producten-filters .filter-row {
  margin-bottom: 1rem;
}
.producten-filters .filter-row strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.producten-filters .filter-row label {
  display: block;
  line-height: 1.7;
}

/* Toggle button styling */
.filters-toggle {
  display: none;          /* standaard verborgen (desktop); JS toont ’m op mobiel) */
  width: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  margin-bottom: 8px;
}
.filters-toggle:focus { outline: 2px solid #000; outline-offset: 2px; }
/* Chevron */
.filters-toggle::after {
  content: "";
  float: right;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
  margin-top: 4px;
}
.filters-toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}

/* Responsief gedrag */
@media (max-width: 768px) {
  .filters-toggle { display: block; }
  .producten-filters .filters-panel.is-collapsed { display: none; }
}

/* Desktop: altijd zichtbaar, knop verborgen */
@media (min-width: 769px) {
  .filters-toggle { display: none !important; }
  .producten-filters .filters-panel { display: block !important; }
  /* Op desktop mag het netter in kolommen */
  .producten-filters .filter-row { display: inline-block; vertical-align: top; margin-right: 2rem; }
}
