<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'baar_sofia';
    src: url('/nav/webfonts/baarsb__-webfont.eot');
    src: url('/nav/webfonts/baarsb__-webfont.eot?#iefix') format('embedded-opentype'),
         url('/nav/webfonts/baarsb__-webfont.woff') format('woff'),
         url('/nav/webfonts/baarsb__-webfont.ttf') format('truetype'),
         url('/nav/webfonts/baarsb__-webfont.svg#baar_sofia') format('svg');
    font-weight: normal;
    font-style: normal;
}
*:focus { 
	outline: none; 
}
*:focus:not(.focus-visible) {
  outline: none;
}
html {
	overflow-y: scroll;
	overflow-x: auto;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
    background-repeat: no-repeat;
	background-color: #FFE8E8;
	background-image: url(/nav/skinpics/bg_11.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	background-position: bottom 48px left 30%;
	font-size: 20px;
}
body {
	margin: 0px ;
	padding: 0px;
	text-align: center;
	font-family:  "Trebuchet MS", Arial, sans-serif;
	line-height: 1.5;
}
div, span, li, a {
	box-sizing: border-box;
}
p, li, td, div {
	font-size: 1rem;
	letter-spacing: 0px;
	color: #151500;
	background-color: transparent;
}
#content_div {
	max-width: 860px;
}

#mobiel_knop {
	cursor: pointer;
	position: absolute;
	right: 9px;
	top: 12px;
	overflow: hidden;
	width: 52px;
	height: 52px;
	z-index: 999;	
	display: none;
	padding: 0px;
}
#mobiel_knop img {
	width: 100%;
	height: 100%;
}
.contact_blokje {
	padding: 12px 0px 6px 12px;	
}
#nav .contact_blokje {
	display: none;
}
#aside_div .contact_blokje {
	padding: 12px 0px 6px 2px;	
}
#aside_div .contact_blokje p {
	font-size: 0.72rem !important;
}
.contact_blokje img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 0 3px -1px;
	display: block;
}
.contact_blokje p, #aside_div .contact_blokje p {
	margin: 0px !important;
	padding-top: 0px;	
	padding-bottom: 1px;
	line-height: 1.2 !important;
	background-position: 0 0.1rem !important;
}
.contact_blokje .contact_link:hover {
	background-color: transparent !important;
	text-decoration: underline !important;
}
#hoofd_div {
	width: 100%;
	max-width: 1560px;
	margin: 12px auto 86px auto;
	text-align: left;
	position: relative;
	padding: 0px 0px 48px 0px;
	border-radius: 7px;
	background-color: transparent;
	overflow: hidden;
}
#footer {
	position: fixed;
	display: table;
	width: 100%;
	padding: 0px 20px 0px 0px;
	bottom: 0px;
	text-align: center;
	height: 58px;
	overflow: hidden;
	z-index: 100;
	background-color: #DEECE8;
	border-top: 1px solid #A8C8C0;
}
#footer_cel {
	display: table-cell;
	vertical-align: middle;	
	white-space: normal;
	height: 100%;
}

