/*
Theme Name: Neuf & Associates Academy 2025
Theme URI: http://www.webandnet.nl
Author: M. Regterschot | C.P.M. Bastiaansen
Author URI: http://www.webandnet.nl/
Description: Thema ontworpen door CAPAZ en gerealiseerd door Web&amp;Net
Version: 2022.1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neuf-academy

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/* ---- FONTS ---- */
@font-face {
	font-family: 'Caros Soft Light';
	src: url('fonts/Caros-Soft-Family/Caros-Soft-Light.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/Caros-Soft-Family/Caros-Soft-Light.woff') format('woff'); /* Pretty Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Caros Soft Regular';
	src: url('fonts/Caros-Soft-Family/Caros-Soft.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/Caros-Soft-Family/Caros-Soft.woff') format('woff'); /* Pretty Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Caros Soft Bold';
	src: url('fonts/Caros-Soft-Family/Caros-Soft-Bold.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/Caros-Soft-Family/Caros-Soft-Bold.woff') format('woff'); /* Pretty Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Graphik Regular';
	src: url('fonts/Graphik/Graphik-Regular.eot'); /* IE9 Compat Modes */
 	src: url('fonts/Graphik/Graphik-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/Graphik/Graphik-Regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/Graphik/Graphik-Regular.woff') format('woff'), /* Pretty Modern Browsers */
		 url('fonts/Graphik/Graphik-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('fonts/Graphik/Graphik-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}


  

/* ---- CHANGE CONTAINER WIDTH BASED ON SCREEN WIDTH ---- */
@media only screen and (max-width: 1460px) {
	.container {
		max-width: 1440px;
	}
}

@media (min-width: 1460px) {
	.container {
		max-width: 1440px;
	}
}

html {
	position: relative;
	margin: 0;
	padding: 0;
	height: auto;
	min-height: 100%;
	width: 100%;
	scroll-behavior: smooth;
}

body {
	position: relative;
	display: inherit;
	font-family: 'Open Sans';
	font-size: 16px;
	font-size: clamp( 14px, 1.11111vw, 18px);
	font-weight: 300;
	line-height: 1.5;
	color: #000000;
  	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

* {
	box-sizing: border-box;
}

h1, h2, h3, .h1, .h2, .h3 {
	font-family: 'Caros Soft Bold', sans-serif;
	color: #031835;
	
}

h4, h5, h6, .h4, .h5, .h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #031835;
	
}

h1 {
	font-size: 3rem; /* 48px; */
	font-size: clamp( 3rem, 3.33333vw, 48px);
	line-height: 56px;
	margin-bottom: 45px;
}

h2 {
	font-size: 2.5rem;
	font-size: clamp( 2.5rem, 2.75vw, 40px);
	line-height: 1;
	margin-bottom: 1.75rem;
}

h3 {
	font-size: 22px;
	margin-bottom: 0;
}

h4 {
	font-weight: 400;
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 0;
}

p {
	margin-bottom: 24px;
}

strong {
	font-weight: 600;
}

a {
	color: #000000;
	padding-bottom: 3px;
	border-bottom: 2px solid #EA9D83;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

a:hover, 
a:focus {
	color: #EA9D83;
	text-decoration: none;
	border-bottom: 2px solid  #EA9D83;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

a:focus {
	outline: 0 none;
}

a:hover:before,
a:hover:after {
	text-decoration: none!important;
}

a#protocollen {
	position: relative;
	margin-top: -250px;
}

a.block-anchor {
	position: relative;
	top: -150px;
}

blockquote {
	height: auto;
    margin-bottom: 50px;
	border-left: 3px solid #EA9D83;
	margin-left: 0;
	padding-left: 25px;
}

blockquote p {
	font-family: 'Roboto Slab';
	font-size: 36px;
    line-height: 44px;
    color: #243F8E;
}

blockquote p:last-of-type {
	font-family: 'Open Sans';
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 0;
	margin-top: 30px;
}

img {
	min-width: 100%;
	max-width: 100%;
	height: auto;
	/* margin-bottom: 24px; */
}

img.image-margin-top {
	margin-top: 10px;
}

img.alignright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

img.alignleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

ul {
	padding-left: 15px;
	margin-bottom: 30px;
}

.wp-block-image figcaption {
	position: relative;
	top: -20px;
	color: #999999;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 24px;
}



/* ---- VIDEO FULL WIDTH ---- */
.wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}



/* ---- HEADER ---- */

/* ---- HEADER --> MAIN-MENU---- */
#header-wrapper {
	position: fixed;
	height: 150px;
	width: 100%;
	z-index: 250000;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

#header-wrapper #main-header-wrapper {
	position: relative;
	width: 100%; /* 1440px; */
	height: 150px;
	margin: 0 auto;
	background: linear-gradient( to bottom, #00000040, #00000000);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

#header-wrapper #main-header-wrapper.drop-shadow {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

#header-wrapper #main-header-wrapper ul {
	position: relative;
	display: inline-block;
	text-align: right;
	width: 100%;
	height: 150px;
	line-height: 150px;
	padding-right: 40px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

#header-wrapper #main-header-wrapper ul li {
	position: relative;
	display: inline;
	width: auto;
	margin: 0 20px;
}

#header-wrapper #main-header-wrapper ul li.menu-item-has-children::after {
	display: inline;
	font-family: 'Fontawesome';
	content: '\f078';
	color: #FED1CF;
	margin-left: 3px;
}

#header-wrapper #main-header-wrapper ul li a {
	position: relative;
	display: inline-block;
	font-family: 'Caros Soft Regular';
	font-size: 20px;
	font-size: clamp( 18px, 1.388889vw, 20px);
	height: 150px;
	color: #ffffff;
}

body #header-wrapper #main-header-wrapper ul li ul {
	display: none;
}

body #header-wrapper #main-header-wrapper ul li:hover ul {
	display: inherit;
}

body #header-wrapper #main-header-wrapper ul li ul {
	position: absolute;
	left: -40px;
	top: 40px;
	margin: 0 auto 0 auto;
	width: auto;
	height: auto;
	line-height: normal;
	padding: 20px;
	background-color: #ffffff;
	text-align: left;
	border: 1px solid #979797;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-column-break-inside: avoid;
	z-index: 10;
}

body #header-wrapper #main-header-wrapper ul li ul:after {
	position: absolute;
	top: -9px;
	left: 60px;
	content: '';
	height: 17px;
	width: 17px;
	transform: rotate(45deg);
	background-color: #ffffff;
	z-index: -1;
	border-left: 1px solid #979797;
	border-top: 1px solid #979797;
}

body #header-wrapper #main-header-wrapper ul li ul li {
	display: inherit;
	width: auto;
	line-height: 46px!important;
	border-bottom: 2px solid #DBCDAA;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
}

body #header-wrapper #main-header-wrapper ul li ul li a {
	display: inherit;
	font-family: 'Caros Soft light';
	font-size: 18px;
	font-size: clamp( 16px, 1.25vw, 18px);
	color: #000000!important;
	height: 46px!important;
	line-height: 46px!important;
}




/* ---- HEADER --> LOGO ---- */
#header-wrapper .header-logo-container {
	position: relative;
	display: inline-block;
	height: 150px;
	width: 100%;
	background-image: url('images/logos/Neuf Academy/Logo Neuf Academy.svg');
	background-size: 70% 70%;
	background-position: left center;
	background-repeat: no-repeat;
	z-index: 1000;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

#header-wrapper .header-logo-container a {
	display: block;
	height: 100%;
	width: 100%;
	border: 0 none;
	outline: none;
}

#header-wrapper .header-logo-container.bgwhite {
	background-image: url('images/logos/Neuf Academy/Logo Neuf Academy - Donkerblauw.svg');
	background-size: auto 75px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

#header-wrapper a {
	border: 0 none;
}



/* ---- HEADER --> MAIN-MENU --> ZOEKEN ---- */
#header-wrapper #main-header-wrapper ul li.main-menu-search-button a {
	font-size: 0;
}

#header-wrapper #main-header-wrapper ul li.main-menu-search-button a:before {
	position: absolute;
	top: -5px;
	left: 0;
	font-family: 'Fontawesome';
	content: '\f002';
	font-size: 20px;
	width: 20px;
	transform: scaleX(-1);
}

#header-wrapper #main-header-wrapper.drop-shadow ul li.main-menu-search-button a:before {
	color: #000000;
}



/* ---- HEADER --> ZOEKEN ---- */
#header-wrapper #header-searchbox-wrapper {
	/* display: none; */
	opacity: 0;
	position: absolute;
	top: 110px;
	right: 20px;
	z-index: 100000;
	transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#header-wrapper #header-searchbox-wrapper:after {
	position: absolute;
	top: -8px;
	right: 30px;
	content: '';
	height: 16px;
	width: 16px;
	background-color: #ffffff;
	transform: rotate(45deg);
	border-left: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
}

#header-wrapper #header-searchbox-wrapper ::placeholder {
	color: #b1b1b1;
	opacity: 1; /* Firefox */
}
  
#header-wrapper #header-searchbox-wrapper :-ms-input-placeholder { 
	color: #b1b1b1;
}
  
#header-wrapper #header-searchbox-wrapper ::-ms-input-placeholder {
	color: #b1b1b1;
}

#header-wrapper #header-searchbox-wrapper.visible {
	/* display: block; */
	opacity: 1;
	transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#header-wrapper #header-searchbox-wrapper label.screen-reader-text {
	display: none;
}

#header-wrapper #header-searchbox-wrapper input[type="text"] {
	color: #000000;
	width: 250px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	padding: 0 10px;
	background-color: #ffffff;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#header-wrapper #header-searchbox-wrapper input[type="submit"] {
	display: none;
}




/* ---- PAGE-TEMPLATES ---- */

/* ---- PAGE-TEMPLATE --> OUR COMMUNITY ---- */




/* ---- CATEGORIES ---- */
/* ---- CATEGORIES --> ONZE MENSEN ---- */
#category-people-wrapper { 
	padding-bottom: 70px;
}

#category-people-wrapper #category-people-banner-wrapper {
    position: relative;
}

#category-people-wrapper #category-people-banner-wrapper::before {
    position: relative;
    display: block;
    content: '';
    height: calc( 100vw * .4 );
    max-height: calc( 1440px * .4 );
}

#category-people-wrapper #category-people-banner-wrapper img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* INTRO */
#category-people-wrapper #caterogy-people-intro-wrapper {
	width: 100%;
	max-width: 1440px;
	margin-top: -100px;
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
}

#category-people-wrapper #caterogy-people-intro-wrapper #category-people-intro-content-wrapper {
	position: relative;
	width: calc( 100% + 50px );
	left: -50px;
	background-color: #FED1CF;
	padding: 50px;
}

#category-people-wrapper #caterogy-people-intro-wrapper #category-people-intro-content-wrapper h1 {
	font-family: 'Caros Soft Bold';
	margin-top: 0;
}

