/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
* {-webkit-font-smoothing: antialiased;}
/* Regular */
@font-face {
    font-family: 'InterRegular';
    src: url('fonts/Inter-Regular.ttf') format('truetype'),
         url('fonts/Inter-Regular.otf') format('opentype'),
         url('fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: 'InterMedium';
    src: url('fonts/Inter-Light.ttf') format('truetype'),
         url('fonts/Inter-Light.otf') format('opentype'),
         url('fonts/Inter-Light.woff') format('woff');
    font-weight: 300; /* Aangepast gewicht voor licht */
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'InterBold';
    src: url('fonts/Inter-Bold.ttf') format('truetype'),
         url('fonts/Inter-Bold.otf') format('opentype'),
         url('fonts/Inter-Bold.woff') format('woff');
    font-weight: 1 999;
    font-style: normal;
}

body.page-id-2430 .cmplz-show {
    display: none !important;
}

body {
    font-family: 'InterRegular', sans-serif; font-size:16px; 
}
p {line-height:32px;} 
.hero1 h1 {font-family: 'InterBold', sans-serif !important;font-size:48px !important;line-height:56px !important;color: var(--gray-1600, #1A202C);}
.hero2 {font-family: 'InterBold', sans-serif !important;font-size:40px !important;line-height:48px !important;}
.body1 {font-family: 'InterRegular', sans-serif !important;font-size:18px !important;line-height:32px !important;}
.body2 {font-family: 'InterRegular', sans-serif !important;font-size:16px !important;line-height:28px !important;}
.body3 {font-family: 'InterRegular', sans-serif !important;font-size:14px !important;line-height:24px !important;}
.bodyxl {font-family: 'InterRegular', sans-serif !important;font-size:16px !important;line-height:32px !important;}
.bodyxs {font-family: 'InterRegular', sans-serif !important;font-size:12px !important;line-height:32px !important;}
.caption {font-family: 'InterRegular', sans-serif !important;font-size:12px !important;line-height:18px !important;}
.captionbold {font-family: 'InterBold', sans-serif !important;font-size:12px !important;line-height:18px !important;}
.label {font-family: 'InterRegular', sans-serif !important;font-size:10px !important;line-height:16px !important;}
.labelbold {font-family: 'InterBold', sans-serif !important;font-size:10px !important;line-height:16px !important;}
.buttonlabelup {font-family: 'InterBold', sans-serif !important;font-size:14px !important;line-height:30px !important;}
.homebox  p {color: var(--gray-400, #718096);font-size:16px;font-weight:400;line-height:32px;font-style:normal;}
.elementor-sitemap-title {color: var(--gray-1600, #1A202C) !important;}
h1.elementor-heading-title ,h2.elementor-heading-title,h3.elementor-heading-title,h4.elementor-heading-title,h5.elementor-heading-title,h6.elementor-heading-title {color: var(--gray-1600, #1A202C) !important;}
#footer > h1,h2,h3,h4,h5,h6 {color:#ffffff !important;}
#numbers h3.elementor-heading-title {text-transform: uppercase;font-size: 20px;font-style: normal;font-weight: 700;line-height: 33.734px; /* 168.672% */}
#numbers h3.elementor-heading-title::after {
  content: "";
  display: block;
  height: 7px;
  background-color: #FFD900; /* Change this to the desired border color */
  width: 100%; /* This makes the border span the entire width of the container */
  margin-top: 5px; /* Adjust this value to control the spacing between the heading and the border */
}
.elementor-widget-container .e-hosted-video video.elmentor-video {border-radius:5px !important;}
/* MAIN */
.contact.nonescrolled {position:absolute;bottom:-14px;right:0;width:244px;height:85px;}
.contact.scrolled {position:fixed;top:120px;right:50px;z-index:1100;width:244px;height:85px;display:none;}
.contact .cont {height:85px;position:relative;border-radius: 12px 0px 0px 0px;background: rgba(71, 64, 64, 0.42);backdrop-filter: blur(1.9948809146881104px);color:#ffffff;padding-top:10px;padding-left:20px;}
.ellipse {position:absolute;right:-42px;top:0;background-image: url('icons/contact_ellipse.png');background-size: auto;width:85px;height:85px;}
.breadcrumb {
	background:#ffffff;margin-left:20px;
}
#post-2 .breadcrumb {display:none !important;}
.breadcrumb span {font-weight:bold;text-transform: uppercase;}
.breadcrumb .breadcrumb_last {font-weight:400;}
#primary {
    display: flex;
    justify-content: center;
    align-items: center;
	/* margin-top:20px; */
    min-height: 50vh; /* Ensures vertical centering */
}
#primary.fixed {
	margin-top:191px;
}
#main {
	width: 100%; /* Standaard 100% breedte */
	max-width: 1160px; /* Maximale breedte van 1440px */
	margin: 0 auto; /* Horizontaal centreren */
	padding: 20px 20px;	
	position:relative;
}
.hardcore {background-color: black; /* Set the background color to black */
  height: 150px; /* Set the desired height for the inner div */
  width: 100%; /* Make the inner div span the full width of its container */
  position: absolute !important;
 }

.hometext .wp-block-media-text__content {
    text-align: left; /* Tekst links uitlijnen */
    vertical-align: top; /* Tekst naar boven uitlijnen */
	
}
#bluebox {
	border-radius: 0px 120px 0px 0px;
	background: var(--Primary, #0E54A7);
	color:#ffffff;
}
#bluebox h1.elementor-heading-title,#bluebox h2.elementor-heading-title,#bluebox h3.elementor-heading-title,#bluebox h4.elementor-heading-title,#bluebox h5.elementor-heading-title,#bluebox h6.elementor-heading-title {
	color:#ffffff !important;
	}
.greybox {
	width: 230px;
	height: 293px;
	position:relative;
	border-radius: 16px;
	background: var(--gray-50, #FAFAFA) !important;
	align-items: center; /* Verticaal centreren van de elementen */
	text-align: center; /* Tekst in het midden uitlijnen */
		/* Border/Dark */
	box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);
	overflow:hidden;
}
.greybox:hover {
  cursor: pointer;
  box-shadow: 
  5px 0px 8px -1px rgba(255, 217, 0, 0.50), /* Shadow on the right side */
  0px -10px 10px -10px rgba(217, 217, 217, 0.00), /* Keep the other shadow */
  0px 0px 10px 10px rgba(0, 0, 0, 0.0); 
 	
}
a.grey div.box {text-align:center;}
.greybox div.box hr {position:absolute;top:170px;width:180px;margin-left:10%;}
.greybox div.box h5.grey {position:absolute;top:124px; left: 50%; transform: translate(-50%, -50%);color: var(--gray-1600, #1A202C) !important;font-size:95%;}
.greybox div.box p {position:absolute;top:180px;font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
}
.dienstenbox > .e-con-inner > .e-child {background: var(--gray-50, #FAFAFA) !important;
}
.googlereview .elementor-testimonial__content {min-height:190px;}
.googlereview  .elementor-testimonial__name {font-size: 20px;font-style: normal;font-weight: 700;line-height: 24px; /* 120% */}
.googlereview .elementor-testimonial__cite {font-size: 12px;font-style: normal;font-weight: 400;line-height: 18px; /* 150% */text-transform: uppercase;/* END MAIN */ }
.adviseursreview .elementor-testimonial-content {min-height: 250px;display: flex;flex-direction: column;justify-content: center;align-items: center;background: url('icons/eclipse.png') center center no-repeat;background-size: 250px 250px;font-style:italic;}
.adviseursreview .elementor-testimonial-name {font-size: 14px;font-style: normal;font-weight: 700;line-height: 24px; /* 171.429% */}
.adviseursreview .elementor-testimonial-job {font-size: 14px;font-style: normal;font-weight: 400;color: var(--gray-400, #718096);line-height: 24px; /* 171.429% */}
.content1 {display:block;}
.content2 {display:none;}
.buttongroup {
  display: flex;
}

.button1, .button2 {
	padding:10px;
  flex: 1; /* Elk element neemt 50% van de beschikbare ruimte in beslag */
  text-align: center; /* Optioneel: om tekst in het midden uit te lijnen */
  font-size: 16px;font-style: normal;font-weight: 700;line-height: 24px; /* 150% */
  transition: all 0.1s;
}
.button1:hover, .button2:hover {cursor:pointer;transform: scale(1.02);}
.button1 {color: var(--Primary, #0E54A7);border-radius: 12px 0px 0px 0px;border: 1px solid var(--Primary, #0E54A7);box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);}
.button2 {color: var(--Primary, #0E54A7);border-radius: 0px 0px 12px 0px;border: 1px solid var(--Primary, #0E54A7);box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.05), 0px 0px 1px 0px rgba(12, 26, 75, 0.24);}
.button1.active ,.button2.active { color:#ffffff;background: var(--Primary, #ffffff);background: var(--Primary, #0E54A7);}
.togglecontent {padding:5px;margin-top:15px;}
.textblock { display: flex;
  justify-content: center;
  align-items: center;
}
/* HEADER */
.header {
	background-color:#ffffff;
}
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
	background-color:#ffffff;
	border-bottom:1px solid #ffd900;
}
.header .inside {
    display: flex;
    justify-content: space-between; /* Separate logo and menu to the edges */
    align-items: center; /* Vertically center content within the header */
	width: 100%; /* Standaard 100% breedte */
	max-width: 1160px; /* Maximale breedte van 1440px */
	margin: 0 auto; /* Horizontaal centreren */
	padding: 20px 20px;  
}
.mobile-menu {
	border-bottom:2px solid #1A202C;
	z-index: 1000;
}
.mobile-menu-icon {
    display: none; /* Initially hide the icon on larger screens */
    cursor: pointer;
}
.mobile-menu-icon .bar {
    width: 25px;
    height: 3px;
    background-color: #1A202C;
    margin: 5px 0;
}
/* Style the mobile menu (hidden by default) */
.mobile-menu {
    display: none;
    background-color: #ffffff;
    position: absolute;
    top: 80px; /* Adjust the top position to fit your header height */
    left: 0;
    right: 0;
}

.mobile-menu ul {
    list-style-type: none;
    padding: 0;
}

.mobile-menu ul li {
    padding: 10px;
    text-align: left;
}

.mobile-menu ul li a {
    text-decoration: none; /* Remove underlines from links */
	color:#1A202C;
	font-style:normal;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}
/* Style the sub-menu items font size */
.mobile-menu ul.sub-menu li a {
    text-decoration: none; /* Remove underlines from links */
	color:#1A202C;
	font-style:normal;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}
.mobile-menu ul.sub-menu li.current-menu-item > a {
    text-decoration: none; /* Remove underlines from links */
	color:#0E54A7;
	font-style:normal;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}
.mobile-menu .current-menu-item > a {
    /*text-decoration: underline;
    text-decoration-skip-ink: none; /* Prevent the underline from skipping above the text 
    text-underline-offset: 5px; /* Set the underline offset to 5 pixels */
	padding-bottom:10px;
	text-decoration: none; /* Remove default underline */
	border-bottom: 3px solid #0E54A7;
	color:#0E54A7;
}
/* Remove bullets and list styling for the main menu */
#desktop {
    list-style-type: none;
    padding: 0;
    margin: 0;
	z-index:1000;
}

/* Style the main menu items */
#desktop > li {
    display: inline-block;
    margin-right: 20px; /* Add spacing between menu items as needed */
}

/* Style the links in the main menu */
#desktop > li > a {
    text-decoration: none; /* Remove underlines from links */
	color:#1A202C;
	font-style:normal;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}
/* Style the sub-menu items font size */
#desktop ul.sub-menu li a {
    text-decoration: none; /* Remove underlines from links */
	color:#1A202C;
	font-style:normal;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}
#desktop ul.sub-menu li.current-menu-item > a {
color:#0E54A7;
}
/* Style the active (current) menu item */
#desktop .current-menu-item > a {
    /*text-decoration: underline;
    text-decoration-skip-ink: none; /* Prevent the underline from skipping above the text 
    text-underline-offset: 5px; /* Set the underline offset to 5 pixels */
	padding-bottom:10px;
	text-decoration: none; /* Remove default underline */
	border-bottom: 3px solid #0E54A7;
	color:#0E54A7;
}
 #desktop .current-menu-parent > a  {
 		color:#0E54A7;
 }

/* Hide sub-menus by default */
#desktop ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #fff; /* Add a background color to the sub-menu */
    padding: 10px; /* Add padding to the sub-menu */
}

/* Show sub-menus on hover */
#desktop > li:hover ul.sub-menu {
    display: block;
}

/* Style sub-menu items */
#desktop ul.sub-menu li {
    display: block;
    margin: 0;
}

/* Style sub-menu links */
#desktop ul.sub-menu li a {
    display: block;
    padding: 5px 0; /* Add padding to sub-menu links */
    text-decoration: none; /* Remove underlines from sub-menu links */
    color: #333; /* Set text color for sub-menu links */
}

/* Style sub-menu links on hover */
#desktop ul.sub-menu li a:hover {
    color: #0E54A7; /* Add a color on hover */
}
#desktop .menu-item-has-children > a::after {
		font-size: 8px; /* Set the arrow size */
		content: "\25BC"; /* Unicode code for a down arrow */
		position: relative; /* Position relative for proper alignment */
	    top: -2px; /* Position the arrow at the top of the line */
	    margin-left: 8px; /* Adjust spacing as needed */
}
nav#navbar a.urlwhite {color:#ffffff !important;}
/* END HEADER * /
/* LOGO CUSTOM SECTION PLUGIN */
.custom-section {
    background-color: #f0f0f0; /* Background color */
    height: 100px; /* Fixed height */
    width: 100%; /* Full width of the page */
}

.custom-content {
    max-width: 1440px; /* Limit content width to 1440px */
    margin: 0 auto; /* Center content horizontally */
    padding: 20px; /* Add padding for content */
}
/* END LOGO PLUGIN SECTION */
/* START BLOG STYLE */
/* Style the first <li> in the list */
.categories {
    display: inline-block;
    margin-left: 10px; /* Adjust as needed for spacing */
	font-weight:bold;
}

/* Style the nested <ul> */
.categories ul {
    display: inline-block;
    margin-left: -30px; /* Adjust as needed for spacing */
}

/* Style the list items inside the nested <ul> */
.categories ul li {
    list-style: none; /* Remove bullet points */
    display: inline-block;
    margin-right: 1px; /* Adjust as needed for spacing */
	font-weight:400;
}

/* Style the ">" symbol */
.categories li::before {
    content: " > ";
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); /* Pas het aantal kolommen aan aan de beschikbare ruimte */
    grid-gap: 20px; /* Voeg ruimte tussen de berichten toe */
}

