/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; overflow-x: hidden}
body { background:#ffffff; font-size: 15px; font-weight: 500; font-family: 'Raleway', sans-serif;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
a, img { outline: none; border:none; color: #000;}
p { margin: 0 0 10px; line-height: 1.4em; font-size: 1.2em;}
img { display: block; margin-bottom: 10px;}
#main, #fullmain, aside {line-height: 1.70em; font-size: 1.15em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}

html, body {
	height: 100%;
  	margin: 0;
	padding: 0;
}


/* Structure */

/*.clearfix:before,
.clearfix:after
{
  display: table;
  content: " ";
}*/

#container {
    margin: auto;
	width: 100%;
	


}
#wrappertop{
	width: 100%;	
	max-width: 1420px;
	margin: auto;
	padding: 0;
	background-color: #fff;

	} 



#wrapper {
	display: grid;           /* jouw bestaande grid-opmaak blijft intact */
  	grid-template-rows: 1fr auto; /* 1fr = container groeit, auto = footer */
	min-height: 100%;        /* wrapper minimaal schermhoogte */
	padding: 0 1.5em;
  	box-sizing: border-box;
	} 


.container-intro {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.5em;
  max-width: 1390px;
  margin: 2em auto;

}

/* Linkerkant */
.left {
  display: grid;
  grid-template-rows: 2fr 3fr;
  gap: 1.5em;
}

.bottom-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
}
.block.photo-block1,
.block.photo-block2 {
  	display: flex;
  	flex-direction: column;        /* tekst van boven naar beneden */
  	justify-content: flex-end;     /* push inhoud naar beneden */
  	align-items: flex-start;       /* uitlijnen links */
  	padding: 1.5em 2em;                  /* ruimte van randen */
  	background-size: cover;
  	background-position: center 30%;
  	background-repeat: no-repeat;
  	color: #fff;
	font-size: 1.7em;
	font-weight: 600;
}

/* Specifieke foto's */
.block.photo-block1 {
  background-image: url('../../images/Ellis_Beekman.png');
}

.block.photo-block2 {
  background-image: url('../../images/Wim_Beekman.png');
}
/* Rechterkant */
.right {
  	display: grid;
  	grid-template-rows: repeat(3, 1fr);
  	gap: 1.5em;
	color: #fff;	
}

/* Algemene blokstijl */
.block {
  	background: #D2F3F5;
  	border-radius: 12px;
  	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  	display: flex;
  	flex-direction: column;
	font-size: 17px;  /* alleen in de blokken */
	font-weight: 500;
  	line-height: 27px;
}
.special-block {
  	display: flex;
  	flex-direction: column;
  	padding: 2.5em 3.5em;
  	font-size: 15px;
	font-weight: 500;
	line-height: 19px;
  	border-radius: 12px;
 	box-shadow: 0 4px 8px rgba(0,0,0,0.1);

  /* speciale styling voor dit blok */
	background: #D2F3F5;	
  	text-align: left;
}
/* één class voor ALLE content-uitlijning */
.content-left {
  padding: 2em;
  align-items: flex-start;
  text-align: left;
}

