/* Custom CSS */


/* Vacature overzicht */
.wx-sidebar-top {
	margin-bottom: 4rem;
}

.wx-sidebar-top .page-aside {
	padding-right: 0px;
}
.wx-sidebar-top .list--sectors {
	display: flex;
	column-gap: 1rem;
	row-gap: .5rem;
	padding-left: .5rem;
	padding-right: .5rem;
}
.wx-sidebar-top .list--sectors li a {
	margin-bottom: 0px;
	padding: .75rem;
}

.wx-custom-columns .list-item a.has-image {
	display: flex;
	flex-flow: row;
	column-gap: 2rem;
}

a.has-image .wx-col-left img {
	height: 100%;
	width: 180px;
	object-fit: cover;
	border-radius: 0px;
}

a.has-image .wx-col-right {
	padding-top: 10px;
	padding-bottom: 10px;
	width: calc(100% - 180px - 2rem);
}

.wx-custom-columns .page-content .page-title {
	text-align: left;
}

.wx-content .sidebar--right h2 {
	text-align: left;
	font-size: 1.4rem;
	padding-top: .75rem;
}

@media screen and (max-width: 991px) {
	.wx-sidebar-top {
		margin-bottom: 2rem;	
	}
	
	.wx-sidebar-top .list--sectors {
		display: flex;
		column-gap: 1rem;
		row-gap: .5rem;
		flex-wrap: wrap;
		padding-left: .75rem;
		padding-right: .75rem;
	}
	a.has-image .wx-col-left img {
		width: 100%;
		height: 200px;
	}
	a.has-image .wx-col-right {
		width: 100%;
	}
	.wx-custom-columns .list-item a.has-image {
		flex-flow: column;
	}
	.wx-sidebar-top .list--sectors li a {
		padding: .5rem;	
	}
}

@media screen and (max-width: 576px) {
	a.has-image .wx-col-left img {
		height: 140px;
	}
}
/* /vacature overzicht */