/* style sheet*/
@font-face {
    font-family: 'baar_sophiabold';
    src: url('/nav/webfonts/baarsrg_-webfont.eot');
    src: url('/nav/webfonts/baarsrg_-webfont.eot?#iefix') format('embedded-opentype'),
         url('/nav/webfonts/baarsrg_-webfont.woff') format('woff'),
         url('/nav/webfonts/baarsrg_-webfont.ttf') format('truetype'),
         url('/nav/webfonts/baarsrg_-webfont.svg#baar_sophiabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('/nav/webfonts/OpenSans-Regular-webfont.eot');
    src: url('/nav/webfonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/nav/webfonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/nav/webfonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/nav/webfonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*:focus { 
	outline: none; 
}
img {
	border: none;
}
html {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	overflow-x: hidden;
    background-repeat: no-repeat;
	min-height: 100%;
	font-size: 19px;
}
body {
	margin: 0px ;
	padding: 0px;
	text-align: center;
	font-family: open_sansregular, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}
div, span, li, a {
	box-sizing: border-box;
}
p, li, td, div {
	font-size: 1rem;
	letter-spacing: 0px;
	background-color: transparent;
}
p, li, h1, h2, h3, h4, h5, h6 {
	max-width: 820px;
}
#mobiel_knop {
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 0px;
	overflow: hidden;
	width: 64px;
	height: 64px;
	z-index: 990;	
	display: none;
	padding: 0px;
	background-image: url(/nav/skinpics/menuknop_bieb.png);
	background-size: cover;
	background-repeat: no-repeat;
}
#mobiel_knop img {
	height: 100%;
	width: 100%;
}
#mobiel_menu {
    border: 1px solid #A0B8CD;
	margin: 0px 0px 0px 0px;
	display: block;
	padding: 0px 0px;
	border-radius: 5px;
	overflow: hidden;
}
#hoofd_div {
	width: 100%;
	max-width: 1560px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	padding: 0px 0px 48px 0px;
	border-radius: 0px;
}
#footer {
	clear: both;
	width: 100%;
	padding: 9px 12px 0px 12px;
	position: absolute;
	bottom: 0px;
	left: center;
	text-align: left;
	height: 54px;
	overflow: hidden;
	z-index: 100;
}
#logo {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
#logo img {
	width: 927px;
	max-width: 98%;	
	height: auto;
	margin: 1px 0px -4px 4px;
}
#facebook_kop {
	cursor: pointer;
	position: absolute;
	right: 6px;
	top: 28px;
	z-index: 888;
	width: 180px;
	height: 49px;
	border-radius: 6px;
}
#main {
	display: table;
	width: 100%;
	min-height: 680px;
	margin: 0px;
}
#main_row {
	display: table-row;
	width: 100%;
}
#nav {
	padding: 8px 0px 0px 12px;
	margin: 0px;
	width: 300px;
	max-width: 300px;
	display: table-cell;
	height: 100%;
	vertical-align: top;
	position: relative;
}
#content {
	margin: 0px 0px 0px 0px;
	display: table-cell;
	padding: 0px 18px 78px 18px;
	vertical-align: top;
	border: none;
	border-radius: 0px;
	position: relative;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#content_div {
	max-width: 760px;
}

