/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 30 2026 | 11:07:05 */
:root {
	--primary: 			194 100% 62%;   /* lichtblauwe */
	--primary-hover: 	208 69% 17%;  	/* donkerblauwe */
}


#bsub_form_2 {
	color: white !important;
	border-color: #28a745;
}
#bsub_form_2 {
	background-color: #208f39 !important;
	border-color: #208f39;
}
#bsub_form_1 {
	color: white !important;
	border-color: #28a745;
}
#bsub_form_1:hover {
	background-color: #208f39 !important;
	border-color: #208f39;
}

.mc-btn .mc-next {
	font-family: roboto;
	font-weight: 500;
}
.mc-btn .mc-next:hover {
	background-color: #0d2d49 !important;
}

@media only screen and (min-width: 766.99px) {
	/* ================================
	   HEADER
	================================ */
	.elementor-location-header {
		display: flex !important;
		justify-content: center !important;
		width: 100% !important;
		animation: none !important;
	}

	.elementor-location-header .elementor-sticky--active {
		animation: slideFromTop 0.4s ease !important;
    	inset-inline-start: auto;
	}

	@keyframes slideFromTop {
	  from {
		opacity: 0;
		transform: translateY(-20px);
	  }
	  to {
		opacity: 1;
		transform: translateY(0);
	  }
	}

	/* Default state - full width */
	.main-header-section {
	  transition: all 0.4s ease !important;
	  width: 100% !important;
	  box-sizing: border-box !important;
	}

	/* Scrolled state - floating pill */
	.main-header-section.header-scrolled {
	  background-color: #ffffff !important;
	  box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.15) !important;
	  border-radius: 15px !important;
	  margin: 12px auto !important;
	  width: calc(100% - 70px) !important;
	  max-width: 1440px !important;
	  padding: 0 30px !important;
	  box-sizing: border-box !important;
	}
	@media only screen and (max-width: 766.99px) {
		.main-header-section.header-scrolled {
		  width: calc(100% - 20px) !important;
		}
	}

	/* Icons zwart na scrollen */
	.main-header-section.header-scrolled .header-icon,
	.main-header-section.header-scrolled .header-icon *,
	.main-header-section.header-scrolled .header-icon svg,
	.main-header-section.header-scrolled .header-icon svg * {
	  color: #000000 !important;
	  stroke: #000000 !important;
	  fill: #000000 !important;
	}

	/* Icons blauw bij hover na scrollen */
	.main-header-section.header-scrolled .header-icon:hover,
	.main-header-section.header-scrolled .header-icon:hover *,
	.main-header-section.header-scrolled .header-icon:hover svg,
	.main-header-section.header-scrolled .header-icon:hover svg * {
	  color: #3ECFFF !important;
	  stroke: #3ECFFF !important;
	  fill: #3ECFFF !important;
	}
}

.elementor-nav-menu--dropdown {
	padding: 0 20px 20px 20px;
}



.plan-kennismaking-2 {
	font-size: 15px;
	background-color: #3ECFFF;
	border-radius: 5px;
}
.plan-kennismaking-2:hover {
	background-color: #0D2D49;
}

.plan-kennismaking-2 a {
	color: white;
	font-family: roboto;
	font-weight: 600;
	min-height: 43px;
	min-width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.plan-kennismaking-2 a:hover {
	color: white;
}

.plan-kennismaking {
	font-size: 15px;
	background-color: #3ECFFF;
	border-radius: 5px;
}
.plan-kennismaking:hover {
	background-color: #0D2D49;
}

.plan-kennismaking a {
	color: white;
	font-family: roboto;
	font-weight: 600;
	min-height: 43px;
	min-width: 275px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.plan-kennismaking a:hover {
	color: white;
}


/* Verberg "Kies je vraagtype" als optie maar houd het als placeholder */
#form-field-product option:first-child, #form-field-typevraag option:first-child {
	display: none;
}

#form-field-product, #form-field-typevraag {
	font-size: 16px !important;
	color: #7A7A7A !important;
}

/* hero typerighter */
.typed-text {
	color: #3ECFFF;
	font-size: 82px;
	font-weight: 600;
}
.typed-cursor {
	font-size: 82px;
	color: #3ECFFF;
}