.turquoise { background-color: #50A4AA; }
.roze { background-color: #E13C7E; }
.petrol { background-color: #295B63; }
.white { background-color: #fff; }

.arrow-list {
  list-style: none;
  padding-left: 0;
  margin: 0.5em 0 0 0;
}

.arrow-list li {
  font-size: 17px; /* passend bij je blokken */
  color: #fff;
  display: flex;
  align-items: center;
}

.arrow-list li i {
  color: #fff;       /* kleur van de pijl */
  margin-right: 0;  /* ruimte tussen pijl en tekst */
  font-size: 0.8em;       /* grootte van het icoon, kan aangepast worden */
}

.btn-block {
  	padding: 0.2em 1.5em;
  	font-size: 16px;
	line-height: 23px;
  	border: none;
  	border-radius: 8px;
  	background-color: #49C5CC;
	color: #fff;
  	cursor: pointer;
  	transition: background-color 0.3s ease;
  	margin-top: 1.5em;
	text-transform: uppercase;
	font-weight: 600;
	

  	align-self: flex-start; /* voorkomt dat flexbox de knop uitrekt */
  	width: auto;            /* expliciet: natuurlijke breedte */
}

/* Hover effect */
.btn-block:hover {
  background-color: #40828b;
	border: 0;
}

.kop {
	
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.2em;
	padding:0;
	margin: 0 0 0.3em 0;
}


/*aside*/
#wrapper > .container-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.5em;
  max-width: 1390px;
  width: 100%;
  margin: 2em auto;
}

/* Main content */
#wrapper > .container-content > section {
  grid-column: 1 / 2;
  min-height: 600px;
  padding: 2em 3em;
  background-color: #D2F3F5;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Sidebar */
#wrapper > .container-content > aside {
  grid-column: 2 / 3;
  padding: 2em;
  background-color: #E13C7E;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/*ESSENTIEEL: voorkomt instorten bij weinig content */
#wrapper > .container-content > section,
#wrapper > .container-content > aside {
  min-width: 0;
  justify-self: stretch;
}

aside b{
	color: #fff;
 }
#fullmain ul,
#main ul, aside ul{	
	margin: 17px 0 17px 0;
	padding: 0 0 0 0;
	border: 0;	
}
#fullmain li,
#main li, aside li
{
	margin: 0 0 0 18px;
	padding: 0 0 0 0;
	border: 0;
	list-style-type: square;
	text-decoration: none;
	list-style-position : outside;
}
/*
#main,#main2 {
		width: 62%;
		margin: 0;
		float: left;
		padding:0 0 2.0em 0;
		
		}	
#fullmain
{
		min-width: 90%;
		margin: 0;
		float: left;
		padding:0 0 0 0;

		
		}


#fullmain img {
		
		max-width:480px;
	
}

aside img {
		width: 95%;
		max-width:400px;
		margin: 1em 2em 1em 0;
		border-radius: 5%;	
		padding:0;
		clear: both;
}
/*#fullmain*//*
#main img {
		width: 100%;
		max-width: 750px;
		margin:0;
		clear: both;
	
}

#main img{
	position: relative;
	float: left;
	height: auto;
	max-width: 100%;
	border-radius: 5%;
	display: block;
	margin: auto;
	margin-right: 2em;
	z-index: 10;
}



/*form*/
/* form-wrapper styling */
.container-form{
  display: block;
  grid-template-columns: 2fr 1fr; /* links 2/3, rechts 1/3 */
  gap: 1.5em;
  max-width: 1390px;
  margin: 2em auto;
  align-items: start; /* voorkomt dat section en sidebar dezelfde hoogte krijgen */	
}

/* Main content (links) */
.container-form section {
	float: left;
	width: 65.6%;
  	min-height: auto;
	padding: 2em 3em 4em 3em;
  	background-color: #D2F3F5;
  	border-radius: 12px;
 	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Sidebar (rechts) */
.container-form > aside {
	float: right;
	width: 32.8%;
	min-height: auto;
  	padding: 2em;
  	background-color: #E13C7E;
	color: #fff;
  	border-radius: 12px;
 	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.form-wrapper {
	float: left;
	position: relative;
	width: 65.6%;
  	background-color: #D2F3F5; /* dezelfde kleur als section voor visuele integratie */
  	padding: 3em 2em 3em 3em;
  	border-radius: 12px;
  	box-shadow: 0 1px 8px rgba(0,0,0,0.1); /* optioneel subtiel effect */
  	margin: 2em 0 0 0; /* negative top margin duwt het omhoog richting eerste section */
 	z-index: 1; /* zorgt dat het boven de grid ligt */

}


.form{ 
	max-width: 690px;
	background: #60b0bb;
	padding: 2em 2em 8em 2em;
	border-radius: 1.6em;}

.form input[type="text"] {
	width: 100%;
	color: #1c3033;
	outline: none;
	font: 1.15em 'Raleway', sans-serif;
	padding: 0.2em;
	margin: 0.3em 0;
	border: 0;
	border-radius: 0.25rem;
	-webkit-appearance: none;
}
.form textarea {
	resize: none;
	color: #1c3033;
	width: 100%;
	outline: none;
	padding: .2em;
	font: 1.15em 'Raleway', sans-serif;
	border: 0;
	border-radius: 0.25rem;
	margin: 0.5em 0;
	min-height: 80px;
	-webkit-appearance: none;
}
.form input[type="submit"]{
	border: none;
	outline: none;
	color: #fff;
	font: 1.2em 'Raleway', sans-serif;
	background: #E13C7E;
	border-radius: 12px;
	height: 2.2em;
	margin: 0.6em 0;
	padding: 0.14em 0;
	-webkit-appearance: none;
	float: right;
	width: 50%;
}
#code
{
	width: 50%;
	float: right;
}
/*Zoeken*/
#zoek{
	position:absolute; 
	display:block;
	background: url('../../images/zoek.png') 0 2px no-repeat; 
	top: -7px;
	right: 1.5%;
	padding: 0 0 0.7em 1.35em;
	text-decoration: underline;
	
}
#zoek a{color: #005B8B; font-size: 85%}

.searchtablecontent{
	width: 100%;
	margin: -1.5em 0 3em 0;
	
	}
.searchrowcontent
{
	padding: 0.5em 0;
	border-top: 1px dotted #921f56;

	}
.searchlinkcontent, a.searchlinkcontent:hover {
	background-color:#ef4136;
	color: #fff;
	/*font-weight: 700;*/
	padding: 0.1em 0.35em 0.2em 0.35em;
	line-height:2.5em;
	letter-spacing: 1px;
	text-transform: uppercase;
	/*text-decoration: underline; */
	}

		
input,.searchinputcontent
{
	margin: 0 0 0 0;
	padding: 0 0 0 3px;
	font-size: 1.0em;  
	color: #921f56;
	border: 1px solid #921f56;
	height: 1.8em;
	width : 60%;

}
.searchselectcontent{
	display: none;
	/*font-size: 1.0em;  
	color: #005b8a;
	border: 1px solid #005b8a;
	height: 1.95em;
	min-width: 4.5em;
	width : 10%;*/
}
.searchbuttoncontent
{

	cursor:pointer;
}
	


.searchbuttoncontent:after, button:after {
   font-family: "Font Awesome 6 Free"; 
	font-weight: 900; 
    content: '\f061';
    padding-left: 8px;
    position: relative;

}


	
.footer{
	margin: 0; /* geen extra witruimte */
	background-color: #295B63;
	padding: 4.0em 0 2rem 2em;
	position: relative;
	min-height: 18em;
	width: 100%;
    clear:both;
	border-top: 18px solid #E13C7E;
	z-index:0;

	
}


#footer {	
	width: 95%;	
	max-width: 1300px;
	margin: auto; 
	padding: 0 0.;

}
.col-sm-8 {
	position: relative;
	left: 0;
	/*width:70%;*/
	margin-bottom: 4rem;


}

.col-sm-4 {
    margin: 0;
	/*width: 100%;*/
	margin-bottom: 4rem;
	}


.footer b {
	color:#49C5CC; 
	font-size: 2.6em; 
	font-weight: 600; 
	line-height: 2.4em;

}
.footer p{
	color:#fff;
	font-size: 1.1em;
	font-weight: 500;
	margin:0;
	padding: 0;


}
.footer p a,.footer a b{
	color:#49C5CC;
	font-size: 1.0em;
	text-decoration:none;
	margin: 0 0 0 0;

}
.footer p a:hover,.footer a:hover b{
	color:#fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	-mz-transition:0.5s all;
}
.col-sm-4 img{
	display: inline;
	max-width: 3.5rem;
	padding: 0 0.5rem 0.5rem 0;
	margin: 0 0 0 2em;
	position: relative;
	transition: all .1s ease-in-out; 
	}

.footer img:hover { 
 	transform: scale(1.09);
	/*box-shadow: 0 5px 15px rgba(0,0,0,0.4);*/
  -webkit-filter: brightness(195%);
  filter:brightness(115%);
}
	
 h1 {
	color: #009896;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 0 0;
	 
 }

 
h2,h3{	
	color: #fff;
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.1em;
	padding:0;
	margin: 0;
}

h4{	
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	padding:0;
	margin: 0 0 0.8rem 0;
}


b{
	font-size: 1.1em;
	font-weight: 800;
	color: #596E6D;
 }

strong{
	line-height: 1.0rem;
	color: #fff;
 }


u,i{
	/*color: #ef4136; */
	font-size: 0.90em; 
	font-weight: 600; 
	padding: 0 0.55em 0 0;
	line-height: 1.45em; 
 }
a{color: #02DAE8;text-decoration: none;}
a:hover{color: #01B8C4;text-decoration: none;}
a:active{color: #025C62; text-decoration: none;}	



/*-- banner --*/



#cont-banner 
{
	background: #9CF0FC  url('../../images/cirkels.svg') top right repeat;
	height: 12em;
	padding: 0;
	width: 100%;
    clear:both;	
}

/*
.rotating-item {display:none; position:absolute; top:0; left:0;} 


#rotating-item-wrapper{ 
	background-color: #61b0bb;
	position: relative;
	margin: auto;
	width: auto;
	padding: 0 0 0 0;

}
	
#rotating-item-wrapper img {
width: 100%;
height: 26em;	
object-fit: cover;
}
/*-- End banner --*/


.downloadlink a::before {

	content: "\279C";
	padding: 0.1em  0.6em  0.1em  0em;

}



/* Logo H1 */

#naw {
	position: relative;
	max-width: 19em; 
	height: 100%;
	left: 0.5em;
	top: 0.5em;
	z-index: 10;


}			

#naw img {
width: 100%;

}

/* Nav */
.menu{display: none;}
#navcontainer
{
	margin: auto;
	padding: 0;
	height: 6.5em;
	position: relative;
	top: 0em;
	left: 0;
	z-index: 1;
	max-width: 1450px;


}
#nav
{
	width: 100%; /* 800 */
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	position: absolute;
	top: 2.0em;
	margin-left: 0; /* 30 480 */;

	}

#nav > a
{
	display: none;

}

#nav li
{
	position: relative;
	
}
#nav li a
{
	color: #5B5151;
	display: block;
	text-decoration: none;
	margin-left: 0
	

}
/*#nav li a:active,*/
#nav li a#current
{
	
	height: 2.0em; /* 60 */
	color: #E13C7E/*fc5247*/;
	border: 3px solid #E13C7E;
	border-radius: 13px;
	line-height: 1.7em; /* 60 (24) */
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.20);

}


#nav span:after
{
	width: 0;
	height: 0;
	/*border: 0.313em solid transparent; /* 5 *//*
	border-bottom: none;
	border-top-color: #000;
	content: '';*/
	content: "\002B";
	/*vertical-align: middle;*/
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}

#nav li a#current span:after
{
	width: 0;
	height: 0;
	/*border: 0.313em solid transparent; /* 5 *//*
	border-bottom: none;
	border-top-color: #000;
	content: '';*/
	content: "\002B";
	/*vertical-align: middle;*/
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
#nav a:hover span:after
{
	width: 0;
	height: 0;
	/*border: 0.313em solid transparent; /* 5 *//*
	border-bottom: none;
	border-top-color: #000;
	content: '';*/
	content: "\002B";
	/*vertical-align: middle;*/
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
/* first level */
#nav > ul
{
	height: 4.0em; /* 60 */
	

}
#nav > ul > li
{
	/*width: 12.4rem;*/
	height: 100%;
	float: left;
	left: 23%;
	padding: 0 0.75rem /*extra*/

}
#nav > ul > li > a
{
	height: 100%;
	font-size: 130%; /* 24 */
	line-height: 1.9em; /* 60 (24) */
	text-align: center;
	padding: 0 1.15rem

}
#nav > ul > li:not( :last-child ) > a
{
	border-right: 0px dotted #00aeef;


}

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a
{
	/*background-color: #CEE7F5;*/
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	-mz-transition:0.5s all;
	color: #E13C7E;
}


/* second level */
#nav li ul
{
	background-color: #fff;
	display: none;
	position: absolute;
	top: 100%;
	margin-left: 0;

}
#nav li:hover ul
{
	display: block;
	left: 0;
	right: 0;
}
#nav li:not( :first-child ):hover ul
{
	left: 0px;
}
#nav li ul a
{
	font-size: 0.9em; /* 20 */
	border-top: 1px dotted #5B5151;
	padding: 0.53em; /* 15 (20) */;
	color: #5B5151;
}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
{
	color: #fff;
	border-top: 1px dotted #E13C7E;
	background-color: #E13C7E; 
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	-mz-transition:0.5s all;
}

/* Media Queries */

@media (max-width:1900px){


}
@media (max-width:1440px){


#navcontainer {

	font-size: 95%; 

	}	
	
}

@media screen and (max-width:1024px) {

aside img {
	float: left;
		clear: none;
}
/*nav*/
#naw{
		
	max-width: 100%; 
	width: 21em;
	height: auto;
	top: 0.5em;
	left: 1.5em;
	padding: 0;

		}
	
  #wrappertop {
    position: sticky;
    top: 0;
	height: 6em;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);

	} 	