#logo {
	margin: 6px 0px 21px -4px;
	padding: 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#logo img {
	display: inline-block;
	width: 420px;
	max-width: 100%;	
	height: auto;
	margin: 0px 0px 0px 0px;
}
#main {
	display: table;
	width: 100%;
	margin: 0px;
}
#main_row {
	display: table-row;
	width: 100%;
}
#nav {
	padding: 0px 12px 0px 12px;
	margin: 0px;
	width: 390px;
	max-width: 390px;
	display: table-cell;
	height: 100%;
	vertical-align: top;
	background-color: transparent;
	position: relative;
}
#mobiel_menu {
	display: block;
	overflow: hidden;
	padding: 18px 0px 28px 0px;
	border-radius: 18px;
	border-top-left-radius: 100% 12px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 100% 24px;
	border: 1px solid #A2C8C0;
	background-color: rgba(224,236,232, 0.85);
	box-shadow: inset 0px 0px 128px rgba(168,200,192, 0.4); 
}
#content {
	margin: 0px;
	display: table-cell;
	padding: 6px 24px 24px 28px;
	vertical-align: top;
	height: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid #E4B3B5;
	background-color: rgba(255,255,255, 0.78);
  	border-radius: 4px;
	border-bottom-left-radius: 50% 18px;
	border-bottom-right-radius: 50% 18px;
	box-shadow: inset 0px 0px 128px rgba(222,179,182, 0.2); 
}
#aside {
	width: 290px;
	padding: 0px 12px 0px 12px;
	display: table-cell;
}
#aside_div {
	padding: 18px 12px 18px 12px;
	border: 1px solid #E4B3B5;
	background-color: rgba(255,255,255, 0.78);
	border-radius: 18px;
	border-top-right-radius: 100% 12px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 100% 18px;
	box-shadow: inset 0px 0px 128px rgba(222,179,182, 0.2); 
}
#aside_div p, #aside_div li  {
	font-size: 0.86rem !important;
	margin: 9px 0px;
}
.icon_div {
	width: 45px;
	height: auto;
	margin: -6px 6px 0px -6px;
	float: left;
	vertical-align: bottom;
}
.icon_div.icon2 {
	width: 54px;
	margin: -16px 14px 0px -3px;
}
.icon_div img {
	margin: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
}
/* menu */
#nav a.hoofdknop {
	font-family: baar_sofia, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.1;
	margin: 6px 0px 0px 0px;
	width: 100%;
	max-width: 100%; 
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 1px;
	white-space: nowrap;
	text-decoration: none;
	padding: 4px 14px 4px 14px;
	color: #48776D;
}
#nav a:hover {
	text-decoration: none;
	color: #48776D;
	background-color: #EFFBF9;
} 
#nav .submenu {
	display: none;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%; 
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#nav .submenu a  	{
	font-family:  "Trebuchet MS", Arial, sans-serif;
	box-sizing: border-box;
	color: #48776D;
	letter-spacing: 0px;	
	text-decoration: none;
	font-size: 0.95rem;
	width: 100%;
	margin: 0px;
	padding: 2px 9px 2px 14px;
	display: block;
	line-height: 1.4;
	overflow: hidden;	
	white-space: nowrap;
	border: none;
	background-color: transparent;
} 
#nav .submenu a:first-child {
	border: none;
}
#nav .submenu a:hover, #nav .submenu a.aan, #nav .submenu a.aan:hover {
	text-decoration: none;
	background-color: #EFFBF9;
	color: #48776D;
	
} 

