@import "reset.min.css";

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

:root{
                                    --BACKGROUND:#ffffff;
                                    --COLOR:#333334;
                                    --MAINCOLOR:#48b1c7;
                                    --MAINCOLOR2:#19c37d;
                                    --COLOR_ON_MAIN:#ffffff;
                                    --RED:#c00;
                                    --MNU_KLEUR:#333334;
                                    --MNU_KLEUR_HOVER:#fff;
                                    --MNU_KLEUR_DONKER:#48b1c7;
                                    --BUTTON_GREEN:#19c37d;
                                    --BUTTON_GREEN_HOVER:#14ad6f;
}

html								{	-webkit-text-size-adjust: none;	}
body 								{background-color:var(--BACKGROUND);color:var(--COLOR);font-family:'DM Sans', 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;}
.wrapper3 							{max-width: 860px;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(--COLOR);font-size:30px;line-height:normal;font-weight:900;margin-bottom:20px;}
h2 									{color:var(--COLOR);font-size:24px;line-height:normal;font-weight:800;margin-bottom:20px;}
h3 									{color:var(--COLOR);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:var(--BACKGROUND);padding:15px 0;z-index:99;width:100%;top:0;left:0;position: sticky;box-shadow:0 2px 8px rgba(0,0,0,0.04);}
#header {width:100%;display:flex;align-items:center;justify-content:space-between;}
#logo img {width:250px;}

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

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

