<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* set domain styles */

/* body */
body {
color: #000000;
background-color: #ffffff;
}

#page {
background-color: #ffffff;
}

/* links */
a { color: #000000; }
a.hover { color: #cccccc; }

p a { color: #000000; }
p a:hover { color: #cccccc; }

/* footer */
footer {
background-color: #000000;	
}
.custom_footer_block {
    background-color: #000000;
}
.custom_footer_block a { color: #ffffff; }
.custom_footer_block .foot_header { color: #f1f1f1; }
.custom_footer_block a { color: #ffffff; text-decoration: underline; }
footer a { color: #000000; }
footer a:hover { color: #cccccc; text-decoration: underline; }

/* header */
header {
background: ".none.";
max-width: 100%;
width: 100%; }

/* main navigation */
header .main_nav {
font-family: Pathway Gothic One,sans-serif;
font-size: 1.0em;
}
header .main_nav li a {
color: #ffffff; text-decoration: none; background-color: #000000;
}
header .main_nav li a:hover { 
color: #000000; text-decoration: none; background-color: #ffffff;
}
header .main_nav li a.actief { background: none repeat scroll 0 0 #ffffff; text-decoration: none; color: #000000; }

/* agenda */
.eventsCalendar-currentTitle {
background-color: #000000;
border-color: #fff;
border-image: none;
border-style: solid;
border-width: 1px 0;
line-height: 25px;
outline: 1px solid #000000;
}

/* main */
#page {
background-color: #ffffff;
background: none;
}
#page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {
font-family: Pathway Gothic One,sans-serif;
font-size: 0.8em;
}
#page h1, #page h2, #page h3 {
color: #000000;
}
#page h1 a, #page h2 a, #page h3 a {
font-family: Pathway Gothic One,sans-serif;
text-decoration: none;
font-size: 0.8em;
color: #000000;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
font-family: Pathway Gothic One,sans-serif;
}

/* sidebar */
.sidemenu .inner .head {
font-family: Pathway Gothic One,sans-serif;
}

/* webshop */
.product_price .btn-info { background-color: #000000; border-color: #000000; }

/* datepicker */
.datepicker td.active, .datepicker td.active:hover  { background-color: #000000; border-color: transparent; background-image: none; }

/* forms */
.form-control:focus {
  border-color: #000000;
}

/* call button */
#desktop_call_button { 
background-color: #000000; 
color: #ffffff;  
}
#desktop_call_button {
	font-family: Pathway Gothic One,sans-serif;
}</pre></body></html>