body {
	background-color: #efefef;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	line-height: 1.8;
	padding-top: 70px;
}

/* Local Nunito Font */
@font-face {
	font-family: 'Nunito';
	src: url('/assets/fonts/Nunito/Nunito-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito';
	src: url('/assets/fonts/Nunito/Nunito-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito';
	src: url('/assets/fonts/Nunito/Nunito-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Nunito';
	src: url('/assets/fonts/Nunito/Nunito-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

/* Local Roboto Font */
@font-face {
	font-family: 'Roboto';
	src: url('/assets/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('/assets/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('/assets/fonts/Roboto-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('/assets/fonts/Roboto-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}


input, textarea, dd, select, label {
	cursor: pointer;
	font-size: 16px;
}
select {
	margin: 0;
}
i {
	cursor: pointer;
	font-size: 13px;
}
fieldset legend {
	background-color: #f9f9fa;
}
input[type=text], input[type=password], .prefix {
	height: 36px;
	font-size: 11px;
	line-height: 32px;
}
input[type=checkbox], input[type=radio] {
	vertical-align: -2px;
}

.grid-item--width2 { width: 100%; }
.btn {
	margin-top: 2px;
	padding: 4px 18px;
	height: 32px;
	font-size: 0.875rem;
	cursor: pointer;
}
.sign {
	border-radius: 8px;
	margin: 0 6px 0 0;
	padding: 2px 10px;
	color: white;
	font-size: 0.8rem;
	cursor: pointer;
}
.sign:hover {
	color: #f4f4f4;
}

/* TOP BAR - MODERN CALENDAR STYLE */
.top-bar {
	background: linear-gradient(135deg, #008cba 0%, #008cba 100%) !important;
	box-shadow: 0 2px 8px rgba(0, 140, 186, 0.12);
	border: none;
	padding: 0 !important;
	transition: box-shadow 0.3s ease;
	min-height: 70px !important;
}

[data-sticky-container] {
	position: relative;
	z-index: 100;
}

.sticky {
	z-index: 100 !important;
}

.sticky .top-bar {
	background: linear-gradient(135deg, #008cba 0%, #008cba 100%) !important;
	box-shadow: 0 4px 16px rgba(0, 140, 186, 0.15);
}

.top-bar:hover {
	box-shadow: 0 4px 16px rgba(0, 140, 186, 0.15);
}

.top-bar-left {
	flex: 0 0 auto;
}

.top-bar-right {
	flex: 1;
	justify-content: flex-end;
	padding-right: 20px;
	gap: 50px;
}

.top-bar .menu li {
	padding: 0 !important;
	margin: 0 8px !important;
}

.nav-button > a,
.top-bar-section ul li > a {
	padding: 10px 18px !important;
	color: white !important;
	font-family: Nunito;
	font-weight: 500;
	font-size: 1.1em !important;
	background: transparent !important;
	border-bottom: 3px solid transparent;
	border-radius: 0 !important;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	appearance: none;
	transition: none !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	height: auto !important;
	line-height: auto !important;
}

.nav-button > a:before,
.top-bar-section ul li > a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #D88C78;
	transition: width 0.3s ease;
}

.nav-button > a:hover,
.nav-button > a:focus,
.top-bar-section ul li > a:hover,
.top-bar-section ul li > a:focus {
	background-color: rgba(255, 255, 255, 0.08) !important;
	color: #fff !important;
	transform: none !important;
	-webkit-transform: none !important;
	padding: 10px 18px !important;
}

.nav-button > a:hover:before,
.nav-button > a:focus:before,
.top-bar-section ul li > a:hover:before,
.top-bar-section ul li > a:focus:before {
	width: 100%;
}

.nav-button > a.active:before,
.top-bar-section ul li > a.active:before {
	width: 100% !important;
}

.nav-button > a.active,
.top-bar-section ul li > a.active {
	background-color: rgba(255, 255, 255, 0.08) !important;
}

.nav-button > a.active:before,
.top-bar-section ul li > a.active:before {
	transition: none;
}

.top-bar-section > ul > .divider {
	border-right: solid 1px rgba(255, 255, 255, 0.15) !important;
	height: 44px;
	margin: 0;
}

.top-bar .title-bar {
	position: fixed;
	height: 44px;
	padding-top: 6px;
	width: 100%;
	background: linear-gradient(135deg, #008cba 0%, #0074a8 100%);
	box-shadow: 0 4px 16px rgba(0, 140, 186, 0.15);
	border: none;
}

.title-bar-title {
	color: white;
	font-weight: 600;
	font-size: 16px;
}

.menu-icon {
	margin-right: 16px;
}

.fi-magnifying-glass {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	display: inline-block;
}
/* END TOP BAR */

/* COLOR PRESETS*/
.primary {
	background-color: #008cba !important;
}
.primary-link {
	color: #008cba !important;
}

.primary-button, .primary-button:active, .primary-button:visited {
	color: white !important;
	background-color: transparent !important;
	padding: 10px 20px !important;
	font-weight: 500 !important;
	border: none !important;
	height: auto !important;
	line-height: normal !important;
}
.primary-button, .primary-button:active, .primary-button:visited {
	color: white;
	background-color: transparent !important;
	padding: 10px 20px !important;
	font-weight: 500;
	border: none;
	transition: all 0.3s ease;
	border-bottom: 3px solid transparent;
}

.primary-button:hover {
	color: white !important;
	background-color: rgba(255, 255, 255, 0.1) !important;
	border-bottom-color: #5dd9ff;
}
.secondary {
	background-color: #3ECBC9 !important;
}
.tertiary {
	background-color: #ffd7c7 !important;
}
.accent {
	background-color: #FD4135;
	color: white;
}
.accent-text {
	color: #FD4135;
}
.accent-text:hover {
	color: #FE4234;
}
.accent-link {
	background-color: #FD4135 !important;
	border-radius: 8px !important;
	padding: 10px 24px !important;
	font-weight: 500;
	font-size: 0.8em !important;
	transition: none !important;
	box-shadow: 0 2px 8px rgba(253, 65, 53, 0.2) !important;
}
.accent-link:hover {
	background-color: #de2c2c !important;
	box-shadow: 0 4px 16px rgba(253, 65, 53, 0.3) !important;
}

.zoekinput {
	border-radius: 8px !important;
	border: 1px solid #e8eef5 !important;
	padding: 10px 16px !important;
	font-size: 1.2em !important;
	transition: none !important;
}

.zoekinput:focus {
	border-color: #008cba !important;
	box-shadow: 0 0 0 3px rgba(0, 140, 186, 0.1) !important;
	outline: none !important;
}

.input-group {
	gap: 8px !important;
	display: flex !important;
}
.white {
	background-color: white;
}
.white-text{
	color: white;
}

.smallfont li {
	font-size: 12px !important;
}
/* SIZES PRESETS */
.size-12 { font-size: 12px; }

.size-14 { font-size: 14px; }

.size-16 { font-size: 16px; }

.size-18 { font-size: 18px; }

.size-21 { font-size: 21px; }

.size-24 { font-size: 24px; }

.size-36 { font-size: 36px; }

.size-48 { font-size: 48px; }

.size-60 { font-size: 60px; }

.size-72 { font-size: 72px; }

/* FOUNDATION CORRECTIONS IN ROW */
.row {
	max-width: 100%;
}
.columns {
	min-height: 1px;
}

/* CARDS UI */
.card .right-o {
    float: right;
    clear: both;
}
.card-content ul li {
	font-size: 14px;
}
.card {
    position:relative;
	background-color: white;
	box-shadow: 0 2px 8px rgba(0, 140, 186, 0.08);
	border-radius: 12px;
	border: 1px solid #e8eef5;
    margin:1.6em 0.8em 0 0.8em;
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card:hover {
	box-shadow: 0 4px 16px rgba(0, 140, 186, 0.12);
	transform: translateY(-2px);
}

.card-board {
	background-color: #efefef;
	border-top: 1px solid #cccccc;
	padding: 1em;
}

.card-title {
	background: linear-gradient(135deg, #87bfd1 0%, #81b6ce 100%);
	color: white;
    border-bottom: none;
	font-family: 'Nunito';
	font-size: 1.3em;
	padding: 8px 20px;
	font-weight: 600;
}
.card-content {
    padding: 1rem;
    overflow:auto;
}
.card-list-item{
    border-bottom: 1px solid #efefef;
    padding: 1em 1em;
}
.card-list-item-content{
    padding: 0 0 0 1em;
}
.card-list-item-share{
    float:right;
    vertical-align:top;
    display:none;
}
.card-list-item:hover .card-list-item-share{
    display:block;
}
.card-list-item-share i{
    color: #cbcbcb;
}
.card-list-item-share i:hover{
    color: #000000;
}
.card-addon {
	position: absolute;
	padding: 0.6em 3em;
	bottom: 1px;
	z-index: 10;
}
.card-header {
	padding: 0.4em;
}
.date-button {
    color:#ffffff;
    text-align:center;
    padding: 0.5em 1.0em;
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    border-radius: 100%;
    text-transform: uppercase;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}
.block {
	color: #ffffff;
    text-align:center;
    padding: 0.5em 1.0em;
    text-transform: uppercase;
}

.pagination li {
   display: inline-block; 
}

/*slider slick*/
.flag {
	position: absolute;
	color: white;
	padding: 8px 40px;
	height: 40px;
	top: 10px;
	left: -15px;
	z-index: 10;
	font-size: 1.2em;
}
.slick-dots {
	z-index: 10;
}
.slick-slider {
	margin: 0;
}
.slick-prev:before, .slick-next:before {
	color: #FD4135 !important;
	font-size: 28px;
}
.slick-prev {
	left: 14px !important;
}
.slick-next {
	right: 22px !important;
}
.slider-item {
    padding: 2em;
}
.slick-dots {
	position: absolute;
	top: 80%;
	left: 20%;
	margin: 0;
	bottom: 0;
}
.dagen-menu{
    margin: 0 1em;
}
.menu a {
	padding: 0.8rem !important;
}
/*slider slick*/


/*FOOTER*/
footer {
	background: linear-gradient(135deg, #1a2a3a 0%, #243d52 100%);
	margin-top: 60px;
	font-family: 'Nunito';
}

footer .card.footer {
	background: transparent;
	box-shadow: none;
	border: none;
	margin: N0;
}

footer .card-content {
	padding: 3px 20px;
	color: white;
}

footer a {
	color: #5dd9ff;
	text-decoration: none;
	transition: all 0.3s ease;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer ul.menu {
	margin: 0;
	display: flex;
	justify-content: center;
	gap: 0;
	flex-wrap: wrap;
}

footer ul.menu li {
	padding: 0 12px;
	list-style: none;
}

footer ul.menu li a {
	padding: 0;
}

.footer-icon {
	width: 32px;
	height: 32px;
	display: inline-block;
	transition: all 0.3s ease;
	opacity: 0.9;
	filter: brightness(1);
}

.footer-icon:hover {
	opacity: 1;
	filter: brightness(1.2);
	transform: scale(1.1);
}

footer .ondertitel {
	margin: 20px 0 0 0;
	font-size: 12px;
	color: #a0b5c8;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20px;
}

/*COOKIE FOOTER*/
.cookiefooter {
	position: fixed;
	bottom: 0;
	height: auto;
	background: linear-gradient(135deg, #008cba 0%, #0074a8 100%);
	padding: 16px 20px;
	font-size: 14px;
	border-top: none;
	width: 100%;
	color: white;
	box-shadow: 0 -4px 16px rgba(0, 140, 186, 0.2);
	z-index: 999;
}

.cookiefooter a {
	color: #fff;
	text-decoration: underline;
	font-weight: 500;
}

.cookiefooter .button {
	margin-left: 16px;
	background-color: white;
	color: #008cba;
	font-weight: 600;
	padding: 8px 16px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cookiefooter .button:hover {
	background-color: #f0f4f7;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* COOKIEWALL MODAL */
.cookiewall-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(3px);
}

.cookiewall-modal {
	background: white;
	border-radius: 16px;
	max-width: 500px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
	animation: cookiewall-fadein 0.3s ease;
}

@keyframes cookiewall-fadein {
	from { opacity: 0; transform: scale(0.95); }
	to { opacity: 1; transform: scale(1); }
}

.cookiewall-header {
	background: linear-gradient(135deg, #008cba 0%, #0074a8 100%);
	color: white;
	padding: 20px 24px;
	border-radius: 16px 16px 0 0;
}

.cookiewall-header h2 {
	margin: 0;
	font-family: 'Nunito';
	font-size: 1.4em;
	font-weight: 600;
}

.cookiewall-header p {
	margin: 8px 0 0 0;
	font-size: 0.9em;
	opacity: 0.9;
}

.cookiewall-content {
	padding: 24px;
}

.cookiewall-content p {
	margin: 0 0 16px 0;
	line-height: 1.6;
	color: #333;
}

.cookiewall-categories {
	margin: 20px 0;
}

.cookiewall-category {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
}

.cookiewall-category:last-child {
	border-bottom: none;
}

.cookiewall-category-info h4 {
	margin: 0;
	font-family: 'Nunito';
	font-size: 1em;
	font-weight: 600;
	color: #333;
}

.cookiewall-category-info p {
	margin: 4px 0 0 0;
	font-size: 0.85em;
	color: #666;
}

.cookiewall-toggle {
	position: relative;
	width: 50px;
	height: 26px;
}

.cookiewall-toggle input {
	opacity: 0;
	width: 0;
	height: 0;
}

.cookiewall-toggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: 0.3s;
	border-radius: 26px;
}

.cookiewall-toggle-slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	transition: 0.3s;
	border-radius: 50%;
}

.cookiewall-toggle input:checked + .cookiewall-toggle-slider {
	background-color: #008cba;
}

.cookiewall-toggle input:checked + .cookiewall-toggle-slider:before {
	transform: translateX(24px);
}

.cookiewall-toggle input:disabled + .cookiewall-toggle-slider {
	background-color: #008cba;
	opacity: 0.6;
	cursor: not-allowed;
}

.cookiewall-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
}

.cookiewall-btn {
	padding: 14px 24px;
	border: none;
	border-radius: 8px;
	font-family: 'Nunito';
	font-size: 1em;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
}

.cookiewall-btn-accept {
	background: linear-gradient(135deg, #008cba 0%, #0074a8 100%);
	color: white;
}

.cookiewall-btn-accept:hover {
	box-shadow: 0 4px 12px rgba(0, 140, 186, 0.4);
	transform: translateY(-1px);
}

.cookiewall-btn-reject {
	background: #f5f5f5;
	color: #333;
}

.cookiewall-btn-reject:hover {
	background: #e8e8e8;
}

.cookiewall-btn-save {
	background: #FD4135;
	color: white;
}

.cookiewall-btn-save:hover {
	background: #de2c2c;
	box-shadow: 0 4px 12px rgba(253, 65, 53, 0.4);
}

.cookiewall-footer {
	padding: 16px 24px;
	background: #f9f9f9;
	border-radius: 0 0 16px 16px;
	text-align: center;
}

.cookiewall-footer a {
	color: #008cba;
	text-decoration: none;
	font-size: 0.9em;
}

.cookiewall-footer a:hover {
	text-decoration: underline;
}

/*zoekfunctie*/
#searchbar_medium {
	background-color: #333333;
	width: 100%;
	height: 44px;
	display: none;
}
.zoek_suggesties {
	position: fixed;
	top: 50px;
	min-height: 20px;
	margin-left:1px;
	font-family: 'Nunito';
	font-size: 1.2em;
	line-height: 2.0;
	width: 218px;
	border: 1px solid #e8eef5;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 16px rgba(0, 140, 186, 0.12);
	-moz-box-shadow: 0 4px 16px rgba(0, 140, 186, 0.12);
	box-shadow: 0 4px 16px rgba(0, 140, 186, 0.12);
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
	background: white;
}
.zoek_row, .zoek_no_result {
	background: white;
	margin: 0;
	padding: 12px 16px;
	cursor: pointer;
	font-family: 'Nunito';
	font-size: 1.2em;
	line-height: 1.8;
	color: #333;
	border-bottom: 1px solid #f0f4f7;
}
.zoek_row:last-child, .zoek_no_result:last-child {
	border-bottom: none;
}
.zoek_row:hover {
	background: #f8fafb;
	color: #008cba;
}
.ondertitel {
	font-size: 10px;
	color: #333333;
	float: right;
}
.thumb_img {
	border: 1px solid #cccccc;
}
.alert-box {
	margin: 1rem 1.8rem 0 1.8rem;
	background-color: #d7ecfa;
}

/*MAILCHIMP*/
div.mce_inline_error {
	background-color: #FD4135 !important;
	border-radius: 3px;
}
input.mce_inline_error {
	border-color: #FD4135 !important;
}
#mce-EMAIL, input.mce_inline_error {
	font-size: 11px;
	height: 36px;
	line-height: 32px;
}

/*kalender*/
.calendar-cell {
	width: 14%;
	float: left;
	border: 1px solid #dddddd;
}
.calendar-small {
	height: 26px;
}
.calendar-large {
	height: 110px;
}
.calendar-no-day {
	background-color: #f4f4f4;
}
.calendar-day {
	background-color: #fafafa;
	cursor: pointer;
	color: #008cba;
}
.calendar-today {
	cursor: pointer;
}
.calendar-day:hover, .calendar-today:hover {
	border: 1px solid #aaaaaa;
}
.calendar-row {
	font-size: 10px;
	color: #000000;
	clear:both;
	line-height:1;
	margin: 0;
	padding:2px 0;
	border: 1px solid #efefef;
	background-color: #dddddd;
}
.calendar_topper_text {
	background-color: #dddddd;
	width: 14%;
	height: 24px;
	float: left;
	text-align: center;
	border: 1px solid #efefef;
}
.calendar_dd {
	font-size: 12px;
	padding: 2px;
	float: right;
}

/*divs voor CMS*/
.div_kop {
	font-weight: bold;
}
.div_toggle {
	padding-top: 16px;
	display: none;
	background-color: #dddddd;
}
.div_new {
	display: none;
}
.div_leader {
	cursor: pointer;
	border: 1px solid #eeeeee;
}
.div_leader:hover {
	background-color: #dddddd;
	border: 1px solid #bbbbbb;
}
/* Breadcrumbs styling */
.breadcrumbs li {
	font-family: 'Nunito';
	font-size: 0.9em !important;
}

.day-title {
	font-size: 3.0em;
	font-family: 'Nunito';
	font-weight: 200;
}

.slider-dagnaam {
	font-family: 'Nunito';
}

.info-label {
	font-family: 'Nunito';
	font-weight: 600;
}

.info-icon {
	vertical-align: 0px;
	margin-right: 4px;
	line-height: 1;
}