/* CONTENT */
#category-people-wrapper #category-people-content-wrapper #category-people-single-item-wrapper {
	margin-bottom: 30px;
}

#category-people-wrapper #category-people-content-wrapper #category-people-single-item-wrapper .category-people-single-item-image-container {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	margin-bottom: 10px;
}

#category-people-wrapper #category-people-content-wrapper #category-people-single-item-wrapper .category-people-single-item-image-container img {
	object-fit: cover;
}

#category-people-wrapper #category-people-content-wrapper #category-people-single-item-wrapper .category-people-single-item-content-container .category-project-single-item-name {
	font-family: 'Caros Soft Bold';
	font-size: 20px;
	line-height: 26px;
	color: #031835;
}

#category-people-wrapper #category-people-content-wrapper #category-people-single-item-wrapper .category-people-single-item-content-container .category-project-single-item-function {
	font-family: 'Caros Soft Light';
	font-size: 16px;
	line-height: 22px;
	color: #031835;
}
											


/* ---- SINGLE PAGES  ---- */
#single-page-wrapper #single-page-banner-wrapper {
	position: relative;
	height: 60vh;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#single-page-wrapper #single-page-content-wrapper {
	background: linear-gradient(to right, #F5F1E7 0 50%, transparent 50% 100%);
}

#single-page-wrapper #single-page-content-wrapper .single-page-content-container {
	background-color: #F5F1E7;
	padding: 100px 8.33333% 100px 0;
}

#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 50px;
	padding-bottom: 40px;
	margin-bottom: 70px;
	border-bottom: 1px solid #CEC9BD;
}

#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-location-container,
#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-dates-container,
#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-price-container,
#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-language-container,
#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-duration-container,
#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-colleges-container {
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 300;
	flex: 0 0 calc( 33.33333% - 50px );
	margin-bottom: 30px;
}

#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-location-container h3,
#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-dates-container h3,
#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-price-container h3,
#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-language-container h3,
#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-duration-container h3,
#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-colleges-container h3 {
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 600;
	color: #1F2A67;
}

#single-page-wrapper #single-page-other-training-slider-wrapper {
	padding: 100px 0;
}

#single-page-wrapper #single-page-other-training-slider-wrapper h2.single-page-other-training-slider-title {
	margin-bottom: 70px;
}

#single-page-wrapper #single-page-other-training-slider-wrapper a,
#single-page-wrapper #single-page-other-training-slider-wrapper a:hover,
#single-page-wrapper #single-page-other-training-slider-wrapper a:focus {
	border: 0 none;
	text-decoration: none;
}

#single-page-wrapper #single-page-other-training-slider-wrapper .h-scrolling .scrolling {
	position: relative;
	display: flex;
	overflow-x: auto;
	/* padding-left: 30px; */
	left: 0;
	margin-right: 0;
	margin-bottom: 30px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#single-page-wrapper #single-page-other-training-slider-wrapper .h-scrolling .scrolling::-webkit-scrollbar {
	display: none;	
}

#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 0 0 45%;
	max-width: 600px;
}

#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-image-container {
	position: relative;
	height: 0;
	padding-bottom: 62.5%;
}

#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-image-container img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-content-container {
	position: relative;
	background-color: #ffffff;
	width: 75%;
	padding: 20px 40px 50px 40px;
}

#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-content-container::after {
	position: absolute;
	bottom: 0;
	left: 40px;
	content: '';
	height: 30px;
	width: 50px;
	margin-top: 30px;
	background-image: url('images/arrows/Neuf Academy - Arrow Right - Blue.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .2s ease-in-out;
}

#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper:hover .single-page-other-training-slider-single-item-content-container::after {
	left: 70px;
	transition: all .2s ease-in-out;
}

#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-content-container h3 {
	font-family: 'Caros Soft Bold';
	font-size: clamp( 24px, 1.944444vw, 28px );
	color: #EA9D83;
}

#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-content-container .single-page-other-training-slider-single-item-content-duration-data-container {

}

#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-content-container .single-page-other-training-slider-single-item-content-duration-data-container .single-page-other-training-slider-single-item-content-duration {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: clamp( 14px, 1.11111vw, 16px);
    line-height: clamp( 22px, 1.66667, 24px);
	color: #000000;
}

#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-content-container .single-page-other-training-slider-single-item-content-duration-data-container .single-page-other-training-slider-single-item-content-data {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: clamp( 14px, 1.0412vw, 15px);
    line-height: clamp( 22px, 1.66667, 24px);
	color: #898989;
}

#single-page-wrapper .nfa-contactform-container {
	margin: 0 -15px;
}

#single-page-wrapper .nfa-contactform-container #nfa-contactform-background-wrapper {
	display: none;
}

/* SIDEBAR */
#single-page-wrapper #single-page-sidebar-wrapper {
	padding-top: 100px;
	padding-left: 50px;
}

#single-page-wrapper #single-page-sidebar-wrapper .single-page-sidebar-register-direct-link-container {
	border-bottom: 1px solid #CEC9BD;
	padding-bottom: 30px;
}

#single-page-wrapper #single-page-sidebar-wrapper .single-page-sidebar-register-direct-link-container a.single-page-sidebar-register-direct-link {
	font-family: 'Caros Soft Bold';
	color: #E6957D;
	font-size: clamp( 32px, 2.77778vw, 40px);
	line-height: 1.2;
	border: 0 none;
	text-decoration: none;
}

#single-page-wrapper #single-page-sidebar-wrapper .single-page-sidebar-register-direct-link-container a.single-page-sidebar-register-direct-link::after {
	position: relative;
	display: block;
	content: '';
	height: 30px;
	width: 50px;
	margin-top: 70px;
	background-image: url('images/arrows/Neuf Academy - Arrow Right - Blue.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .2s ease-in-out;
}

#single-page-wrapper #single-page-sidebar-wrapper .single-page-sidebar-register-direct-link-container a.single-page-sidebar-register-direct-link:hover::after {
	margin-left: 35px;
	transition: all .2s ease-in-out;
}

#single-page-wrapper #single-page-sidebar-wrapper .single-page-sidebar-contact-person-container {
	font-size: clamp( 14px, 1.1111vw, 16px);
	padding: 30px 0;
}

#single-page-wrapper #single-page-sidebar-wrapper .single-page-sidebar-contact-person-container strong {
	font-family: 'Caros Soft Bold';
}

#single-page-wrapper #single-page-sidebar-wrapper .single-page-sidebar-contact-person-container h3 {
	font-size: clamp( 26px, 1.94444vw, 28px );
	margin-bottom: 30px;
}

#single-page-wrapper #single-page-sidebar-wrapper .single-page-sidebar-contact-person-container img {
	min-width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}



/* ---- SINGLE PAGES --> PEOPLE ---- */

/* BANNER */
#single-people-banner-wrapper {
	position: relative;
	/*
	height: 70vh;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	background-color: #f1f1f1;
	*/
}

#single-people-banner-wrapper::before {
	position: relative;
    display: block;
    content: '';
    height: calc( 100vw * .4 );
    max-height: calc( 1440px * .4 );
}

#single-people-banner-wrapper img {
	position: absolute;
    top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* INTRO */
#single-people-intro-wrapper {
	width: 100%;
	max-width: 100%; /* 1440px; */
	margin-top: -50px;
	padding-bottom: 30vh; /* 20vh; */
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/backgrounds/Neuf - Background Waves 002.svg');
	background-position: center;
	background-repeat: repeat;
	background-size: contain; /* cover; */
}

#single-people-intro-wrapper #single-people-intro-wrapper {
	background-color: #FED1CF;
	padding: 50px;
}

#single-people-intro-wrapper #single-people-intro-wrapper h1.single-people-title {
	font-family: 'Caros Soft Bold';
	margin-top: 0;
	margin-bottom: 0;
}

/* CONTENT */
#single-people-content-wrapper {
	margin-top: -23vh; /* -15vh; */
}

#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-image-container {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-image-container img {
	object-fit: cover;
}

#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container {
	font-size: clamp( 14px, 1.11vw, 16px);
	font-weight: 500;
	line-height: 2;
	margin-top: 35px;
	padding-left: 8.33334%;
}

#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container a,
#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container a:hover {
	border: 0 none;
}

#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-email {
	position: relative;
	display: block;
}

#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-email::before {
	position: relative;
	top: 4px;
	display: inline-block;
	content: '';
	height: 15px;
	width: 15px;
	margin-right: 20px;
	background-image: url("images/icons/Neuf Academy - Icon - Email.svg");
	background-size: 15px auto;
	background-position: top center;
	background-repeat: no-repeat;
}

#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-phone {
	position: relative;
	display: block;
}

#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-phone::before {
	position: relative;
	display: inline-block;
	content: '';
	height: 15px;
	width: 15px;
	margin-right: 20px;
	background-image: url("images/icons/Neuf Academy - Icon - Phone.svg");
	background-size: auto 15px;
	background-position: top center;
	background-repeat: no-repeat;
}

#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-mobile {
	position: relative;
	display: block;
}

#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-mobile::before {
	position: relative;
	top: 2px;
	display: inline-block;
	content: '';
	height: 15px;
	width: 15px;
	margin-right: 20px;
	background-image: url("images/icons/Neuf Academy - Icon - Mobile.svg");
	background-size: auto 15px;
	background-position: top center;
	background-repeat: no-repeat;
}

#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-linkedin {
	position: relative;
	display: block;
}

#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-linkedin::before {
	position: relative;
	top: 2px;
	display: inline-block;
	content: '';
	height: 15px;
	width: 15px;
	margin-right: 20px;
	background-image: url("images/icons/Neuf Academy - Icon - LinkedIn.svg");
	background-size: auto 15px;
	background-position: top center;
	background-repeat: no-repeat;
}



#single-people-content-wrapper .single-people-content-container h2.single-people-content-title {
	line-height: 1.2; /* 70px; */
	color: #031835;
	margin-top: 40px;
	margin-bottom: 10px;
}

#single-people-content-wrapper .single-people-content-container .single-people-content-function {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 80px; /* 100px; */
}

#single-people-content-wrapper .single-people-content-container blockquote {
	padding-left: 0;
	border-left: 0;
}

#single-people-content-wrapper .single-people-content-container blockquote p,
#single-people-content-wrapper .single-people-content-container blockquote p:last-of-type {
	font-family: 'Roboto Slab'!important;
	font-size: 28px;
	font-weight: 400;
	line-height: 38px;
	padding-left: 0;
	border-left: 0;
}

#single-people-content-wrapper .single-people-content-second-row {
	padding: 20px 0 70px 0;
}

#single-people-content-wrapper .single-people-content-second-row h4 {
	font-family: 'Open Sans';
	font-weight: 600;
	color: #000000;
	padding-top: 25px;
}



/* ---- SINGLE --> ONZE AANPAK ---- */