.special-block {

  	padding: 2em 2em;

}		
#navcontainer {
	margin: 0 0 0 0; 
	top: 0; 
	padding:0;
	height: 5.8em;
	font-size: 85%; 

	
	}

#nav {
	top:0;
	position: fixed; /* Set the navbar to fixed position */
	/*background-color: #921f56;*/
	height: 4.25em;
	z-index: 100;
	
	}
	

.menu{
	display: block;
	position: absolute;
	top: 0;
	left: 2.4em;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	}
	
	
#nav > a
{
	width:  5.4em; /* 50 */
	height: 5.2em; /* 50 */
	text-align: left;
	/*text-indent: -9999px;*/
	color: #fff;
	font-size: 85%;
	line-height: 2.0em;
	text-transform: uppercase;
	background:#50A4AA url('../../images/icon.png') 80% 40% no-repeat; 
	position: relative;
	float: right;
	top: 1.4em;
	right: 1em;
	padding: 0.0em 1.1em;
	border: 0;
	border-radius: 10px;
	z-index: 11;

}
#nav > a:before,
#nav > a:after
{
	position: absolute;
	border: 0px solid #fff;
	top: 0%;
	left: 0;
	right: 0;
	content: '';


}
#nav > a:after
{
	top: 60%;
	
}
#nav span:after
{
		border-top-color: #000;
}
#nav a:active span:after
{
		border-top-color: #000;
}	
#nav:not( :target ) > a:first-of-type,
#nav:target > a:last-of-type
{
	display: block;
}

