.header_wrapper {
	position: relative;
}

.header_left.logo {
	width: 179px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%) !important;
}

.header_right {
	text-align: right;
	padding-left: 190px;
}

.top_header_right {
	margin-bottom: 15px;
}

.top_header_right > * {
	vertical-align: middle;
}

header .menu {
	margin-bottom: 0;
	list-style: none;
}

header .menu li {
	display: inline-block;
	padding-right: 20px;
}

header .menu li:last-child {
	padding-right: 0;
}

header .menu li a {
	font-size: 14px;
	color: black;
	text-decoration: none;
	font-weight: normal;
}

header .menu li.current-menu-item a,
header .menu li a:active,
header .menu li a:focus,
header .menu li a:hover {
	color: #E77828;
}

header .menu li.current-menu-item a {
	font-weight: bold;
}

.element_header_top {
	display: inline-block;
}

#search_header {
	margin-right: 15px;
	width: 388px;
	max-width: 100%;
}

#home_header {
	color: white;
	font-size: 30px;
}

#home_header h1 {
	padding-bottom: 0;
	font-size: 62px;
	line-height: 1.2;
	border: none;
	font-weight: bold;
}

#home_header > .container > .vc_row {
	padding-top: 109px;
}

.cta_header_home {
	min-height: 30px;
}

.cta_header_home p {
	/* color: #E7C71E; */
	color: #E77828;
	font-weight: bold;
	font-size: 30px;
	display: inline-block;
	padding: 6px 12px 9px;
	line-height: 36px;
	background: rgba(0, 0, 0, 0.2);
}

.cta_header_home a {
	/* color: #E7C71E; */
	color: #E77828;
	text-decoration: none;
}

@media (max-width: 991px) and (min-width: 768px) {
	.cta_header_home {
		position: relative;
		top: 22px;
	}

	.cta_header_home p {
		font-size: 25px;
		line-height: 31px;
	}
}

@media (max-width: 767px) {
	.cta_header_home {
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 40px !important;
	}

	.cta_header_home p {
		font-size: 13px;
		line-height: 16px;
		display: block;
		width: 100%;
		text-align: center;
		padding-top: 18px;
		padding-bottom: 10px;
	}

	#home_header > .container > .vc_row {
		padding-top: 0 !important;
	}
}

#title_header {
	background: #1D6095;
	padding: 38px 0 11px;
}

#title_header h1 {
	color: white;
	border: none;
	margin: 0;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
}

#breadcrumbs_wrapper,
#breadcrumbs_wrapper p {
	font-size: 14px;
	line-height: 1.2;
}

#breadcrumbs_wrapper {
	padding-top: 9px;
}

p#breadcrumbs {
	margin-bottom: 0;
}

.wpml-ls-legacy-list-horizontal a {
	display: inline-block;
}

#contact_header {
	margin-right: 27px;
}

#contact_header a {
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	color: #E77828;
	text-decoration: none;
	background: none;
	margin-right: 10px;
	background-repeat: no-repeat;
	padding-left: 24px;
}

#contact_header .call {
	background-image: url(/wp-content/themes/spiraltrain/assets/images/call.svg);
}

#contact_header .mail {
	background-image: url(/wp-content/themes/spiraltrain/assets/images/mail.svg);
}

#contact_header a:last-child {
	margin-right: 0;
}

#social_links_header {
	height: 18px;
}

#social_links a {
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
}

a.facebook {
	background-image: url(/wp-content/themes/spiraltrain/assets/images/facebook.svg);
}

a.twitter {
	background-image: url(/wp-content/themes/spiraltrain/assets/images/twitter.svg);
}

a.youtube {
	background-image: url(/wp-content/themes/spiraltrain/assets/images/youtube.svg);
}

a.linkedin {
	background-image: url(/wp-content/themes/spiraltrain/assets/images/linkedin.svg);
}

a.instagram {
	background-image: url(/wp-content/themes/spiraltrain/assets/images/instagram.svg);
}

#home_header p:empty {
	display: none;
}

.instant_search_results {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: left;
	top: 33px;
	max-height: 218px;
	overflow: auto;
	font-size: 12px;
	z-index: 2;
	border: 1px solid #ccc;
	display: none;
}