/* ---- SINGLE --> ONZE AANPAK --> GERELATEERDE ITEM --- */
#single-our-approach-wrapper-related-approach-wrapper {
	position: relative;
	padding: 100px 0;
	height: auto;
	min-height: 400px;
}

#single-our-approach-wrapper-related-approach-wrapper:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url('images/backgrounds/Neuf - Background Stripes.svg');
	background-position: top left;
	background-repeat: repeat;
}

#single-our-approach-wrapper-related-approach-wrapper h3.single-our-approach-wrapper-related-approach-title {
	font-size: 40px;
	margin-bottom: 50px;
}

/* GERELATEERDE PROJECTEN */
#single-our-approach-wrapper-related-approach-wrapper .single-our-approach-wrapper-related-approach-single-item-content-container {
	position: relative;
	height: 0;
	padding-bottom: 66.66667%;
}

#single-our-approach-wrapper-related-approach-wrapper .single-our-approach-wrapper-related-approach-single-item-content-container .single-our-approach-wrapper-related-approach-single-item-content:before {
	position: absolute;
	display: block;
	content: '';
	height: 75px;
	width: 75px;
	right: 30px;
	top: 30px;
	background-position: top right;
	background-size: contain;
	background-repeat: no-repeat;
}


#single-our-approach-wrapper-related-approach-wrapper .single-our-approach-wrapper-related-approach-single-item-content-container img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#single-our-approach-wrapper-related-approach-wrapper .single-our-approach-wrapper-related-approach-single-item-content-container .single-our-approach-wrapper-related-approach-single-item-content {
	position: absolute;
	bottom: 0;
	height: auto;
	min-height: 50px;
	width: 90%;
	padding: 30px 20% 30px 30px;
	background-color: #ffffff;
}

#single-our-approach-wrapper-related-approach-wrapper .single-our-approach-wrapper-related-approach-single-item-content-container .single-our-approach-wrapper-related-approach-single-item-content .single-our-approach-wrapper-single-approach-single-item-location {
	font-size: 16px;
	margin-bottom: 10px;
}

#single-our-approach-wrapper-related-approach-wrapper .single-our-approach-wrapper-related-approach-single-item-content-container .single-our-approach-wrapper-related-approach-single-item-content .single-our-approach-wrapper-related-approach-single-item-title {
	font-size: 26px;
	line-height: 30px;
	color: #EA9D83;
	margin-bottom: 50px;
}

#single-our-approach-wrapper-related-approach-wrapper .single-our-approach-wrapper-related-approach-single-item-content-container .single-our-approach-wrapper-related-approach-single-item-content .single-our-approach-wrapper-related-approach-single-item-arrow {
	position: absolute;
	display: block;
	content: '';
	height: 50px;
	width: 50px;
	bottom: 30px;
	left: 30px;
	background-image: url( 'images/icons/Neuf - Projects Arrow Right.svg');
	background-position: right bottom;
	background-repeat: no-repeat;
}


/* MAKE DIV GERELATEERDE PROJECTEN SCROLLING */
#single-our-approach-wrapper-related-approach-wrapper .h-scrolling {
	position: relative;
}

#single-our-approach-wrapper-related-approach-wrapper .h-scrolling .scrolling{
	position: relative;
	padding: 0 30px;
}

#single-our-approach-wrapper-related-approach-wrapper .h-scrolling #single-our-approach-wrapper-related-approach-left-arrow-wrapper {
	position: absolute;
	visibility: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0;
	left: 0;
	height: 100%;
	width: 140px;
	z-index: 10;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#single-our-approach-wrapper-related-approach-wrapper .h-scrolling .single-our-approach-wrapper-related-approach-left-arrow-container {
	position: relative;
	height: 75px;
	width: 100%;
	background-image: url('images/buttons/Neuf - Projectslide Arrow Left.svg');
	background-size: 75px;
	background-repeat: no-repeat;
	background-position: top center;
}

#single-our-approach-wrapper-related-approach-wrapper .h-scrolling #single-our-approach-wrapper-related-approach-left-arrow-wrapper.visible,
#single-our-approach-wrapper-related-approach-wrapper .h-scrolling #single-our-approach-wrapper-related-approach-left-arrow-wrapper.visible,
#single-our-approach-wrapper-related-approach-wrapper .h-scrolling #single-our-approach-wrapper-related-approach-right-arrow-wrapper.visible,
#single-our-approach-wrapper-related-approach-wrapper .h-scrolling #single-our-approach-wrapper-related-approach-right-arrow-wrapper.visible {
	visibility: visible;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}





#single-our-approach-wrapper-related-approach-wrapper .h-scrolling #single-our-approach-wrapper-related-approach-right-arrow-wrapper {
	position: absolute;
	visibility: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0;
	right: 0;
	height: 100%;
	width: 140px;
	z-index: 10;
}

#single-our-approach-wrapper-related-approach-wrapper .h-scrolling .single-our-approach-wrapper-related-approach-right-arrow-container {
	position: relative;
	height: 75px;
	width: 100%;
	background-image: url('images/buttons/Neuf - Projectslide Arrow Right.svg');
	background-size: 75px;
	background-repeat: no-repeat;
	background-position: top center;
}

.single-our-approach-wrapper-related-approach-right-arrow-container:hover,
.single-our-approach-wrapper-related-approach-right-arrow-container:focus,
.single-our-approach-wrapper-related-approach-left-arrow-container:hover,
.single-our-approach-wrapper-related-approach-left-arrow-container:focus {
	cursor: pointer;
}



#single-our-approach-wrapper-related-approach-wrapper .h-scrolling .scrolling {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

#single-our-approach-wrapper-related-approach-wrapper .h-scrolling .scrolling::-webkit-scrollbar {
	display: none;
}

#single-our-approach-wrapper-related-approach-wrapper .h-scrolling .scrolling {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

#single-our-approach-wrapper-related-approach-wrapper .h-scrolling .scrolling #single-our-approach-wrapper-related-approach-single-item-wrapper {
	min-width: 45%;
	max-width: 45%;
}

								


/* FORMULIEREN */
#page-contact-forms-wrapper {
	height: auto;
	padding: 70px 0;
	background-color: #F5F1E7;
}





/* OPMAAK FORMULIER */
#page-wrapper-form-content {
	padding: 0 0 70px 0;
}

#page-wrapper-form-content .gform_wrapper a {
	padding-bottom: 3px;
	border-bottom: 2px solid #E6957D;
}

#page-wrapper-form-content .gform_wrapper {
	position: relative;
	left: -15px;
	width: calc( 100% + 30px );
}

#page-wrapper-form-content .gform_wrapper .gform_title {
	padding-left: 15px;
}

#page-wrapper-form-content .gform_wrapper li#field_1_3 label {
	margin-bottom: 0;
}

#page-wrapper-form-content input {
	border: 0;
	background-color: transparent;
	border-bottom: 2px solid #999999;
	border-radius: 0;
	padding: 0!important;
}

#page-wrapper-form-content textarea {
	border: 0;
	background-color: transparent;
	border-bottom: 2px solid #999999;
	border-radius: 0;
	padding: 0!important;
}

#page-wrapper-form-content input[type="submit"] {
	font-size: 20px;
	line-height: inherit;
	color: #000000;
	font-weight: normal;
	text-transform: inherit;
	border: 0;
	background-color: transparent;
	border: 2px solid #999999;
	border-radius: 0;
	padding: 10px 15px!important;
	margin: 0;
}

#page-wrapper-form-content .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 0;
    border: 0 none;
    text-align: left;
    color: #000000;
    margin-bottom: 0;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#page-wrapper-form-content .gform_wrapper .gform_fileupload_multifile .gform_drop_area input {
	font-weight: 300;
	width: 100%;
	text-align: left;
	line-height: 50px;
}

#page-wrapper-form-content .gform_wrapper .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions {
	display: none;
}
	

#page-wrapper-form-content .gform_wrapper .gfield_checkbox li label, 
#page-wrapper-form-content .gform_wrapper .gfield_radio li label {
	font-size: 20px;
	margin-bottom: 7px;
}

#page-wrapper-form-content .gchoice_select_all,
#page-wrapper-form-content .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, 
#page-wrapper-form-content .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: 300;
}

#page-wrapper-form-content .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
	display: none;
	font-size: 0;
}

#page-wrapper-form-content .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label:before {
	display: inline-block;
	content: '';
	height: 18px;
	width: 18px;
	margin-right: 12px;
	border: 1px solid #E6957D;
	background-color: #ffffff;
}

#page-wrapper-form-content .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label:before {
	background-color: #E6957D;
	border-color: #E6957D;
}

#page-wrapper-form-content ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-weight: 300;
	color: #000000;
}

#page-wrapper-form-content ::-moz-placeholder { /* Firefox 19+ */
	font-weight: 300;
	color: #000000;
}

#page-wrapper-form-content :-ms-input-placeholder { /* IE 10+ */
	font-weight: 300;
	color: #000000;
}

#page-wrapper-form-content :-moz-placeholder { /* Firefox 18- */
	font-weight: 300;
	color: #000000;
}










/* ---- FOOTER ---- */
#footer-wrapper {
	position: relative;
	height: auto;
	min-height: 200px;
	font-family: 'Open Sans';
	font-size: 18px;
	font-size: clamp( 0.77778rem, 1.11111vw, 1.25rem);
	line-height: 28px;
	font-weight: 300;
	color: #FFFFFF;
	background-color: #031835;
	padding: 100px 0;
}

#footer-wrapper #footer-column-content-wrapper {
	display: flex;
	flex-wrap: wrap;
}

#footer-wrapper #footer-column-wrapper {
	display: inline-flex;
	flex-direction: column;
	flex: 0 0 16.66667%;
	min-width: 16.66667%;
}

#footer-wrapper p {
	font-family: 'Open Sans';
    font-size: clamp( 16px, 1.24rem, 18px);
    line-height: clamp( 26px, 1.94444rem, 28px);
    font-weight: 300;
	color: #FFFFFF;
}

#footer-wrapper h4 {
	font-family: 'Open Sans';
    font-size: clamp( 16px, 1.24rem, 18px);
    line-height: clamp( 26px, 1.94444rem, 28px);
    font-weight: 600;
    color: #E6957D;
    margin-bottom: 0;
    margin-top: 0;
}

#footer-wrapper a {
	font-family: 'Open Sans';
    font-size: clamp( 16px, 1.24rem, 18px);
    line-height: clamp( 26px, 1.94444rem, 28px);
    font-weight: 300;
	color: #FFFFFF;
	border: 0 none;
}

#footer-wrapper a:hover,
#footer-wrapper a:focus {
	text-decoration: none;
	color: #E6957D;
}

#footer-wrapper ul {
	list-style: none;
	padding-left: 0;
}
			