.hero {position:relative;background:url('../images/hero-medical.jpg') center/cover no-repeat;padding:120px 0;}
.hero-overlay {position:absolute;inset:0;background:rgba(10,40,60,0.65);}
.hero-content {position:relative;max-width:600px;color:#fff;}
.hero-badge {display:inline-block;background:rgba(255,255,255,0.1);color:#fff;padding:6px 12px;border-radius:20px;font-size:14px;margin-bottom:15px;}
.hero h1 {font-size:56px;line-height:1.1;margin:0 0 15px;color: #fff;}
.hero h1 span {color:var(--MAINCOLOR);}
.hero p {font-size:18px;margin-bottom:25px;color:#e0e0e0;}
.hero-buttons {display:flex;gap:15px;}
.btn-shop {background:var(--MAINCOLOR2);color:#fff;padding:12px 22px;border-radius:8px;font-weight:600;display:inline-flex;align-items:center;gap:8px;text-decoration:none;}
.btn-shop:hover {background:#14ad6f;color: #fff;}

.nieuws-banner {background:#53c1d4;padding:30px 0;text-align:center;position:relative;overflow:hidden;color: #fff;}
.nieuws-banner h2 {color: #fff;}

.cta-section {background:#f6f8f9;padding:80px 0;text-align:center}
.cta-icon {font-size:32px;color:#58b7c4;margin-bottom:15px}
.cta-section h2 {font-size:28px;margin-bottom:15px}
.cta-section p {margin:0 auto 25px;line-height:1.6}
.btn-primary {display:inline-block;background:var(--MAINCOLOR);color:#fff;padding:12px 24px;border-radius:6px;text-decoration:none;font-weight:500}
.btn-primary:hover {background:var(--MAINCOLOR2);color:#fff;}

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

.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: 40px;grid-template-columns: repeat(3,1fr);}
.grid-2 							{display: grid;grid-gap: 40px;grid-template-columns: repeat(2,1fr);}
.why .grid-4 						{display: grid;grid-gap: 20px;grid-template-columns: repeat(4,1fr);}
.sectiongrid						{margin:0px 0px 70px 0px;}
.sectiongrid:last-child				{margin:0px;}

.sub {margin-bottom: 40px;}

.why {padding:70px 0;background:#f6f8f9;}
.why-card {background:#ffffff;border:1px solid #e2e8ec;border-radius:12px;padding:25px;transition:0.2s;display:flex;flex-direction:column;}
.why-card:hover {transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,0.05);}
.why-card .icon {width:48px;height:48px;border-radius:10px;background:#eaf4f8;display:flex;align-items:center;justify-content:center;color:var(--MAINCOLOR);font-size:20px;margin-bottom:15px;}
.why-card h3 {font-size:18px;margin-bottom:10px;color:#2f2f2f;}
.why-card p {font-size:15px;color:#6f7f89;line-height:1.6;flex-grow:1;}
.btn {display:inline-flex;align-items:center;justify-content:center;background:var(--MAINCOLOR2);color:#fff;padding:10px 16px;border-radius:6px;font-size:14px;text-decoration:none;width:auto;font-weight: 600;margin-top:20px;}
.btn:hover {background:#14ad6f;}
.btn.light {background:#fff;color:#6f7f89;border:1px solid #dcdcdc;}

.cards-section{padding:70px 0}
.card-simple{background:#eef3f5;border:1px solid #d9e1e5;border-radius:12px;padding:25px;display:block;text-decoration:none;color:#222}
.card-simple:hover{box-shadow:0 10px 25px rgba(0,0,0,0.05);transform:translateY(-3px);}
.card-simple .icon{font-size:28px;color:var(--MAINCOLOR);margin-bottom:15px}
.card-simple img{width:100%;border-radius:10px;margin-bottom:15px}
.card-simple h3{margin:0 0 10px}
.card-simple p{margin:0 0 20px;line-height: normal;color:#666}
.card-simple .link{color:var(--MAINCOLOR);font-weight:500;display:inline-flex;gap:6px;align-items:center}

.gamma-overzicht {}
.gamma-layout {display:grid;grid-template-columns:300px 1fr;gap:50px;align-items:start;}
.gamma-layout > * {min-width:0;}
.gamma-links {display:flex;flex-direction:column;gap:8px;}
.gamma-link {display:block;padding:10px 16px;border-radius:8px;color:#2f2f2f;text-decoration:none;font-size:15px;line-height:1.4;transition:0.2s;background: #f2f7f9;}
.gamma-link:hover {background:#f2f7f9;color:var(--MAINCOLOR);}
.gamma-link.active {background:#58bfd2;color:#fff;font-weight:600;}
.gamma-rechts h1 {margin:0 0 20px;color:#1f2b37;font-size:26px;line-height:1.2;}
.gamma-tekst {color:#4f6473;font-size:15px;line-height:1.8;}
/*.gamma-tekst table {width:100%;border-collapse:separate;border-spacing:0;border:1px solid #d8e2e8;border-radius:10px;overflow:hidden;background:#fff;margin-top:20px;}
.gamma-tekst thead {background:#eef6f8;}
.gamma-tekst th {padding:15px 18px;text-align:left;color:#1f2b37;font-size:15px;font-weight:700;border-bottom:1px solid #d8e2e8;}
.gamma-tekst td {padding:16px 18px;color:#4f6473;font-size:15px;border-bottom:1px solid #edf2f5;vertical-align:middle;}
.gamma-tekst tr:last-child td {border-bottom:none;}
.gamma-tekst td:last-child,.gamma-tekst th:last-child {text-align:right;}*/
.gamma-tekst h2,.gamma-tekst h3,.gamma-tekst h4 {color:#1f2b37;margin:0 0 15px;}
.gamma-tekst p {margin:0 0 15px;}
.gamma-tekst ul {margin:0 0 15px 20px;padding:0;}
.gamma-tekst img {max-width:100%;height:auto;border-radius:10px;}

.product-table {width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e2e8ec;border-radius:10px;overflow:hidden;font-size:14px;background:#fff;}
.product-table thead {background:#eef4f7;}
.product-table th {text-align:left;padding:14px 18px;color:#2f2f2f;font-weight:700;font-size:16px;border-bottom:1px solid #e2e8ec;}
.product-table td {padding:10px 18px;border-bottom:1px solid #e2e8ec;}
.product-table tr:last-child td {border-bottom:none;}
.product-table td:last-child {text-align:right;font-weight:600;color:#2f2f2f;}
.product-table tbody tr:nth-child(odd) td {background:#fafcfd;}
.product-table tbody tr:nth-child(even) td {background:#ffffff;}
.product-table .group td {background:#f3f6f8;font-weight:600;}
.product-table .group td:not(:first-child) {color:transparent;}

.relax-item{display:flex;gap:20px;border:1px solid #e5e5e5;border-radius:10px;padding:20px;margin-bottom:20px;background:#fff}
.relax-img{width:200px;flex-shrink:0}
.relax-img img{width:100%;border-radius:8px;height: 100%;object-fit: cover;}
.relax-content{flex:1}
.relax-content h2{margin:0 0 10px;font-size:20px;}
.relax-desc{margin:0 0 10px;}
.relax-bottom{display:flex;align-items:center;gap:15px}
.relax-btn{background:var(--MAINCOLOR2);color:#fff;padding:8px 16px;border-radius:6px;text-decoration:none;font-size:14px;display:inline-flex;align-items:center;gap:8px;line-height: normal;}

/*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
***********/
.footer                             {background:#f4f6f8;border-top:1px solid #ddd;line-height: 26px;font-size: 14px;}
.footer-top                         {display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding: 40px 0;}
.footer-col h4                      {margin-bottom:15px;font-size:16px;font-weight: 700;}
.footer-col p                       {color:#555;}
.footer-col a                       {color:var(--MAINCOLOR);text-decoration:none;}
.footer-col a:hover                 {text-decoration:underline;}
.footer-note                        {font-size:12px;color:#777;margin-top:20px;line-height: normal;}
.footer-bottom                      {display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ddd;padding:15px 0px;font-size:13px;color:#666;}
.footer-bottom a                    {color:var(--MAINCOLOR);text-decoration:none;}
.footer-bottom a:hover              {text-decoration:underline;}
.sep                                {margin:0 8px;color:#ccc;}

/*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:'DM Sans', Arial;font-size:15px;}
.email,.textfield,.textarea,select 	{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:'DM Sans', Arial;border-radius: 20px;line-height: normal;font-weight: 700;}
.shop_submit:hover,
.submit:hover,
.action:hover 	 					{background:var(--MAINCOLOR2);color:#fff;}
a.action:after 						{content:"\f105";font-family: "Font Awesome 7 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;}

