/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
	display: none
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
html, button, input, select, textarea {
	font-family: sans-serif
}
body {
	margin: 0
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
h1 {
	font-size: 4em;
	margin: .67em 0;
	line-height: 0.9em;
}
h2 {
	font-size: 1.5em;
	margin: .83em 0 line-height : 0.9em;
}
h3 {
	font-size: 1.17em;
	margin: 1em 0 line-height : 0.9em;;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0 line-height : 0.9em;
}
h5 {
	font-size: .83em;
	margin: 1.67em 0;
	line-height: 0.9em;
}
h6 {
	font-size: .75em;
	margin: 2.33em 0;
	line-height: 0.9em;
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
blockquote {
	margin: 1em 40px
}
dfn {
	font-style: italic
}
mark {
	background: #ff0;
	color: #000
}
p, pre {
	margin: 1em 0
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:before, q:after {
	content: '';
	content: none
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
dl, menu, ol, ul {
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}
menu, ol, ul {
	padding: 0 0 0 40px
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
form {
	margin: 0
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle
}
button, input {
	line-height: normal
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible
}
button[disabled], input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
/* end normalize */

/* ==========================================================================
 HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
 ========================================================================== */

html, button, input, select, textarea {
	color: #333;
}

body {
	font-size: 1em;
	line-height: 1.4;
	min-height: 100%;
}

::selection {
	background: #01AD58;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

body {
	font: 16px/26px "Lucida Grande", Helvetica, Arial;
}

.wrapper {
	width: 90%;
	margin: 0 5%;
}

/* ===================
 ALL: Orange Theme
 =================== */

.header-container {
	border-bottom: 10px solid #01AD58;
	/* height: 105px; */
	background: #ffffff;
}

.main-container {
	min-height: 800px;
}

.footer-container, .main aside {
	border-top: 10px solid #01AD58;
}

/*.header-container, .footer-container, .main aside {
	background: #222222;
} */
.footer-container, .main aside {
	background: #222222;
}

.title {
	color: white;
}

/* ==============
 MOBILE: Menu
 ============== */

nav ul {
	margin: 0;
	padding: 0;
	clear: both;
}

nav a {
	display: block;
	float: left;
	width: 25%;
	margin: 0 2%;
	padding: 15px 2%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background: #01AD58;
	text-decoration: none;
}

nav a:hover, nav a:visited {
	color: white;
}

nav a:hover {
	text-decoration: none;
	background-color: #FF5D35;
}

/* ==============
 MOBILE: Main
 ============== */

.main {
	padding: 30px 0;
}

.main article h1 {
	font-size: 2em;
}

.main aside {
	color: white;
	padding: 0px 5% 10px;
}

.footer-container {
	margin-top: 50px;
}

.footer-container footer {
	color: white;
	padding: 20px 0;
}

/* ===============
 ALL: IE Fixes
 =============== */

.ie7 .title {
	padding-top: 20px;
}

/* ==========================================================================
 Author's custom styles
 ========================================================================== */

/* HIER MIJN EIGEN OPMAAK */

@font-face {
	font-family: Custom_Font;
	src: url("http://www.zunflappie.nl/css/MiedingerBold.otf") format("opentype");
}
p.h1_title {
	font-family: Custom_Font, Calibri, Helvetica;
	font-size: 1.5em;
	color: #fff;
	display: inline-block;
}
h1, h2 {
	font-size: 1.2em;
	font-family: Custom_Font, Calibri, Helvetica;
	text-shadow: 2px 2px 4px #ccc;
	letter-spacing: 2px;
}

h3 {
	font-size: 1.15em;
	font-family: Custom_Font, Calibri, Helvetica;
	text-shadow: 2px 2px 4px #ccc;
	letter-spacing: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}

section.kolommen {
	column-gap: 20px;
	column-count: 1;
}

img.foto {
	max-width: 250px;
}

article img {
	max-width: 100%;
	display: block;
	background-color: #fff;
	padding: 15px;
	box-shadow: 0px 5px 10px #ddd;
	border: 1px solid #bbb;
	border-radius: 5px;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
}
article img:hover
{
	background-color: #01AD58;
}


.inhoud a {
	text-decoration: none;
	margin: -5px;
	padding: 5px;
	color: #01ad58;
	box-sizing: border-box;
}
.inhoud a:hover {
	color: #FF5D35;
}

.categoriekop {
	column-span: all;
	margin-bottom: -15px;
	margin-top: 40px;
}

.categoriekop img {
	margin-left: 15px;
	margin-top: -55px;
	border-radius: 50%;
	box-shadow: none;
	width: 100px;
	border: 5px solid #01AD58;
	box-sizing: border-box;
}

.categoriekop h2, .categoriekop h1 {
	margin-bottom: 5px;
	padding-bottom: 15px;
	padding-left: 125px;
	border-bottom: 5px solid #01AD58;
}

a.colorbox {
	display: inline-block;
	background-color: #fff;
	margin: 15px;
	box-shadow: 0px 5px 10px #ddd;
	border: 1px solid #bbb;
	border-radius: 5px;
}
a.colorbox:hover {
	background-color: #01AD58;
	border: 1px solid #000;
}

a.colorbox img {
	margin: 10px;
	display: block;
}

img.avatar {
	display: block;
	margin-top: 10px;
}

label {
	width: 90%;
	display: inline-block;
}

form.contactformulier input, form.contactformulier button, form.contactformulier textarea {
	width: 75%;
	min-width: 150px;
	max-width: 500px;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #bbb;
	margin: 5px;
}
form.contactformulier textarea {
	min-height: 300px;
}
form.contactformulier input:hover, form.contactformulier button:hover, form.contactformulier textarea:hover {
	border: 1px solid #01AD58;
}
form.contactformulier input:focus, form.contactformulier button:focus, form.contactformulier textarea:focus {
	border: 1px solid #01AD58;
	background-color: #eee;
}



.zoekformulier input {
	width: 70%;
	max-width: 380px;
	border: 1px solid #222;
	padding: 5px;
	border-radius: 5px;
	background-color: #fff;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAACH0lEQVR42o2SS0ubQRSG58wHilRsV0K1aCFYqRhsTLwmgSSSUFERxF/QVWk3XZSgBKFQWrLRjS7EleDeblQiXiKJlxqqohKCovVCJRRS0YVaqpnpO5raxET0wCEzX97znMscYjesqfElEfFcHHOYlDEJG/X5JLvF6N+h0eVEnNauaZob18rE52MpxLAQomtsfDx6K8DV4CDOtc+cc7f6Qv+5KOIy+U8Rjzf4JicjGQFOu70VwcO4CdTfDe9hRL+YkPUA9MHLIVsXIm6a8M9cpAAcVgtK535ktQLQg2A3RNc9O222fMlkhEn2SErRMhUIjqUAbOZ6VcUpArPwq/PPzu0mC+wWs/q/D8TX6Mc7MzfvSQFYa2uU4BzdErLkBRdDJ8kCS3UV2PQRLXVC0xv8GnqXAjBXGRVgG30Ww9sXlla+JAtqDBVqwItEzIjr2/lvy/1pQ6w1vPiEPjsAOMCzufBsG1JIRpwIz+pBBR8gO8ODlIRW16JpgOoK/UMELqDPUkB+w0fQTgwANQB9QncopGxbDkcCGRfJWF5WiMyDGJQj074k9uEIiayrm1vhNIAyw/NSJTTBbZerzNgOgFu4T+OcjTYxR7aNfagLf9+LpQEymb5ERwh4BdAAgklBAAygWtfG/sGfOwHKyp4WASK8SP8ewXS14dK7+SPquRdA2bMnBRyVqCduTlS+prq+N0CZ7nH+A1QyhPytWKwBTvzNX7xe/rk1mEyIAAAAAElFTkSuQmCC);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	z-index: 1;
}
.zoekformulier input.submit {
	width: 25%;
	background-color: #222;
	color: #fff;
	position: relative;
	left: -10px;
	z-index: -1;
	top: 0;
}
input:hover, input:focus {
	border-color: #01AD58;
}
.zoekformulier input.submit:hover {
	background-color: #01AD58;
}

form.fotofilter {
	display: inline-block;
	width: 100%;
}

form.fotofilter input.submit {
	border-radius: 5px;
	margin-top: 10px;
	margin-left: 4px;
	width: 32%;
	padding: 4px;
	float: right;
	color: #222;
	font-size: 1em;
	background-color: #eee;
	border: 1px solid #ccc;
}

.foto_paginanummering {
	text-align: center;
	margin-top: 30px;
}

ol li a {
	font-size: 1.5em; /* zoekresultaten */
	margin-bottom: 0;
}
ol li p {
	margin-top: 0;
	margin-bottom: 25px;
}

ol {
	margin-left: 0;
	padding-left: 0;
	counter-reset: item
}
ol > li {
	margin-left: 0;
	padding-left: 0;
	counter-increment: item;
	list-style: none inside;
	margin-bottom: 10px
}
ol > li:before {
	content: counter(item);
	padding: 10px 15px 10px 15px;
	margin-left: -44px;
	font-size: 1.4em;
	background: #eee;
	color: #aaa;
	border-radius: 50%;
}


div.tile {
	display: inline-block;
	text-align: center;
}
div.tile a, .tile a:hover {
	background-color: #fff !important;
	border: 0 !important;
}

.ok, .not_ok {
	border-radius: 5px;
	padding: 3px;
	border: 1px solid #fff;
	margin: 2px;
	margin-left: 0;
}

.ok {
	background-color: #D1FFB7;
	border-color: #6CE327;
}
.not_ok {
	background-color: #eee;
	border-color: #ccc;
}

.categorieen {
	column-count: 3;
	width: 100%;
}
.categorieen span {
	display: inline-block;
	clear: both;
	padding: 2%;
	padding-left: 4%;
	width: 94%;
}

menu {
	margin: 0;
	padding: 0;
	margin-top: -5px;
	height: 60px;
	display: block;
	clear: both;
}
menu a {
	overflow: hidden;
	height: 32px;
	width: 32px;
	font-size: 2em;
	display: inline-block;
	text-decoration: none;
	color: #777;
	text-shadow: 1px 1px 2px #ddd;
}
menu a:hover {
	color: #01AD58;
}

menu div {
	width: 49%;
	margin: 0;
	padding: 0;
}

menu div#links {
	float: left;
	text-align: left;
}
menu div#rechts {
	float: right;
	text-align: right;
}

aside
	{
	float: right;
	width: 27%;
	margin-right: 10px;
	}

article h2, article h1, article h3, article h4
	{
	clear: both;
	padding-top: 30px;
	}

/* ==========================================================================
 Media Queries
 ========================================================================== */

/* ouderwets dingen verbergen */
@media only screen and (max-width: 768px) {

	.categoriekop img {
		display: none;
	}
	.categoriekop h2, .categoriekop h1 {
		padding-left: 0;
		font-size: 1em;
	}
}

@media only screen and (min-width: 480px) {

	/* ====================
	 INTERMEDIATE: Menu
	 ==================== */

	nav a {
		float: left;
		width: 27%;
		margin: 0 1.7%;
		padding: 25px 2%;
		margin-bottom: 0;
	}

	nav li:first-child a {
		margin-left: 0;
	}

	nav li:last-child a {
		margin-right: 0;
	}

	/* ========================
	 INTERMEDIATE: IE Fixes
	 ======================== */

	nav ul li {
		display: inline;
	}

	.oldie nav a {
		margin: 0 0.7%;
	}
}

@media only screen and (min-width: 768px) {

	/* ====================
	 WIDE: CSS3 Effects
	 ==================== */

	.header-container, .main aside {
		box-shadow: 0 5px 10px #aaa;
	}

	/* ============
	 WIDE: Menu
	 ============ */

	.title {
		float: left;
	}

	nav {
		float: right;
		width: 38%;
	}

	/* ============
	 WIDE: Main
	 ============ */

	.main article {
		float: left;
		width: 99%;
	}

	section.kolommen {
		column-gap: 20px;
		column-count: 2;
	}

	.categorieen {
		column-count: 3;
	}
	form.fotofilter {
		width: 60%;
	}

	p.h1_title {
		font-size: 2em;
	}
	h1, h2 {
		font-size: 1.7em;
	}
	
}

@media only screen and (min-width: 1000px) {

	/* ===============
	 Maximal Width
	 =============== */

	p.h1_title {
		font-size: 2.5em;
	}
	h1, h2 {
		font-size: 2em;
	}

	aside a.print {
		display: inline-block;
	}

}

@media only screen and (min-width: 1140px) {

	/* ===============
	 Maximal Width
	 =============== */

	.wrapper {
		width: 1040px; /* 1140px - 10% for margins */
		margin: 0 auto;
	}
}

/* ==========================================================================
 Helper classes
 ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
 Print styles
 ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a, a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr, img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}

	.footer-container, .header-container, aside {
		display: none;
	}
}

/* ICOONTJES INLINE */

@font-face {
	font-family: 'menu';
	src: url('menu.eot');
	src: url('menu.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="menu-"]:before, [class*=" menu-"]:before {
	font-family: 'menu';
	font-style: normal;
	speak: none;
	font-weight: normal;
	line-height: 1;
}
.menu-pencil:before {
	content: "\6d ";
}
.menu-download:before {
	content: "\64 ";
}
.menu-share:before {
	content: "\73 ";
}
.menu-facebook:before {
	content: "\66 ";
}
.menu-twitter:before {
	content: "\74 ";
}
.menu-printer:before {
	content: "\70 ";
}
.menu-search:before {
	content: "\7a ";
}
.menu-arrow-left-alt1:before {
	content: "\6c ";
}
.menu-arrow-right-alt1:before {
	content: "\72 ";
}

/* RESPONSIVE TABLES */
/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
 Table of Contents
 -----------------------------------------------------
 :: Shared Styles
 :: Page Name 1
 :: Page Name 2
 */

/* -----------------------------------------
 Shared Styles
 ----------------------------------------- */

table th {
	font-weight: bold;
}
table td, table th {
	padding: 9px 10px;
	text-align: left;
}

/* Mobile */
@media only screen and (max-width: 767px) {

	table.responsive {
		margin-bottom: 0;
	}

	.pinned {
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		width: 35%;
		overflow: hidden;
		overflow-x: scroll;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	.pinned table {
		border-right: none;
		border-left: none;
		width: 100%;
	}
	.pinned table th, .pinned table td {
		white-space: nowrap;
	}
	.pinned td:last-child {
		border-bottom: 0;
	}

	div.table-wrapper {
		position: relative;
		margin-bottom: 20px;
		overflow: hidden;
		border-right: 1px solid #ccc;
	}
	div.table-wrapper div.scrollable table {
		margin-left: 35%;
	}
	div.table-wrapper div.scrollable {
		overflow: scroll;
		overflow-y: hidden;
	}

	table.responsive td, table.responsive th {
		position: relative;
		white-space: nowrap;
		overflow: hidden;
	}
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
		display: none;
	}

}
/* EINDE RESPONSIVE TABLES */

