@font-face {
    font-family: fontAwesome;
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontawesome-webfont.woff2') format('woff2'),
         url('fonts/fontawesome-webfont.woff') format('woff'),
         url('fonts/fontawesome-webfont.ttf') format('truetype'),
         url('fonts/fontawesome-webfont.svg#tex_gyre_adventorbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	position: relative;
	min-height: 100%;
}
body {
	margin: 0px;
	background: #fff;	
	font-family: 'Oxygen', sans-serif;
    font-size: 15px;	
	color: #000;
	vertical-align: top;
	padding: 0;	
	overflow-x: hidden;
    /* Margin bottom by footer height */
	margin-bottom: 50px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1em;
	font-weight: bold;	
}
/* Tekst in tabel */
td, th {
	color: #000000;
	text-decoration : none;
	text-align: left;
	vertical-align: top;
}
th {
	font-weight: bold;
	vertical-align: middle;	
}
td img {
	margin-right: 10px;
}
hr {
	color: #bcbcbc;
	height: 1px;
}
/* HYPERLINKS  */
a:link {
	color: #000000;	
	text-decoration : underline;
	font-weight: normal;
}
a:visited {
	color: #000000;	
	text-decoration : underline;
	font-weight: normal;
}
a:hover {
	color: #000000;	
	text-decoration : underline;
	font-weight: normal;
}
a:active {
	color: #000000;	
	text-decoration : underline;
	font-weight: normal;
}
/* AFBEELDINGEN (standaard geen rand) */
img { 
	border: 0px; 
}
a img {
	border: 0;
}

/* input, option, textarea {
	font-size: 10pt;
	color:#000000;
	text-decoration:none;
}
label {
	width: 150px;
	float: left;
	margin: 0px !important;
	padding: 0px !important;
}
input {
	margin-bottom: 2px;
}
input#button2, input[type="submit"], input[type="button"], button {
    background: #4a5cb2;
    border: none;
    color: #ffffff;
    padding: 5px 10px !important;
	font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;		
}
input#button2:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover {
    background: #182551;
    color: #fff;	
} */

/* HEADER */
#topbar {
	background: #fff;
	padding: 5px 0;
}
.logo img {
	max-width: 90%;
	width: 200px;
	padding-top: 5px;
}
.no-padding {
	padding: 0px;
}
#menubalk {
	height: 10px;
	background-color: #7bc0bc;
}
/* CONTENT */
#content{
	position: relative;
	padding-bottom: 40px;
}
#contents{
	position: relative;
	padding-bottom: 40px;	
}
.content {
	clear: both;	
	vertical-align: top;
	text-decoration : none;
    position: relative;	
	padding: 20px 0px;		
}
.content h1, .content h2 {
	color: #000;
	text-transform: uppercase;
}
.content h1 {
    font-size: 20px;
    line-height: 1.5em;
    margin: 20px 0;
	position: relative;	
}	
.content h2 {
	font-size: 15px;
}

/* FOOTER */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */	
	height: 50px;
}
.footer {
	background-color: #fff;
}
.footer .row {
    margin: 6px auto 12px;	
}
.footer a {
    margin-right: 24px;
	text-decoration: none  !important;
}
.footer a:hover {
    color: #3a75c0
}
.footer .copyright {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
	margin-top: 10px;
}


/* FOUTMELDINGEN */
.formErrors {
	background-color:#ed111b;
	color:white;
	margin-bottom:15px;
	margin-top:5px;
	padding:15px;
	width:100%;
}
.formErrors li {
	margin-left: 1.5em;
}
.formMessages {
	background-color:#c3ecfd;
	margin-bottom:15px;
	margin-top:5px;
	padding:15px;
	width:100%;
}
.formMessages li {
	margin-left: 1.5em;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1199px) {
	#content{
		padding-top: 0px;
	}		
}
@media screen and (max-width: 991px) {

	.searchbox {
		padding-top: 0px;
	}	
    .footer a {
        min-height:24px;
        line-height: 24px;
        display: inline-block
    }
}
@media screen and (max-width: 767px) {
	.content {
		padding: 20px 10px;
	}
	.hidemobile {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	#search-text {
		width: 160px;
		height: 30px;
	}
}
@media screen and (min-width: 1200px) {
	.headerbalk {
		position: fixed;
		z-index: 3;
		width: 100%;
	}
	#contents{
		padding-top: 120px;	
	}	
}

/* ALTERNATIVE COLORS */

/* .footer { */
	/* background-color: #fff; */
/* } */

/* div.pageNav a.next, div.pageNav a.prev, div.pageNav a.page { */
    /* background-color: #f94301 !important; */
/* } */
/* div.pageNav a.current { */
    /* background-color: #ffe0b5 !important; */
/* } */
/* .content h1, .content h2 { */
	/* text-transform: none; */
/* } */
/* .content h1 { */
 	/* font-size: 2em; */
/* }	 */
/* .content h2 { */
	/* font-size: 1.6em; */
/* } */
/* nav ul li a.current { */
    text-decoration: underline !important;
    /* color: #fff !important; */
    /* background-color: #f94301 !important; */
/* } */
/* input#button2, input[type="submit"], input[type="button"], button { */
    /* background: #f94301; */
/* } */
/* #search-submit { */
	/* background-color: #f94301; */
/* } */