html
	{	
	background: url(/picture_library/valkenbosplein-1950-achtergrond.jpg) no-repeat center center fixed; 
/* 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
 */
	background-size: cover;
	font-family: "NotoSerif-Regular", serif;
	line-height: 1.5;
	font-size: 15.5px;;
	color: #000;
	letter-spacing: 0.3px;
	}


@media screen and (min-width: 1180px)
	{
	body
		{
		width: 1100px;
		padding: 0 10px;
		margin: 0 auto;
		background-color: #FFFFFF;
		min-height: calc(100vh);
		border: 1px solid #000;
		box-shadow:
		0 0 0 #FFF,
		-2px 1px 5px #777877,
		0 0 0 #FFF,
		2px -1px 5px #777877;
		}
	header
		{
		margin: -45px auto 10px auto;
		text-align: center;
		width: 1000px;
		height: 200px;
/* 		border: 1px solid #000; */
		border-bottom: 1px solid #000;
		}
	header h1 a
		{
		margin: 0;
		font-size: 60px;
		color: #027348 !important;
		}
	header h2
		{
		margin-top: -28px;
		font-size: 21px;
		line-height: 27px;
		}
	a#werkgroep-vcp
		{
		width: 150px;
		height: 93px;
		margin: 40px -180px 0 0;
		background: url(/picture_library/werkgroep-vcp-150.jpg) no-repeat center center;
		float: left;
		}
	a.wat-voor-weer
		{
		width: 150px;
		height: 108px;
		margin: -125px 0 0 0;
		background: url(/picture_library/wat-voor-weer-150px.png) no-repeat center center;
		float: right;		
		}

	#wrapper
		{
		width: 1000px;
		margin: auto;
		display: flex;
		gap: 0;
		}

	main
		{
		flex: 6;
		padding: 0 35px 20px 0;
		}
	aside
		{
		flex: 4;
		padding: 10px 0 0 30px;
/* 		border: 1px solid #000; */
		border-left: 1px dotted #000;
		}

	nav ul
		{
		text-align: center;
		margin: -15px auto 0 auto;
		text-indent: -20px;
		}

	nav ul li
		{
		display: inline;
		width: 100%;
		margin-right: 5px;
		}

	nav ul li
		{
		list-style: none;
		}
	nav ul li a
		{
		color: #006239;
		font-family: "Oswald-Regular",sans-serif;
		font-weight: normal;
		font-size: 24px;
		line-height: 42px;
		text-decoration: none;
/* 		padding: 1px 5px; */
/* 		border: 1px solid #000; */
		}
	nav ul li a:hover
		{
		color: #FFFF00;
		background-color: #006239;
		}
	main h1
		{
		font-family: PlayfairDisplay-Bold, serif;
		margin: 4px 0 15px 0;
		font-size: 39px;
		line-height: 47px;
		overflow: hidden;
		font-weight: normal;
		}
	aside h6
		{
		font-family: 'PlayfairDisplay-Bold', serif;
		margin: -7px 0 15px 0;
		font-size: 30px;
		line-height: 42px;
		font-weight: normal;
		}

	main h2
		{
		font-family: 'PlayfairDisplay-Medium', serif;
		font-size: 18px;
		letter-spacing: -0.5px;
		text-decoration: none;
		}

	div.rechts
		{
		float: right;
		margin-left: 10px;
		}
	div.links
		{
		float: left;
		margin-right: 10px;
		}
	}