.instant_search_results ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.instant_search_results li {
	background: white;
	border-bottom: 1px solid #DCDCDC;
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: auto 17px;
	display: block;
	width: 100%;
	display: none;
}

.instant_search_results li:last-child {
	border-bottom: none;
}

.instant_search_results a {
	display: block;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 12px;
}

.instant_search_results li:hover {
	background-color: #f7f7f7;
}

.instant_search_results a:active,
.instant_search_results a:focus,
.instant_search_results a:hover {
	color: #1D6095;
}

.instant_search_results li[data-slug=internet],
.instant_search_results li[data-slug=internet-nl],
.instant_search_results li[data-slug=testen],
.instant_search_results li[data-slug=testing],
.instant_search_results li[data-slug=dotnet],
.instant_search_results li[data-slug=net-nl] {
	background-size: 25px auto;
}

.clear_search_input {
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #666;
	background-image: url(/wp-content/themes/spiraltrain/assets/images/close-white.svg);
	background-size: 50% 50%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 40px;
	display: none;
}

.promotion_text {
	text-align: center;
	color: white;
	background-color: #1d6095;
	font-weight: bold;
	padding: 9px 0;
}

.promotion_text,
#home_header .promotion_text h1 {
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 0;
}

.content_home_header {
	background-color: #EFEFEF;
	color: #666666;
	padding: 30px 0;
}