/* menu */
#nav a.hoofdknop, #nav .hoofdknop a {
	font-family: baar_sophiabold, Verdana, Geneva, sans-serif;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.3;
	margin: 0px 0px 0px 0px;
	width: 100%;
	max-width: 100%; 
	cursor: pointer;
	font-size: 1.5rem;
	letter-spacing: 0px;
	white-space: nowrap;
	text-decoration: none;
	padding: 5px 7px 2px 36px;
	border-radius: 0px;
	background-repeat: no-repeat;
	background-size: 19px 19px;	
	background-position: 10px center;
	background-image: url(/nav/icons/link_in.png);
}
#nav .hoofdknop.boek {
	background-image: url(/nav/icons/boek.png);
}
#nav .hoofdknop.hart {
	background-image: url(/nav/icons/hart.png);
}
#nav .hoofdknop.login a, #inlogmenu a.hoofdknop.login {
	background-image: url(/nav/icons/login.png);
}
#nav .hoofdknop.loguit a, #inlogmenu a.hoofdknop.loguit {
	background-image: url(/nav/icons/loguit.png);
}
#nav .hoofdknop.mijn_gegevens a, #inlogmenu a.hoofdknop.mijn_gegevens {
	background-image: url(/nav/icons/voorkeur.png);
}
#nav a:hover {
	text-decoration: none;
} 
#nav .submenu {
	display: none;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%; 
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#nav .submenu a  	{
	font-family: open_sansregular, Verdana, Geneva, Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	letter-spacing: 0px;	
	text-decoration: none;
	font-size: 1rem;
	width: 100%;
	margin: 0px;
	padding: 2px 0px 2px 54px;
	display: block;
	line-height: 1.4;
	overflow: hidden;	
	white-space: nowrap;
	border: none;
	background-repeat: no-repeat;
	background-size: 13px 13px;	
	background-position: 34px center;
	background-image: url(/nav/icons/link_in.png);
} 
#nav .submenu a::before { 
    -content: "• ";
}
#nav .submenu a:hover, #nav .submenu a.aan, #nav .submenu a.aan:hover {
	text-decoration: none;
} 
#facebook_link {
	display: none;
}
/* menu's */
.blokje {
	position: relative;
	margin: 18px 0px 18px 0px;
	padding: 12px 18px 12px 18px;
	box-shadow: none;
	width: 100%;
	max-width: 820px;
	border-radius: 7px;
	background-color: rgba(255,255,255, 0.7);
	border: 1px solid #C3D0C7;
	border-radius: 7px;
}
.blokje.blauw {
	background-color: #F2F7F9;	
	background-image: none;
}
.blokje.geel {
	background-color: #FDF4DF;
	border: 1px solid #ECDEAA;
	background-image: none;
}
.blokje.adres {
	max-width: 560px;
	padding-top: 6px;
}
.blokje.aanwinsten {
	cursor: pointer;	
}
.blokje.form {
	margin-top: 8px;
}
.blokje.alert {
	display: inline-block;
	clear: both;
	width: auto;
}
.blokje .kopje, .blokje .midden_kopje, #light .kopje {
	font-size: 0.9rem;
	padding: 9px 12px 6px 14px;
	max-width: none;
	line-height: 1;
	letter-spacing: 1px; 
	white-space: nowrap;
	color: #11568E;
	border-bottom: 1px solid #B0C9DE;
}
.blokje .kopje, #light .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: 24px -18px 9px -18px;
	border-top: 1px solid #B0C9DE;
}
/* flex */
.flex_container {
	width: 100%;
	display: flex;
	flex: auto;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1080px;
}
.flex_container .blokje {
	flex: 0 1 calc(33.34% - 4px);
	padding: 18px 12px 48px 16px;
	overflow: hidden;
	margin: 4px 0px;
}
.flex_container .blokje .cover_pic {
	margin: 4px 0px 9px 0px;
}
.flex_container .blokje p {
	margin: 0px 0px 6px 0px;
	line-height: 1.1;
}
.flex_container .blokje .link_in {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 12px;
	left: 14px;
	width: calc(100% - 36px);
	background-position: 0px 0.2rem;
}
#footer div a  {
	margin: 0px;
	display: inline-block;
	text-decoration: none;
	padding: 0px 12px 0px 12px;
}
#footer div a:hover {
	text-decoration: none;
	color: #3D687F;
}
#webdesigner {
	position: absolute;
	top: 9px;
	right: 9px;
	text-align: right;
	padding: 0px 0px 3px 0px;
	white-space: nowrap;
}
#footer #webdesigner a {
	font-size: 0.7rem;
	text-decoration: none;
	cursor: pointer;
}
iframe {
	box-sizing: border-box;
	border: none;
	margin: 18px 0px;
	padding: 0px;
	height: 360px;
	margin: 12px 0px;
	padding: 0px;
	border-radius: 5px;	
	border: 1px solid #CCC !important;
	overflow: hidden !important;
}
.plaatje, #content img {
	max-width: 100%;
	height: auto !important;
}
h1 {
	font-family: baar_sophiabold, Verdana, Geneva, sans-serif;
	font-size: 1.7rem;
	margin: 7px 0 12px 0px;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: left;
	line-height: 1;
	max-width: 680px;
}
h2  {
	font-family: baar_sophiabold, Verdana, Geneva, sans-serif;
	font-size: 1.5rem;
	margin: 24px 0px 0px 0px;
	font-weight: normal; 
	letter-spacing: 1px;
}
h3  {
	font-family: baar_sophiabold, Verdana, Geneva, sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.3; 
	margin: 18px 0px 18px 0px;
	letter-spacing: 1px;
}
h3 .onderkop {
	font-size: 1.25rem;
}
h4  {
	font-family: baar_sophiabold, Verdana, Geneva, sans-serif; 
	font-size: 1.3rem;
	font-weight: normal; 
	margin: 16px 0px 8px 0px;
	letter-spacing: 1px;
}	
h5 {
	font-size: 1.1rem;
	margin: 16px 0px 8px 0px;
	font-weight: normal; 
	letter-spacing: 1px;
}