/* ---- FOOTER --> LOGO ---- */
#footer-wrapper .footer-logo-container {
	height: 75px;
	width: 100%;
	background-image: url('images/logos/neuf/Neuf - Beeldmerk - Roze.svg');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 75px;
	margin-bottom: 70px;
}


/* ---- FOOTER --> AANVULLENDE LOGO'S ---- */
#footer-wrapper #footer-additional-logos-wrapper .footer-additional-logos-container {
	display: flex;
    flex: 1 1 100%;
    flex-direction: column;
	width: 100%;
}

#footer-wrapper #footer-additional-logos-wrapper .footer-additional-logos-container .footer-additional-logos-single-logo {
	display: block;
    flex: 1 1 100%;
    flex-direction: column;
	align-content: flex-start;
	width: 100%;
}

#footer-wrapper #footer-additional-logos-wrapper .footer-additional-logos-container .footer-additional-logos-single-logo img {
	position: relative;
	float: left;
	display: block;
	width: auto;
	max-width: inherit;
	min-width: inherit;
	height: 90px;
	margin-top: 22px;
}

#footer-wrapper #footer-additional-logos-wrapper .footer-additional-logos-container .footer-additional-logos-single-logo:nth-child(2) img {
	position: relative;
	left: -10px;
	height: 80px;
}



/* ---- SUB-FOOTER ---- */
#sub-footer-wrapper {
	height: 90px;
	line-height: 90px;
}




/* ---- SUB-FOOTER --> COPYRIGHT ---- */
#sub-footer-wrapper .footer-copyright-content-container .footer-copyright-content {
	font-size: 18px;
	color: #000000;
}


/* ----- SUB-FOOTER --> SUBMENU ---- */
#sub-footer-wrapper .sub-footer-submenu-container ul {
	display: inline-block;
	width: 100%;
	text-align: right;
	list-style: none;
}

#sub-footer-wrapper .sub-footer-submenu-container ul li {
	display: inline-block;
	list-style: none;
	margin: 0 7px;
}

#sub-footer-wrapper .sub-footer-submenu-container ul li a {
	font-family: 'Open Sans';
	font-size: 18px;
	color: #E6957D;
	padding-bottom: 3px;
    border-bottom: 1px solid #E6957D;
}

#sub-footer-wrapper .sub-footer-submenu-container ul li a:hover,
#sub-footer-wrapper .sub-footer-submenu-container ul li a:focus {
	color: #E6957D;
	border-color: #031835;
	text-decoration: none;
}














/* ---- FORMULIER ---- */
body img.gform_ajax_spinner {
	display: none !important;
}

.gform_required_legend {
	display: none;
}


body .gform_wrapper {
	position: relative;
}

body .gform_wrapper a {
	border-color: #000000;
}

body .gform_wrapper a:hover,
body .gform_wrapper a:focus {
	border-color: #E6957D;
}

body .gform_wrapper .gform_fields .gfield input[type="text"],
body .gform_wrapper .gform_fields .gfield input[type="email"] {
	font-family: 'Open Sans';
	font-size: 1rem;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	padding: 0 10px!important;
	background-color: transparent;
	border: 0 none;
	border-bottom: 2px solid #999999;
	border-radius: 0!important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

body .gform_wrapper .gform_fields .gfield textarea {
	background-color: transparent;
	border: 0 none;
	border-bottom: 2px solid #999999;
	padding: 10px!important;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	resize: none;
}

.gform_wrapper.gravity-theme .gform_footer {
	justify-content: flex-end;
}

body .gform_wrapper input[type="submit"] {
	position: relative;
	color: #000000;
	top: -50px;
	height: 50px;
	line-height: 40px;
	padding: 0 15px;
	border-radius: 0;
	border: 2px solid #999999;
	background-color: transparent;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

body .gform_wrapper input[type="submit"]:hover,
body .gform_wrapper input[type="submit"]:focus {
	color: #000000;
	background-color: #999999;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
 
.gform_wrapper.gravity-theme .gfield input[type="checkbox"]{
	display: none;
}

.gform_wrapper.gravity-theme .gfield input[type="checkbox"] + label:before {
	position: relative;
	top: 2px;
	display: inline-block;
	content: '';
	height: 1rem;
	width: 1rem;
	margin-right: 10px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	transition: all .2s ease-in-out;
}

	.bg-color-scheme-white .gform_wrapper.gravity-theme .gfield input[type="checkbox"] + label:before {
		background-color: #f1f1f1;
		border-color: #f1f1f1;
	}

.gform_wrapper.gravity-theme .gfield input[type="checkbox"]:checked + label:before {
	display: inline-block;
	content: '';
	background-color: #999999;
	border: 1px solid #999999;
	transition: all .2s ease-in-out;
}





#single-page-content-wrapper .single-page-social-share-container {
	padding: 30px 0;
}

#single-page-content-wrapper .single-page-social-share-container .single-page-social-share-title {
	font-size: 15px;
	color: #666666;
}

#single-page-content-wrapper .single-page-social-share-container .supsystic-social-sharing .sharer-flat {
	background-color: #f3f0ea;
	border-right: 1px solid #f7941d;
}

#single-page-content-wrapper .single-page-social-share-container .supsystic-social-sharing .sharer-flat:last-of-type {
	border-right: 0 none;
}

#single-page-content-wrapper .single-page-social-share-container .supsystic-social-sharing .sharer-flat:hover,
#single-page-content-wrapper .single-page-social-share-container .supsystic-social-sharing .sharer-flat:focus {
	background-color: #f7941d!important;
	color: #ffffff!important;
}

#single-page-content-wrapper .single-page-social-share-container .supsystic-social-sharing .sharer-flat i {
	color: #f7941d;
}

#single-page-content-wrapper .single-page-social-share-container .supsystic-social-sharing .sharer-flat:hover i,
#single-page-content-wrapper .single-page-social-share-container .supsystic-social-sharing .sharer-flat:focus i {
	color: #ffffff!important;
}