@media (max-width: 1199px) and (min-width: 768px) {
	header .menu li a {
		font-size: 12px;
	}

	.header_right {
		padding-left: 205px;
	}

	header .menu li {
		padding-right: 13px;
	}

	#search_header {
		width: 200px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#contact_header a {
		font-size: 11px;
		min-height: 20px;
		display: inline-block;
	}

	padding: 11px 12px;
	#search_header {
		width: 155px;
	}

	.header_right {
		text-align: center;
	}

	div#social_links_header {
		display: none;
	}

	#contact_header {
		margin-right: 15px;
	}

	#lang_sel_list img.iclflag {
		width: 19px !important;
	}

	.nieuwsbrief form > * {
		margin-bottom: 15px !important;
	}

	.nieuwsbrief form > *:last-child {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 768px) {
	.mobile_sidebar {
		display: none;
	}

	#mobile_menu,
	#mobile_button,
	#mobile_search_icon,
	#search_mobile {
		display: none;
	}

	.clear_search_input {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.instant_search_results {
		max-height: 140px;
	}

	body {
		padding-top: 56px;
	}

	header {
		position: fixed !important;
		z-index: 9 !important;
		top: 0;
		left: 0;
		width: 100%;
		background: white;
		box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.25);
	}

	#mobile_search_icon {
		background-image: url(/wp-content/themes/spiraltrain/assets/images/search-blue.svg);
		background-repeat: no-repeat;
		background-size: cover;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
		right: 35px;
	}

	.home header {
		background: white;
		position: static;
	}

	header .bottom_header_right,
	#language_header,
	#search_header,
	header .mail {
		display: none;
	}

	#home_header > .container > .vc_row {
		padding-top: 0;
	}

	.header_left.logo {
		width: 113px;
		position: static !important;
		transform: none !important;
	}

	.header_right {
		position: absolute;
		right: 65px;
		top: 50%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}

	.top_header_right {
		margin-bottom: 0;
		width: 165px;
		height: 21px;
	}

	.header_right {
		padding-left: 0;
	}

	#contact_header {
		margin-right: 0;
	}

	#contact_header .call {
		margin-right: 0;
		font-size: 13px;
	}

	header .container {
		padding: 10px;
	}

	#mobile_button {
		width: 24px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}

	.mobile_menu_open #mobile_button {
		background-image: url(/wp-content/themes/spiraltrain/assets/images/close.svg);
		background-repeat: no-repeat;
		background-position: center;
		height: 20px;
	}

	.mobile_menu_open .line_mobile_button {
		visibility: hidden;
	}

	.line_mobile_button {
		height: 3px;
		background-color: #1D6095;
		margin-bottom: 4px;
	}

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

	.home header,
	header {
		z-index: 5;
		position: relative;
	}

	#search_mobile {
		background-color: #1D6095;
		padding: 10px 7px;
		z-index: 5;
		position: fixed;
		top: 56px;
		width: 100%;
		display: none;
	}

	#search_mobile.mobile_search_visible {
		display: block;
	}

	.mobile_menu_open #search_mobile {
		display: block;
	}

	#search_mobile form {
		border-radius: 4px;
	}

	#search_mobile input.search-submit {
		border-radius: 0;
	}

	#search_mobile .search-field {
		padding-right: 63px;
		font-size: 13px;
		height: 32px;
	}

	#mobile_menu {
		overflow: auto;
		background-color: #1D6095;
		border-top: 1px solid white;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		z-index: 4;
		left: 0;
		padding-top: 108px;
		display: none;
	}

	html.mobile_menu_open,
	.mobile_menu_open body {
		overflow-y: hidden;
		height: 100%;
	}

	.mobile_menu_open #mobile_menu {
		display: block;
	}

	.mobile_menu_open header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: white;
	}

	.mobile_menu_open #search_mobile {
		position: fixed;
		left: 0;
		top: 20px;
		width: 100%;
		top: 56px;
		border-bottom: 1px solid white;
	}

	#mobile_menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
		padding: 7px;
		padding-top: 13px;
	}

	#mobile_menu li {
		font-size: 18px;
		line-height: 38px;
		padding: 0 15px;
	}

	#mobile_menu li.current-menu-item {
		background-color: rgba(255,255,255,0.2);
		border-radius: 4px;
	}

	#mobile_menu a {
		color: white;
		font-weight: normal;
	}

	#mobile_menu li.current-menu-item a {
		font-weight: bold;
	}

	#footer_mobile_menu {
		position: fixed;
		bottom: 0;
		height: 115px;
		left: 0;
		width: 100%;
		padding: 0 24px 29px;
		font-size: 16px;
		line-height: 1.2;
	}

	#footer_mobile_menu a {
		font-weight: bold;
	}

	#languages_mobile {
		border-bottom: 1px solid white;
		padding-bottom: 8px;
	}

	#languages_mobile #lang_sel_list {
		background: none;
		border: none;
		padding: 0;
	}

	#languages_mobile #lang_sel_list ul {
		padding: 0;
	}

	#languages_mobile #lang_sel_list li {
		padding: 0;
		margin-right: 10px;
	}

	#languages_mobile #lang_sel_list a {
		background-color: transparent;
		padding: 0;
	}

	#languages_mobile #lang_sel_list img {
		width: 18px;
		height: auto;
	}

	#contact_mobile {
		padding-top: 20px;
	}

	.call_footer {
		padding-left: 33px;
		background-repeat: no-repeat;
	}

	#footer_mobile_menu {
		background-color: #1D6095;

	}

	#footer_mobile_menu #social_links {
		display: block !important;
		float: right;
	}

	#footer_mobile_menu #social_links,
	#footer_mobile_menu #social_links li {
		padding: 0 !important;
	}

	#footer_mobile_menu #social_links a {
		width: 17px;
		height: 17px;
	}

	#mobile_menu_wrapper {
		padding-bottom: 120px;
	}

	#home_header {
		font-size: 18px;
	}

	#home_header h1 {
		font-size: 31px;
	}

	#home_header .vc_column-inner {
		padding-top: 23px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#home_header .wpb_content_element {
		margin-bottom: 15px;
	}

	#home_header p {
		margin-bottom: 0;
	}

	#mobile_menu .facebook {
		background-image: url(/wp-content/themes/spiraltrain/assets/images/facebook-mobile.svg);
	}

	#mobile_menu .twitter {
		background-image: url(/wp-content/themes/spiraltrain/assets/images/twitter-mobile.svg);
	}

	#mobile_menu .linkedin {
		background-image: url(/wp-content/themes/spiraltrain/assets/images/linkedin-mobile.svg);
	}

	#mobile_menu .youtube {
		background-image: url(/wp-content/themes/spiraltrain/assets/images/youtube-mobile.svg);
	}

	#mobile_menu .instagram {
		background-image: url(/wp-content/themes/spiraltrain/assets/images/instagram-mobile.svg);
	}

	#title_header {
		border-top: 1px solid white;
		padding-top: 28px;
	}

	.call_footer {
		background-image: url(/wp-content/themes/spiraltrain/assets/images/mail-mobile.svg);
		background-repeat: no-repeat;
	}

	#training_dropdown.dropdown_courses_overview {
		border-top: none;
	}

	#home_header .vc_row-has-fill {
		background-size: cover;
		padding-top: 35px !important;
	}

	#home_header p {
		margin-bottom: 7px !important;
	}

	#home_header .vc_row-has-fill {
		background-size: cover !important;
	}
}

