html
	{
	background-color: #FFFF00;
 	background-image: url(/picture_library/blauw.png), url(/picture_library/footer-mobiel.png);
	background-position: top, bottom 0 center;
	background-repeat: repeat-x, repeat-x;	
	}

body, h1, h2, p, ul, li
	{
    margin: 0;
    padding: 0;
	}

body
	{
	width: 95%;
    font-family: MetaSerif-book, serif;
    font-size: 18px;
    line-height: 1.6;
	}

header
	{
    background-color: #004F91;
    color: #FFFF00;
    height: 300px;
	}

header h1
	{
	position: absolute;
/* 	border: 1px solid #000; */
	text-align: center;
  	text-shadow:
    1px 1px 0 #000,
    -1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000;
	
	}
header h2
	{
	position: absolute;
	top: 240px;
	width: 65%;
    color: #FFFF00;
    font-family: MetaSerif-Book, serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    text-align: center;
/*    	border: 1px solid #000;  */
	}

@media screen and (min-width: 630px) and (max-width: 799px)
	{
	header h1
		{
		width: 65%;
		left: 5%;
		top: 105px;
		font-size: 60px;
		line-height: 72px;
		font-weight: normal;
		}
	header h2
		{
		left: 5%;
		}
	}
@media screen and (min-width: 510px) and (max-width: 699px)
	{
	header h1
		{
		width: 65%;
		left: 5%;
		top: 105px;
		font-size: 42px;
		line-height: 54px;
		font-weight: normal;
		}
	header h2
		{
		left: 5%;
		}
	}
@media screen and (min-width: 400px) and (max-width: 509px)
	{
	header h1
		{
		width: 65%;
		left: 5%;
		top: 105px;
		font-size: 36px;
		line-height: 48px;
		font-weight: normal;
		}
	header h2
		{
		left: 5%;
		}
	}
@media screen and (min-width: 270px) and (max-width: 399px)
	{
	header h1
		{
		width: 65%;
		left: 3%;
		top: 120px;
		font-size: 36px;
		line-height: 48px;
		font-weight: normal;
		}
	header h2
		{
		top: 260px;
		left: 5%;
		}
	}

header h1 a
	{
	font-family: Amarante, serif;
	color: #FFFF00;
	text-decoration: none;
	}
header h1 a:hover
	{
	color: #FFF;
	}

#vlag-nl,#vlag-ua
	{
	display: block;
	height: 30px;
	width: 45px;
	position: absolute;
	top: 255px;
	right: 7px;
	border: 1px solid #FFFF00;
	border-radius: 4px;
	z-index: 100;
	}

#vlag-nl
	{
	background-image: url(/picture_library/vlag_nl_mobiel.jpg);
	}
#vlag-ua
	{
	background-image: url(/picture_library/vlag_ua_mobiel.jpg);
	}

.ankeiler
	{
	border: 1px solid #000;
	border-radius: 6px;
	background-color: #FFFFEE;
	padding: 5px;
	margin-bottom: 10px;
	}
.ankeiler h2 a
	{
	font-family: MetaSans-Bold, sans-serif;
	text-decoration: none;
	color: #FF0000;
	font-size: 18px;
	display: block;
	line-height: 22px !important;
	margin-bottom: 10px;
	}
.ankeiler h2 a:hover
	{
	color: #00FFFF;
	}
.ankeiler p
	{
	font-family: MetaSans-Book, sans-serif;
	font-size: 15px;
	line-height: 21px;
	margin-top:-4px;
	}
a img.ankeilfoto, a img.ankeilfotoVrijstaand
	{
	float: right;
	margin-left: 5px;
	border-radius: 4px;
	width: 180px;
	height: auto;
	}
a img.ankeilfoto
	{
	border: 1px solid #0788D9;	
	}
a img.ankeilfotoVrijstaand
	{
	border: 1px solid #FFFFEE;
	border-radius: 0;
	}
a img.ankeilfoto:hover, a img.ankeilfotoVrijstaand:hover
	{
	border-color: #000;
	}
a img.ankeilfoto:hover
	{
	border-color: #000;
	}


ul.urls li.none
	{
	list-style-type: none !important;
    font-size: 14px;
    list-style-position: outside;
	margin: 0 0 10px 0;
	}
ul.urls li a
	{
	color: #FF0000;
	text-decoration: none;
	font-family: MetaSans-Medium, sans-serif;
	font-weight: normal;
	}