/* menu's */
.blokje {
	position: relative;
	margin: 18px 0px 18px -2px;
	padding: 12px 18px 18px 18px;
	box-shadow: none;
	width: 100%;
	max-width: 860px;
	overflow: hidden;
	border-radius: 5px;
	background-color: #FFFFFF;
	border: 1px solid #F5C4C6;
}
.blokje.citaat{
	width: auto;
	float: right;
	margin: 4px 0px 18px auto;
	font-size: 0.86rem;
	font-style: italic;
}
.blokje.form {
	margin-top: 8px;
}
.blokje.alert {
	display: inline-block;
	clear: both;
	width: auto;
}
.blokje.agenda {
	border: 1px solid #A2C8C0;
}
.blokje .kopje, .blokje .midden_kopje {
	font-size: 1rem;
	font-weight: bold;
	padding: 9px 12px 9px 14px;
	max-width: none;
	line-height: 1;
	letter-spacing: 1px; 
	white-space: nowrap;
}
.blokje .kopje  {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin: -12px -18px 18px -18px;
}
.blokje .midden_kopje {
	padding: 7px 12px 6px 12px;
	margin: 18px -18px 16px -18px;
}
.blokje.agenda .kopje, .blokje.agenda .midden_kopje {
	color: #3A544D;
	border-bottom: 1px solid #A2C8C0;
	background-color: rgba(224,236,232, 0.85);
	box-shadow: inset 0px 0px 128px rgba(168,200,192, 0.4);
}
.blokje.agenda .midden_kopje {
	border-top: 1px solid #A2C8C0;
}
.blokje.agenda p {
	line-height: 1.3;	
}
.blokje.agenda h5 {
	color: #4D6787;
}
.blokje.agenda a {
	color: #4D6787;
}
.blokje.agenda a:hover {
	color: #4D6787;
}
#footer, #footer a  {
	color: #48776D;
}
#footer a:hover {
	text-decoration: none;
	color: #000000;
}
#footer span {
	white-space: nowrap;
	display: inline-block;
}
#webdesigner {
	position: absolute;
	bottom: 0px;
	right: 12px;
	text-align: right;
	white-space: nowrap;
	padding: 0px;
	padding: 0;
}
#footer #webdesigner a {
	font-size: 0.72rem;
	text-decoration: none;
	cursor: pointer;
	color: #B4D2CC;
}
#footer #webdesigner a:hover {
	text-decoration: none;
	color: #48776D;
}
img {
	border: none;
}
img .plaatje, #content img {
	max-width: 100%;
	height: auto;
}
.icon {
	border-style: none;
	vertical-align: middle;
	margin: 0px 5px 2px 0px;
	height: 16px;
	width: 16px;
}
h1, #aside h2 {
	font-family: baar_sofia, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.5rem;
	color: #48776D;
	margin: 7px 0 12px 0px;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: left;
	line-height: 1;
	clear: right;
}
h2  {
	font-family: baar_sofia, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.3rem;
	line-height: 1.1;
	color: #C14545;
	margin: 21px 0px 12px 0px;
	font-weight: normal; 
	letter-spacing: 1px;
}
h1 + h2 {
	margin-top: 12px;
	font-size: 1.2rem;
	letter-spacing: 0px;
}
h3  {
	font-family: baar_sofia, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.1; 
	color: #48776D;
	margin: 18px 0px 18px 0px;
	letter-spacing: 0px;
}
h1 span, h2 span, h3 span {
	white-space: nowrap;
}
h4  {
	font-family: baar_sofia, "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size: 1.2rem;
	font-weight: normal; 
	color: #603D56;
	margin: 14px 0px 7px 0px;
	letter-spacing: 0px;
	line-height: 1.2;
}	
#aside h4 {
	margin: 0px 0px 7px 0px;
}
h5 {
	font-size: 1rem;
	color: #3F6135;
	margin: 14px 0px 7px 0px;
	font-weight: normal; 
	letter-spacing: 0px;
	line-height: 1.2;
	}
.onderkop {
	font-size: 0.86rem;
	color: #4F6D80;
}
h1.onderkop {
	font-size: 1.45rem;
}
h6 {
	font-size: 0.96rem;
	color: #36687F;
	margin: 0px 0px 0px 0px;
	font-weight: normal; 
}	
.meerinfo_inhoud h6 {
	color: #36687F;
	margin: -4px 0px 9px 0px;
	font-weight: bold; 
}
a {
	color: #603D56;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #603D56;
	text-decoration: underline;
}

.rechts_uitlijnen {
	text-align: right;
}
ul {
	list-style-image : url(/nav/skinpics/disc_cyaan.png);
	list-style-position: outside;
}
ul, ol {
    margin: 16px 0 12px 22px;
    padding: 0;
}
ol {
	list-style-position: inside;
    margin-left: 0px;
}
li {
	margin: 7px 0px;
    padding: 0;
}
.adres li {
	margin: 2px 0px 0px 0px;
}
b, strong {
	color: #603D56;
	font-weight: bold;
	}
