/*
=======================================================================================================================================	
Lenzio Warm Kleurenpalet	

#0E5274 -	rgba(14, 82, 116, 1)	-	donkerblauw
#2982AF -	rgba(41, 130, 175, 1)	-	mediumblauw
#7BC3E7 -	rgba(123, 195, 231, 1)	-	lichtblauw
#4B403A		rgba(75, 64, 58, 1)		-	donkerbruin
#FFF8EB -	rgba(255, 248, 235, 1)	-	crème
#F3F4F6	-	rgba(243, 244, 246, 1)	-   lichte, getinte grijs-blauwe tint
#D8CFC6		rgba(216, 207, 198, 1)	-	Zacht taupe	
#F8C755 -	rgba(248, 199, 85, 1)	-	oranje/geel
#FFF8F0		rgba(255, 248, 240, 1)	-	licht grijs - wit
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --bg:#f7f9fc; --card:#fff; --accent:#0b66d0; --accent-2:#0366d6; --muted:#6b7280; --radius:10px;
  }
*,
::before,
::after{
	box-sizing: border-box;
}
/*| BODY |*/
body{
	background-color: rgba(255, 248, 235, 1);	
	font-family: "Poppins", sans-serif;
	color: rgba(75, 64, 58, 1);
	letter-spacing: 0.5px;
	margin:0;
}
/*| Algemene elementen |*/
h1{
	font-size: 140%;
	font-weight: 600;
}
h2{
	font-size: 130%;
	font-weight: 600;
}
h3{
	font-size: 120%;
	font-weight: 600;
}
h3 a{
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	gap:0.25em;
	margin-left: 0em;
	height:25px;
	width:75%;
	text-decoration: none;
	color: rgba(49, 107, 153, 1);
}
a{
	text-decoration: none;
}
article{
	display: flex;
	flex-direction: column;
	gap:0em;
}

article h3{
	margin-bottom: 0;
}
/*| break voor nette layout waar nodig in h1 |*/
.title .line-break {
  display: block;
}
.titleSmall{
	font-size: 145%;
}
table, th, td{
		border: 1px solid rgba(216, 207, 198, 1); 
  		border-collapse: collapse; /* zorgt dat randen mooi aansluiten */
	}
	
	th, td {
	  padding: 8px; /* optioneel: wat ruimte binnen de cellen */
	}	
caption{
	text-align: left;
}

thead{
	text-align: left;
}

.lens-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  display: none;
  padding: 12px;
  margin-bottom: 12px;
  background: #f9f9f9;
}
.lens-card strong {
	font-weight: 600;
}
.lens-card span {
	background-color: rgba(243, 244, 246, 1);
	display: block;
}
.lens-card p {
	background-color: rgba(243, 244, 246, 1);
}
.lens-card h3 {
  margin-top: 0;
}
.lens-card ul {
  list-style: none;
  padding: 0;
}
.lens-card li {
  margin-bottom: 6px;
}


/*=| Start Icons Elements |=*/
.bx-phone{
	padding-right: 3px;
}

.bx-envelope{
	padding-right: 3px;
}

.bx-info-circle{
	position: absolute;
	display: inline-block;
	font-size: 1.5em;
	top:15px;
	left:-10px;
	color: #F39200;
}

.bx-log-out{
	position: relative;
	transform: rotate(180deg);
	cursor: pointer;
	color: rgba(244, 184, 96, 1);
}
.bx-log-out::after{
	position: absolute;
	content: "Uitloggen";
	transform: rotate(180deg);
	padding:0.5em;
	background: rgba(220,220,220,1);
	top:-35px;
	left:0px;
	display: none;
}

.bx-menu{	
	color: rgba(255,255,255,1);	
	background: transparent;
	display: none;
	padding: 1em;
	font-size:1em;
	top:-55px;
	right:0px;
}

/*| HEADER SPACE |*/
header{
	
}
/*| FIXED SPACE |*/
.fixed{
	background-color: rgba(243, 244, 246, 1);
	border-bottom: 1px solid rgba(216, 207, 198, 1);
	width: 100%;
}