@media(max-width: 767px) {
	html {
		position: relative;
		margin: 0;
		padding: 0;
		height: auto;
		min-height: 100vh;
		width: 100vw;
	}
	
	body {
		position: relative;
		display: inherit;
		font-family: 'Open Sans';
		font-size: 16px;
		font-weight: 300;
		line-height: 22px;
		color: #000000;
		height: 100vh;
		width: 100vw;
	}
	
	* {
		box-sizing: border-box;
	}
	
	h1, h2, h3, .h1, .h2, .h3 {
		font-family: 'Caros Soft Bold', sans-serif;
		color: #031835;
		
	}
	
	h4, h5, h6, .h4, .h5, .h6 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		color: #031835;
		
	}
	
	h1 {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 45px;
	}
	
	h2 {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 36px;
	}
	
	h3 {
		font-size: 22px;
		margin-bottom: 0;
	}
	
	h4 {
		font-weight: 400;
		font-size: 24px;
		line-height: 38px;
		margin-bottom: 0;
	}
	
	p {
		margin-bottom: 24px;
	}
	
	strong {
		font-weight: 600;
	}
	
	a {
		color: #000000;
		padding-bottom: 3px;
		border-bottom: 2px solid #E6957D;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}
	
	a:hover, 
	a:focus {
		color: #000000;
		text-decoration: none;
		border-bottom: 2px solid  #031835;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}
	
	a:focus {
		outline: 0 none;
	}
	
	a:hover:before,
	a:hover:after {
		text-decoration: none!important;
	}
	
	a#protocollen {
		position: relative;
		top: -100px;
	}
	
	blockquote {
		height: auto;
		margin-bottom: 50px;
		border-left: 3px solid #EA9D83;
		margin-left: 0;
		padding-left: 25px;
	}
	
	blockquote p {
		font-family: 'Roboto Slab';
		font-size: 24px;
		line-height: 32px;
		color: #243F8E;
	}
	
	blockquote p:last-of-type {
		font-family: 'Open Sans';
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 0;
		margin-top: 30px;
	}
	
	img {
		min-width: 100%;
		max-width: 100%;
		height: auto;
		/* margin-bottom: 24px; */
	}
	
	img.image-margin-top {
		margin-top: 10px;
	}
	
	img.alignright {
		float: right;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	img.alignleft {
		float: left;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	
	ul {
		padding-left: 15px;
	}
	
	.wp-block-image figcaption {
		position: relative;
		top: -20px;
		color: #999999;
		font-size: 14px;
		font-style: italic;
		margin-bottom: 24px;
	}
	
	
	
	/* ---- VIDEO FULL WIDTH ---- */
	.wp-block-embed__wrapper {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
	}
	
	.wp-block-embed__wrapper iframe {
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
	}					
					
	/* ---- HEADER ---- */
	#mobile-header-wrapper {
		position: fixed;
		width: 100%;
		height: 70px;
		background-color: #ffffff;
		border-bottom: 1px solid #aeaeae;
		z-index: 10000;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}

	#mobile-header-wrapper.drop-shadow {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		-ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		-o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}
								
					
	/* ---- HEADER --> LOGO ---- */
	#mobile-header-wrapper a .mobile-header-logo-container {
		position: relative;
		height: 70px;
		background-image: url('images/logos/Neuf Academy/Logo Neuf Academy - Donkerblauw.svg');
		background-size: auto 40px;
		background-repeat: no-repeat;
		background-position: left center;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		z-index: 15500;
	}
											
												
	/* ---- HEADER --> MAIN MENU ---- */
	#mobile-main-header-wrapper {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 70px;
		z-index: 15000;
	}

	#mobile-main-header-wrapper .main-nav-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	
	#mobile-main-header-wrapper .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}

	#mobile-main-header-wrapper .main-nav-container {
		position: relative;
		height: auto;
		padding: 0;
	}

	#mobile-main-header-wrapper .navbar-nav {
		margin-left: inherit;
		margin-right: inherit;
	}

	#mobile-main-header-wrapper .mobile-menu {
		position: relative;
		z-index: 10000;
		text-align: right;
	}
						
	#mobile-main-header-wrapper .navbar-toggle {
		position: relative;
		float: right;
		height: 70px;
		width: 100%;
		background-position: center;
		background-size: 30px;
		background-repeat: no-repeat;
		margin: 0 0 0 0;
		padding-right: 0;
		background-color: transparent;
		border: 0 none;	
		z-index: 15000;		
	}

	#mobile-main-header-wrapper .navbar-toggle.menu-closed {
		background-image: url('images/icons/Neuf - Pancake - Blue.svg');
	}

	#mobile-main-header-wrapper .navbar-toggle.menu-open {
		background-image: url('images/icons/Neuf - Pancake - Blue - Close Menu.svg');
	}

	#mobile-main-header-wrapper .navbar-toggle:hover,
	#mobile-main-header-wrapper .navbar-toggle:focus {
		background-color: transparent;
		color: #031835;
		border: 0 none;	
		outline: 0;
	}

	#mobile-main-header-wrapper .navbar-collapse {
		position: absolute;
		clear: both;
		top: 0;
		width: 100vw;
		height: 100vh;
		padding: 0;
		background-color: #F5F1E7;
	}

	#mobile-main-header-wrapper .navbar-collapse.show {
		display: inherit!important;
		
	}

	#mobile-main-header-wrapper .navbar-collapse ul {
		height: 100vh;
		width: 100vw;
		z-index: 16000;
		padding: 70px 15px 15px 15px;
	}
						
	#mobile-main-header-wrapper .navbar-collapse ul li {
		height: auto;
		min-height: 50px;
		line-height: 50px;
		list-style: none;
		border-bottom: 1px solid #D7D1C3;		
	}

	#mobile-main-header-wrapper .navbar-collapse ul li:first-child {
		border-top: 1px solid #D7D1C3;
	}

	#mobile-main-header-wrapper .navbar-collapse ul li.menu-item-319 {
		display: none;
	}
				
	#mobile-main-header-wrapper .navbar-collapse ul li a {
		font-family: 'Caros Soft Regular';
		font-size: 22px;
		line-height: 50px;
		padding: 0 10px;
		box-sizing: border-box;
		margin-left: 0;
		color: #031835;
		border-bottom: 0 none;
	}

	#mobile-main-header-wrapper .navbar-collapse ul li a .caret,
	#mobile-main-header-wrapper .navbar-collapse ul li a.dropdown-toggle::after {
		display: none;
	}
					
	#mobile-main-header-wrapper .navbar-collapse ul li:hover a,
	#mobile-main-header-wrapper .navbar-collapse ul li a:hover,
	#mobile-main-header-wrapper .navbar-collapse ul li:focus a,
	#mobile-main-header-wrapper .navbar-collapse ul li a:focus {
		color: #555555; /* #ffffff; */
		text-decoration: none;
	}
						
	#mobile-main-header-wrapper .navbar-collapse ul li.active a, 
	#mobile-main-header-wrapper .navbar-collapse ul li.current-menu-parent a, 
	#mobile-main-header-wrapper .navbar-collapse ul li.current-menu-ancestor a {
		text-decoration: none;
		color: #555555; /* #ffffff; */
	}


	#mobile-main-header-wrapper .navbar-collapse ul li ul {
		display: block;
		height: auto;
		line-height: 30px;
		width: 100%;
		padding: 0 0 15px 0;
		background-color: transparent;
		border: 0 none;
	}

	#mobile-main-header-wrapper .navbar-collapse ul li ul li {
		height: 30px;
		min-height: auto;
		line-height: 30px;
		padding-left: 30px;
		border: 0 none;
	}

	#mobile-main-header-wrapper .navbar-collapse ul li ul li:first-child {
		border: 0 none;
	}

	#mobile-main-header-wrapper .navbar-collapse ul li ul li a {
		font-family: 'Caros Soft Light';
		font-size: 16px;
		line-height: 30px;
	}


	/* ---- START SITE ---- */
	#site-wrapper {
		position: relative;
		padding-top: 0;/* 70px; /* top: 70px; */
		margin-bottom: inherit;
	}
	

										
	/* ---- HOMEPAGE ---- */
							
	
	
	/* ---- CATEGORIES ---- */
		
	/* ---- CATEGORIES --> ONZE MENSEN ---- */
	#category-people-wrapper #category-people-banner-wrapper {
		height: 0;
		padding-bottom: 75%;
		background-color: #f1f1f1;
	}
										
	#category-people-wrapper #category-people-banner-wrapper img {
		position: absolute;
		top: 0;
		left: 0;
	}				
										
	/* INTRO */
	#category-people-wrapper #caterogy-people-intro-wrapper {
		max-width: 100%;
		margin-top: -70px;
		padding-bottom: 70px;
	}
										
	#category-people-wrapper #caterogy-people-intro-wrapper #category-people-intro-content-wrapper {
		width: 100%;
		left: 0;
		padding: 30px;
	}

	/* CONTENT */
	#category-people-wrapper #category-people-content-wrapper #category-people-single-item-wrapper {
		margin-bottom: 30px;
	}
	
	#category-people-wrapper #category-people-content-wrapper #category-people-single-item-wrapper .category-people-single-item-image-container {
		position: relative;
		height: 0;
		padding-bottom: 100%;
		margin-bottom: 10px;
	}
	
	#category-people-wrapper #category-people-content-wrapper #category-people-single-item-wrapper .category-people-single-item-image-container img {
		object-fit: cover;
	}
	
	#category-people-wrapper #category-people-content-wrapper #category-people-single-item-wrapper .category-people-single-item-content-container .category-project-single-item-name {
		font-family: 'Caros Soft Bold';
		font-size: clamp( 16px, 1.70940vw, 20px); /* 20px; */
		line-height: 1.2; /* 26px; */
		color: #031835;
	}
	
	#category-people-wrapper #category-people-content-wrapper #category-people-single-item-wrapper .category-people-single-item-content-container .category-project-single-item-function {
		font-family: 'Caros Soft Light';
		font-size: 14px;
		line-height: 20px;
		color: #031835;
	}
	
	
	/* ---- SINGLE ONZE MENSEN ---- */
	#single-people-banner-wrapper {
		height: 50vh;
	}

	#single-people-intro-wrapper {
		margin-top: -20px;
	}

	#single-people-intro-wrapper #single-people-intro-wrapper {
		padding: 30px;
	}

	#single-people-content-wrapper .single-people-content-container h2.single-people-content-title {
		margin-top: 60px;
	}

	#single-people-content-wrapper .single-people-content-container .single-people-content-function {
		margin-bottom: 50px;
	}

	#single-people-content-wrapper .single-people-content-second-row h4 {
		padding-top: 0;
	}
		
	
	
	
	/* ---- SINGLE PAGES ---- */
	#single-page-wrapper #single-page-banner-wrapper {
		height: 0;
		padding-bottom: 62.5%;
	}

	#single-page-wrapper #single-page-content-wrapper .single-page-content-container {
		padding: 35px 0;
	}

	#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper {
		column-gap: 30px;
		padding-bottom: 5px;
		margin-bottom: 35px;
		border-bottom: 1px solid #CEC9BD;
	}

	#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-location-container, 
	#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-dates-container, 
	#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-price-container, 
	#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-language-container, 
	#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-duration-container, 
	#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-colleges-container {
		flex: 0 0 calc( 50% - 30px );
	}

	#single-page-wrapper #nfa-contactform-wrapper {
		padding: 0!important;
		margin: 0 -15px!important;
	}

	.gform_wrapper.gravity-theme .gform_footer {
		justify-content: flex-start;
	}

	#single-page-wrapper .gform_wrapper input[type="submit"] {
		top: inherit;
		margin-top: 20px;
	}

	#single-page-wrapper #single-page-sidebar-wrapper {
		padding: 50px 0;
	}

	#single-page-wrapper #single-page-sidebar-wrapper .single-page-sidebar-register-direct-link-container {
		display: none;
	}

	#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper {
		flex: 0 0 95%;
		max-width: inherit;
	}

	#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-image-container {
		padding-bottom: 75%;
	} 

	#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-image-container img {
		position: absolute;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-content-container {
		width: 90%;
		padding: 20px 15px 50px 15px;
	}

	#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-content-container h3 {
		font-size: clamp( 22px, 1.666667vw, 24px);
		min-height: 100px;
	}

	#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-content-container::after {
		left: 15px;
		height: 30px;
		width: 40px;
		margin-top: 30px;
		transition: all .2s ease-in-out;
	}

	#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-content-container:hover::after {
		left: 15px;
	}

	#single-page-wrapper .nfa-contactform-container {
		margin: inherit;
	}
								
										
										
	/* ---- FOOTER ---- */
		#footer-wrapper {
			font-size: 16px;
			line-height: 26px;
			padding: 70px 0;
		}

	
	#footer-wrapper #footer-column-wrapper {
		display: flex;
		flex: 0 0 100%;
		min-width: 100%;
		padding-bottom: 35px;
		margin-bottom: 35px;
		border-bottom: 1px solid #898989;
	}
	
	#footer-wrapper #footer-column-wrapper:last-of-type {
		padding-bottom: inherit;
		margin-bottom: inherit;
		border-bottom: 0 none;
	}

	#footer-wrapper #footer-column-content-wrapper {
		flex-direction: column;
	}
									
		#footer-wrapper p {
			font-size: 16px;
			line-height: 26px;
		}
										
		#footer-wrapper h4 {
			font-size: 16px;
			line-height: 26px;
		}
											
		#footer-wrapper a {
			font-size: 16px;
			line-height: 26px;
		}
	
	#footer-wrapper #footer-additional-logos-wrapper .footer-additional-logos-container img {
		float: inherit;
		margin-top: inherit;
	}

	#footer-wrapper #footer-additional-logos-wrapper .footer-additional-logos-container img {
		float: left;
		width: 100px;
		margin-top: 0;
	}
	
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper {
		text-align: right;
	}
	
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-email,
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-phone,
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-mobile,
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-linkedin {
		position: relative;
		display: inline-block;
		font-size: 0
	}
	
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-email::before {
		top: 0;
		height: 25px;
		width: 25px;
		background-size: 25px auto;
		background-position: center;
	}
	
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-phone::before,
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-mobile::before,
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-linkedin::before {
		top: 0;
		height: 25px;
		width: 25px;
		background-size: auto 25px;
		background-position: center;
	}
	
	#single-our-approach-wrapper-related-approach-wrapper {
		padding: 70px 0;
	}
	
	#single-our-approach-wrapper-related-approach-wrapper:before {
		background-size: 100%;
	}
	
	#single-our-approach-wrapper-related-approach-wrapper h3.single-our-approach-wrapper-related-approach-title {
        font-size: 32px;
        margin-bottom: 42px;
	}
	
	#single-our-approach-wrapper-related-approach-wrapper .h-scrolling .scrolling {
		padding: 0 15px;
	}
										
										
										
	/* ---- FOOTER --> LOGO ---- */
	#footer-wrapper .footer-logo-container {
		height: 50px;
		width: 100%;
		background-image: url('images/logos/neuf/Neuf - Beeldmerk - Roze.svg');
		background-position: left top;
		background-repeat: no-repeat;
		background-size: auto 50px;
		margin-bottom: 70px;
	}
	
	#single-our-approach-wrapper-related-approach-wrapper .h-scrolling .scrolling #single-our-approach-wrapper-related-approach-single-item-wrapper {
		min-width: 95%;
		max-width: 95%;
	}
	
	#single-our-approach-wrapper-related-approach-wrapper .single-our-approach-wrapper-related-approach-single-item-content-container .single-our-approach-wrapper-related-approach-single-item-content {
		font-size: 15px;
		padding: 15px;
	}
	
	#single-our-approach-wrapper-related-approach-wrapper .single-our-approach-wrapper-related-approach-single-item-content-container .single-our-approach-wrapper-related-approach-single-item-content .single-our-approach-wrapper-related-approach-single-item-location {
		margin-bottom: 10px;
	}
	
	#single-our-approach-wrapper-related-approach-wrapper .single-our-approach-wrapper-related-approach-single-item-content-container .single-our-approach-wrapper-related-approach-single-item-content h3.single-our-approach-wrapper-related-approach-single-item-title {	
		font-size: 16px;
        line-height: 22px;
        margin-bottom: 0px;
	}
	
	#single-our-approach-wrapper-related-approach-wrapper .single-our-approach-wrapper-related-approach-single-item-content-container .single-our-approach-wrapper-related-approach-single-item-content .single-our-approach-wrapper-related-approach-single-item-arrow {
		height: 30px;
        width: 30px;
        bottom: 15px;
        left: 30px;
        background-size: contain;
	}
	
	#single-our-approach-wrapper-related-approach-wrapper .h-scrolling .single-our-approach-wrapper-related-approach-right-arrow-container {
		right: 15px;
	}
	
	#single-our-approach-wrapper-related-approach-wrapper .h-scrolling .single-our-approach-wrapper-related-approach-left-arrow-container {
		left: 15px;
	}
	
	#single-our-approach-wrapper-related-approach-wrapper .h-scrolling #single-our-approach-wrapper-related-approach-right-arrow-wrapper,
	#single-our-approach-wrapper-related-approach-wrapper .h-scrolling #single-our-approach-wrapper-related-approach-left-arrow-wrapper {
		width: 50px;
	}
	
	#single-our-approach-wrapper-related-approach-wrapper .h-scrolling .single-our-approach-wrapper-related-approach-right-arrow-container,
	#single-our-approach-wrapper-related-approach-wrapper .h-scrolling .single-our-approach-wrapper-related-approach-left-arrow-container{
		background-size: 50px;
	}
	
	
			
	
	/* ---- SUB-FOOTER ---- */
	#sub-footer-wrapper {
		height: 50px;
		line-height: 50px;
	}
						
										
	/* ---- SUB-FOOTER --> COPYRIGHT ---- */
	#sub-footer-wrapper .footer-copyright-content-container .footer-copyright-content {
		font-size: 16px;
		line-height: 70px;
		text-align: center;
	}
										
										
	/* ----- SUB-FOOTER --> SUBMENU ---- */
	#sub-footer-wrapper .sub-footer-submenu-container ul {
		text-align: center;
		list-style: none;
	}
									
	#sub-footer-wrapper .sub-footer-submenu-container ul li a {
		font-size: 14px;
	}


	body .gform_wrapper input[type="submit"] {
		top: 0;
		margin-top: 30px;
	}



	#single-page-wrapper #single-page-sidebar-wrapper .single-page-sidebar-contact-person-container {
		max-width: 90%;
		margin: 0 auto;
	}
}