i, em {
}
.data_regel {
	margin: 4px 0px;
	line-height: 1.2;
}
legend {
	font-size: 0.86rem;
}
.uppercase {
	text-transform: uppercase;
}
p {
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: 1px 0.3em;	
	background-size: 16px 16px;
	margin: 9px 0px;
}
p.info {
	padding-left: 24px;
	background-image: url(/nav/pics/info.png);
}
p.alert {
	padding-left: 24px;
	background-image: url(/nav/pics/alert.png);
}
p.tip {
	padding-left: 24px;
	background-image: url(/nav/pics/lampje.png);
}
p.ok {
	padding-left: 24px;
	background-image: url(/nav/pics/ok.png);
}
p.hartje {
	padding-left: 24px;
	background-image: url(/nav/pics/hart.png);
}
p.link_in {
	padding-left: 24px;
	background-image: url(/nav/icons/link_in.png);
}
p.link_out {
	margin: 4px 0px;
	line-height: 1.2;
	padding-left: 24px;
	background-image: url(/nav/icons/link_out.png);
}
p.email {
	margin: 4px 0px;
	line-height: 1.2;
	padding-left: 24px;
	background-image: url(/nav/pics/email.png);
}
p.telefoon {
	margin: 4px 0px;
	line-height: 1.2;
	padding-left: 24px;
	background-image: url(/nav/pics/telefoon.png);
}
p.mobiel {
	margin: 4px 0px;
	line-height: 1.2;
	padding-left: 24px;
	background-image: url(/nav/pics/mobiel.png);
}
p.postadres {
	margin: 4px 0px;
	line-height: 1.2;
	padding-left: 24px;
	background-image: url(/nav/pics/postadres.png);
}
p.facebook {
	margin: 4px 0px;
	line-height: 1.2;
	padding-left: 24px;
	background-image: url(/nav/skinpics/facebook_icon.png);
}
p.pdf {
	padding-left: 24px;
	background-image: url(/nav/pics/pdf.png);
}
p.download {
	padding-left: 24px;
	background-image: url(/nav/pics/download.png);
}
.hoofdletters {
	text-transform: uppercase;
}
.klein, span.klein, .klein p {
	color: #143A27;
	font-size: 0.80rem;
	background-position: 1px 3px;
	margin: 4px 0px 12px 0px;
	line-height: 1.3;
}
span.klein { 
	white-space: nowrap;
}
hr {
	border: none 0; 
	background-color: #FFFEFC;
	border: 1px solid #F5C4C6;
	color: #F5C4C6;
	border-radius: 5px;
	width: 100%;
	max-width: 860px;
	height: 6px;
	text-align: left;
	margin: 24px auto 18px 0;
	clear: both;
} 
.icon {
	border-style: none;
	vertical-align: middle;
	margin-right: 5px;
}
.plaatje {
	border: 1px solid #DEB3B6;
	border-radius: 7px;
	margin: 4px 9px 0px 0px;
}
#aside_div .plaatje {
	vertical-align: top;
	max-width: 210px;
	height: auto;
	margin-top: 0px;
}
.plaatje.eerst {
	border-top-right-radius: 100% 10px;
}
.plaatje.laatst {
	border-bottom-right-radius: 100% 10px;	
}
.plaatje.vlag_link {
	border-radius: 4px;
	margin-top: 6px;
	width: 42px;
	height: auto;	
}
.plaatje.slidehow {
	cursor: pointer;
	vertical-align: bottom;
}
iframe {
	box-sizing: border-box;
	margin: 18px 0px;
	padding: 0px;
	max-width: 100%;
}
.pic_groot {
	vertcal-align: bottom;
	margin: 0px;
}
.vergrootglaasje {
	height: 28px !important;
	width: auto;
	margin: 0px 12px 9px -39px;
	vertical-align: bottom;
}
.cover_pic {
	border: 1px solid #C5D4E3;
	border-radius: 4px;
	margin: 6px 9px -3px 0px;
}		
.html5_player {
	border-radius: 3px;
	border: 1px solid #CEAE93;
	padding: 0px;
}
/* social media */
.social_media {
	text-align: left;
	margin: 24px 0px 12px -12px;
}
.pi_icon {
	height: 48px;
	width: 48x;
	border-radius: 50%;
	border: 12px solid #715E34;	
	margin: 0px 18px;
	vertical-align: middle;
}
#footer .pi_icon {
	height: 36px;
	width: auto;
	margin: 6px 9px;
}
social_media .pi_icon {
	height: 28px;
	width: auto;
	margin: 0px 6px 0px 0px;
}
#footer .pi_icon.rechthoek {
	border-radius: 4px;
	height: 30px;
	border: 1px solid #AAA;
}
.pi_icon:hover, #footer .pi_icon.rechthoek:hover {
	border: 1px solid #BD504E;
	outline: 1px solid #BD504E;
}
.met_marge {
	margin-top: 36px !important;
}
/* social media */

