
.fl-page-content,
footer{
    position: relative;
    z-index: 1;
}


body h1, body h2, body h3, body h4, body h5, body h6, body p{
    margin: 0;
}

dun{
    font-weight: 400;
}

smile{
	display: inline-block;
}
smile:after{
	content: "";
	display: block;
	position: relative;
	left: 50%;
	translate: -50%;
	background-color: currentColor;
	mask: url('/wp-content/uploads/2025/05/smile.svg') no-repeat center/contain;
	-webkit-mask: url('/wp-content/uploads/2025/05/smile.svg') no-repeat center/contain;
	width: 62%;
	aspect-ratio: 1 / .24;
	pointer-events: none;
}


.socials{
	display: flex;
	flex-wrap: wrap;
	gap: 12px 8px;
}
.socials .social{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
}
.socials .social:after{
	content: "";
	position: absolute;
	transition: opacity .3s ease-in-out;
	pointer-events: none;
	background: var(--tt-verloop);
	width: 100%;
	height: 100%;
	z-index: 0;
	border-radius: inherit;
	opacity: 0;
}
.socials .social .icon{
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 20px;
	height: 20px;
	background-color: var(--tt-wit);
	background: var(--tt-verloop);
}

.socials .social.whatsapp .icon{
	-webkit-mask: url('/wp-content/uploads/2025/05/Group.svg') no-repeat center/contain;
	mask: url('/wp-content/uploads/2025/05/Group.svg') no-repeat center/contain;
}

.socials .social.linkedin .icon{
	-webkit-mask: url('/wp-content/uploads/2025/05/Vector.svg') no-repeat center/contain;
	mask: url('/wp-content/uploads/2025/05/Vector.svg') no-repeat center/contain;
}

.socials .social.x .icon{
	-webkit-mask: url('/wp-content/uploads/2025/05/x.svg') no-repeat center/contain;
	mask: url('/wp-content/uploads/2025/05/x.svg') no-repeat center/contain;
}

.socials .social.mail .icon{
	-webkit-mask: url('/wp-content/uploads/2025/05/mail.svg') no-repeat center/contain;
	mask: url('/wp-content/uploads/2025/05/mail.svg') no-repeat center/contain;
}

.socials .social:hover:after,
.socials .social:focus:after{
	opacity: 1;
}

.socials .social:hover .icon,
.socials .social:focus .icon{
	background: var(--tt-wit);
}

ul.menu .menu-item.no_click{
	pointer-events: none;
}