/*
Theme Name: UL-Team 2018
Theme URI: http://www.excellutions.nl
Author: C.P.M. Bastiaansen
Author URI: http://www.excellutions.nl/
Description: Thema ontwerp en technische realisatie EXCELLUTIONS | C.P.M. Bastiaansen
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: habion

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.
*/


/* ---- OPEN SANS ---- */
/* 	light 300
	regular 400
	semi-bold 600
	bold 700
	extra-bold 800
*/




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

body {
	position: relative;
	display: inherit;
	font-family: 'Open Sans';
	font-size: 16px;
	color: #333333;
	height: 100%;
	width: 100%;
}

* {
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat'!important;
	color: #003e82;
	text-transform: uppercase;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0;
}

h1 {
	margin-bottom: 30px;
	margin-top: 30px;
	font-weight: 700!important;
}

p {
	margin-bottom: 18px;
}

a {
	color: #9b35c7;
	font-weight: 600;
}

a:hover, 
a:focus {
	text-decoration: underline;
	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;
}

#site-wrapper ul > li {
	margin-bottom: 10px;
}

blockquote {
	display: block;
	width: 80%;
	border-left: 0 none!important;
	margin-left: 0;
	padding: 30px 0!important;
	margin: 0 auto;
}

blockquote p {
	font-size: 24px!important;
	color: #9b35c7!important;
	font-weight: 600!important;
	font-style: italic!important;
}

img {
	max-width: 100%;
	height: auto;
}

img.alignleft {
	position: relative;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

img.alignright {
	position: relative;
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
}

img.aligncenter {
	position: relative;
	display: block;
	margin: 0 auto;
}



/* ---- HEADER ---- */
#header-wrapper {
	position: relative;
	height: 100px;
	width: 100%;
	background-color: #ffffff;
	z-index: 25000;
	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;
	box-shadow: 0 none;
	-webkit-box-shadow: 0 none;
	-moz-box-shadow: 0 none;
	-ms-box-shadow: 0 none;
	-o-box-shadow: 0 none;
}



/* ---- HEADER --> LOGO ---- */
#header-logo-wrapper {
	position: relative;
	display: block;
	height: 100px;
	padding: 15px 0;
	width: auto;
}

#header-logo-wrapper a.header-logo-container {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	background-image: url('images/logos/Logo UL-team.png');
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}




/* ---- TOP-HEADER ---- */
#top-header-wrapper {
	position: relative;
	height: 40px;
	line-height: 40px;
}

#top-header-wrapper .top-header-menu-container {
	position: relative;
	height: 40px;
	width: 100%;
	text-align: right;
}

#top-header-wrapper .top-header-menu-container ul {
}

#top-header-wrapper .top-header-menu-container ul li {
	display: inline-table;
	list-style: none;
}

#top-header-wrapper .top-header-menu-container ul li a {
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	color: #003e82;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 15px;
	background-color: #54c4ef;
	padding: 3px 10px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border: 3px solid #003e82;
	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;
	margin-top: 15px;
}

#top-header-wrapper .top-header-menu-container ul li a:hover,
#top-header-wrapper .top-header-menu-container ul li a:focus {
	color: #ffffff;
	background-color: #003e82;
	text-decoration: none;
	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;
}


				

/* ---- HOOFDMENU ---- */
#main-nav-wrapper {
	position: relative;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

#main-nav-wrapper .navbar {
	margin-bottom: 0;
}

ul.navbar-nav {
	position: relative;
	display: table;
	height: 50px;
	line-height: 50px;
}

				.navbar-nav .caret {
					display: none;
				}

				.dropdown-menu > .active > a, 
				.dropdown-menu > .active > a:hover, 
				.dropdown-menu > .active > a:focus {
					background-color: transparent;
					color: #9b35c7;
				}

				.navbar-nav li {
					height: 50px;
					line-height: 50px;
				}

				.navbar-nav li ul {
					display: none;
				}
/*
.navbar-nav li.menu-item-has-children a:after {
	font-family: 'Fontawesome';
	content: "\f107";
	font-size: 22px;
	color: #003e82;
	margin-left: 7px;
	margin-top: 5px;
}
*/ 

.navbar-nav > li > a {
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: 500;
	color: #003e82;
}

.navbar-nav li.menu-item-has-children a:after,
.navbar-nav ul > li.menu-item-has-children a:after {
	font-family: 'Fontawesome';
	content: "\f107";
	font-size: 20px;
	color: #003e82;
	margin-left: 7px;
	margin-top: 5px;

}

.navbar-nav li a:hover,
.navbar-nav li a:focus  {
	background-color: transparent;
}

.navbar-nav > li > a:hover,
.navbar-nav ul > li.menu-item-has-children a:hover {
	color: #003e82;
	text-decoration: underline;
	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;
}

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current-menu-parent > a {
	color: #9b35c7;
}

.navbar-nav li.current-menu-item a:hover,
.navbar-nav li.current-menu-parent a:hover {
	text-decoration: underline; 
}

.navbar-nav li:hover ul {
	position: absolute;
	top: 46px;
	display: table!important;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	z-index: 20000;
	box-shadow: 1px 6px 10px 0px rgba( 0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 6px 10px 0px rgba( 0, 0, 0, 0.3);
	-moz-box-shadow: 1px 6px 10px 0px rgba( 0, 0, 0, 0.3);
	-ms-box-shadow: 1px 6px 10px 0px rgba( 0, 0, 0, 0.3);
	-o-box-shadow: 1px 6px 10px 0px rgba( 0, 0, 0, 0.3);	
}

.navbar-nav li:hover li  {
	height: 40px;
	line-height: 40px;
	list-style: none;
	overflow: hidden; 
	white-space: nowrap;
	border-bottom: 1px solid #e2ddd2;
}

.navbar-nav li:hover li a {
	font-family: 'Open Sans';
	word-break: keep-all;
	font-size: 16px;
	color: #003e82;
	line-height: 40px;
	padding: 0;
}

.navbar-nav li:hover li a:hover,
.navbar-nav li:hover li a:focus {
	text-decoration: underline;
}

.navbar-nav li li.current-menu-item > a,
.navbar-nav li li.current-menu-parent > a {
	color: #9b35c7;
}

.navbar-nav li li.current_page_item a {
	color: #9b35c7;
}

.navbar-nav li:hover li a:after {
	content: inherit;
}




/* ---- SITE-WRAPPER ---- */
#site-wrapper {
	position: relative;
	height: auto;
	/* overflow: hidden; */
}



/* ---- KRUIIMELPAD ---- */
#breadcrumb-container {
	display: block;
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	font-weight: 300;
	text-align: left;
	color: #003e82;
	/* padding-left: 50px; */
	text-transform: lowercase;
}

#breadcrumb-container a {
	color: #003e82;
	border-bottom: 0 none;
	line-height: 50px;
}

#breadcrumb-container a:hover,
#breadcrumb-container a:focus {
	text-decoration: underline;
	background: none;
	color: #003e82;
}

#breadcrumb-container .breadcrumb_last {
	text-decoration: none;
	line-height: 50px;
}



/* ---- FRONTPAGE ---- */
#fp-main-content-wrapper {
	position: relative;
	/* top: -100px;
	margin-bottom: -140px; */
	padding-top: 30px;
	/* padding-bottom: 30px; */
	z-index: 15000;
}

#fp-content-wrapper h1 {
	margin-top: 30px!important;
}

#fp-content-wrapper h3 {
	margin-top: 30px!important;
}



/* ---- FRONTPAGE --> BANNER ---- */
.fp-banner-container {
	position: relative;
	height: 0;
	padding-bottom: 33.33333%;
	background-image: url('images/banners/UL-Team - Banner Homepage.jpg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

/* ---- FRONTPAGE - SLIDESHOW ---- */
#fp-banner-top-container {
	position: relative;
}

#fp-slider-container {
	position: relative;
	margin-left: -15px;
	width: calc( 100% + 30px );
}

#fp-banner-top-container #slider,
#fp-banner-top-container #carousel-bounding-box,
#fp-banner-top-container #myCarousel,
#fp-banner-top-container .carousel-inner {
	position: relative;
	height: 0;
	padding-top: 42.25%;
	width: 100%; 
	margin: 0 auto;
}

#fp-banner-top-container #carousel-bounding-box,
#fp-banner-top-container #myCarousel,
#fp-banner-top-container .carousel-inner {
	position: absolute;
	top: 0;
	left: 0;
}

#fp-banner-top-container .carousel-inner .item,
#fp-banner-top-container .carousel-inner .item.active {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%; 
	width: 100%; 
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#fp-banner-top-container .slider-image-title-container {
	position: absolute;
	display: table;
	top: 0;
	left: 0;
	/* background: rgba( 0, 0, 0, .2); */
	color: #ffffff;
	text-align: left;
	height: 100%; /* 700px; */
	width: 100%; /* 1280px; */
	z-index: 1000;
}

#fp-banner-top-container .slider-image-title-container .slider-image-title-content-container {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	background: rgba( 0, 0, 0, .2 );
}

#fp-banner-top-container .slider-image-title-container .slider-image-title-content-content {
	position: relative;
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

#fp-banner-top-container .slider-image-title-container .slider-image-title-content-container h1 {
	position: relative;
	display: block;
	font-family: 'Montserrat';
	color: #ffffff;
	font-size: 65px;
	vertical-align: middle;
	text-align: center;
}

#fp-banner-top-container .slider-image-title-container .slider-image-title-content-container span.title-divider {
	border-bottom: 2px solid #ffffff;
	width: 50%;
	height: 2px;
	display: block;
	margin: 0 auto;
}

#fp-banner-top-container .slider-image-title-container .slider-image-title-content-container p {
	position: relative;
	font-family: 'Montserrat';
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	vertical-align: middle;
	text-align: center;
}

#fp-banner-top-container .slider-image {
	width: 100%;
	min-width: 100%;
	height: 100%; 
}

#fp-banner-top-container .slider-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#fp-banner-top-container .carousel-control {
	display: none;
}

#fp-banner-top-container .carousel-indicators {
	bottom: 150px;
	/* left: 0%; 
	margin-left: 20px; */
	text-align: center;
	z-index: 150000;
}

/* ---- FRONTPAGE - SLIDESHOW - FADE IMAGES ---- */
#fp-banner-top-container .carousel-fade .carousel-inner .item {
	opacity: 0;
	transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
}

#fp-banner-top-container .carousel-fade .carousel-inner .active {
	opacity: 1;
}

#fp-banner-top-container .carousel-fade .carousel-inner .active.left,
#fp-banner-top-container .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

#fp-banner-top-container .carousel-fade .carousel-inner .next.left,
#fp-banner-top-container .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

#fp-banner-top-container .carousel-fade .carousel-control {
	z-index: 2;
}



/* ---- FRONTPAGE --> CONTENT ---- */
#fp-teasers-wrapper h3 {
	font-size: 20px;
	height: 45px;
	
}

#fp-teasers-wrapper .fp-teasers-container img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}


/* ---- FRONTPAGE --> FIRST AVAILABLE TRAINING DATA ---- */
#fp-first-available-training-date-wrapper {
	position: relative;
	display: block;
	height: auto;
	overflow: hidden;
	padding: 30px;
	background-color: #f1f1f1;
}

#fp-first-available-training-date-wrapper h3 {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}

#fp-first-available-training-date-wrapper .fp-available-training-date-container {
	display: table;
	color: #003e82;
	font-weight: bold;
	width: 70px;
	height: 70px;
	border: 3px solid #003e82;
	border-radius: 50%;
	text-align: center;
	background-color: #54c4ef
}

#fp-first-available-training-date-wrapper .fp-available-training-date-content {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;	
}

#fp-available-training-date-wrapper {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#fp-available-training-date-wrapper.row-1 {
	border-top: 1px solid #cccccc;
	padding-top: 15px;
}


#fp-first-available-training-date-wrapper .fp-available-training-date-content .fp-available-training-date-month {
	font-size: 14px;
}

#fp-first-available-training-date-wrapper .fp-available-training-date-content .fp-available-training-date-day {	
	font-size: 24px;
	line-height: 20px;
}

#fp-first-available-training-date-wrapper .fp-available-training-date-content .fp-available-training-date-year {	
	font-size: 14px;
}


#fp-first-available-training-date-wrapper .fp-available-training-date-city {
	font-size: 16px;
	font-weight: bold;
	color: #003e82;
}

