/* FOOTER - footer.php */
footer.datic-site-footer,
footer {
	border-top: 1px solid #c0c0c0;
	background-color: #dbdbdb;
	width: 100%;
	position: relative;
	bottom: 0;
	left: 0;
	color: #818a91 !important;
}

footer .fa-circle {
	color: #3b5998 !important;
}

footer .fa-facebook {
	color: #fff;
}

footer .fa-info {
	color: #818a91 !important;
}

footer a {
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	float: none;
	font-weight: 400;
	color: #818a91;
}

.datic-site-footer__inner {
	padding: 0.35rem 0.75rem;
}

/* ---- Mobiel: dunne 1-regel ---- */
.datic-site-footer__mobile {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-height: 2rem;
	line-height: 1.2;
	white-space: nowrap;
}

.datic-site-footer__mobile a {
	padding: 0.25rem 0.4rem;
	font-size: 0.85rem;
	height: auto;
	display: inline;
}

.datic-site-footer__sep {
	color: #9a9a9a;
	user-select: none;
}

@media (max-width: 767px) {
	footer.datic-site-footer.navbar-fixed-bottom,
	footer.datic-site-footer {
		padding: 0 !important;
		min-height: 0;
	}
	footer.datic-site-footer .datic-site-footer__inner {
		padding: 0.2rem 0.5rem;
	}
}

/* ---- Desktop / tablet ---- */
.datic-site-footer__desktop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	min-height: 3rem;
	padding: 0.35rem 0;
}

.datic-site-footer__brand {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
}

.datic-site-footer__logo-link {
	padding: 0;
	line-height: 0;
}

.datic-site-footer__logo {
	height: 28px;
	width: auto;
	display: block;
	opacity: 0.92;
}

.datic-site-footer__copy {
	font-size: 0.85rem;
	white-space: nowrap;
}

.datic-site-footer__links {
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.datic-site-footer__links a {
	padding: 0.25rem 0.65rem;
}

.datic-site-footer__social {
	display: flex;
	align-items: center;
}

.datic-site-footer__social a {
	padding: 0;
}

@media (max-width: 543px) {
	hr {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width: 576px) {
	#landing-navigation .navbar-brand {
		margin-right: 0;
	}
}
