.hoofdlijn-item {
	vertical-align: top;
	display: inline-block;
	background-color: #ccc;
	width: calc(33.333% - 13.333px);
}
.hoofdlijn-item:hover .image button {
	background-color: #fff !important;
	background-image: url(/static/img/arrow-right-black.svg);
}

.hoofdlijn-item.erfgoed .top,
.hoofdlijn-item.erfgoed .image,
.hoofdlijn-item.erfgoed .image button {
	background-color: #ff773b;
}

.hoofdlijn-item.omgeving .top,
.hoofdlijn-item.omgeving .image,
.hoofdlijn-item.omgeving .image button {
	background-color: #5530c9;
}

.hoofdlijn-item.leefomgeving .top,
.hoofdlijn-item.leefomgeving .image,
.hoofdlijn-item.leefomgeving .image button {
	background-color: #9fd355;
}

.hoofdlijn-item .top {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;

	padding: 30px 75px 30px 20px;

	background-size: 32px auto;
	background-repeat: no-repeat;
	background-position: right 20px center;
}

.hoofdlijn-item .image {
	height: 0;
	position: relative;
	padding-top: 65.37%;

	background-size: cover;
	background-blend-mode: multiply;
	background-position: center center;
}
.hoofdlijn-item .subtitle {
	position: absolute;
	top: 44px;
	left: 44px;
	right: 44px;

	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 34px;
}
.hoofdlijn-item.omgeving .subtitle,
.hoofdlijn-item.erfgoed .subtitle {
	max-width: 255px;
}
.hoofdlijn-item .image button {
	position: absolute;
	bottom: 10px;
	right: 10px;

	width: 50px;
	height: 50px;
}
