

:root {
	/* Infinite logo's */
	--total-logo: 14;
	--logo-width: 16rem;
	--logo-width-all: calc(var(--total-logo) * var(--logo-width) * 2);
	--duration: calc(var(--total-logo) * 4s);
	--mobile-duration: calc(var(--total-logo) * 2s);
}

@font-face {
	font-family: 'ne_icons';
	src:  url('https://8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/fonts/ne_icons.eot?uev20a');
	src:  url('https://8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/fonts/ne_icons.eot#iefix') format('embedded-opentype'),
	url('https://8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/fonts/ne_icons.ttf') format('truetype'),
	url('https://8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/fonts/ne_icons.woff') format('woff'),
	url('https://8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/fonts/ne_icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}


[class^="icon-"]:before, [class*=" icon-"]:before, nav li.hs-menu-depth-1>a:after {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'ne_icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
	content: "\e900";
}
.icon-angle-left:before {
	content: "\e901";
}
.icon-angle-right:before {
	content: "\e902";
}
.icon-angle-up:before {
	content: "\e903";
}
.icon-arrow-down:before {
	content: "\e904";
}
.icon-arrow-left:before {
	content: "\e905";
}
.icon-arrow-right:before {
	content: "\e906";
}
.icon-arrow-up:before {
	content: "\e907";
}
.icon-check:before {
	content: "\e908";
}

.icon-copy:before {
	content: "\e90a";
}
.icon-date:before {
	content: "\e90b";
}
.icon-download:before {
	content: "\e90c";
}
.icon-house:before {
	content: "\e90d";
}
.icon-linkedin:before {
	content: "\e90e";
}
.icon-mail:before {
	content: "\e90f";
}
.icon-menu:before {
	content: "\e910";
}
.icon-neuro-1:before {
	content: "\e911";
}
.icon-neuro-2:before {
	content: "\e912";
}
.icon-neuro-3:before {
	content: "\e913";
}
.icon-neuro-4:before {
	content: "\e914";
}
.icon-neuro-5:before {
	content: "\e915";
}
.icon-neuro-6:before {
	content: "\e916";
}
.icon-neuro-7:before {
	content: "\e917";
}
.icon-neuro-8:before {
	content: "\e918";
}
.icon-neuro-9:before {
	content: "\e919";
}
.icon-neuro-10:before {
	content: "\e91a";
}
.icon-neuro-11:before {
	content: "\e91b";
}
.icon-neuro-12:before {
	content: "\e91c";
}
.icon-neuro-13:before {
	content: "\e91d";
}
.icon-neuro-14:before {
	content: "\e91e";
}
.icon-neuro-15:before {
	content: "\e91f";
}
.icon-neuro-16:before {
	content: "\e920";
}
.icon-pen:before {
	content: "\e921";
}
.icon-phone:before {
	content: "\e922";
}
.icon-pin:before {
	content: "\e923";
}
.icon-play:before {
	content: "\e924";
}
.icon-plus:before {
	content: "\e925";
}
.icon-search:before {
	content: "\e926";
}
.icon-share:before {
	content: "\e927";
}
.icon-twitter:before {
	content: "\e928";
}
.icon-close:before {
	content: "\e909";
}

/* Grid */

body {
	padding: 0;
	margin: 0;
}

.main {
	max-width: 1312px;
	margin: 0 auto 50px;
	clear: both;
	padding: 0 20px;
}

.martop {
	margin-top: 128px;
}

.blog.martop {
	margin-top: 72px;
}

.section {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -16px;
	margin-right: -16px;
}

.section:after {
	content: '';
	display: table;
	clear: both;
}

[class^="fc"], [class*=" fc"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 16px 30px 16px;
	border: none;
	float: left;
}

[class^="fc"]:last-child, [class*=" fc"]:last-child {
	margin-right: 0;
}

.hide {
	display: none;
	visibility: hidden;
}

.fc20 {
	width: calc( 20% - 32px );
}

.fc20:nth-child(5n+1) {
	clear: left;
}

.fc25 {
	width: calc( 25% - 32px );
}

.fc25:nth-child(4n+1) {
	clear: left;
}

.fc33 {
	width: calc( 33.3333% - 32px );
}

.fc33:nth-child(3n+1) {
	clear: left;
}

.fc40 {
	width: calc( 40% - 32px );
}

.fc50 {
	width: calc( 50% - 32px );
}

.fc50:nth-child(2n+1) {
	clear: left;
}

.fc60 {
	width: calc( 60% - 32px );
}

.fc66 {
	width: calc( 66.6666% - 32px );
}

.fc75 {
	width: calc( 75% - 32px );
}

/* Defaults */

img {
	max-width: 100%;
}

/* Main */

body {
  overflow-x: hidden;
	font-size: 18px;
	line-height: 20px;
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: #2C90F9;
  text-underline-offset: 0.2em;
}

a:hover, .footer-contact a:hover, .footer-menus a:hover, .footer-menus h6 a:hover,
a.alle:hover {
	color: #33CC99;
}

p {
	margin: 0 0 32px 0;
	font-size: 18px;
	line-height: 28px;
}

h1 {
	font-size: 46px;
	line-height: normal;
	color: #1A1A1A;
	margin: 0 0 40px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

h2 {
	font-size: 40px;
	line-height: normal;
	color: #1A1A1A;
	margin: 0 0 40px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

h3 {
	font-size: 32px;
	line-height: normal;
	color: #1A1A1A;
	margin: 0 0 24px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

h4 {
	font-size: 20px;
	line-height: normal;
	color: #1A1A1A;
	margin: 0 0 24px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

h2 span {
	color: rgba(66, 211, 162, 1);
}

.maincontent ul {
	padding: 0;
	margin: 0 0 32px 40px;
	font-size: 18px;
	line-height: 28px;
}

.maincontent li {
	font-size: 18px;
	line-height: 28px;
}

.section.checkmarks ol li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

.section.checkmarks ol li: before{
	content: "✓";
	line-height: 30px;
	text-align: left;
	background-color: transparent;
	width: 30px;
	height: 30px;
	color: #2c90f9;
	display: inline-block;
	vertical-align: middle;
	margin-left: -30px;
}

header {
	margin: 0;
	padding: 0 20px;
	position: relative;
}

header.home {
	padding-top: 100px;
	padding-bottom: 100px;
}

body.page:after {
	content: '';
	display: block;
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: -3;
	background: transparent linear-gradient(180deg, #EDF4FA 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

body.page {
	padding-top: 100px !important;
}

header.home:after {
	content: '';
	display: block;
	position: absolute;
	width: 100vw;
	height: 100%;
	left: calc(50% - 50vw);
	top: -110px;
	z-index: -1;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/header-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.asides {
	width: 100%;
	max-width: 1352px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	z-index: 700;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 10px;
	position: fixed;
	top: 103px;
	left: 50%;
	transform: translateX(-50%);
}

.vacatures-beschikbaar {
	z-index: 2;
	position: relative;
	background-color: white;
	width: fit-content;
	height: fit-content;
	padding: 10px 15px;
	border-radius: 10px;
	box-shadow: 0 0 5px #00000022;
}

.vacatures-beschikbaar p {
	margin: 0;
}

.vacatures-beschikbaar a.button.type-2 {
	border: unset;
	font-weight: bold;
	padding: 0;
	margin-bottom: 0;
	box-shadow: none;
}

.webinar a.button.type-2 span:before, .vacatures-beschikbaar a.button.type-2 span:before {
	margin-left: 5px;
	font-size: 0.8em;
}

.webinar{
	position: relative;
	top: -178px;
	max-width: 350px;
	-webkit-transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
}

.webinar:hover {
	top: 0px;
}

.webinar:hover:before{
	content: '';
	position: absolute;
	top: -10px;
	height: 10px;
	width: 100%;
}

.webinar>div:last-of-type {
	height: 186px;
	padding: 25px 20px 20px;
	box-sizing: border-box;
	background-color: white;
	box-shadow: 0 5px 10px #00000033;
	border-radius: 10px 10px 0 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out 0.1s;
	-moz-transition: opacity 0.3s ease-in-out 0.1s;
	-o-transition: opacity 0.3s ease-in-out 0.1s;
	transition: opacity 0.3s ease-in-out 0.1s;
}

.webinar:hover>div:last-of-type {
	visibility: visible;
	opacity: 1;
}

.webinar>div:first-of-type {
	height: 48px;
	background-color: white;
	color: #33CC99;
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 10px #20BDCF55;
	padding: 10px 20px 0;
	box-sizing: border-box;
	display: block;
	z-index: 1;
}

.webinar>div:first-of-type>p:before {
	content: '';
	display: inline-block;
	height: 0.5em;
	width: 0.5em;
	background-color: #33CC99;
	box-shadow: 0 0px 5px #20BDCF55;
	border-radius: 50%;
	margin-right: 10px;
}

.webinar p {
	font-size: 18px;
	margin-bottom: 10px;
}

.webinar a {
	margin: 10px 0 0;
	float: right;
}

body.home-v2-template:after {
	background: white;
}

.home-v2-template header.home {
	padding-top: 100px;
	padding-bottom: unset;
}

.home-v2-template header.home:after {
	background: linear-gradient(to bottom, #ffffff55, #fff) bottom,
		url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/bg-2-2-hq-flipped.jpg) no-repeat fixed center;
  background-size: 100vw auto, 2000px auto;
	top: -100px;
	height: 130%;
}

.home-v2-template header.home .section {
	height: 85%;
}

.home-v2-template .main>section {
  padding: 150px 0;
  position: relative;
}

.home-v2-template .main>section>h2:first-of-type {
  text-align: center;
  font-size: 24px;
}

.home-v2-template .main>section:before, .home-v2-template .main>section:after,
.home-v2-template .marktonderzoek>div:first-of-type:before, .home-v2-template .marktonderzoek>div:last-of-type:after {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  left: calc(50% - 50vw);
  z-index: -10;
}

.home-v2-template .intro-images div.homevideo {
  padding: unset;
}

.home-v2-template .homevideo:after {
  content: unset;
}

.home-v2-test-template .cta-buttons{
	margin-top: min(5vw, 60px);
}

.home-v2-template .cta-buttons:after {
  content: unset;
}

.home-v2-template .cta-buttons h2 {
  color: #555555;
}

.home-v2-template .cta-buttons .button:last-of-type {
  color: #555555;
  background-color: white;
	background: unset;
}

.home-v2-template .cta-buttons .button:last-of-type:hover {
  color: #33cc99;
}

.home-v2-template .expertises>div, .methodes>div, .home-v2-template .blogberichten>div {
  display: flex;
  justify-content: space-between;
}

.home-v2-template .card{
  width: calc(25% - 10px);
  box-shadow: 0px 5px 10px #00000022;
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: transparent;
  z-index: 0;
	color: #555555;
}

.home-v2-template .card:hover {
	color: #33cc99;
	box-shadow: 0px 0px 10px #4dfbc0dd;
}

.home-v2-template .card:first-child{
  margin-left: 0;
}

.home-v2-template .card:last-child{
  margin-right: 0;
}

.home-v2-template .expertises .card {
	height: fit-content;
}

.home-v2-template .expertises .card>a:first-of-type {
  z-index: -1;
}

.home-v2-template .expertises .card div:first-of-type{
	margin-bottom: -60px;
}

.home-v2-template .expertises .card>a:last-of-type {
	color: white;
  display: block;
  background-color: #FFFFFF11;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 18px;
	font-weight: bold;
  margin-top: -60px;
  margin-bottom: 0;
  padding: 20px 30px;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.home-v2-template .expertises .card>a:hover:last-of-type {
  background-color: #FFFFFFAA;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  text-shadow: black 0 0 5px;
}

.home-v2-template .expertises .card>a:last-of-type>span {
  float: right;
}

.home-v2-template .expertises .card span:before, .home-v2-template .view-all-card span:before{
  font-size: 0.8em;
  float: right;
  margin-right: 0;
  vertical-align: middle;
}

.home-v2-template .expertises .card>div, .home-v2-template .blogberichten .card>div:nth-of-type(2) {
  height: 150px;
  z-index: -2;
}

.home-v2-template .expertises .card img {
  min-height: 150px;
  min-width: 100%;
	max-height: 150%;
	max-width: 150%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.home-v2-template .expertises .card ul, .home-v2-template .expertises .card ul>li {
  padding: 0;
  margin: 0;
}

.home-v2-template .expertises .card ul>li>a {
	color: #555555;
  display: block;
  padding: 24px 30px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(10px);
  font-weight: normal;
}

.home-v2-template .expertises .card ul>li:nth-child(even)>a:hover, .home-v2-template .expertises .card ul>li:nth-child(odd)>a:hover {
	color: #33CC99;
  background-color: #EEEEEE99;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.home-v2-template .expertises .card ul>li:nth-child(even)>a {
  background-color: #FFFFFFBB;
}

.home-v2-template .expertises .card ul>li:nth-child(odd)>a {
  background-color: #FFFFFFDD;
}

.home-v2-template section.expertises:before {
  z-index: -1;
  top: 0;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.home-v2-template section.expertises:after {
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/bg-2-2-hq-flipped.jpg) center no-repeat;
	background-attachment: fixed;
  background-size: 1500px;
  z-index: -2;
  top: 0;
	height: 100%;
}

.home-v2-template .card.view-all-card {
	min-height: 100px;
	height: unset;
  position: relative;
  vertical-align: text-bottom;
  background-color: #FFFFFF99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.home-v2-template .view-all-card:hover {
  background-color: #EEEEEE99;
}

.home-v2-template .view-all-card p {
  text-shadow: none;
  width: calc(100% - 60px);
  position: absolute;
  padding: 0 30px;
  margin: auto 0;
  top: 0;
  bottom: 0;
  font-size: 24px;
  height: 50px;
}

.home-v2-template .view-all-card span {
  width: calc(100% - 60px);
  position: absolute;
  bottom: 0;
  padding: 24px 30px;
}

.button.type-2 {
  border: 2px solid #2C90F9;
  color: #2C90F9;
  background: none;
  padding: 8px 12px;
  box-shadow: none;
	font-size: 18px;
	font-weight: bold;
}

.button.type-2:hover {
	background-image: unset;
	color: #33cc99;
	box-shadow: #33cc99 0 0 5px;
	border-color: #33cc99;
}

.home-v2-template .marktonderzoek>div {
  position: relative;
}

.home-v2-template .marktonderzoek>div:first-of-type:before {
  bottom: 0px;
	height: calc(100% + 150px);
  background: linear-gradient(to bottom, #2c90f9 0%, #66b0f9 80%, #cce5ff 100%);
}

.home-v2-template .marktonderzoek .fc50 {
  margin-bottom: 0;
}

.home-v2-template .marktonderzoek>div:last-of-type:after {
  top: 0px;
  height: calc(100% + 150px);
  background: linear-gradient(to bottom, #a0dcff, #0055aa);
}

.home-v2-template .marktonderzoek .research-type {
  margin: 20px;
  background-color: white;
  color: black;
  padding: 15px 20px;
  box-shadow: 0 5px 10px #00000022;
  width: 400px
}

.home-v2-template .marktonderzoek h3 {
  position: absolute;
  font-size: 50px;
  text-transform: uppercase;
	margin: 0;
}

.home-v2-template .marktonderzoek>div:first-of-type h3 {
  bottom: 10px;
  right: 0px;
  color: white;
	text-shadow: 0 0 5px #00000055;
}

.home-v2-template .marktonderzoek>div:last-of-type {
  min-height: 350px;
}

.home-v2-template .marktonderzoek>div:last-of-type h3 {
  top: 10px;
  right: 0px;
  color: #2C90F9;
}

.home-v2-template .marktonderzoek>div:last-of-type .research-type {
  margin-bottom: 60px;
}

.home-v2-template .marktonderzoek .research-type h4 {
  font-size: 20px;
}

.home-v2-template .marktonderzoek .research-type ul>li {
  color: #555;
}

.home-v2-template .marktonderzoek {
  color: white;
}

.home-v2-template .marktonderzoek h2 {
  color: white;
}

.home-v2-template .doelvragen h2 {
  font-size: 24px;
}

.home-v2-template .doelvragen .button.type-2 {
	display: inline-flex;
  border: 2px solid white;
  color: white;
	margin: 0 5px 10px 0;
}

.home-v2-template .doelvragen .button.type-2:hover {
  box-shadow: #8df 0 0 5px;
	text-shadow: #8df 0 0 2px;
	border-color: #8df;
	color: #8df;
}

.home-v2-template .doelvragen a>span {
	display: flex;
	align-items: center;
  font-size: 16px;
}

.home-v2-template .doelvragen a>span, .home-v2-template .blogberichten .card>span:last-of-type>span,
.home-v2-template .testimonials .card>span:last-of-type>span {
  vertical-align: middle;
  margin-left: 8px;
}

.visual-bovenwater, .visual-onderwater {
  z-index: -1;
  position: absolute;
  left: 40%;
	display: block;
}

.visual-bovenwater img, .visual-onderwater img {
	display: block;
}

.visual-bovenwater {
  bottom: 0px;
}

.visual-onderwater {
  top: 0px;
}

.home-v2-template section.methodes:before {
  z-index: -1;
  top: 0;
  height: 100%;
  background-color: #00000055;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.home-v2-template section.methodes:after {
  z-index: -2;
  top: 0;
  height: 100%;
  background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/NRX_Divider_Image_C3_LR_4.jpg) no-repeat;
  background-attachment: fixed;
  background-size: 100vw;
  background-position: center;
}

.methodes {
  text-align: center;
}

.methodes .card {
  padding: 15px;
	width: calc(25% - 10px);
}

.home-v2-template .methodes .card {
  background: linear-gradient(to bottom, #000000AA, #555555AA);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.methodes .card>div:first-of-type {
  margin-bottom: 0;
}

.methodes .card>div:first-of-type>img {
  min-height: unset;
	min-width: unset;
	height: 120px;
	padding-top: 10px;
	position: unset;
	filter:  brightness(0);
}

.home-v2-template .methodes .card>div:first-of-type>img {
	filter:  brightness(0) invert(1);
}

.methodes .card:hover>div:first-of-type>img {
  filter: unset;
}

.methodes h2, .methodes h3, .methodes p, .methodes a, .methodes span {
  color: #333333;
}

.home-v2-template .methodes h2, .home-v2-template .methodes h3, .home-v2-template .methodes p,
.home-v2-template .methodes a, .home-v2-template .methodes span {
  color: white;
}

.methodes .card:hover h3, .methodes .card:hover p, .methodes .card:hover a, .methodes .card:hover span {
  color: #33CC99;
}

.home-v2-template .card h3 {
  margin: 40px 0;
  font-size: 28px;
}

.methodes .card h3 {
  margin: 20px 0;
}

.methodes .card>p {
  margin-bottom: 55px;
}

.methodes .card>span:last-of-type {
  font-weight: bold;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

.methodes .card>span:last-of-type>span {
	vertical-align: middle;
	margin-left: 5px;
}

.home-v2-template .testimonials:after {
  top: 0;
  height: 100%;
  background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/swoosh2.png) no-repeat;
  background-attachment: fixed;
  background-size: 100vw;
  background-position: center;
}

.testimonials, .home-v2-template .blogberichten {
  text-align: center;
}

.testimonials {
  margin: 50px 0;
}

.home-v2-template .testimonials {
  margin: unset;
}

.testimonials>div {
  display: flex;
	flex-wrap: wrap;
  justify-content: space-around;
}

.testimonials .card {
	width: calc(27% - 10px);
  padding: 20px;
	text-align: center;
	color: #555555;
	background-color: #FFFFFFAA;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.testimonials .card:hover {
	color: #33CC99;
}

.testimonials .card img {
  max-height: 60px;
  max-width: 100px;
}

.testimonials .card blockquote {
  position: relative;
	font-size: 16px;
	text-align: left;
	margin: 20px 0;
	font-style: italic
}

.testimonials .card .quotes:before {
  top: -10px;
	left: -10px;
}

.testimonials .card .quotes:after {
  bottom: -20px;
	right: 0px;
}

.testimonials .card cite {
  margin-bottom: 60px;
}

.home-v2-template .overons:before {
  background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/white-wave.svg);
  background-position: center;
  top: -100px;
  height: 100px;
}

.home-v2-template main>section.overons {
  min-height: unset;
	padding-bottom: 0;
}

.home-v2-template section.overons:after {
  background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/white-wave.svg);
  background-position: center;
	top: unset;
  bottom: -100px;
  height: 100px;
	z-index: 1;
	transform: scaleY(-1);
}

.home-v2-template .blogberichten:before {
	top: 0;
  height: 100%;
  background: linear-gradient(to right, #7CBCFF, #56E7B6);
}

.home-v2-template .blogberichten h2 {
	color: white;
}

.home-v2-template .blogberichten .card {
	background-color: #FFFFFFCC;
	-webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.home-v2-template section .card:hover {
	color: #33CC99;
}

.home-v2-template .blogberichten .card>div:nth-of-type(2) {
  height: 160px;
	overflow: hidden;
  z-index: -2;
}

.home-v2-template .blogberichten .card .categories {
  position: absolute;
  top: 10px;
  left: 10px;
}

.home-v2-template .blogberichten .card .category {
  display: inline-block;
  background-color: #000000CC;
  border-radius: 18px;
  color: #fff;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.home-v2-template .blogberichten .card h3 {
	color: inherit;
  padding: 0 15px;
  margin: 30px 0 70px;
	font-size: 24px;
}

.home-v2-template .blogberichten .card>span:last-of-type, .testimonials .card>span:last-of-type {
  font-weight: bold;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

.home-v2-template section>a.button:last-of-type, .testimonials>a.button:last-of-type {
	margin-top: 40px;
	background: none;
  background-color: #FFFFFFCC;
	color: #555555;
	box-shadow: 0px 5px 10px #00000022;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	-webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.home-v2-template section>a.button:hover:last-of-type, .testimonials>a.button:hover:last-of-type {
	color: #33CC99;
	box-shadow: 0px 0px 10px #4dfbc0bb;
}

.single.cta:before {
  background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/white-wave.svg);
  background-position: center;
  top: -100px;
  height: 100px;
	z-index:1;
	transform: scaleX(-1);
}

.single.cta {
  padding: 100px 0;
	background-color: white;
}

.single.cta>div {
	background-color: #1a1a1a;
	color: white;
	border-radius: 10px;
	text-align: unset;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 15px 30px;
}

.single.cta>div>div:first-of-type {
	display:flex;
	width: 60%;
}

.single.cta>div>div:first-of-type>img {
	margin: auto 0;
	width: 25%;
	height: fit-content;
}

.single.cta>div>div:first-of-type>div {
	margin: auto 0 auto 20px;
}

.single.cta h3 {
	color: white;
	margin-bottom: 0;
}

.single.cta p {
	color: white;
	margin-bottom: 0;
}

.single.cta>div>div:last-of-type {
	width: 30%;
}

.single.cta>div>div:last-of-type a {
	margin: 10px 0;
}

.single.cta:after {
	background: white;
}

nav {
	width: 100%;
	max-width: 1352px;
	margin: 0 auto;
	padding: 16px 20px 0 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 800;
	transform: translateX(-50%);
}

nav a.logo {
	max-width: 140px;
	width: 8vw;
}

nav ul{
  font-size: 0;
}

nav ul,
nav li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

nav li {
	display: inline-block;
}

nav li a {
	display: block;
	padding: 26px;
	padding-left: min(0.9vw, 20px);
	padding-right: min(0.9vw, 20px);
	box-sizing: border-box;
	max-width: 130px;
	color: #333333;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	letter-spacing: 1px;
}

.scrolled nav:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: calc( 100% + 20px );
	background: #ffffffee;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: -1;
  box-shadow: 0 0 20px #2c90f922;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.scrolled nav:after {
	opacity: 1;
}


/* Dropdowns MEGAS */

.dropmenu-c {
	max-width: 1312px;
	margin: 0 auto;
}

.logowhite {
	display: none;
}

nav.dropped .logowhite, .oplossing-template nav .logowhite:not(.oplossing-template.scrolled *),
.product-template nav .logowhite:not(.product-template.scrolled *) {
	display: inline-block;
	width: 142px;
}

nav.dropped .logocolor, .oplossing-template nav .logocolor:not(.oplossing-template.scrolled *),
.product-template nav .logocolor:not(.product-template.scrolled *) {
	display: none;
}

nav.dropped:after {
	background: #1a1a1aee;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 90px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: -1;
}

nav.dropped li a, .oplossing-template nav li a:not(.oplossing-template.scrolled *),
.product-template nav li a:not(.product-template.scrolled *) {
	color: #FFF;
}

nav.dropped .top-actions a.icon-search, .oplossing-template nav .top-actions a.icon-search:not(.oplossing-template.scrolled *),
.product-template nav .top-actions a.icon-search:not(.product-template.scrolled *) {
	color: #FFF !important;
}

.dropmenu {
	color: #FFF;
	position: fixed;
	/*top: 100px;*/
	top: 62px;
	left: 0;
	right: 0;
	display: none;
	z-index: 900;
	padding-top: 35px;
}

.dropmenu-w {
	background: #1A1A1A;
	padding: 40px 20px;
}

.dropmenu.show {
	display: block;
}

.hs-inline-edit .dropmenu {
	position: static;
	display: block;
	top: auto;
	left: auto;
	right: auto;
}

.dropmenu1 a {
	display: flex;
	margin-bottom: 40px;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	line-height: 21px;
}

.menuimage {
	width: 40%;
}

.menudesc {
	width: 60%;
}

.dropmenu1 a img {
	border-radius: 12px;
}

.dropmenu1 a span {
	display: inline-block;
}

.dropmenu1 a span:after {
	font-family: 'ne_icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e902";

	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	margin-top: -2px;
	font-size: 12px;
}

.dropmenu1 a .menudesc {
	padding: 12px 0 0 12px;
}
.dropmenu1 a p {
	font-size: 14px;
	line-height: 21px;
	margin: 12px 0;
	color: #CBCBCB;
	padding: 0 20px 0 0;
}

.dropmenu2 .fc25, .dropmenu3 .fc25 {
	border-bottom: solid 1px #333;
	padding-bottom: 8px;
	margin-bottom: 40px;
}

.dropmenu2 a, .dropmenu3 a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	line-height: 21px;
	display: block;
	margin: 0 0 16px 0;
}

.dropmenu2 .subitems a, .dropmenu3 .subitems a {
	color: #CBCBCB;
}

.dropmenu2 .subitems, .dropmenu3 .subitems {
	display: inline-flex;

}

.dropmenu2 .subitems img, .dropmenu3 .subitems img {
	max-width: 150px;
	height: auto;	
}

.dropmenu2 .subitems .icon-angle-right, .dropmenu3 .subitems .icon-angle-right {
	margin-left: 7px;
	font-size: 11px;
}

@media (max-width: 980px) {
	.dropmenu2 .subitems, .dropmenu3 .subitems {
		display: inline-flex;
		width: 100%;
	}	
	.dropmenu2 .subitems .menuimage, .dropmenu3 .subitems .menuimage {
		width: auto !important;
		margin-right: 24px;
	}
}


/* Menu 2.0 */

@media (min-width: 1201px) {

	#hs_menu_wrapper_Hoofdmenu {
		position: relative;
	}

	#hs_menu_wrapper_Hoofdmenu .hs-menu-depth-1 {
		position: relative;
	}

	#hs_menu_wrapper_Hoofdmenu ul .hs-menu-children-wrapper {
		display: none;
		color: #FFF;
		position: fixed;
		left: 0;
		right: 0;
		z-index: 900;
		padding: 35px 20px 40px 20px;
		margin-left: -20px;
		width: 100%;
		flex-wrap: wrap;
	}

	#hs_menu_wrapper_Hoofdmenu a:hover {
		color: #4DFBC0 !important;
	}
	
	#hs_menu_wrapper_Hoofdmenu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:after {
		content: "\e900";
		padding-left: 3px;
		font-size: 0.6em;
		font-weight: 700;
	}

	#hs_menu_wrapper_Hoofdmenu ul li.hs-item-has-children:hover > .hs-menu-children-wrapper {
		display: inline-block;
		position: absolute;
	}

	#hs_menu_wrapper_Hoofdmenu ul li.hs-item-has-children .hs-menu-children-wrapper li{
		white-space: nowrap;
	}

	/* submenu */
	#hs_menu_wrapper_Hoofdmenu ul .hs-menu-children-wrapper  {
		flex-direction: column;
		padding: 0 24px;
	}

	/* mega submenu */

	#hs_menu_wrapper_Hoofdmenu ul li.megamenu.hs-item-has-children:hover > .hs-menu-children-wrapper {
		display: flex;
	    position: fixed;
	    padding-bottom: 40px;
	}

	#hs_menu_wrapper_Hoofdmenu li.megamenu .hs-menu-children-wrapper {
		flex-direction: row;
		top: 90px;
	}

	#hs_menu_wrapper_Hoofdmenu li.megamenu .hs-menu-children-wrapper li.hs-menu-depth-2 {
		flex: 1 25%;
		max-width: 25%;
		box-sizing: border-box;
		margin: 0;
		padding: 0 10px;
	}

	/* sub submenu */
	#hs_menu_wrapper_Hoofdmenu ul .hs-menu-children-wrapper .hs-menu-children-wrapper,
	#hs_menu_wrapper_Hoofdmenu ul li.megamenu .hs-menu-children-wrapper .hs-menu-children-wrapper {
		display: flex;
		flex-direction: column;
		top: 0;
		position: relative;
	}

	#hs_menu_wrapper_Hoofdmenu ul .hs-menu-children-wrapper .hs-menu-children-wrapper a {
		padding: 8px 0;
		color: #FFF;
	}


	#hs_menu_wrapper_Hoofdmenu .hs-menu-depth-1 > .hs-menu-children-wrapper:before {
		content: '';
    display: block;
    background: #1a1a1aee;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 1px;
    left: calc(300% - 110vw);
    width: 200vw;
    height: 100%;
    z-index: -2;
	}
  
  #hs_menu_wrapper_Hoofdmenu .hs-menu-depth-1.megamenu > .hs-menu-children-wrapper:before {
	  content: none;
	}


	#hs_menu_wrapper_Hoofdmenu .hs-menu-depth-1.megamenu > .hs-menu-children-wrapper:after {
	  content:'';
	  position: absolute;
	  left: 0;
	  transform: translateX(-50%);
	  height: 100%;
	  width: 200vw;
	  z-index:-1;
	  background: #1a1a1aee;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	}


	#hs_menu_wrapper_Hoofdmenu .hs-menu-depth-2.hs-item-has-children > a {
		display: inline-block;
		border-bottom: 1px solid #FFF;
    padding: 26px 4px 4px 4px;
    margin-bottom: 22px;
    color: #FFF;
	}

}