@media screen and (min-width: 970px) and (max-width: 1179px)
	{
	body
		{
		width: 970px;
		margin: 0 auto;
		background-color: #FFFFFF;
		border: 1px solid #000;
		box-shadow:
		0 0 0 #FFF,
		-2px 1px 5px #777877,
		0 0 0 #FFF,
		2px -1px 5px #777877;
		}

	header
		{
		text-align: center;
		margin: -40px auto 10px auto;
		width: 900px;
		height: 180px;
		/* border: 1px solid #000; */
		border-bottom: 1px solid #000;;
		}
	header h1
		{
		margin: 0;
		font-size: 54px;
		color: #027348 !important;
		}
	header h2
		{
		margin-top: -15px;
		font-size: 18px;
		line-height: 21px;
		}
	#werkgroep-vcp
		{
		width: 150px;
		height: 93px;
		margin: 40px -180px 0 0;
		background: url(/picture_library/werkgroep-vcp-150.jpg) no-repeat center center;
		float: left;
		}
	.wat-voor-weer
		{
		width: 150px;
		height: 108px;
		margin: -115px 0 0 0;
		background: url(/picture_library/wat-voor-weer-150px.png) no-repeat center center;
		float: right;		
		}
	#wrapper
		{
		width: 900px;
		margin: auto;
		display: flex;
		gap: 0;
		}

	main
		{
		flex: 2;
		padding: 20px;
/* 		border: 1px solid #000; */
		}
	aside
		{
		flex: 1;
		padding: 30px;
/* 		border: 1px solid #000; */
		border-left: 1px dotted #000;
		}

	main .afbeelding
		{
		max-width: 300px;
		height: auto;
		}

	aside img
		{
		clear: both;
		display: block;
		margin: auto;
		}
	aside ul.urls li.video .videotekst
		{
/* 		display: block; */
/* 		float: left; */
		margin-left: 0;
		text-indent: 0;
		}

	nav
		{
		margin-top: 0;
		}
	nav ul
		{
		text-indent: -20px;
		}
	nav ul li
		{
		display: inline;
		width: 100%;
		margin-right: 5px;
		list-style: none;
		}

	nav ul li a
		{
		color: #006239;
		font-family: "Oswald-Regular",sans-serif;
		font-weight: normal;
		font-size: 21px;
		line-height: 39px;
		text-decoration: none;
		padding: 1px 5px;
/* 		border: 1px solid #000; */
		}
	nav ul li a:hover
		{
		color: #FFFF00;
		background-color: #006239;
		}
	main h1
		{
		font-family: PlayfairDisplay-Bold, serif;
		margin: 0 0 15px 0;
		line-height: 48px;
		font-size: 36px;
		font-weight: normal;
		}
	aside h6
		{
		font-family: 'PlayfairDisplay-Bold', serif;
		margin: -7px 0 15px 0;
		line-height: 25px;
		font-size: 27px;
		line-height: 39px;
		font-weight: normal;
		}

	aside a img.ankeilfoto
		{
		float: left;
		margin: 0 100px 0 0;
		margin-bottom: 5px;
		}

	main h2
		{
		font-family: 'PlayfairDisplay-Medium', serif;
		font-size: 18px;
		letter-spacing: -0.5px;
		text-decoration: none;
		}
	div.rechts
		{
		float: right;
		margin-left: 10px;
		}
	div.links
		{
		float: left;
		margin-right: 10px;
		}
	main .afbeelding, img
		{
		max-width: 520px;
		height: auto;
		}
	}