@media only screen and (max-width: 1023.99px) {
	.typed-text {
		color: #3ECFFF;
		font-size: 60px;
		font-weight: 600;
	}
	.typed-cursor {
		font-size: 60px;
		color: #3ECFFF;
	}
}
@media only screen and (max-width: 766.99px) {
	.typed-text {
		color: #3ECFFF;
		font-size: 48px;
		font-weight: 600;
	}
	.typed-cursor {
		font-size: 48px;
		color: #3ECFFF;
	}
}

.header-knop {
	background: #3ECFFF;
	border-radius: 5px;
	display: flex;
	justify-content: center;
}
.header-knop a {
	color: white !important;
	justify-content: center;
}
.header-knop:hover {
	background: #0D2D49;
	border-radius: 5px;
}
.header-knop a span {
	color: White !important;
}
.header-knop a:hover {
	color: White !important;
}

@media only screen and (max-width: 1023.99px) {
	#menu-2-badf72f {
		margin: 10px 20px 20px 0;
		background-color: white;
		padding: 0 20px 20px 20px;
		box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
	}
	.elementor-20 .elementor-element.elementor-element-d6a6d46 > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title.e-current  {
		border: none;
	}
	#e-n-menu-title-2255 {
		background: white;
	}
}

.text-gradient {
	background: linear-gradient(135deg, hsl(194 100% 62%), hsl(208 69% 17%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	font-weight: 600;
}

.titel-gradient {
	background: linear-gradient(135deg, hsl(194 100% 62%), hsl(208 69% 17%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.head-post {
	position: relative;
}

.hero-gradient {
	background: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--primary-hover)));
}



/* blog */

@media only screen and (max-width: 1023.99px) {
	.elementor-post__text {
		justify-content: space-between;
		padding-bottom: 5px;
	}
	.all-blogs .eael-entry-wrapper {
	min-height: 105px !important;
	}
}

@media only screen and (max-width: 766.99px) {
	.elementor-post__text {
		justify-content: space-between;
		padding-bottom: 5px;
	}
	.all-blogs .eael-entry-wrapper {
	min-height: auto !important;
	}
}

.elementor-post__text {
    display: flex !important;
    justify-content: space-evenly;
    padding-left: 20px;
	gap: 15px;
}

.all-blogs .eael-entry-wrapper {
	min-height: 127px;
}

.elementor-post__meta-data {
	margin: 0 !important;
}

.elementor-post__thumbnail__link {
	margin: 0 !important;
}

.elementor-post__text {
	position: relative;
}

.elementor-post-date {
    z-dex: 20 !important;
	background: white;
	border-radius: 5px !important;
	padding: 5px 20px;
	color: black;
	border: 2px solid #3ECFFF;
}

.link:hover{
	color: #3ECFFF !important;
}
	
.eael-meta-posted-on {
    z-dex: 20 !important;
    position: absolute;
	background: white;
	border: 2px solid #3ECFFF;
	border-radius: 15px !important;
	height: 30px !important;
    padding: 0 20px !important;
	color: black;
}

.eael-meta-posted-on time {
	display: flex;
    flex-direction: row;
	gap: 6px !important;
	flex-wrap: wrap;
}

.blog article,  {
	position: relative !important;
	top: 0 !important;
}

.blog article a {
	font-family: "Poppins", Sans-serif !important;
}

.blog .eael-post-grid article {
	left: auto !important;
}

.blog .eael-entry-wrapper {
    padding: 20px;
    position: relative;
	z-dex: 10;
    background-color: white;
	border-bottom: 5px solid #3ECFFF; 
    border-radius: 5px;
}

@media only screen and (max-width: 1200px) {
	.elementor-widget-theme-post-content h1 {
		font-size: 36px;
	}
}

/* calendly */
.calendly-badge-content span {
	display: none !important;
}

.VJL48qbQzWENTFAh1Knk.f3c_Dda7HKHqraeedxG1 {
    display: none !important;
}

.calendly-badge-widget .calendly-badge-content {
	border-radius: 5px !important;
}
