@import "reset.css";
@import "cols.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/*
maincolors:
BACKGROUND:#fff
COLOR:#000
MAINCOLOR:#000
MAINCOLOR2:#c00
COLOR_ON_MAIN:#fff;
*/

:root 								{
									--BACKGROUND: #fff;
									--COLOR: #000;
									--MAINCOLOR: #5ac1e9;
									--MAINCOLOR2: #1f4165;
									--MAINCOLOR3: #fbd036;
									--COLOR_ON_MAIN: #fff;
									--RED: #c00;
									--MNU_KLEUR:#1f4165;
									--MNU_KLEUR_HOVER:#5ac1e9;
									--MNU_KLEUR_DONKER:#fbd036;
									}

html								{	-webkit-text-size-adjust: none;	}
body 								{background-color:var(--BACKGROUND);color:var(--COLOR);font-family:Open Sans, Arial;font-size:17px;}
body, html 							{height: 100%;}
.clearfix:after 					{ content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear 								{clear:both;}
a 									{color:var(--MAINCOLOR2);}
a:hover 							{color:var(--MAINCOLOR3);}
a.tel 								{text-decoration:none;display:block;}
b,strong 							{font-weight:bold;}
em, i {font-style: italic;}
#superwrapper 						{min-height: 100%;height: auto !important;height: 100%;}
.wrapper 							{max-width: 1420px;width:95%;height: auto;margin: 0px auto;position:relative;}
.wrapper2 							{max-width: 1920px;width:95%;height: auto;margin: 0px auto;position:relative;}

.table 								{display:table;width:100%;}
.tr 								{display:table-row;}
.td 								{display:table-cell;box-sizing:border-box;padding:3px;}

.placeholder 						{color:#aaa;}
::-webkit-input-placeholder,
::-webkit-textarea-placeholder 		{color:#aaa;}
:-moz-placeholder 					{color:#aaa;opacity:1;}
::-moz-placeholder 					{color:#aaa;opacity:1;}
:-ms-input-placeholder,
:-ms-textarea-placeholder 			{color:#aaa;}	
input[placeholder],
textarea[placeholder] 				{color:#aaa;}

/*ENTER BUTTON
**************/
#enter 								{position:absolute;bottom:10px;width:100%;text-align:center}
#enter a 							{background-color:#fff;padding:10px;display:inline-block;text-decoration:none;border-radius:10px;font-size:20px;}


/*PAGE_TITEL
**************/
h1  								{color:var(--MAINCOLOR2);font-size:30px;line-height:normal;font-weight:800;margin-bottom: 40px;}
h2 									{color:var(--MAINCOLOR);font-size:22px;line-height:normal;font-weight:700;margin-bottom: 30px;}
h3 									{color:var(--MAINCOLOR2);font-size:18px;line-height:normal;font-weight:700;margin-bottom: 20px;}
#melding 							{text-align:center;background-color:var(--MAINCOLOR);color:var(--COLOR_ON_MAIN);padding:10px;text-transform:uppercase;}
#hmTxt 								{display:none;}
a.mobHmls 							{display:none;}

/*HEADER MOB
**************/
#navMobMenu 						{display:none;}
#navMob,#searchMob,
#loginLnksmob,#languagesMob 		{background-color:var(--BACKGROUND);display:none;}

/*HEADER
******************/
#top 					{padding: 10px 0;box-shadow: 0 3px 45px rgb(0 0 0 / 15%);transition: all .4s ease;position: sticky;top: 0;left: 0;width: 100%;z-index: 999;background-color: #fff;}
#top.hide 				{top: -173px;}
#header 				{width:100%;display: flex;align-items: center;justify-content: space-between;}
#logo  					{}
#logo a 				{padding: 15px 0;text-align: center;text-decoration: none;}
#logo a span			{color: var(--MAINCOLOR2);font-weight: 700;font-size: 14px;display: block;margin-top: 5px;}
#logo img 				{width: 70px;}

.headright {display: flex;justify-content: flex-end;align-items: center;column-gap: 20px;margin-left: auto;}
.headright a {font-size: 14px;display: block;text-decoration: none;color: var(--MAINCOLOR2);}
.headright i {margin-right: 10px;}
.round1 {border-radius: 20px;background-color: var(--MAINCOLOR2);padding: 10px 15px;font-weight: 600;color: var(--BACKGROUND) !important;}
.round2 {border-radius: 20px;background-color: var(--MAINCOLOR3);padding: 10px 15px;font-weight: 600;color: var(--MAINCOLOR2) !important;}
.round1 i {color: var(--MAINCOLOR3);}

#banner {width: 100%;display: flex;padding: 60px 0;column-gap: 5%;justify-content: center;align-items: center;}
#inleiding {width: 60%;}
#pic {width: 50%;}
.inleiding {font-size: 18px;line-height: 32px;}
.btn {padding: 18px 36px;text-align: center;text-decoration: none;font-weight: 600;font-size: 16px;display: inline-block;margin-top: 30px;border-radius: 20px;background-color: var(--MAINCOLOR3);color: var(--MAINCOLOR2);transition: transform 0.3s ease, background 0.3s ease;line-height: normal;}
.btn:hover {background-color: var(--MAINCOLOR2);color: var(--MAINCOLOR3);transform: translateY(-5px);}

.btn2 {padding: 9px 18px;text-align: center;text-decoration: none;font-weight: 600;font-size: 14px;display: inline-block;margin-top: 20px;border-radius: 20px;background-color: var(--MAINCOLOR3);color: var(--MAINCOLOR2);transition: transform 0.3s ease, background 0.3s ease;line-height: normal;}
.btn2:hover {background-color: var(--MAINCOLOR2);color: var(--MAINCOLOR3);transform: translateY(-5px);}

/*WARNING
****************/
#warning,#Zwarning					{width:100%;height:100%;position:fixed;top:0px;left:0px;z-index:12000;display:none;background:url(../images/popup2.png);}
#Wmessage,#ZWmessage				{background-color:#fff;width:400px;margin:50px auto;padding:50px;border:solid 5px #000;border-radius:10px;box-sizing:border-box;overflow:scroll-y;max-height:80%;}
#orderDay							{border:none !important;font-size:30px;color:#ad6a43;width:250px;}
/*POPUP
************/
#popup								{width:100%;height:100%;position:fixed;top:0px;left:0px;z-index:9998;background:url(../images/popup.png);display:none;}
#Wpopup								{background-color:#fff;width:450px;margin:50px auto;padding:20px;border:solid 5px #000;border-radius:10px;box-sizing:border-box;overflow:scroll-y;max-height:80%;}
a.popupCl 							{display:block;text-align:right;margin-bottom:20px;text-decoration:none;}
#Wpopup h2 a 						{text-decoration:none;}

/*IMAGES FIT
******************/
img.cover 							{object-fit:cover;}
img.coverT 							{object-fit:cover;object-position:top;}
img.coverB 							{object-fit:cover;object-position:bottom;}
img.coverL 							{object-fit:cover;object-position:left;}
img.coverR 							{object-fit:cover;object-position:right;}
img.contain 						{object-fit:contain;}


/*MAIN CONTENT
*********************************/
#main								{width:100%;padding: 60px 0;line-height:30px;}

.grid-6 							{display: grid;grid-gap: 20px;grid-template-columns: repeat(6,1fr);}
.grid-5 							{display: grid;grid-gap: 30px;grid-template-columns: repeat(5,1fr);}
.grid-4 							{display: grid;grid-gap: 40px;grid-template-columns: repeat(4,1fr);}
.grid-3 							{display: grid;grid-gap: 50px;grid-template-columns: repeat(3,1fr);}
.grid-2 							{display: grid;grid-gap: 60px;grid-template-columns: repeat(2,1fr);}
.sectiongrid						{margin:0px 0px 60px 0px;}
.sectiongrid:last-child				{margin:0px;}
.sectiongrid2						{background-color: #f4f4f4;}

.flex-2 {display: flex;align-items: center;justify-content: center;column-gap: 60px;}
.flex-2 div {flex: 1;}
.cont em {font-weight: 500}
.cont ul {list-style-type: none;}
.cont ul li::before {font-family: "Font Awesome 6 Pro";content: "\f14a";font-weight: 700;margin-right: 10px;color: var(--MAINCOLOR3);}
.cont2 ul {list-style-type: none;margin-left: 0;}
#main ul {list-style-type: none;margin-top: 15px;margin-left: 15px;}
.cont2 ul li {margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #eee;}
.cont2 ul li:last-child, #main ul li:last-child {margin-bottom: 0px;padding-bottom: 0px;border-bottom: 0px;}
.cont2 ul li::before, #main ul li::before {font-family: "Font Awesome 6 Pro";content: "\f0a4";font-weight: 700;margin-right: 10px;color: var(--MAINCOLOR3);}

.dienst {font-size: 15px;transition: transform 0.3s ease, background 0.3s ease;position: relative;z-index: 1;box-shadow: 2px 2px 11px rgba(0,0,0,0.05);}
.dienst-content {margin: -40px 0 0 40px;background-color: #fff;position: relative;z-index: 2;padding: 20px;}
.dienst h3 {}
.dienst img {height: 250px;object-fit: cover;}
.dienst:hover {transform: translateY(-5px);}
.flex {padding: 20px;display: flex;justify-content: center;flex-direction: column;font-size: 15px;background-color: var(--MAINCOLOR2);color: #fff;box-shadow: 2px 2px 11px rgba(0,0,0,0.05);}
.flex h3 {color: #fff;}

#werkwijze {background-color: var(--MAINCOLOR2);}
.steps {color: #fff;text-align: center;}
.step {background: rgba(255, 255, 255, 0.1);padding: 20px;border-radius: 10px;transition: transform 0.3s ease, background 0.3s ease;}
.step:hover {transform: translateY(-5px);background: rgba(255, 255, 255, 0.2);}
.step-number {background: var(--MAINCOLOR);color: var(--MAINCOLOR2);font-weight: bold;font-size: 22px;width: 40px;height: 40px;line-height: 40px;margin: 0 auto 15px;border-radius: 50%;}
.step h3 {margin-bottom: 10px;color: #fff;}
.cta a {display: inline-block;padding: 12px 25px;background: var(--MAINCOLOR3);color: var(--MAINCOLOR2);font-weight: bold;text-decoration: none;border-radius: 20px;transition: background 0.3s ease;margin-top: 30px;transition: transform 0.3s ease, background 0.3s ease;}
.cta a:hover {background: var(--MAINCOLOR);transform: translateY(-5px);}

.nummer32 > div, .nummer35 > div, .nummer38 > div, .nummer311 > div, .nummer182 > div, .nummer172 > div, .nummer162 > div, .nummer203 > div, .nummer192 > div, .nummer222 > div, .nummer152 > div, .nummer142 > div, .nummer212 > div, .nummer52 > div, .nummer55 > div, .nummer58 > div, .nummer292 > div, .nummer303 > div, .nummer304 > div, .nummer233 > div, .nummer234 > div, .nummer272 > div, .nummer274 > div, .nummer252 > div, .nummer262 > div, .nummer282 > div, .nummer242 > div, .nummer62 > div, .nummer92 > div, .nummer102 > div, .nummer63 > div {transition: transform 0.3s ease, background 0.3s ease;position: relative;z-index: 1;padding: 30px;border: 1px solid #f4f4f4;}
.nummer32 > div:nth-child(odd), .nummer38 > div:nth-child(odd), .nummer52 > div:nth-child(odd), .nummer58 > div:nth-child(odd) {background-color: #f4f4f4;}
.nummer35 > div:nth-child(odd), .nummer311 > div:nth-child(odd), .nummer55 > div:nth-child(odd) {background-color: #fff;}
.nummer35 > div:nth-child(even), .nummer311 > div:nth-child(even), .nummer55 > div:nth-child(even) {background-color: #f4f4f4;}
.page3 > div a, .page5 > div a {padding: 9px 18px;text-align: center;text-decoration: none;font-weight: 600;font-size: 14px;display: inline-block;margin-top: 20px;border-radius: 20px;background-color: var(--MAINCOLOR3);color: var(--MAINCOLOR2);transition: transform 0.3s ease, background 0.3s ease;line-height: normal;}
.page3 > div a::before, .page5 > div a::before {font-family: "Font Awesome 6 Pro";content: "\f0a4";font-weight: 700;margin-right: 10px;}
.page3 > div a:hover, .page5 > div a:hover {background-color: var(--MAINCOLOR2);color: var(--MAINCOLOR3);transform: translateY(-5px);}

#sec58, #sec62, #sec68, #sec71, #sec75, #sec81, #sec84, #sec88, #sec92, #sec96, #sec118, #sec124, #sec130, #sec134, #sec137, #sec143, #sec147, #sec151, #sec156, #sec160, #sec164 {background-color: var(--MAINCOLOR2);color: #fff;padding: 30px;}
#sec58 h3, #sec62 h3, #sec68 h3, #sec71 h3, #sec75 h3, #sec81 h3, #sec84 h3, #sec88 h3, #sec92 h3, #sec96 h3, #sec118 h3, #sec124 h3, #sec130 h3, #sec134 h3, #sec137 h3, #sec143 h3, #sec147 h3, #sec151 h3, #sec156 h3, #sec160 h3, #sec164 h3 {color: #fff;}
#sec58 a, #sec62 a, #sec68 a, #sec88 a, #sec134 a, #sec156 a {color: #fff;}
#sec59, #sec63, #sec76, #sec85, #sec93, #sec97, #sec119, #sec125, #sec131, #sec138, #sec148, #sec152, #sec161, #sec163 {background-color: var(--MAINCOLOR3);padding: 30px;}
#sec59 a, #sec63 a, #sec76 a, #sec85 a, #sec93 a, #sec97 a, #sec119 a, #sec125 a, #sec131 a, #sec138 a, #sec148 a, #sec152 a, #sec161 a {color: var(--MAINCOLOR);background-color: var(--MAINCOLOR2);padding: 5px 10px;line-height: normal;text-decoration: none;font-weight: 500;}
#sec59 a:hover, #sec63 a:hover, #sec76 a:hover, #sec85 a:hover, #sec93 a:hover, #sec97 a:hover, #sec119 a:hover, #sec125 a:hover, #sec131 a:hover, #sec138 a:hover, #sec148 a:hover, #sec152 a:hover, #sec161 a:hover {color: var(--MAINCOLOR2);background-color: var(--MAINCOLOR);}

.vocht-tabel {width: 100%;border-collapse: collapse;margin: 20px 0;}
.vocht-tabel thead {background-color: #f5f5f5;}
.vocht-tabel th, .vocht-tabel td {border: 1px solid #ddd;padding: 10px 15px;text-align: left;vertical-align: top;}
.vocht-tabel th {font-size: 16px;}
.vocht-tabel tbody tr:nth-child(even) {background-color: #fafafa;}

#sec165 h3:before, #sec166 h3:before, #sec167 h3:before, #sec168 h3:before, #sec169 h3:before, #sec170 h3:before, #sec171 h3:before, #sec172 h3:before, #sec173 h3:before {content: "";display: block;margin-top: 30px;padding-top: 30px;border-top: 1px solid #eee;}
#sec165 h3:first-of-type:before, #sec166 h3:first-of-type:before, #sec167 h3:first-of-type:before, #sec168 h3:first-of-type:before, #sec169 h3:first-of-type:before, #sec170 h3:first-of-type:before, #sec171 h3:first-of-type:before, #sec172 h3:first-of-type:before, #sec173 h3:first-of-type:before {content: "";display: block;margin-top: 0px;padding-top: 0px;border-top: 0px;}

/*MOZAIEK
***************/
#mozaiek 							{width: 100%;column-gap: 20px;box-sizing: border-box;}
#mozaiek .mozaiek 					{width: 100%;margin: 0 0 20px;break-inside: avoid;}
#mozaiek .mozaiek a 				{display: block;}

/*NIEUWSBALK
*************/
.newsHome							{margin-top:20px;}
.newsHome a 						{text-align:center;font-size:20px;display:block;text-decoration:none;padding:5px;text-transform:uppercase;}
.newsHome a i 						{}
.newsHome a:hover 					{outline:solid 1px #ccc;background-color:#fff;}
#nieuw h3 							{text-transform:uppercase}
.newsTotal 							{float:left;width:60%;margin-left:10%;}

/*NIEUWS
*************/
#nieuws 							{padding-top:30px;}
#newsAll a 							{display:block;padding:10px;text-align:center;background-color:var(--MAINCOLOR2);color:var(--BACKGROUND);text-transform:uppercase;text-decoration:none;font-size:20px;}
			
.nieH2								{text-align:center;margin-bottom:40px;margin-top:40px;}
.newsPicc							{float:left;width:35%;margin-right:5%;}
.newsTekst							{float:left;width:60%;}
.nieImgList							{float:left;width:30%;margin-right:5%;}
.nieTxtList							{float:left;width:65%;}
.nieTxtList a 						{color:var(--MAINCOLOR);font-weight:bold;}
.nieuwsbericht 						{margin-bottom:20px;padding-bottom:20px;}
.nieDatum							{color:var(--MAINCOLOR2);display:inline-block;padding:5px 5px 5px 0px;margin-bottom:10px;font-size:14px;}
.nieTitel							{text-transform:uppercase;font-size:20px;margin-bottom:10px;font-weight:normal;}
.nieTitel a 						{text-decoration:none;display:inline-block;}
.nieTekst 							{margin-top:5px;}
.nieStripe							{height:1px;border-bottom:dotted 1px var(--COLOR);margin:20px 0px 20px 0px;}
.nieFancyZoom a 					{font-size:16px;}

.videoWrapper 						{position: relative;padding-bottom: 56.25%;margin-top: 25px;height: 0;}
.videoWrapper iframe				{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.nieFancyZoom						{text-align:center;margin-top:5px;font-size:12px;display:none;}
.nieFancyZoom a 					{text-decoration:none;}
.Floader							{width:100%;font-size:10px;text-align:center;line-height:12px;padding-top:10px;}
.Floader img 						{width:40px;height:20px;}

.nieBtn								{}
.nieBtn a							{background-color:var(--MAINCOLOR);color:var(--COLOR_ON_MAIN);display:inline-block;border-radius:5px;text-decoration:none;text-transform:uppercase;padding:7px 15px;font-size:13px;margin-top:15px;}
.nieBtn a:hover 					{background-color:var(--MAINCOLOR2);color:var(--COLOR_ON_MAIN);}
.nieSmallPic img 						{width: 100%;object-fit: cover;aspect-ratio: 4/3;}
.nieSmallPic a 						{display: block;}

/*PREVIOUS NEXT
********************/
#usable 							{display:grid;grid-template-columns: repeat(3,1fr);grid-gap: 10px;text-align: center;margin-bottom: 20px;}
#usable a 							{box-sizing:border-box;padding:5px;text-decoration:none;border-radius:5px;background-color: #eee;}
#usable a:hover 					{background-color:#ccc;color:#fff;}

.toTop								{text-align:center;margin:100px 0px 100px 0px;}
.toTop a 							{font-size:60px;color:#999;}
.toTop a:hover 						{color:#000;}

#tabs 								{margin-top:60px;}

/*SOCIAL
********/
.social								{text-align:center;margin:30px 0px 30px 0px;}
.social li 							{list-style:none;list-style-position:inside;margin:0px;display:inline-block;}
.social li a 						{margin-right:10px;font-size:30px;}
.social li a:hover 					{color:var(--MAINCOLOR2);}

/*FOOTER TOP
***********/
#sticky								{padding:30px 0px;color:#fff;background-color:var(--MAINCOLOR2);line-height: 28px;font-size: 14px;}
#footer								{display: flex;justify-content: space-between;}
#footer a 							{color:#fff;}
#fct 								{}
#fct ul 							{margin:0px;list-style-type:none;}
#fct ul li 							{display:inline-block;margin-right:3px;}
#fct ul li:last-child 				{margin-right:0px;}
#fct2 								{margin-left: auto;}
#fct a.tel 							{display:inline-block;}

/*FORMS
********/
.required 							{color: #CC0000;}
.field_heading 						{font-weight: bold;margin-bottom:30px;}
.field_row 							{display:flex;}
.field_title 						{flex:1;}
.field_input 						{flex:2;}
.field_checkbox 					{width:100%;margin-bottom:10px;}
.field_title2 						{width:100%;margin-bottom:10px;}
.field_input2 						{width:100%;margin-bottom:10px;}
input[type='checkbox'] 				{width:auto;}
input[type='radio'] 				{width:auto;}
.textarea							{width:100%;}


.email,.textfield,.textarea,select 	{color:#7c7c7c;background-color:#fff;border:1px solid #d8d8d8;width:100%;box-sizing: border-box;font-family:Work Sans, Arial;font-size:15px;}
.email,.textfield,.textarea			{border-radius: 0;outline: none;padding:8px;margin-bottom:15px;}
.textarea 							{height:150px;}
.field_error						{border:solid 1px #c00;margin-bottom:0px;}

.checkbox_label 					{cursor: pointer;}
.radio_label 						{cursor: pointer;}
.nixhier 							{display:none;}
.submit								{background-color:var(--MAINCOLOR);color:#fff !important;border:none;padding:15px 30px;text-decoration:none;display:inline-block;margin-top:15px;outline: none;appearance: none;-moz-appearance: none;-webkit-appearance: none;font-family:Montserrat, Arial;border-radius: 20px;font-weight: 700;}
.shop_submit,.submit,.action	 	{background-color:var(--MAINCOLOR2);outline:solid 1px var(--MAINCOLOR2);color:var(--white);text-transform:uppercase;border-radius:3px;display: inline-block; font-size: 14px; margin-top: 0px; padding: 10px 15px; text-decoration:none;line-height:normal;}
.shop_submit:hover,
.submit	:hover,
.action:hover 	 					{background-color:#fff;color:var(--MAINCOLOR2);outline:solid 1px var(--MAINCOLOR2);}
a.action:after 						{content:"\f105";font-family: "Font Awesome 6 Pro";padding-left:7px;}

.gdpr								{font-size:10px;line-height: normal;}

.editImgContainer 					{position:absolute;z-index:1000;display:flex;}
a.editImg,div.editImg 				{opacity:0;transition: opacity 0.1s ease-in-out;background-color:#336699;padding:10px;color:#fff;display:inline-block !important}
.editImgContainer:hover .editImg  	{opacity: 1;}
.imgPosi 							{width:105px;position:absolute;margin-top:30px;padding:0px 0px 10px 0px !important;}