@import url(fontawesome-all.min.css);

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	vertical-align: baseline;}


.tinyButton {
	font-size: 0.8em;
	padding: 1px 5px;
	color: #454545;
	background-color: #f9f9f9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px dotted #666;
	cursor: pointer;
	margin-right: 2px;
	margin-top: 2px;
	display: inline-block;
}

a {
	cursor: pointer;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
	margin:0;
}

mark {
	background-color: transparent;
	color: inherit;
}

#bladzijde {
	column-gap: 30px;
	display: inline-block;
	height: contain;
	min-height: 100px;
	padding:30px 0;
}

#dwindow, #dwindow1 {
	position:relative;
	margin: 0 auto;
	display: none;
	text-align: center;
	z-index: 999;
	background-color: #f9f9f9;
	width: 100%;
	margin:5%;
}

#cframe {
	border: 1px solid #777;
	padding: 50px;
	margin-top: 50px;
	background-color: #fff;
}

input, select, textarea {
/*	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
*/}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body.is-preload *, body.is-preload *:before, body.is-preload *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

html, input, select, textarea {
	font-size: 1em;
	font-family: Roboto, sans-serif;
	line-height:150%;
}

fieldset {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px dotted #666;
}

.href {
	cursor:pointer;
}

.formfield, .formfieldSubmit, .password {
	outline: none;
	color: ##9600ca;
}

/*---------------------*/



/*----------------------*/
#editDoc, #bladzijde {
	line-height:150%;
	font-size:15px;
}

#pager a span {
	padding: 6px 10px;
	border: 1px dotted #aaa;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right:2px;
}

#pager a span:hover {
	background-color:#f0f0f0;
}

.floatLeft {
	float: left;
}

.default {
	margin: 0px;
	width: 100%;
	background-color: #ffffff;
	display: flex;
	clear: both;
}

	.default > div {
		display: flex;
		flex-direction: column;
	}

.hide {
	display: none;
}

.rate {
	cursor:pointer;
	color:#bbb;
}

.unhide {
	display: block;
}
.grey {
	color: #ccc;
} 
.white { color: #fff; } 
.red { color:#be1515; } 

.half {
	display: inline-block;
	position: relative;
	max-width: 400px;
	padding: 0;
	font-size: 1em;
}

.realhalf {
	display: inline-block;
	max-width: 49.9%;
	width: 100%;
}

.a4060 {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	max-width: 38%;
	line-height: 18px;
	padding: 0px 35px 30px 0;
	width: 100%;
	vertical-align: top;
}

.a6040 {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	max-width: 56%;
	line-height: 18px;
	padding: 0px 35px 30px 0;
	width: 100%;
	vertical-align: top;
}

.eenderde {
	width: 100%;
	max-width: 34%;
	padding: 0 0 30px 0;
	display: inline-block;
}

.tweederde {
	width: 100%;
	max-width: 66%;
	display: inline-block;
	padding: 0 0 30px 0;
}

.eenvierde {
	width: 100%;
	max-width: 25%;
	display: inline-block;
	/*padding: 0px 35px 30px 0;*/
	vertical-align: top;
}

.drievierde {
	width: 100%;
	max-width: 75%;
	display: inline-block;
	padding: 0px 0 30px 0;
	vertical-align: top;
}


hr {
	border: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 2em;
}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	input, select, textarea {
		color: #999999;
	}

	a {
		color: inherit;
		border-bottom-color: #d6d6d6;
	}

		a:hover {
			color: #000;
		}

	strong, b {
		color: #828282;
	}

	blockquote {
		border-left-color: #e6e6e6;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-color: #e6e6e6;
	}

	hr {
		border-bottom-color: #e6e6e6;
	}

/* Row */



	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}


	.box {
		border-radius: 6px;
		border: solid 1px #e6e6e6;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}


	label {
		display: block;
		font-size: 0.9em;
		font-weight: bold;
		margin: 0 0 1em 0;
	}


/* Icons */


	section.special, article.special {
		text-align: center;
	}

	header p {
		position: relative;
		margin: 0 0 1.5em 0;
	}

		@media screen and (max-width: 736px) {

			header p br {
				display: none;
			}

		}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -0.5em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.25em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
		line-height: 1.5em;
	}

	header.major {
		margin: 0 0 2.5em 0;
		text-align: center;
	}

		header.major:after {
			content: '';
			border-bottom: solid 2px #e6e6e6;
			display: block;
			width: 4em;
			margin: 2em auto 0 auto;
		}

		@media screen and (max-width: 736px) {

			header.major {
				margin: 0 0 2em 0;
			}

				header.major p {
					font-size: 1em;
				}

		}

/* Spotlight */


		body.is-mobile #header {
			background-attachment: scroll, scroll;
		}

		body.is-preload #header .content {
			-moz-transform: translateX(2em);
			-webkit-transform: translateX(2em);
			-ms-transform: translateX(2em);
			transform: translateX(2em);
			opacity: 0;
		}

		body.is-preload #header .image {
			-moz-transform: translateY(4em);
			-webkit-transform: translateY(4em);
			-ms-transform: translateY(4em);
			transform: translateY(4em);
			opacity: 0;
		}

			body.is-preload #header .image img {
				opacity: 0;
			}

	@media screen and (max-width: 980px) and (orientation: portrait) {

		body.is-preload #header .content {
			-moz-transform: none;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			opacity: 1;
		}

		body.is-preload #header .image {
			-moz-transform: translateY(2em);
			-webkit-transform: translateY(2em);
			-ms-transform: translateY(2em);
			transform: translateY(2em);
		}

	}