#fp-first-available-training-date-wrapper .fp-available-training-date-training {
	font-size: 14px;
	color: #003e82;
}

#fp-first-available-training-date-wrapper a.fp-available-training-date-subscription-url {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #003e82;
	text-transform: uppercase;
	font-weight: bold;
	height: 24px;
	line-height: 20px;
	width: 125px;
	text-align: center;
	padding: 0px 7px;
	background-color: #b8cd48;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border: 2px solid #003e82;
	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;
}

#fp-first-available-training-date-wrapper a.fp-available-training-date-subscription-url:hover,
#fp-first-available-training-date-wrapper a.fp-available-training-date-subscription-url:focus {
	color: #ffffff;
	background-color: #003e82;
	text-decoration: none;
	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;
}

#fp-first-available-training-date-wrapper .fp-available-training-date-link-to-all:before {
	font-family: 'Fontawesome';
	content: '\f105';
	color: #003e82;
	margin-right: 0px;
}
#fp-first-available-training-date-wrapper .fp-available-training-date-link-to-all a {
	font-size: 12px;
	color: #003e82;
	font-weight: 600;
}

#fp-first-available-training-date-wrapper .fp-available-training-date-link-to-all a:hover,
#fp-first-available-training-date-wrapper .fp-available-training-date-link-to-all a:focus {
	color: #9b35c7;
	text-decoration: none;
}


/* ---- FRONTPAGE --> TEASERS ---- */
#fp-teasers-wrapper {
	padding: 15px 0;
}

/* ---- FRONTPAGE --> AANBOD ---- */
#fp-category-our-training-wrapper {
	padding: 30px 0; /* 70px 0; */
	margin: 30px 0 0 0; /* 45px 0; */
	background-color: #f1f1f1;
}

#fp-category-our-training-wrapper blockquote p {
	color: #9b35c7!important; /* #003e82!important; */
}

#fp-category-our-training-wrapper h2.fp-category-our-training-main-title {
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

#fp-category-our-training-single-item-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 120%; /* 100%; */
	background-color: #ffffff;
	margin-bottom: 30px;
}

#fp-category-our-training-single-item-wrapper .fp-category-our-training-single-item-image {
	position: relative;
	height: 0;
	padding-bottom: 40%; /* 33.33333%; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


#fp-category-our-training-single-item-wrapper .fp-category-our-training-single-item-image img {
	/* width: 100%;
	height: 100%;
	object-fit: cover; */
	display: none;
}

#fp-category-our-training-single-item-wrapper .fp-category-our-training-single-item-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, .2);
}

#fp-category-our-training-single-item-wrapper .fp-category-our-training-single-item-title-container {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	height: 100%;
	width: 100%;
}

#fp-category-our-training-single-item-wrapper .fp-category-our-training-single-item-title-container .fp-category-our-training-single-item-title {
	position: relative;
	display: table-cell;
	vertical-align: middle;	
	padding: 15px;
}

#fp-category-our-training-single-item-wrapper .fp-category-our-training-single-item-title-container .fp-category-our-training-single-item-title h3 {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}

#fp-category-our-training-single-item-wrapper .fp-category-our-training-single-item-content-container {
	padding: 15px;
}

#fp-category-our-training-single-item-wrapper .fp-category-our-traininer-single-item-content-offer-container {
	padding-left: 15px;
}

#fp-category-our-training-single-item-wrapper .fp-category-our-training-single-item-content-container li {
	list-style: none;
	font-size: 14px;
	line-height: 24px;
}

#fp-category-our-training-single-item-wrapper .fp-category-our-training-single-item-content-container li:before {
	font-family: 'Fontawesome';
	content: '\f105';
	margin-right: 5px;
}

#fp-category-our-training-single-item-wrapper .fp-category-our-training-single-item-content-container li a {
	color: #333333;
}

#fp-category-our-training-single-item-wrapper .fp-category-our-training-single-item-content-container li a:hover,
#fp-category-our-training-single-item-wrapper .fp-category-our-training-single-item-content-container li a:focus {
	color: #9b35c7;
}



/* ----- SINGLE-PAGES ----- */

/* ---- SINGLE-PAGES --> PORTFOLIO ---- */
.banner-single-portfolio-container {
	position: relative;
	left: -15px;
	height: 500px;
	width: calc( 100% + 30px );
	overflow: hidden;
}

.banner-single-portfolio-container img {
	display: block;
	margin: 0 auto;
	width: 100%;
	min-width: 1280px;
	height: 100%;
	object-fit: cover;
}

.banner-single-portfolio-container-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 500px;
	width: 100%;
	background: rgba( 0, 0, 0, .2);
}

.banner-single-portfolio-container .single-portfolio-oneliner {
	position: relative;
	display: table;
	height: 500px;
	width: 100%;
	text-align: left;
	padding: 0;
}

.banner-single-portfolio-container .single-portfolio-oneliner-content {
	position: relative;
	display: table-cell;
	height: 500px;
	width: 100%;
	font-family: 'Montserrat';
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 50px 0;
	 text-shadow: 2px 2px #000000;
}


#single-portfolio-wrapper {
	position: relative;
	/* top: -200px;
	margin-bottom: -200px; */
}

#single-portfolio-wrapper .single-portfolio-details-question-step {
	position: relative;
	display: block;
	background-image: url('images/icons/UL-Team-Vraag-Blauw.png');
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 100;
}

#single-portfolio-wrapper .single-portfolio-details-question-step:before {
	position: absolute;
	content: '';
	background: #003e82;
	top: 120px;
	right: 50%;
	left: 50%;
	height: calc(100% - 115px);
	height: -webkit-calc(100% - 115px);
	height: -moz-calc(100% - 115px);
	height: -o-calc(100% - 115px);
	width: 2px;
	z-index: 1;
}

#single-portfolio-wrapper .single-portfolio-details-question-content {
	/* border-bottom: 1px solid #003e82; */
	margin-bottom: 30px;
	padding-bottom: 15px;
}

#single-portfolio-wrapper .single-portfolio-details-question-content h2 {
	position: relative;
	display: table-cell;
	height: 120px;
	padding-bottom: 20px;
	font-weight: bold;
	line-height: 38px;
	vertical-align: middle;
}

#single-portfolio-wrapper .single-portfolio-details-approach-step {
	position: relative;
	display: block;
	background-image: url('images/icons/UL-Team-Aanpak-Blauw.png');
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 100;
}

#single-portfolio-wrapper .single-portfolio-details-approach-content {
	/* border-bottom: 1px solid #003e82; */
	margin-bottom: 30px;
	padding-bottom: 15px;
}

#single-portfolio-wrapper .single-portfolio-details-approach-content h2 {
	position: relative;
	display: table-cell;
	height: 120px;
	padding-bottom: 20px;
	margin-top: 0;
	font-weight: bold;
	line-height: 38px;
	vertical-align: middle;
}

#single-portfolio-wrapper .single-portfolio-details-approach-step:before {
	position: absolute;
	content: '';
	background: #003e82;
	top: 120px;
	right: 50%;
	left: 50%;
	height: calc(100% - 115px);
	height: -webkit-calc(100% - 115px);
	height: -moz-calc(100% - 115px);
	height: -o-calc(100% - 115px);
	width: 2px;
}

#single-portfolio-wrapper .single-portfolio-details-result-step {
	position: relative;
	display: block;
	background-image: url('images/icons/UL-Team-Resultaat-Blauw.png');
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 100;
}

#single-portfolio-wrapper .single-portfolio-details-result-content h2 {
	position: relative;
	display: table-cell;
	height: 120px;
	padding-bottom: 20px;
	font-weight: bold;
	line-height: 38px;
	vertical-align: middle;
}

#single-portfolio-wrapper .single-portfolio-details-result-step:before {
	position: absolute;
	content: '';
	background: #003e82;
	top: 120px;
	right: 50%;
	left: 50%;
	height: calc(100% - 145px);
	height: -webkit-calc(100% - 145px);
	height: -moz-calc(100% - 145px);
	height: -o-calc(100% - 145px);
	width: 2px;
}



/* ---- SINGLE - AANBOD TRAININGEN ---- */
.banner-single-our-training-container {
	position: relative;
	left: -15px;
	height: 500px; /* 0 */
	width: calc( 100% + 30px );
	/* padding-bottom: 35%; */
	overflow: hidden
}

.banner-single-our-training-container img {
	display: block;
	margin: 0 auto;
	width: 100%;
	min-width: 1280px;
	height: auto;
}

#single-our-training-intro-wrapper {
	position: relative;
	top: -50px;
	margin-bottom: -50px;
}

#single-our-training-intro-wrapper .single-our-training-intro-content-container {
	background-color: #f1f1f1;
	padding: 30px;	
}

#single-our-training-intro-wrapper .single-our-training-intro-content-container #breadcrumb-container {
	position: relative;
	top: -15px;
	height: 50px;
	line-height: 50px;
}

#single-our-training-intro-wrapper .single-our-training-overview-duration-container,
#single-our-training-intro-wrapper .single-our-training-overview-duration-certificate,
#single-our-training-intro-wrapper .single-our-training-overview-duration-groupsize,
#single-our-training-intro-wrapper .single-our-training-overview-duration-cost {
	height: 0;
	padding-bottom: 100%;
}

.single-our-training-overview-duration-content,
.single-our-training-overview-certificate-content,
.single-our-training-overview-groupsize-content,
.single-our-training-overview-cost-content {
	display: block;
	color: #003e82;
	font-weight: 600;
	height: 75px;
	padding: 5px 0;
	text-align: center;
}


#single-our-training-wrapper {
	position: relative;
	/* top: -200px;
	margin-bottom: -200px; */
}

#single-our-training-wrapper .single-our-training-container {
	position: relative;
	/* margin-top: -200px; */
	background-color: #ffffff;
}

#single-our-training-wrapper .single-our-training-main-item-wrapper {
	padding: 30px 0; /* 30px 50px; */
}

#single-our-training-wrapper .single-our-training-category {
	color: #459cc2;	
}

#single-our-training-wrapper h1.single-our-training-title {
	font-family: 'Montserrat';
	font-size: 32px;
	color: #003e82;
	margin-bottom: 50px;
}

#single-our-training-wrapper .single-our-training-content h3 {
	font-size: 20px;
	color: #003e82;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 30px;
}

#single-our-training-wrapper .single-our-trainnig-content img {
	min-width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#single-our-training-wrapper .single-our-training-content iframe {
	max-width: 100%;

}

#single-our-training-wrapper .single-our-training-content p:first-of-type {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 40px;
}

#single-our-training-wrapper .single-our-training-main-item-sidebar {
	margin-top: 0; /* 135px; */
	font-size: 16px;
}

#single-our-taining-wrapper .single-our-training-main-item-sidebar h3 {
	font-size: 16px;
	font-weight: bold;
	color: #459cc2;
	margin-bottom: 0;
}

#single-our-training-wrapper .single-our-training-main-item-sidebar a {
	border-bottom: 1px solid #459cc2;
}

#single-our-training-wrapper .single-our-training-main-item-sidebar a:hover,
#single-our-training-wrapper .single-our-training-main-item-sidebar a:focus {
	text-decoration: none;
	color: #459cc2;
}

				

.single-our-training-overview-container {
	padding: 0 30px;
}

.single-available-training-date-container {
	margin-bottom: 30px;
}

#single-our-training-available-dates-wrapper {
	padding: 30px 0; /* 30px 50px; */
}

#single-our-training-available-dates-wrapper h3.single-our-training-dates-title {
	font-size: 32px;
	/* font-weight: bold; */
	margin-bottom: 45px;
	/* text-align: center; */
}

#single-our-training-available-dates-wrapper .available-training-date-container {
	display: table;
	color: #003e82;
	font-weight: bold;
	width: 100px;
	height: 100px;
	border: 4px solid #003e82;
	border-radius: 50%;
	text-align: center;
	background-color: #54c4ef
}

#single-our-training-available-dates-wrapper .available-training-date-content {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;	
}

#single-our-training-available-dates-wrapper .available-training-date-content .available-training-date-month {	
}

#single-our-training-available-dates-wrapper .available-training-date-content .available-training-date-day {	
	font-size: 36px;
	line-height: 34px;
}