/* first level */
	/*
#nav li a:active,
#nav li a#current
{
	

	border-radius: 13px;
}	
	*/
#nav li a:active,
#nav li a#current
{
	
	color: #E13C7E;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom: 0px dotted #E13C7E;
	border-radius: 0px;
	background-color: #fff;
	font-weight: 700;
	height: auto;

}	

#nav > ul
{
	height: auto;
	display: none;
	position: absolute;
	top: 0em;
	right: 0;
	width: 56%; 
	border-top: 0px dotted #E13C7E;
	background-color: #4d9099;
	padding: 10em 0 4.0em 2em;
	border-radius: 0 0 0 25px;	
	z-index:10;

}
#nav:target > ul
{
	display: block;
}
#nav > ul > li
{
	width: 100%;
	float: none;
	left: 0
}	
	
#nav > ul > li > a
{
	font-size: 1.4em;
	height: auto;
	text-align: left;
	padding: 0.5em 0em 0.5em 1em; /* 20 (24) */
	color: #fff;
	background-color: #4d9099;
	margin: 0 1.0em 

}
#nav > ul > li:not( :last-child ) > a
{
	border-right: none;
	border-bottom: 1px dotted #fff;
}
#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a
	{
	color: #BD064F;
		
	}

	
/* second level */

#nav li ul
{
	position: static;
	padding: 0.5em 0em 0.5em 3em; /* 20 */
	padding-top: 0;
	background-color: #4d9099;
	margin: 0 1.4em 0 -1.8em;

	}
	