@media screen and (min-width: 860px) and (max-width: 969px)
	{
	body
		{
		width: 860px;
		padding: 0 0;
		margin: 0 auto !important;
		background-color: #FFFFFF;
		min-height: calc(100vh);
		border: 1px solid #000;
		box-shadow:
		0 0 0 #FFF,
		-2px 1px 5px #777877,
		0 0 0 #FFF,
		2px -1px 5px #777877;
		}
	header
		{
		text-align: center;
		margin: -40px auto 10px auto;
		width: 750px;
		height: 160px;
		border-bottom: 1px solid #000;
		}
	header h1
		{
		margin-top: 0;
		}
	header h1
		{
		font-size: 42px;
		color: #027348 !important;
		}
	header h2
		{
		margin-top: -37px;
		font-size: 14px;
		}
	a#werkgroep-vcp
		{
		width: 150px;
		height: 93px;
		margin: 24px -180px 0 0;
		background: url(/picture_library/werkgroep-vcp-150.jpg) no-repeat center center;
		float: left;
		}
	a.wat-voor-weer
		{
		width: 150px;
		height: 108px;
		margin: -115px 0 0 0;
		background: url(/picture_library/wat-voor-weer-150px.png) no-repeat center center;
		float: right;		
		}

	#wrapper
		{
		width: 800px;
		margin: auto;
		display: flex;
		gap: 0;
		}

	main
		{
		flex: 3;
		padding: 20px;
/* 		border: 1px solid #000; */
		}
	aside
		{
		flex: 2;
		padding: 30px;
/* 		border: 1px solid #000; */
		border-left: 1px dotted #000;
		}

	aside img
		{
		float: left;
		margin-bottom: 15px;
		}
	
	nav
		{
		margin-top: 0;
		}
	nav ul
		{
		text-indent: -22px;
		}
	nav ul li
		{
		display: inline;
		width: 100%;
		margin-right: 1px;
		}
	nav ul li
		{
		list-style: none;
		}
	nav ul li a
		{
		color: #006239;
		font-family: "Oswald-Regular",sans-serif;
		font-weight: normal;
		font-size: 18px;
		line-height: 30px;
		text-decoration: none;
		padding: 0 1px;
/* 		border: 1px solid #000; */
		}
	nav ul li a:hover
		{
		color: #FFFF00;
		background-color: #006239;
		}

	main h1
		{
		font-family: PlayfairDisplay-Bold, serif;
		margin: 0 0 15px 0;
		font-size: 27px;
		font-weight: normal;
		}

	aside h6
		{
		font-family: 'PlayfairDisplay-Bold', serif;
		margin: 0 0 15px 0;
		line-height: 25px;
		font-size: 24px;
		font-weight: normal;
		}

	aside a img.ankeilfoto
		{
		float: left;
		margin-left: 0;
		margin-bottom: 5px;
		}

	main h2
		{
		font-family: 'PlayfairDisplay-Medium', serif;
		font-size: 18px;
		letter-spacing: -0.5px;
		text-decoration: none;
		}
	main p, main h5, aside p, aside h5
		{
		clear: both;	
		}
	main p#lead
		{
		text-align: left !important;
		}
	div.rechts
		{
		margin: auto;
		}
	div.links
		{
		margin: auto;
		}
	main .afbeelding, img
		{
		max-width: 100%;
		height: auto;
		}
	}