#venvn_logo {
	vertical-align: middle;
	margin: -2px 6px 0px 0px;
}
/* slideshow */
#sluitkruis {
	position: absolute;
	right: -2px;
	top: -1px;
	border: none;
	cursor: pointer;
	height: 38px;
	width: 38px;
	z-index: 999;
}
#bijschrift {
	font-size: 0.86rem;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 36px;
	padding: 7px 48px 0px 12px;
	z-index: 899;
	opacity: 0.8;
	color: #201000;
	background-color: #FFFFFF;
}
#vorige, #volgende {
	position: absolute;
	top: 40%;
	opacity: 0.6;
	font-size: 28px;
	font-weight: bold;
	color: #201000;
	background-color: #FFFFFF;
	height: 48px;
	width: 48px;
	padding: 2px 0px;
	z-index: 899;
	text-align: center;
	display: none;
}
#vorige {
	left : 0px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
#volgende {
	right: 0px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
	
#light {
	display: none;
	position: absolute;
	padding: 0px;
	z-index: 898;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	width: 478px;
    max-width: 100%;
    height: auto;
	background-color: #C2D2B7; 
	border: 1px solid #8B7790;
	border-radius: 7px;
	box-shadow: 2px -2px 12px rgba(139,119,144,0.4)
}
/* slideshow */


/* formulier elementen */	
form {
	padding: 0;
	margin:0;
}
label {
	display: inline-block;
	cursor: pointer;
	font-size: 0.86rem;
	margin: 0px 1px 1px 0px;
	padding: 2px 10px 2px 7px;
	white-space: nowrap;
}
label.clear {
	padding: 12px 10px 0px 0px;
	background-color: transparent;
	border: none;
}
.accent {
	color: #444045;
	box-shadow: inset 0px 0px 32px rgba(117,154,136,0.4);
	border: 1px solid #C1D9DD;
	background-color: #D2EAF7;
}
#zoekopties_een, #zoekopties_twee {
	margin: 18px 0px 0px 0px;
	padding: 0px;
	vertical-align: top;
}
input[type='checkbox'],input.checkbox,
input[type='radio'],input.radio {
	padding: 3px 0px;
	margin: 0px 4px 0px 0px;
	vertical-align: -1px;
}
input:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}	

.klein {
	font-size: 0.8rem;
	color: #4F636D;
}
.rechts_uitlijnen {
	text-align: right;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999999;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #999999;
}
::placeholder { /* Most modern browsers support this now. */
   color:    #999999;
}
.veld {
	box-sizing: border-box;
	-webkit-appearance: none;
    font-family:  "Trebuchet MS", Arial, sans-serif;
	width: 390px;
	padding: 3px 5px;
	margin: 4px 1px 12px 0px;
	border-radius: 5px;	
	color: #1E323A;
	background-color: #FFFFFF;
	border: 1px solid #A2C8C0;
	font-size: 0.9rem;
}
.toelichting {
	display: none;
}
.veld.kwart {
	width: 120px;
}
.veld.jaar {
	width: 148px;
}
.veld.half {
	width: 222px;
}
.veld.driekwart {
	width: 269px;
}
.veld.rechterkant {
	margin-left: 1px;
}
.veld.notities {
	width: 100%;
	margin: 6px 0px;
	max-width: 720px;
	height: 86px;
	resize: vertical;
}
select.veld {
   -webkit-appearance: menulist;
   padding-left: 3px;
}
.knop {
	box-sizing: border-box;
	-webkit-appearance: none;
	box-sizing: border-box;
	cursor: pointer; 
	margin: 1px 1px 0 0;
	padding: 6px 2px 6px 2px;
	width: 128px;
	border-radius: 5px;	
	color: #244045;
	box-shadow: inset 0px 0px 128px rgba(168,200,192, 0.4); 
	border: 1px solid #A2C8C0;
	background-color: #D2E6E0;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	text-align: center;
	font-size: 0.9rem;
}	
.knop.inschrijven {
	font-size: 1rem;
	display: inline-block;
	width: 270px;
	margin: 24px 1px 12px 0px;
	padding-right: 18px;
	background-image: url(/nav/icons/link_in.png);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 230px 14px;
}
.knop:hover  {
	background-color: #F1FBF9;
	}