#nav li ul > li > a::before {
    content: "\25B8";
    margin-right: 0.4em; 
  }
	
#nav li ul a
{
	color: #fff;
	border-bottom: 1px dotted #fff;
	border-top: none;
	padding: 0.5em 0em 0.5em 3em;
	margin: 0;
	font-size: 1.2em;
}
	
	

#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
{

	background-color:#4d9099;
	border-top: 0px dotted #4d9099;
	color:#BD064F;
	
}	
}
/*EINDE MENU*/
@media (max-width: 820px) {
	
html, body
{
	font-size: 90%; /* 12 */
}

  .container-intro {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }

  /* special-block moet eerst */
  .special-block {
    order: 1;
  }

  /* right komt daarna */
  .right {
    order: 2;
    display: grid;
    grid-template-rows: repeat(3, auto); /* behoud drie blokken onder elkaar */
    gap: 1.5em;
  }

  /* bottom-left (foto’s) helemaal onderaan */
  .bottom-left {
    order: 3;
    display: flex;
    flex-direction: column; /* foto's onder elkaar */
    gap: 1em;
  }

  /* Foto’s kleiner en netjes */
  .block.photo-block1,
  .block.photo-block2 {
    height: 200px;  /* pas aan naar wens */
    font-size: 1.4em;
    padding: 1em 1.5em;
  }

  /* Left hoeft niet meer grid te zijn */
  .left {
    display: contents; /* laat children los in container voor flex volgorde */
  }


 #wrapper > .container-content {
    grid-template-columns: 1fr; /* één kolom */
	 font-size: 1.15em;
	
  }
#wrapper > .container-content > section {
  	min-height: auto;
	padding: 2em;
}

/* Sidebar (rechts) */
#wrapper > .container-content > aside {
	min-height: auto;
  	padding: 2em;
}	

	section img, aside img
 {
	height: auto;
	max-width:98%;
	clear:both
}		
/*form*/
.container-form section, 
.container-form aside,
.form-wrapper {
		width: 100%;
		padding: 2em;
	  	margin: 1em auto;
	} 

@media screen and (max-width: 580px) {	
	
#cont-banner 
{
	background: #61b0bb  url('../../images/cirkels.svg') top right repeat;
	height: 6em;
	padding: 0;
	width: 100%;
    clear:both;	
}	
	
.container-intro  {
    grid-template-columns: 1fr; /* 1 kolom */
  }

  .left,
  .right {
    grid-column: 1 / -1; /* beide volledige breedte */
  }
.special-block {

  	padding: 2em 2em;

}
	}