@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');

/*
maincolors:
BACKGROUND:#fff
COLOR:#000
MAINCOLOR:#000
MAINCOLOR2:#c00
COLOR_ON_MAIN:#fff;
*/

:root 								{
									--BACKGROUND: #fff;
									--COLOR: #111827;
									--MAINCOLOR: #0A3D62;
									--MAINCOLOR2: #2C2C2C;
									--COLOR_ON_MAIN: #fff;
									--RED: #c00;
									--MNU_KLEUR:#111827;
									--MNU_KLEUR_HOVER:#1E3A8A;
									--MNU_KLEUR_DONKER:#000;
									}

html								{	-webkit-text-size-adjust: none;	}
body 								{background-color:var(--BACKGROUND);color:var(--COLOR);font-family:Montserrat, Arial;font-size:16px;}
body, html 							{height: 100%;}
.clearfix:after 					{ content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear 								{clear:both;}
a 									{color:var(--COLOR);}
a:hover 							{color:var(--MAINCOLOR2);}
a.tel 								{text-decoration:none;display:block;}
b,strong 							{font-weight:bold;}

#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(--MAINCOLOR);font-size:28px;line-height:normal;font-weight:800;margin-bottom: 30px;}
h2 									{color:var(--COLOR);font-size:24px;line-height:normal;font-weight:700;margin-bottom: 20px;}
h3 									{color: #1E3A8A;font-size:20px;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;}

#loader {position:fixed; inset:0;background: linear-gradient(135deg, rgba(240,244,255,0.9) 0%, rgba(229,236,250,0.9) 100%);display:flex; align-items:center; justify-content:center;z-index:9999;animation: loaderFadeOut 1s ease forwards;animation-delay: 2s;}
.logo-anim {width:300px; display:block;clip-path: inset(100% 0 0 0);opacity:0; transform: scale(.9);will-change: clip-path, opacity, transform;animation:revealUp 1.2s ease-out forwards, zoomIn .9s  ease-out .2s forwards;}

@keyframes revealUp{
  to { clip-path: inset(0 0 0 0); }
}
@keyframes zoomIn{
  to { opacity:1; transform: scale(1); }
}
@keyframes loaderFadeOut{
  to { opacity:0; visibility:hidden; }
}

/*HEADER MOB
**************/
#navMobMenu 						{display:none;}
#navMob,#searchMob,
#loginLnksmob,#languagesMob 		{background-color:var(--BACKGROUND);display:none;}

/*HEADER
******************/
#top {position: sticky;top: 0px;left: 0px;width: 100%;z-index: 99;background:#fff;background-size: cover;box-shadow: 0 3px 45px rgb(0 0 0 / 15%);transition: all .4s ease;padding: 20px 0;}
#top.hide {top: -122px;}
#header {width:100%;display: flex;align-items: center;justify-content: space-between;}
#logo {position: relative;display: inline-block;}
#logo .main-logo {width: 120px;}
#logo .anniversary {width: 50px;position: absolute;bottom: 0px;right: -60px;}


#buttons {text-align: right;margin-bottom: 25px;}
#buttons ul {list-style-type: none;margin: 0;}
#buttons ul li {display: inline-block;}
#buttons ul li a {color: var(--MAINCOLOR);text-decoration: none;font-size: 14px;font-weight: 700;display: block;margin-right: 20px;}
#buttons ul li a:hover {color: #0A58CA;}
#buttons ul li:last-child a {margin-right: 0px;}
.afspraak {margin-right: 0 !important;padding: 10px;background-color: #1E3A8A;color: #fff !important;border-radius: 20px;}
.afspraak:hover {background-color: #0A58CA;color: #fff !important;}

.nav-vacatures {position: relative;display: inline-block;padding-right: 1.2em;}

.badge-count {position: absolute;top: -15px;right: 5px;background: #6B7280;color: #fff;font-size: 0.75rem;font-weight: 600;border-radius: 50%;padding: 0.25em 0.5em;line-height: 1;min-width: 1.2em;text-align: center;}

#banner {width: 100%;display: flex;height: 700px;}
#inleiding {width: 50%;display: flex;justify-content: center;flex-direction: column;padding: 80px;}
#pic {width: 50%;background: url(../images/bg.webp) no-repeat bottom center;background-size: cover;}
.inleiding {line-height: 28px;margin-bottom: 20px;}

#bg {background: url(../images/bg.jpg) no-repeat center center var(--MAINCOLOR);background-size: cover;height: 80vh;width: 100%;display: flex;align-items: center;justify-content: center;color: #fff;text-align: center;flex-direction: column;}
.overlay {line-height: 28px;font-size: 18px;}
.overlay h1 {color: #fff;}
.buttons {display: flex;align-items: center;justify-content: center;column-gap: 20px;margin-top: 40px;}
.buttons a {display: block;background-color: var(--MAINCOLOR);color: #fff;padding: 15px 30px;line-height: normal;text-decoration: none;font-size: 16px;}
.buttons a:last-child {background-color: transparent;color: #fff;border: 1px solid var(--MAINCOLOR);}

.intro {padding: 60px 0;line-height: 28px;text-align: center;}
.usp {background: #f9fafb;padding: 60px 0;line-height: 28px;}
.usp-card {background: #fff;border-radius: 16px;padding: 2rem 1.5rem 1.5rem;text-align: center;box-shadow: 0 4px 14px rgba(0,0,0,0.05);transition: transform .2s ease, box-shadow .2s ease;position: relative;}
.usp-card:hover {transform: translateY(-4px);box-shadow: 0 8px 24px rgba(0,0,0,0.08);}
.usp-card::before {font-family: "Font Awesome 6 Pro";font-weight: 900;font-size: 2.2rem;color: #1E3A8A;display: block;margin-bottom: 1rem;}
.usp-proactief::before {content: "\f0eb";}
.usp-kwaliteit::before {content: "\f005";}
.usp-betrokken::before {content: "\f2b5";}

.secties {padding: 60px 0;}
.secties-head {text-align:center; margin-bottom: 1.25rem;}
.secties-head p {color:#6B7280; margin:0;}

.sector-card {position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio: 16/9;padding:1rem;border-radius:18px;overflow:hidden;text-decoration:none;color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.08);isolation:isolate;transition: transform .25s ease, box-shadow .25s ease;}
.sector-card .overlay {position:absolute; inset:0; z-index:-1;background:linear-gradient(180deg, rgba(10,17,40,.25) 0%, rgba(10,17,40,.55) 100%);}
.sector-card h3 {margin:0 0 .6rem; text-align:center;font-size:1.25rem; line-height:1.3;text-shadow:0 2px 8px rgba(0,0,0,.35);color: #fff;}
.btn-mini {display:inline-block;background:#2563EB;border:1px solid #2563EB;padding:.45rem .9rem;border-radius:10px;font-weight:700;color:#fff;transition: all .2s ease;}
.btn-mini:hover {background:#1D4ED8;border-color:#1D4ED8;color:#fff;}
.sector-card:hover{transform: translateY(-4px);box-shadow:0 14px 30px rgba(0,0,0,.15);}
.sector-card:hover .btn-mini{background:#1D4ED8; border-color:#1D4ED8;}

.item img {object-fit: cover;aspect-ratio: 1/1;margin-bottom: 30px;object-position: top;}
.teamholder {line-height: 24px;}
.teamholder h2 {margin-bottom: 10px;}
.teaFunctie {margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #eee;}
.teamholder strong {color: #215e99;}
.teamholder a {text-decoration: underline;}

.vacature-grid {}
.vacature-card {background:#fff;border:1px solid #eee;border-radius:18px;box-shadow:0 4px 18px rgba(0,0,0,.05);padding:1.25rem 1.25rem 1rem;transition:transform .2s ease, box-shadow .2s ease;}
.vacature-card:hover {transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.08);}
.vacature-card h2 {margin: 15px 0 20px 0;}

.badge {background:#2563EB;color:#fff;border-radius:999px;padding:.25rem .6rem;font-size:.8rem;}
.cta {display:flex;gap:.6rem;align-items:center;}
.btn {display:inline-flex;align-items:center;justify-content:center;border-radius:12px;text-decoration: none;padding:.6rem .9rem;font-weight:600;border:1px solid #dcdfe5;margin-top: 20px;}
.btn-primary {background:#2563EB;border-color:#2563EB;color:#fff;}
.btn-primary:hover {color:#fff;}
.btn-ghost {background:#fff;color:#2563EB;}
.btn:hover {filter:brightness(0.98);}

#sec3 > ul {list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px;}
#sec5 > ul, #sec10 > ul {list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(4, 1fr);gap: 20px;}
#sec3 > ul > li, #sec5 > ul > li, #sec10 > ul > li {background: #f8f8f8;padding: 25px;border-radius: 8px;display: block;}
#sec3 > ul > li strong, #sec3 > ul > li strong a, #sec3 > ul > li > a strong, #sec3 > ul > li > a {color: #1E3A8A;font-size: 18px;font-weight: 600;text-decoration: none;display: block;margin-bottom: 10px;}
#sec5 > ul > li strong, #sec5 > ul > li strong a, #sec5 > ul > li > a strong, #sec5 > ul > li > a {color: #1E3A8A;font-size: 18px;font-weight: 600;text-decoration: none;display: block;margin-bottom: 10px;}
#sec10 > ul > li strong, #sec10 > ul > li strong a, #sec10 > ul > li > a strong, #sec10 > ul > li > a {color: #1E3A8A;font-size: 18px;font-weight: 600;text-decoration: none;display: block;margin-bottom: 10px;}
#sec3 > ul > li a:hover, #sec5 > ul > li a:hover, #sec10 > ul > li a:hover {text-decoration: underline;}
#sec3 > ul > li > ul, #sec5 > ul > li > ul, #sec10 > ul > li > ul {list-style: none;padding: 0;margin: 0;}
/*#sec3 > ul > li > ul > li {margin-bottom: 6px;}*/

#solliciteer {margin-top: 40px;padding-top: 40px;border-top: 1px solid #eee;}

/*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;}

.slideSections 						{background-color:#f6f6f6;}

/*SLIDESHOW
**********/
.slideshow 							{position:relative;}

/*SEARCH
*********/
#search  							{text-align:center;}
#search input,#searchMob input		{padding:5px;vertical-align:middle;}
#search a.search_submit,#searchMob a.search_submit{background-color:var(--MAINCOLOR);color:var(--COLOR_ON_MAIN);padding:7px;text-decoration:none;display:inline-block;border:solid 1px var(--MAINCOLOR);text-transform:uppercase;vertical-align:middle;}
#search a.search_submit:hover,#searchMob a.search_submit:hover {background-color:var(--COLOR_ON_MAIN);color:var(--MAINCOLOR);}

/*HOMESLIDER
***********/
#hmTxt								{position:absolute;width:auto;top:20px;margin-right:20px;z-index:5;display:inline-block;float:right;right:0px;min-width:300px;}
#hmTxtIn							{text-align:right;padding:10px;line-height:normal;color:var(--BACKGROUND);}
#hmTxtIn span.txt1 					{font-size:40px;text-shadow: 1px 1px var(--COLOR);text-transform:uppercase;}
#hmTxtIn span.txt2 					{font-size:14px;line-height:14px;}
#hmTxtBack							{position:absolute;width:100%;height:100%;background-color:var(--COLOR);z-index:-1;opacity:0.50;display:inline-block;left:0px;}
#hmTxtIn a 							{color:var(--COLOR);text-decoration:none;font-size:15px;background-color:var(--BACKGROUND);padding:5px;text-shadow:none;text-transform:uppercase;display:inline-block;margin-top:15px;}

/*MAIN CONTENT
*********************************/
#main{width:100%;padding: 60px 0;line-height:28px;}

.grid-6 							{display: grid;grid-gap: 20px;grid-template-columns: repeat(6,1fr);}
.grid-5 							{display: grid;grid-gap: 20px;grid-template-columns: repeat(5,1fr);}
.grid-4 							{display: grid;grid-gap: 20px;grid-template-columns: repeat(4,1fr);}
.grid-3 							{display: grid;grid-gap: 20px;grid-template-columns: repeat(3,1fr);}
.grid-2 							{display: grid;grid-gap: 20px;grid-template-columns: repeat(2,1fr);}
.sectiongrid						{margin:0px 0px 60px 0px;}
.sectiongrid:last-child				{margin:0px;}

/*CONTENT BLOCK
*******************/
#contenthome						{}
#content							{width:100%;}

/*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:#111827;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:Montserrat, 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;}
.shop_submit,.submit,.action	 	{background-color:var(--MAINCOLOR);color:var(--BACKGROUND);border-radius: 20px;display: inline-block; margin-top: 0px; padding: 10px 15px; text-decoration:none;line-height:normal;font-family: Montserrat;font-weight: 700;}
.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;}