/* Stel de hoogte en breedte van de berichten in */
.blog {
    width: 350px;
    height: 325px;
	border-radius: 12px;
	background: var(--Primary, #0E54A7);
	box-shadow: 0px 3px 8px -1px rgba(50, 50, 71, 0.19), 0px 0px 1px 0px rgba(12, 26, 75, 0.63);
	position: relative;
    overflow: hidden;
	color:#ffffff;
}
.blog .afbeeldingvak {
	height:180px;
	width: 100%;
	background-image: url('icons/logo_fitrex.png');
    background-position: center; /* Center the background image */
    background-repeat: no-repeat;
	background-color:#ffffff;
}
.blog a {color:#ffffff !important;}
.blog img.wp-post-image {
            width: 100%;
            height: auto;
            max-height: 180px; /* Maximale hoogte van de afbeelding vanaf bovenkant */
            object-fit: cover; 
}
.blog .tekstvak {padding:10px;}
.blog .nieuws {
            float: right; /* Plaats "Nieuws" aan de rechterkant */
			display: flex;
			padding: 4px 8px;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			border-radius: 12px;
			border: 1px solid var(--White, #FFF);
			font-weight:bold;
			font-size:12px;
        }

.blog .datum {
            float: left; /* Plaats de datum aan de linkerkant */
			display: flex;
			padding: 4px 8px;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			font-weight:bold;
			font-size:12px;
        }
.blog .titel {
            margin-top: 20px;font-size:16px;font-weight;bold;
        }
/* END BLOG STYLE */
/* FOOTER */
#footer .elementor-footer .elementor-heading-title, #footer .elementor-footer a {
	color:#ffffff !important;
}
#footer p {color:#ffffff;font-size:16px;font-weight:400;line-height:24px;font-style:normal;}

#footer {
	background:#0E54A7;
	color:#ffffff;
	padding-top:2px;
}
#footer .blocks {
	font-family: 'InterRegular', sans-serif; font-size:16px;
	font-style: normal;
	font-weight:400;
	line-height:24px;
	max-width:100%;
	width:1160px;
	margin: 0 auto;
	padding: 20px 20px;	
}
#footer .contact-info a {
    margin-left: 3px;
	min-width:100px;
  }
