:root{
	--footerHeight: 500px;
	--footerBottomHeight: 60px;
}
footer{
	background-color: var(--themePrimaryDark);
	min-height:var(--footerHeight);
	padding:0;
	color: white;
	padding: 4rem 0 0;
}
footer h3{
	font-weight: 500;
	font-size: 12px;
}
footer p{
	color:white;
	font-size: 13px;
}
footer table p{
	margin:0;
}
footer table{
	margin:0 -4px;
	width:100%;
}
footer table td{
	padding:2px 4px;
}
footer .footerBottomBar{
	background-color: var(--themeSecondary);
	height:var(--footerBottomHeight);
	width:100%;
	max-width:100%;
	margin:0;
}
footer .footerBottomBar .container,
footer .footerBottomBar .container > div{
	height:100%;
}
footer .footerBottomBar .htmlblok{
	display:flex;
	justify-content: flex-start;
	gap: 4rem;
	align-items: center;
	height: 100%;
}
footer .footerBottomBar .htmlblok p{
	margin:0;
}
footer .footerBottomBar .htmlblok a{
	color:white;
}

@media screen and (max-width:820px){
	footer .footerBottomBar{
		height:auto;
	}

	footer .footerBottomBar .htmlblok{
		flex-direction: column;
		gap: 0;
		padding:10px 0;
	}
	footer .footerBottomBar .htmlblok p{
		gap: 6px;
		height:30px;
		display:inline-flex;
		align-items:center;
		flex-direction: row;
	}
}
#map {
	width: 100%;
	height: auto;
	aspect-ratio:16/9;
	border: 1px solid #ccc;
}


@media screen and (max-width:769px){
	footer [html-tag='locatie-02'] p,
	footer [html-tag='locatie-01'] p{
		font-size:13px;
	}
}