#single-our-training-available-dates-wrapper .available-training-date-city {
	display: inline;
	font-size: 32px;
	font-weight: bold;
	color: #003e82;
	margin-bottom: 15px;
	margin-right: 45px;
	padding-left: 45px;
}

#single-our-training-available-dates-wrapper .available-training-date-time {
	padding-left: 45px;
}

#single-our-training-available-dates-wrapper a.available-training-date-subscription-url {
	display: inline-block;
	font-size: 14px;
	color: #003e82;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
	line-height: 26px;
	width: 150px;
	text-align: center;
	padding: 0px 10px;
	background-color: #b8cd48;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border: 2px solid #003e82;
	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;
}

#single-our-training-available-dates-wrapper a.available-training-date-subscription-url:hover,
#single-our-training-available-dates-wrapper a.available-training-date-subscription-url:focus {
	color: #ffffff;
	background-color: #003e82;
	text-decoration: none;
	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;
}


#single-our-training-available-dates-wrapper a.available-training-date-waitlist-url {
	display: inline-block;
	font-size: 14px;
	color: #003e82;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
	line-height: 26px;
	width: 150px;
	text-align: center;
	padding: 0px 10px;
	background-color: #9b35c7;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border: 2px solid #003e82;
	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;
}

#single-our-training-available-dates-wrapper a.available-training-date-waitlist-url:hover,
#single-our-training-available-dates-wrapper a.available-training-date-waitlist-url:focus {
	color: #ffffff;
	background-color: #003e82;
	text-decoration: none;
	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;
}


#single-our-training-intro-wrapper .available-training-all-dates-container {
	padding: 0 45px;
}


#single-our-training-contact-wrapper {
	position: relative;
	top: 50px;
	background-color: #f1f1f1;
}

#single-our-training-contact-wrapper .single-our-training-contact-container {
	padding: 45px 0; /* 45px 50px; */
}

#single-our-training-contact-wrapper .single-our-training-contact-container h3 {
	font-size: 32px;
}

#single-our-training-information-wrappper {
	position: relative;
	height: auto;
	min-height: 500px;
	background-color: #E8E8E8;
	padding: 75px 0;
}

.single-our-training-intro-content-container .single-our-training-overview-duration:before,
#single-our-training-overview-info-wrapper .single-our-training-overview-container .single-our-training-overview-duration:before {
	/* font-family: 'Fontawesome'; */
	content: '';
	display: block;
	height: 75px;
	width: 75px;
	font-size: 30px; 
	background-image: url('images/icons/UL-Team-Duur-Groen.png');
	background-position: center;
	background-size: cover;
	vertical-align: middle;
	margin: 0 auto;
}

.single-our-training-intro-content-container .single-our-training-overview-certificate:before,
#single-our-training-overview-info-wrapper .single-our-training-overview-container .single-our-training-overview-certificate:before {
	/* font-family: 'Fontawesome'; */
	content: '';
	display: block;
	height: 75px;
	width: 75px;
	/* font-size: 30px; */
	background-image: url('images/icons/UL-Team-Certificaat-Groen.png');
	background-position: center;
	background-size: cover;
	vertical-align: middle;
	margin: 0 auto;
}

.single-our-training-intro-content-container .single-our-training-overview-groupsize:before,
#single-our-training-overview-info-wrapper .single-our-training-overview-container .single-our-training-overview-groupsize:before {
	/* font-family: 'Fontawesome'; */
	content: '';
	display: block;
	height: 75px;
	width: 75px;
	/* font-size: 30px; */
	background-image: url('images/icons/UL-Team-Deelnemers-Groen.png');
	background-position: center;
	background-size: cover;
	vertical-align: middle;
	margin: 0 auto;
}

.single-our-training-intro-content-container .single-our-training-overview-cost:before,
#single-our-training-overview-info-wrapper .single-our-training-overview-container .single-our-training-overview-cost:before {
	/* font-family: 'Fontawesome'; */
	content: '';
	display: block;
	height: 75px;
	width: 75px;
	/* font-size: 30px; */
	background-image: url('images/icons/UL-Team-Investering-Groen.png');
	background-position: center;
	background-size: cover;
	vertical-align: middle;
	margin: 0 auto;
}

#single-our-training-overview-info-wrapper .single-our-training-overview-duration-container,
#single-our-training-overview-info-wrapper .single-our-training-overview-certificate-container,
#single-our-training-overview-info-wrapper .single-our-training-overview-groupsize-container,
#single-our-training-overview-info-wrapper .single-our-training-overview-cost-container {
	margin-bottom: 30px;
	text-align: center;
}

#single-our-training-overview-info-wrapper .single-our-training-overview-duration-content,
#single-our-training-overview-info-wrapper .single-our-training-overview-certificate-content,
#single-our-training-overview-info-wrapper .single-our-training-overview-groupsize-content,
#single-our-training-overview-info-wrapper .single-our-training-overview-cost-content {
	font-size: 18px;
	padding-left: 15px;
}




#single-our-training-information-wrappper {
	display: none;
}

#single-our-training-information-wrappper .practical-information-container h2 {
	font-weight: bold;
	margin-top: 45px;
}


#single-our-training-information-wrappper .single-our-training-overview-container .single-our-training-overview-duration:before {
	/* font-family: 'Fontawesome'; */
	content: '';
	display: inline-table;
	height: 75px;
	width: 75px;
	font-size: 30px; 
	background-image: url('images/icons/UL-Team-Duur-Groen.png');
	background-position: center;
	background-size: cover;
	vertical-align: middle;
}

#single-our-training-information-wrappper .single-our-training-overview-container .single-our-training-overview-certificate:before {
	/* font-family: 'Fontawesome'; */
	content: '';
	display: inline-table;
	height: 75px;
	width: 75px;
	/* font-size: 30px; */
	background-image: url('images/icons/UL-Team-Certificaat-Groen.png');
	background-position: center;
	background-size: cover;
	vertical-align: middle;
}

#single-our-training-information-wrappper .single-our-training-overview-container .single-our-training-overview-groupsize:before {
	/* font-family: 'Fontawesome'; */
	content: '';
	display: inline-table;
	height: 75px;
	width: 75px;
	/* font-size: 30px; */
	background-image: url('images/icons/UL-Team-Deelnemers-Groen.png');
	background-position: center;
	background-size: cover;
	vertical-align: middle;
}

#single-our-training-information-wrappper .single-our-training-overview-container .single-our-training-overview-cost:before {
	/* font-family: 'Fontawesome'; */
	content: '';
	display: inline-table;
	height: 75px;
	width: 75px;
	/* font-size: 30px; */
	background-image: url('images/icons/UL-Team-Investering-Groen.png');
	background-position: center;
	background-size: cover;
	vertical-align: middle;
}


#single-our-training-information-wrappper .single-our-training-overview-duration-container,
#single-our-training-information-wrappper .single-our-training-overview-certificate-container,
#single-our-training-information-wrappper .single-our-training-overview-groupsize-container,
#single-our-training-information-wrappper .single-our-training-overview-cost-container {
	margin-bottom: 30px;
}

#single-our-training-information-wrappper .single-our-training-overview-duration-content,
#single-our-training-information-wrappper .single-our-training-overview-certificate-content,
#single-our-training-information-wrappper .single-our-training-overview-groupsize-content,
#single-our-training-information-wrappper .single-our-training-overview-cost-content {
	font-size: 24px;
	padding-left: 15px;
}

#single-our-training-information-wrappper .practical-information-container h2 {
	font-weight: bold;
	margin-top: 45px;
}

#single-our-training-wrapper span.download-link-green {
	position: relative;
	height: 30px;
}

#single-our-training-wrapper span.download-link-green a {
	position: relative;
	top: -6px;
	display: inline-block;
	color: #003e82;
	font-size: 18px;
}

#single-our-training-wrapper span.download-link-green a:before {
	position: relative;
	display: inline-block;
	top: 6px;
	content: '';
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin-right: 10px;
	background-image: url('images/icons/UL-Team-Download-Groen.png');
	background-size: contain;
	background-repeat: no-repeat;
}

#single-reference-wrapper {
	padding: 0 30px;
	border-left: 2px solid #003e82;
}

#single-reference-wrapper .single-reference-content-content {
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
	font-weight: 600;
	padding-bottom: 15px;
}

#single-reference-wrapper .single-reference-content-reference {
	font-style: italic;
}

#single-reference-wrapper .single-reference-content-reference:before {
	content: '- ';
}



/* ---- SINGLE-PAGES --> NIEUWS ---- */
.banner-single-newsitem-container {
	position: relative;
	left: -15px;
	height: 500px;
	width: calc( 100% + 30px );
	overflow: hidden;
}

.banner-single-newsitem-container img {
	display: block;
	margin: 0 auto;
	width: 100%;
	min-width: 1280px;
	height: 100%;
	object-fit: cover;
}

.banner-single-newsitem-container-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 500px;
	width: 100%;
	background: rgba( 0, 0, 0, .2);
}

.banner-single-newsitem-container .single-newsitem-oneliner {
	position: relative;
	display: table;
	height: 500px;
	width: 100%;
	text-align: left;
	padding: 0;
}

.banner-single-newsitem-container .single-newsitem-oneliner-content {
	position: relative;
	display: table-cell;
	height: 500px;
	width: 100%;
	font-family: 'Montserrat';
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	padding: 50px 0;
	text-shadow: 2px 2px #000000;
}




/* ---- PAGES ---- */
.banner-page-container {
	position: relative;
	left: -15px;
	height: 0; /* 500px; */
	padding-bottom: 33.33333%;
	width: calc( 100% + 30px );
	overflow: hidden
}

.banner-page-container img {
	display: block;
	margin: 0 auto;
	width: 100%;
	/* min-width: 100%; 
	max-width: 1280px; */
	height: auto; /* 100%; */
	object-fit: cover;
}

.banner-page-oneliner-container {
	position: absolute;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; /* 500px; */
	background: rgba( 0, 0, 0, .2);	
	margin: 0;
}

.banner-page-oneliner-container p {
	position: relative;
	display: table-cell;
	font-size: 48px;
	color: #ffffff;
	width: 100%;
	height: 100%; /* 500px; */
	text-align: center;
	vertical-align: middle;
}

#page-wrapper {
	position: relative;
	height: auto;
	min-height: 50vh;
	overflow: hidden;
	/* top: -100px;
	margin-bottom: -100px; */
}

#page-wrapper .page-content-top-container {
	height: 50px;
	margin-bottom: 20px;
}

#page-content-wrapper {
	position: relative;
	height: auto;
	overflow: hidden;
	background-color: #ffffff;
}

#page-content-wrapper .page-content-container {
	padding: 0; /* 0 50px; */
}

#page-content-wrapper .page-content-container h1.page-title {
	/* font-family: 'Averta Bold'; */
	font-size: 32px;
	color: #003e82;
}

#page-content-wrapper .page-content-container h3 {
	/* color: #459cc2;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0; */
}

#page-content-wrapper .page-content-container .page-content p:first-child {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
}



/* ---- PAGINA'S --> INSCHRIJVEN ---- */
#page-content-wrapper .available-trainingdate-content-container {
	margin-bottom: 30px;
	
}

#page-content-wrapper .available-trainingdata-header-container {
	display: inline-block;
	border-bottom: 1px solid #eaeaea;
	width: 100%;
}
					
#page-content-wrapper .available-trainingdata-header-container h2 {
	display: inline-block;
	font-size: 24px;
	margin-bottom: 10px;
}
					
#page-content-wrapper .available-trainingdata-header-container a {
	display: inline-block;
	font-size: 12px;
	margin-left: 15px;
}

#page-content-wrapper .available-trainingdata-header-container a.available-trainingdate-overview-and-data:before {
	font-family: 'Fontawesome';
	content: '\f105';
	margin-right: 2px;
}


#page-content-wrapper .available-trainingdata-single-date-container {
	line-height: 40px;
}


#page-content-wrapper a.button-subscription {
	display: inline-block;
	font-size: 14px;
	color: #003e82;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
	line-height: 26px;
	width: 150px;
	text-align: center;
	padding: 0px 10px;
	background-color: #b8cd48;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border: 2px solid #003e82;
	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;
}

#page-content-wrapper a.button-subscription:hover,
#page-content-wrapper a.button-subscription:focus {
	color: #ffffff;
	background-color: #003e82;
	text-decoration: none;
	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;
}