.knop.verzenden {
	width: 200px;
	margin: 12px 1px 12px 1px;
}
.knop.ok {
	width: 108px !important;
}
.knoppendiv {
	padding: 12px 0px 21px 0px;
}
.alleen_printen {
	display: none;
}
.blokje.fieldset {
	border-radius: 5px;	
	border: 1px solid #C1D0C7;
	margin: 9px 0px;
	max-width: none;
	background-color: #EEF4F7;
	background-image: none;
}
fieldset {
	padding: 0px 9px 28px 9px;
	border-radius: 5px;	
	border: 1px solid #C1D0C7;
	margin: 18px 0px;
	max-width: 762px;
}
#bestelform, .verborgen {
	display: none;
}

/* alerts en confirms */
#alert_div {
	width: 480px;
    max-width: 100%;
	top: 86px;
	display: none;
	position: fixed;
	overflow: hidden;
	z-index: 999;
	border-radius: 7px;	
	text-align: left;
	background-color: rgba(255,255,255, 0.93);
	border: 1px solid #889DAF;
	border-radius: 7px;
	box-shadow: 2px -2px 12px rgba(102,102,102,0.4)
}
#alert_div &gt; #alert_div_head { 
	font-size: 1rem;
	line-height: 1.2;
	text-align: left;
	letter-spacing: 1px;
	padding: 9px 12px 9px 12px; 
	color: #11568E;
	border-bottom: 1px solid #B0C9DE;
	background-color: #D4E8F7;
	box-shadow: inset 0px 0px 32px rgba(117,154,136,0.4);
}
	
#alert_div &gt; #alert_div_body { 
	padding: 9px 12px 6px 12px; 
	text-align: left;
}
#alert_div &gt; #alert_div_foot { 
	padding: 6px 12px 16px 12px; 
	background-color: #F9FCFF;
}
#alert_div p {
	margin: 7px 0px;
	text-align: left;
	font-size: 0.86rem;
}
/* alerts en confirms */
#fade {
	display: none;
	position: absolute;
	width: 100%;
	height: 1000%;
	z-index: 99;
	opacity: 0.6;
	background-color: #FFFFFF;
}
/* tabellen */
table {

}
td {
	padding: 2px 12px 2px 0px;
	vertical-align: top;
}
td:first-child {
	white-space: nowrap;
}

td p {
	margin: 0px 0px 9px 0px !important;
}
/* &lt; openingspagina */
.flex_container {
    width: 100%;
    display: flex;
    flex: auto;
    justify-content: space-between;
    flex-wrap: wrap;
	margin: 20px 0px 2px 0px;
	padding: 6px 12px;
}  
.flex_container.twee {
	justify-content: center;
	margin: 0px 0px 12px 0px;
}
.flex_item {
	text-align: center;
	border-radius: 7px;
	padding: 12px 12px;
}
.flex_container.twee .flex_item {
	padding: 12px 54px;
}
.flex_item img {
	display: inline-block;
	margin: 6px 0px;
	width: 100px;
	height: auto;
}
.flex_tekst {
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 0.9;
	padding: 6px 12px;
	border: 1px solid #BD504E;
	border-radius: 5px;
	box-shadow: 1px -1px 6px rgba(158,41,37, 0.2); 
	background-color: #D3514B;
	color: #FDF6F6;
	display: inline-block;
}
.flex_tekst:hover {
	border: 1px solid #F5E5E5;
}

