@import "reset.css";
@import "cols.css";
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;500;600;700;800;900&display=swap');

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

:root 					{
						--BACKGROUND: #fff;
						--COLOR: #000d2e;
						--MAINCOLOR: #000d7e;
						--MAINCOLOR2: #8EACCD;
						--COLOR_ON_MAIN: #fff;
						--PASTEL: #F9F3CC;
						--MNU_KLEUR:#000d7e;
						--MNU_KLEUR_HOVER:#8EACCD;
						--MNU_KLEUR_DONKER:#000;
						}

html					{	-webkit-text-size-adjust: none;	}
body 					{background-color:var(--BACKGROUND);color:var(--COLOR);font-family:Merriweather, 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(--MAINCOLOR);}
a:hover 				{color:var(--MAINCOLOR2);}
a.action 				{display:inline-block;background-color:var(--MAINCOLOR);border:solid 1px #000;color:var(--COLOR_ON_MAIN);padding:5px 10px 5px 10px;text-decoration:none;border-radius:7px;box-sizing:border-box;}
a.action:after 			{content:"\f105";font-family: "Font Awesome 5 Free"; font-weight: 900;padding-left:7px;}
a.action:hover 			{background-color:#fff;color:#000;border:solid 1px #000;}
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;}
/*ACTION BUTTON
**************/
.action 				{text-transform:uppercase;background-color:#343434;color:#fff;border:0px solid #d8d8d8;display: inline-block; font-family: Montserrat,arial; font-size: 14px; margin-top: 20px; padding: 10px 15px; text-decoration:none;line-height:normal;}
.action:hover 			{color:#fff;background-color:#9cc390}

/*PAGE_TITEL
**************/
h1 {color:var(--MAINCOLOR);font-size:34px;line-height:normal;font-weight:700;margin-bottom: 40px;}
h2 {color:var(--MAINCOLOR2);font-size:24px;line-height:normal;font-weight:600;margin-bottom: 30px;position: relative;padding-bottom: 15px;}
h2:before {position: absolute;bottom: 0;height: 1px;left: 0;width: 100%;content: '';z-index: 2;background-color: var(--MAINCOLOR2);}
h2:after {position: absolute;bottom: 0;height: 3px;left: 0;width: 32px;content: '';z-index: 3;transition: all ease 0.3s;background-color: var(--MAINCOLOR2);}
h3 {color:var(--COLOR);font-size:18px;line-height:normal;font-weight:600;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:var(--PASTEL);padding: 20px 0;z-index: 99;width: 100%;top: 0;left: 0;}
#header 				{width:100%;display: flex;align-items: center;justify-content: space-between;}
#logo img				{width: 250px;}
#languages 				{margin-left: 10px;}
#languages ul 			{list-style-type:none;margin: 0;}
#languages ul li{display:inline-block}
#languages ul li a {color:var(--BACKGROUND);padding:5px;text-decoration:none;text-transform:uppercase;font-size:11px;display:inline-block;}
#languages ul li a.lcurrent {background-color:var(--MAINCOLOR2);color:var(--BACKGROUND);}
#languages ul li a:hover {background-color:var(--MAINCOLOR2);color:var(--BACKGROUND);}

#buttons {text-align: right;margin-bottom: 10px;}
#buttons ul {list-style-type: none;margin: 0;}
#buttons ul li {display: inline-block;}
#buttons ul li a {text-decoration: none;font-size: 14px;font-weight: 700;display: block;margin-right: 20px;color: var(--MAINCOLOR);}

#banner {width: 100%;display: flex;height: 700px;background: url(../images/home.jpg) no-repeat center right;background-size: cover;}
#inleiding {width: 100%;display: flex;justify-content: center;flex-direction: column;padding: 5%;color: #fff;}
#inleiding a {color: #fff;}
#inleiding strong {color: #fff;}
#inleiding h1 {color: #fff;}
#inleiding h1:before {content: "";height: 0;}
#inleiding h1:after {content: "";height: 0;}
#pic {width: 50%;background: url(../images/home.jpg) no-repeat center right;background-size: cover;}
.inleiding {font-size: 18px;line-height: 30px;width: 50%;background: rgba(142,172,205,0.5);padding: 50px;border-radius: 20px;}
.btn {background-color: #var(--COLOR);padding: 18px 0;color: #fff;text-transform: uppercase;width: 220px;text-align: center;text-decoration: none;font-weight: 500;font-size: 16px;}
.btn:hover {background-color: #fff;color: #var(--COLOR);}

.plaats a, #sec4 a, #sec55 a, .boek {color:var(--PASTEL) !important;background-color:var(--MNU_KLEUR_HOVER);display: inline-block;line-height: normal;padding: 15px 30px;border-radius: 20px;text-decoration: none;}
.plaats a, .boek, #sec4 a, #sec55 a {margin-top: 10px;}

#title {height: 400px;margin-bottom: 60px;border-radius: 20px;}
#title h1 {color: #fff;width: 100%;border-radius: 20px;text-align: center;height: 100%;margin: 0;display: flex;align-items: center;justify-content: center;text-shadow: 1px 1px 3px rgba(0,0,0,0.5);}
.page3 {background: url(../images/acupunctuur.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page5 {background: url(../images/hoe.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page9 {background: url(../images/burnout.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page10 {background: url(../images/electro.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page11 {background: url(../images/chro.jpg) no-repeat center bottom rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page12 {background: url(../images/hoofdpijn.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page13 {background: url(../images/rugpijn.jpg) no-repeat center bottom rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page14 {background: url(../images/nekpijn.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page15 {background: url(../images/poly.jpg) no-repeat center bottom rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page16 {background: url(../images/whiplash.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page17 {background: url(../images/hooikoorts.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page18 {background: url(../images/kinderwens.jpg) no-repeat center top rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page19 {background: url(../images/bevalling.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page20 {background: url(../images/bevalling.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page21 {background: url(../images/menopauze.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page22 {background: url(../images/pre.jpg) no-repeat center bottom rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page23 {background: url(../images/psy.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page24 {background: url(../images/rookstop.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page25 {background: url(../images/sinusitis.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page26 {background: url(../images/stem.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page27 {background: url(../images/stress.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page28 {background: url(../images/tennis.jpg) no-repeat center center rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;}
.page29 {background: url(../images/vermoeidheid.jpg) no-repeat center bottom rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;background-position: 100% 80%;}
.page31 {background: url(../images/overgewicht.jpg) no-repeat center bottom rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;background-position: 100% 80%;}
.page32 {background: url(../images/kinderen.jpg) no-repeat center bottom rgba(142,172,205,0.5);background-blend-mode: soft-light;background-size: cover;background-position: 100% 80%;}

.linkje a {color: #fff;width: 100%;border-radius: 20px;text-align: center;height: 100%;margin: 0;display: flex;align-items: center;justify-content: center;text-decoration: none;font-size: 18px;font-weight: 700;padding: 100px 0;text-shadow: 1px 1px 3px rgba(0,0,0,0.5);}

#sec62 img, #sec63 img {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;}

/*IMAGES FIT
******************/
img.cover 				{object-fit:cover;}
img.coverT 				{object-fit:cover;object-position:left top;}
img.coverB 				{object-fit:cover;object-position:left bottom;}
img.contain 			{object-fit:contain;}

.slideSections 			{background-color:#f6f6f6;}

/*SLIDESHOW
**********/
.slideshow 				{border-bottom:solid 10px #eee;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: 80px 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 80px 0px;}
#main .sectiongrid:last-child {margin-bottom: 0;}

/*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					{color: var(--MAINCOLOR);background-color: var(--PASTEL);line-height: 28px;font-size: 14px;}
#footer					{padding: 30px 0px;}
#footer	.grid-3 		{display: grid;grid-gap: 20px;grid-template-columns: repeat(3,1fr);}
#footer a 				{color: var(--MAINCOLOR);}
#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;}
#fct3 {text-align: center;font-size: 13px;background-color: var(--MAINCOLOR);color: #fff;padding: 15px 0;}
#fct3 a {color: #fff;}

/*FORMS
********/
.required 							{color: #CC0000;}
.field_heading 						{font-weight: bold;padding-top: 10px;}
.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:var(--COLOR_ON_MAIN);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:Work Sans, Arial;font-size:15px;border-radius: 20px;}
.gdpr					{font-size:10px;line-height: normal;}