/* Crumbs */

/* Reset HS default rommel */
.hs-breadcrumb-menu-item {
	float: none;
	padding: 0;
	margin: 0;
}

.hs-breadcrumb-menu-divider:before {
	content: none;
}

.crumbs-w {
	padding: 0 20px;
}

.crumbs {
	max-width: 1312px;
	margin: 30px auto 0;
}

.crumbs ul,
.crumbs li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.hs-breadcrumb-menu li:after,
.crumbs li:after {
	content: '>';
	display: inline-block;
	vertical-align: middle;
	color: #333;
}

.crumbs li:last-child:after {
	content: none;
}

.crumbs a{
  color: #333;
  font-weight: bold;
}

.crumbs a:hover{
  color: #12CE8D;
}

.crumbs li:first-of-type a {
  padding-left: 0;
}

.hs-breadcrumb-menu-item.last-crumb span,
.crumbs a {
	font-size: 14px;
	line-height: 12px;
	display: inline-block;
	padding: 7px 8px;
}

.hs-breadcrumb-menu-item.last-crumb span{
	color: #333;
}

.crumbs a.back {
	border-radius: 13px;
	padding: 7px 16px 7px 26px;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/icon-back.svg) center left 8px no-repeat;
	background-color: #2C90F9;
}

.crumbs li.current a {
	font-weight: 700;
}


/* Header */

header p {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 500;
	margin-bottom: 1.8em;
}

header .section {
	max-width: 1312px;
	margin: 0 auto;
	position: relative;
}

header.home .section {
	align-items: center;
}

.section.centered {
	align-items: center;
}

.intro,
.intro-fimage,
.intro-images {
	width: 50%;
}

.intro-fimage img{
  border-radius: 12px;
}

.centerit {
	text-align: center;
}

.intro h1 {
	text-align: left;
}