#privacybar {
    display: flex;
    align-items: center;
	justify-content: flex-end;
	background:#000000;
	color:#ffffff;
	text-align: right;
	height:52px;
	line-height:32px;
}
#privacybar a {
	font-family: 'InterRegular', sans-serif; font-size:16px;
	font-style: normal;
	font-weight:400;
	color:#ffffff;
	padding-right:32px;
}
/* Verwijder bullets en maak tekst wit voor alle menu-items */
#footer #menu-home.menu ul#menu-home li {
	margin: 0px !important; /* Verwijder marges */
	padding: 0px !important; /* Verwijder padding */
}
#footer #menu-home.menu li {
    list-style-type: none; /* Verwijder bullets */
	margin: 0px !important; /* Verwijder marges */
	padding: -30px !important; /* Verwijder padding */
}

#footer #menu-home.menu li a {
    color: white; /* Maak de tekst wit */
}

/* Maak dimensionale ul's onzichtbaar */
#footer #menu-home.menu ul.sub-menu {
    display: none; /* Maak onzichtbaar */
}
/* END FOOTER */
/* START ICONS */
.eclipse {
	position:relative;
}
.eclipse .elementor-widget-container {
	margin-top:30px;
	padding:30px !important;
	text-align:left !important;
}
.eclipse .elementor-widget-container::before {
    content: '';
    position: absolute;
	top:0;
    left: 0;
	width: 168px;
	height: 163px;
	background-image: url('icons/eclipse.png');
    background-position: right top;
    background-repeat: no-repeat;
}
i.greyiconset {
    position: relative;
    background-image: url('icons/icons.png');
    min-width: 48px;
    min-height: 48px;
	margin-top:25px;
    background-size: auto; /* Automatically adjust background size */
    display: inline-block; /* Ensures the element takes up space even without content */
}
i.greyiconset::before {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 65px; 
    height: 89px; 
	background-image: url('icons/rectangle-400.png');
    background-position: right top;
    background-repeat: no-repeat;
}
i.iconset {
    position: relative;
	margin-left:6px;
    min-width: 48px;
    min-height: 48px;
    background-image: url('icons/icons.png');
    background-size: auto; /* Automatically adjust background size */
    display: inline-block; /* Ensures the element takes up space even without content */
}
i.iconset::before {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 65px; 
    height: 89px; 
	background-image: url('icons/rectangle-400.png');
    background-position: right top;
    background-repeat: no-repeat;
}