#page-content-wrapper a.button-waitlist {
	display: inline-block;
	font-size: 14px;
	color: #003e82;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
	line-height: 26px;
	width: 150px;
	text-align: center;
	padding: 0px 10px;
	background-color: #54c4ef; /*#9b35c7; */
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border: 2px solid #003e82;
	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;
}

#page-content-wrapper a.button-waitlist:hover,
#page-content-wrapper a.button-waitlist:focus {
	color: #ffffff;
	background-color: #003e82;
	text-decoration: none;
	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;
}




/* ---- PAGINA --> INSCHRIJVEN ---- */
#page-subscription-wrapper #available-trainingdate-content-wrapper {
	margin-bottom: 30px;
}

#page-subscription-wrapper .available-trainingdata-content-container {
	height: auto;
	overflow: hidden;
	padding: 15px 0 30px 0;
}

#page-subscription-wrapper .available-training-date-container {
	display: table;
	color: #003e82;
	font-weight: bold;
	width: 100px;
	height: 100px;
	border: 4px solid #003e82;
	border-radius: 50%;
	text-align: center;
	background-color: #54c4ef
}

#page-subscription-wrapper .available-training-date-content {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;	
}

#page-subscription-wrapper .available-training-date-content .available-training-date-month {	
}

#page-subscription-wrapper .available-training-date-content .available-training-date-day {	
	font-size: 36px;
	line-height: 34px;
}

#page-subscription-wrapper .available-training-date-content .available-training-date-year {	
}

#page-subscription-wrapper .available-training-date-city {
	font-size: 32px;
	font-weight: bold;
	color: #003e82;
	margin-bottom: 15px;
}

#page-subscription-wrapper a.available-training-date-subscription-url {
	display: inline-block;
	font-size: 14px;
	color: #003e82;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
	line-height: 26px;
	width: 150px;
	text-align: center;
	padding: 0px 10px;
	background-color: #b8cd48;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border: 2px solid #003e82;
	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;
}

#page-subscription-wrapper a.available-training-date-subscription-url:hover,
#page-subscription-wrapper a.available-training-date-subscription-url:focus {
	color: #ffffff;
	background-color: #003e82;
	text-decoration: none;
	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;
}


#page-subscription-wrapper a.available-training-date-waitlist-url {
	display: inline-block;
	font-size: 14px;
	color: #003e82;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
	line-height: 26px;
	width: 150px;
	text-align: center;
	padding: 0px 10px;
	background-color: #9b35c7;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border: 2px solid #003e82;
	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;
}

#page-subscription-wrapper a.available-training-date-waitlist-url:hover,
#page-subscription-wrapper a.available-training-date-waitlist-url:focus {
	color: #ffffff;
	background-color: #003e82;
	text-decoration: none;
	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;
}

				


/* ---- PAGE - CONTACT ---- */
.banner-contactpage-container {
	position: relative;
	left: -15px;
	height: 500px;
	width: calc( 100% + 30px );
	overflow: hidden
}

#contactpage-content-wrapper {
	padding: 0; /* 0 50px; */
	margin-top: 0; /* 50px; */
}

.contact-sidebar-container {
	margin: 30px 0;
}

#contactpage-content-wrapper h3 {
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: bold;
	color: #003e82;
	margin-bottom: 15px;
}



/* ---- PAGE --> ACCORDION ---- */
.practical-information-container h2 {
	font-size: 22px;
}

.panel-group .panel {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.panel-group .panel-heading-custom {
	background-color: #f1f1f1;
	min-height: 40px;
	position: relative;
	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;
}

.panel-group .panel-heading-custom h4 {
	font-size: 14px;
}

.panel-group .panel-heading-custom:hover {
	color: #ffffff;
	background-color: #003e82;
	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;
}

.panel-group .panel h4 {
	margin-top: 0;
	margin-bottom: 0;
}

.panel-group .panel a {
	display: inline-block;
	color: #003e82;
	width: 100%;
	height: 40px;
	line-height: 40px;
	/* background-color: #f1f1f1; */
	padding: 0 5px; 
}

.panel-group .panel a.collapsed {
	color: #003e82;
	background-color: transparent;
}

.panel-group .panel a {
	color: #ffffff;
	background-color: #003e82;
}

.panel-group .panel a:hover {
	color: #ffffff;
}

.panel-group .panel a:hover,
.panel-group .panel a:focus {
	/* background-color: #459cc2; */
	text-decoration: none;
}

.panel-group .panel a.collapsed:after {
	position: absolute;
	height: 50px;
	width: 50px;
	text-align: center;
	font-family: 'Fontawesome';
	right: 5px;
	content: '\f107';
	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;
}

.panel-group .panel a:after {
	position: absolute;
	height: 50px;
	width: 50px;
	text-align: center;
	font-family: 'Fontawesome';
	right: 5px;
	content: '\f106';
	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;
}

.panel-group .panel-body {
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
}



/* ---- CATEGORIES ---- */
#category-wrapper {
	position: relative;
	height: auto;
	min-height: 50vh;
	overflow: hidden;
	/* top: -50px;
	margin-bottom: -50px; */
}


/* ---- CATEGORIES --> ONS TEAM ---- */
.category-our-team-container {
	height: auto;
	overflow: hidden;
	padding: 30px 0;
}

#category-our-team-single-item-wrapper {
	margin-bottom: 30px;
}

#category-our-team-single-item-wrapper .category-our-team-single-item-image img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#category-our-team-single-item-wrapper h3.category-our-team-single-item-content-title {
	font-weight: 600;
}

#category-our-team-single-item-wrapper .category-our-team-single-item-content-function h4 {
	margin-bottom: 0;
}

#category-our-team-single-item-wrapper .category-our-team-single-item-content-keyword {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 15px;
}

#category-our-team-single-item-wrapper .category-our-team-single-item-readmore-button-container:before {
	font-family: 'Fontawesome';
	content: '\f105';
	color: #9b35c7;
	margin-right: 5px;
}

/* ---- CATEGORIES --> ONS AANBOD ---- */
#category-wrapper #category-our-training-content-wrapper {
	background-color: #ffffff;
}

#category-wrapper #category-our-training-single-item-wrapper {
	height: 525px;
	min-height: 525px;
	max-height: 525px;
	margin-bottom: 30px;
}

#category-wrapper .category-our-training-container {
}

#category-wrapper .category-our-training-single-item-image {
	position: relative;
	height: 225px;
	width: 100%;
	border: 1px solid #D5D5D5;
}

#category-wrapper .category-our-training-single-item-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#category-wrapper .category-our-training-single-item-content-container {
	position: relative;
	top: -50px;
	height: calc( 100% - 190px);
	width: 90%;
	margin: 0 auto;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	box-shadow: 0px -5px 10px 0px rgba( 0, 0, 0, 0.3);
}

#category-wrapper .category-our-training-single-item-content-title-container {
	min-height: 60px;
	margin-bottom: 15px;
}

#category-wrapper h3.category-our-training-single-item-content-title {
	font-family: 'Montserrat';
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #003e82;
	margin-top: 0;
}

#category-wrapper .category-our-training-single-item-details {
	min-height: 100px;
}

#category-wrapper .category-our-training-single-item-information {
	margin-bottom: 30px;
}

#category-wrapper .category-our-training-single-item-information a {
	border-bottom: 1px solid #459cc2;
}

#category-wrapper .category-our-training-single-item-information a:hover,
#category-wrapper .category-our-training-single-item-information a:focus {
	text-decoration: none;
	color: #459cc2;
}

#category-wrapper h4.category-our-training-single-item-information-title {
	color: #459cc2;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

#category-wrapper .category-our-training-single-item-readmore-link {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center
}

#category-wrapper .category-our-training-single-item-readmore-link a {
	display: inline-block;
	font-size: 15px; 
	color: #003e82;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
	line-height: 26px;
	width: 150px;
	text-align: center;
	padding: 0px 10px;
	background-color: #b8cd48;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border: 2px solid #003e82;
	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;
}

#category-wrapper .category-our-training-single-item-readmore-link a:hover {
	color: #ffffff;
	background-color: #003e82;
	text-decoration: none;
	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;
}



/* ---- CATEGORIES --> NIEUWS ---- */
#category-wrapper #category-news-content-wrapper {
	background-color: #ffffff;
}

#category-wrapper #category-news-single-item-wrapper {
	height: 500px;
	min-height: 500px;
	max-height: 500px;
	margin-bottom: 30px;
}

#category-wrapper .category-news-container {
}

#category-wrapper .category-news-single-item-image {
	position: relative;
	height: 225px;
	width: 100%;
}

#category-wrapper .category-news-single-item-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #f1f1f1;
}

#category-wrapper .category-news-single-item-content-container {
	position: relative;
	top: -50px;
	height: calc( 100% - 190px);
	width: 90%;
	margin: 0 auto;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	box-shadow: 0px -5px 10px 0px rgba( 0, 0, 0, 0.3);
}

#category-wrapper .category-news-single-item-content-date-container {
	font-size: 12px;
	color: #003e82;;
	font-style: italic;
	margin-bottom: 10px;
}

#category-wrapper .category-news-single-item-content-title-container {
	min-height: 60px;
	margin-bottom: 15px;
}

#category-wrapper h3.category-news-single-item-content-title {
	font-family: 'Montserrat';
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #003e82;
	margin-top: 0;
}

	

/* ---- CATEGORIES --> PORTFOLIO ---- */
#category-wrapper #category-portfolio-content-wrapper {
	background-color: #ffffff;
}

#category-wrapper #category-portfolio-single-item-wrapper {
	height: 500px;
	min-height: 500px;
	max-height: 500px;
	margin-bottom: 30px;
}

#category-wrapper .category-portfolio-container {
}

#category-wrapper .category-portfolio-single-item-image {
	position: relative;
	height: 225px;
	width: 100%;
	border: 1px solid #f1f1f1;
}

#category-wrapper .category-portfolio-single-item-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#category-wrapper .category-portfolio-single-item-content-container {
	position: relative;
	top: -50px;
	height: calc( 100% - 190px);
	width: 90%;
	margin: 0 auto;
	padding: 15px;
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	box-shadow: 0px -5px 10px 0px rgba( 0, 0, 0, 0.3);
}

#category-wrapper .category-portfolio-single-item-content-title-container {
	min-height: 60px;
	margin-bottom: 15px;
}

#category-wrapper h3.category-portfolio-single-item-content-title {
	font-family: 'Montserrat';
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color: #003e82;
	margin-top: 0;
}

#category-wrapper .category-portfolio-single-item-details {
	min-height: 100px;
}

#category-wrapper .category-portfolio-single-item-information {
	margin-bottom: 30px;
}

#category-wrapper .category-portfolio-single-item-information a {
	border-bottom: 1px solid #459cc2;
}

#category-wrapper .category-portfolio-single-item-information a:hover,
#category-wrapper .category-portfolio-single-item-information a:focus {
	text-decoration: none;
	color: #459cc2;
}

#category-wrapper h4.category-portfolio-single-item-information-title {
	color: #459cc2;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

#category-wrapper .category-portfolio-single-item-readmore-link {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center
}

#category-wrapper .category-portfolio-single-item-readmore-link a {
	color: #459cc2;
	font-size: 15px; 
	border: 1px solid purple;
	padding: 5px 10px;
}


/* ---- SIDEBAR-PAGES ---- */
#sidebar-pages-wrapper {
	padding: 30px 0;
}


/* ---- SIDEBAR-PAGES --> CONTACTBLOK ---- */
.sidebar-pages-contact {
	/* color: #ffffff; */
	background-color: #b8cd48;
	padding: 30px;
	margin-bottom: 30px;
}

.sidebar-pages-contact h3 {
	font-weight: bold;
	margin-top: 0;
}

.sidebar-pages-contact h4 {
	margin-top: 0;
	font-size: 28px;
	font-weight: bold;
}

.sidebar-pages-contact a {
	position: relative;
	top: 10px;
	font-size: 15px;
	text-transform: uppercase;
	color: #003e82;
	font-weight: bold;
	padding: 7px 15px;
	border: 2px solid #003e82;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	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;
}

.sidebar-pages-contact a:hover,
.sidebar-pages-contact a:focus {
	color: #ffffff;
	background-color: #003e82;
	transition: all .2s ease-in-out;
	text-decoration: none;
	-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;
}



