.home-hoofdlijnen {
	height: 325px;
	margin-top: 270px;
	background-color: #c8eff8;
}
.home-hoofdlijnen .container {
	top: -189px;
	max-width: 1265px;
}

.home-hoofdlijnen h2 {
	font-size: 36px;
	color: #515256;
	line-height: 1.1;
	font-weight: 300;
	text-align: center;

	margin: 0 0 50px;
}

.home-hoofdlijnen .hoofdlijn-item {
	width: calc(33.333% - 23.333px);
}
.home-hoofdlijnen .hoofdlijn-item .top {
	font-size: 26px;
	line-height: 31px;

	background-size: 60px auto;
	border-bottom: 9px solid #fff;
}
.home-hoofdlijnen .hoofdlijn-item:not(:last-child) {
	margin-right: 35px;
}

@media screen and (max-width: 1300px) {
	.home-hoofdlijnen {
		height: 21vw;
	}
	.home-hoofdlijnen .hoofdlijn-item {
		width: calc(33.333% - 13.333px);
	}
	.home-hoofdlijnen .hoofdlijn-item:not(:last-child) {
		margin-right: 20px;
	}
	.home-hoofdlijnen .hoofdlijn-item .top {
		font-size: 2.1vw;
		line-height: 1.1;
	}
	.home-hoofdlijnen .hoofdlijn-item .subtitle {
		font-size: 23px;
		font-size: 2vw;
		line-height: 1.4;
	}
}
@media screen and (max-width: 1024px) {
	.home-hoofdlijnen .container {
		top: -210px;
	}
	.home-hoofdlijnen .hoofdlijn-item .top {
		font-size: 20px;
		line-height: 1.2;

		background-size: 25px auto;
	}
	.home-hoofdlijnen .hoofdlijn-item .subtitle {
		top: 20px;
		left: 20px;
		right: 20px;
	}
}
@media screen and (max-width: 1000px) {
	.home-hoofdlijnen .container {
		top: -216px;
	}
	.home-hoofdlijnen .hoofdlijn-item .subtitle {
		display: none;
	}
	.home-hoofdlijnen .hoofdlijn-item .top {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.home-hoofdlijnen {
		height: auto;
		margin-top: 50px;
		padding-top: 50px;
	}
	.home-hoofdlijnen .container {
		top: 0;
	}
	.home-hoofdlijnen h2 {
		font-size: 29px;
	}
	.home-hoofdlijnen .hoofdlijn-item .top {
		font-size: 19px;

		border-bottom: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.home-hoofdlijnen .hoofdlijn-item {
		width: 100%;
	}
	.home-hoofdlijnen .hoofdlijn-item .image {
		display: none;
	}
	.home-hoofdlijnen .hoofdlijn-item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}
}