@media (max-width: 359px) {
	#home_header h1 {
		font-size: 27px;
	}

	#contact_header a {
		font-size: 13px;
		padding-left: 16px;
	}

	.header_right {
		right: 60px;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	.header_right {
		padding-left: 171px;
	}

	.header_left.logo img {
		width: 150px;
	}

	header .menu {
		padding-left: 0;
	}

	.sidebar img[src*=klanten] {
		width: 140px;
	}

	.sidebar img[src*=NRTO] {
		width: 110px;
	}
}

@media (max-width: 991px) {
	.sidebar img[src*=klanten] {
		margin-bottom: 30px;
	}

	.sidebar .wpb_text_column:first-child {
		text-align: center;
	}
}

.content_home_header .container {
	overflow: hidden;
}

.usp_images {
	width: 18%;
	float: left;
}

.usp_header {
	overflow: hidden;
	margin-bottom: 30px;
	padding-right: 16px;
	position: relative;
}

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

.text_usp img {
	display: inline-block;
	margin-bottom: 10px;
}

.usp_header a {
	position: relative;
	display: block;
}

.image_usp img {
	width: 70px;
	margin: 0 !important;
}

.text_usp {
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	left: 83px;
	top: 50%;
	transform: translate(0, -50%);
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

.text_usp a {
	color: #666666;
	font-weight: normal;
}

.review_header_link {
	display: inline-block;
	margin-top: 10px;
}

.text_above_table {
	font-size: 16px;
	line-height: 19px;
	color: #1D6095;
	font-weight: bold;
	margin-bottom: 13px;
}

.training_table {
	width: 50%;
	float: left;
	padding-right: 20px;
}

#home_header .usp_header p {
	line-height: 14px;
}

.training_category {
	width: 33.333%;
	float: left;
	font-size: 14px;
	color: #1D6095;
	position: relative;
}

.training_category:active,
.training_category:focus,
.training_category:hover {
	z-index: 2;
}

.training_category a {
	background-color: white;
	padding: 6px 8px;
	display: block;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 50%);
	text-decoration: underline;
	border-bottom: 1px solid rgb(0 0 0 / 50%);
	color: #1D6095;
	border-radius: 2px;
	position: relative;
}

.training_category a:after {
	background-image: url(/wp-content/themes/spiraltrain/assets/images/arrow-right-blue.svg);
	width: 4px;
	height: 6px;
	content: '';
	position: absolute;
	right: 42px;
	top: 50%;
	transform: translate(0, -50%);
	background-size: cover;
}

.training_category a:active,
.training_category a:focus,
.training_category a:hover {
	color: #378d3f;
	box-shadow: 0 3px 10px 0 rgba(60,141,63,0.5) !important;
	border-color: rgba(60,141,63,0.5);
}

.header_sliders {
	float: left;
	width: 32%;
}

.course_slider {
	margin-bottom: 7px;
}

.training_category img {
	width: 22px;
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translate(0, -50%);
}

.link_below_table {
	clear: both;
	text-align: center;
	line-height: 1;
}

.link_below_table a {
	font-size: 14px;
	color: #3C8D3F;
	text-decoration: underline;
	font-weight: normal;
}

#home_header .carousel_slides {
	background: white;
}

.instagram_slider {
	position: relative;
}

.slides {
	padding: 0 30px;
}

.slider_arrows .arrow {
	width: 30px;
	height: 39px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
	background-size: 20px 39px;
	background-repeat: no-repeat;
}

.slider_arrows .arrow.left {
	left: 0;
	background-image: url(/wp-content/themes/spiraltrain/assets/images/arrow-left.svg);
	background-position: top left;
}