@media screen and (min-width: 800px) and (max-width: 860px)
	{
	body
		{
		width: 800px;
		padding: 0;
		margin: 0 auto;
		background-color: #FFFFFF;
		min-height: calc(100vh);
		border: 1px solid #000;
		box-shadow:
		0 0 0 #FFF,
		-2px 1px 5px #777877,
		0 0 0 #FFF,
		2px -1px 5px #777877;
		}

	header
		{
		text-align: center;
		margin: -40px auto 10px auto;
		width: 750px;
		height: 160px;
		border-bottom: 1px solid #000;
		}

	header h1
		{
		margin-top: 0;
		}
	header h1
		{
		font-size: 42px;
		color: #027348 !important;
		}
	header h2
		{
		margin: -30px  auto 0 auto;
		font-size: 15px;
		}
	#werkgroep-vcp
		{
		width: 150px;
		height: 93px;
		margin: 20px -180px 0 0;
		background: url(/picture_library/werkgroep-vcp-150.jpg) no-repeat center center;
		float: left;
		}
	.wat-voor-weer
		{
		width: 150px;
		height: 108px;
		margin: -110px 0 0 0;
		background: url(/picture_library/wat-voor-weer-150px.png) no-repeat center center;
		float: right;		
		}

	#wrapper
		{
		width: 760px;
		margin: auto;
		display: flex;
		gap: 0;
		}

	main
		{
		flex: 2;
		padding: 20px;
/* 		border: 1px solid #000; */
		}
	aside
		{
		flex: 1;
		padding: 30px;
/* 		border: 1px solid #000; */
		border-left: 1px dotted #000;
		}

	nav
		{
		margin: -10px auto 0 -25px;
		}
	nav ul
		{
		text-indent: -15px;
		}
	nav ul li
		{
		display: inline;
		width: 100%;
		margin-right: 3px;
		}

	nav ul li
		{
		list-style: none;
		}

	nav ul li a
		{
		color: #006239;
		font-family: "Oswald-Regular",sans-serif;
		font-weight: normal;
		font-size: 16px;
		text-decoration: none;
		padding: 0 1px;
/* 		border: 1px solid #000; */
		}
	nav ul li a:hover
		{
		color: #FFFF00;
		background-color: #006239;
		}

	main h1
		{
		font-family: PlayfairDisplay-Bold, serif;
		margin: 0 0 15px 0;
		line-height: 30px;
		font-size: 27px;
		font-weight: normal;
		}

	aside h6
		{
		font-family: 'PlayfairDisplay-Bold', serif;
		margin: -9px 0 15px 0;
		line-height: 25px;
		font-size: 24px;
		line-height: 27px;
		font-weight: normal;
		}
	aside a img.ankeilfoto
		{
		float: left;
		margin-left: 0;
		margin-right: 20px;
		margin-bottom: 5px;
		}
	main h2
		{
		font-family: 'PlayfairDisplay-Medium', serif;
		font-size: 18px;
		letter-spacing: -0.5px;
		text-decoration: none;
		}
	main p, main h5, aside p, aside h5, 
		{
		clear: both;	
		}
	main p#lead
		{
		text-align: left !important;
		}
	div.rechts
		{
		margin: auto;
		}
	div.links
		{
		margin: auto;
		}
	main .afbeelding, img
		{
		max-width: 100%;
		height: auto;
		}
	aside ul.urls li.video .videotekst
		{
		display: block;
		clear: both;
		margin-left: 0;
		text-indent: 0;
		}
	}

header h1 a
	{
	text-decoration: none;
	}

header h1
	{
	text-align: center;
	font-family: Amarante-Regular, serif;
	color: #006239;
	letter-spacing: 2px;
	font-weight: normal;
  	text-shadow:
    1px 1px 0 #000,
    -1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000;

	}
header h2
	{
	width: 100%;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	}

a#werkgroep-vcp
	{
	border: 2px solid transparent;
	}
a#werkgroep-vcp:hover
	{
	border: 2px solid #006239;
	}

a.wat-voor-weer
	{
	border: 1px solid transparent;
	}
a.wat-voor-weer:hover
	{
	border: 1px solid #006239;
	}

.vcredit
	{
	font-family: Helvetica-light, sans-serif;
	}

aside .videotekst {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-break: break-word;  /* zorgt dat woorden ook kunnen breken als laatste redmiddel */
  overflow-wrap: break-word;
  white-space: normal;
}



.ankeiler
	{
	padding: 5px;
	}

.ankeiler h3 a
	{
	display: block;
	margin: -15px 0 15px 0;
	font-family: Oswald-Regular, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 27px;
	text-decoration: none;
	color: #006239;
	}
.ankeiler h3 a:hover
	{
	color: #FFFF00;
	}

.ankeiler p
	{
	font-family: Helvetica, sans-serif;
	font-size: 14px;;
	line-height: 21px;
	}

.ankeiler p b
	{
	font-family: Helvetica-Bold, sans-serif;
	font-size: 14px;;
	line-height: 21px;
	}
.ankeiler p a
	{
	font-family: 'Helvetica-Bold', sans-serif;
	text-decoration: none;
	color: #006239;
	}

a img.ankeilfoto
	{
	float: right;
	margin: 0 0 0 5px;
	border: 1px solid #000;
	border-radius: 4px;
	width: 180px;
	height: auto;
	}
a img.ankeilfotoVrijstaand
	{
	float: right;
	margin: 0 0 0 5px;
	width: 180px;
	height: auto;
	border: 1px solid transparent;
	}