.fixed_content{
	height: 50px;
	width: 80%;
	margin: auto;
	display: flex;
	justify-content:flex-end;
	align-items: center;

}

.fixed_content span a{
	color: rgba(49, 107, 153, 1);
	padding:1.5em;
}

.fixed_content span:nth-child(1){
	
}
.fixed_content span:nth-child(2){
	
}

.fixed_content a{
	
}
/*| LOGO SPACE |*/
.logo_box{
	width: 100%;
}

.logo_box_content{
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	gap: 2em;
	padding: 1em;
}

.logo_box_content_left{
	
}

.logo_box_content_left img{
	height:120px;
	border-radius: 12px;
}

.logo_box_content_right{
	display: flex;
	align-items: center;
}

.logo_box_content_right span {
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	border-radius: 10px;
	padding: 1em;
	letter-spacing: 5px;
	text-transform: uppercase;
}
/*| MENU SPACE |*/
.menu_box{
	background-color: rgba(14, 82, 116, 1);
	width: 100%;
}
.menu_box_content{
	width: 80%;
	height:auto;
	margin: auto;
	display: flex;

}
.menu-item{
	display: block;
}

.menu_box_content_left{
	flex:1;
}

.menu_box_content_right{
	width:25px;
}

.menu_box_content a{
	text-decoration: none;
	padding: 1em;
	font-size:1em;
	color: rgba(255, 255, 255, 1);
}

.dropdown{
	position:relative;
}

.dropdown a{
	text-decoration: none;
	display: block;
	width:100%;
	padding: 1em;
	font-size:0.8em;
	color: rgba(75, 64, 58, 1);
}

.dropdown_button{
	display: inline-block;
	border: 0;
	background: transparent;
	padding: 1em;
	font-size:1em;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	font-family: "verdana";
}

.dropdown_content{
	display: none;
	background: #F3F4F6;
	position:absolute;
	width:240px;
	height:auto;
	padding:1em;
	left:0px;
}

.dropdown--columns {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 6px;
  width: 920px; /* of net breed genoeg voor twee kolommen */
  box-sizing: border-box; /* voorkomt overflow */
}

.dropdown--columns a {
  width: auto;
  display: block; /* belangrijk voor klikbare blokken */
  white-space: nowrap; /* voorkomt dat tekst op twee regels breekt */
}

.dropdown:hover .dropdown--columns{
	display: grid;
}

.dropdown:hover .dropdown_content{
	display: grid;
}

/* Hamburger icon (verborgen op desktop) */
.hamburger {
  width: 30px;
  height: 22px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
margin:1em;
}

.hamburger span {
  display: block;
  height: 3px;
  background: white;
  border-radius: 2px;
}

/* Container van menu-items */
.menu_items {
  display: flex;
  gap: 10px;
}

/* Navigatie-gids [breadcrumb] */
.navigatie_wrapper{
	background-color: rgba(243, 244, 246, 1);
	width: 100%
}

.navigatie_gids{
	margin: auto;
	width:80%;
	padding: 1em;
}

.navigatie_gids > a.linkfree{
	text-decoration: none;
	cursor: default;
}

.navigatie_gids > a.linkavailable{
	text-decoration: underline;
	cursor: pointer;
}

/*| MAIN SPACE |*/
main{
	width: 100%;
}
.main_content{
	width: 80%;
	margin: auto;
	padding: 1em;
}
/*| SECTION SPACE |*/
.hero{
	background-color: rgba(255, 248, 245, 1);
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap:2em;
	padding: 1em;
	margin: auto;
}
.hero strong{
	font-weight: 600;
}
.hero-item{
	
}
.hero-item-media{

	text-align: center;
}
.hero-item-media img{
	height:450px;
	border-radius: 12px;
}
.sectionBox{
	background-color: rgba(255, 248, 245, 1);
	border-radius: 10px;
	/*border: 1px solid rgba(216, 207, 198, 1);*/
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	padding:60px 40px;
	margin: 5em auto 5em auto;	
	width:100%;
	display: flex;
	flex-direction: column;
}
.auteurBox{
	font-size:80%;
}
.auteurBox span{
	display: inline-block;
	padding:0px;
}
.auteurBox span.preTxt{	
	width:70px;
	margin: 0px 1px 0px 0px;
}
.serviceTxBox a{
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}