/* ---- TOP-FOOTER ---- */
#top-footer-wrapper {
	position: relative;
	height: auto;
	min-height: 200px;
	width: 100%;
	/* background-color: #1c394c; */
	overflow: hidden;
	padding: 45px 0;
}

				
.top-footer-content-container {
	position: relative;
	/* color: #ffffff!important; */
	font-size: 16px;
	line-height: 30px;
	z-index: 10;
	border-top: 3px solid #006bb1;
	padding: 15px 0;
}

#footer-category-our-training-single-item-wrapper {
	min-height: 500px; /* 280px; */
	margin-bottom: 30px;
}

.top-footer-content-container h3.footer-category-our-training-title {
	font-size: 28px;
	/* color: #ffffff; */
	text-align: center;
	margin: 0 0 30px 0;
}

.top-footer-content-container h4.footer-category-our-training-single-item-title {
	/* color: #ffffff; */
	height: 44px;
}

.top-footer-content-container .footer-category-our-traininer-single-item-content-offer-container li {
	position: relative;
	list-style: none;
	font-size: 12px;
	border-bottom: 1px solid #006bb1;
	line-height: 18px;
	padding: 5px 0;
}

.top-footer-content-container .footer-category-our-traininer-single-item-content-offer-container li:first-child {
	border-top: 1px solid #006bb1;
}

.top-footer-content-container .footer-category-our-traininer-single-item-content-offer-container li a {
	display: inline-block;
	color: #333333;
}

.top-footer-content-container .footer-category-our-traininer-single-item-content-offer-container ul li.current_page_item a {
	color: #9b35c7;
}

.top-footer-content-container .footer-category-our-traininer-single-item-content-offer-container ul li a:hover,
.top-footer-content-container .footer-category-our-traininer-single-item-content-offer-container ul li a:focus {
	/* color: #ffffff; */
	text-decoration: underline;
}




/* ---- FOOTER ---- */
#footer-wrapper {
	position: relative;
	height: auto;
	min-height: 400px;
	width: 100%;
	background-color: #1c394c;
	overflow: hidden;
	padding: 45px 0;
}
				
#footer-content-wrapper {
	position: relative;
	color: #ffffff!important;
	font-size: 12px;
	line-height: 16px;
	z-index: 10;
}

#footer-content-wrapper table {
	color: #ffffff;
	font-size: 12px;
}

#footer-content-wrapper h3.footer-title {
	font-size: 20px;
	/* font-weight: bold; */
	color: #ffffff;
	text-transform: uppercase;
	height: 48px;
}

#footer-content-wrapper h4 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}


/* ---- FOOTER --> ONS AANBOD ---- */
#footer-content-wrapper h3.footer-category-our-training-title {
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	margin: 0 0 30px 0;
}

#footer-content-wrapper h4.footer-category-our-training-single-item-title {
	color: #ffffff;
}

#footer-content-wrapper .footer-category-our-traininer-single-item-content-offer-container li {
	position: relative;
	list-style: none;
	font-size: 12px;
	border-bottom: 1px solid #006bb1;
	line-height: 18px;
	padding: 5px 0;
}

#footer-content-wrapper .footer-category-our-traininer-single-item-content-offer-container li:first-child {
	border-top: 1px solid #006bb1;
}

#footer-content-wrapper .footer-category-our-traininer-single-item-content-offer-container li a {
	display: inline-block;
	color: #ffffff;
	width: calc( 100% - 20px );
	margin-left: 10px;	
}

#footer-content-wrapper .footer-category-our-traininer-single-item-content-offer-container li:before {
	position: absolute;
	top: 5px;
	display: inline-block;
	content: ">";
	margin-right: 5px;
}




/* ---- FOOTER --> HOOFDMENU ---- */
#footer-content-wrapper .menu-hoofdmenu-container ul {
	list-style: none;
	padding-left: 0;
}

#footer-content-wrapper .menu-hoofdmenu-container ul li ul {
	display: none;
}

#footer-content-wrapper .menu-hoofdmenu-container ul li {
	position: relative;
	list-style: none;
	font-size: 12px;
	border-bottom: 1px solid #006bb1;
	line-height: 18px;
	padding: 5px 0;
}

#footer-content-wrapper .menu-hoofdmenu-container ul li:first-child {
	border-top: 1px solid #006bb1;
}

#footer-content-wrapper .menu-hoofdmenu-container ul li a {
	display: inline-block;
	color: #ffffff;
	width: calc( 100% - 25px );
	margin-left: 15px;	
}

#footer-content-wrapper .menu-hoofdmenu-container ul li.current_page_item a {
	color: #9b35c7;
}

#footer-content-wrapper .menu-hoofdmenu-container ul li a:hover,
#footer-content-wrapper .menu-hoofdmenu-container ul li a:focus {
	color: #ffffff;
	text-decoration: underline;
}

#footer-content-wrapper .menu-hoofdmenu-container ul li:before {
	position: absolute;
	top: 5px;
	display: inline-block;
	content: ">";
	margin-right: 5px;
}



/* ---- FOOTER --> FOOTERMENU ---- */
#footer-content-wrapper .menu-footermenu-container ul {
	list-style: none;
	padding-left: 0;
}

#footer-content-wrapper .menu-footermenu-container ul li ul {
	display: none;
}

#footer-content-wrapper .menu-footermenu-container ul li {
	position: relative;
	list-style: none;
	font-size: 12px;
	border-bottom: 1px solid #006bb1;
	line-height: 18px;
	padding: 5px 0;
}

#footer-content-wrapper .menu-footermenu-container ul li:first-child {
	border-top: 1px solid #006bb1;
}

#footer-content-wrapper .menu-footermenu-container ul li a {
	display: inline-block;
	color: #ffffff;
	width: calc( 100% - 25px );
	margin-left: 15px;
}

#footer-content-wrapper .menu-footermenu-container ul li.current_page_item a {
	color: #9b35c7;
}

#footer-content-wrapper .menu-footermenu-container ul li a:hover,
#footer-content-wrapper .menu-footermenu-container ul li a:focus {
	color: #ffffff;
	text-decoration: underline;
}

#footer-content-wrapper .menu-footermenu-container ul li:before {
	position: absolute;
	top: 5px;
	display: inline-block;
	content: ">";
	margin-right: 5px;
}


/* ---- FOOTER --> NIEUWSBRIEF ---- */
#footer-content-wrapper .gform_wrapper form {
	position: relative;
	top: -20px;
}

#footer-content-wrapper .gform_wrapper ul li.gfield {
	margin-top: 0;
}

#footer-content-wrapper .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

#footer-content-wrapper .gform_button.button {
	font-size: 12px;
	color: #003e82;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
	line-height: 26px;
	width: 100px;
	padding: 0px 10px;
	background-color: #54c4ef; /* #9b35c7; */
	border: 2px solid #003e82;
}

#footer-content-wrapper .gform_button.button:hover,
#footer-content-wrapper .gform_button.button:focus {
	color: #ffffff;
	background-color: #003e82;
	text-decoration: none;
	border-color: #54c4ef; /* #9b35c7; */
}

#footer-content-wrapper .gform_legacy_markup_wrapper ul.gfield_checkbox li label, 
#footer-content-wrapper .gform_legacy_markup_wrapper ul.gfield_radio li label {
	position: relative;
	top: 2px;
	display: inline;
	font-size: 14px;
}




/* ---- BOTTOM-FOOTER ---- */
#bottom-footer-wrapper {
	height: 50px;
	width: 100%;
	background-color: #10212C;
}

#bottom-footer-wrapper .bottom-footer-content-container {
	font-size: 12px;
	color: #006bb1;
	font-style: italic;
	line-height: 50px;
}

#bottom-footer-wrapper .bottom-footer-content-container a {
	font-size: 12px;
	color: #006bb1;
	line-height: 50px;
}

#bottom-footer-wrapper .bottom-footer-content-container a:hover,
#bottom-footer-wrapper .bottom-footer-content-container a:focus {
	color: #ffffff;
	text-decoration: none;
}




/* ---- DIVERSEN ---- */
.ul-team-social-sharing-buttons {
	padding: 30px 0 70px 0;
}

.ul-team-social-sharing-buttons .supsystic-social-sharing .sharer-flat {
	background-color: #b8cd48!important;
	margin-right: 1px!important;
}

html body .ul-team-social-sharing-buttons .supsystic-social-sharing a.social-sharing-button.sharer-flat:hover,
html body .ul-team-social-sharing-buttons .supsystic-social-sharing a.social-sharing-button.sharer-flat:focus {
	background-color: #003e82!important;
}

html body .ul-team-social-sharing-buttons .supsystic-social-sharing a.social-sharing-button {
	color: #003e82!important;
	border: 3px solid #003e82!important;
	margin-right: 5px!important;
	font-size: 22px;
	padding: 10px 8px;
}

html body .supsystic-social-sharing a.social-sharing-button:hover,
html body .supsystic-social-sharing a.social-sharing-button:focus {
	color: #ffffff!important;
}



/* ---- FORMULIER ---- */
.gform_wrapper ul li.gfield  {
	clear: inherit!important;
	padding-left: 0;
}

.gform_wrapper ul li.clear-fix {
	clear: both!important;
}

.gform_wrapper .gfield_label {
	font-weight: inherit!important;
	color: #666666;
	margin-top: 24px!important;
	margin-bottom: 0!important;
}

.gform_wrapper .top_label input.medium, 
.gform_wrapper .top_label select.medium {
	width: 100%!important;
}

.gform_wrapper li.hide-label label.gfield_label {
	display: none;
}

.gform_wrapper textarea.small,
.gform_wrapper textarea.medium,
.gform_wrapper textarea.large,
.gform_wrapper div.ginput_container {
	width: 100%!important;
	margin-top: 15px;
}

.gform_wrapper li.label-w275 label {
	width: 275px;
}

.gform_wrapper h2 {
	color: #000000;
	margin-bottom: 0;
}

.gform_wrapper ul li.gfield.hidden-field {
	display: none!important;
}

.gform_wrapper .gform_page_footer {
	border-top: 0 none!important;
}

.gform_wrapper input, 
.gform_wrapper button,
.gform_wrapper select,
.gform_wrapper textarea {
	border: 1px solid #003e82;
}

.gform_wrapper .hidden_label input.large, 
.gform_wrapper .hidden_label select.large, 
.gform_wrapper .top_label input.large, 
.gform_wrapper .top_label select.large {
	min-width: 100%;
	max-width: 100%;
	margin-top: 15px;
}

.gform_wrapper input[type="email"], 
.gform_wrapper input[type="number"], 
.gform_wrapper input[type="password"], 
.gform_wrapper input[type="tel"], 
.gform_wrapper input[type="text"],
.gform_wrapper input[type="textarea"], 
.gform_wrapper input[type="url"] {
	letter-spacing: 1px!important;
	color: #000000;
	opacity: 1!important;
}


