/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2025 | 10:24:48 */
/*
 * ╔═════════════════════════════════╗
 * ║        Melding in header        ║
 * ╚═════════════════════════════════╝
 */
.nextarchive_header_melding {
	background-color: #BF7C00; 
	padding: 10px; 
	position: relative; 
	text-align: center;
}
.nextarchive_header_melding .nextarchive_header_melding_tekst {
	display: inline-block; 
	color: #fff; 
	font-size: 12px;
}
.nextarchive_header_melding #melding_sluiten {
	position: absolute; 
	right: 10px; 
	top: 50%; 
	transform: translateY(-50%); 
	cursor: pointer; 
	color: #fff; 
	font-weight: bold;
}
@media only screen and (max-width: 1200px) {
	.nextarchive_header_melding {
		margin-top: 50px;
	}
	#wrapper-container {
		padding-top: 0px !important;
	}
}

.header-mailchimp .mailchimp-formulier .email-mailchimp,
.searchform.urna-ajax-search input {
	color: #F9F9F9 !important;
}
.survey-icoon::before {
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	content: "\f105";
  	margin-right: 8px !important;
	color: #F9F9F9;
}
.enquete-label {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #FF9800;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 4px 0 0 4px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 16px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}
.enquete-label:hover {
	opacity: 0.9;
	color: #FFFFFF;
}