#auteurPic {
	display: inline-block;
}

@media screen and (min-width: 250px) and (max-width: 500px) {
	#auteurPic, #topMenu {
		padding-left: 20px;
	}

	.flipInX {
		padding: 20px 0px;
	}

	#header {
		padding: 15px 15px;
	}

	nav ul li a {
		padding: 10px 8px;
	}
}

@media screen and (min-width: 501px) and (max-width: 1200px) {
	#bladzijde {
		column-count: 2;
	}

}

@media screen and (min-width: 1201px) and (max-width: 5000px) {
	#bladzijde {
		column-count: 3;
	}
}


	@media screen and (min-width: 501px) and (max-width: 5000px) {

		#defaultRight {
			padding-left: 50px;
		}

		.flexBox {
			display: flex;
		}

		.flexDiv {
			flex: auto;
			display: inline-block;
		}

		#header {
			padding: 20px 50px;
			display: flex;
		}

		nav ul li a {
			padding: 10px 15px;
		}
	}


	@media screen and (min-width: 320px) and (max-width: 850px) {

		#bladzijde {
			column-count: 1;
		}

		#defaultRight {
			padding-top: 30px;
			padding-left: 10px;
		}

		.flexDiv {
			flex: none;
			display: block;
		}

		.flexDiv {
			flex: none;
			display: block;
		}

		#logoLi img {
			max-width: 60px;
		}

		.zoekVeld {
			margin-top: 10px;
			max-width: 130px;
		}

		.zoekVeldButton {
			margin-top: 10px;
		}

		.header {
			font-size: 1.5em;
			padding: 10px 0;
			float: none;
			border-bottom: 1px dotted #aaa;
			width: 100%;
			text-align: center;
		}

		.headermenuItem {
			display: inline-block;
			padding: 5px;
			float: none;
			margin: 5px;
		}

		.headermenu {
			padding: 10px 0 0 0;
			clear: both;
			width: 100%;
			text-align: center;
		}

		.drievierde, .eenvierde, .page, .fullcell, .clearfix, .eenderde, .tweederde, .realhalf, .a4060, .a6040 {
			max-width: 100%;
			width: 100%;
			display: block;
		}

		.twocols {
			column-count: 1;
			column-gap: 0px;
		}

		#bookmarks, #reloadDivje123, #selTitle {
			z-index: -1;
		}

		#flexPanel {
			display: inline-block;
		}

		#epos2, .password {
			max-width: calc(100% - 50px);
			width: 100%;
		}

		.loginBox {
			padding: 5px;
		}
	}
