/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 01 2026 | 06:46:31 */
/* WEBSITE MELDING */
/* pas aan per site aan dat aansluit bij de huisstijl */
.website-melding {
	background: var(--e-global-color-accent);
	padding: 10px;
}

.website-melding p,
.website-melding a{
	font-size: 0.9rem;
	font-family: var(--e-global-typography-text-font-family);
	font-weight: 400;
	line-height: 1.4rem;
	color: var(--e-global-color-a9a344a);
	text-align: center;
}

.website-melding p{
	margin: 0px;
}

.website-melding a{
	text-decoration: underline;
}

header,
.elementor-location-header{
	position: relative !important;
}