.gform_button.button {
	display: inline-block;
	font-size: 18px;
	color: #003e82;
	text-transform: uppercase;
	font-weight: bold;
	height: 40px;
	line-height: 26px;
	width: 175px;
	text-align: center;
	padding: 0px 20px;
	background-color: #54c4ef;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border: 3px solid #003e82;
	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_button.button:hover,
.gform_button.button:focus {
	color: #ffffff;
	background-color: #003e82;
	text-decoration: none;
	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 ul.gfield_checkbox li label, 
.gform_wrapper ul.gfield_radio li label {
	min-width: calc( 90% - 10px );
	margin-left: 10px;
	width: calc( 90% - 10px )!important;
}




@media(max-width: 767px) {
	body {
		font-size: 14px;
	}
	
	h1 {
		font-size: 28px;
	}
	
	h3 {
		font-size: 18px;
		margin-top: 30px;
	}

	blockquote p {
		font-size: 24px!important;
	}

	#breadcrumb-container {
		display: table;
		height: 50px;
		line-height: normal;
		vertical-align: middle;
		margin-bottom: 30px;
	}

	#breadcrumb-container p {
		display: table-cell;
		height: 50px;
		vertical-align: middle;

	}

	#breadcrumb-container a {
		line-height: normal;
	}

	#breadcrumb-container .breadcrumb_last {
		line-height: 18px!important;
	}

	#header-logo-wrapper {
		height: 60px;
		min-height: 60px;
		width: 75%;
		padding: 5px 0;
		z-index: 210000;
	}

	.header-logo-container {
		background-color: transparent;
	}

	a.header-logo-container {
		border: 0 none;
	}

	a.header-logo-container:hover,
	a.header-logo-container:focus {
		background: 0 none;
	}

	#main-nav-wrapper {
		border-top: 0 none;
		border-bottom: 0 none;
		height: 60px;
	}
	
	#main-nav-wrapper .navbar {
		height: 60px;
	}

	.navbar-collapse.collapse.in {
		position: fixed;
	}

	.navbar-toggle.menu-close {
		position: relative;
		float: right;
		top: -55px;
/*		right: 15px;
		margin-right: 15px;
		z-index: 20000; */
		background-image: url(images/buttons/UL-Team-Pancake.png);
		background-size: 33px 20px;
		background-position: center;
		background-repeat: no-repeat;
		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;
	}

	.navbar-toggle.menu-open {
		position: relative;
		float: right;
		top: -55px;
/*		right: 15px;
		margin-right: 15px;
		z-index: 20000; */
		background-image: url(images/buttons/UL-Team-Pancake-Menu-Close.png);
		background-size: 21px 21px;
		background-position: center;
		background-repeat: no-repeat;
		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;
	}

	.navbar-toggle .icon-bar {
		position: relative;
		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;
		z-index: 20000;
	}

	.navbar-collapse {
		position: fixed;
		top: 0;
		left: 0;
		min-height: 100vh!important;
		width: 100vw;
		border-top: 0;
		padding-top: 75px;
		box-shadow: none;
		background-color: #ffffff;
		z-index: 15000;
		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: 19999;
	}

	.navbar-collapse.in {
		position: fixed;
		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;
	}

	ul.navbar-nav {
		padding: 0 15px;
		width: 100vw;
	}

	.navbar-nav > li {
		height: auto;
		width: 100%;
		border-bottom: 1px solid #f1f1f1;
	}

	.navbar-nav > li:first-child {
		border-top: 1px solid #f1f1f1;
	}

	.navbar-nav > li > a {
		font-size: 20px;
		font-weight: 500;
		line-height: 48px;
		color: #003e82;
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	
	.navbar-nav li.menu-item-has-children a::after {
		font-family: 'Fontawesome';
		content: '';
	}

	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:focus {
		color: #9b35c7;
		text-decoration: none;
	}

	.navbar-nav li a:after {
		position: absolute;
		right: 0;
	}

	.navbar-nav li ul {
		display: block;
	}
	
	.navbar-nav li li {
		height: 24px;
		line-height: 24px;
	}
	
	.navbar-nav > li > .dropdown-menu {
		position: relative;
		float: none;
		font-size: 14px;
		line-height: 20px;
		top: 0;
		left: 30px;
		z-index: 10000;
		min-width: 100%;
		padding: 0 0 15px 0!important;
		margin: 0;
		list-style: none;
		background-color: transparent;
		border: 0 none;
		border-radius: inherit;
		box-shadow: inherit;
	}
	
	.dropdown-menu > li > a {
		padding: 0;
	}
	
	
	.navbar-nav li:hover ul {
		position: relative;
		width: inherit;
		height: inherit;
		top: 0;
		display: block;
		background-color: transparent;
		padding: inherit;
		z-index: 20000;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;	
		border: 0 none;
	}
	
	.navbar-nav li:hover ul li {
		font-size: 14px!important;
		height: 24px;
		line-height: 24px; 
		list-style: inherit;
		overflow: inherit;
		text-overflow: inherit;
		white-space: inherit;
		border-bottom: 0 none;
	}

 	.navbar-nav li li a {
		font-family: 'Open Sans';
		font-size: 14px!important;
		color: #003e82;	
		height: 24px!important;
		line-height: 24px!important; 
		list-style: none;
		overflow: inherit; 
		text-overflow: inherit;
		white-space: inherit;
		border-bottom: 0 none;
		width: 100%;
	}

	

	/* ---- FRONTPAGE ---- */
	#fp-teasers-wrapper h3 {
		height: auto;
	}
	
	
	/* ---- FRONTPAGE --> BANNER ---- */
	.fp-banner-container {
		position: relative;
		height: 0;
		padding-bottom: 75%;
		background-image: url('images/banners/UL-Team - Banner Homepage Mobile.jpg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	
	
	/* ----- FRONTPAGE --> OUR-TRAINING ---- */
	#fp-category-our-training-single-item-wrapper {
		height: auto;
		padding-bottom: 30px;
		margin-left: -15px;
		width: calc( 100% + 30px );
		margin-bottom: 0;
	}
	
	#fp-category-our-training-single-item-wrapper .fp-category-our-training-single-item-image {
		padding-bottom: 56.25%;
	}
	
	#fp-category-our-training-single-item-wrapper .fp-category-our-traininer-single-item-content-offer-container {
		padding-left: 0;
	}
	
	#fp-main-content-wrapper {
		top: -50px;
		margin-bottom: -50px;
	}


	/* ---- PAGINA'S ---- */
	#page-wrapper {
		top: 0;
		margin-bottom: 0;
	}

	.banner-page-container {
		position: relative;
		height: 200px;
		padding-bottom: inherit;
	}

	.banner-page-container img {
		height: 100%;
		object-fit: cover;
	}
	
	.banner-page-oneliner-container {
		height: 100%;
	}
	
	.banner-page-oneliner-container p {
		height: 100%;
		font-size: 20px;
	}

	#breadcrumb-container {
		padding-left: 0;
	}

	#breadcrumb-container p {
		margin-bottom: 0;
	}

	#page-content-wrapper .page-content-container {
		padding-left: 0;
		padding-right: 0;
	}

	#page-content-wrapper .page-content-container h1.page-title {
		font-size: 24px;
		margin-top: -5px;
		margin-bottom: 25px;
	}	

	#page-content-wrapper .page-content-container .page-content p:first-child {
		font-size: 16px;
	}


	/* ---- SINGLE --> PORTFOLIO ---- */
	.banner-single-portfolio-container {
		position: relative;
		height: 200px;
		padding-bottom: inherit;
	}

	.banner-single-portfolio-container img {
		height: 100%;
		min-width: 100%;
		object-fit: cover;
	}
	
	.banner-single-portfolio-container-overlay {
		height: 200px;
	}
	
	.banner-single-portfolio-container .single-portfolio-oneliner {
		height: 200px;
	}
	
	.banner-single-portfolio-container .single-portfolio-oneliner-content {
		padding: 0;
		height: 200px;
	}
	
	.banner-single-portfolio-container .single-portfolio-oneliner-content p {
		/* height: 100%; */
		font-size: 20px;
		margin-bottom: 0;
	}


	#single-portfolio-wrapper {
		top: 0;
		margin-bottom: inherit;
	}

	#single-portfolio-wrapper .single-portfolio-main-item-wrapper {
		padding: 0;
	}

	#single-portfolio-wrapper #breadcumb-container {
		padding-top: 15px!important;
		padding-bottom: 15px!important;
	}
	
	#single-portfolio-wrapper .single-portfolio-details-question-content,
	#single-portfolio-wrapper .single-portfolio-details-approach-content,
	#single-portfolio-wrapper .single-portfolio-details-result-content {
		margin-bottom: 0;
	}
	
	#single-portfolio-wrapper .single-portfolio-details-question-step,
	#single-portfolio-wrapper .single-portfolio-details-approach-step,
	#single-portfolio-wrapper .single-portfolio-details-result-step {
		height: 50px;
		background-size: 50px auto;
		background-repeat: no-repeat;
		background-position: top left;
		left: inherit;
		right: inherit;
	}
	
	#single-portfolio-wrapper .single-portfolio-details-question-step:before,
	#single-portfolio-wrapper .single-portfolio-details-approach-step:before,
	#single-portfolio-wrapper .single-portfolio-details-result-step:before {
		display: none;
	}
	
	#single-portfolio-wrapper .single-portfolio-details-question-step:after,
	#single-portfolio-wrapper .single-portfolio-details-approach-step:after,
	#single-portfolio-wrapper .single-portfolio-details-result-step:after {
		position: absolute;
		top: 50%;
		bottom: 50%;
		content: '';
		left: 60px;
		width: calc( 100% - 60px);
		height: 2px;
		background: #003e82;
	}
	
	#single-portfolio-wrapper .single-portfolio-details-question-content h2,
	#single-portfolio-wrapper .single-portfolio-details-approach-content h2, 
	#single-portfolio-wrapper .single-portfolio-details-result-content h2{
		position: relative;
		display: block;
		font-size: 22px;
		height: inherit;
		line-height: 30px;
		margin-left: 60px;
		margin-top: -10px;
		margin-bottom: 0;
	}
	
	#single-portfolio-wrapper .single-portfolio-main-item-sidebar {
		margin-top: 70px;
	}
	
	
	


	/* ---- SINGLE --> ONS AABOD ---- */
	#site-wrapper .banner-single-our-training-container {
		height: 200px;
	}
	
	#site-wrapper .banner-single-our-training-container img {
		height: 100%;
		min-width: 100%;
		object-fit: cover;
	}
	
	#single-our-training-wrapper {
		top: 0;
		margin-bottom: 0;
	}
	
	#single-our-training-intro-wrapper .single-our-training-intro-content-container {
		padding: 15px;
		margin-bottom: 30px;
	}
	
	#single-our-training-intro-wrapper .single-our-training-content-content {
		margin-bottom: 30px;
	}
	
	#single-our-training-intro-wrapper .single-our-training-intro-content-container h1 {
		font-size: 24px;
	}

	#single-our-training-wrapper .single-our-training-main-item-wrapper {
		padding: 0;
	}

	#single-our-training-available-dates-wrapper .single-available-training-date-container {
		margin-bottom: 30px;
	}
	
	#single-our-training-available-dates-wrapper h3.single-our-training-dates-title {
		font-size: 24px;
	}
	
	#single-our-training-available-dates-wrapper .available-training-date-container {
		width: 75px;
		height: 75px;
	}
	
	#single-our-training-available-dates-wrapper .available-training-date-content .available-training-date-day {
		font-size: 24px;
		line-height: 24px;
	}
	
	#single-our-training-available-dates-wrapper .available-training-date-city {
		font-size: 28px;
		margin-bottom: 5px;
		margin-left: 15px;
	}
	
	#single-our-training-available-dates-wrapper a.available-training-date-subscription-url {
		font-size: 12px;
		margin-left: 15px;
	}
	

	#single-our-training-wrapper .single-our-training-main-item-sidebar {
		color: #000000;
		margin-top: 30px;
	}
	
	
	/* ----- SINGLE --> NIEUWS ---- */
	.banner-single-newsitem-container {
		position: relative;
		margin-left: -15px;
		height: 200px;
		width: calc( 100% + 30px );
	}
	
	.banner-single-newsitem-container img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	
	#single-newsitem-wrapper .single-newsitem-content h3 {
		font-size: 18px;
		margin-top: 30px;
	}

	
	/* ---- PAGES --> OUR-TRAINING ---- */
	#page-content-wrapper .available-trainingdata-header-container h2 {
		font-size: 20px;
	}
	
	#page-content-wrapper .available-trainingdata-header-container a {
		margin-left: 0;
	}
	
	#page-content-wrapper .available-trainingdata-single-date-container {
		line-height: inherit;
	}
	
	#page-content-wrapper a.button-waitlist {
		margin-top: 15px;
	}
	
	
	/* ---- PAGINA's --> INSCHRIJVEN ---- */
	#page-subscription-wrapper #available-training-date-wrapper {
		margin-bottom: 15px;
	}
	
	#page-subscription-wrapper .available-training-date-container {
		width: 75px;
		height: 75px;
	}
	
	#page-subscription-wrapper .available-training-date-content .available-training-date-day {
		font-size: 24px;
		line-height: 22px;
	}
	
	#page-subscription-wrapper .available-training-date-city {
		font-size: 24px;
		margin-bottom: 7px;
	}
	
	#page-subscription-wrapper a.available-training-date-subscription-url {
		font-size: 12px;
		height: 24px;
		line-height: 20px;
		padding: 0 5px;
		width: 125px;
	}
					

	/* ---- PAGINA'S --> CONTACT ---- */	
	#site-wrapper .banner-contactpage-container {
		height: 200px;
	}
	
	#site-wrapper .banner-contactpage-container .wpgmp_map_parent {
		height: 200px;
	}
	
	#site-wrapper .banner-contactpage-container .wpgmp_map_parent #map1 {
		height: 200px!important;
	}

					



	/* ---- CATEGORIES ---- */
	#category-wrapper {
		top: inherit;
		margin-bottom: inherit;
	}
	
	
	/* ---- CATEGORIES --> ONS AANBOD / OUR-TRAINING ---- */
	#category-wrapper .category-our-training-single-item-content-title-container { 
		min-height: inherit;
	}
	
	#category-wrapper h3.category-our-training-single-item-content-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	
	/* ---- CATEGORIES --> PORTFOLIO ---- */
	#category-wrapper .category-portfolio-single-item-content-title-container {
		min-height: inherit;
	}
	#category-wrapper h3.category-portfolio-single-item-content-title {
		font-size: 18px;
		line-height: 24px;
	}


					



	/* ---- TOP-FOOTER --> OUR-TRAINING ---- */
	#footer-category-our-training-single-item-wrapper {
		min-height: auto;
		margin-bottom: 70px;
	}
	
	.top-footer-content-container h4.footer-category-our-training-single-item-title {
		height: auto;
	}	
	

	/* ---- FOOTER ---- */
	#footer-content-wrapper {
		height: auto;
		overflow: hidden;
		padding: 0;
	}

					#footer-content-wrapper h3.footer-title {
						font-size: 15px;
					}

					#footer-content-wrapper #menu-footermenu {
						padding-left: 0;
					}

					#footer-content-wrapper .footer-position-1,
					#footer-content-wrapper .footer-position-2,
					#footer-content-wrapper .footer-position-3,
					#footer-content-wrapper .footer-position-4 {
						min-height: 175px;
					}

					#footer-content-wrapper .footer-position-1 p,
					#footer-content-wrapper .footer-position-2 p,
					#footer-content-wrapper .footer-position-3 p,
					#footer-content-wrapper .footer-position-4 p {
						margin-bottom: 0;
					}

					#footer-content-wrapper .footer-position-1 tr td,
					#footer-content-wrapper .footer-position-2 tr td,
					#footer-content-wrapper .footer-position-3 tr td,
					#footer-content-wrapper .footer-position-4 tr td {
						color: #f3f0ea!important;
					}

					#footer-content-wrapper .footer-position-3 {
						/* padding-left: 30px; */
					}

					#footer-content-wrapper .footer-position-4 p {
						/* padding-left: 30px; */
					}

					#footer-content-wrapper .footer-position-4 p img {
						width: 60%;
						height: auto;
					}

	


	/* ---- FORMULIER ---- */
	body .gform_wrapper ul li.gfield {
		margin-top: 0!important;
	}
	
	body .gform_button.button {
		width: auto!important;
		display: inline-block;
	}
	
	body .gform_wrapper li.gfield.gsection {
		margin-bottom: 0;
		height: 30px;
	}
	
	body .gform_wrapper input {
		line-height: 24px;
		font-size: 14px;
		margin-top: 0;
		padding-top: 0;
	}
	
	body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
		line-height: 1.2;
		min-height: 1rem;
	}
	
	body .gform_wrapper .top_label div.ginput_container {
		height: auto;
		min-height: 50px;
		margin-top: 0;
	}
	
	.gform_wrapper ul.gfield_checkbox li label, 
	.gform_wrapper ul.gfield_radio li label {
		width: 100%;
	}
	
	
	/* ---- DIVERSEN ----*/
	.ul-team-social-sharing-buttons {
		padding: 30px 0;
	}
	
	html body .ul-team-social-sharing-buttons .supsystic-social-sharing a.social-sharing-button {
	    color: #003e82 !important;
    	border: 2px solid #003e82 !important;
		margin-right: 4px !important;
		font-size: 14px;
		padding: 7px 5px;

	}	
	
	.single-our-training-overview-certificate {
		min-height: 175px;
	}
}