.centerit.intro h1 {
	text-align: center;
}

.centered .buttonaction {
	text-align: left;
}

.twth .intro {
	width: 33.33%;
}

.twth .intro-fimage {
	width: 66.66%;
}

header .intro {
	padding-top: 100px;
	box-sizing: border-box;
	padding-right: 64px;
	padding-bottom: 100px;
}

header .blog.intro {
	padding-top: 32px;
	padding-bottom: 32px;
}

header.home .intro {
	padding-top: 0;
	padding-bottom: 0;
}

.intro.padd {
	padding-right: 120px;
}

.intro.full {
	width: auto;
	text-align: center;
}

.intro.full p {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.intro-images {
	position: relative;
}

.intro-images-mobile {
  display: none;
}

.intro-images div {
	max-width: none;
	display: block;
	margin: 0;
	position: absolute;
	top: 0;
	left: 32px;
	transform: translateY(-100%);
}

.intro-images div.homevideo {
	max-width: 100%;
	position: static;
	top: auto;
	left: auto;
	transform: none;
}

.homevideo {
	position: relative;
	z-index: 100;
	box-sizing: border-box;
}

.homevideo video {
	width: 100%;
	height: auto;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}

.minicast {
	width: 100%;
	border-radius: 12px;
	margin: 10px 0;
}

.intro-images div:nth-child(2) {
	transform: translateY(-35%);
	left: auto;
	right: 0;
}

.intro-images div:nth-child(3) {
	transform: translateY(30%) translateX(100px);
}

.intro-images span {
	display: block;
}

.intro-images img {
	max-width: none;
	display: block;
	border-radius: 12px;
}

.cta-buttons{
    position: relative;
    padding: 20px 30px 0 0;
    z-index: 1;
}

.cta-buttons::after{
    content: " ";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: calc(100% - 52vw);
    top: 0;
    width: 52vw;
    height: 110%;
    border-radius: 0 20px 20px 0;
    z-index: -1;
}

.cta-buttons h2{
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}

.cta-buttons .button:first-of-type{
  margin-right: 20px;
}

.cta-buttons .button:last-of-type{
  margin-bottom: 10px;
}

.cta-buttons .button:hover{
  background-image: linear-gradient(to right, #34dffc, #6bfccb);
  color: #000;
}

.cta-buttons a span:before{
  margin-left: 15px;
  font-size: 0.8em;
}

.branches-links{
    margin: 20px 0 0 50px;
}

.branches-links h2{
    font-size: 24px;
    margin-bottom: 10px;
}

.branches-links a{
  display: inline-block;
    color: #2C90F9;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 5px 15px;
    margin: 0 5px 10px 0;
    font-size: 16px;
}

.branches-links a:hover{
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 7px 17px;
}

.tag {
	display: inline-block;
	font-size: 14px;
	background: #FFF;
	border-radius: 18px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0 0 32px 0;
  line-height: 32px;
  padding: 0 14px;
}

/* Top actions */

.top-actions a.icon-search {
	color: #333;
	font-size: 26px;
	line-height: 26px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}

.top-actions .ta-c {
	display: inline-block;
}

.top-actions .ta-c a {
	vertical-align: middle;
	margin-bottom: 0;
}

.top-actions .button {
  text-transform: uppercase;
  background-image: linear-gradient(to right, #FF31BA, #FF3162);
  font-size: 16px;
  box-shadow: 0px 0px 10px #ff31a2bb;
}

/* Search */

#hs_cos_wrapper_search_input {
	display: none;
	text-align: center;
	position: fixed;
	top: 90px;
	left: 0;
	right: 0;
	z-index: 900;
	background: #1a1a1aee;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
	padding: 35px 20px 40px 20px;
	margin-left: -20px;
	width: 100%;
}

.hs-search-field {
	font-family: inherit;
	pointer-events: all;
	padding: 0 24px;
}


.hs-search-field input[type="text"]{
	max-width: 800px;
	color: #FFF;
	background: transparent;
	font-family: sans-serif;
}

.hs-search-field input[type="text"]::placeholder{
	color: #DDD;
}

.hs-search-field__bar form {
	display: inline;
	margin-right: 20px;
}

.hs-search-field--open .hs-search-field__suggestions {
	border: none !important;
}

.hs-search-field--open .hs-search-field__suggestions li {
	padding: 4px 0;
}

#results-for {
	padding: 8px 0;
	font-size: 18px;
	color: #FFF;
}

/* Share links */
.shareit p{
  margin-bottom: 5px;
}

.shareit .button{
  padding: 10px;
  background-image: linear-gradient(to right, #eee, #fff);
  box-shadow: 0px 10px 15px #0000001A;
  color: #2C90F9;
  margin-right: 5px;
  border: none;
  cursor:
}

/* Buttons */
.button, a.cta_button {
	display: inline-block;
	background-image: linear-gradient(to right, #3BD4A1, #2AB989);
	color: #FFF;
	box-shadow: 0px 15px 25px #0000001A;
	border-radius: 7px;
	font-size: 20px;
	line-height: 1em;
	padding: 15px 25px;
	letter-spacing: 0.01em;
	margin: 0 0 24px 0;
	transition: all 0.25s ease-in-out;
}

.button.big {
  padding: 15px 25px;
  font-weight: 700;
  box-shadow: 0px 0px 3px #12ECA2;
}

.button:hover, a.cta_button:hover {
	background-image: linear-gradient(to right, #34DFFC, #6BFCCB);
	color: #000;
  box-shadow: 0px 0px 10px #12ECA2;
}

.buttonmicro {
	display: inline-block;
}

.micro {
	display: block;
	font-size: 16px;
	line-height: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: underline;
	color: #33CC99;
}

.micro:first-letter{
  text-transform: capatilize;
}

.micro:hover, .cases-content .micro:hover{
  color: #4DFBC0;
  text-shadow: 0px 0px 10px #4dfbc0bb;
}

/* Nummers */

.nummers {
	text-align: center;
}

.nummers strong {
	font-size: 22px;
	line-height: 34px;
	font-weight: 900;
	text-transform: uppercase;
}

/* USP bubbles */

.usp-bubbles {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 32px;
}

.usp-bubbles h3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 0 -38px;
	height: 157px;
	width: 157px;
	padding: 10px;
	text-align: center;
	font-size: 30px;
	line-height: 1em;
	color: #fff;
}

.usp-bubbles h3:nth-of-type(2) {
	margin-left: 62px;
}

.usp-bubbles h3:last-of-type {
	margin: 6px 0 0;
}

.usp-bubbles h3 small {
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.1em;
}

.usp-bubbles:after {
	content: '';
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/usp-bubbles.svg) no-repeat;
	background-size: 240px;
}


.usp-bubbles.blocks.vertical {
	padding: 0;
	display: block;
}

.usp-bubbles.blocks.vertical:after {
	content: none;
}

.usp-bubbles.blocks.vertical h2 {
	height: auto;
	padding: 24px;
	margin: 0 0 32px 0;
	font-size: 32px;
	line-height: 40px;
}

.usp-bubbles.blocks.vertical h2:nth-child(even) {
	margin-top: 0;
	position: relative;
	right: -60px;
}

/* Award sticker */

.sticker-container{
	position: relative;
}

.award-sticker {
	display: flex;
	position: absolute;
	top: -80px;
	right: -70px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 150px;
	width: 100px;
	padding: 0px 25px;
	margin: 0;
	text-align: center;
	rotate: 10deg;
}

.award-sticker:after{
	content: '';
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/award-sticker.svg) no-repeat;
	background-size: 150px;
}

.award-sticker small, .award-sticker span {
	color: #33cc99;
	text-shadow: 0 0 3px #4dfbc0;
	z-index: 2;
}
.award-sticker small {
	font-size: 12px;
	line-height: 1.2em;
}

.award-sticker span {
	font-size: 30px;
	text-shadow: 0 0 10px;
	line-height: 1em;
}

/* Step items */

.step-items>ol {
	padding-left: 0;
}

.step-items>ol>li {
	position: relative;
}

.step-items>ol>li:before, ol>li>ul>li:before {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	z-index: -1;
}

.step-items>ol>li.step-number:before {
	left: -20px;
	background-color: #33cc99;
	height: calc(40px + 100%);
}

.step-items>ol>li.step-number:not(:has(~ .step-number)):before {
	content: none;
}

.step-items>ol>li>div, .step-items>ol>li>ul>li>div {
	position: relative;
	display: flex;
	background-color: #fff;
	box-shadow: 0 0 5px #00000022;
	padding: 20px;
	margin-bottom: 20px;
}

.step-items>ol>li.step-number>div>div:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: -45px;
	background-color: #33cc99;
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
	width: 30px;
	height: 30px;
	padding: 10px;
	border-radius: 50% 0 0 50%;
	z-index: -1;
}

.step-items>ol>li>div>img, .step-items ul>li>div>img {
	display: block;
	width: 125px;
	height: fit-content;
	margin-right: 20px;
}

.step-items li>div>div>*:last-child {
	margin-bottom: 0;
}

.step-items>ol>li>div>div:last-of-type>h3, .step-items ul>li>div>div:last-of-type>h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.step-items>ol>li::marker, .step-items>ol>li>ul>li::marker {
	content: none;
}

.step-items>ol>li>ul>li {
	position: relative;
}

.step-items>ol>li>ul>li:before {
	top: -20px;
	left: 50%;
	background-color: #2c90f9;
	height: 30px;
}

/* Cijfers */

.cijfers {
	margin: 32px 0 0 0;
	padding: 8px 120px;
	background: #FFF;
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
	min-height: 105px;
	position: relative;
	z-index: 100;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.cijfers h2 {
	margin: 0;
}

.cijfers h2 small {
	display: block;
	margin: 10px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
}

.cijfers.blocks {
	background: none;
	box-shadow: none;
	position: relative;
	padding-top: 160px;
	padding-bottom: 160px;
}

.cijfers.blocks:after {
	content: '';
	display: block;
	position: absolute;
	width: 100vw;
	height: 100%;
	left: calc(50% - 50vw);
	top: 0;
	z-index: -1;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/bg-3.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.cijfers.blocks h2 {
	background: #4DFBC0;
	box-shadow: 0px 16px 32px #00C48199;
	border-radius: 12px;
	width: 192px;
	height: 192px;
	text-align: center;
	box-sizing: border-box;
	padding: 48px 0 0 0;
}

.cijfers.blocks h2:nth-child(even) {
	margin-top: -100px;
	left: auto;
	right: 0;
}

.cijfers.blocks.vertical {
	padding: 0;
	display: block;
}

.cijfers.blocks.vertical:after {
	content: none;
}

.cijfers.blocks.vertical h2 {
	height: auto;
	padding: 24px;
	margin: 0 0 32px 0;
	font-size: 32px;
	line-height: 40px;
}

.cijfers.blocks.vertical h2:nth-child(even) {
	margin-top: 0;
	position: relative;
	right: -60px;
}

/* pros & cons */

.pros-and-cons {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-evenly;
}

.pros-and-cons>div>h3 {
	margin-bottom: 0.8em;
}

.pros-and-cons>div>p {
	margin-bottom: 0;
}

.pros, .cons{
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 20px 30px;
	width: 320px;
	margin-bottom: 20px;
}

.pros {
	margin-right: 20px;
}

.pros-and-cons ul{
	padding-left: 32px;
	margin: 0;
}

.pros-and-cons li{
	list-style-type: none;
	margin-bottom: 15px;
}

.pros-and-cons li:before{
	line-height: 20px;
	text-align: left;
	display: inline-block;
	width: 30px;
	margin-left: -30px;
	vertical-align: middle;
}

.pros li:before{
	content: '\f055';
	font: var(--fa-font-solid);
	font-size: 1.2em;
	color: #33cc99;
}

.cons li:before{
	content: '\f056';
	font: var(--fa-font-solid);
	font-size: 1.2em;
	color: #aaa;
}

/* Producten */
body.overview-intro:before {
	content: '';
	display: block;
	position: absolute;
	width: 100vw;
	height: 150%;
	left: 0;
	top: -10px;
	z-index: -1;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: left top;
}

body.overview-intro:before {
	background-image: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/bg_oplossing.png);
}

@media (max-width: 1820px) {
	body.overview-intro:before {
		background-position: top center;
		background-size: auto;
	}
}



body.product-template>.main {
	position: relative;
	z-index: 1;
	margin-top: -100px;
}

.gradient-intro{
  color: white;
  margin-top: -300px;
  padding: 310px 20px 100px;
}

.oplossing-intro{
  background-image: linear-gradient(to bottom, #2C92F8, #1DE0C8);
}

.product-intro{
  background-image: linear-gradient(to bottom, #7DCBFF, #5F32D8);
	padding-bottom: 180px;
}

.product-intro>*{
  z-index: 1;
}

.product-intro>.crumbs-w{
  position: relative;
}

.oplossing-intro::after{
  content: '';
  position: absolute;
  left: -20px;
  bottom: -30px;
  background-image: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/oplossing-swoosh.svg);
  background-position-x: center;
  width: calc(100% + 20px);
  height: 140px;
}

.product-intro::after{
  content: '';
  position: absolute;
  bottom: -45px;
	left: calc(50% - 50vw);
  background-image: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/product-swoosh.svg);
  background-position: center;
	background-repeat: no-repeat;
	background-size: 3800px;
  width: 100vw;
  height: 870px;
	z-index: 0;
}

.gradient-intro h1, .gradient-intro .crumbs a, .gradient-intro .last-crumb span, .gradient-intro .crumbs li:after {
  color: white;
}

.gradient-intro .crumbs-w{
  padding: 0;
}

.gradient-intro .crumbs{
  margin-bottom: 30px;
}

.gradient-intro .intro-fimage{
  margin-bottom: 20px;
}

.gradient-intro .intro-fimage img{
  max-width: 130%;
}

.stickit {
	position: sticky;
	top: 120px;
}

.producten .stickit p {
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
}

.producten {
	padding: 170px 0 150px 0;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/bg-2-2.jpg) no-repeat;
	background-attachment: fixed;
	background-size: contain;
	background-position: calc(50% + 150px) 0%;
}

.product {
	display: flex;
	flex-direction: row-reverse;
	margin: 0 0 32px 0;
	border-radius: 12px;
	background: #1A1A1A 0% 0% no-repeat padding-box;
	overflow: hidden;
}

.product-image {
	display: flex;
	width: 40%;
	position: relative;
	background-size: cover;
}

.product-info {
	padding: 32px 32px 80px 32px;
	position: relative;
	width: 60%;
	box-sizing: border-box;
}

.product img {
	margin: auto;
	max-width: none;
	display: none;
}

.product:nth-child(odd) {
	background: #1A1A1A;
	color: #FFFFFF;
}

.product:nth-child(odd) h3 {
	color: #FFF;
}

.product:nth-child(even) {
	background: #6BFCCB;
	color: #0D0D0D;
	position: relative;
	z-index: 1;
}

.product:last-child {
	margin-bottom: 0;
}

.meer {
	display: block;
	border-top: solid 1px #64E5BA;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	text-decoration: underline;
	box-sizing: border-box;
	padding: 24px 32px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}

.product:nth-child(odd) .meer {
	border-color: #272727;
}

.meer:before {
	display: block;
	border-left: solid 1px #64E5BA;
	position: absolute;
	height: 100%;
	width: 75px;
	text-align: center;
	line-height: 70px;
	right: 0;
	top: 0;
	font-size: 24px;
	transition: all 0.25s ease;
}

.product:nth-child(odd) .meer:before {
	border-color: #272727;
}

.product:nth-child(odd) .meer:before {
	color: #4DFBC0;
}

.product:hover .meer:before {
	right: 12px;
}

.productusps.intro-content li {
	font-size: 20px;
	line-height: 28px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.productusps.intro-content li:last-of-type {
	margin-bottom: 0;
}

.productusps {
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/neuro-pattern.jpg);
	border-radius: 12px;
}

.mainarea {
	margin: 0 0 64px 0;
}


/* Cases */

.cases {
	position: relative;
	margin-bottom: 180px;
	position: relative;
}

