@charset "UTF-8";
/* CSS Document */

.shd-background {
	background-color: var(--shd-light);
}

.top-footer {
	grid-template-columns: 1fr 1fr;
	margin-top: 100px;
	padding: 0 25px;
	gap: 100px;
}

.top-footer .text-box {
	padding: 10px 0;
	max-width: 540px;
	justify-self: end;
}

.top-footer img {
	width: 100%;
	max-height: 550px;
	object-fit: cover;
	object-position: top;
	margin-top: -10%;
	max-width: 45vw;
}

.top-footer h2 {
	font-size: 36px;
	line-height: 46px;
}

.donkere-footer .content {
	grid-template-columns: 0.25fr 1fr;
	padding: 80px 0px 30px 0px;
	gap: 50px;
	align-items: start;
}

.donkere-footer .content .menus {
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
	align-items: start;
}

.donkere-footer .content a {
	text-decoration: none;
	color: var(--white);
}

.donkere-footer .bedrijf {
	gap: 30px;
}

.donkere-footer .bedrijf h6 {
	margin: 0;
	font-size: 14px;
}

.donkere-footer .bedrijf img {
	max-height: 50px;
}

.donkere-footer .menu {
	align-items: start;
}

.donkere-footer .menu h4 {
	margin: 0;
	color: var(--act-primary);
	font-size: 20px;
}

.donkere-footer .menu ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.donkere-footer .socials {
	gap: 5px;
	margin-top: 5px;
}

.donkere-footer .disclaimer {
	padding: 20px;
	border-top: 1px solid var(--act-dark);
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	font-weight: normal;
	color: rgba(255,255,255,0.7);
}

@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {
    .top-footer {
		grid-template-columns: 1fr;
		gap: 0;
	}
	
	.top-footer img {
		grid-row: 1;
		max-width: 40%;
		justify-self: center;
		margin-top: -20%;
	}
	
	.top-footer .text-box {
		padding: 50px 0;
		max-width: 100%;
		justify-self: unset;
	}
	
	.donkere-footer .content .menus {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 768px) {
	.top-footer h2 {
		font-size: 24px;
		line-height: 30px;
	}
	
	.donkere-footer .content {
		grid-template-columns: 1fr;
	}
	
	.donkere-footer .content .menus {
		grid-template-columns: 1fr;
	}
}