a img.ankeilfoto:hover, a img.ankeilfotoVrijstaand:hover
	{
	opacity: 0.5;
	}

nav ul#menu
	{
	display: block !important;
	}

header h1 a
	{
	margin-left: 10px;
    color: #027348 !important;
	font-family: Amarante-Regular, serif;
    font-weight: normal;
  	text-shadow:
    1px 1px 0 #000,
    -1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000;
	}

header h1 a:hover
	{
	color: #FFFF00 !important;
	}

main img
	{
	border: 1px solid #000;
	border-radius: 4px;
	}

main #datum
	{
	border: 1px solid #000;
	font-family: 'BebasNeue-Regular', sans-serif;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 1px;
	margin: 15px 10px;
	padding: 3px 5px;
	float: left;
	}
.ankeiler .datum
	{
	display: block;
	font-family: 'BebasNeue-Regular', sans-serif;
	margin: 0 0 0 0;
	font-size: 18px;
	line-height: 21px;
	}

main .afbeelding
	{
	margin-top: 5px;
	}

aside .niet
	{
	display: none;
	}

a.meer
	{
	clear: both;
    text-decoration: none;
    font-family: "Helvetica-Bold", sans-serif;
    font-size: 14px;;
    color: #006239;
    margin: 0 0 0 0;
    background-image: url(/picture_library/pijltje.png);
    line-height: 12px;
    background-repeat: no-repeat;
    background-position: 0 -1px;
	display: block;
	width: 50px;
	text-align: right;
	}
a.meer:hover
	{
	color: #FFFF00;
	}

main h5, aside h5
	{
	font-family: Roboto-Bold, sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin: 15px 0 0px 0;
	line-height: 30px;
	}
.affiche h3, main h3
	{
	font-family: Roboto-SemiBold, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 5px;
	}

.affiche ul li
	{
	list-style-image: url(/picture_library/pijltje.png);
	margin-left: 10px !important;
	font-family: Roboto-SemiBold, sans-serif;
	font-size: 14px;
	}
.affiche ul li a
	{
	font-size: 14px;
	}

main h4
	{
	margin: 0 0 -5px 0;
	text-transform: uppercase;
	font-family: "Helvetica", sans-serif;
	font-size: 18px;
	font-weight: normal;
	}

main p, aside p, main ul li, main ol li, aside ul li, aside ol li
	{
	font-family: NotoSerif-Regular, serif;
/* 	font-weight: normal; */
	color: #000;
	font-size: 15.5px;
	line-height: 1.5;
	margin-top: 0;
	}

main p b, aside p b, main ol b, main ul b
	{
	font-family: NotoSerif-Bold, serif;
	font-weight: normal;
	line-height: 1.5;
	}
main p i, aside p i, main ol i, main ul i
	{
	font-family: NotoSerif-Italic, serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	}
main p i b, aside p i b, main ol i b, main ul i b, main p b i, aside p b i, main ol b i, main ul b i
	{
	font-family: NotoSerif-BoldItalic, serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	}

.ankeiler p.lead
	{
	font-family: Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	}

main ul li
	{
	margin: 0 0 0 15px;
	}
main ol li
	{
	margin: 0 0 0 -15px;
	}

aside ul li
	{
	margin-left: 15px;
	}

q
	{
	font-style: italic;
 	quotes: '“' '”';
	}

main p#lead
	{
	font-family: "NotoSerif-Bold", serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px 0;
	letter-spacing: 0;
	}
main p#lead b
	{
	font-family: "NotoSerif-BoldItalic", serif;
	font-size: 15.5px;
	line-height: 1.5px;
	margin: 25px 0 15px 0;
	font-weight: normal;
	}
main p a, main ul li a
	{
	font-family: Helvetica-Bold, sans-serif;
   	color: #006239;
   	text-decoration: none;
   	font-size: 16px !important;
	}
main h3 .centreer-main
	{
	display: block;
	font-family: "NotoSerif-Regular", serif;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	}