.service-list{
	display: grid; 
	grid-template-columns: repeat(2, 1fr); 
	gap: 20px; 
	margin-top: 20px;
}
.service-item { 
	background: #F3F4F6; 
	padding: 20px; 
	border-radius: 14px; 
	align-items: center;
}

.service-item > img{
	width:100%;
}
.service-item > p{
	text-decoration: none;
	color: rgba(49, 107, 153, 1);
	margin-left: 0em;
}
.service-item span{
	text-decoration: none;
	color: rgba(49, 107, 153, 1);
	margin-left: 0em;
}
.service-item strong{
	font-weight: 600;
}
.service-item a{
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	gap:0.25em;
	margin-left: 0em;
	height:25px;
	/*width:75%;*/
	text-decoration: none;
	color: rgba(49, 107, 153, 1);
}

.categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.categorie_card{
	display: flex;
	flex-direction: column;
	border-radius: 10px;
    padding: 20px;
	transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}
.categorie_card_img{
	height:150px;
	border-radius: 8px;
	text-align: center;
}

.categorie_card:hover {
    transform: translateY(0px);
    box-shadow: 0 0 0 rgba(0,0,0,0.1);
}
.categorie_card img{
	height:100%;
}
.btn {
    
	display: inline-block;
    
	background-color: rgba(243, 244, 246, 1);
    
	color: rgba(49, 107, 153, 1);
    
	padding: 10px 20px;
    
	border-radius: 5px;
    
	font-weight: 700;
    
	transition: background-color 0.3s;

}

.btn:hover {
    background-color: rgba(14, 82, 116, 1);
	color: rgba(255, 248, 240, 1);
}

/*| FOOTER SPACE |*/
footer{
	background-color: rgba(243, 244, 246, 1);
	border-top: 1px solid rgba(216, 207, 198, 1);
	width: 100%;
}
.footer_content{
	display: flex;
	gap:0.75em;
	width: 80%;
	margin:auto;
}
.footer_content a{
	color: rgba(49, 107, 153, 1);
	font-size:0.9em;
	padding: 1em;
}