.cases:after {
	content: '';
	display: block;
	position: absolute;
	width: 100vw;
	height: 100%;
	left: calc(50% - 50vw);
	top: 0;
	z-index: -1;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/bg-3.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.homecases.cases:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 200px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

/* Cards */

.categorycards, .case-index, .casecards {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
  flex-wrap: wrap;
}

.casecards{
  margin-top: 50px;
}

.card {
  display: block;
  position: relative;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 10px #00000022;
  padding-bottom: 50px;
  margin: 0px 15px 30px;
  transition: all 0.3s ease-in-out;
}

.card:hover {
  box-shadow: 0px 0px 6px 6px rgba(77, 251, 192, 0.8);
  transform: scale(1.02);
}

.categorycards .card, .casecard.card{
  width: 400px;
}

.casecard.card{
  background-color: black;
}

.card>a:first-child{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.card div:first-of-type{
  overflow: hidden;
  margin-bottom: -60px;
  position: relative;
  z-index: 0;
}

.categorycards .card div:first-of-type{
  height: 150px;
}

.casecard.card>div:first-of-type{
  height: 230px;
}

.card .tag{
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  color: #FFF;
	background: #333;
	font-weight: bold;
  line-height: unset;
  padding: 6px 14px;
}

.card>div:first-of-type>img, .card>div:first-of-type>img {
  min-height: 150px;
	min-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.casecard.card>div:first-of-type>.logo{
  width: 80px;
  height: 60px;
  z-index: 2;
  position: absolute;
  top: 0;
  right:0;
  padding: 10px;
  background-color: white;
  border-bottom-left-radius: 12px;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 6px #00000055;
}

.casecard.card>div:first-of-type>.logo>img{
  width: 100%;
}

.categorycards .card h2, .casecard.card h2 {
  font-size: 25px;
  line-height: normal;
  color: white;
  text-shadow: #000000cc 0 0 5px;
  margin-bottom: 0;
  padding: 15px 30px;
  position: relative;
  z-index: 0;
  background-color: #00000055;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.casecard.card h2{
	background-color: #00000099;
}

.categorycards .card:hover h2, .casecard.card:hover h2 {
  background-color: #000000aa;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}

.categorycards .card p{
  color: #555555;
  padding: 20px 30px;
  margin: 0;
}

.categorycards .card ul{
  margin: 0;
  list-style-type: none;
  font-size: 18px;
  text-align: left;
  padding: 0;
  z-index: 2;
  position: relative;
}

.categorycards .card li>a{
  display: block;
  color: #555555;
  font-weight: bold;
  z-index: 2;
  padding: 10px 30px;
}

.categorycards .card ul>li:nth-child(even)>a {
  background-color: #00000005;
}

.categorycards .card ul>li:nth-child(odd)>a {
  background-color: #0000000b;
}

.card a:hover, .card a:last-child:hover, .casecard.card>div:last-of-type:hover{
  color: #33cc99;
}

.card ul li a span:before {
  margin-right: 10px;
  font-size: 0.8em;
}

.card>a:last-child, .casecard.card>div:last-of-type{
  display: block;
  color: #555;
  padding: 16px 20px;
  font-size: 18px;
  position: absolute;
  bottom:0;
  left: 0;
  width: calc(100% - 40px);
  text-align: right;
  z-index: 2;
}

.casecard.card>div:last-of-type{
  color: white;
}

.card>a:last-child span::before, .casecard.card>div:last-of-type span::before {
  display: inline;
  margin-left: 10px;
  font-size: 0.8em;
}

@media (max-width: 980px) {
	.homecases.cases:before {
		pointer-events: none;
	}
}

.cases h2 {
	text-align: center;
}

.cases-content ul,
.cases-content li {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cases-content {
	background: rgba(32, 32, 32, 1);
	min-height: 400px;
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	color: #FFF;
	padding: 71px 92px;
}

.case {
	display: flex;
}

.case-info,
.case-quote {
	width: 50%;
}

.case-info {
	padding-right: 64px;
}

.cases-content h3,
.cases-content h4 {
	color: #FFF;
}

.cases-content p {
	font-size: 16px;
	line-height: 24px;
}

.cases-content .tag {
	color: #FFF;
	background: #1A1A1A;
	font-weight: 400;
	letter-spacing: 1px;
}

.cases-content .buttonmicro {
	margin-bottom: 32px;
}

.icontag {
	display: inline-block;
	font-size: 14px;
	line-height: 41px;
	background: #1A1A1A;
	color: #FFF;
	border-radius: 18px;
	padding: 0 16px 0 50px;
	font-weight: 500;
	margin: 0 32px 32px 0;
	position: relative;
}

.icontag:before {
	color: #4DFBC0;
	display: block;
	width: 41px;
	height: 41px;
	border-radius: 100%;
	background: #0D0D0D;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.icontag.large {
	line-height: 77px;
	border-radius: 50px;
	padding: 0 64px 0 90px
}

.icontag.large:before {
	width: 77px;
	height: 77px;
	line-height: 76px;
	font-size: 32px;
}

.case-quote {
	border-radius: 11px;
	overflow: hidden;
	position: relative;
	background: rgb(44,144,249);
}

.case-quote img {
	display: block;
	opacity: 0.7;
	width: 100%;
}

.case-image {
	position: relative;
}

.case-image:after {
	content: '';
	display: block;
	background: rgb(44,144,249);
	background: linear-gradient(0deg, rgba(44,144,249,1) 0%, rgba(44,144,249,0) 100%);
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.cite {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 40px;
	z-index: 200;
	background: rgb(44,144,249);
	background: linear-gradient(0deg, rgba(44,144,249,1) 73%, rgba(44,144,249,0) 100%);
}

.cite p {
	font-size: 18px;
	line-height: 28px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

/* Over ons */

.overons {
	position: relative;
	min-height: 700px;
}

.overons .tag {
	background: rgba(230, 230, 230, 1);
}

.overons:after {
	content: '';
	display: block;
	position: absolute;
	width: 100vw;
	height: 100%;
	left: calc(50% - 50vw);
	top: 0;
	z-index: -1;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/bg-4.jpg) bottom right no-repeat;
}


/* Call to action */

.cta {
	position: relative;
	z-index: 1;
	padding: 100px 0;
	background: transparent linear-gradient(180deg, rgba(237, 244, 250, 1) 0%, rgba(255, 255, 255, 1) 100%) 0% 0% no-repeat padding-box;
}

.cta:after {
	content: '';
	display: block;
	position: absolute;
	width: 100vw;
	height: 100%;
	left: calc(50% - 50vw);
	top: 0;
	z-index: -1;
	background: transparent linear-gradient(180deg, rgba(237, 244, 250, 1) 0%, rgba(255, 255, 255, 1) 100%) 0% 0% no-repeat padding-box;
}

.action {
	background: rgba(26, 26, 26, 1);
	border-radius: 12px;
	color: #FFF;
	padding: 56px 16px 155px 16px;
	text-align: center;
	position: relative;
}

.action p {
	font-size: 16px;
	line-height: 24px;
	color: #CBCBCB;
	padding: 0 40px;
}

.action h3 {
	color: #FFF;
}

.action .action-button {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}

.action .button:before {
	font-size: 22px;
	line-height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}

.foto {
	position: absolute;
	top: -57px;
	left: calc( 50% - 57px );
}

.foto img {
	display: block;
}


/* Samenwerkingen */

.samenwerkingen {
	text-align: center;
	margin-bottom: 100px;
}

.samenwerkingen h2 {
	margin-bottom: 0px;
}

.samenwerkingen img {
	display: inline-block;
	vertical-align: middle;
	margin: 32px;
	max-width: 200px;
}


/* Footer */

footer {
	min-height: 400px;
	max-width: 1312px;
	margin: 0 auto;
	padding: 64px 20px 16px 20px;
	position: relative;
}

footer:after {
	content: '';
	display: block;
	position: absolute;
	width: 100vw;
	height: 100%;
	left: calc(50% - 50vw);
	top: 0;
	z-index: 1;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/footer-bg.jpg) bottom left no-repeat;
	background-color: #1A1A1A;
}

.footer-contact {
	font-size: 14px;
	line-height: 64px;
	font-weight: 700;
	color: #989898;
	text-transform: uppercase;
	margin-bottom: 64px;
	position: relative;
	z-index: 3;
}

.footer-contact a, .footer-contact span {
	text-transform: none;
	display: block;
	color: #FFF;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	position: relative;
	padding-left: 40px;
	text-decoration: underline;
}

.footer-contact span.icon-house {
	text-decoration: none;
}

.footer-contact a:before, .footer-contact span:before {
	color: #4DFBC0;
	font-size: 22px;
	vertical-align: middle;
	margin-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
}

.footer-menus {
	color: #FFF;
	position: relative;
	z-index: 3;
}

.footer-menus h4 {
	color: #FFF;
}

.footer-menus a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #989898;
	margin: 0 0 16px 0;
}

.footer-menus h4 span {
	font-family: inherit !important;
}

.footer-menus h6 a,
a.alle {
	font-size: 12px;
	line-height: 21px;
	color: #4DFBC0;
	text-transform: uppercase;
	text-decoration: underline;
	margin-top: 40px;
}

.copy {
	border-top: solid 1px #333;
	padding: 18px 0;
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}

.copy a {
	display: block;
}

.copy #hs_cos_wrapper_footer_minicast_embed{
	width: 42%;
	min-width: 400px
}

.iso {
	width: 150px;
}

.footerwrapper.true .footer-menus {
	display: none;
}

/* Vervolg */

.leesverder {
	display: inline-block;
	background: #FFF;
	box-shadow: 0px 15px 25px #0000001A;
	border-radius: 5px;
	padding: 24px 32px;
	font-size: 18px;
	line-height: 17px;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #1A1A1A;
  transition: all 0.3s ease-in-out;
}

.leesverder:first-letter{
  text-transform: capitalize;
}

.leesverder:hover{
  box-shadow: 0px 0px 10px #4dfbc0bb;
}

.leesverder span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
}

.leesverder.static {
	position: static;
	bottom: auto;
	left: auto;
}

@media (min-width: 1201px) {
  /* Reveal when scroll down */
  .main.reveal-elements div{

  }

  .main.reveal-elements .widget-span{
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.3s all ease;
    overflow-x: unset !important;
  }

  .main.reveal-elements .widget-span.active{
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1200px) {
	.leesverder {
		position: relative;
	}
}

.swooshes{
  width: 100vw;
  background-image: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/website-side-swoosh1-trimmed-min.png),
		url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/website-side-swoosh2-trimmed-min.png);
  background-position: calc(-540px + (-1vw * -15)) top, 80vw top;
  background-repeat: repeat-y, repeat-y;
}

.main.pullup {
	margin-top: -50px;
}

.pullupbig {
	margin-top: -200px;
}

.maincontent {
	margin: 0 0 64px;
}

.mediumcontent {
	max-width: 1088px;
	margin-left: auto;
	margin-right: auto;
}

.smallcontent {
	max-width: 864px;
	margin-left: auto;
	margin-right: auto;
}

.maincontent .tag {
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.intro-background {
	height: 100%;
	margin-right: calc(-50vw + 100%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 12px 0 0 12px;
}

.blog.intro ~ .intro-fimage .intro-background {
	background-position: left top;
}

figure {
	margin: 0;
	padding: 0;
}

.smallcontent figure {
	display: block;
	margin: 64px 0;
}

.mediumcontent figure {
	margin: 64px 0;
}

.mediumcontent figure img,
.smallcontent figure img {
	display: block;
	border-radius: 24px;
}

/* Product */

.centerimage {
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 120px;
}

.centerimage img {
	display: inline-block;
	border-radius: 24px;
}

.centerimage figcaption {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
}

.line {
	border-bottom: solid 2px #EEE;
	padding-bottom: 64px;
	margin-bottom: 40px;
}

.linetop {
	border-top: solid 2px #EEE;
	padding-top: 64px;
	margin-top: 40px;
}

.lines .section {
	border-bottom: solid 2px #EEE;
	padding-bottom: 64px;
	margin-bottom: 40px;
}

.lines .section:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 32px;
}

.intro-items {
	width: 50%;
	display: flex;
	align-items: center;
}

.intro-content {
	position: relative;	
	z-index: 100;
	padding: 64px 64px 16px 64px;
	color: #FFF;
}

.intro-content.fullpad {
	padding: 64px;
}

.neuro .intro-content {
	margin-left: -100px;
}

.pattern .intro-content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/neuro-pattern.jpg);
	/*margin-right: calc(-50vw + 100%);*/
	border-radius: 12px;
	z-index: -1;
}

.neuropattern {
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/neuro-pattern.jpg);
	/*margin-right: calc(-50vw + 100%);*/
	border-radius: 18px;
	color: #FFF;
	padding: 64px;
}

.neuropattern p,
.neuropattern h2,
.neuropattern h3,
.neuropattern h4,
.neuropattern h5 {
	color: #FFF;
}

.intro-content h4 {
	margin: 0 0 4px 0;
	color: #FFF;
}

.intro-content.quote h4 {
	margin-bottom: 20px;
	line-height: 32px;
}

.intro-content ul,
.intro-content li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.intro-content ul {
	margin-bottom: 40px;
}

.intro-content li {
	position: relative;
	padding-left: 40px;
	margin: 0 0 32px 0;
}

.intro-content li:before {
	font-family: 'ne_icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e908";
	color: #4DFBC0;
	font-size: 28px;
	line-height: 28px;
	position: absolute;
	top: -1px;
	left: 0;
}

header .intro-items .section {
	margin-left: -16px;
	margin-right: -16px;
}

.usp {
	color: #FFF;
	text-align: center;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/neuro-pattern.jpg);
	border-radius: 12px;
	overflow: hidden;
	padding: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.usp .icon-check {
	color: #4DFBC0;
	display: block;
	text-align: center;
	font-size: 40px;
	line-height: 44px;
}

.usp h3 {
	color: #FFF;
}

.usp p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.usp:nth-child(even) {
	position: relative;
	top: 40px;
}


/* Button action */

.buttonaction {
	background: transparent linear-gradient(269deg, #4DFBC0 0%, #2C90F9 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 16px 32px #00000017;
	border-radius: 16px;
	min-height: 100px;
	position: relative;
	z-index: 100;
	overflow: auto;
	max-width: 1088px;
	margin: 0 auto 80px auto;
}

.maincontent .buttonaction {
	margin-top: 80px;
}

.buttonaction-c {
	margin: 8px 0 0 0;
	padding: 24px 64px;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/neuro-pattern.jpg);
	overflow: auto;
	color: #FFF;
}

.buttonaction-c p {
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 4px;
}

.buttonaction-c h3 {
	color: #FFF;
	text-transform: none;
	margin: 0;
  font-size: 28px;
}

.buttonaction-c .button {
	position: absolute;
	top: 36px;
	right: 32px;
	margin-bottom: 0;
}

.buttonaction-c .button span {
	display: inline-block;
	margin-right: 8px;
	font-size: 18px;
}

.buttonaction.big {
	text-align: center;
}

.buttonaction.big .buttonaction-c {
	padding: 64px 64px;
}

.buttonaction.big h3 {
	margin-bottom: 32px;
}

.buttonaction.big .button {
	position: static;
	top: auto;
	right: auto;
}


/* Quote */

