.hover_category_home {
	cursor: pointer;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.3) !important;
	border-color: rgba(60,141,63,0.5) !important;
}

.hover_category_home a {
	color: #3C8D3F;
}

#home_header .vc_row-has-fill {
	background-position: center top !important;
}

#home_header .vc_column-inner {
	padding-top: 0;
}

#home_header p {
	margin-bottom: 0;
	line-height: 1;
}

.clear_category_input {
	width: 20px;
	height: 20px;
	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: 28px;
	display: none;
}

.home .kopje.lijn {
	border: none;
	font-size: 18px;
	line-height: 1.2;
	color: #666;
	font-weight: bold;
	margin-bottom: 7px !important;
}

.training_list ul {
	list-style: none;
	padding: 0;
	font-size: 16px;
	line-height: 1.2;
}

.training_list ul li {
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	padding: 10px 25px;
}

.training_list ul a {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

.hover_home_training {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
	border-bottom-color: transparent !important;
	cursor: pointer;
}

.hover_home_training a {
	text-decoration: underline !important;
	font-weight: bold !important;
	color: #1D6095 !important;
}

.overzicht_home p a {
	min-height: 46px;
	padding: 0 5px;
}

.overzicht_home p a:after {
	content: '';
	display: inline-block;
	background-image: url(/wp-content/themes/spiraltrain/assets/images/arrow-right-blue.svg);
	margin-left: 6px;
	width: 8px;
	height: 12px;
}

.hover_category_home a:after {
	background-image: url(/wp-content/themes/spiraltrain/assets/images/arrow-right-green.svg) !important;
}

.wrapper_dropdown {
	position: relative;
}

.dropdown_ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #DCDCDC;
	color: #1D6095;
	font-weight: bold;
	position: absolute;
	width: 100%;
	z-index: 3;
	display: none;
	max-height: 212px;
	overflow: auto;
}

.dropdown_ul li {
	background: white;
	border-bottom: 1px solid #DCDCDC;
	padding: 12px 20px;
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-size: auto 17px;
}

.home_content .kopje p {
	color: #1D6095;
}

.home_title_bar {
	background-color: var(--blue);
	color: white;
	text-align: center;
	padding: 15px 0 14px;
}