ul.urls li a:hover
	{
	color: #0000FF;
	text-decoration: underline;
	}

.meer
	{
	display: block;
	width: 50px;
	text-align: right;
	color: #FF0000;
    text-decoration: none;
    font-family: MetaSans-Medium, sans-serif;
    font-size: 15px;
    color: #FF0000;
    background-image: url(/picture_library/pijltje.png);
    line-height: 12px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top: 10px;
	}
a.meer:hover
	{
	color: #063B7E;
	}

ul li.mp3
	{
	list-style-image:  url(/picture_library/mp3.png);
	}
	
ul.urls li.mail
	{
	margin-left: 65px;
	text-indent: 0;
	list-style-image:  url(/picture_library/mail.png);
	}
ul.urls li.telefoontje
	{
	margin-left: 0;
	text-indent: 0;
	list-style-image:  url(/picture_library//ikoontjes/telefoontje.png);
	}

div.afbeelding
	{
	max-width: 100%;
	height: auto;
	margin: 0 auto 0 4.7%;
	}
div.afbeelding img
	{
	width: 100%;
	height: auto;
	margin-left: -2%;
	border: 1px solid #000;
	border-radius: 6px;
	}
div.vrijstaand, div.vrijstaand img
	{
	border: 1px solid transparent;
	}
div.afbeelding ul
	{
	font-weight: normal;
	line-height: 18px;
	}
div.afbeelding ul li, div.afbeelding ul li a
	{
	margin: -20px 0 0 1em;
	text-indent: -1.2em;
	font-family: MetaSans-Medium, sans-serif;
	font-size: 14px;
	}

.fotocredit, .vcredit
	{
	font-family: MetaSans-Book, sans-serif;
	font-weight: normal !important;;
	font-size: 12px !important;;
	float: right;
	}
.fotocredit a
	{
	font-family: MetaSans-Book, sans-serif;
	font-weight: normal !important;
	font-size: 12px !important;
	}


div.afbeelding hr
	{
	clear: both;
	width: 50px;
 	margin: 10px 0 15px 15px !important;
	}

main ul li
	{
	font-family: MetaSerif-Book, serif;
	font-size: 15x;
	}

main ul li a
	{
	text-decoration: none;
	color: #FF0000;
	font-family: MetaSans-Medium, sans-serif;
	font-size: 12px;
	}

main ul li.none, aside ul li.none
	{
	color: #FF0000;
    text-decoration: none;
    font-size: 15px;
    margin: 5px 0 5px 1.9em;
    text-indent: -12px;
	}

main ul.urls li.video, aside ul.urls li.video
	{
	clear: both;
	font-weight: normal;
	font-size: 15px;
	}
main ul.urls li.video:before, aside ul.urls li.video:before
	{
	content: "";
	margin-left: 15px;
	}
main ul.urls li.video a:hover, aside ul.urls li.video a:hover
	{
	text-decoration: none;
	}

/* 
main a.video_js
	{
	font-weight: 600;
	text-decoration:none;
	font-weight: normal;
	font-size: 14px;
	}
 */
main ul li.video a, aside ul li.video a
	{
	margin-left: -1em;
	}

li.video a img
	{
	border: 1px solid #000;
	border-radius: 6px !important;
 	background-size: 150px;
 	background-position: center;
	width: 150px;
	height: 80px;
	margin: 5px 10px 5px 0;
	float: left;
	}

li.vataha
	{
	list-style-type: none;
	background-image: url("/picture_library/vataha-logo_klein.png");
	background-position: left 4px;
	background-repeat: no-repeat;
	list-style-position: outside;
	margin: 0 0 15px 0;
	}
li.vataha a
	{
	display: block;
	margin-left: 65px;
	text-indent: 0;
	}

main ul li
	{
	list-style-position: inside;
	}

ul li b.agendapunt
	{
	font-family: MetaSerif-Bold, serif;
	font-weight: normal;
	font-size: 16px;
	}

nav a#hamburger
	{
	display: block;
	position: absolute;
	top: 0;
	right: 5px;
	width: 50px;
	height: 50px;
	background-image: url(/picture_library/hamburger.png);
	}
nav a#hamburger:active
	{
	background-image: url(/picture_library/hamburger_diap.jpg);
	border-radius: 6px;
	}

nav ul#menu
	{
	z-index: 200;
	position: absolute;
	top: 50px;
	right: 5px;
	background-color: #FFFF00;
	padding: 10px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #000;
	border-radius: 6px;
	}
nav ul#menu li
	{
	list-style: none;
	font-family: MetaSans-Medium;
	font-weight: normal;
	}
nav ul#menu li a
	{
	display: block;
	text-decoration: none;
	color: #FF0000;
	font-size: 21px;
	padding: 5px;
	}
nav ul#menu li a:hover
	{
	color: #0000FF;
	background-color: #E6E6E6;
	}

a#ooievaar
	{
	position: absolute;
	top: 50px;
	right: 2%;
	width: 150px;
	height: 201px;
	background-image: url(/picture_library/ooievaar_mobiel-150.png);
	background-repeat: no-repeat;
	}
header a#ooievaar:hover
	{
	opacity: 0.5;
	}

header a#logo-codh
	{
	position: absolute;
	top: 10px;
	left: calc(7% + 110px);
	width: 60px;
	height: 18px;
	background-image: url(/picture_library/codh-500.png);

/* 	border: 1px solid #000; */
	}

@media screen and (min-width: 700px) and (max-width: 799px)
	{
	header a#logo-codh
		{
		position: absolute;
		top: 10px;
		left: calc(8% + 100px);
		width: 265px;
		height: 90px;
		background-image: url(/picture_library/codh-500.png);
/* 		border: 1px solid #000; */
		}
	}
@media screen and (min-width: 510px) and (max-width: 699px)
	{
	header a#logo-codh
		{
		position: absolute;
		top: 10px;
		left: calc(8% + 90px);
		width: 211px;
		height: 60px;
		background-image: url(/picture_library/codh-400.png);
/* 		border: 1px solid #000; */
		}
	}
@media screen and (min-width: 400px) and (max-width: 509px)
	{
	header a#logo-codh
		{
		position: absolute;
		top: 10px;
		left: calc(8% + 50px);
		width: 180px;
		height: 57px;
		background-image: url(/picture_library/codh-350.png);
/* 		border: 1px solid #000; */
		}
	}
@media screen and (max-width: 399px)
	{
	header a#logo-codh
		{
		position: absolute;
		top: 0;
		left: 8%;
		width: 180px;
		height: 57px;
		background-image: url(/picture_library/codh-350.png);
/* 		border: 1px solid #000; */
		}
	}


header a#logo-codh:hover
	{
	background-color: #0000FF;
	opacity: 0.2;
	}

main
	{
	width: 90%;
	max-width: 500px;
	margin: 20px auto 0 auto;
	}

main h1, aside h1
	{
	font-family: BodoniBold, serif;
	font-weight: normal;
	letter-spacing: -0.5px;
	}

main h1
	{
	line-height: 33px;
	font-size: 30px;
	margin: 20px 0 20px 0;
	}
main h2
	{
	font-weight: bold;
	font-size: 18px
	}
main h3, aside h3
	{
	font-family: MetaSerif-Medium, serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: -12px;
	}
main h4
	{
	margin: 0 0 -15px 0;
	text-transform: uppercase;
	font-family: MetaSans-Book, sans-serif;
	font-size: 16px;
	}

main p, aside p, main ul, aside ul
	{
	width: 100% !important;
	font-family: MetaSerif-Book, serif;
	font-size: 18px;
	line-height: 27px;
/* 	padding-left: calc(100vw/12);	letter-spacing: 0.1px; */
	text-align: left;
	margin: 15px 0 0 0;
	}
aside ul li
	{
	margin-left: 15px;
	}
main p#lead
	{
	font-family: MetaSerif-Medium, serif !important;
	font-weight: normal;
	}

main p .centreer-main
	{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 18px;
	line-height: 27px;
	margin: -10px 0 0 0;
	font-family: MetaSerif-Medium, serif;
	font-weight: normal;
	}

p a
	{
	font-family: MetaSans-Medium, sans-serif;
	text-decoration: none;
	color: #FF0000;
	font-size: 16px;
	}

aside
	{
	width: 90%;
	max-width: 500px;
	margin: -15px auto !important;
/* 	border: 1px solid #000; */
	}

aside h1
	{
	line-height: 27px;
	font-family: Bodoni, serif;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 15px 0;
	width: 100%;
	}
	
aside ul.urls li.facebook
	{
	list-style-type: none;
	background-image: url("/picture_library/facebook.png");
	background-position: 35px 0;
	background-repeat: no-repeat;
	line-height: 25px;
	list-style-position: outside;
	margin: 0 0 15px 0;
	}
aside ul.urls li.facebook a
	{
	display: block;
	margin-left: 65px;
	text-indent: 0;
	}
	
ul.pdf li
	{
	list-style-type: none;
	background-image: url("/picture_library/pdfje.gif");
	background-repeat: no-repeat;
	line-height: 20px;
	margin: 0 0 15px 25px;
   	font-family: MetaSerif-Book, serif;
   	font-weight: normal;
    font-size: 16px;
    padding-left: 40px;
	}
ul.pdf li a
	{
	font-family: MetaSans-Medium, sans-serif;
	text-decoration: none;
	color: #FF0000;
	}
ul.flyer li
	{
	list-style-type: none;
	background-image: url("/picture_library/flyer.png");
	background-repeat: no-repeat;
	line-height: 20px;
	margin: 0 0 15px 25px;
   	font-family: MetaSerif-Book, serif;
   	font-weight: normal;
    font-size: 16px;
    padding-left: 40px;
	}
ul.flyer li a
	{
	font-family: MetaSans-Medium, sans-serif;
	text-decoration: none;
	color: #FF0000;
	}

.fancybox-slide--iframe .fancybox-content
	{
	padding: 2px;
	overflow: visible;
	background: none;
	}

@media screen and (max-width: 400px)
	{
	.fancybox-slide--iframe .fancybox-content
		{
		width: calc(95vw);
		height: calc(95vw/1.75);
		}
	}
@media screen and (min-width: 401px) and (max-width: 799px)
	{
	.fancybox-slide--iframe .fancybox-content
		{
		width: calc(85vw);
		height: calc(85vw/1.75);
		}
	}

hr
	{
	border: 0;
	height: 1px;
	background-color: #000;
	}

.kader
	{
	padding: 15px 15px 15px 15px;
	font-family: MetaSerif-Book, serif;
	font-size: 18px;
	line-height: 27px;
	border: 1px solid #000;
	background-color: #FFFFEE;
	padding: 10px;
	}
.kader h3
	{
	margin-top: 0;
	font-family: MetaSans-Medium, serif;
	margin-bottom: 0;
	}
.kader p
	{
	margin-top: 0;
	}

.verberg-voor-mobiel
	{
	display: none !important;
	}

main ul li a
	{
	color: #FF0000;
    text-decoration: none;
    font-size: 15px;
	}
aside ul li a
	{
	color: #FF0000;
    text-decoration: none;
    font-size: 14px;
	}

main ul.urls li.none, aside ul.urls li.none
	{
	list-style-type: none;
	background-image: url("/picture_library/pijltje.png");
	background-position: 49px 3px;
	background-repeat: no-repeat;
	list-style-position: outside;
	margin-left: 0;
	}

main ul.urls li.none a, aside ul.urls li.none a 
	{
	color: #FF0000;
    text-decoration: none;
    font-size: 15px;
	display: block;
	margin-left: 65px;
	text-indent: 0;
	}

main ul.urls, aside ul.urls
	{
	line-height: 21px;
	list-style-type: none;
	}

main ul li a, aside ul li a
	{
	font-size: 15px;
    color: #FF0000;
    text-decoration: none;
	}

main ul li a:hover, aside ul li a:hover
	{
    color: #0000FF;
	}

.fancybox-slide--iframe .fancybox-content
	{
	padding: 2px;
	overflow: visible;
	background: none;
	}

@media screen and (max-width: 400px)
	{
	.fancybox-slide--iframe .fancybox-content
		{
		width: calc(95vw);
		height: calc(95vw/1.75);
		}
	}
@media screen and (min-width: 401px) and (max-width: 799px)
	{
	.fancybox-slide--iframe .fancybox-content
		{
		width: calc(85vw);
		height: calc(85vw/1.75);
		}
	}

footer
	{
	clear: both;
	margin-top: 55px;
	font-size: 14px;
/* 	background-color: #969696; */
	text-align: center;
	padding: 1em;
	height: 50px;
	}
footer a
	{
	color: #FFF;
	font-family: MetaSans-Book, sans-serif;
	font-weight: normal;
	font-size: 14px;
	}

.verberg-voor-mobiel
	{
	display: none !important;
	}