@media only screen
	and (min-width: 768px) 
	and (max-width: 1024px) 
	and (orientation: landscape) {
		body {
			width: 100vw;
		}
		
		.navbar-nav > li > a {
			font-size: 22px;
			padding: 10px;
		}
		
		h1 {
			font-size: 28px;
		}

		h3 {
			font-size: 18px;
			margin-top: 30px;
		}
		
		#fp-category-our-training-single-item-wrapper{
			padding-bottom: 140%; /* 125%; */
		}
		
		#fp-teasers-wrapper h3 {
			font-size: 16px;
			height: 35px;
		}
		
		#fp-first-available-training-date-wrapper .fp-available-training-date-container {
			height: 60px;
			width: 60px;
		}
		
		#fp-first-available-training-date-wrapper .fp-available-training-date-content .fp-available-training-date-day {
		 	font-size: 20px;
			line-height: 16px;
		}
		
		#category-wrapper #category-our-training-single-item-wrapper {
			height: 575px;
			min-height: 575px;
			max-height: 575px;
		}
		
		#category-wrapper .category-our-training-single-item-content-title-container {
			min-height: 50px;
		}
		
		#category-wrapper h3.category-our-training-single-item-content-title {
			font-size: 20px;
			line-height: 26px;
		}
		
		#category-wrapper #category-portfolio-single-item-wrapper {
			height: 550px;
			min-height: 550px;
			max-height: 550px;
		}
		
		#category-wrapper #category-news-single-item-wrapper {
			height: 550px;
			min-height: 550px;
			max-height: 550px;
		}
	
		
		
		/* ----- PAGES ----- */
		.banner-page-container {
			height: 400px;
		}
		
		.banner-page-oneliner-container {
			height: 400px;
		}
		
		.banner-page-oneliner-container p {
			height: 400px;
		}
		
		.banner-contactpage-container {
			height: 400px;
		}
		
		
		/* ---- SINGLE ---- */
		.banner-single-our-training-container {
			height: 400px;
		}
		
		#single-portfolio-wrapper .single-portfolio-details-question-step,
		#single-portfolio-wrapper .single-portfolio-details-approach-step,
		#single-portfolio-wrapper .single-portfolio-details-result-step { 
			background-size: 75px auto;
		}
		
		#single-portfolio-wrapper .single-portfolio-details-question-step::before,
		#single-portfolio-wrapper .single-portfolio-details-approach-step::before,
		#single-portfolio-wrapper .single-portfolio-details-result-step::before {
			top: 100px;
			height: calc(100% - 100px);
			height: -webkit-calc(100% - 115px);
			height: -moz-calc(100% - 115px);
			height: -ms-calc(100% - 115px);
			height: -o-calc(100% - 115px);
		}
		
		#single-portfolio-wrapper .single-portfolio-details-question-content h2, 
		#single-portfolio-wrapper .single-portfolio-details-approach-content h2,
		#single-portfolio-wrapper .single-portfolio-details-result-content h2 {
			height: 100px;
		}


		/* ----- CATEGORIES ---- */
		#footer-category-our-training-single-item-wrapper {
			min-height: 550px;
		}
}
						


/* ---- CHANGE BREAKPOINT ---- */
@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		/* border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); */
	}
	.navbar-fixed-top {
		/* top: 0;
		border-width: 0 0 1px; */
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		/* float: none!important;
		/* margin-top: 7.5px; */
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important; 
	}
}