.home_title_bar h1 {
	font-size: 26px;
	line-height: 31px;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.home_overview {
	background-color: #EFEFEF;
	padding: 32px 0;
	margin-bottom: 38px;
	padding-top: 15px;
}

ul.course_overview {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 30px;
}

.course_category_link {
	display: flex;
	border-radius: 2.13px;
	background-color: #FFFFFF;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
	align-items: center;
	min-height: 70px;
	padding: 2px 0;
	border: 2px solid transparent;
}

.course_category_link:hover {
	border: 2px solid rgba(60,141,63,0.5);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
}

.category_name {
	color: var(--blue);
	font-size: 17px;
	line-height: 1.944444;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 18px;
	flex: 1 0 208px;
	background-image: url(/wp-content/themes/spiraltrain/assets/images/chevron-right-blue.svg);
	background-repeat: no-repeat;
	background-position: right center;
}

.course_category_link:hover .category_name {
	background-image: url(/wp-content/themes/spiraltrain/assets/images/chevron-right-green.svg);
}

.category_description {
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	color: var(--font-color);
	font-weight: normal;
}

.course_category_link:hover .category_description,
.course_category_link:hover {
	text-decoration: none;
}

.category_icon {
	flex: 1 0 118px;
	display: flex;
	justify-content: center;
}

.category_icon img {
	max-width: 50px;
	max-height: 44px;
	width: auto;
	height: auto;
}

.category_photo {
	flex: 1 0 370px;
}

li.course_category .category_description {
	font-size: 13px;
	line-height: 18px;
	padding-right: 20px;
}

.read_more_category {
	color: var(--green);
	text-decoration: underline;
}

li.course_category {
	position: relative;
}

li.course_category:nth-child(30) {
	z-index: 1;
}

li.course_category:nth-child(29) {
	z-index: 2;
}

li.course_category:nth-child(28) {
	z-index: 3;
}

li.course_category:nth-child(27) {
	z-index: 4;
}

li.course_category:nth-child(26) {
	z-index: 5;
}

li.course_category:nth-child(25) {
	z-index: 6;
}

li.course_category:nth-child(24) {
	z-index: 7;
}

li.course_category:nth-child(23) {
	z-index: 8;
}

li.course_category:nth-child(22) {
	z-index: 9;
}

li.course_category:nth-child(21) {
	z-index: 10;
}

li.course_category:nth-child(20) {
	z-index: 11;
}

li.course_category:nth-child(19) {
	z-index: 12;
}

li.course_category:nth-child(18) {
	z-index: 13;
}

li.course_category:nth-child(17) {
	z-index: 14;
}

li.course_category:nth-child(16) {
	z-index: 15;
}

li.course_category:nth-child(15) {
	z-index: 16;
}

li.course_category:nth-child(14) {
	z-index: 17;
}

li.course_category:nth-child(13) {
	z-index: 18;
}

li.course_category:nth-child(12) {
	z-index: 19;
}

li.course_category:nth-child(11) {
	z-index: 20;
}

li.course_category:nth-child(10) {
	z-index: 21;
}

li.course_category:nth-child(9) {
	z-index: 22;
}

li.course_category:nth-child(8) {
	z-index: 23;
}

li.course_category:nth-child(7) {
	z-index: 24;
}

li.course_category:nth-child(6) {
	z-index: 25;
}

li.course_category:nth-child(5) {
	z-index: 26;
}

li.course_category:nth-child(4) {
	z-index: 27;
}

li.course_category:nth-child(3) {
	z-index: 28;
}

li.course_category:nth-child(2) {
	z-index: 29;
}

li.course_category:nth-child(1) {
	z-index: 30;
}

.view_all_wrapper {
	text-align: center;
}

.view_all_courses {
	font-size: 14px;
	line-height: 17px;
	color: var(--green);
	font-weight: normal;
	text-decoration: underline;
}

.view_all_courses:hover {
	color: var(--green);
}

.new_home_header .wpb_text_column:first-child {
	display: none;
}

.new_home_header {
	padding: 25px 0;
}

.why_spiraltrain h3 {
	color: var(--blue);
	font-weight: bold;
	font-size: 22px;
	line-height: 29px;
	margin-bottom: 6px;
}

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

.why_spiraltrain li {
	font-size: 14px;
	color: var(--font-color);
	line-height: 14px;
	background-image: url(/wp-content/themes/spiraltrain/assets/images/check.svg);
	background-repeat: no-repeat;
	background-size: auto 11px;
	background-position: left 3px;
	min-height: 14px;
	margin-bottom: 6px;
	padding-left: 23px;
}

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

ul.home_header_logos {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	padding: 0;
	gap: 10px;
}

.home_header_logo_wrapper {
	max-width: 120px;
}

.home_header_logo_text {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: var(--font-color);
	text-decoration: underline;
}

.home_header_logo_text p {
	margin-bottom: 0;
}

.home_header_logo {
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.home_header_logo img {
	margin: 0 !important;
	display: block;
	max-height: 70px;
	object-fit: contain;
}

.new_home_header .training_carousel_inside {
	width: 100%;
}

.home_header_logo_text img {
	margin-bottom: 8px;
}

.new_home_header .carousel_slides {
	background-color: white;
	border: 0.5px solid #979797;
}

.new_home_header .carousel_bottom > * {
	flex: 0 0 calc(50% - 10px);
}

.new_home_header .training_details {
	margin-bottom: 5px;
}

.new_home_header .sidebar_heading {
	font-size: 22px;
	margin-bottom: 0;
}

.new_home_header .phone_sidebar a {
	font-size: 22px;
}

.new_home_header .phone_sidebar {
	margin-bottom: 20px;
	margin-top: 13px;
}

.new_home_header .links_sidebar img {
	max-width: 134px;
}

.new_home_header a.brochure_sidebar {
	margin-bottom: 12px !important;
}

.new_home_header .links_sidebar a {
	font-size: 16px;
}

.start_guarantees_list li {
	padding-left: 0;
	background: none;
	margin-bottom: 3.5px;
}

.start_training_link {
	display: flex;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

.start_training_link:hover {
	color: #3C8D3F;
	text-decoration: none;
}

.start_training_title {
	text-decoration: underline;
}

ul.start_guarantees_list {
	border: 1px solid #EFEFEF;
	max-height: 93px;
	overflow: auto;
	padding: 5px;

	/* Styling for the scrollbar */
	scrollbar-width: thin; /* For Firefox */
	scrollbar-color: #D8D8D8 #e5e5e5; /* For Firefox: thumb and track color */
}

/* For Webkit browsers */
.start_guarantees_list::-webkit-scrollbar {
	width: 8px; /* Width of the scrollbar */
}

.start_guarantees_list::-webkit-scrollbar-track {
	background: #e5e5e5; /* Color of the track */
}

.start_guarantees_list::-webkit-scrollbar-thumb {
	background-color: #D8D8D8; /* Color of the scrollbar thumb */
	border-radius: 10px; /* Rounded corners on the scrollbar thumb */
}

.start_training_date {
	margin-left: auto;
	margin-right: 10px;
}

@media (max-width: 1199px) and (min-width: 768px) {
	.start_training_link {
		font-size: 11px;
	}

	.category_photo {
		flex: 1 0 250px;
	}

	.category_name {
		font-size: 15px;
		padding-right: 15px;
		flex: 1 0 150px;
	}

	.why_spiraltrain h3 {
		font-size: 20px;
	}

	.new_home_header .sidebar_heading {
		font-size: 17px;
	}

	.new_home_header .phone_sidebar a {
		font-size: 17px;
	}

	.overzicht_home a {
		font-size: 14px;
	}

	.overzicht_home p a {
		min-height: 0;
	}

	.inschrijven {
		font-size: 20px;
	}

	.overzicht_home a br {
		display: none;
	}

	.overzicht_home p a {
		min-height: 57px;
	}

	.training_list ul {
		font-size: 14px;
	}

	.home .kopje.lijn {
		font-size: 13px;
	}
}

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

	#home_header .vc_row-has-fill {
		min-height: 436px;
	}

	.more_list {
		display: none;
	}

	.old_home {
		display: none;
	}
}

@media (max-width: 767px) {
	.new_home {
		display: none;
	}

	.overzicht_home .vc_col-sm-3:nth-child(2n+1),
	.overzicht_home .vc_col-sm-1:nth-child(2n+1) {
		clear: both;
	}

	.overzicht_home a {
		font-size: 16px;
	}

	html, body {
		overflow-x: hidden;
	}
	body {
		position: relative
	}

	.overzicht_home .vc_col-sm-3,
	.overzicht_home .vc_col-sm-1 {
		width: 50%;
		float: left;
	}

	.overzicht_home .wpb_column > div {
		padding-left: 0;
		padding-right: 0;
	}

	.overzicht_home {
		padding-top: 0;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}


	.overzicht_home > .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#midden .overzicht_home .vc_row {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	.overzicht_home .wpb_column > div > div {
		margin-bottom: 0;
		margin-top: 0;
	}

	.first_sidebar {
		padding-left: 30px;
		padding-right: 30px;
	}

	.alle_trainingen {
		margin-bottom: 25px !important;
	}

	.training_list ul.folded {
		max-height: 270px;
	}

	.training_list ul {
		overflow: hidden;
		position: relative;
	}

	.training_list ul:not(.folded) .more_list {
		display: none;
	}

	.more_list {
		cursor: pointer;
		position: absolute;
		bottom: 0;
		text-align: center;
		left: 0;
		width: 100%;
		color: #3C8D3F;
		font-size: 18px;
		line-height: 1.2;
		text-decoration: underline;
		z-index: 1;
		background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
		height: 97px;
	}

	.text_more_list {
		position: absolute;
		bottom: 5px;
		text-decoration: underline;
		width: 100%;
		text-align: center;
	}

	.second_sidebar {
		margin-bottom: 40px;
	}
}

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

