/* CSS-Rules to select "MaisonNeue-Book" */

html body .text-font__maisonneue-book {
	font-family: "MaisonNeue-Book", "Helvetica", sans-serif !important;
}

/* CSS-Rules to select "MaisonNeueExtended-Medium" */

html body .text-font__maisonneue-extended-med {
	font-family: "MaisonNeueExtended-Medium", "Helvetica", sans-serif !important;
}

.elementor-heading-title {
	font-family: "MaisonNeueExtended-Medium", "Helvetica", sans-serif !important;
}

/* CSS-Rules to select "NeueHaasGroteskRegular" */

html body .text-font__neue-haas-grotesk-regular {
	font-family: "NeueHaasGroteskRegular", "Helvetica", sans-serif !important;
}

/* Adjust font family of footer menu items */

.footer-content.section a {
	font-family: "MaisonNeue-Book", "Helvetica", sans-serif !important;
}

/* Borlabs Cookie Banner */

#BorlabsCookieBox ._brlbs-flex-center {
	flex-direction: column;
}

#BorlabsCookieBox.BorlabsCookie .cookie-logo {
	max-width: 200px;
	margin: 2rem auto;
}