/* ---- CHANGE BREAKPOINT ---- */
@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}

	.navbar-left,
	.navbar-right {
		float: non!important;
	}
	
	.navbar-toggle {
		display: block;
	}
	
	.navbar-collapse.collapse {
		display: none!important;
	}
	
	.navbar-nav>li {
		float: none;
	}
	
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.collapse.in {
		display: block!important; 
	}
  }


@media (min-width: 768px) and (max-width: 991px) {
	#single-page-wrapper #single-page-content-wrapper {
		background: linear-gradient(to right, #F5F1E7 0 100%, transparent 100% 100%);
	}

	#single-page-wrapper #single-page-sidebar-wrapper {
		padding: 0;
	}

	#single-page-wrapper #single-page-sidebar-wrapper .single-page-sidebar-contact-person-container {
		max-width: 70%;
		margin: 0 auto;
	}
	
	
}


 
@media only screen
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: portrait) {
	body {
		font-size: 18px;
		line-height: 24px;
	}

	h1 {
		font-size: 42px;
		line-height: 46px;
	}

	h2 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 30px;
	}
		
	blockquote {
		height: auto;
		margin-bottom: 50px;
		border-left: 3px solid #EA9D83;
		margin-left: 0;
		padding-left: 25px;
	}
	
	blockquote p {
		font-family: 'Roboto Slab';
		font-size: 24px;
		line-height: 32px;
		color: #243F8E;
	}
	
	blockquote p:last-of-type {
		font-family: 'Open Sans';
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 0;
		margin-top: 30px;
	}
	
	img {
		min-width: 100%;
		max-width: 100%;
		height: auto;
		/* margin-bottom: 24px; */
	}
	
	img.image-margin-top {
		margin-top: 10px;
	}
	
	img.alignright {
		float: right;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	img.alignleft {
		float: left;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	
	ul {
		padding-left: 15px;
	}
	
	.wp-block-image figcaption {
		position: relative;
		top: -20px;
		color: #999999;
		font-size: 14px;
		font-style: italic;
		margin-bottom: 24px;
	}
	
	
	
	/* ---- VIDEO FULL WIDTH ---- */
	.wp-block-embed__wrapper {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
	}
	
	.wp-block-embed__wrapper iframe {
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
	}
	
	#header-wrapper .header-logo-container {
		height: 150px;
		width: 100%;
		background-image: url('images/logos/Neuf Academy/Logo Neuf Academy.svg');
		/* background-size: auto 50px; */
		background-position: left center;
	}

	#header-wrapper .header-logo-container.bgwhite {
		background-image: url('images/logos/Neuf Academy/Logo Neuf Academy - Donkerblauw.svg');
		background-size: auto 45px;
	}

	#header-wrapper #header-searchbox-wrapper {
		right: 10px;
	}

	#header-wrapper #main-header-wrapper ul li.main-menu-search-button a:before {
		top: 5px;
		font-size: 16px;
	}

	#header-wrapper #main-header-wrapper ul {
		left: -20px;
		padding-right: 0;
	}

	#header-wrapper #main-header-wrapper ul li {
		margin: 0 8px;
	}

	#header-wrapper #main-header-wrapper ul li a {
		font-size: 14px;
	}

	/* ---- SINGLE PAGES ---- */
	#single-page-wrapper #single-page-banner-wrapper {
		height: 0;
		padding-bottom: 62.5%;
	}

	#single-page-wrapper #single-page-content-wrapper {
		background: linear-gradient(to right, #F5F1E7 0 100%, transparent 100% 100%);
	}

	#single-page-wrapper #single-page-content-wrapper .single-page-content-container {
		padding: 35px 0;
	}

	#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper {
		column-gap: 30px;
		padding-bottom: 5px;
		margin-bottom: 35px;
		border-bottom: 1px solid #CEC9BD;
	}

	#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-location-container, 
	#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-dates-container, 
	#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-price-container, 
	#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-language-container, 
	#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-duration-container, 
	#single-page-wrapper #single-page-content-wrapper .single-page-content-container #single-page-content-details-wrapper .single-page-content-details-colleges-container {
		flex: 0 0 calc( 50% - 30px );
	}

	#single-page-wrapper #nfa-contactform-wrapper {
		padding: 0!important;
		margin: 0 -15px!important;
	}

	#single-page-wrapper .gform_wrapper input[type="submit"] {
		top: 0;
	}

	#single-page-wrapper #single-page-sidebar-wrapper {
		padding: 50px 0;
	}

	#single-page-wrapper #single-page-sidebar-wrapper .single-page-sidebar-register-direct-link-container {
		display: none;
	}

	#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper {
		flex: 0 0 95%;
		max-width: inherit;
	}

	#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-image-container {
		padding-bottom: 75%;
	} 

	#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-image-container img {
		position: absolute;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-content-container {
		width: 90%;
		padding: 20px 15px 50px 15px;
	}

	#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-content-container h3 {
		font-size: clamp( 22px, 1.666667vw, 24px);
		min-height: 100px;
	}

	#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-content-container::after {
		left: 15px;
		height: 30px;
		width: 40px;
		margin-top: 30px;
		transition: all .2s ease-in-out;
	}

	#single-page-wrapper #single-page-other-training-slider-wrapper #single-page-other-training-slider-single-item-wrapper .single-page-other-training-slider-single-item-content-container:hover::after {
		left: 15px;
	}
	  
	  
  	#single-people-content-wrapper #single-people-image-contactinfo-wrapper {
		text-align: right;
	}
	
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-email,
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-phone,
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-mobile,
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-linkedin {
		position: relative;
		display: inline-block;
		font-size: 0
	}
	
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-email::before {
		top: 0;
		height: 25px;
		width: 25px;
		background-size: 25px auto;
		background-position: center;
	}
	
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-phone::before,
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-mobile::before,
	#single-people-content-wrapper #single-people-image-contactinfo-wrapper .single-people-contactinfo-content-container .single-people-contactinfo-content-linkedin::before {
		top: 0;
		height: 25px;
		width: 25px;
		background-size: auto 25px;
		background-position: center;
	}
	  
	  
	#nfa-title-text-image-backgroundcolor-wrapper .nfa-title-text-image-backgroundcolor-content-image-container .nfa-title-text-image-backgroundcolor-image {
		justify-content: flex-start!important;
		padding-top: 10%;
	}
	  
  	#nfa-title-text-image-backgroundcolor-wrapper .nfa-title-text-image-backgroundcolor-content-image-container .nfa-title-text-image-backgroundcolor-content h2 {
		line-height: 1.2;
	}
	  
	  
	  
	
	  
	  
	/* ---- FOOTER ---- */
	#footer-wrapper #footer-column-wrapper {
		flex: 0 0 50%;
		width: 50%;
		margin-bottom: 35px;
		padding-bottom: 35px;
	}
	  
	#footer-wrapper #footer-additional-logos-wrapper .footer-additional-logos-container img {
		float: left;
	}


										
	/* ----- SUB-FOOTER --> SUBMENU ---- */
	#sub-footer-wrapper .sub-footer-submenu-container ul {
		text-align: center;
		list-style: none;
	}
									
	#sub-footer-wrapper .sub-footer-submenu-container ul li a {
		font-size: 14px;
	}
	
}