main p .centreer-main
	{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 15.5px;;
	line-height: 1.5px;
	font-family: "NotoSerif-Regular", serif;
	font-weight: normal;
	}

main ul.plat
	{
	width: 100% !important;
	font-family: 'NotoSerif-Regular', serif;
	font-size: 15.5px;;
	line-height: 1.5;
	letter-spacing: 0.1px;
	text-align: left;
	margin: 0 0 0 1.2em;
/* 	list-style-position: outside; */
	}

div.sluitlijntje
	{
	width: 100%;
	/* width: 120px; */
	float: left;
	margin-top: 10px;
	border-top: 1px dotted #000 !important;
	}
div.koplijntje
	{
	width: 100%;
	/* width: 120px; */
	float: left;
	margin: 0 0 15px 0;
	border-top: 1px dotted #000 !important;
	}

div.afbeelding hr
	{
	clear: both;
	width: 50px;
	float: left;
	margin-left: 2em;
	}
div.afbeelding ul li a
	{
	font-family: 'Roboto-SemiBold',sans-serif;
	font-weight: normal;
	font-size: 12.9px;
	line-height: 16px;	
	}
div.afbeelding ul
	{
	margin-left: -40px;
	}

div.afbeelding ul li
	{
	font-family: 'Helvetica-light', sans-serif;
	font-weight: normal;
	font-size: 12.9px;
	line-height: 16px;
	}

aside a:hover, aside ul li.none a:hover, main a:hover, main ul li.none a:hover, main p a:hover
	{
	color: #FFFF00 !important;
	text-shadow:
    1px 1px 0 #006239,
    -1px 1px 0 #006239,
    -1px -1px 0 #006239,
    1px -1px 0 #006239;
	}
aside a:hover img
	{
	border: 1px solid #006239;
	}

a.vergroten span
	{
	float: right;
	display: block;
	width: 25px;
	height: 24px;
	background-image: url(/picture_library/magnify.png);
	}
div.vrijstaand img, div.vrijstaand
	{
	border: 1px solid transparent;
	border-radius: 0;
	}
div a.vergroten:hover
	{
	cursor: url(/picture_library/magnify.png), pointer !important;
	}
div a img:hover
	{
	border: 1px solid #006239;
	}
	
.afbeelding ul
	{
	margin: 0 0 0 1em;
	font-family: 'Helvetica-light', sans-serif;
	text-align: left;
	line-height: 18px;
	font-size: 14px;
	}
.fotocredit
	{
	margin: 0 0 10px 0;
	font-family: 'Helvetica-light', sans-serif;
	font-weight: normal;
	font-size: 12px;
	float: right;
	}
.fotocredit a
	{
	font-family: 'Helvetica-light', sans-serif;
	font-weight: normal !important;
	font-size: 12px !important;
	}

.affiche
	{
	display: block;
	font-size: 12.9px;
	margin-top: 15px;
	font-family: Helvetica, sans-serif;
	}

