/* 
	- - - - - - - - - - - -
			DEFAULTS
	- - - - - - - - - - - -
*/


* {
	border: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	border: 0;
	outline: 0;
	background: transparent;
}

body, input {
	color: #555;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 15px;
}

body {
	margin: 0;
	background-color: #FFF;
	line-height: 20px;
}

a {
	color: rgb(221, 26, 34);
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: rgb(221, 26, 34);
	font-size: inherit;
	font-weight: normal !important;
	line-height: 1.1em;
}

/* 
	- - - - - - - - - - - -
			CONTAINER
	- - - - - - - - - - - -
*/

.container {
	max-width: 1160px;
	position: relative;
	margin: 0 auto;
	overflow-x: hidden;
}


/* 
	- - - - - - - - - - - -
			HEADER
	- - - - - - - - - - - -
*/

.header {
	padding: 33px 0;
}

.header a.logo {
	display: inline-block;
	margin-left: 210px;
}

.header a.logo img {
	height: 140px;
}

.header ul.navigation {
	margin: 70px 40px 0 0;
	float: right;
	list-style: none;
	font-size: 1.2em;
}

.header ul.navigation li {
	float: left;
	position: relative;
}

.header ul.navigation li a {
	text-decoration: none;
	padding-left: 20px;
}

.header ul.navigation li a:hover {
	text-decoration: underline;
}

.header ul.navigation li.active a:before,
.header ul.navigation li a:hover:after,
.page .left ul li.active a:before,
.page .left ul li a:hover:after {
	content: "";
	width: 35px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: -30px;
	margin-left: -5px;
	background-image: url(../images/arrow-top.png);
	background-size: cover;
}

.page .left ul li.active a:before,
.page .left ul li a:hover:after {
	width: 20px;
	height: 35px;
	left: auto;
	right: -30px;
	bottom: 5px;
	background-image: url(../images/arrow-left.png);
}

.page .left ul.sub li.active a:before,
.page .left ul.sub li a:hover:after {
	bottom: 10px;
}

.header ul.navigation:hover li.active a:before,
.page .left:hover li a:before {
	display: none;
}


/* 
	- - - - - - - - - - - -
			HEAD
	- - - - - - - - - - - -
*/

.head, .head p {
	height: 50px;
	line-height: 50px;
}

.head {
	position: relative;
	background-color: rgb(221, 26, 34);
}

.head p {
	position: absolute;
	left: 230px;
	right: 0;
	margin: 0;
	opacity: 0;
	color: #FFF;
	font-size: 28px;
	font-weight: lighter;
	transition: all 1s ease-in-out;
}

.head p.active {
	opacity: 1;
	left: 210px;
}

/* 
	- - - - - - - - - - - -
			PICTURES
	- - - - - - - - - - - -
*/

.pictures {
	margin: 10px -5px 40px -5px;
}

.pictures ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
}

.pictures ul li {
	width: 20%;
	height: 140px;
	position: relative;
	float: left;
}

.pictures ul li div {
	height: 140px;
	position: absolute;
	left: 5px;
	right: 5px;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	border: 1px solid #777;
	transition: opacity 2s ease-in-out;
}

.pictures ul li .active {
	opacity: 1;
}


/* 
	- - - - - - - - - - - -
			PAGE
	- - - - - - - - - - - -
*/

.page {
	width: 100%;
	display: table;
	margin-top: 20px;
}

.page .mobile-menu {
	display: none;
}

.page div p {
	margin: 0 0 20px 0;
}

.page div p:last-of-type {
	margin-bottom: 0;
}

.page .left,
.page .right {
	float: left;
	min-height: 300px;
}

.page .left {
	width: 30%;
	padding-top: 53px;
	text-align: center;
}

.page .left > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page .left > ul li {
	margin-bottom: 10px;
	position: relative;
}

.page .left > ul li a {
	display: block;
	padding: 12px 8px;
	text-decoration: none;
}

.page .left ul.top, .page .left ul.nieuw  {
	margin-top: 51px;
}

.page .left ul.top li a{
	background-color: #F2F1F0;
	border: 1px solid #979797;
	font-size: 16px;
}

.page .left ul.onder {
	margin-top: 100px;
	font-size: 18px;
}

.page .left ul.onder li a, .page .left ul.nieuw li a  {
	background-color: rgb(221, 26, 34);
	color: #FFF;
}

.left ul.nieuw li a {
	font-size: 1.3em;
}

.left ul.sub {
	margin-top: -46px;
	font-size: 17px;
}

.left ul.sub li {
	margin: 0;
}

.left ul.sub li a {
	padding: 15px 0;
	border-bottom: 2px solid #CCC;
}

.left ul.sub li.back a {
	color: inherit;
	border-bottom: 0;
}

.page .left .summary {
	padding: 20px;
	border: 4px solid rgb(221, 26, 34);
	text-align: left;
	line-height: 1.6em;
	font-size: 1.2em;
	color: #000;
}

.page .left .summary ul {
	margin: 5px 0 0 0;
	padding-left: 1.2em;
}

.page .right {
	width: 70%;
	padding-left: 50px;
	font-size: 14px;
}

.page .right h1 {
	font-size: 28px;
	margin-bottom: 20px;
}

.page .right h2 {
	margin-top: 24px;
	font-size: 16px;
	margin-bottom: 10px;
}

.page .right h3 {
	margin-top: 10px;
	font-size: 16px;
}

.page .right h4 {
	font-weight: bold;
}

.page .right ul {
	margin-top: 0;
	padding: 0 0 0 17px;
}