@media only screen
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: landscape) {
	body {
		font-size: 18px;
		line-height: 24px;
	}

	h1 {
		font-size: 42px;
		line-height: 50px;
	}
	  
	#header-wrapper #main-header-wrapper ul li {
		margin: 0 12px;
	}

	#header-wrapper #main-header-wrapper ul li a {
		font-size: 18px;
		font-size: clamp( 14px, 1.388889vw, 20px);
	}

	#header-wrapper .header-logo-container {
		background-size: 100% 100%; /* auto 60px; */
	}

	#fp-slideshow-wrapper #carousel-indicators-wrapper {
		top: 40px;
	}
	
	#quotes-content-wrapper .quotes-single-quote-content-container .quotes-single-quote-content {
		font-size: 32px;
		line-height: 44px;
	}

	#quotes-content-wrapper .quotes-single-quote-content-container .qoutes--single-quote-name-organisation-container {
		font-size: 16px;
	}

	#page-expertise-themes-wrapper #page-expertise-theme-single-item-wrapper #page-expertise-theme-single-item-content-wrapper .left .page-expertise-theme-single-item-content-container {
		padding: 50px 50px 50px 0;
	}

	#page-expertise-themes-wrapper #page-expertise-theme-single-item-wrapper #page-expertise-theme-single-item-content-wrapper .right .page-expertise-theme-single-item-content-container {
		padding: 50px 0 50px 50px;
	}

	#page-expertise-themes-wrapper #page-expertise-theme-single-item-wrapper #page-expertise-theme-single-item-content-wrapper .page-expertise-theme-single-item-content-container h2 {
		font-size: 36px;
		line-height: 48px;
		margin-bottom: 30px;
	}

	#single-page-expertise-wrapper-projects-wrapper .single-page-expertise-wrapper-projects-single-item-content-container .single-page-expertise-wrapper-projects-single-item-content, #single-page-projects-wrapper-related-projects-wrapper .single-page-projects-wrapper-related-projects-single-item-content-container .single-page-projects-wrapper-related-projects-single-item-content {
		padding: 30px 50px 30px 30px;
	}

	#single-page-expertise-wrapper-projects-wrapper .single-page-expertise-wrapper-projects-single-item-content-container .single-page-expertise-wrapper-projects-single-item-content:before, #single-page-projects-wrapper-related-projects-wrapper .single-page-projects-wrapper-related-projects-single-item-content-container .single-page-projects-wrapper-related-projects-single-item-content:before {
		height: 50px;
		width: 50px;
	}

	#single-page-expertise-wrapper-projects-wrapper .single-page-expertise-wrapper-projects-single-item-content-container .single-page-expertise-wrapper-projects-single-item-content .single-page-expertise-wrapper-projects-single-item-location, #single-page-projects-wrapper-related-projects-wrapper .single-page-projects-wrapper-related-projects-single-item-content-container .single-page-projects-wrapper-related-projects-single-item-content .single-page-projects-wrapper-related-projects-single-item-location {
		font-size: 14px;
		margin-bottom: 10px;
	}

	#single-page-expertise-wrapper-projects-wrapper .single-page-expertise-wrapper-projects-single-item-content-container .single-page-expertise-wrapper-projects-single-item-content .single-page-expertise-wrapper-projects-single-item-title, #single-page-projects-wrapper-related-projects-wrapper .single-page-projects-wrapper-related-projects-single-item-content-container .single-page-projects-wrapper-related-projects-single-item-content .single-page-projects-wrapper-related-projects-single-item-title {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	#single-page-expertise-wrapper-projects-wrapper .single-page-expertise-wrapper-projects-single-item-content-container .single-page-expertise-wrapper-projects-single-item-content .single-page-expertise-wrapper-projects-single-item-arrow, #single-page-projects-wrapper-related-projects-wrapper .single-page-projects-wrapper-related-projects-single-item-content-container .single-page-projects-wrapper-related-projects-single-item-content .single-page-projects-wrapper-related-projects-single-item-arrow {
		height: 30px;
		width: 30px;
		bottom: 30px;
		left: 30px;
		background-image: url('images/icons/Neuf - Projects Arrow Right.svg');
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: contain;
	}

	#single-page-projects-wrapper #single-page-projects-sidemenu-wrapper h4.single-page-projects-sidemenu-title {
		font-size: 22px;
	}

	#single-page-projects-wrapper #single-page-projects-sidemenu-wrapper ul li.hidden-menu-item ul li a {
		font-size: 16px;
	}

	#page-vacancies-references-wrapper .page-vacancies-references-single-item-container {
		margin-bottom: 50px;
	}

	#page-vacancies-references-wrapper .page-vacancies-references-single-item-container .page-vacancies-references-single-content-container {
		padding: 50px 0 50px 0;
	}
	
	#page-vacancies-references-wrapper .page-vacancies-references-single-item-container .page-vacancies-references-single-content-container .page-vacancies-references-single-quote {
		font-size: 26px;
		line-height: 32px;
	}

	#page-vacancies-bottom-wrapper {
		height: 200px;
	}

	#page-contact-contacts-wrapper {
		padding: 50px;
	}

	#page-contact-contacts-wrapper h2.page-contact-contacts-title {
		font-size: 38px;
		line-height: 52px;
		color: #FED1CF;
		width: 80%;
		text-align: center;
		margin: 0 auto 70px auto;
	}

	#page-contact-contacts-wrapper .page-contact-contacts-info-container h4.page-contact-contacts-oneliner {
		font-size: 20px;
		line-height: 26px;
	}

	#page-contact-contacts-wrapper .page-contact-contacts-info-container .page-contact-contacts-name {
		font-size: 18px;
		line-height: 24px;
	}

	#page-contact-contacts-wrapper .page-contact-contacts-info-container .page-contact-contacts-email {
		display: none;
	}

	#page-contact-contacts-wrapper .page-contact-contacts-info-container .page-contact-contacts-phone {
		font-size: 18px;
		line-height: 24px;
	}


	/* ---- CATEGORIES --> EVENTS ---- */
	
	/* ---- CATEGORIES --> EVENTS --> SIDEBAR ---- */
	#category-events-wrapper .category-events-sidebar-container {
		font-size: 14px;
	}

	#category-events-wrapper .category-events-sidebar-container #category-events-sidebar-calendar-single-item {
		padding: 15px 0;
	}

	#category-events-wrapper .category-events-sidebar-container #category-events-sidebar-calendar-single-item h4.category-events-sidebar-calendar-single-item-title {
		font-size: 20px;
	}

	#category-events-wrapper .category-events-sidebar-container #category-events-sidebar-calendar-single-item .category-events-sidebar-calendar-single-item-location {
		font-size: 12px;
	}


	#footer-wrapper #footer-column-wrapper {
		min-width: 33.333333%;
		margin-bottom: 70px;
	}
	  
	#footer-wrapper #footer-additional-logos-wrapper .footer-additional-logos-container .footer-additional-logos-single-logo img {
		max-width: 90%;
	}

	

}


@media (-webkit-min-device-pixel-ratio: 1.25 ) {
	.container {
		max-width: 1260px!important;
	}
}


@media (-webkit-device-pixel-ratio: 1.25) {
	
	.container {
		max-width: 1260px;
	}


	/* ---- HEADER ---- */
	#mobile-header-wrapper {
		position: fixed;
		width: 100%;
		height: 70px;
		background-color: #ffffff;
		border-bottom: 1px solid #aeaeae;
		z-index: 10000;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}

	#mobile-header-wrapper.drop-shadow {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		-ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		-o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}
								
					
	/* ---- HEADER --> LOGO ---- */
	#mobile-header-wrapper a .mobile-header-logo-container {
		position: relative;
		height: 70px;
		/* background-image: url('images/logos/neuf/Neuf - Logo Header.svg'); */
		background-image: url('images/logos/Neuf Academy/Logo Neuf Academy - Donkerblauw.svg');
		background-size: auto 60px;
		background-repeat: no-repeat;
		background-position: left center;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		z-index: 15500;
	}
											
												
	/* ---- HEADER --> MAIN MENU ---- */
	#mobile-main-header-wrapper {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 70px;
		z-index: 15000;
	}

	#mobile-main-header-wrapper .main-nav-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	
	#mobile-main-header-wrapper .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}

	#mobile-main-header-wrapper .main-nav-container {
		position: relative;
		height: auto;
		padding: 0;
	}

	#mobile-main-header-wrapper .navbar-nav {
		margin-left: inherit;
		margin-right: inherit;
	}

	#mobile-main-header-wrapper .mobile-menu {
		position: relative;
		z-index: 10000;
		text-align: right;
	}
						
	#mobile-main-header-wrapper .navbar-toggle {
		position: relative;
		float: right;
		height: 70px;
		width: 100%;
		background-position: center;
		background-size: 30px;
		background-repeat: no-repeat;
		margin: 0 0 0 0;
		padding-right: 0;
		background-color: transparent;
		border: 0 none;	
		z-index: 15000;		
	}

	#mobile-main-header-wrapper .navbar-toggle.menu-closed {
		background-image: url('images/icons/Neuf - Pancake - Blue.svg');
	}

	#mobile-main-header-wrapper .navbar-toggle.menu-open {
		background-image: url('images/icons/Neuf - Pancake - Blue - Close Menu.svg');
	}

	#mobile-main-header-wrapper .navbar-toggle:hover,
	#mobile-main-header-wrapper .navbar-toggle:focus {
		background-color: transparent;
		color: #031835;
		border: 0 none;	
		outline: 0;
	}

	#mobile-main-header-wrapper .navbar-collapse {
		position: absolute;
		clear: both;
		top: 0;
		width: 100vw;
		height: 100vh;
		padding: 0;
		background-color: #F5F1E7;
	}

	#mobile-main-header-wrapper .navbar-collapse.show {
		display: inherit!important;
		
	}

	#mobile-main-header-wrapper .navbar-collapse ul {
		height: 100vh;
		width: 100vw;
		z-index: 16000;
		padding: 70px 15px 15px 15px;
	}
						
	#mobile-main-header-wrapper .navbar-collapse ul li {
		height: auto;
		min-height: 50px;
		line-height: 50px;
		list-style: none;
		border-bottom: 1px solid #D7D1C3;		
	}

	#mobile-main-header-wrapper .navbar-collapse ul li:first-child {
		border-top: 1px solid #D7D1C3;
	}

	#mobile-main-header-wrapper .navbar-collapse ul li.menu-item-319 {
		display: none;
	}
				
	#mobile-main-header-wrapper .navbar-collapse ul li a {
		font-family: 'Caros Soft Regular';
		font-size: 22px;
		line-height: 50px;
		padding: 0 10px;
		box-sizing: border-box;
		margin-left: 0;
		color: #031835;
		border-bottom: 0 none;
	}

	#mobile-main-header-wrapper .navbar-collapse ul li a .caret,
	#mobile-main-header-wrapper .navbar-collapse ul li a.dropdown-toggle::after {
		display: none;
	}
					
	#mobile-main-header-wrapper .navbar-collapse ul li:hover a,
	#mobile-main-header-wrapper .navbar-collapse ul li a:hover,
	#mobile-main-header-wrapper .navbar-collapse ul li:focus a,
	#mobile-main-header-wrapper .navbar-collapse ul li a:focus {
		color: #555555; /* #ffffff; */
		text-decoration: none;
	}
						
	#mobile-main-header-wrapper .navbar-collapse ul li.active a, 
	#mobile-main-header-wrapper .navbar-collapse ul li.current-menu-parent a, 
	#mobile-main-header-wrapper .navbar-collapse ul li.current-menu-ancestor a {
		text-decoration: none;
		color: #555555; /* #ffffff; */
	}


	#mobile-main-header-wrapper .navbar-collapse ul li ul {
		display: block;
		height: auto;
		line-height: 30px;
		width: 100%;
		padding: 0 0 15px 0;
		background-color: transparent;
		border: 0 none;
	}

	#mobile-main-header-wrapper .navbar-collapse ul li ul li {
		height: 30px;
		min-height: auto;
		line-height: 30px;
		padding-left: 30px;
		border: 0 none;
	}

	#mobile-main-header-wrapper .navbar-collapse ul li ul li:first-child {
		border: 0 none;
	}

	#mobile-main-header-wrapper .navbar-collapse ul li ul li a {
		font-family: 'Caros Soft Light';
		font-size: 16px;
		line-height: 30px;
	}


	/* ---- HEADER --> MAIN-MENU --> ZOEKEN ---- */
	#mobile-header-wrapper #mobile-header-search-icon-wrapper {
		position: relative;
		height: 70px;
		width: 100%;
	}

	#mobile-header-wrapper #mobile-header-search-icon-wrapper .mobile-header-search-icon {
		height: 100%;
		width: 100%;
		background-image: url('images/buttons/Neuf - Search Button.svg');
		background-position: right center;
		background-size: 100% 20px;
		background-repeat: no-repeat;	
		transform: scaleX(-1);	
	}


	/* ---- HEADER --> ZOEKEN ---- */
	#mobile-header-wrapper #mobile-header-searchbox-wrapper {
		position: absolute;
		opacity: 0;
		top: 65px;
		right: 15%;
	}

	#mobile-header-wrapper #mobile-header-searchbox-wrapper:after {
		position: absolute;
		top: -8px;
		right: 30px;
		content: '';
		height: 16px;
		width: 16px;
		background-color: #ffffff;
		transform: rotate(45deg);
		border-left: 1px solid #c1c1c1;
		border-top: 1px solid #c1c1c1;
	}
	
	#mobile-header-wrapper #mobile-header-searchbox-wrapper ::placeholder {
		color: #b1b1b1;
		opacity: 1; /* Firefox */
	}
	  
	#mobile-header-wrapper #mobile-header-searchbox-wrapper :-ms-input-placeholder { 
		color: #b1b1b1;
	}
	  
	#mobile-header-wrapper #mobile-header-searchbox-wrapper ::-ms-input-placeholder {
		color: #b1b1b1;
	}

	#mobile-header-wrapper #mobile-header-searchbox-wrapper.visible {
		opacity: 1;
	}

	#mobile-header-wrapper #mobile-header-searchbox-wrapper label.screen-reader-text {
		display: none;
	}

	#mobile-header-wrapper #mobile-header-searchbox-wrapper input[type="text"] {
		color: #000000;
		width: 250px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		padding: 0 10px;
		background-color: #ffffff;
		border: 1px solid #c1c1c1;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}

	#mobile-header-wrapper #mobile-header-searchbox-wrapper input[type="submit"] {
		display: none;
	}	
	
  }


