@import "reset.css";
@import "cols.css";
@import url('https://fonts.googleapis.com/css2?family=Mozilla+Text:wght@200..700&display=swap');

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

:root 								{
									--BACKGROUND: #fff;
									--COLOR: #4B4B4B;
									--MAINCOLOR: #656b70;
									--MAINCOLOR2: #C38E4A;
									--COLOR_ON_MAIN: #fff;
									--RED: #c00;
									--MNU_KLEUR:#fff;
									--MNU_KLEUR_HOVER:#00365C;
									--MNU_KLEUR_DONKER:#B5B5B5;
									}

html								{	-webkit-text-size-adjust: none;	}
body 								{background-color:var(--BACKGROUND);color:var(--COLOR);font-family:"Mozilla Text", 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(--MNU_KLEUR_HOVER);}
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(--MNU_KLEUR_HOVER);font-size:30px;line-height:normal;font-weight:700;margin-bottom:30px;}
h2 									{color:var(--MAINCOLOR2);font-size:24px;line-height:normal;font-weight:700;margin-bottom: 20px;}
h3 									{color:var(--MAINCOLOR);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;}

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

/*HEADER
******************/
#top 								{background-color:#fff;z-index: 99;width: 100%;top: 0;left: 0;padding: 0 0 20px 0;transition: all 0.3s ease;}
#header 							{width:100%;display: flex;align-items: center;justify-content: space-between;}
#logo img							{width: 260px;transition: width 0.3s ease;}
#top.shrink {padding: 10px 0;position: fixed;box-shadow: 0 3px 45px rgb(0 0 0 / 15%);}
#top.shrink #logo img {width: 180px;}
#afspraak {display: none;margin-left: auto;}
#afspraak a {background-color: var(--MAINCOLOR2);color: #fff;padding: 15px;text-decoration: none;font-size: 14px;font-weight: 700;text-align: center;border-radius: 20px;}

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

#intro {line-height: 30px;}
#sec1 {display: flex;align-items: center;justify-content: center;flex-direction: column;position: relative;overflow: hidden;}
#sec1::before {content: "\e289";font-family: "Font Awesome 6 Pro";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 600px;color: rgba(0,0,0,0.03);z-index: -1;}
#sec1 strong {font-size: 20px;}