.icon {
  width: 48px; /* Breedte van een enkel pictogram */
  height: 48px; /* Hoogte van een enkel pictogram */
  background-image: url('icons/icons.png');
  background-size: auto; /* Automatically adjust background size */
  display: inline-block; /* Ensures the element takes up space even without content */
}
.nummer1 {
  width: 62px; /* Breedte van een enkel pictogram */
  height: 62px; /* Hoogte van een enkel pictogram */
  background-image: url('icons/nummer1.png');
  background-size: auto; /* Automatically adjust background size */
  display: inline-block; /* Ensures the element takes up space even without content */
}
.nummer2 {
  width: 62px; /* Breedte van een enkel pictogram */
  height: 62px; /* Hoogte van een enkel pictogram */
  background-image: url('icons/nummer2.png');
  background-size: auto; /* Automatically adjust background size */
  display: inline-block; /* Ensures the element takes up space even without content */
}
.nummer3 {
  width: 62px; /* Breedte van een enkel pictogram */
  height: 62px; /* Hoogte van een enkel pictogram */
  background-image: url('icons/nummer3.png');
  background-size: auto; /* Automatically adjust background size */
  display: inline-block; /* Ensures the element takes up space even without content */
}
.nummer4 {
  width: 62px; /* Breedte van een enkel pictogram */
  height: 62px; /* Hoogte van een enkel pictogram */
  background-image: url('icons/nummer4.png');
  background-size: auto; /* Automatically adjust background size */
  display: inline-block; /* Ensures the element takes up space even without content */
}
.nummer5 {
  width: 62px; /* Breedte van een enkel pictogram */
  height: 62px; /* Hoogte van een enkel pictogram */
  background-image: url('icons/nummer5.png');
  background-size: auto; /* Automatically adjust background size */
  display: inline-block; /* Ensures the element takes up space even without content */
}
.nummer6 {
  width: 62px; /* Breedte van een enkel pictogram */
  height: 62px; /* Hoogte van een enkel pictogram */
  background-image: url('icons/nummer6.png');
  background-size: auto; /* Automatically adjust background size */
  display: inline-block; /* Ensures the element takes up space even without content */
}
.icon1 {
  background-position: 0 0;
}
.icon2 {
  background-position: -89px 0; 
}
.icon3 {
  background-position: -176px 0; 
}
.icon4 {
  background-position: -266px 0; 
}
.icon5 {
  background-position: -354px 0; 
}
.icon6 {
  background-position: -441px 0; 
}
.icon7 {
  background-position: 0 -89px; 
}
.icon8 {
  background-position: -89px -89px; 
}
.icon9 {
  background-position: -178px -89px; 
}
.icon10 {
  background-position: -266px -89px; 
}
.icon11 {
  background-position: -352px -89px; 
}
.icon12 {
  background-position: -441px -89px; 
}
.icon13 {
  background-position: 0 -178px; 
}
.icon14 {
  background-position: -89px -178px; 
}
.icon15 {
  background-position: -176px -178px; 
}
.icon16 {
  background-position: -266px -178px; 
}
.icon17 {
  background-position: -352px -178px; 
}
.icon18 {
  background-position: -441px -178px; 
}
.icon19 {
  background-position: 0px -266px; 
}
.icon20 {
  background-position: -89px -266px; 
}
.icon21 {
  background-position: -176px -266px; 
}
.icon22 {
  background-position: -266px -266px; 
}
.icon23 {
  background-position: -352px -266px; 
}
.icon24 {
  background-position: -441px -266px; 
}
.icon25 {
  background-position: 0px -352px; 
}
.icon26 {
  background-position: -89px -352px; 
}
.icon27 {
  background-position: -176px -352px; 
}
/* END ICONS */
/* BUTTONS */
.buttond span {font-weight:bold;}
.contactblok {
    display: flex;
    align-items: baseline;
  }