h1.onderkop {
	font-size: 1.45rem;
}
h6 {
	font-size: 1rem;
	margin: 16px 0px 0px 0px;
	font-weight: normal; 
}	
.meerinfo_inhoud h6 {
	margin: -4px 0px 9px 0px;
	font-weight: bold; 
	font-size: 1em !important;
}
a {
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

.rechts_uitlijnen {
	text-align: right;
}
ul {
	list-style-image : url(/nav/skinpics/disc.png);
	list-style-position: outside;
}
ul, ol {
    margin: 12px 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, .item_titel {
	font-weight: bold;
}
i, em {
}
.data_regel {
	margin: 4px 0px;
	line-height: 1.2;
}

.uppercase {
	text-transform: uppercase;
}
.attentie::before {
	font-family: "Arial Black", Gadget, sans-serif;
	content: "! ";
	font-weight: bold;
	color: #F00;	
}
p {
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: 1px 6px;	
	background-size: 16px 16px;
	margin: 9px 0px;
}
p.info {
	padding-left: 24px;
	background-image: url(/nav/icons/informatie.png);
}
p.alert {
	padding-left: 24px;
	background-image: url(/nav/icons/alert.png);
}
p.tip {
	padding-left: 24px;
	background-image: url(/nav/icons/lampje.png);
}
p.ok {
	padding-left: 24px;
	background-image: url(/nav/icons/ok.png);
}
p.hartje {
	padding-left: 24px;
	background-image: url(/nav/icons/hart.png);
}
p.link_in {
	padding-left: 24px;
	background-position: 1px 6px;	
	background-image: url(/nav/icons/link_in.png);
}
p.link_out {
	padding-left: 24px;
	background-image: url(/nav/icons/link_out.png);
}
p.download {
	padding-left: 24px;
	background-image: url(/nav/icons/download.png);
}
p.email {
	padding-left: 24px;
	background-image: url(/nav/icons/email.png);
}
p.facebook {
	padding-left: 24px;
	background-image: url(/nav/icons/facebook.png);
}
p.pdf {
	padding-left: 24px;
	background-image: url(/nav/icons/pdf.png);
}
p.postadres {
	padding-left: 24px;
	background-image: url(/nav/icons/postadres.png);
}
p.telefoon {
	padding-left: 24px;
	background-image: url(/nav/icons/telefoon.png);
}
p.mobiel {
	padding-left: 24px;
	background-image: url(/nav/icons/mobiel.png);
}
p.home {
	padding-left: 24px;
	background-image: url(/nav/icons/home_blauw.png);
}
p.ster {
	padding-left: 24px;
	background-image: url(/nav/icons/ster.png);
}
p.klein, p.klein.info, span.klein {
	color: #152A3A;
	font-size: 0.9rem;
	background-position: 1px 0.25rem;
	margin: 4px 0px 12px 0px;
}
span.klein { 
	white-space: nowrap;
}
hr {
	border: none 0; 
	width: 100%;
	height: 1px;
	text-align: left;
	margin: 24px auto 18px 0;
	clear: both;
	border-top: 1px solid #C5D0C8;
} 
.icon {
	border-style: none;
	vertical-align: middle;
	margin: 0px 5px 2px 0px;
	height: 16px;
	width: 16px;
}
.icon.help {
	width: 24px;
	cursor: pointer;
}
.plaatje {
	border-radius: 4px;
	margin: 7px 9px 1px 0px;
	border: 1px solid #CEAE93;
}
.cover_pic {
	border-radius: 4px;
	margin: 12px 9px 6px 0px;
	display: inline-block;
}	
.meerinfo_inhoud .cover_pic {
	margin: 0px 9px 6px 0px;
}
.html5_player {
	border-radius: 36px;
	padding: 0px;
}
/* social media */
.social_media {
	text-align: left;
	margin: 24px 0px 12px 0px;
}
.social_media fieldset {
	display: inline-block;
    padding: 2px 2px 8px 17px;
    width: auto;
	background-color: rgba(255, 255, 255, 0.5);
}
.met_marge {
	margin-top: 36px !important;
}
.sm_icon, .pijl_knop {
	width: 36px;
	height: 36px;
	border-radius: 6px;
	border: 1px solid #4D6CAF;	
	vertical-align: middle;
	margin: 0px 17px 0px 0px;
	cursor: pointer;
	background-color: #FFFFFF;
}
.pijl_knop {
	width: 24px;
	height: 24px;
	padding: 6px;
}
.sm_icon:hover, .pijl_knop:hover {
	border: 1px solid transparent;
	outline: 1px solid #4D6CAF;
}
/* social media */

/* 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;
	border-radius: 4px;
}
label.clear {
	padding: 12px 10px 0px 0px;
	background-color: transparent;
	border: none;
}
#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;
}	
.veld {
	box-sizing: border-box;
	-webkit-appearance: none;
    font-family: open_sansregular, Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 320px;
	padding: 3px 5px;
	margin: 18px 1px 0 0;
	border-radius: 5px;	
	font-size: 0.9rem;
}
.veld.iets {
	width: 108px;
	vertical-align: bottom;
}
.veld.dagmaand {
	width: 54px;
	vertical-align: bottom;
}
.veld.jaar {
	width: 80px;
	vertical-align: bottom;
}
.veld.kwart {
	width: 80px;
}
.veld.half {
	width: 192px;
}
.veld.driekwart {
	width: 239px;
}
.veld.rechterkant {
	margin-left: 1px;
}
.veld.opmerkingen {
	width: 100%;
	height: 86px;
	resize: vertical;
}
.veld.bericht {
	padding: 18px 12px;
	width: 100%;
	height: 148px;
	resize: vertical;
}
select.veld {
   -webkit-appearance: menulist;
   width: 100%;
   max-width: 320px;
}
.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;	
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	text-align: center;
	font-size: 0.9rem;
}	
.knop.opslaan {
	width: 200px;
}
.knop.verzenden {
	width: 200px;
	margin: 12px 1px 12px 1px;
}
.knop.verzend_aanvraag {
	width: 270px;
	margin: 12px 1px 12px 1px;
}
.knop.ok {
	width: 108px !important;
}
.knoppendiv {
	padding: 12px 0px 21px 0px;
}
.knoppendiv .knop, .knoppendiv .verzendknop, .knoppendiv.knop, .knoppendiv.verzendknop {
	width: auto;
	height: 23px;
	display: inline-block;
	padding: 3px 9px 2px 9px;
	margin: 0px 1px 0px 0px;
	text-align: center;
	vertical-align: middle;
}
.knop.minder_info, .meer_info_div {
	display: none;
}
#zoekknop_voordracht {
	display: inline-block;
    background-image: url(/nav/icons/search_48.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
	margin: 0px 0px 1px 0px;
	width: 48px;
	height: 29px;
	vertical-align: middle;
}
#zoekgereedschap {
	margin: 21px 0px;
	position: relative;
	overflow: visible;
	max-width: 762px;
}
.blokje.fieldset {
	border-radius: 5px;	
	margin: 9px 0px;
	max-width: none;
	background-image: none;
}
fieldset {
    margin: 0px;
    border-radius: 6px;
    border: 1px solid #A0B8CD;
    padding: 4px 2px 10px 14px;
    width: auto;
	background-color: rgba(255, 255, 255, 0.5);
	display: block;
}
legend {
    color: #476177;
    font-size: 0.72rem;
    padding-bottom: 2px;
}
/* rubriekenmenu */
#rubrieken_menu {
	position: absolute;
	display: none;
	top : 0px;
	right: 0px; 
	width: 50%; 
	max-width: 380px;
	z-index: 999;
	margin: 0; 
	padding: 0;
	border-radius: 4px;	
	overflow: hidden;
}
#rubrieken_menu a, #rubrieken_knop, #rubrieken_weg_knop  {
	box-sizing: border-box;
	display: block;
	line-height: 1.9;
	font-size: 0.86rem;
	padding-left: 27px; 
	padding: 1px 0px 3px 27px;
	margin: 1px 0px 0 0;
	width: 100%;
	height: 32px;
	border-radius: 4px;	
	cursor: pointer;
	color: #143A27;
	overflow: hidden;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 5px 6px;
	background-size: 18px 18px;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
}
#rubrieken_knop, #rubrieken_weg_knop, a.hoofdrubriek  {
	background-image: url(/nav/icons/plus.png);
}
#rubrieken_weg_knop  {
	background-image: url(/nav/icons/min.png);
}
a.hoofdrubriek.zonder_sub {
	background-image: url(/nav/icons/link_in.png);
}
#rubrieken_menu a.aan  {
	background-image: url(/nav/icons/min.png);
}
#rubrieken_menu .submenu {
	box-sizing: border-box;
	display: none;
	line-height: 1.6;
	font-size: 0.9rem;
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 4px;	
	overflow: hidden;
}
#rubrieken_menu .submenu a 	{
	box-sizing: border-box;
	white-space: normal;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3px 0 3px 45px;
	display: block;
	line-height: 1.6;
	border-radius: 0px;
	background-size: 15px 15px;
	border-width: 0px;
	text-decoration: none;
	background-position: 25px 55%;
	background-repeat: no-repeat;	
	color: #143A27;
	box-shadow: none;
	background-image: url(/nav/icons/link_in.png);
}		
#rubrieken_menu a, #rubrieken_menu a:hover {
	text-decoration: none;
}  
#rubrieken_knop {
	box-sizing: border-box;
	position: absolute;
	top : 0px;
	right: 0px; 	
	z-index: 11;
	width: 50%; 
	max-width: 380px;
	height: 32px;
}
/* rubriekenmenu */
/* zoekregel */
#zoekform {
	display: block;
	padding: 0px;
	margin: 0px;
}
#zoekform_voet {
	display: inline-block;
	padding: 0px;
	margin: 0px 12px 0px 0px;
	vertical-align: bottom;
	width: 100% !important;
	max-width: 290px !important;
}
.zoekform input[type=text]::-ms-clear {
    display: none;
}
.zoekregel {
	position: relative;
	width: 380px;
	max-width: 49.9%;

}
.zoekveld {
	box-sizing: border-box;
	-webkit-appearance: none;
	display: inline-block;	
	font-family: Verdana, Geneva, sans-serif;
	height: 32px;
	padding: 7px 2px 7px 4px;
	width: 100%;
	border-radius: 4px;	
	margin: 1px 0px 0px 0px;
	vertical-align: middle;
}
.zoekknop {
	box-sizing: border-box;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 1px;
	cursor: pointer;
	display: inline-block;
	border-radius: 3px;
	width: 54px;
	height: 32px;
	background-image: url(/nav/icons/search_48.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	vertical-align: middle;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	vertical-align: middle;
}
#zoek_container {
	position: relative;
	margin: 0px;
	padding: 0px;	
	width: 100%;
    max-width: 762px;
}
#zoek_hints {
	width: 100%;
	position: absolute;
	z-index: 101;
	display: none;
	left: 0px;
	top: -1px;
	margin: 0px;
    padding: 0px;
	heigth: auto;
	font-size: 0.86rem;
	border-radius: 4px;	
}
.gegevenstabel td.rij.kies_titel .icon {
	margin: 2px 3px 3px 0px;
}
#zoekform_voet .zoekveld {
	width: 100% !important;	
}
/* zoekregel */