.affiche a img
	{
	float: left;
	margin: 0 22px 10px 0;
	border: 0;
	filter: drop-shadow(2px 2px 2px #474847);
	}
.affiche a img:hover
	{
	float: left;
	border: 0;
	filter: drop-shadow(2px 2px 2px #474847);
	color: #006239;
	}
.affiche a
	{
	font-family: "Helvetica-Bold", sans-serif;
	font-size: 12.9px;
	line-height: 12px;
	text-decoration: none;
	color: #006239;
	}

main ul.urls li, aside ul.urls li, aside a.url-tekst
	{
	list-style-type: none;
	text-indent: -2em;
	margin-left: -40px !important;
   	font-family: 'Helvetica-Bold', sans-serif;
   	font-weight: normal;
   	margin-bottom: 5px;
	}
main a.url-tekst
	{
	font-family: 'Helvetica-Bold', sans-serif;
	font-weight: normal;
	margin-top: -18px;
	margin-left: 200px;
	}

aside .afbeelding-url-tekst a.url-tekst
	{
	display: block;
	clear: both !important;
	width: 100%;
	margin-left: 0 !important;
	}
/* 
main .afbeelding-url-tekst a.url-tekst
	{
	display: block;
	clear: both !important;
	width: 100%;
	margin-left: 0 !important;
	}
 */

main ul li a, aside ul li a, a.affiche-url, a.url-tekst
	{
	color: #006239;
    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: 0 2.5px;
	background-repeat: no-repeat;
	text-indent: -3em;
	padding-left: 1.2em;
	line-height: 18px;
	}

main ul.urls li.none a, aside ul.urls li.none a 
	{
	color: #006239;
    text-decoration: none;
    font-size: 14px;;
	margin-left: 45px;
	text-indent: 0;
	}

main ul.urls, aside ul.urls
	{
	line-height: 21px;
	list-style-type: none;
	}
/* 
main ul.urls li.none:before, aside ul.urls li.none:before
	{
    content: "> ";
	margin: 0;
	}
 */

ul.urls
	{
	clear: both;
	margin-top: 0;
	}

 ul.urls li.mail
	{
	clear: both;
	margin: 15px 0 15px 0 !important;
	text-indent: 0;
	list-style-image:  url(/picture_library/mail.png);
	}
ul.urls li.mail a
	{
	display: block;
	line-height: 20px;
	margin-bottom: 20px;
	}
ul.urls li.telefoontje
	{
	clear: both;
	margin: 10px 0 0 42px;
	text-indent: 0;
	list-style-image:  url(/picture_library/telefoontje.png);
	}

aside
	{
/* 	border: 1px solid #000; */
	width: 100%;
	}

aside ul.urls li.none
	{
	margin: 0 0 10px 0;
	}
 
main ul li a:hover, aside ul li a:hover
	{
    color: #FFFF00;
    text-decoration: none;
	}
main ul.urls li.video, aside ul.urls li.video
	{
	margin-left: -30px;
	clear: both;
	font-weight: normal;
	font-size: 14px;;
	}
main ul.urls li.video:before, aside ul.urls li.video:before
	{
	content: "";
	margin-left: 3em;
	}

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
	{
	font-family: "Helvetica-Bold", sans-serif;
	margin-left: -1em;
	}

main li.video a img, aside li.video a img
	{
	border: 1px solid #000;
	border-radius: 4px;
 	background-size: 150px;
 	background-position: center;
	width: 150px;
	height: 80px;
	margin: 5px 10px 5px 0;
	float: left;
	}
/* 
main li.video a img
	{
	border: 1px solid #000;
 	background-size: 150px;
 	background-position: center;
	width: 150px;
	height: 80px;
	margin: 5px 10px 5px 0px;
	float: left;
	}
 */
li.video a:hover img
	{
	border-color: #006239;:
	}

ul.urls li.facebook
	{
	margin: 0 0 15px 0;;
	}

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;
	}

li.facebook a
	{
	display: block;
	margin-left: 65px;
	text-indent: 0;
	}

ul.pdf li, ul.flyer li
	{
	list-style-type: none;
	background-repeat: no-repeat;
	line-height: 20px;
	margin: 0 0 15px 25px;
   	font-family: MetaSerif-Book, serif;
   	font-weight: normal;
    font-size: 14px;;
    padding-left: 40px;
	}
ul.pdf li
	{
	background-image: url("/picture_library/pdfje.gif");
	}
ul.flyer li
	{
	background-image: url("/picture_library/flyer.png");
	}

ul.pdf li a, ul.flyer li a
	{
	font-family: MetaSans-Medium, sans-serif;
	}

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

.kader ul li
	{
	margin: 0 0 0 10px;
	font-family: 'Helvetica-light', sans-serif;
	font-size: 14px;
	font-weight: normal;
	}
.kader ul li b
	{
	font-family: 'Helvetica-Bold', sans-serif;
	font-weight: normal;
	}
.kader ul li a
	{
	font-family: 'Helvetica-Bold', sans-serif;
	font-weight: normal;
	font-size: 14px;
	}
.kader ul ul
	{
	margin-left: 2em;
	font-family: 'Helvetica-light-', sans-serif;
	font-size: 14px;
	}

.kader, .kaderLinks
	{
	padding: 15px 20px 15px 15px;
	font-family: 'Helvetica-light', sans-serif;
	font-size: 14px;
	line-height: 27px;
	border: 1px solid #000;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	}
.kader p, .kaderLinks p, .kader ul, .kader ul li
	{
	font-family: 'Helvetica-light', sans-serif !important;
	}

.kader p b
	{
	font-family: "Helvetica-Bold", serif;
	font-weight: normal;
	}
.kader h5, .kaderLinks h5
	{
	margin-top: 0;
	}
.kaderLinks
	{
	float: left;
	}
.kader h3, .kaderLinks. h3
	{
	margin-top: 0;
	font-family: "Helvetica-light", serif;
	font-weight: normal;
	margin-bottom: 0;
	}
.kader p
	{
	margin: 0;
	}
@media screen and (max-width: 800px)
	{
	.fancybox-slide--iframe .fancybox-content
		{
		width: calc(70vw);
		height: calc(70vw/1.75);
		}
	}

@media screen and (min-width: 801px) and (max-width: 1200px) and (max-height: 1200px)
	{
	.fancybox-slide--iframe .fancybox-content
		{
		width: calc(80vw);
		height: calc(80vw/1.77);
		}
	}

@media screen and (min-width: 1201px) and (max-width: 1300px)
	{
	.fancybox-slide--iframe .fancybox-content
		{
		width: calc(80vw);
		height: calc(80vw/1.75);
		}
	}
@media screen and (min-width: 1301px) and (max-width: 1400px)
	{
	.fancybox-slide--iframe .fancybox-content
		{
		width: calc(80vw);
		height: calc(80vw/1.75);
/* 
		width: 90%;
		height: 80%;
 */
		}
	}
@media screen and (min-width: 1401px) and (max-width: 1500px)
	{
	.fancybox-slide--iframe .fancybox-content
		{
		width: calc(80vw);
		height: calc(80vw/1.75);
/* 
		width: 85%;
		height: 80%;
 */
		}
	}
@media screen and (min-width: 1501px) and (max-width: 1600px)
	{
	.fancybox-slide--iframe .fancybox-content
		{
		width: calc(70vw);
		height: calc(70vw/1.75);
/* 
		width: 80%;
		height: 80%;
 */
		}
	}
@media screen and (min-width: 1601px) and (max-width: 1700px)
	{
	.fancybox-slide--iframe .fancybox-content
		{
		width: calc(70vw);
		height: calc(70vw/1.75);
		/* 
		width: 75%;
		height: 80%;
 */
		}
	}
@media screen and (min-width: 1701px) and (max-width: 1800px)
	{
	.fancybox-slide--iframe .fancybox-content
		{
		width: calc(70vw);
		height: calc(70vw/1.75);
/* 
		width: 71%;
		height: 80%;
 */
		}
	}
@media screen and (min-width: 1801px)
	{
	.fancybox-slide--iframe .fancybox-content
		{
		width: calc(70vw);
		height: calc(70vw/1.75);
		/* 
width: 67%;
		height: 75%;
 */
		}
	}



footer
	{
	clear: both;
	font-family: 'Roboto Sans Light', sans-serif;
	font-size: 14px;
	text-align: center;
/* 	padding: 65px 0 0 0; */
	border-top: 1px solid #000;
	margin: 10px auto 0 auto;
	width: 90%;
	height: 50px;
	}
footer a
	{
	text-decoration: none;
	color: #9C9D9C;
	}
footer a:hover
	{
	text-decoration: none;
	color: #FFFF00;
	}

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

.verberg-voor-desktop, a.verberg-voor-desktop
	{
	display: none;
	}

/* 
main
	{
	border: 1px solid #000 !important;
	}
 */