.footer_content a:not(:last-child){
	color: rgba(49, 107, 153, 1);
	border-right: 1px solid rgba(216, 207, 198, 1);
}
/*| BACK TO TOP SPACE |*/
#backToTop {
    bottom: 20px;
    font-size: 30px;
    display: none;
    cursor: pointer;	
	/*
	position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    display: none;
    cursor: pointer;
	*/
}
.bttBox{
	width:100%;
}
.bttBox_content{
	width:80%;
	margin:auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bttBox_content a{
	display: block;
	text-decoration: none;
}	

/*=| Nieuwsbrief style |=*/
.nieuwsbrief-welkom {
  background-color: #f9f9f9;
  border-left: 4px solid #007BFF; /* accentkleur */
  padding: 20px;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  border-radius: 5px;
}

.nieuwsbrief-welkom h2 {
  color: #007BFF;
  margin-bottom: 10px;
}

.nieuwsbrief-welkom p {
  line-height: 1.5;
  margin-bottom: 10px;
}

.nieuwsbrief-welkom .cta .knop {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007BFF;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.nieuwsbrief-welkom .cta .knop:hover {
  background-color: #0056b3;
}

/*=| Start Forms Elements |=*/	
input[type=text] {
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(216, 207, 198, 1);
  border-radius: 4px;
  resize: vertical;
}

textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(216, 207, 198, 1);
  border-radius: 4px;
  resize: vertical;
  margin-bottom: 10px;
	
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: rgba(255, 154, 60, 1);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

input[type=submit]:hover {
  background-color: rgba(49, 107, 153, 1);
}

.container {
  border-radius: 5px;
  background-color: rgba(216, 207, 198, 1);
  padding: 20px;
}

.col-10 {
  float: left;
  width: 10%;
  margin-top: 6px;
}

.col-50 {
  float: left;
  width: 50%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.formvalidatie{
	border: #F39200 1px solid;
	border-radius: 6px;
	height: auto;
	margin-top: 25px;
}

.formvalidatie p{
	color: #FF1111;
	font-size: 100%;
	letter-spacing: 3px;
	margin-left: 15px;
}
	
/*=| End Forms Elements |=*/	

/*=| Start FORM elements for form.frmnieuwsbrief |=*/

.frmNieuwsbrief input[type=text],input[type=email]{
	padding: 1em;
	border: 1px solid rgba(255, 248, 240, 1);
  	border-radius: 4px;
	width: 50%;
}

.frmNieuwsbrief .btn{
	width: 30%;
}

.g-recaptcha{
	margin-bottom: 0.5em;
}
/*=| End FORM elements for form.frmnieuwsbrief |=*/


/*=| Start QUIZ Elements |=*/
 .lead{color:var(--muted);margin:0 0 8px;}
  .card{background:var(--card);border-radius:var(--radius);padding:18px;box-shadow:0 8px 30px rgba(12,20,50,0.06);margin-bottom:18px;}
  form .row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px;}
  label.q{flex-basis:100%;font-weight:700;margin-bottom:8px;}
  select,input[type="radio"]{padding:10px;border-radius:8px;border:1px solid #e6e9ef;background:#fff;}
  .option-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:10px;}
  .opt{display:flex;align-items:center;padding:10px;border-radius:8px;border:1px solid #e9eef6;background:#fff;cursor:pointer;gap:10px;user-select:none;}
  .opt input{margin-right:8px;}
  .small{font-size:0.95rem;color:var(--muted);}
  .row-inline{display:flex;gap:12px;flex-wrap:wrap;align-items:center;}
  /* Result */
  #result{display:none;}
  .result-head{display:flex;justify-content:space-between;align-items:center;gap:12px;}
  .result-title{font-size:1.125rem;margin:0;}
  .pill{background:#eef6ff;color:var(--accent);padding:6px 10px;border-radius:999px;font-weight:700;}
  .result-text{margin-top:12px;line-height:1.6;white-space:pre-wrap;}
  .recommendations{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;}
  .rec-card{background:#fff;border-radius:8px;padding:12px;border:1px solid #eef3ff;}
  .rec-card h4{margin:0 0 8px;font-size:1rem;}
  .meta{font-size:0.9rem;color:var(--muted);margin-bottom:8px;}
  .share{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap;}
/*=| End: ; QUIZ Elements |=*/

/*=| Start @Media Elements |=*/	
@media screen and (max-width: 1900px){
	table{
		width: 100%;
	}
	.categorie_card img{
	height:90%;
	}
	
}

@media screen and (max-width: 1600px){
	
	.main_content, .fixed_content, .logo_box_content, .menu_box_content, .footer_content{
		width:95%;
	}	
	.hero { 
		grid-template-columns: repeat(1,auto);		
	}		
	
	.categorie_card img{
	height:80%;
	}
	
	.col-10 {
		 float: left;
		 width: 90%;
		 margin-top: 6px;
	}
	.col-50 {
		 float: left;
		 width: 90%;
		 margin-top: 6px;
	}	
	table{
		width: 100%;
	}
}
@media screen and (max-width: 1450px){	
			
		.service-list{ 
			grid-template-columns: repeat(1, 1fr); 			
		}	
		.logo_box_content{
			width: 99%;
			height:auto;
			margin: auto;
		}	
		.categorie_card img{
		height:70%;
		}
		.menu_box_content{
			margin: 0 auto;			
			width: 95%;
		}	
		.media_box_content{
			margin: 0 auto;			
			width: 99%;
		}	
		.hero-item-media img{
			display: inline-block;
			object-fit: cover;
			height: 350px;
			border-radius: 10px;	
		}	
		.main_box_content{
			margin: 0 auto;			
			width: 95%;
		}	
		.main_box_content_left{
			width:99%;
		}		
		table{
			width:100%;
		}	
		.footer_box_content{
			margin: 0 auto;			
			width: 95%;
		}	
	

}
@media screen and (max-width: 1300px){
	
	.dropdown--columns {
		 display: none;
		 grid-template-columns: repeat(2, 1fr);
		 column-gap: 30px;
		 row-gap: 6px;
		 width: 620px; /* of net breed genoeg voor twee kolommen */
		 box-sizing: border-box; /* voorkomt overflow */
	}
	
	.logo_box_content_left img{
		height:200px;
		margin-top:0.4em;
	}
	article{
		gap:1em;
	}
	
	.hero{
		padding:0.10em;
	}	
	.hero-item{		
		padding: 1em;		
	}	
	.hero-item-media img{
		display: inline-block;
		object-fit: cover;
		height: 300px;
		border-radius: 10px;	
	}	
	.sectionBox{
		width:95%;
	}	
	.service-list{
		grid-template-columns: repeat(1,1fr); 
	}	
	.logo_box{
		height:auto;
	}	
	.logo_box_content{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap:0.75em;
	}		
	.logo_box_content_left img{
		scale: 1.2;
	}	
	.logo_box_content_right{
		flex:1;
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}		
	.logo_box_content_right span {
	border: 1px solid rgba(216, 207, 198, 1);
	border-radius: 10px;
	padding: 1em;
	letter-spacing: 4px;
	text-transform: uppercase;
	}	
	.main_box_content{		
		flex-direction: column;
	}	
	.categories {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
	}
	.categorie_card img{
	height:60%;
	}
	table{
		width: 100%;
	}
	.footer_box_content{
		flex-direction: column;
	}
	.footer_box_content a:not(:last-child){
		border-right:none;
	}		
}

/* --- Mobiel gedrag --- */
@media screen and (max-width: 900px) {	
	
	.logo_box_content_left img{
		height:210px;
		margin-top:0.4em;
	}
	.logo_box_content_right span {
		border: 1px solid rgba(216, 207, 198, 1);
		border-radius: 10px;
		font-size:72%;
		padding: 1em;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	.g-recaptcha{
		transform: scale(0.65);
	}
	article{
		gap:4em;
	}
	.hero{
		padding:0.10em;
		width:95%;
	}	
	.hero-item-media img{
		display: inline-block;
		object-fit: cover;
		height: 165px;
		padding:5px;
		border-radius: 10px;	
	}	
	.hero-item{
		background-color: antiquewhite;
	}
	
	.dropdown--columns {
    grid-template-columns: repeat(1,1fr);
    width: 100%;
  	}

  .hamburger {
    display: flex; /* hamburger zichtbaar */
  }
	
  .titleSmall{
	font-size: 120%;
  }
  .menu_box_content{
	flex-direction: column;
  }
  .menu_box_content{
		flex-direction: column;
	}	
  .menu_items {
    display: none; /* menu verborgen */
    flex-direction: column;
    width: 100%;
    background-color: rgba(14, 82, 116, 1);
    padding: 1em 0;
  }
  .menu_items.active {
    display: flex; /* menu openen */
  }
  .dropdown_content {
    position: static;
    width: 100%;
  }
		
  .dropdown:hover .dropdown_content {
    display: none; /* hover werkt niet op mobiel */
  }
  /* klikbare dropdowns op mobiel */
  .dropdown.open .dropdown_content {
    display: block;
  }
  .dropdown a{
	display: block;
	width:100%;
  }
  table{
	display: none;
  }
  .lens-card{
	display: block;
  }
  .frmNieuwsbrief input[type=text],input[type=email]{
	width:100%;
  }
  .frmNieuwsbrief .btn{
	width: 100%;
  }
 .media_box_content_left,.media_box_content_middle, .media_box_content_right {
	height:120px;
 }
 .footer_box_content a:not(:last-child){
	border-right:none;
 }
}
/*=| End @Media Elements |=*/	