#bestelform, .verborgen {
	display: none;
}
/* vervolgmenu's */
.bladermenu {
	margin: 18px 0px;
	padding: 0px;
	max-width: none;
}
.bladermenu a, .bladermenu .menueerst, .bladermenu .menulaatst {
	box-sizing: border-box;
	font-size: 0.86rem;
	width: 8.1%;
	max-width: 64px;
	padding: 6px 2px 6px 2px;
	margin: 1px 1px 0px 0px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
}
.bladermenu a:hover, .bladermenu a.menuaan {
	text-decoration: none !important;
}
.bladermenu .menueerst, .bladermenu .menueerst {	
	border-top-left-radius: 4px;		
	border-bottom-left-radius: 4px;	
	min-width: 21px;
}
.bladermenu .menulaatst, .bladermenu .menulaatst {	
	border-top-right-radius: 4px;		
	border-bottom-right-radius: 4px;	
	margin: 1px 0px 0px 0px;
	min-width: 21px;
}
/* vervolgmenu's */
/* vraag en antwoord */
.vraag_antwoord {
	border: 1px solid #A0B8CD;
	border-radius: 6px;
	padding: 0px;
	margin: 2px 0px 0px 0px;
	overflow: hidden;
	max-width: 820px;
}
.vraag_antwoord .vraag {
	margin: 0px;
	padding: 6px 6px 6px 32px;
	background-image: url(/nav/icons/plus.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 9px 12px;	
	background-color: #E6EEF5;
}
.vraag_antwoord .vraag.aan {
	background-image: url(/nav/icons/min.png);
}
.vraag_antwoord .antwoord {
	border-top: 1px solid #CCC;
	padding: 6px;
	display: none;	
}
.vraag_antwoord ul, .vraag_antwoord ol {
	margin-top: 3px;
	margin-bottom: 3px;
}
.vraag_antwoord p, .vraag_antwoord li {
	margin: 3px 0px;
}
/* vraag en antwoord */
#light {
	display: none;
	position: absolute;
	padding: 12px 18px 12px 18px;
	z-index: 998;
	overflow: auto;
	overflow: hidden;
	text-align: left;
	width: 680px;
    max-width: 100%;
    height: auto;
	min-height: 120px;
	border-radius: 7px;
}
#light .kopje {
	padding: 9px 12px 9px 18px; 
	margin: -12px -18px 12px -18px;
	font-size: 1rem;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2;
}
/* 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;
	border-radius: 7px;
}
#alert_div > #alert_div_head { 
	font-size: 1rem;
	line-height: 1.2;
	text-align: left;
	letter-spacing: 1px;
	padding: 9px 12px 9px 12px; 
	color: #11568E;
}
#alert_div > #alert_div_body { 
	padding: 9px 12px 6px 12px; 
	text-align: left;
}
#alert_div > #alert_div_foot { 
	padding: 6px 12px 16px 12px; 
}
#alert_div p, #alert_div li {
	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;
}
#light div {
}
/* tabellen */
.gegevenstabel {
	margin: 6px 0px 6px 0px;
	border-radius: 5px;	
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	table-layout: fixed;
}
.gegevenstabel td {
	padding: 1px 4px 1px 4px;
	height: auto;
	box-sizing: border-box;
	font-size: 0.86em !important;
}
.gegevenstabel .kop, .gegevenstabel .koplink, .gegevenstabel .tabvoet {
	white-space: nowrap;
	border-width: 0px;	
	vertical-align: middle;
	height: 18px;
}
.koplink {
	cursor: pointer;
}
.gegevenstabel .rij, .gegevenstabel .celdonker {
	vertical-align: top;
	padding: 2px 4px 2px 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.gegevenstabel td.rij .icon {
	margin: 0px 6px 0px -2px;
	height: 16px;
	width: 16px;
}
.gegevenstabel .rij.toon_meerinfo {
	cursor: pointer;
	padding-left: 24px;
	background-position: 3px 5px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-image: url(/nav/icons/plus.png);
}
.gegevenstabel .rij.auteur {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*
.toon_meerinfo, td.rij, td.rij a {
cursor: pointer;
}
*/
.meer_info {
	display: none;
}
.gegevenstabel td.meer_info {
	vertical-align: top;
	padding: 0px !important;
}
td.meer_info p {
	margin: 0px 6px 0px 0px;
}
td.meer_info .blokje p {
	margin: 6px 0px;
}
.meerinfo_inhoud {
	height: 0px;
	padding: 0px 12px;
	margin: 0px;
}
.devider {
	height: 15px;
}
.meerinfo_inhoud .blokje {
	margin: 12px 0px 0px 0px;
	padding: 12px 12px 9px 12px;
	max-width: 920px;
}
.item_titel {
	font-size: 1rem;
	font-weight: bold;
    line-height: 1.4 !important;
}

/* ikoontjesknoppen */
.rij .knop, .rij .verzendknop,
.kop .knop, .kop .verzendknop,
.tabvoet .knop, .tabvoet .verzendknop,
.celdonker .knop, .celdonker .verzendknop {
	width: auto;
	height: 20px;
	padding: 1px 5px 1px 5px;
	box-shadow: none; 
	text-align: center;
	margin: 0 0 0 1px;
	vertical-align: middle;
}
.geen_padding {
	padding: 0px !important;
}
/* tabellen */

@media all and (max-width: 1600px) {
body {
	margin: 0px;
}
#hoofd_div {
	margin: 0px auto 0px auto;
	width: 100%;
	max-width: none;
	border-radius: 0px;
	border: none;
}
}
@media all and (max-width: 1280px) {
.flex_container .blokje {
	flex: 0 1 calc(50% - 4px);
}
}
@media all and (max-width: 999px) {
.flex_container .blokje {
	flex: 0 1 calc(33.34% - 4px);
}	
.flex_container .blokje .link_in {
	background-position: 0px 0.1rem;
}
html {
	font-size: 17px;
} 
#hoofd_div {
	margin: 0px auto 0px auto;
	width: 100%;
	border-radius: 0px;
	border: none;
}
#facebook_kop {
	display: none;
}
#content {
	height: auto;
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	padding: 24px 12px 56px 12px;
	height: auto;
	display: block;
}
#main {
	display: table;
	min-height: 0px;
}
#nav {
	margin: 6px 0px 0px 0px;
	padding: 0px 12px 6px 12px;
	width: 100%;
	display: block;
	height: auto;
	max-width: none;
}
#nav a {
	background-color: transparent !important;
	border-color: transparent !important; 
}
#nav .submenu a:hover, #nav .submenu a.aan, #nav .submenu a.aan:hover {
	color: #F00;
} 
#nav a.hoofdknop {
	margin: 2px 0px 2px 0px;
	width: 100%;
	letter-spacing: 1px;
	font-size: 1.5rem;
	max-width: 100%;
	white-space: nowrap;
}
#facebook_link {
	margin-top: 6px !important;
	display: block !important;
}
.menu_kolom {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-right: 1px;
}
#mobiel_knop {
	display: block;
}
#mobiel_menu {
	padding: 12px 0px;
	display: none;
}
.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: 820px) {
.flex_container .blokje {
	flex: 0 1 calc(50% - 4px);
}
}
@media all and (max-width: 680px) {
.flex_container .blokje {
	flex: 0 1 100%;
}	
.flex_container_tekst .tekst_div {
	margin: 4px 10px;
}
#nav {
	padding: 0px 9px 6px 9px;
}
#content {
	padding: 9px 9px 56px 9px;
}
#mobiel_knop {
	right: 9px;
}
}