.page .right img {
	border: 1px solid #CCC;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}

.page .right img[style='float: right;'] {
	margin: 0 0 10px 10px;
}

.page .right .crumbs {
	margin-bottom: 10px;
	font-size: 11px;
}

.page .right .crumbs a {
	color: #555;
	text-decoration: none;
}

.page .right .crumbs a:hover {
	text-decoration: underline !important;
}

.page table.fields {
	width: 100%;
}

.page table.fields tr > * {
	padding: 5px 0;
}

.page table.fields tr:last-child > * {
	border-bottom: 0;
}

.page table.fields tr th {
	width: 180px;
	padding-right: 10px;
	text-align: left;
	font-weight: normal;
}

.page table.fields tr td input.text,
.page table.fields tr td textarea {
	width: 250px;
	padding: 3px 5px;
	border: 1px solid #CCC;
	outline: none;
}

.page table.fields tr td input.text::-webkit-input-placeholder {
	font-size: 11px;
	line-height: 17px;
}
.page table.fields tr td input.text:-moz-placeholder {
	font-size: 11px;
	line-height: 17px;
}
.page table.fields tr td input.text::-moz-placeholder {
	font-size: 11px;
	line-height: 17px;
}
.page table.fields tr td input.text:-ms-input-placeholder {
	font-size: 11px;
	line-height: 17px;
}

.page table.fields tr td input.text:focus,
.page table.fields tr td textarea:focus {
	border-color: rgb(221, 26, 34);
}

.page table.fields tr td textarea {
	height: 75px;
}

.page table.fields tr td span.required {
	padding: 3px 10px;
	margin-left: 20px;
	background-color: #ECECEC;
	color: #CCC;
	font-size: 11px;
}

.page table.fields tr td input.submit {
	padding: 5px 10px;
	background-color: rgb(221, 26, 34);
	border: 0;
	font-size: 16px;
	color: #FFF;
	-webkit-appearance: none;
}

.page .right img {
	margin-top:4px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* 
	- - - - - - - - - - - -
			NEWS
	- - - - - - - - - - - -
*/

body.page-actueel div.right div.news {
	padding: 20px 0;
	border-bottom: 1px solid #ECECEC;
}

body.page-actueel div.right div.news h2 {
	margin: 0;
}

body.page-actueel div.right div.news em.date {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #999;
	font-style: normal;
}

body.page-actueel div.right div.news div.smalltext {
	font-style: italic;
	margin-bottom: 10px;
}

/* 
	- - - - - - - - - - - -
			PARTNERS
	- - - - - - - - - - - -
*/

.partners {
	margin-top:  100px;
	border-top: 2px solid #999;
	text-align: center;
}
	
.partners div {
	height: 20px;
	display: table;
	margin: -12px auto 20px auto;
	padding: 0 40px;
	background-color: #FFF;
	color: #999;
	line-height: 20px;
}

.partners a {
	margin: 0 20px;
	display: inline-block;
	vertical-align: middle;
}

.partners a img {
	height: 40px;
	vertical-align: bottom;
}

.partners a:first-of-type img {
	height: 25px;
}


/* 
	- - - - - - - - - - - -
			FOOTER
	- - - - - - - - - - - -
*/

.footer {
	padding: 20px;
	margin-top: 20px;
	background-color: #EDEDED;
	border: 1px solid #CCC;
	border-bottom: 0;
	font-size: 13px;
}

.footer a {
	color: inherit;
	text-decoration: none;
}

.footer p:last-of-type {
	margin-top: 10px;
	text-align: center;
}



/* 
	- - - - - - - - - - - -
			FOOT
	- - - - - - - - - - - -
*/

.foot {
	margin-bottom: 20px;
	padding: 5px 0;
	background-color: rgb(221, 26, 34);
	text-align: center;
}

.foot span,
.foot a {
	padding: 0 10px;
	color: #FFF;
}



/* 
	- - - - - - - - - - - -
		MEDIA TYPES
	- - - - - - - - - - - -
*/

@media only screen and (max-width : 1160px) {
	.page {
		padding: 0 10px;
	}
	
	.header a.logo {
		margin-left: 80px;
	}
	
	.head p {
		left: 100px;
	}
	.head p.active {
		left: 80px;
	}
}

@media only screen and (max-width : 900px) {
	.container {
		max-width: auto;
	}
	
	ul li.active a:before,
	ul li.active a:after {
		display: none;
	}
	
	.header {
		padding: 20px 0;
	}
	
	.header a.logo {
		margin: 0;
		display: block;
		text-align: center;
	}
	
	.header ul.navigation {
		display: table;
		margin: 0 auto 10px auto;
		padding: 0;
		float: none;
	}
	
	.header ul.navigation li {
		margin: 0;
	}
	
	.header ul.navigation li a {
		padding: 0 5px;
	}
	
	.head p {
		left: 0 !important;
		font-size: 1.1em;
		text-align: center;
	}
	
	.pictures ul li,
	.pictures ul li div {
		height: 80px;
	}
	
	.page {
		display: block;
	}
	
	.page .mobile-menu {
		height: 40px;
	    display: block;
	    margin: -10px auto 20px auto;
	    background-color: #666;
	    color: #FFF;
	    text-align: center;
	    line-height: 40px;
	    text-transform: uppercase;
	    font-weight: bold;
	    text-decoration: none;
	}
	
	.page .left,
	.page .right {
		width: auto;
		float: none;
		padding: 0;
	}
	
	.page .left {
		display: none;
		margin-bottom: 20px;
	}
	
	.page .left ul.top {
		margin-top: 0;
	}
	
	.page .left ul.onder {
		margin-top: 20px;
	}
	
	.page .right {
		padding: 0 20px;
	}
	
	.partners a {
		margin-bottom: 20px;
	}
	
	body.mobile-menu-true .page .left {
		display: block;
	}
}