html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote, q {
	quotes: "&#8220" "&#8220";
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #A7F4F6;
	color: #555;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------- Basic ------------------- */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
}

body {
	background: #fff;
	font-family: 'opensans-regular', sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 30px;
	color: #838C95;
	scroll-behavior: smooth;

	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #313131;
	font-family: 'opensans-bold', sans-serif;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 38px;
	line-height: 42px;
	margin-bottom: 12px;
	letter-spacing: -1px;
}

h2 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 6px;
}

h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 12px;
}

h4 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 6px;
}

h5 {
	font-size: 18px;
	line-height: 30px;
}

h6 {
	font-size: 14px;
	line-height: 30px;
}

p {
	margin: 0 0 30px 0;
}

p img {
	margin: 0;
}

em {
	font: 15px/30px 'opensans-italic', sans-serif;
}

strong, b {
	font: 15px/30px 'opensans-bold', sans-serif;
}

small {
	font-size: 11px;
	line-height: inherit;
}

/*  ------------------- Links ------------------- */

a, a:visited {
	text-decoration: none;
	outline: 0;
	color: #00aaff;

	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

a:hover, a:focus {
	color: #313131;
}

p a, p a:visited {
	line-height: inherit;
}

/* ------------------- default ------------------- */
.row {
	width: 96%;
	max-width: 1020px;
	margin: 0 auto;
}

.ie .row {
	width: 1000px;
}

.narrow .row {
	max-width: 980px;
}

.row .row {
	width: auto;
	max-width: none;
	margin: 0 -20px;
}

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

.row:after {
	 clear: both;
}

.column, .columns {
	position: relative;
	padding: 0 20px;
	min-height: 1px;
	float: left;
}

.column.centered, .columns.centered {
	 float: none;
	 margin: 0 auto;
}

.row.collapsed > .column,
.row.collapsed > .columns,
.column.collapsed, .columns.collapsed {
	padding: 0;
}

[class*="column"] + [class*="column"]:last-child {
	float: right;
}

[class*="column"] + [class*="column"].end {
	float: right;
}

.row .one {
	width: 8.33333%;
}

.row .two {
	width: 16.66667%;
}

.row .three {
	width: 25%;
}

.row .four {
	width: 33.33333%;
}

.row .five {
	width: 41.66667%;
}

.row .six {
	width: 50%;
}

.row .seven {
	width: 58.33333%;
}

.row .eight {
	width: 66.66667%;
}

.row .nine {
	width: 75%;
}

.row .ten {
	width: 83.33333%;
}

.row .eleven {
	width: 91.66667%;
}

.row .twelve {
	width: 100%;
}

/* ------------------- mobile wide/smaller tablets ------------------- */
@media only screen and (max-width: 767px) {

	.row {
		width: 460px;
		margin: 0 auto;
		padding: 0;
	}

	.column, .columns {
		width: auto !important;
		float: none;
		margin-left: 0;
		margin-right: 0;
		padding: 0 30px;
	}

	.row .row {
		width: auto;
		max-width: none;
		margin: 0 -30px;
	}

	[class*="column"] + [class*="column"]:last-child {
		float: none;
	}

	[class*="bgrid"] [class*="column"] + [class*="column"]:last-child {
		float: none;
	}

	.row .offset-1 {
		margin-left: 0%;
	}

	.row .offset-2 {
		margin-left: 0%;
	}

	.row .offset-3 {
		margin-left: 0%;
	}

	.row .offset-4 {
		margin-left: 0%;
	}

	.row .offset-5 {
		margin-left: 0%;
	}

	.row .offset-6 {
		margin-left: 0%;
	}

	.row .offset-7 {
		margin-left: 0%;
	}

	.row .offset-8 {
		margin-left: 0%;
	}

	.row .offset-9 {
		margin-left: 0%;
	}

	.row .offset-10 {
		margin-left: 0%;
	}

	.row .offset-11 {
		margin-left: 0%;
	}

}

/* ------------------- mobile narrow ------------------- */
@media only screen and (max-width: 460px) {

	.row {
		width: auto;
	}

}

/* ------------------- Libre Baskerville ------------------- */
@font-face {
	font-family: 'title';
	src: url('/fonts/osifont-gpl2fe.woff2');

}

/* ------------------- Fontello pijltjes ------------------- */
[class^="arrow-"]:before, [class*=" arrow-"]:before {
	font-style: normal;
}

.arrow-up-open:before {
	content: '\27A4';
	/* Rontje met pijltje voor naar boven */
}

.arrow-down-circle:before {
	content: '\27A4';
	/* Rontje met pijlje voor naar benede */
}