.small_tiles_home em {
	display: none;
}

.small_tiles_home .overzicht_home a {
	font-size: 14px;
	min-height: 0;
	text-align: left;
}

.small_tiles_home .overzicht_home a br {
	display: none;
}

.small_tiles_home .wpb_single_image {
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translate(0, -50%) !important;
}

.small_tiles_home .overzicht_home img {
	position: static;
	transform: none !important;
	-webkit-transform: none;
	width: 22px;
}

.small_tiles_home .overzicht_home .wpb_single_image {
	min-height: 0;
	line-height: 1;
}

.small_tile_homes .overzicht_home .wpb_column > div > div {
	padding-bottom: 10px;
}

.small_tiles_home .overzicht_home .wpb_single_image {
	margin-bottom: 0;
	margin-top: 0;
}

.small_tiles_home .overzicht_home .wpb_column > div > div {
	padding-bottom: 0;
	margin-bottom: 0;
}

.small_tiles_home .overzicht_home .vc_row {
	margin-bottom: 0 !important;
}

.small_tiles_home .overzicht_home .wpb_column > div {
	padding: 0;
}

.small_tiles_home .hover_category_home {
	cursor: pointer;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.3) !important;
}

.small_tiles_home .overzicht_home p a:after {
	background-size: cover;
	width: 4px;
	height: 6px;
	position: absolute;
	right: 42px;
	top: 50%;
	transform: translate(0, -50%);
}