.contact-item {
    margin-right: 10px;
	min-width:100px;
  }
  .contact-info {
	  margin-left:3px;
  }
a.button {
	display: flex;
	height: 46px;
	padding: 8px 12px;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	flex-shrink: 0;
	font-family: 'InterMedium';
	font-size: 14px;
	font-style: normal;
	font-weight: bold !important;
	line-height: 30px; /* 214.286% */
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.button-container {
    display: inline-block; /* Zet de div in inline block om naast elkaar te plaatsen */
}
.button-container a.buttons {
	height: 46px;
	padding: 8px 12px;
	font-family: 'InterBold';
	font-size: 14px;
	font-style: normal;
	font-weight: bold !important;
	line-height: 30px; /* 214.286% */
	text-transform: uppercase;
	transition: all 0.3s ease;
	display: inline-block;
	margin-right: 24px; /* Ruimte tussen knoppen aanpassen */
}
.button-container a.yellow {font-weight:bold !important;border-radius: 12px 0px 0px 0px;background: var(--Accent, #FFD900);color: var(--gray-1600, #1A202C);}
.button-container a.black {border-radius: 12px 0px 0px 0px;border: 1px solid var(--gray-1600, #1A202C);color: var(--gray-1600, #1A202C);}
a.buttons:hover {text-decoration: none; transform: scale(1.05);}
a.white {color:#ffffff !important;border-radius: 12px 0px 0px 0px;border: 1px solid var(--White, #FFF);}
a.button.yellow {font-weight:400 !important;}
a.button.white {font-weight:400 !important;}
a.buttons.yellow {font-weight:400 !important;}
a.buttons.white {font-weight:400 !important;}
a.button:hover { text-decoration: none; transform: scale(1.05);}
ul.mpTwoColumnLayout li {
    display: inline-block;
    width: 48%; /* Geef elke <li> de helft van de breedte */
    margin-right: 2%; /* Voeg een beetje ruimte toe tussen de <li> elementen */
    vertical-align: top; /* Zorg ervoor dat ze bovenaan uitlijnen */
}
.submitButton {color:#0E54A7;background:#ffffff;border-radius:8px;border:0px !important;padding:12px;}	
.submitButton:hover {cursor:pointer;}
#field1991 { border-radius:8px;border: 1px solid white;background: transparent; padding: 12px;COLOR:#FFFFFF;}
#field1991:focus {
    border-color: #ffffff; /* Change the border color when focused */
    outline: none; /* Remove the default focus outline */
  }
  ul.mpTwoColumnLayout {
      display: flex;
      flex-wrap: wrap;
  }

  ul.mpTwoColumnLayout li {
      flex: 1;
      margin-right: 10px; /* Optioneel: voeg wat ruimte tussen de <li> elementen toe */
  }
  ul.mpTwoColumnLayout li#CNT1991 {
      flex: 2; 
      margin-right:0px;
  }
.mpFormField {min-width:100%;width:100%;display: flex;align-items: center;}  
.mpFormLabel {display:none;}  
.submitCellSpacer {display:none;}  
a.login {
	display: flex;
	padding: 8px 12px;
	justify-content: center;
	align-items: center;
	gap: 16px;
	border-radius: 12px 0px 0px 0px;
	background: var(--Primary, #0E54A7);
	color: var(--White, #FFFFFF);
	text-align: center;
	font-family: 'InterMedium';
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 214.286% */
	text-transform: uppercase;
	margin-left:26px;
}
i {margin-right:5px;}
a.login:hover { text-decoration: none; transform: scale(1.05);}
/* END BUTTONS */

/* Media query voor tablets en kleinere schermen */
@media (min-width: 768px) {
	.mobile-menu {
	    display: none;
	}

}
@media (max-width: 768px) {
    .inside {
        width: 100%; /* Geef 100% breedte voor tablets */
        max-width: none; /* Verwijder de maximale breedte voor tablets */
        padding: 0 10px; /* Optionele padding aan de zijkanten, pas aan naar wens */
		overflow-y: auto; /* Enable vertical scrolling */
    }
	#main {
        width: 100%; /* Geef 100% breedte voor tablets */
        max-width: none; /* Verwijder de maximale breedte voor tablets */
        padding: 0 10px; /* Optionele padding aan de zijkanten, pas aan naar wens */
	}
	.mobile-menu-icon {
	        display: block;
	    }

	    /* Hide the main menu on smaller screens */
	    .navbar {
	        display: none;
	    }
		#footer-block .e-child {
        width: 100%;
        /* Andere stijlen die je wilt toepassen op mobiele apparaten */
    	}
	    ul.mpTwoColumnLayout {
	        flex-direction: column; /* Zet de <li> elementen weer onder elkaar */
	        justify-content: flex-start; /* Alles naar links uitlijnen */
	    }
	    ul.mpTwoColumnLayout li#CNT1991 {
	        flex: 1; 
	        margin-right:0px;
	    }
		#field1991 {width:100%;}
		.submitCell {}
}
/* END Media query voor tablets en kleinere schermen */
/* Media query voor mobiele schermen */
@media (max-width: 480px) {
    .inside {
        width: 100%; /* Geef 100% breedte voor mobiele apparaten */
        max-width: none; /* Verwijder de maximale breedte voor mobiele apparaten */
        padding: 0 5px; /* Optionele padding aan de zijkanten voor mobiele apparaten, pas aan naar wens */
    }
	.blog-grid {
        grid-template-columns: 1fr; /* Één kolom op mobiel */
    }

    .blog {
        width: 100%; /* Volledige breedte op mobiel */
        height: auto; /* Pas de hoogte aan de inhoud aan */
    }
	  .button-container {
	      display: flex;
	      justify-content: space-between; /* Buttons will be evenly spaced horizontally */
	      margin: 10px; /* Add margin to the entire button group */
	    }

	    .buttons {
	      margin: 0 5px; /* Add margin to individual buttons */
	      flex: none; /* Remove the flex property to prevent them from sharing space */
	      width: auto; /* Let them occupy their natural width */
	    }
		.adviseursreview .elementor-testimonial-content {
		    background-size: 150px 150px; /* Adjust the background size for smaller screens */
		 }
		 .header.fixed {
		 	
		 }
		 .elementor-widget-container p a {
		     display: block; /* Display each link on a new line for mobile */
		     margin: 10px 0; /* Add margin to separate the links on mobile */
		   }
		 .mobile-menu {
		 	background: var(--Primary, #0E54A7);
		 }
		 .mobile-menu ul.sub-menu li a {
		 	color:#ffffff;
		 }
		 .mobile-menu ul#mobile li a {
		 	color:#ffffff;
		 }
		 
		 .greybox {
			 width:96%;
		 } 
		 .greybox div.box p {
			 text-align: center;
			  top: 180px;
			  left: 50%; /* Set left to 50% to horizontally center the element */
			  transform: translateX(-50%); 
		 }
		 
}
/* END Media query voor mobiele schermen */

/* Verbeterde submenu toegankelijkheid */

/* Verbeterde submenu toegankelijkheid met clip-path */

/* ====================
# Desktop menu accessibility fix
==================== */

/* Toon desktop navbar standaard boven 768px */



.contactblok {font-weight:bold;}
/* Verbeter contrast van alle placeholder teksten sitewide */
::placeholder {
  color: #4A5568; /* Donkergrijs (bijv. Tailwind's gray-700) */
  opacity: 1; /* Zorg dat kleur volledig toegepast wordt */
}

/* Voor browser compatibility */
::-webkit-input-placeholder { color: #4A5568; opacity: 1; }
:-ms-input-placeholder { color: #4A5568; opacity: 1; }
::-ms-input-placeholder { color: #4A5568; opacity: 1; }
a[href^="mailto:info%40fitrex.nl"] {
  color: #0E54A7 !important;
}
#form-errors p {
  color: red;
  font-weight: bold;
  margin-bottom: 10px;
}
#form-errors {
  margin-bottom: 20px;
}