@media only screen
	and (min-width: 768px) 
	and (max-width: 1024px) 
	and (orientation: portrait) {
		body {
		font-size: 16px;
	}
	
	h1 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 24px;
		margin-top: 30px;
	}

	blockquote p {
		font-size: 24px!important;
	}

	#breadcrumb-container {
		display: table;
		height: 50px;
		line-height: normal;
		vertical-align: middle;
		margin-bottom: 30px;
	}

	#breadcrumb-container p {
		display: table-cell;
		height: 50px;
		vertical-align: middle;

	}

	#breadcrumb-container a {
		line-height: normal;
	}

	#breadcrumb-container .breadcrumb_last {
		line-height: 18px!important;
	}

	#header-logo-wrapper {
		height: 60px;
		min-height: 60px;
		width: 75%;
		padding: 5px 0;
		z-index: 210000;
	}

	.header-logo-container {
		background-color: transparent;
	}

	a.header-logo-container {
		border: 0 none;
	}

	a.header-logo-container:hover,
	a.header-logo-container:focus {
		background: 0 none;
	}

	#main-nav-wrapper {
		border-top: 0 none;
		border-bottom: 0 none;
		height: 60px;
	}
	
	#main-nav-wrapper .navbar {
		height: 60px;
	}

	.navbar-collapse.collapse.in {
		position: fixed;
	}

	.navbar-toggle.menu-close {
		position: relative;
		float: right;
		top: -55px;
/*		right: 15px;
		margin-right: 15px;
		z-index: 20000; */
		background-image: url(images/buttons/UL-Team-Pancake.png);
		background-size: 33px 20px;
		background-position: center;
		background-repeat: no-repeat;
		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;
	}

	.navbar-toggle.menu-open {
		position: relative;
		float: right;
		top: -55px;
/*		right: 15px;
		margin-right: 15px;
		z-index: 20000; */
		background-image: url(images/buttons/UL-Team-Pancake-Menu-Close.png);
		background-size: 21px 21px;
		background-position: center;
		background-repeat: no-repeat;
		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;
	}

	.navbar-toggle .icon-bar {
		position: relative;
		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;
		z-index: 20000;
	}

	.navbar-collapse {
		position: fixed;
		top: 0;
		left: 0;
		min-height: 100vh!important;
		width: 100vw;
		border-top: 0;
		padding-top: 75px;
		box-shadow: none;
		background-color: #ffffff;
		z-index: 15000;
		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: 19999;
	}

	.navbar-collapse.in {
		position: fixed;
		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;
	}

	ul.navbar-nav {
		padding: 0 15px;
		width: 100vw;
	}

	.navbar-nav > li {
		height: auto;
		width: 100%;
		border-bottom: 1px solid #f1f1f1;
	}

	.navbar-nav > li:first-child {
		border-top: 1px solid #f1f1f1;
	}

	.navbar-nav > li > a {
		font-size: 28px;
		font-weight: 500;
		line-height: 60px;
		color: #003e82;
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	
	.navbar-nav li.menu-item-has-children a::after {
		font-family: 'Fontawesome';
		content: '';
	}

	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:focus {
		color: #9b35c7;
		text-decoration: none;
	}

	.navbar-nav li a:after {
		position: absolute;
		right: 0;
	}

	.navbar-nav li ul {
		display: block;
	}
	
	.navbar-nav li li {
		height: 30px;
		line-height: 30px;
	}
	
	.navbar-nav > li > .dropdown-menu {
		position: relative;
		float: none;
		font-size: 18px;
		line-height: 30px;
		top: 0;
		left: 30px;
		z-index: 10000;
		min-width: 100%;
		padding: 0 0 15px 0!important;
		margin: 0;
		list-style: none;
		background-color: transparent;
		border: 0 none;
		border-radius: inherit;
		box-shadow: inherit;
	}
	
	.dropdown-menu > li > a {
		padding: 0;
	}
	
	
	.navbar-nav li:hover ul {
		position: relative;
		width: inherit;
		height: inherit;
		top: 0;
		display: block;
		background-color: transparent;
		padding: inherit;
		z-index: 20000;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;	
		border: 0 none;
	}
	
	.navbar-nav li:hover ul li {
		font-size: 18px!important;
		height: 30px;
		line-height: 30px; 
		list-style: inherit;
		overflow: inherit;
		text-overflow: inherit;
		white-space: inherit;
		border-bottom: 0 none;
	}

 	.navbar-nav li li a {
		font-family: 'Open Sans';
		font-size: 18px!important;
		color: #003e82;	
		height: 30px!important;
		line-height: 30px!important; 
		list-style: none;
		overflow: inherit; 
		text-overflow: inherit;
		white-space: inherit;
		border-bottom: 0 none;
		width: 100%;
	}
		
	.navbar-nav li li.current-menu-item a {
		color: #9b35c7;
	}


		
	/* ---- FRONTPAGE ---- */
	#fp-teasers-wrapper h3 {
		height: auto;
	}
	
	
	/* ---- FRONTPAGE --> BANNER ---- */
	.fp-banner-container {
		position: relative;
		height: 0;
		padding-bottom: 66.66667%;
		background-image: url('images/banners/UL-Team - Banner Homepage Mobile.jpg');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	
	
	/* ----- FRONTPAGE --> OUR-TRAINING ---- */
	#fp-category-our-training-single-item-wrapper {
		height: auto;
		padding-bottom: 30px;
		margin-left: -15px;
		width: calc( 100% + 30px );
		margin-bottom: 0;
	}
	
	#fp-category-our-training-single-item-wrapper .fp-category-our-training-single-item-image {
		padding-bottom: 56.25%;
	}
	
	#fp-category-our-training-single-item-wrapper .fp-category-our-traininer-single-item-content-offer-container {
		padding-left: 0;
	}
	
	#fp-main-content-wrapper {
		top: -50px;
		margin-bottom: -50px;
	}


	/* ---- PAGINA'S ---- */
	#page-wrapper {
		top: 0;
		margin-bottom: 0;
	}

	.banner-page-container {
		position: relative;
		height: 400px;
		padding-bottom: inherit;
	}

	.banner-page-container img {
		height: 100%;
		object-fit: cover;
	}
	
	.banner-page-oneliner-container {
		height: 100%;
	}
	
	.banner-page-oneliner-container p {
		height: 100%;
		font-size: 36px;
	}

	#breadcrumb-container {
		padding-left: 0;
	}

	#breadcrumb-container p {
		margin-bottom: 0;
	}

	#page-content-wrapper .page-content-container {
		padding-left: 0;
		padding-right: 0;
	}

	#page-content-wrapper .page-content-container h1.page-title {
		font-size: 24px;
		margin-top: -5px;
		margin-bottom: 25px;
	}	

	#page-content-wrapper .page-content-container .page-content p:first-child {
		font-size: 16px;
	}


	/* ---- SINGLE --> PORTFOLIO ---- */
	.banner-single-portfolio-container {
		position: relative;
		height: 400px;
		padding-bottom: inherit;
	}

	.banner-single-portfolio-container img {
		height: 100%;
		min-width: 100%;
		object-fit: cover;
	}
	
	.banner-single-portfolio-container-overlay {
		height: 400px;
	}
	
	.banner-single-portfolio-container .single-portfolio-oneliner {
		height: 400px;
	}
	
	.banner-single-portfolio-container .single-portfolio-oneliner-content {
		padding: 0;
		height: 400px;
	}
	
	.banner-single-portfolio-container .single-portfolio-oneliner-content p {
		/* height: 100%; */
		font-size: 36px;
		margin-bottom: 0;
	}


	#single-portfolio-wrapper {
		top: 0;
		margin-bottom: inherit;
	}

	#single-portfolio-wrapper .single-portfolio-main-item-wrapper {
		padding: 0;
	}

	#single-portfolio-wrapper #breadcumb-container {
		padding-top: 15px!important;
		padding-bottom: 15px!important;
	}
	
	#single-portfolio-wrapper .single-portfolio-details-question-content,
	#single-portfolio-wrapper .single-portfolio-details-approach-content,
	#single-portfolio-wrapper .single-portfolio-details-result-content {
		margin-bottom: 0;
	}
	
	#single-portfolio-wrapper .single-portfolio-details-question-step,
	#single-portfolio-wrapper .single-portfolio-details-approach-step,
	#single-portfolio-wrapper .single-portfolio-details-result-step {
		height: 50px;
		background-size: 50px auto;
		background-repeat: no-repeat;
		background-position: top left;
		left: inherit;
		right: inherit;
	}
	
	#single-portfolio-wrapper .single-portfolio-details-question-step:before,
	#single-portfolio-wrapper .single-portfolio-details-approach-step:before,
	#single-portfolio-wrapper .single-portfolio-details-result-step:before {
		display: none;
	}
	
	#single-portfolio-wrapper .single-portfolio-details-question-step:after,
	#single-portfolio-wrapper .single-portfolio-details-approach-step:after,
	#single-portfolio-wrapper .single-portfolio-details-result-step:after {
		position: absolute;
		top: 50%;
		bottom: 50%;
		content: '';
		left: 60px;
		width: calc( 100% - 60px);
		height: 2px;
		background: #003e82;
	}
	
	#single-portfolio-wrapper .single-portfolio-details-question-content h2,
	#single-portfolio-wrapper .single-portfolio-details-approach-content h2, 
	#single-portfolio-wrapper .single-portfolio-details-result-content h2{
		position: relative;
		display: block;
		font-size: 22px;
		height: inherit;
		line-height: 30px;
		margin-left: 60px;
		margin-top: -10px;
		margin-bottom: 0;
	}
	
	#single-portfolio-wrapper .single-portfolio-main-item-sidebar {
		margin-top: 70px;
	}
	
	
	


	/* ---- SINGLE --> ONS AABOD ---- */
	#site-wrapper .banner-single-our-training-container {
		height: 400px;
	}
	
	#site-wrapper .banner-single-our-training-container img {
		height: 100%;
		min-width: 100%;
		object-fit: cover;
	}
	
	#single-our-training-wrapper {
		top: 0;
		margin-bottom: 0;
	}
	
	#single-our-training-intro-wrapper .single-our-training-intro-content-container {
		padding: 15px;
		margin-bottom: 30px;
	}
	
	#single-our-training-intro-wrapper .single-our-training-content-content {
		margin-bottom: 30px;
	}
	
	#single-our-training-intro-wrapper .single-our-training-intro-content-container h1 {
		font-size: 24px;
	}

	#single-our-training-wrapper .single-our-training-main-item-wrapper {
		padding: 0;
	}

	#single-our-training-available-dates-wrapper .single-available-training-date-container {
		margin-bottom: 30px;
	}
	
	#single-our-training-available-dates-wrapper h3.single-our-training-dates-title {
		font-size: 24px;
	}
	
	#single-our-training-available-dates-wrapper .available-training-date-container {
		width: 75px;
		height: 75px;
	}
	
	#single-our-training-available-dates-wrapper .available-training-date-content .available-training-date-day {
		font-size: 24px;
		line-height: 24px;
	}
	
	#single-our-training-available-dates-wrapper .available-training-date-city {
		font-size: 28px;
		margin-bottom: 5px;
		margin-left: 15px;
	}
	
	#single-our-training-available-dates-wrapper a.available-training-date-subscription-url {
		font-size: 12px;
		margin-left: 15px;
	}
	

	#single-our-training-wrapper .single-our-training-main-item-sidebar {
		color: #000000;
		margin-top: 30px;
	}
	
	
	/* ----- SINGLE --> NIEUWS ---- */
	.banner-single-newsitem-container {
		position: relative;
		margin-left: -15px;
		height: 400px;
		width: calc( 100% + 30px );
	}
	
	.banner-single-newsitem-container img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	
	#single-newsitem-wrapper .single-newsitem-content h3 {
		font-size: 18px;
		margin-top: 30px;
	}

	
	/* ---- PAGES --> OUR-TRAINING ---- */
	#page-content-wrapper .available-trainingdata-header-container h2 {
		font-size: 20px;
	}
	
	#page-content-wrapper .available-trainingdata-header-container a {
		margin-left: 0;
	}
	
	#page-content-wrapper .available-trainingdata-single-date-container {
		line-height: inherit;
	}
	
	#page-content-wrapper a.button-waitlist {
		margin-top: 15px;
	}
	
	
	/* ---- PAGINA's --> INSCHRIJVEN ---- */
	#page-subscription-wrapper #available-training-date-wrapper {
		margin-bottom: 15px;
	}
	
	#page-subscription-wrapper .available-training-date-container {
		width: 75px;
		height: 75px;
	}
	
	#page-subscription-wrapper .available-training-date-content .available-training-date-day {
		font-size: 24px;
		line-height: 22px;
	}
	
	#page-subscription-wrapper .available-training-date-city {
		font-size: 24px;
		margin-bottom: 7px;
	}
	
	#page-subscription-wrapper a.available-training-date-subscription-url {
		font-size: 12px;
		height: 24px;
		line-height: 20px;
		padding: 0 5px;
		width: 125px;
	}
					

	/* ---- PAGINA'S --> CONTACT ---- */	
	#site-wrapper .banner-contactpage-container {
		height: 400px;
	}
	
	#site-wrapper .banner-contactpage-container .wpgmp_map_parent {
		height: 400px;
	}
	
	#site-wrapper .banner-contactpage-container .wpgmp_map_parent #map1 {
		height: 400px!important;
	}

					



	/* ---- CATEGORIES ---- */
	#category-wrapper {
		top: inherit;
		margin-bottom: inherit;
	}
	
	
	/* ---- CATEGORIES --> ONS AANBOD / OUR-TRAINING ---- */
	#category-wrapper .category-our-training-single-item-content-title-container { 
		min-height: inherit;
	}
	
	#category-wrapper h3.category-our-training-single-item-content-title {
		font-size: 18px;
		line-height: 24px;
	}
	
	
	/* ---- CATEGORIES --> PORTFOLIO ---- */
	#category-wrapper .category-portfolio-single-item-content-title-container {
		min-height: inherit;
	}
	#category-wrapper h3.category-portfolio-single-item-content-title {
		font-size: 18px;
		line-height: 24px;
	}
	
		
		/* ----- CATEGORIES --> ONS TEAM ----*/
		#category-our-team-single-item-wrapper {
			margin-bottom: 30px;
		}


					



	/* ---- TOP-FOOTER --> OUR-TRAINING ---- */
	#footer-category-our-training-single-item-wrapper {
		min-height: 350px; /* 275px; */
		margin-bottom: 45px;
	}
	
	.top-footer-content-container h4.footer-category-our-training-single-item-title {
		height: auto;
	}	
	

	/* ---- FOOTER ---- */
	#footer-content-wrapper {
		height: auto;
		overflow: hidden;
		padding: 0;
	}

					#footer-content-wrapper h3.footer-title {
						font-size: 15px;
					}

					#footer-content-wrapper #menu-footermenu {
						padding-left: 0;
					}

	#footer-content-wrapper .footer-position-1,
	#footer-content-wrapper .footer-position-2,
	#footer-content-wrapper .footer-position-3,
	#footer-content-wrapper .footer-position-4 {
		min-height: 300px;
	}

					#footer-content-wrapper .footer-position-1 p,
					#footer-content-wrapper .footer-position-2 p,
					#footer-content-wrapper .footer-position-3 p,
					#footer-content-wrapper .footer-position-4 p {
						margin-bottom: 0;
					}

					#footer-content-wrapper .footer-position-1 tr td,
					#footer-content-wrapper .footer-position-2 tr td,
					#footer-content-wrapper .footer-position-3 tr td,
					#footer-content-wrapper .footer-position-4 tr td {
						color: #f3f0ea!important;
					}

					#footer-content-wrapper .footer-position-3 {
						/* padding-left: 30px; */
					}

					#footer-content-wrapper .footer-position-4 p {
						/* padding-left: 30px; */
					}

					#footer-content-wrapper .footer-position-4 p img {
						width: 60%;
						height: auto;
					}


	/* ---- FORMULIER ---- */
	body .gform_wrapper ul li.gfield {
		margin-top: 0!important;
	}
	
	body .gform_button.button {
		width: auto!important;
		display: inline-block;
	}
	
	
	/* ---- DIVERSEN ----*/
	.ul-team-social-sharing-buttons {
		padding: 30px 0;
	}
	
	html body .ul-team-social-sharing-buttons .supsystic-social-sharing a.social-sharing-button {
	    color: #003e82 !important;
    	border: 2px solid #003e82 !important;
		margin-right: 4px !important;
		font-size: 14px;
		padding: 7px 5px;

	}	
}
	




/* ---- COOKIE ALERT ---- */
#cookie-notice {
	z-index: 1000000!important;
}

.cookie-notice-container .button.ul-team {
	display: inline-block;
	border: 0 none;
	border-radius: 2px;
	padding: 3px 10px;
}

.cookie-notice-container .button.ul-team {
	color: #ffffff;
	background-image: linear-gradient(to bottom, #9b35c7, #c343fab1);
	transition: all .2s ease-in-out;
}

.cookie-notice-container .button.ul-team:hover,
.cookie-notice-container .button.ul-team:focus {
	color: #ffffff;
	/* background-color: #00c1b1; */
	background-image: linear-gradient(to top, #9b35c7, #c343fab1);
	text-decoration: none;
	transition: all .2s ease-in-out;
}




/* ---- BACK-TO-TOP-BUTTON ---- */
.sbttBacktotop img {
	height: 40px;
	width: 40px;
}