/*
Theme Name: FMT
Theme URI: https://nielsvr.nl
Description: Thema voor FMT — multi-locatie (Leiden, Nieuw Zuid, Peesexpertise, Werken bij)
Author: Niels van Renselaar
Author URI: https://nielsvr.nl
Version: 2.2.8
*/

#help-text {
	display: none;
}

.advice-wrapper {
	display: none;
}

.advice-sub {
	display: none;
}

.advice-sub.active,
.advice-wrapper.active {
	display: block;
}

.back-to-top {
	text-align: center;
	padding: 20px 0;
}

.whatsapp {
	display: none;
}


.logo-other {
	position: absolute;
	bottom: -20px;
	left: 150px;
	width: 80px;
}

.logo-other:hover {
	opacity: 0.8;
}

.logo-other img {
	width: 80px;
	height: auto;
	display: inline-block;
}

@media(max-width: 768px) {
	.logo-other {
		left: 90px;
		width: 70px;
		bottom: -35px;
	}
}