.flex_tekst a, .flex_tekst a:hover {
	color: #FDF6F6;
	text-decoration: none;
}
.pi_icon {
	height: 42px;
	width: 42px;
	border-radius: 50%;
	border: 1px solid #715E34;	
	margin: 0px 12px;
}
.pi_icon:hover {
	border: 1px solid #BD504E;
}
@media all and (max-width: 1439px) and (min-width: 990px){
.flex_item {
	padding: 6px 0px;
}	
.flex_item {
	padding: 12px 0px;
}
.flex_tekst {
	font-size: 0.9rem;
}
.flex_container.twee .flex_item {
	padding: 12px 42px;
}
}
@media all and (max-width: 1360px) and (min-width: 990px){
.flex_item {
	padding: 6px 0px;
}
.flex_tekst {
	font-size: 0.8rem;
	letter-spacing: 0px;
	padding: 6px 7px;
}
.flex_container.twee .flex_item {
	padding: 12px 36px;
}
}
@media all and (max-width: 1180px) and (min-width: 990px) {
.flex_container {
	padding: 0px;
} 
.flex_tekst {
	font-size: 0.8rem;
	letter-spacing: 0px;
	padding: 6px 7px;
}
.flex_container.twee .flex_item {
	padding: 12px 21px;
}
.flex_item img {
	width: 80px;
}
}
/* &gt; openingspagina */
@media all and (max-width: 1600px) {
body {
	margin: 6px 0px 6px 6px;
}
#hoofd_div {
	margin: 0px auto 0px auto;
	width: 100%;
	max-width: none;
	border-radius: 0px;
	border: none;
}
}
@media all and (max-width: 1280px) {
html {
	font-size: 17px;
}
#nav {
	width: 320px;
	max-width: 320px;
}
#nav a.hoofdknop {
	letter-spacing: 0px;
	padding: 4px 14px 4px 10px;
}
#nav .submenu a  	{
	padding: 2px 9px 2px 10px;
} 
#content {
		padding: 6px 18px 24px 18px;
}
#footer {
	height: auto;
}
.knop.inschrijven {
	width: 240px;
	background-position: 199px 11px;
}
}
@media all and (max-width: 1280px) and (min-width: 1000px) {
#aside {
	width: 200px;
	padding: 0px 6px 0px 6px;
}
#aside_div {
	padding: 18px 3px 18px 12px;
}
#nav {
	padding: 0px 6px 0px 0px;
}

}
@media all and (max-width: 999px) {
html {
	background-size: auto 100%;
	background-position: bottom 148px right 10%;
}
body {
	margin: 0px;
}
#hoofd_div {
	margin: 0px auto 0px auto;
	width: 100%;
	border-radius: 0px;
	border: none;
	padding-bottom: 108px;
}
#logo {
	border-radius: 0px;
}
#logo img {
	max-width: 88% !important;	
}
#main {
	display: table;
}
#content {
	height: auto;
	width: 100%;
	max-width: 100%;
	padding: 12px 12px 24px 12px;
	height: auto;
	display: block;
	border-radius: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
#aside {
	display: block;
	padding: 0px;
	margin: 12px 0px;
	width: 100%;
	max-width: 100%;
}
#aside_div .contact_blokje {
	display: none;	
}
#nav .contact_blokje {
	display: block;
	max-width: 360px;
}
#nav .contact_blokje p{
	font-size: 0.8rem !important;
}
#aside_div {
	border-radius: 0px;
	border-left: none;
	border-right: none;
}
#aside_div p {
	vertical-align: top;
}
#footer {
	height: auto;
	max-height: 86px;
	overflow: hidden;
	text-align: center;
}

.plaatje {
	border-radius: 5px !important;
}
#nav {
	position: absolute;
	z-index: 990;
	display: block;
	left: 0px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	border-radius: 0;
	height: auto;
	max-width: none;
}
#nav a.hoofdknop {
	margin: 4px 0px 0px 0px;
	width: 100%;
	letter-spacing: 1px;
	max-width: 100%;
	white-space: normal;
}
.menu_kolom {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.menu_kolom:first-child {
	padding-right: 3px;
	padding-left: 6px;
}
.menu_kolom:nth-child(2) {
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 6px;
}
#mobiel_knop, #mobiel_invouwen  {
	display: block;
}
#mobiel_menu {
	padding: 10px 0px;
	display: none;
	border-radius: 0px;
	background-color: #FFFFFF;
}

.gegevenstabel td.rij:hover span, .gegevenstabel .rijdonker td.rij:hover span  {
	position: relative;
	background-color: transparent;
	padding: 0px;
}
.veld {
	font-size: 1rem;
}
.zoekknop {
	margin-top: 1px;
}
}
@media all and (max-width: 799px) {
body {
	margin: 0px;
}
#footer .pi_icon {
	margin: 6px 7px;
}

}

@media all and (max-width: 680px) {
#email_span {
	display: none;
}

}

</pre></body></html>