.dienst {background-color: #f4f4f4;display: flex;flex-direction: column;}
.dienst .txt {padding: 25px;}
.dienst .image {}
.dienst img {width: 100%;height: 100%;object-fit: cover;aspect-ratio: 4/3;}
/*.dienst:nth-child(even),.dienst2:nth-child(odd) {background-color: var(--MAINCOLOR2);padding: 20px;color: #fff;}
.dienst:nth-child(even) h2, .dienst2:nth-child(odd) h2 {color: #fff;}*/
.txt a {margin-top: 30px;background-color: var(--MNU_KLEUR_HOVER);color: #fff;text-decoration: none;padding: 12px 24px;line-height: normal;display: block;text-align: center;}
.txt a:hover {background-color: #fff;color: var(--MAINCOLOR);}
.txt a::after {content:"\f178";font-family: "Font Awesome 6 Pro";padding-left: 10px;line-height: normal;}

.usp-list{list-style: none;margin: 0;padding: 0;display: grid;grid-template-columns: repeat(6, minmax(0, 1fr));gap: 15px;}
.usp-list li{display: flex;gap: 25px;flex-direction: column;text-align: center;align-items: center;font-weight: 500;}
.usp-list i {font-size: 24px;line-height: 1;color: var(--MAINCOLOR2);position: relative;isolation: isolate;}
.usp-list i::after{content: "";position: absolute;inset: -12px;border-radius: 50%;background: currentColor;opacity: .08;z-index: -1;}
.usp-list span{line-height: 1.5;}

#sec154 a::after, #sec193 a::after {content:"\f178";font-family: "Font Awesome 6 Pro";padding-left: 10px;line-height: normal;}

#color {background-color: var(--MNU_KLEUR_HOVER);color: #fff;line-height: 30px;padding: 80px 0;}
#color h3 {color: #fff;}

#sec12 a {margin-top: 30px;background-color: var(--MNU_KLEUR_HOVER);color: #fff;text-decoration: none;padding: 12px 24px;line-height: normal;text-align: center;}
#sec12 a::after {content:"\f178";font-family: "Font Awesome 6 Pro";padding-left: 10px;line-height: normal;}
#sec12 a:hover {background-color: var(--MAINCOLOR2);color: #fff;}

#sec62, #sec63, #sec64, #sec65, #sec66, #sec67, #sec68, #sec69, #sec70, #sec78, #sec83, #sec87, #sec92, #sec97, #sec104, #sec105, #sec110, #sec114, #sec116, #sec117, #sec122, #sec127, #sec129, #sec132, #sec134, #sec137, #sec138, #sec139, #sec140, #sec144, #sec145, #sec146, #sec147, #sec148, #sec149, #sec157, #sec158, #sec163, #sec164, #sec169, #sec170, #sec175, #sec180, #sec181, #sec182, #sec187, #sec188, #sec195, #sec196, #sec197, #sec198, #sec199, #sec200, #sec204, #sec210, #sec215, #sec224, #sec229, #sec230, #sec231, #sec244, #sec246, #sec254, #sec257, #sec258, #sec259, #sec260, #sec262, #sec263, #sec268, #sec269, #sec270, #sec271, #sec275, #sec276, #sec277, #sec278, #sec285, #sec288, #sec289, #sec294, #sec295, #sec296, #sec220, #sec221 {background-color: #f4f4f4;padding: 25px;}

#sec128, #sec130, #sec131, #sec133 {background-color: var(--MNU_KLEUR_HOVER);padding: 25px;color: #fff;}

#sec128 h3, #sec130 h3, #sec131 h3, #sec133 h3 {color: #fff;}

#sec62 a, #sec63 a, #sec64 a, #sec65 a, #sec66 a, #sec67 a, #sec68 a, #sec69 a, #sec70 a, #sec144 a, #sec145 a, #sec146 a, #sec147 a, #sec148 a, #sec149 a, #sec195 a, #sec196 a, #sec197 a, #sec198 a, #sec199 a, #sec200 a, #sec229 a, #sec230 a, #sec231 a, #sec262 a, #sec263 a, #sec294 a, #sec295 a, #sec296 a {font-size: 18px;}

#sec71, #sec81, #sec86, #sec90, #sec95, #sec101, #sec108, #sec113, #sec120, #sec125, #sec136, #sec142, #sec150, #sec155, #sec161, #sec167, #sec173, #sec178, #sec185, #sec191, #sec202, #sec207, #sec213, #sec218, #sec222, #sec227, #sec235, #sec243, #sec249, #sec253, #sec265, #sec273, #sec280, #sec283, #sec290, #sec75 {background-color: var(--MNU_KLEUR_HOVER);color: #fff;line-height: 30px;padding: 60px 30px;}

#sec71 h3, #sec81 h3, #sec86 h3, #sec90 h3, #sec95 h3, #sec101 h3, #sec108 h3, #sec113 h3, #sec120 h3, #sec125 h3, #sec136 h3, #sec142 h3, #sec150 h3, #sec155 h3, #sec161 h3, #sec167 h3, #sec173 h3, #sec178 h3, #sec185 h3, #sec191 h3, #sec202 h3, #sec207 h3, #sec213 h3, #sec218 h3, #sec222 h3, #sec227 h3, #sec235 h3, #sec243 h3, #sec249 h3, #sec253 h3, #sec273 h3, #sec280 h3, #sec283 h3, #sec290 h3, #sec75 h3 {color: #fff;}

#sec71 a {margin-top: 30px;background-color: #fff;color: var(--MAINCOLOR2);text-decoration: none;padding: 12px 24px;line-height: normal;text-align: center;}

#sec71 a::after {content:"\f178";font-family: "Font Awesome 6 Pro";padding-left: 10px;line-height: normal;}

#sec81 a, #sec86 a, #sec90 a, #sec95 a, #sec101 a, #sec108 a, #sec113 a, #sec120 a, #sec125 a, #sec136 a, #sec142 a, #sec155 a, #sec161 a, #sec167 a, #sec173 a, #sec178 a, #sec185 a, #sec191 a, #sec202 a, #sec207 a, #sec213 a, #sec218 a, #sec222 a, #sec227 a, #sec235 a, #sec243 a, #sec249 a, #sec253 a, #sec273 a, #sec280 a, #sec283 a, #sec290 a, #sec75 a {color: var(--MAINCOLOR2);}

#main ul {list-style-type: none;margin-left: 0px;}
#main ul li::before {font-family: "Font Awesome 6 Pro";content: "\e289";font-weight: 700;margin-right: 10px;color: var(--MAINCOLOR2);}

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

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

/*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:"Mozilla Text", 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								{border:none;outline: none;appearance: none;-moz-appearance: none;-webkit-appearance: none;font-family:"Mozilla Text", Arial;font-size:18px;border-radius: 20px;background-color: var(--MNU_KLEUR_HOVER);color: #fff;text-decoration: none;padding: 12px 24px;line-height: normal;display: block;text-align: center;font-weight: 700;}
.submit:hover {background-color: var(--MAINCOLOR2);color:#fff;}
.submit::after {content:"\f178";font-family: "Font Awesome 6 Pro";padding-left: 10px;line-height: normal;}

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