.small_tiles_home .overzicht_home .wpb_column > div > div {
	border: 2px solid transparent;
}

.small_tiles_home .overzicht_home p a {
	padding: 0 12px;
}

.small_tiles_home .overzicht_home .wpb_column > div > div {
	margin-top: 0;
}

.small_tiles_home .overzicht_home .wpb_text_column {
	padding: 5px 0;
}

.small_tiles_home img[src*=test.jpg] {
	position: relative;
	top: 2px;
}

.small_tiles_home img[src*=test],
.small_tiles_home img[src*="http@"] {
	position: relative;
	top: 4px;
	left: 0;
}

#midden .small_tiles_home .vc_row {
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 1199px) and (min-width: 768px) {
	.small_tiles_home .overzicht_home a {
		font-size: 11px;
		padding: 0 5px !important;
	}

	.small_tiles_home .overzicht_home img {
		width: 19px;
	}

	.training_details {
		font-size: 11px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.new_home_header .carousel_bottom {
		flex-direction: column;
	}

	.logos_col {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.slider_col {
		display: none;
	}

	.category_photo {
		flex: 1 0 200px;
	}

	.home_header_logo {
		width: 50px;
		height: 50px;
	}

	ul.home_header_logos {
		padding: 0;
	}

	.small_tiles_home .overzicht_home a {
		font-size: 9px;
		padding: 0 3px !important;
	}

	.small_tiles_home .overzicht_home p a:after {
		display: none;
	}

	.small_tiles_home .wpb_single_image {
		right: 5px;
	}

	.small_tiles_home .overzicht_home img {
		width: 17px;
	}
}

@media (max-width: 767px) {
	.small_tiles_home .vc_col-sm-3 {
		width: 100%;
		float: none;
	}

	.small_tiles_home .overzicht_home a {
		font-size: 18px;
		line-height: 1.55;
	}

	.small_tiles_home em {
		display: inline;
	}

	.small_tiles_home .overzicht_home .wpb_text_column {
		padding: 17px 0;
	}

	.small_tiles_home .overzicht_home p a:after {
		width: 8px;
		height: 12px;
		right: 62px;
	}

	.small_tiles_home .overzicht_home img {
		width: 32px;
	}

	#midden .small_tiles_home .vc_row {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 359px) {
	.small_tiles_home .overzicht_home a {
		font-size: 17px;
	}
}

.home_list img {
	float: none;
	width: 150px;
	padding: 0;
	margin: 0;
}

.cursuslijst.home_list td:first-child {
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
}

.cursuslijst.home_list td:last-child {
	width: auto;
}

.home_list .table_row_hover,
.home_list .table_row_hover a {
	font-weight: normal;
	color: #666666;
}

.home_list .more-link:active,
.home_list .more-link:focus,
.home_list .more-link:hover {
	color: white;
}

.home_list a.more-link {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

@media (max-width: 499px) {
	.home_list table,
	.home_list tbody,
	.home_list tr,
	.home_list td {
		display: block;
	}

	.home_list td {
		width: 100%;
	}

	.home_list tr {
		margin-bottom: 35px;
		border: 1px solid #DCDCDC;
		overflow: hidden;
		padding: 10px;
	}

	.home_list td {
		border: none !important;
		padding: 0;
	}

	.cursuslijst.home_list td:first-child {
		text-align: center;
		width: 100%;
	}

	.home_list img {
		width: 250px;
	}
}

.home_list td {
	font-size: 14px;
}