.slider_arrows .arrow.right {
	right: 0;
	background-image: url(/wp-content/themes/spiraltrain/assets/images/arrow-right.svg);
	background-position: top right;
}

.instagram_slider .slide {
	display: none;
	border-radius: 4px;
	overflow: hidden;
}

.instagram_slider .slide.active {
	display: block;
}

body.home h1 {
	font-size: 40px;
	line-height: 1.35;
}

.text_above_title {
	color: #1D6095;
	font-size: 16px;
	line-height: 19px;
}

span.training_suffix {
	font-weight: normal;
}

@media (min-width: 992px) {
	.course_slider.small_screen {
		display: none;
	}
}

@media (max-width: 991px) {
	.header_sliders,
	.training_table,
	.usp_images {
		width: 100%;
		float: none;
	}

	.usp_header {
		display: block;
		width: 25%;
		padding-right: 10px;
		float: left;
		margin-bottom: 0;
	}

	.usp_images {
		overflow: hidden;
		margin-bottom: 20px;
	}

	.header_sliders .course_slider {
		display: none;
	}

	#home_header {
		background-color: transparent;
		padding-bottom: 0;
	}

	.carousel_header .carousel_title {
		font-size: 22px;
	}

	.signup_button_carousel {
		padding: 10px;
	}

	.content_home_header {
		padding: 15px 0 30px;
	}

	.course_slider.small_screen {
		margin-bottom: 19px;
	}

	.text_above_table {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 16px;
	}

	.link_below_table a {
		font-size: 18px;
		line-height: 22px;
	}

	.link_below_table {
		padding: 10px 0 20px;
	}

	.sidebar {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.training_suffix {
		display: none;
	}
}

@media (max-width: 767px) {
	.promotion_text {
		font-size: 14px;
	}

	.usp_header {
		width: 33.333%;
	}

	.usp_header:last-child {
		display: none;
	}

	.image_usp img {
		width: 53px;
		max-height: 55px;
		object-fit: contain;
	}

	.text_usp {
		left: 59px;
	}

	.training_category {
		width: 100%;
		float: none;
		font-size: 18px;
		line-height: 28px;
	}

	.text_usp {
		font-size: 7px;
		line-height: 10px;
	}

	#home_header .usp_header p {
		line-height: 10px;
		margin-bottom: 0 !important;
	}

	.usp_header {
		padding-right: 4px;
	}

	.text_usp img {
		margin-bottom: 5px;
		height: 8px;
		width: auto;
	}

	.usp_images {
		margin-bottom: 0;
	}

	.training_arrows .arrow {
		width: 17px;
		height: 32px;
		background-size: 17px 32px;
	}

	.slider_arrows .arrow {
		width: 17px;
		height: 32px;
		background-size: 17px 32px;
	}

	.training_category a {
		padding: 18px 18px;
	}

	.training_category a:after {
		width: 7px;
		height: 11px;
		right: 70px;
	}

	.training_category img {
		width: 35px;
		right: 13px;
	}

	.training_category a {
		text-decoration: none;
	}

	.training_table {
		padding-right: 0;
	}

	.training_carousel_wrapper {
		padding: 0 24px;
	}

	.slides {
		padding: 0 24px;
	}

	.link_below_table {
		padding: 20px 0 26px;
	}

	.text_above_table {
		text-align: center;
	}

	.training_carousel_wrapper {
		margin-top: 25px;
	}

	body.home h1 {
		font-size: 22px;
	}

	.text_above_title {
		margin-top: 25px;
	}

	.mobile_sidebar {
		padding: 0 10px;
		margin-top: 22px;
	}

	.mobile_sidebar_inside {
		border: 1px solid #DCDCDC;
		border-radius: 4px;
		padding: 17px 20px 20px;
	}

	.mobile_sidebar h3 {
		font-size: 24px;
		line-height: 29px;
		margin-top: 0;
		margin-bottom: 17px;
	}

	.mobile_sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.mobile_sidebar li {
		margin-bottom: 16px;
		line-height: 18px;
		padding-left: 37px;
		background-image: url(/wp-content/themes/spiraltrain/assets/images/check.svg);
		background-repeat: no-repeat;
	}

	.mobile_sidebar li:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 359px) {
	.training_category {
		font-size: 14px;
	}
}