.blockquote {
	font-size: 24px;
	line-height: 36px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	background-color: white;
	padding: 40px 64px;
	max-width: 640px;
	margin: 64px auto 100px auto;
  font-style: italic;
	box-shadow: 0px 5px 20px #00000022;
  position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.blockquote img {
	display: block;
	max-height: 60px;
	max-width: 100px;
	margin-bottom: 20px;
}

.quotes:before {
  content: '\201c';
  font-size: 40px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.quotes:after {
  content: '\201d';
  font-size: 40px;
  position: absolute;
  bottom: 35px;
  right: 30px;
}

.blockquote.small {
	padding: 32px;
}

.quotes.small:before {
  top: 10px;
  left: 10px;
}

.quotes.small:after {
  bottom: 0;
  right: 15px;
}

cite {
	display: block;
	margin: 12px 0 0 0;
	font-size: 14px;
	line-height: 21px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.imagequote {
	position: relative;
	padding-top: 200px;
}

.imagequote blockquote {
	margin: 0;
	position: absolute;
	right: 50%;
	transform: translate(50%, -60%);
	width: 60%;
}


/* Oplossingen */

.oplossingen {
	margin-bottom: 120px;
	overflow: hidden;
}

.oplossingenslider {
	position: relative;
	padding-top: 80px !important;
}

.oplossingenslider,
.oplossingenslider li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

.oplossing {
	position: relative;
	margin: 0 0 32px 0;
	border-radius: 12px;
	background: #1A1A1A;
	overflow: hidden;
	height: calc( 100% - 64px );
	padding: 32px 32px 160px 32px;
}

.oplossing p {
	font-size: 16px;
	line-height: 24px;
}

.oplossing .meer {
	color: #1A1A1A;
	border: none;
}

.oplossing .meer:before {
	border: none;
}

.oplossingenrelated {
	margin-left: -16px;
	margin-right: -16px;
}

.oplossingenslider .slick-list {
	overflow: visible;
}

.slick-track .slick-slide:nth-child(odd) .oplossing {
	background: #1A1A1A;
	color: #E6E6E6;
}

.slick-track .slick-slide:nth-child(odd) .oplossing h3 {
	color: #FFF;
}

.slick-track .slick-slide:nth-child(even) .oplossing {
	background: #6BFCCB;
	color: #0D0D0D;
}

.slick-track .slick-slide:nth-child(odd) .oplossing .meer {
	color: #4DFBC0;
}

.slick-track .slick-slide:nth-child(odd) .oplossing .meer:before {
	color: #4DFBC0;
}

.oplossing .meer:hover:before {
	right: 12px;
}

.slick-slide {
	margin: 0 16px;
}

.slick-track
{
		display: flex !important;
}

.slick-slide
{
		height: inherit !important;
}

.slick-slide > div,
.slick-slide > div > li,
.slick-slide > div > li > a {
	height: 90%;
}

.slick-prev,
.slick-next {
	display: block;
	background: none;
	width: 64px;
	height: 40px;
	position: absolute;
	line-height: 40px;
	top: 0;
	left: 16px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

	text-indent: -999em;
	overflow: hidden;
	border: none;
	outline: none;
	z-index: 100;

	background: #E6E6E6;
	box-shadow: 0px 3px 6px #0000003D;
	border-radius: 21px;
	cursor: pointer;
}

.slick-next {
	left: 90px;
}

.slick-prev:after,
.slick-next:after {
	font-family: 'ne_icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e902";
	text-indent: 0;
	font-size: 20px;
	color: #333;
	position: absolute;
	top: 10px;
	left: 30px;
}

.slick-prev:after {
	-ms-transform: rotate( -180deg );
	-webkit-transform: rotate( -180deg );
	transform: rotate( -180deg );
	left: 25px;
}

.sliderdots {
	display: block;
	list-style-type: none;
	position: absolute;
	bottom: -120px;
	left: 0;
	width: 100%;
	text-align: center;
}

.slick-dots {
	padding: 10px 8px 14px 8px;
	margin: 0;
	display: inline-block;
	background: #E6E6E6;
	box-shadow: 0px 3px 6px #0000003D;
	border-radius: 21px;
}

.slick-dots li {
	display: inline-block;
	margin: 0 8px;
	padding: 0;
	vertical-align: middle;
}

.slick-dots li button {
	display: block;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	background: #989898;
	border: none;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	text-indent: -999em;
	outline: none;
	z-index: 2;
}

.slick-dots li.slick-active button {
	background: #4DFBC0;
	position: relative;
}

.slick-dots li.slick-active button:after {
	content: '';
	display: block;
	background: #4DFBC0;
	width: 32px;
	height: 32px;
	position: absolute;
	top: -8px;
	left: -8px;
	border-radius: 100%;
	z-index: 1;
	opacity: 0.3;
}


/* Case block */

.bigblock {
	display: flex;
	flex-direction: row;
	margin: 64px -112px;

	border-radius: 12px;
	background: #1A1A1A;
	overflow: hidden;
}

.bigblock.fc50 {
	margin: 0 16px 30px 16px;
	display: block;
	padding: 48px 32px 80px 32px;
	position: relative;
}

.bigblock-image {
	display: flex;
	width: 50%;
	background-size: cover;
}

.bigblock-image img {
	opacity: 0;
}

.bigblock-info {
	padding: 32px 32px 80px 32px;
	position: relative;
}

.bigblock img {
	display: block;
	margin: auto;
	max-width: none;
}

.link-blocks .bigblock img {
	position: absolute;
	top: 32px;
	right: 32px;
}

.bigblock h3 {
	color: #FFF;
}

.link-blocks .bigblock h3 {
	margin-top: 24px;
}

.bigblock .meer {
	border-color: #272727;
	color: #4DFBC0;
}

.bigblock .meer:before {
	color: #4DFBC0;
	border-color: #272727;
}

.bigblock:hover .meer:before {
	right: 12px;
}

.bigblock p {
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
}

.bigblock .tag {
	color: #FFF;
	background: #333;
	font-weight: 400;
	letter-spacing: 1px;
}

@media (max-width: 1340px) {
	.bigblock {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Case detail */

.case-meta {
	display: inline-block;
	vertical-align: top;
}

.case-meta.true {
	display: none;
}

.case-meta {
	margin-right: 32px;
	margin-bottom: 24px;
}

.case-meta:last-child {
	margin-right: 0;
}

.case-meta strong {
	display: block;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.case-meta img {
	display: inline-block;
	margin-top: 12px;
}

.case-meta .icontag.large {
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.24);
	padding: 0 32px 0 75px;
	line-height: 64px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.case-meta .icontag.large:before {
	width: 64px;
	height: 64px;
	line-height: 65px;
	font-size: 28px;
}

.link-blocks {
	margin-bottom: 188px;
}

.link-blocks h2 {
	text-align: center;
	margin-bottom: 64px;
}


/* Team */

.ons-team {
	position: relative;
	padding: 90px 0;
	margin: 120px 0;
}

/* .ons-team:before {
	content: '';
	display: block;
	background-image: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/swoosh3.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 100%;
	z-index: -1;
}

@media (max-width:800px){
	.ons-team:before {
		content: none;
	}
}
 */

.ons-team:after {
	content: '';
	display: block;
	background: #EDF4FA;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 100%;
	z-index: -2;
}

.ons-team h2 {
	text-align: center;
}

.ons-team p.big {
	font-size: 24px;
	line-height: 36px;
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}



.member {
	max-width: 320px;
	padding-top: 80px;
}

.member .meer {
	color: #1A1A1A;
}

.member .meer:hover:before {
	right: 12px;
}

.member-info {
	background: #6BFCCB 0% 0% no-repeat padding-box;
	box-shadow: 0px 16px 32px #05E99C47;
	border-radius: 12px;
	padding: 24px 24px 100px 24px;
	position: relative;
	z-index: 100;
	right: -16px;
	margin-top: -50px;
}

.member-info h4 {
	margin-bottom: 6px;
}

.member-functie {
	background: rgba( 80,80,80, 0.4 );
	color: #FFF;
	border-radius: 19px;
	padding: 6px 16px;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	top: -48px;
	left: 0;
	font-size: 12px;
	line-height: 12px;
	max-width: 80%;
}

.member-quote {
	font-weight: bold;
	margin: 12px 0 0 0;
	font-style: italic;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.member figure {
	padding: 0;
	margin: 0;
	position: relative;
	min-height: 260px;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/pattern.jpg) top left no-repeat;
	border-radius: 12px;
}

.member figure img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-height: 300px;
	width: auto;
}

.members {
	margin-left: -100px;
	margin-right: -100px;
	padding-bottom: 100px;
}

.members:after {
	content: '';
	display: block;
	position: absolute;
	width: 100vw;
	height: 100%;
	left: calc(50% - 50vw);
	top: 0;
	z-index: -1;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/members-swoosh.png) no-repeat;
}

.teamslider {
	margin: 0;
	padding: 0;
}

.teamslider .slick-next,
.teamslider .slick-prev {
	top: auto;
	bottom: -120px;
	left: 50%;
	right: inherit;
	background: none;
	box-shadow: none;
	margin-left: -33px;
}

.teamslider .slick-prev {
	transform: translateX(-230px);
}

.teamslider .slick-next {
	transform: translateX(230px);
}


.teamslider2 {
	margin: 0;
	padding: 0;
}

.teamslider2 .slick-next,
.teamslider2 .slick-prev {
	top: auto;
	bottom: -168px;
	left: 50%;
	right: inherit;
	background: none;
	box-shadow: none;
	margin-left: -33px;
}

.teamslider2 .slick-prev {
	transform: translateX(-230px);
}

.teamslider2 .slick-next {
	transform: translateX(230px);
}

/* Techniek */

.techniekicoon {
	display: block;
	width: 64px;
	height: 64px;
	line-height: 68px;
	font-size: 32px;
	margin-bottom: 16px;
	background: #4DFBC0;
	box-shadow: 0px 12px 24px rgba(0, 196, 129, 0.35);
	border-radius: 8px;
	text-align: center;
}

/* Quote */

.quotee {
	margin: 40px 0 0 0;
}

.quotee img {
	display: inline-block;
	float: left;
}

.quotee h4 {
	margin-left: 120px;
	padding-top: 20px;
}

.quotee h4 small {
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #A3A3A3;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

/* Sub oplossing */

.oplossingproduct {
	margin: 100px 0;
}

.oplossingproduct h2 {
	text-align: center;
}


/* Teamlid */

.memberphoto img {
	display: block;
	margin-top: -100px;
}

.intro-content.memberphoto {
	padding-bottom: 0;
}

.pattern .intro-content.memberphoto:after {
	width: 100%;
	border-radius: 12px;
}

.profielpagina header:after {
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/header-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.profielpagina .ons-team {
	margin-top: 0;
}

.profielpagina .ons-team:after {
	content: none;
}

/* Search results */

.search-results-template .main {
	padding-top: 100px;
}

.search-results-template .main ul.categorycards {
	justify-content: unset;
}

ul.hs-search-results__listing {
	margin: 0 0 50px 0;
}

ul.hs-search-results__listing li.card {
	padding-bottom: 60px;
	margin: 0 10px 20px;
}

ul.hs-search-results__listing li.card:hover {
	color: #33cc99;
}

ul.hs-search-results__listing li.card h3 {
	padding: 20px 30px 10px;
	margin-bottom: 0px
}

/* Label link */

.labellink {
	display: inline-block;
	background: rgba(77, 251, 192, 1);
	font-size: 28px;
	line-height: 40px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding: 16px;
	border-radius: 8px;
	margin: 0 24px 24px 0;
	color: rgba(13, 13, 13, 1);
	transition: all 0.25s ease;
	position: relative;
	top: 0;
}

.labellink:nth-child(odd) {
	background: #1a1a1a;
	color: #FFF;
}

.labellink:hover {
	top: -6px;
}

/* Contact */

.contactinfo {
	display: block;
	position: relative;
	margin: 0 0 40px 0;
	padding-left: 75px;
	text-decoration: none;
}

.contactinfo span {
	font-size: 14px;
	font-weight: normal;
	color: #1a1a1a;
	display: block;
}

a.contactinfo {
	text-transform: none;
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	position: relative;
}

.contactinfo.icon-house {
	text-decoration: none;
	color: #1a1a1a;
}

.contactinfo:before {
	background: linear-gradient(to bottom, #2c90f9, #12eca2);
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 64px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
}


/* Blog post / artikel */

.relatedposts {
	text-align: center;
	margin: 120px 0;
}

.moreposts {
	text-align: left;
	color: #1a1a1a;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.moreposts .card, .learnings .card {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	padding-bottom: 70px;
	width: 400px;
}

.moreposts .card p, .learnings .card p {
	color: #1a1a1a;
}

.moreposts .card img, .learnings .card>div:first-of-type>img {
	display: block;
	border-radius: 10px 10px 0 0;
	margin: 0 0 20px 0;
	position: static;
}

.moreposts .card .blog-info, .learnings .card .learning-info {
  padding: 0 20px;
}

.learnings .card .learning-info {
	position: static;
}

.learnings .card .learning-info .meer {
	width: calc(100% - 20px);
}

.moreposts .card .categories {
	position: absolute;
	display: inline-block;
	left: 10px;
	top: 10px;
}

.moreposts .card .category {
	display: inline-block;
	background-color: #2C90F9;
	border-radius: 18px;
	color: #fff;
	padding: 7px 16px;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.moreposts .card .blog_meta {
	width: calc(100% - 20px);
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.moreposts .card .blog_meta:after {
	content: "\e902";
	position: absolute;
	right: 32px;
	bottom: 24px;
	color: #2c90f9;
	font-size: 24px;
	font-family: 'ne_icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: 0.2s all;
}

.moreposts .card:hover .blog_meta:after {
	right: 24px;
	color: #33cc99;
}

.moreposts .card .blog_meta > span {
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #0D0D0D;
	font-weight: bold;
}

.moreposts .card .blog_meta > span:nth-of-type(2) {
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #4D4D4D;
	font-weight: bold;
}

.moreposts .card .blog_meta > span > i {
	display: inline-block;
	margin-right: 20px;
	font-size: 20px;
	line-height: 28px;
	color: #0D0D0D;
}

.intro .categories {
	display: inline-block;
}

.intro .category {
	display: inline-block;
	background-color: #2C90F9;
	border-radius: 18px;
	color: #fff;
	padding: 7px 16px;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.intro .category.media {
	background-color: #4DFBC0;
}

.intro .blog_meta {
	position: relative;
}

.intro .blog_meta > span {
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #0D0D0D;
	font-weight: bold;
}

.intro .blog_meta > span:nth-of-type(2) {
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #4D4D4D;
	font-weight: bold;
}

.intro .blog_meta > span > i {
	display: inline-block;
	margin-right: 20px;
	font-size: 20px;
	line-height: 28px;
	color: #0D0D0D;
}


/* Blog index */
.blogtop {
	text-align: center;
	margin: 0 0 80px 0;
}

.moreposts h2 {
	line-height: 26px;
}


/* Linklogos */
.logos {
  text-align: center;
  padding-bottom: 64px;
}

.logos strong{
  font-size: 22px;
  font-weight: 900;
  line-height: 34px;
}

.linklogos {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
}

.linklogos div {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	width: 20%;
	vertical-align: middle;
	display: flex;
	align-items: center;
	text-align: center;
}

.linklogos a {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.linklogos img {
	max-width: 140px;
	display: block;
	margin: auto;
}

.main.home .logos{
  position: relative;
  box-shadow: 0px 30px 80px -75px rgb(0 0 0 / 20%);
  padding-bottom: 30px;
}

.main.home .linklogos div{
  width: 16%;
}

.main.home .logos>a.button{
  margin-top: 40px
}

/* Infinite logo's */

section.infinitelogos, .home-v2-template .main>section.infinitelogos {
  display: flex;
	flex-direction: column;
	padding: 100px 0;
}

section.infinitelogos>h2, section.infinitelogos>a.button {
	margin: 0 auto;
	width: fit-content;
	z-index: 2;
}

section.infinitelogos>h2, .home-v2-template .main>section.infinitelogos>h2:first-of-type {
	font-size: 22px;
	font-weight: 900;
	line-height: 34px;
	margin-bottom: 1em
}

section.infinitelogos>div::before, section.infinitelogos>div::after{
	position: absolute;
	content: '';
	height: 100%;
	width: 10rem;
	z-index: 1;
}

section.infinitelogos>div::before {
	left: 0;
	background: linear-gradient(to right, #fff 0%, #0000 100%);
}

section.infinitelogos>div::after {
	top: 0;
	right: 0;
	background: linear-gradient(to left, #fff 0%, #0000 100%);
}

section.infinitelogos>div {
	position: relative;
	width: 100vw;
	background-color: #fff;
	overflow: hidden;
	margin-left: calc(50% - 50vw);
}

section.infinitelogos>div>ul{
	display: flex;
	align-items: center;
	list-style: none;
	width: var(--logo-width-all);
	animation: slideToLeft var(--duration) linear infinite;
	padding: 0;
}

@keyframes slideToLeft {
	100%{
		transform: translateX(calc(-100% / 2));
	}
}

section.infinitelogos ul>li{
	width: var(--logo-width);
	font-size: 2rem;
	text-align: center;
	margin-left: 6rem;
}

section.infinitelogos ul>li>img{
	max-height: 100px
}

/* Contactpersonen */

.contact-template h1{
	text-align: center;
	margin-bottom: 60px;
}

.contactpersonen{
	text-align: center;
	margin: 40px auto;
}

.contactpersonen h2{
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 30px;
}

.contactpersonen>div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.contactpersonen>div>a{
	color: #555;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 20px;
	margin-bottom: 20px;
	width: 14%;
}

.contactpersonen>div>*{
	margin: 0 10px 0;
}

.contactpersonen>div>a:hover {
	color: #33cc99;
	box-shadow: 0px 0px 15px #4dfbc0dd;
}

.contactpersonen>div>div {
	width: 14%;
}

.contactpersonen>div>div, .contactpersonen>div>a>div{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	padding-bottom: 40px;
	height: 100%;
}

.contactpersonen>div>a>div>strong{
	position: absolute;
	bottom: 40px;
}


.contactpersonen>div div>div{
	border-radius: 50%;
	background: linear-gradient(to bottom, #2C90F9, #12ECA2);
	height: 160px;
	width: 160px;
	overflow: hidden;
	position: relative;
}

.contactpersonen>div div>div>img{
	position: absolute;
	top: 10px;
	left: 15px;
	height: 180px;
}

.contactpersonen>div div>h3{
	margin: 10px 0 5px;
	color: inherit;
	font-size: 22px;
}

.contactpersonen>div div>p{
	margin-bottom: 10px;
}

.contactpersonen>div div>p:last-of-type{
	margin-bottom: 0px;
	line-height: 1.2em;
}

.contactpersonen>div div>p:nth-of-type(2){
	color: #888;
}

.contactpersonen.futurephotos>div>a.card{
	padding: 0;
}

.contactpersonen.futurephotos>div>a.card{
	padding: 0 0 20px;
	width: 300px;
}

.contactpersonen.futurephotos>div>a.card>div:first-of-type, .contactpersonen.futurephotos>div>a.card>div:first-of-type>div {
	margin-bottom: 0;
}

.contactpersonen.futurephotos>div>a.card>div:first-of-type>div {
	width: 100%;
	height: 300px;
	border-radius: 10px 10px 0 0;
}

.contactpersonen.futurephotos>div>a.card>div>h3{
	margin: 20px 0 10px;
	font-weight: normal;
	font-size: 28px;
}

.contactpersonen.futurephotos>div div>div{
	border-radius: 50%;
	background: none;
}

.contactpersonen.futurephotos>div div>div>img{
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

/* Learnings */

.topline {
	border-top: solid 1px #CCC;
}

.learnings {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.learning {
	position: relative;
	padding-bottom: 80px;
}

.learning>div:first-of-type {
	margin-bottom: 0;
}

.learning .meer {
	border: none;
	color: #1A1A1A;
	padding-left: 0;
}

.learning .meer:before {
	border: none;
	color: #2c90f9;
}

.learning-image {
	margin-bottom: 12px;
	position: relative;
}

.learning-image img {
	display: block;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.teller {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 62px;
	line-height: 37px;
	color: #FFF;
	position: absolute;
	bottom: 40px;
	right: 16px;
	z-index: 200;
}

.teller small {
	font-size: 26px;
}

.morelearnings {
	padding-top: 80px;
}

.morelearnings h2 {
	text-align: center;
}

/* Form styling */


input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"] {
	box-shadow: 0px 4px 16px #00000014;
	border: 1px solid #DBDBDB;
	-webkit-appearance: none;
	border-radius: 5px;
	display: inline-block;
	padding: 10px;
	line-height: 1;
	font-size: 16px;
	font-family: 'Metropolis';
	font-weight: 500;
	color: #333333;
}

textarea {
	box-shadow: 0px 4px 16px #00000014;
	border: 1px solid #DBDBDB;
	-webkit-appearance: none;
	border-radius: 5px;
	display: block;
	padding: 10px;
	line-height: 1;
	font-size: 16px;
	font-family: 'Metropolis';
	font-weight: 500;
	color: #333333;
}

.hs-form input[type="submit"].hs-button {
	display: block;
	width: 100%;
	border: none;
	background: #FFF;
	box-shadow: 0px 10px 20px #0000001D;
	color: #006FFF;
	font-weight: 900;
	padding: 22px 16px;
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.01em;
}

.hs-form input[type="submit"].hs-button:hover {
	background: #ccc;
}

.hs-form input[type="submit"].hs-button {
	background-image: linear-gradient(to right, #40AAF0, #0070F9);
	box-shadow: 0px 0px 10px #2C90F91A;
	color: #FFF;
	position: relative;
}

.hs-form input[type="submit"].hs-button:hover {
	background-image: linear-gradient(to right, #34dffc, #6bfccb);
  box-shadow: 0px 0px 10px #4dfbc0bb;
  color: #000;
}

.hs-form input[type="submit"].hs-button:focus {
	outline: 0;
}

.hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form input[type="tel"] {
	background: #E8F2FC;
	border: solid 1px #E8F2FC;
	font-size: 16px;
	color: #A3A3A3;
	line-height: 1;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100% !important;
	box-shadow: none;
}

.hs-form input[type="checkbox"] {
	margin-top: 2px;
}

.hs-form input[type="text"].invalid.error,
.hs-form input[type="email"].invalid.error,
.hs-form input[type="tel"].invalid.error {
	border: solid 1px #FF0000;
}

.hs-form textarea {
	background: #E8F2FC;
	border: solid 1px #E8F2FC;
	font-size: 16px;
	color: #A3A3A3;
	line-height: 1;
	height: 80px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100% !important;
	box-shadow: none;
}

.hs-error-msgs {
	/* display: none !important; */
}

.hs-form-field {
	margin-bottom: 12px;
}

.hs-form-field label {
	font-size: 16px;
	line-height: 26px;
}

.hs-form .input {
	margin-right: 0 !important;
}

.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(odd) {
	padding-right: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(even) {
	padding-left: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hs-richtext.hs-main-font-element {
    margin-bottom: 12px;
}

.hs-richtext p {
	font-size: 12px !important;
	line-height: 16px !important;
}


.maincontent .hs-form {
	background: #FFF;
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	padding: 24px;
}

.maincontent .neuropattern .hs-form {
	background: none;
	padding: 0;
	border-radius: none;
}

.hs-form ul.inputs-list {
	list-style-type: none;
	margin-left: 0;
}


/* CTA contact slideout */

.cta-contact {
	background: #2C90F9;
	min-height: 200px;
	padding: 80px 0;
	color: #FFF;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	display: none;
	position: relative;
	margin-bottom: 64px;
}

.cta-contact h2,
.cta-contact h3,
.cta-contact h4 {
	color: #FFF;
}

.cta-person img,
.cta-person h4 {
	display: inline-block;
	vertical-align: middle;
}

.cta-person h4 {
	line-height: 26px;
	margin: 0 0 0 20px;
}

.cta-contact-label {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #FFF;
}

.cta-contact .hs-form input[type="submit"].hs-button {
	background: #EEE;
	color: #000;
	margin-top: 32px;
}

.cta-contact .hs-form input[type="submit"].hs-button:hover {
	color: #2C90F9;
}

.cta-close {
	background: #FFF;
	border-radius: 100%;
	width: 78px;
	height: 78px;
	position: absolute;
	top: -32px;
	left: calc( 50% - 39px );
	z-index: 300;
	cursor: pointer;
	font-size: 12px;
	color: #1A1A1A;
	line-height: 65px;
	text-align: center;
	box-shadow: 0px 12px 23px rgba( 0, 0, 0, 0.5 );
	text-transform: uppercase;
}

.cta-close span {
	display: block;
	font-size: 18px;
	line-height: 18px;
	position: relative;
	top: 20px;
}


/* Repsonsive global */

.mobmenu,
.drop-close {
	display: none;
}

@media (max-width: 1100px) and (min-width: 981px) {
/* 	nav {
		display: block;
	}

	nav a.logo {
		display: inline-block;
		float: left;
	}

	nav ul {
		float: right;
	}

	.top-actions {
		position: absolute;
		top: 60px;
		right: 32px;
	} */
	nav > li {
		margin: 0;
	}
}

@media (max-width: 2560px) {
 .swooshes {
    background-position: calc(-650px + (-1vw * -25)) top, 72vw top;
  }
}

@media (max-width: 1800px) {
  .gradient-intro .intro-fimage img{
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  
	.buttonaction.big .buttonaction-c {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main.home .linklogos div, .linklogos div {
		width: 30%;
	}
	.mobmenu {
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 42px;
		position: absolute;
		right: 20px;
		background: #FFF;
		color: #000;
		font-size: 24px;
    border-radius: 5px;
	}

	.section {
		clear: both;
		display: block;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
	}

	.section.switchcols {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column-reverse;
	}

	[class^="fc"], [class*=" fc"] {
		display: block;
		width: auto;
		float: none;
		clear: both;
		margin: 0 0 32px 0;
	}

	.fc20 {
		width: auto;
	}

	.fc25 {
		width: auto;
	}

	.fc33 {
		width: auto;
	}

	.fc40 {
		width: auto;
	}

	.fc50 {
		width: auto;
	}

	.fc60 {
		width: auto;
	}

	.fc66 {
		width: auto;
	}

	.fc75 {
		width: auto;
	}

	header {
		margin-bottom: 20px;
		margin-top: 50px;
	}

	header .main {
		padding-left: 0;
		padding-right: 0;
	}

	nav a.logo {
		width: 80px;
    z-index: 1;
	}

	header.home {
		height: auto;
		min-height: 10px;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	header.home .section {
		height: auto;
	}

	header .intro {
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 32px;
	}

	.intro.padd {
		padding-right: 0;
	}

	.intro-items {
		width: auto;
	}

	.memberphoto img {
		margin-top: 0 !important;
	}
	
	header.home .section {
		display: flex;
		justify-content: space-between
	}

	.intro,
	.intro-fimage,
	.intro-images {
		width: auto;
	}

	.home .intro, .home .intro-images {
		width: calc(50% - 10px);
	}
	
	.home-v2-template header.home{
		padding-top: 0;
	}
	
	.home-v2-template header.home:after {
		background-size: 100vw, 1500px;
		top: -150px;
		height: 140%;
	}
	
	.home-v2-template header.home .section {
		height: 85%;
	}
	
	.home-v2-template .main>section{
		padding: 100px 0;
	}
	
	.home-v2-template section>a.button:last-of-type {
		margin-top: 0;
	}
	
	.home-v2-template .expertises>div, .methodes>div, .testimonials>div, .home-v2-template .blogberichten>div{
	  flex-wrap: wrap;
		justify-content: center;
	}
	
	.home-v2-template .card{
		width: calc(50% - 40px);
		max-width: 400px;
		margin: 0 15px 30px;
  }
	
	.home-v2-template .card:first-child{
    margin-left: 15px;
	}

	.home-v2-template .card:last-child{
		margin-right: 15px;
	}
	
	.home-v2-template .expertises .card{
		width: 100%;
		max-width: 300px;
		min-width: unset;
  }
	
	.scrolled nav:after, .categorycards .card h2, .casecard.card h2, .home-v2-template .expertises .card>a:last-of-type,
	.home-v2-template .expertises .card ul>li>a, .home-v2-template .card.view-all-card, .home-v2-template .methodes .card,
	.testimonials .card, .home-v2-template .blogberichten .card,  .home-v2-template section.expertises:before,
	.home-v2-template section.methodes:before {
		-webkit-backdrop-filter: unset;
    backdrop-filter: unset;
  }
	
	.categorycards .card h2, .casecard.card h2, .home-v2-template .expertises .card>a:last-of-type {
		background-color: #000000aa;
	}
	
	.home-v2-template .expertises .card ul>li>a, .testimonials .card, .home-v2-template .blogberichten .card {
		background-color: #ffffffdd;
	}
	
	.home-v2-template .marktonderzoek .section{
		display: flex;
	}
	
	.home-v2-template .marktonderzoek .fc50{
		width: calc(50% - 10px);
	}
	
  .visual-bovenwater, .visual-onderwater{
		left: 30%;
	}
	
	.home-v2-template section.methodes:before {
		background-color: #000000dd;
	}
	
	.home-v2-template .methodes:after, .testimonials:after {
		background-size: 200vw;
	}
	
	.home-v2-template .methodes .card {
		width: calc(50% - 60px);
		max-width: 350px;
  }
	
	.home-v2-template .methodes .card {
		background: linear-gradient(to bottom, #000000aa, #555555aa);
  }
	
	.home-v2-template section.methodes:after {
		background-image: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/NRX_Divider_Image_C3_LR_4_Rotated.jpg);
	}
	
	.home-v2-template section.testimonials:after {
		background-image: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/bg-2-2-flipped.jpg);
	}
	
	.testimonials .card {
		width: calc(40% - 15px);
  }
	
	.home-v2-template main>section.overons.section {
	  padding-bottom: 50px;
		display: flex;
		justify-content: space-between;
  }
	
	.home-v2-template .overons .fc50{
		width: calc(50% - 10px);
	}
	
	.home-v2-template main>section.samenwerkingen {
		margin: 0px;
		width: unset;
	}
	
	.home-v2-template .blogberichten .card>div:nth-of-type(2) {
		overflow-y: hidden;
	}
	
	.home-v2-template .blogberichten .card h3{
		margin-top: 20px;
		font-size: 2.5vw;
	}
	
  .single.cta {
		padding: 75px 0;
		display: flex;
	}
  
  .gradient-intro .crumbs{
    margin-top: 20px;
    max-width: 864px;
  }
  
  .gradient-intro .section{
    display: flex;
    max-width: 864px;
  }
  
  .gradient-intro .intro{
    order: 2;
  }
  
  .gradient-intro .intro h1{
    margin-bottom: 4vw;
  }
	
	.gradient-intro .intro-items:has(+ div.productusps.intro-content){
    order: 3;
  }
  
  .gradient-intro .intro-fimage, .gradient-intro .intro-images{
    order: 1;
		margin: -20px 0 20px;
  }
  
  .gradient-intro .intro-fimage img{
    width: 500px;
    max-width: 100%;
  }

	.cases {
		margin-bottom: 64px
	}

	.case {
		display: block;
	}

	.case-info,
	.case-quote {
		width: auto;
		padding-right: 0;
	}

	.cases-content {
		padding: 71px 32px;
	}

	.case-quote {
		min-height: 480px;
		display: flex;
			flex-wrap: nowrap;
			flex-direction: column-reverse;
	}

	.cite {
		position: static;
		bottom: auto;
		left: auto;
		width: auto;
	}

	.overons .section .fc50:last-child {
		margin-top: 152px;
	}

	h1 {
		font-size: 38px;
		line-height: normal;
	}

	h2 {
		font-size: 32px;
		line-height: normal;
	}

	h3 {
		font-size: 28px;
		line-height: normal;
	}

	h4 {
		font-size: 20px;
		line-height: normal;
	}

	.producten .stickit p {
		font-size: 18px;
		line-height: 28px;
	}

	.slick-prev, .slick-next {
		display: none !important;
	}

	.top-actions {
		position: relative;
		right: 55px;
	}

	.top-actions a.button {
		padding: 12px 18px;
	}

	header p {
		font-size: 18px;
		line-height: 24px;
	}

	nav ul {
		padding: 20px;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 50px;
		display: none;
	}

	nav li {
		margin: 0 10px;
			display: block;
	}

	.dropmenu {
		position: fixed;
		padding-top: 0;
	}

	#hs_menu_wrapper_Hoofdmenu{
		position: inherit;
	}

	nav #hs_menu_wrapper_Hoofdmenu ul {
		padding: 20px;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 50px;
		display: none;
		box-sizing: border-box;
	}

	nav #hs_menu_wrapper_Hoofdmenu > ul {
    background: #ffffffee;
		height: 0vh;
		overflow-y: auto;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 0 20px;
	}
  
  nav #hs_menu_wrapper_Hoofdmenu > ul.show {
		height: 100vh;
    padding: 80px 20px;
	}

	#hs_menu_wrapper_Hoofdmenu a{
		padding: 12px 4px;
    color: #333333;
	}

	#hs_menu_wrapper_Hoofdmenu .hs-menu-depth-2.hs-item-has-children>a {
    display: inline-block;
    border-bottom: 1px solid #1a1a1a;
    padding: 12px 4px 4px 4px;
    margin-bottom: 8px;
  }

	#hs_menu_wrapper_Hoofdmenu ul ul {
		position: relative;
		flex: none;
		display: none;
		padding: 0;
	}

	#hs_menu_wrapper_Hoofdmenu li.hs-menu-depth-1.hs-item-has-children > a {
		display: inline-block;
	}


	#hs_menu_wrapper_Hoofdmenu li.hs-menu-depth-1.hs-item-has-children {
		position: relative;
	}

	#hs_menu_wrapper_Hoofdmenu li.hs-menu-depth-1.hs-item-has-children:after {
		font-family: 'ne_icons' !important;
		speak: never;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e900";
		position: absolute;
		top: 12px;
    right: 0px;
		font-size: 22px;
		cursor: pointer;		
	}


/* 	#hs_menu_wrapper_Hoofdmenu li.hs-menu-depth-1.hs-item-has-children:hover ul {
		display: inline-block;
	}
 */


	.menuimage {
		width: 18%;
	}

	.dropmenu1 a {
		margin-bottom: 20px;
	}

	.drop-close {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 300;
		color: #FFF;
		display: block;
		width: 30px;
		height: 20px;
		font-size: 20px;
	}
	
	.asides{
		top: 70px;
	}

	.cijfers {
		padding: 32px;
		display: block;
	}

	.cta.section .fc33:first-child {
		margin-bottom: 80px;
	}

	.cta.section .fc33:nth-child(2) {
		margin-bottom: 80px;
	}

	.bigblock {
		display: block;
	}

	.bigblock-image {
		width: auto;
	}

	.buttonaction-c {
		padding: 24px;
	}

	.buttonaction-c .button {
		position: static;
		display: block;
		margin-top: 20px;
	}

	.pattern.neuro .intro-content:after {
		width: 100%;
		border-radius: 12px;
	}

	.neuro .intro-content {
		margin-left: 0;
	}

	.intro-content {
		padding: 20px;
	}
	
	.productusps.intro-content {
		margin-bottom: 40px;
	} 
	
	.productusps.intro-content ul {
		margin-bottom: 0;
	}

	.leesverder.static {
		margin-top: 32px;
		display: none;
	}

	.blog-intro .leesverder {
		position: static;
		left: auto;
		bottom: auto;
	}

	.link-blocks .bigblock img {
		position: static;
		top: 0;
		right: 0;
		display: block;
		margin: 0;
	}

	header p {
		margin-bottom: 20px;
	}

	.producten {
		padding: 64px 0;
	}
  
  /* Landingpage met menu */

  .section.landinghead{
    display: flex;
  }
  .section.landinghead > .fc50:last-child{
    width: 100%;
    order: -1;
  }
	
	/* Contactpersonen */
	
	.contact-template h1{
		text-align: unset;
  }
	
	.contact-template .maincontent>.section{
		display: flex;
		justify-content: space-between;
  }
	
	.contact-template .contactpersonen h2{
		font-size: 28px;
  }
	
	.contactpersonen>div>div, .contactpersonen>div>a{
		width: calc(20vw - 50px);
  }
	
	.contactpersonen>div div>div{
		width: calc(20vw - 60px);
		height: calc(20vw - 60px);
  }
	
	.contactpersonen>div div>h3{
		font-size: 20px;
  }
	
	.contactpersonen>div div>p{
		line-height: 24px;
  }
	
	.contactpersonen>div div>div>img{
		height: calc(20vw - 60px);
  }
	
	.contactpersonen>div>a>div>div{
		width: calc(20vw - 65px);
		height: calc(20vw - 65px);
  }
}

@media (max-width: 980px) {
	
	.section {
		clear: both;
		display: block;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
	}

	.section.switchcols {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column-reverse;
	}

	[class^="fc"], [class*=" fc"] {
		display: block;
		width: auto;
		float: none;
		clear: both;
		margin: 0 0 32px 0;
	}

	.fc20 {
		width: auto;
	}

	.fc25 {
		width: auto;
	}

	.fc33 {
		width: auto;
	}

	.fc40 {
		width: auto;
	}

	.fc50 {
		width: auto;
	}

	.fc60 {
		width: auto;
	}

	.fc66 {
		width: auto;
	}

	.fc75 {
		width: auto;
	}
	
  .swooshes {
    background-image: none;
  }
  
  .swooshes:before {
    content: '';
    background-image: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/bg_oplossing.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }
	
	.swooshes:before {
    display: none;
  }
  
	.members {
		margin: 0;
	}
  
  /* Home intro */
	
	header.home .section {
		display: block;
	}
	
	.home .intro, .home .intro-images-mobile {
		width: auto;
  }
	
	.home .intro-images {
		margin-top: 64px;
    display: none;
	}
	
	.home .intro-images-mobile {
    display: block;
		margin-bottom: 80px;
  }
	
	.home-v2-template .intro-images div.homevideo, .home-v2-template .intro-images .minicast {
	  max-width: 500px;
  }
	
	.home-v2-template .intro-images .minicast {
	  max-height: 80px;
  }
	
	.home-v2-template .main>section {
		padding: 75px 0;
	}
	
	.home-v2-template header.home:after {
	  top: -350px;
  }
	
	.home-v2-template .expertises>div, .methodes>div, .testimonials>div, .home-v2-template .blogberichten>div{
		justify-content: space-around;
	}
	
	.home-v2-template .card, .methodes .card{
		width: calc(50% - 30px);
  }
	
	.home-v2-template .marktonderzoek>div:first-of-type{
		padding-bottom: 30vw;
	}
	
	.home-v2-template .marktonderzoek>div:first-of-type:before{
		height: calc(100% + 75px);
	}
	
	.home-v2-template .marktonderzoek>div:last-of-type{
		padding-top: 40vw;
	}
	
	.home-v2-template .marktonderzoek>div:last-of-type:after{
		height: calc(100% + 75px);
	}
	
	.home-v2-template .marktonderzoek h3{
		font-size: 5.1vw;
	}
	
	.home-v2-template .marktonderzoek .fc50{
		width: 100%;
	}
	
	.home-v2-template .marktonderzoek .research-type{
		width: calc(100% - 40px);
		margin: 20px 0;
	}
	
	.visual-bovenwater, .visual-onderwater {
    left: 10%;
  }

	.visual-bovenwater {
		width: 70%;
	}
	
	.testimonials .card{
		width: 400px;
	}
	
	.home-v2-template .overons.section{
		display: block;
	}
	
	.home-v2-template .overons .fc50{
		width: 100%;
	}
	
	.home-v2-template .blogberichten .card h3{
		margin-top: 20px;
		font-size: 3vw;
	}
	
	.single.cta {
		padding: 50px 0;
	}
	
	.single.cta>div {
		padding: 15px 20px
	}
	
	.single.cta>div>div:first-of-type {
		width: 50%;
	}
	
	.single.cta>div>div:last-of-type {
		width: 40%;
	}

  .cta-buttons{
    padding-right: unset;
  }
  
  .cta-buttons::after{
    content: " ";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: -20px;
    top: 0;
    width: 100vw;
    border-radius: 0;
    height: 115%;
  }
  
  .branches-links{
    margin-left: 0;
  }
	
	.step-items>ol:has(li.step-number), .step-items ul {
		padding-left: 20px;
	}
	
	.step-items>ol>li:before {
		left: -15px;
	}
	
	.step-items>ol>li.step-number>div>div:first-of-type {
		width: 10px;
		height: 10px;
		left: -30px;
		font-size: 1em;
	}
	
	/* Contactpersonen */
	
	.contact-template h1{
	  margin: 50px 0 60px;
  }
	
	.contact-template .maincontent>.section{
		flex-direction: column;
	}
	
	.contact-template .contactpersonen{
		display: inline-block;
		order: 1;
		width: 100%;
  }
	
	.contact-template .contactpersonen>div>div{
	  width: calc(20vw - 50px);
  }
	
	.contact-template .fc40{
		order: 0;
  }
	
	.contact-template .fc60{
		order: 2;
  }
	
	.contactpersonen h2{
		font-size: 28px;
  }
	
	.contactpersonen>div>*{
		max-width: unset;
		width: calc(33vw - 50px);
		margin: 0 5px 15px;
  }
	
	.contactpersonen>div>*:first-child{
	  margin-left: 5px;
  }

  .contactpersonen>div>*:last-child{
	  margin-right: 5px;
  }
	
	.contactpersonen>div div>div{
		width: calc(20vw - 30px);
		height: calc(20vw - 30px);
  }
	
	.contactpersonen>div>a{
		width: calc(22vw - 10px);
  }
	
	.contactpersonen>div div>div>img{
		height: calc(20vw - 30px);
  }
	
	.contactpersonen>div div>p{
		line-height: 22px;
  }
	
	.contactpersonen>div>a>div>div{
		width: calc(20vw - 30px);
		height: calc(20vw - 30px);
  }
	
	.contactpersonen>div>div{
	  width: calc(33vw - 50px);
  }
	
	.copy {
		row-gap: 20px;
	}
	
	.copy #hs_cos_wrapper_footer_minicast_embed{
		order: -1;
		width: 100%;
		min-width: unset;
		margin-bottom: 10px;
	}
}

@media (max-width: 620px) {

  body.page{
    padding-top: 50px !important;
  }
  
  header {
		margin-bottom: 10px;
	}
  
  header .intro {
		padding-bottom: 16px;
	}
	
	.top-actions a.button{
		font-size: 12px;
		border-radius: 5px;
		padding: 10px 14px;
	}
  
  .crumbs {
    margin: 16px auto;
  }
  
	.product-info {
		width: auto;
	}

	.product-image {
		display: none;
	}

	.product {
		display: block;
	}

	.blockquote {
		padding: 15px 10px;
		font-size: 18px;
		line-height: 26px;
    margin: 20px auto 50px auto;
	}
  
	.blockquote:before {
		font-size: 30px;
		position: absolute;
		top: 10px;
		left: 5px;
	}

	.blockquote:after {
		font-size: 30px;
		position: absolute;
		bottom: 0;
		right: 5px;
	}
	
	.search-results-template .main {
		padding-top: 50px;
	}
  
  .labellink {
	  font-size: 4.5vw;
    margin: 0 3.8vw 3.8vw 0;
    padding: 2.6vw;
    line-height: 6vw;
  }
  .main.home .linklogos div, .linklogos div {
		width: 50%;
    padding: 5vw;
	}
	
	section.infinitelogos>div>ul {
		animation-duration: var(--mobile-duration);
	}
	
	.home .intro-images-mobile {
		margin-bottom: 0;
	}

	.asides {
		position: unset;
		margin: 20px auto 10px;
		transform: unset;
	}
	
	.webinar {
		z-index: 1;
	}
	
	.home-v2-template header.home:after, .home-v2-template section.expertises:after{
		background-size: 1000px;
	}
	
	.home-v2-template .expertises>div, .methodes>div, .home-v2-template .blogberichten>div {
		justify-content: space-around;
	}
	
	.home-v2-template .card, .methodes .card{
		width: 100%;
		margin: 0 0 30px;
  }
	
	.home-v2-template .card:first-child{
		margin-left: 0;
  }
	
	.home-v2-template .card:last-child{
		margin-right: 0;
  }
	
	.home-v2-template .expertises .card, .home-v2-template .methodes .card, .methodes .card {
		width: 100%;
		max-width: 300px;
		min-width: unset;
  }
	
	.home-v2-template .expertises .card>a:last-of-type, .home-v2-template .expertises .card ul>li>a,
	.home-v2-template .view-all-card p, .home-v2-template .view-all-card span {
		padding: 20px 15px;
	}
	
	.home-v2-template .view-all-card p {
		margin: 0;
	}
	
	.home-v2-template .view-all-card span {
		width: calc(100% - 30px);
	}
	
	.home-v2-template .blogberichten .card h3{
		font-size: 4.5vw;
	}
	
	.single.cta>div {
		display: block;
	}
	
	.single.cta>div>div:first-of-type, .single.cta>div>div:last-of-type {
		width: 100%;
		text-align: center;
	}
	
	.single.cta>div>div:first-of-type {
		margin-top: 10px;
		margin-bottom: 20px;
		display: block;
	}
	
	.single.cta>div>div:first-of-type>img {
		width: 35%;
	}
	
	.single.cta>div>div:first-of-type>div {
		margin: 0 auto;
	}
  
  .card .tag{
    margin-right: 102px;
  }
	
	 .categorycards .card>div:first-of-type, .casecard.card>div:first-of-type{
    margin-bottom: calc(-3.6vw - 41px);
  }
  
  .categorycards .card>div:first-of-type>img, .casecard.card>div:first-of-type>img{
    top: 0;
    bottom: unset;
  }
	
	.categorycards .card h2, .casecard.card h2 {
    font-size: calc(3vw + 10px);
	}
	
	.award-sticker {
		top: -80px;
		right: -70px;
		height: 120px;
		width: 80px;
		padding: 0px 15px;
	}

	.award-sticker:after{
		background-size: 110px;
	}

	.award-sticker small {
		font-size: 10px;
		line-height: 1.2em;
	}

	.award-sticker span {
		font-size: 20px;
	}
	
	.step-items ul {
		margin-left: 0;
	}
	
	.step-items>ol>li>div, .step-items>ol>li>ul>li>div {
		flex-direction: column;
		align-items: center;
	}
	
	.step-items>ol>li>div>img, .step-items>ol>li>ul>li>div>img {
		margin: 0 0 10px;
	}
	
	.pros {
		margin-right: 0;
	}
	
	.neuropattern{
		padding: 40px;
	}
	
	/* Contactpersonen */
	
	.contactpersonen>div>div, .contactpersonen>div>a, .contact-template .contactpersonen>div>div {
		width: calc(33vw - 20px);
  }
	
	.contactpersonen>div div>div {
		width: calc(33vw - 30px);
		height: calc(33vw - 30px);
  }
	
	.contactpersonen>div div>div>img {
		height: calc(33vw - 30px);
  }
	
	.contactpersonen>div div>p, .contactpersonen>div>a>div>strong {
		font-size: 16px;
  }
	
	.contactpersonen>div>a>div>div{
		width: calc(33vw - 35px);
		height: calc(33vw - 35px);
  }
}

@media (max-width: 420px) {
  .cta-buttons .button{
    margin-right: unset;
  }
  
	.top-actions a.icon-search {
		display: none;
	}
  
  h1 {
    font-size: 8.4vw;
    margin-bottom: 8vw;
    line-height: normal;
  }
	
  h2 {
    font-size: 7.6vw;
    margin-bottom: 7vw;
    line-height: normal;
  }
	
  h3 {
    font-size: 6.8vw;
    margin-bottom: 6.5vw;
    line-height: normal;
  }
	
  .linklogos img {
    max-width: 35vw;
  }
  
  .action p {
	  padding: 0 10px;
  }
	
	.card {
		margin: 0 0 30px;
	}
  
  .categorycards .card, .casecard.card {
    width: 90vw;
  }
	
	.card div:first-of-type{
		overflow: hidden;
		margin-bottom: -60px;
		position: relative;
		z-index: 0;
	}
	
	.categorycards .card>div:first-of-type>img, .casecard.card>div:first-of-type>img{
    max-width: 130%;
  }
	
	.categorycards .card h2, .casecard.card h2,.categorycards .card p, .casecard.card p, .categorycards .card li>a {
		padding: 15px 20px;
  }
  
  .casecard.card .tag{
    width: min-content;
  }
  
  .casecard.card>div:first-of-type>.logo{
		width: 18vw;
		height: 14vw;
  }
	
	.home-v2-template .blogberichten .card .category{
		padding: 4px 10px;
    font-size: 12px;
		margin-bottom: 5px;
	}
	
	.home-v2-template .blogberichten .card h3{
		font-size: 6vw;
	}
	
	.home-v2-template .card, .methodes .card{
		width: 100%;
  }
	
	.vacatures-beschikbaar, {
		width: calc(100vw - 60px);
		padding: 5px 10px;
	}
	
	.vacatures-beschikbaar p, .webinar p {
		font-size: 4vw;
		line-height: 1.4em;
	}
	
	.vacatures-beschikbaar a {
		display: inline-block;
	}
	
	.learning>div:first-of-type {
		margin-bottom: 0;
	}
	
	.teller {
	  font-size: 12vw;
		bottom: 8vw;
		right: 5vw;
	}

	.teller small {
		font-size: 6vw;
	}
	
	.step-items>ol:has(li.step-number) {
		padding-left: 10px;
	}
	
	.step-items>ol>li.step-number>div>div:first-of-type {
		width: 8px;
		height: 10px;
		left: -25px;
		font-size: 1em;
	}
	
	.step-items>ol>li.step-number:before {
    left: -12px;
	}
	
	.pros, .cons{
	  padding: 10px 15px;
  }
	
	.contactpersonen h2{
		font-size: 6.8vw;
  }
	
	.contactpersonen>div div>p, .contactpersonen>div>a>div>strong {
    font-size: 14px;
  }
	
	.contactpersonen>div>div, .contactpersonen>div>a {
		width: calc(50vw - 65px);
  }
	
	.contactpersonen>div>a{
		padding: 10px;
  }
}

.hs-tools-menu {
	display: none !important;
}


/* Vacature blok */

.section.vacatures {
	justify-content: center;
}

.over-vacatures h2 {
	text-align: center;
	margin-bottom: 64px;
}

.vacblock {
	display: block;
	margin-bottom: 32px;
	border-radius: 12px;
	background: #1A1A1A;
	overflow: hidden;
	color: #FFF;
	position: relative;
	padding: 32px;
	padding-bottom: 80px;
}

.vacblock h2,
.vacblock h3 {
	color: #FFF;
}

.vacblock .meer {
	border-color: #272727;
	color: #4DFBC0;
}

.vacblock .meer:before {
	color: #4DFBC0;
	border-color: #272727;
}

.vacblock:hover .meer:before {
	right: 12px;
}

.vacblock .tag {
	color: #FFF;
	background: #333;
	font-weight: 400;
	letter-spacing: 1px;
}

div.widget-type-form {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}


.boxit {
	padding: 32px;
	background: #FFF;
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
	border-radius: 8px;
}

.mainproduct .widget-type-rich_text {
	max-width: 1088px;
	margin-left: auto;
	margin-right: auto;
}

/* FAQ / Veelgestelde vragen */

.faqfilters {
	background: #e6e6e6;
	color: #333;
	border-radius: 32px;
	padding: 8px 20px;
	text-align: center;
	margin-bottom: 64px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.24);
}

.faqfilters a {
	display: inline-block;
	color: #666666;
	font-size: 16px;
	line-height: 16px;
	padding: 20px 32px;
	border-radius: 28px;
	font-weight: bold;
}

.faqfilters a.active {
	background: #4dfbc0;
	color: #1a1a1a;
}

.faqfilters span {
	display: inline-block;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 16px;
	padding: 20px 32px;
	border-radius: 28px;
	font-weight: bold;
	margin-right: 16px;
}

.faqsection {
	padding-top: 32px;
	border-top: solid 1px #e6e6e6;
}

.faqsection h2 {
	font-size: 32px;
	line-height: 40px;
}

.faqsection h3 {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 0;
	margin-bottom: 0;
	cursor: pointer;
}

.faqsection p,
.faqsection a {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 18px;
}

.faqsection a {
	text-decoration: underline;
}

.faq-answer {
	display: none;
	margin-bottom: 32px;
}

.accordion {
	position: relative;
}

.accordion:after {
	font-family: 'ne_icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e900";
	position: absolute;
	top: 32px;
	right: 20px;
	font-size: 22px;
}

.accordion.show:after {
	content: "\e903";
}

.accordion.show .faq-answer {
	display: block;
	padding-top: 20px;
}

.accordion {
	padding: 32px;
	border-top: solid 1px #e6e6e6;
}

.accordion:first-child {
	border: none;
}

.accordion.show {
	background: #FFF;
	box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	border: none;
}


/* Filters general */

/* FAQ / Veelgestelde vragen */
.menufilters {
	background: #e6e6e6;
	color: #333;
	border-radius: 32px;
	padding: 8px 20px;
	text-align: center;
	margin-bottom: 64px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.24);
}

.menufilters ul{
	line-height: 50px;
}

.menufilters ul,
.menufilters li {
	display: block;
	padding: 0;
	margin: 0;
}

.menufilters li {
	display: inline-block;
	color: #666666;
	font-size: 16px;
	line-height: 16px;
  margin-right: 10px;
}

.menufilters li a {
  background: #d3d3d3;
	display: inline-block;
	color: #666666;
	font-size: 16px;
	line-height: 16px;
	padding: 12px 25px;
	border-radius: 40px;
	font-weight: bold;
  transition: all 0.15s ease-in-out;
}

.menufilters li a:hover {
	background-image: linear-gradient(to right, #34dffc, #6bfccb);
	color: #1a1a1a;
	box-shadow: 0px 3px 6px rgba(0, 219, 145, 0.43)
}

.menufilters li.active a {
	background-image: linear-gradient(to right, #34dffc, #6bfccb);
	color: #1a1a1a;
	box-shadow: 0px 3px 6px rgba(0, 219, 145, 0.43)
}

.section.landinghead {
	margin-top: 64px;
}

header.home .section.landinghead{
  align-items: unset;
}


/* Filters blog */
.menufilters.blog {
	max-width: 1312px;
	width: calc(100% - 32px);
	display: inline-flex;
	margin: 48px 16px 0 16px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
	padding: 8px 50px;
	line-height: 50px;
	box-sizing: border-box;
}

.menufilters.blog span {
	font-size: 18px;
	color: #0D0D0D;
	font-weight: bold;
	padding-right: 58px;
}

.menufilters.blog ul li:target{
  scroll-margin-top: 180px;
}

.menufilters.blog ul li a:first-letter {
	text-transform: capitalize;
}

@media (max-width: 1312px) {
	.menufilters.blog {
		left: 0;
		transform: translateX(0%);
	}
}

@media (max-width: 820px) {
	.menufilters.blog {
		padding: 8px 20px;
	}
}

@media (max-width: 640px) {
	.menufilters.blog {
    border-radius: 0;
		display: block;
		text-align: center;
    margin: 0;
    padding: 5px 8px;
    width: unset;
    line-height: 2em;
	}
  
  .case-index .menufilters.blog{
    margin: 0 -20px;
  }
	
  .menufilters.blog span {
		padding-right: 0;
	}
  
  .menufilters ul {
    line-height: 40px;
  }
  
  .menufilters li {
    margin-right: 5px;
  }
  
  .menufilters li a {
    padding: 8px 12px;
    font-size: 14px;
  }
}


/* Video module  */
a.video {
	display: block;
	position: relative;
	background: #132226;
	border-radius: 12px;
	overflow: hidden;
}

div.video {
	display: block;
	position: relative;
	background: #132226;
	border-radius: 12px;
	overflow: hidden;
}

a.video:before {
	content: none;
}

.video img {
	display: block;
	border-radius: 12px;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
	width: 100%;
}

.play {
	display: block;
	width: 80px;
	height: 56px;
	border-radius: 12px;
	position: absolute;
	top: calc( 50% - 28px );
	left: calc( 50% - 40px );
	z-index: 10;
	text-align: center;
	line-height: 59px;
	font-size: 24px;
	overflow: hidden;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/play.svg) center no-repeat;
	background-color: #FFF;
}

.play:hover {
	background-color: #2C90F9;
}




/* LITY */

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, 0.9);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.lity.lity-opened {
	opacity: 1;
}
.lity.lity-closed {
	opacity: 0;
}
.lity * {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
					box-sizing: border-box;
}
.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important;
}
.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
	opacity: 1;
}
.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important;
}
.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
			 -o-transform: scale(1);
					transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
	-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
			 -o-transform: scale(0.8);
					transform: scale(0.8);
}
.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
					box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
					box-shadow: none;
}
.lity-close::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
					box-shadow: none;
}
.lity-close:active {
	top: 1px;
}
/* Image */
.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
	width: 100%;
	max-width: 964px;
}
.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
					transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
					box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
.lity-hide {
	display: none;
}


/* Top CTA blok */

/* Case block */

.ctabigblock {
	display: block;
	border-radius: 12px;
	background: #1A1A1A;
	overflow: hidden;
	position: relative;
}

.ctabigblock-info {
	padding: 32px 32px 1px 32px;
	position: relative;
}

.ctabigblock img {
	display: block;
	margin: auto;
	max-width: none;
}


.ctabigblock h3 {
	color: #FFF;
}

.ctabigblock .meer {
	border: none;
	color: #4DFBC0;
}

.ctabigblock .meer:before {
	color: #4DFBC0;
	border: none;
}

.ctabigblock:hover .meer:before {
	right: 12px;
}

.ctabigblock p {
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
}

.ctabigblock .tag {
	color: #FFF;
	background: #333;
	font-weight: 400;
	letter-spacing: 1px;
}

/* Typewriter block */
.typewriter-text {
	color: #2C90F9;
}

.typewriter-text:after {
	content: '';
	width: 2px;
	display: inline-block;
	height: 40px;
	animation: knipperding 1.2s infinite;
	margin-bottom: -5px;
	margin-left: 5px;
}

@keyframes knipperding{
	0%{ background-color: #000; }
	49%{ background-color: #000; }
	60%{ background-color: transparent; }
	99%{ background-color:transparent; }
	100%{ background-color: #000; }
}

/* Lijst in tekstwidget met icoontjes */
/* .widget-type-rich_text ul, .section.producten ul {
	list-style: none;
	padding-inline-start: 0px;
} */

.widget-type-rich_text ul li, .section.producten ul li {
	line-height: 30px;
	/* margin-bottom: 32px; */
	font-weight: normal;
/* 	padding-left: 32px; */
}

.widget-type-rich_text ol li, .section.producten ol li {
	list-style-type: none;
}

.widget-type-rich_text ol li:before, .section.producten ol li:before {
	content: "✓";
	line-height: 30px;
	text-align: left;
	background-color: transparent;
	width: 30px;
	height: 30px;
	color: #2c90f9;
	display: inline-block;
	vertical-align: middle;
	margin-left: -30px;
}

.checkmarklist ul>li {
	list-style-type: none;
	margin-bottom: 1.4em;
}

.checkmarklist ul>li:before {
	content: "✔";
	font-size: 1.2em;
	line-height: 20px;
	text-align: left;
	display: inline-block;
	color: #2c90f9;
	background-color: transparent;
	width: 30px;
	margin-left: -30px;
}

.section .product.producten ul li {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 28px; 
}

.section.producten .product:nth-child(odd) ul li::before {
	color: #FFF;
}

.section.producten .product:nth-child(even) ul li::before {
	color: #0D0D0D;
}

/* Talenswitch */
.dropdown.menu {
	display: inline-block;
	position: relative;
}

.lang-select {
	display: inline-block;
	line-height: 24px;
}

.lang-select img {
	max-height: 24px;
	width: auto;
}

.lang-select:after {
	font-family: 'ne_icons' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 24px;
	content: "\e900";
	vertical-align: top;
	font-size: 12px;
}

.menu.desktop-lang {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background: #FFF;
	box-shadow: 0px 15px 25px #0000001a;
	border-radius: 5px;
	padding: 24px 32px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	color: #1a1a1a;
	z-index: 101;
	min-width: 275px;
}

.lang-select:hover ~ .menu.desktop-lang {
	display: block;
}

.menu.desktop-lang:hover {
	display: block;
}

.menu.desktop-lang a {
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	text-transform: uppercase;
}

.menu.desktop-lang img {
	max-height: 24px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.talenswitch {
	cursor: pointer;
}

.talenswitch > .widget-type-language_switcher {
	display: inline-block;
	vertical-align: middle;
}

.talenswitch > .widget-type-language_switcher:after {
	content: '';
	display: block;
	left: 100%;
	height: 100%;
	width: 40px;
	position: absolute;
	top: 0;
}

.talenswitch > .widget-type-language_switcher .globe_class {
	position: relative;
	background-image: none;

	/* opacity: 0; */
}

.talenswitch > .widget-type-language_switcher .globe_class:after {
	content: '';
	display: block;
	left: 100%;
	height: 100%;
	width: 40px;
	position: absolute;
	top: 0;
}

.talenswitch img {
	display: inline-block;
	height: 20px;
	vertical-align: middle;
	width: auto;
}


/* Cookie Banner popup */
.hs-cookie-notification-position-bottom:after {
	content: '';
	display: block;
	position: absolute;
	left: calc(-50vw + 250px);
	top: -150px;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	z-index: -1;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
	padding: 30px !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
	font-size: 16px !important;
	line-height: 24px !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p:first-child {
	font-size: 26px !important;
	line-height: 36px !important;
	font-weight: bold !important;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
	bottom: auto !important;
	top: 150px !important;
	left: calc( 50% - 250px );
	width: 100%;
	height: auto;
	max-width: 500px;
	border-radius: 8px;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
	padding: 15px 40px !important;
	font-size: 14px;
	font-weight: bold !important;
	text-transform: uppercase;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	align-items: center;
	margin-top: 32px !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
	border: 0px !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
	border-radius: 8px;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
	display: none !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
	text-transform: uppercase;
}

body #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container #hs-modal-save-settings {
	color: #2C90F9 !important;
	background: #fff !important;
}

@media (max-width: 540px) {
	div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
		bottom: auto !important;
		top: 150px !important;
		left: 20px;
		width: calc( 100% - 40px );
		height: auto;
	}

	.hs-cookie-notification-position-bottom:after {
		left: -20px;
	}
}

@media (max-width: 340px) {
	.hs-cookie-notification-position-bottom:after {
		left: -15px;
		width: calc(100vw + 5px);
	}
}


/* Hubspot lang switcher */

.talenswitch {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
}

.talenswitch .lang_list_class {
  background-color: transparent;
	text-align: left;
	width: auto;
  top: 10px;
  padding-top: 25px;
}

.talenswitch .lang_list_class li {
	background: rgba(0, 0, 0, 0.6);
	border: none;
	color: #FFF;
  padding: 0;
  margin: 0;
  display: block;
}

.talenswitch .lang_list_class li a {
	color: #FFF;
  padding: 15px;
}

.talenswitch .lang_list_class:after,
.talenswitch .lang_list_class:before {
	content: none;
	border:  none;
	display: none;
}

.talenswitch .lang_list_class li a {
	color: #FFF;
}

.talenswitch .lang_list_class li a:hover {
	color: #4dfbc0;
}

.talenswitch .lang_list_class li:first-child {
	border: none;
  padding-top: 5px;
}

.talenswitch .lang_list_class li:last-child {
  padding-bottom: 5px;
}

/* Learnings overzicht */
.learningsoverzicht .learning {
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	background: #1A1A1A;
	overflow: hidden;
	position: relative;
}

.learningsoverzicht .learning .tag {
	left: 20px;
	top: 20px;
	background: #4DFBC0;
	color: #1A1A1A;
	position: absolute;
}

.learningsoverzicht .learning h3 {
	color: #FFF;
	padding: 12px 48px;
	font-size: 25px
}

.smallcontent .learningsoverzicht .learning h3 {
	padding: 12px 20px;
  margin-bottom: 0px;
  font-size: 20px;
}

.learningsoverzicht .learning p {
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	padding: 0 48px;
}

.learningsoverzicht .learning .meer {
	color: #4DFBC0;
	padding-left: 48px;
}

.smallcontent .learningsoverzicht .learning .meer {
	padding-left: 20px;
}

.learningsoverzicht .learning .meer:before {
	color: #4DFBC0;
}

.learningsoverzicht .learning:hover .meer:before {
	padding-right: 24px;
}

/* Calculator */

.calculator p {
	color: #333 !important;
	margin: 0 0 32px 0;
	font-size: 18px;
	line-height: 28px;
}

@media (max-width: 656px){
	.calculator .cc__formula-formula-wrapper {
		position: fixed;
		bottom: -24px;
		left: 0;
		right: 0;
		background-color: #4dfbc0;
		z-index: 999;
		padding: 16px;
	}
}

.contactswoosh:after {
	content: '';
	display: block;
	position: absolute;
	width: 980px;
	height: 940px;
	right: calc(50% - 50vw);
	top: 0;
	z-index: -1;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/contact-swoosh.png) no-repeat;
}

.overonsswoosh:after {
	content: '';
	display: block;
	position: absolute;
	width: 100vw;
	height: 250px;
	left: calc(50% - 50vw);
	top: 0;
	z-index: -1;
	background: url(//8310743.fs1.hubspotusercontent-na1.net/hubfs/8310743/raw_assets/public/neurensics-theme/images/overons-swoosh.png) no-repeat;
}

@media (max-width: 980px) {
	.contactswoosh:after {
		content: none;
	}
}

.blog-post-template .crumbs-w {
	display: none;
}

@media (max-width: 1200px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
	
		.blog-intro>.section {
			display: flex;
			flex-direction: column;
			gap: 20px;
		}
	
		.blog-intro .intro-fimage{
			order: -1;
		}
}

@media (min-width: 1201px) {
    .desktop-only {
        display: block;
    }
    .mobile-only {
        display: none;
    }
}