@media (-webkit-min-device-pixel-ratio: 1.5 ) {
	.container {
		max-width: 1140px!important;
	}
}

@media (-webkit-min-device-pixel-ratio: 2 ) {
	.container {
		max-width: 1440px!important;
	}
}

@media only screen and ( min-width: 768px ) and ( max-width: 1299px ) {
	/* ---- HEADER ---- */
	#mobile-header-wrapper {
		position: fixed;
		width: 100%;
		height: 70px;
		background-color: #ffffff;
		border-bottom: 1px solid #aeaeae;
		z-index: 10000;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}

	#mobile-header-wrapper.drop-shadow {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		-ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		-o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
	}
								
					
	/* ---- HEADER --> LOGO ---- */
	#mobile-header-wrapper a .mobile-header-logo-container {
		position: relative;
		height: 70px;
		/* background-image: url('images/logos/neuf/Neuf - Logo Header.svg'); */
		background-image: url('images/logos/Neuf Academy/Logo Neuf Academy - Donkerblauw.svg');
		background-size: auto 60px;
		background-repeat: no-repeat;
		background-position: left center;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		z-index: 15500;
	}
											
												
	/* ---- HEADER --> MAIN MENU ---- */
	#mobile-main-header-wrapper {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 70px;
		z-index: 15000;
	}

	#mobile-main-header-wrapper .main-nav-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	
	#mobile-main-header-wrapper .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}

	#mobile-main-header-wrapper .main-nav-container {
		position: relative;
		height: auto;
		padding: 0;
	}

	#mobile-main-header-wrapper .navbar-nav {
		margin-left: inherit;
		margin-right: inherit;
	}

	#mobile-main-header-wrapper .mobile-menu {
		position: relative;
		z-index: 10000;
		text-align: right;
	}
						
	#mobile-main-header-wrapper .navbar-toggle {
		position: relative;
		float: right;
		height: 70px;
		width: 100%;
		background-position: center;
		background-size: 30px;
		background-repeat: no-repeat;
		margin: 0 0 0 0;
		padding-right: 0;
		background-color: transparent;
		border: 0 none;	
		z-index: 15000;		
	}

	#mobile-main-header-wrapper .navbar-toggle.menu-closed {
		background-image: url('images/icons/Neuf - Pancake - Blue.svg');
	}

	#mobile-main-header-wrapper .navbar-toggle.menu-open {
		background-image: url('images/icons/Neuf - Pancake - Blue - Close Menu.svg');
	}

	#mobile-main-header-wrapper .navbar-toggle:hover,
	#mobile-main-header-wrapper .navbar-toggle:focus {
		background-color: transparent;
		color: #031835;
		border: 0 none;	
		outline: 0;
	}

	#mobile-main-header-wrapper .navbar-collapse {
		position: absolute;
		clear: both;
		top: 0;
		width: 100vw;
		height: 100vh;
		padding: 0;
		background-color: #F5F1E7;
	}

	#mobile-main-header-wrapper .navbar-collapse.show {
		display: inherit!important;
		
	}

	#mobile-main-header-wrapper .navbar-collapse ul {
		height: 100vh;
		width: 100vw;
		z-index: 16000;
		padding: 70px 15px 15px 15px;
	}
						
	#mobile-main-header-wrapper .navbar-collapse ul li {
		height: auto;
		min-height: 50px;
		line-height: 50px;
		list-style: none;
		border-bottom: 1px solid #D7D1C3;		
	}

	#mobile-main-header-wrapper .navbar-collapse ul li:first-child {
		border-top: 1px solid #D7D1C3;
	}

	#mobile-main-header-wrapper .navbar-collapse ul li.menu-item-319 {
		display: none;
	}
				
	#mobile-main-header-wrapper .navbar-collapse ul li a {
		font-family: 'Caros Soft Regular';
		font-size: 22px;
		line-height: 50px;
		padding: 0 10px;
		box-sizing: border-box;
		margin-left: 0;
		color: #031835;
		border-bottom: 0 none;
	}

	#mobile-main-header-wrapper .navbar-collapse ul li a .caret,
	#mobile-main-header-wrapper .navbar-collapse ul li a.dropdown-toggle::after {
		display: none;
	}
					
	#mobile-main-header-wrapper .navbar-collapse ul li:hover a,
	#mobile-main-header-wrapper .navbar-collapse ul li a:hover,
	#mobile-main-header-wrapper .navbar-collapse ul li:focus a,
	#mobile-main-header-wrapper .navbar-collapse ul li a:focus {
		color: #555555; /* #ffffff; */
		text-decoration: none;
	}
						
	#mobile-main-header-wrapper .navbar-collapse ul li.active a, 
	#mobile-main-header-wrapper .navbar-collapse ul li.current-menu-parent a, 
	#mobile-main-header-wrapper .navbar-collapse ul li.current-menu-ancestor a {
		text-decoration: none;
		color: #555555; /* #ffffff; */
	}


	#mobile-main-header-wrapper .navbar-collapse ul li ul {
		display: block;
		height: auto;
		line-height: 30px;
		width: 100%;
		padding: 0 0 15px 0;
		background-color: transparent;
		border: 0 none;
	}

	#mobile-main-header-wrapper .navbar-collapse ul li ul li {
		height: 30px;
		min-height: auto;
		line-height: 30px;
		padding-left: 30px;
		border: 0 none;
	}

	#mobile-main-header-wrapper .navbar-collapse ul li ul li:first-child {
		border: 0 none;
	}

	#mobile-main-header-wrapper .navbar-collapse ul li ul li a {
		font-family: 'Caros Soft Light';
		font-size: 16px;
		line-height: 30px;
	}


	/* ---- HEADER --> MAIN-MENU --> ZOEKEN ---- */
	#mobile-header-wrapper #mobile-header-search-icon-wrapper {
		position: relative;
		height: 70px;
		width: 100%;
	}

	#mobile-header-wrapper #mobile-header-search-icon-wrapper .mobile-header-search-icon {
		height: 100%;
		width: 100%;
		background-image: url('images/buttons/Neuf - Search Button.svg');
		background-position: right center;
		background-size: 100% 20px;
		background-repeat: no-repeat;	
		transform: scaleX(-1);	
	}


	/* ---- HEADER --> ZOEKEN ---- */
	#mobile-header-wrapper #mobile-header-searchbox-wrapper {
		position: absolute;
		opacity: 0;
		top: 65px;
		right: 15%;
	}

	#mobile-header-wrapper #mobile-header-searchbox-wrapper:after {
		position: absolute;
		top: -8px;
		right: 30px;
		content: '';
		height: 16px;
		width: 16px;
		background-color: #ffffff;
		transform: rotate(45deg);
		border-left: 1px solid #c1c1c1;
		border-top: 1px solid #c1c1c1;
	}
	
	#mobile-header-wrapper #mobile-header-searchbox-wrapper ::placeholder {
		color: #b1b1b1;
		opacity: 1; /* Firefox */
	}
	  
	#mobile-header-wrapper #mobile-header-searchbox-wrapper :-ms-input-placeholder { 
		color: #b1b1b1;
	}
	  
	#mobile-header-wrapper #mobile-header-searchbox-wrapper ::-ms-input-placeholder {
		color: #b1b1b1;
	}

	#mobile-header-wrapper #mobile-header-searchbox-wrapper.visible {
		opacity: 1;
	}

	#mobile-header-wrapper #mobile-header-searchbox-wrapper label.screen-reader-text {
		display: none;
	}

	#mobile-header-wrapper #mobile-header-searchbox-wrapper input[type="text"] {
		color: #000000;
		width: 250px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		padding: 0 10px;
		background-color: #ffffff;
		border: 1px solid #c1c1c1;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
	}

	#mobile-header-wrapper #mobile-header-searchbox-wrapper input[type="submit"] {
		display: none;
	}	
}



#mobile-header-clear-fix-wrapper {
	display: block;
	width: 100%;
	height: 70px;
	background-color: transparent;
}



