/* ============================================================
  CSS Carlogic door MaesMedia
============================================================ */
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700&subset=latin,latin-ext);

html {
	position: relative;
	min-height: 100%;
	max-width: 100%;
	overflow-x: hidden;

}

body {
	/* Margin bottom by footer height */
	margin-bottom: 300px;
	font-family: 'Oxygen', sans-serif !important;
	background-color: #F4F4F4;
	max-width: 100%;

}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	min-height: 300px;
	background-color: #333333;
	-webkit-transform-style: preserve-3d;

}

.logofooter {
	margin-top: 50px;
	max-width: 100px;
}

@media (max-width: 767px) {
	.logofooter {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

@media (max-width: 767px) {
	body {
		/* Margin bottom by footer height */
		margin-bottom: 500px;
	}
}

body {
	padding-top: 0px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

a {
	color: #3E83A7;
}

/* Navigatie */
.navbar-static-top .nav {
	padding: 15px 0;
}

.navbar-static-top .navbar-brand {
	padding: 0 15px;
	height: 50px;
	max-width: 150px;
	margin-top: 5px;
}

@media (min-width: 767px) {
	body {
		padding-top: 0px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
	}

	.navbar-static-top .navbar-brand {
		padding: 15px 0;
	}
}

.navbar-inverse {
	background-color: white;
	border: 0;
}

@media (max-width: 767px) {
	.navbar-inverse {
		background-color: #4383A4;

	}

	.navbar-inverse .navbar-collapse {
		border: 0;
	}

	.navbar-inverse .navbar-toggle {
		border: 0;
	}

	.navbar-inverse .navbar-toggle:hover {
		background-color: #3E83A7;
	}

	.navbar-inverse .navbar-toggle:active {
		background-color: #3E83A7;
	}

	.navbar-inverse .navbar-toggle:focus {
		background-color: #3E83A7;
	}

	.navbar-inverse .navbar-nav > li > a {
		text-align: center;
		color: white;
		font-weight: 400;
	}

	.navbar-inverse .navbar-nav > li > a.active {
		background-color: #36667f;
	}

	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus {
		background-color: #36667f;
	}

	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover {
		background-color: #36667f;
	}

	.dropdown-header {
		color: white;
		text-align: center;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: white;
		text-align: center;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	.navbar-inverse .navbar-nav > li > a {
		margin-right: 20px;
	}
}

@media (min-width: 993px) {
	.navbar-inverse .navbar-nav > li > a {
		margin-right: 30px;
	}
}

@media (min-width: 767px) {
	.navbar-inverse {
		border: 0;
		height: 100px;
	}

	.navbar {
		margin-bottom: 0;
	}

	.navbar-static-top .nav {

	}

	.navbar-static-top {
		position: relative;
	}

	.navbar-inverse .navbar-nav > li > a {
		height: 70px;
		margin-top: -15px;
		padding-top: 35px;
		padding-left: 0px;
		padding-right: 0px;
		color: black;
		font-weight: 300;
		font-size: 16px;
		text-transform: uppercase;

		-moz-transition: all 0.2s ease-in;
		-webkit-transition: all 0.2s ease-in;
		-o-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in;
	}

	.navbar-inverse .navbar-nav > li > a.active {
		border-bottom: solid 1px black;
	}

	.navbar-inverse .navbar-nav > li > a:hover {
		border-bottom: solid 1px black;
		color: black;
	}

	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus {
		border-bottom: solid 1px black;
	}

	.navbar-inverse .navbar-nav > .open > a:hover {
		border-bottom: solid 1px black;
	}

	ul.nav li.dropdown:hover > ul.dropdown-menu {
		/*display: block;    */
	}

	.dropdown:hover .dropdown-menu {
		display: inline-block;
	}

	.dropdown-menu > li > a:hover {
		/*border-bottom: solid 1px black;*/
		font-weight: 400;
	}

	/* HORIZONTALE NAV
	 .dropdown-menu > li {
		display: inline-block !important;
		float:left;
		margin: 0;
		
	}
	
	.dropdown-menu > li a{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;	
	}
	
	.open > ul {
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex !important;
	}
	
	.close > ul {
		display: -webkit-inline-flex!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex !important;
	}
	
	.dropdown-menu {
		padding: 0;
		margin: 0;	
	}
	/* // */
}

@media (min-width: 1900px) {
	.navbar-static-top .nav {
		left: 40%;
		position: absolute;
	}
}

.navbar-nav > li > .dropdown-menu {
	background-color: #3E83A7;
	color: white;
}

.dropdown-menu > li > a {
	color: white;
}

.dropdown-header {
	color: #F6F6F6;
}

.dropdown-menu .divider {
	width: 90%;
	margin-left: 5%;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-nav > .open > a:hover {
	background-color: white !important;
	color: black !important;
}

.top-bar {
	display: block;
	width: 100%;
	height: 10px;
	right: 0;
	background-color: #4383A4;
}

.bottom-bar {
	display: block;
	width: 70%;
	margin-left: 30%;
	height: 10px;
	right: 0;
	background-color: #4383A4;
}

/* Footer */
footer {
	min-height: 300px;
}

@media (max-width: 767px) {
	footer {
		min-height: 450px;
		text-align: center;
	}
}

.footertext {
	color: white;
}

.footertext a {
	color: white;
}

.copyright {
	min-height: 40px;
	background-color: #202020;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.copy1 {
	color: #808080;
	padding-top: 10px;
}

.copy2 {
	color: #808080;
	padding-top: 10px;
	text-align: right;
}

@media (max-width: 767px) {
	.copy1 {
		text-align: center;
	}

	.copy2 {
		text-align: center;
	}
}

.footertitle {
	color: white;
	font-size: 24px;
	padding-top: 40px;
	font-weight: 300;
}

/* Module - Algemeen */
section.module:last-child {
	margin-bottom: 0;
}

section.module h2 {
	margin-bottom: 40px;
	font-size: 30px;
}

section.module p {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: 300;
}

section.module ul li {
	font-size: 1.2em;
	font-weight: 300;
}

section.module p:last-child {
	margin-bottom: 0;
}

/* Parallax header */
section.module.parallax {
	height: 250px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 100%;
}

@media (min-width: 767px) {
	section.module.parallax {
		background-attachment: fixed;
	}
}

@media (max-width: 767px) {
	section.module.parallax {
		margin-top: -20px;
	}
}

section.module.parallax-1 h1 {
	margin-top: 50px;
	color: white;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
	font-size: 40px;
	font-weight: 300;
}

section.module.parallax-1 h2 {
	color: white;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
	font-size: 24px;
	font-weight: 300;
}

section.module.parallax-1 {
	height: 250px;
	background-image: url("../img/jcon/header2.jpg");
}

/* Parallax subfooter */

section.module.parallax-2 {
	height: 150px;
	background-image: url("../img/jcon/subfooter.jpg");

	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 992px) {
	section.module.parallax-1 {
		display: block;
		/*padding-bottom: 430px;*/
	}
}

.blue-overlay {
	padding-top: 45px;
	padding-bottom: 20px;
	background-color: rgba(67, 131, 164, 0.7);
}

/* Parallax 3: andere pagina's */

.overflow {
	/*width: 100%;*/
	display: inline;
}

.overflow h1 {
}

.titleborder {
	padding: 5px;
	border: 2px white solid;
}

section.module.parallax-3 h1 {
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;

	color: white;
	margin: 0 auto;
	margin-top: 115px;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	font-size: 34px;
	line-height: 34px;
	font-weight: 300;
	/*display: inline-block;*/
	left: auto;
	right: auto;

}

section.module.parallax-3 {
	height: 250px;
	text-align: center;
	background-image: url("../img/jcon/header2.jpg");
}

@media (max-width: 767px) {
	section.module.parallax-3 {
		height: 150px;
		margin-top: -25px;
	}

	section.module.parallax-3 h1 {
		margin-top: 50px;
	}
}

@media (min-width: 767px) {
	section.module.parallax-3 {
		margin-top: -100px;
	}

	.kader-submenu section.module.parallax-3 {
		margin-top: 0px;
	}
}

.blue-overlay-2 {
	padding-bottom: 45px;
	background-color: rgba(67, 131, 164, 0.7);
}

.blue-overlay-home {
	padding-bottom: 70px;
	background-color: rgba(67, 131, 164, 0.4);
}

/* Content */

section.module.content {

}

section.module.content h4 {
	margin-top: 30px;
}

.contentoverlap {
	margin-top: -20px;
	z-index: 100;
	background-color: white;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	margin-bottom: 50px;
}

.contentoverlap-blue {
	margin-top: -20px;
	z-index: 100;
	background-color: white;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	margin-bottom: 50px;
	border-bottom: #3E83A7 solid 10px;
	margin-right: 0;
	margin-left: -10px;
}

.contentoverlap-blue-2 {
	margin-top: -20px;
	background-color: white;
	border-bottom: #3E83A7 solid 10px;
	margin-left: 10px;
	margin-right: 0;
	padding: 0;
}

.contentoverlap-blue-3 {
	margin-top: 10px;
	background-color: white;
	border-bottom: #3E83A7 solid 10px;
	margin-left: 10px;
	margin-right: 0;
	padding: 0;
	margin-bottom: 10px;
}

.contentoverlap-blue-3 p {
	margin-left: 20px;
	margin-right: 20px;
}

.modules-blue {
	/*background-color: #3E83A7;
    color: white;*/
}

.modules-blue #anchor {
	margin-top: 50px;
	margin-bottom: 20px;
}

/* Tabs */

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
	background-color: #3E83A7;
	color: white;
	border: 1px solid #3E83A7;
}

.nav-tabs > li > a {
	border-bottom-color: #3E83A7;
}

.nav-tabs > li > a:hover {
	border-bottom-color: #3E83A7;
	background-color: #3E83A7;
	color: white;
}

.nav-tabs {
	border-bottom: 1px solid #3E83A7;
}

/* Services */
.services {
	background-color: #F8F8F8;
	padding-bottom: 60px;

}

@media (min-width: 767px) {
	.service {
		margin-top: -150px;
		background-clip: padding-box;
		padding: 0 15px 0 15px;
	}
}

@media (min-width: 992px) {
	.service {
		min-height: 285px;
	}
}

@media (max-width: 767px) {
	.service {
		margin-bottom: 20px;

	}

	.firstservice {
		margin-top: -150px;
	}
}

.service h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px !important;
	padding-bottom: 0;
	font-weight: 300;
	font-family: 'Oxygen', sans-serif;

	margin-left: 10px;
	margin-right: 10px;

	color: #121719;

}

.service p {
	text-align: center;
	margin-bottom: 25px !important;
	padding-bottom: 0;

	color: #121719;

}

.bar-blue {
	width: 100%;
	height: 10px;
	background-color: #4383A4;
}

.inner {
	padding-top: 15px;
	background-color: white;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}

/* Why? */

.why {
	min-height: 200px;

	background: rgba(66, 129, 162, 1);
	background: -moz-linear-gradient(top, rgba(66, 129, 162, 1) 0%, rgba(63, 118, 148, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(66, 129, 162, 1)), color-stop(100%, rgba(63, 118, 148, 1)));
	background: -webkit-linear-gradient(top, rgba(66, 129, 162, 1) 0%, rgba(63, 118, 148, 1) 100%);
	background: -o-linear-gradient(top, rgba(66, 129, 162, 1) 0%, rgba(63, 118, 148, 1) 100%);
	background: -ms-linear-gradient(top, rgba(66, 129, 162, 1) 0%, rgba(63, 118, 148, 1) 100%);
	background: linear-gradient(to bottom, rgba(66, 129, 162, 1) 0%, rgba(63, 118, 148, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4281a2', endColorstr='#3f7694', GradientType=0);

	padding-top: 50px;
	padding-bottom: 50px;

	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}

.why h2 {
	color: white;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
}

.why h3 {
	color: white;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	font-size: 20px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
}

.why p {
	color: white;
	vertical-align: middle;
	text-align: center;
}

.why i {
	color: white;
	font-size: 30px;
	vertical-align: middle;
}

.iconw30 {
	width: 30px;
}

.iconwhy {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.textsmaller p {
	font-size: 1.0em !important;
}

/* Greeting */

.greeting {
	min-height: 200px;
	background-color: white;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;

}

.greeting-small {
	min-height: 200px;
	background-color: white;
	text-align: center;
	margin-top: 24px;

}

.greeting h3 {
	font-weight: 300;
}

.greeting h2 {
	font-weight: 400;
	text-align: center;
}

.greeting p {
	font-weight: 400;
}

.greeting-small h2 {
	font-size: 20px !important;
	margin-bottom: 10px !important;

}

.greeting-small h3 {
	font-size: 14px;

}

.greeting-small p {
	font-size: 12px !important;

}

.carousel-control.left, .carousel-control.right {
	background-image: none
}

.carousel-inner {
	-webkit-transform-style: preserve-3d;
}

/* subfooter */
.subfooterleft {
	border-right: solid 1px white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
}

.subfooterright {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.subfootertext1 {
	padding: 0;
	margin: 0 !important;
	text-align: right;
	color: white;
	text-transform: uppercase;
	font-size: 28px !important;
}

.subfootertext2 {
	padding: 0;
	margin: 0;
	text-align: right;
	color: white;
	text-transform: uppercase;
	font-size: 22px !important;
	font-weight: 700 !important;
}

.subfootertext3 {
	padding: 0;
	margin: 0 !important;
	text-align: left;
	color: white;
	text-transform: uppercase;
	font-size: 28px !important;
	font-weight: 400 !important;
}

.subfootertext4 {
	padding: 0;
	margin: 0;
	text-align: left;
	color: white;
	text-transform: uppercase;
	font-size: 22px !important;
}

/* Google Maps */
@media only screen and (max-width: 767px) {
	#map-canvas {
		height: 150px;
		width: 100%;
		margin-top: -50px;
	}
}

@media only screen and (min-width: 767px) {
	#map-canvas {
		height: 320px;
		width: 100%;
		margin-top: -50px;
	}
}

#map-title {
!important font-family: 'Lora', serif;
	font-weight: 600;
	font-size: 15px;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

#map-content {
	height: 100px;
	width: 200px;
	overflow: hidden;
}

#map-body {
	height: 120px;
	width: 250px;
	overflow: hidden;
	color: black;
}

/* Buttons formulieren */
#sbtn {
	border: none;
	background-color: transparent;
}

.btn-flat {
	margin-top: 10px;
	margin-right: 10px;
	padding: 14px 26px;
	font-size: 14px;
	line-height: 100%;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.1s ease-in-out;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	-ms-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 700;
}

.btn-flat:active {
	padding-top: 15px;
	margin-bottom: -1px;
}

.btn-flat, .btn-flat:hover, .btn-flat:active {
	outline: 0 none;
	text-decoration: none;
	color: #fff;
}

.btn-margin-bottom {
	margin-bottom: 10px
}

.btn-flat-blue {
	background-color: #3E83A7 !important;
	box-shadow: 0px 3px 0px 0px #314F5C;
}

.btn-flat-blue:hover {
	background-color: #35708e;
}

.btn-flat-blue:active {
	box-shadow: 0px 1px 0px 0px #314F5C;
}

@media only screen and (min-width: 767px) {
	.btn245 {
		min-width: 245px;
	}
}

.taalkeuze {
	color: #314F5C;
	margin-top: 0px;
	margin-bottom: 2px;
}

.taalkeuze a {
	color: #314F5C;
	margin-top: 0px;
}

.marginbottom {
	margin-bottom: 50px;
}

/* FORM */
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

@media (max-width: 767px) {
	.nav > li > a {
		padding-left: 3px;
		padding-right: 3px;
	}
}

@media (min-width: 767px) {
	.nav > li > a {
		padding-left: 2px;
		padding-right: 2px;
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	.nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 15px;
	}
}

@media (min-width: 1200px) {
	.nav > li > a {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 1em;
	}
}

.beveiliging {
	display: none;
}

.admin {
	background-color: #35708e;
	color: white;
	padding: 20px;
}

.admin a {
	color: white;
}

.lang-active {
	text-decoration: underline;
}

/* DataTables */
.datatabel {
	margin-top: 50px;
}

.dataTables_wrapper {
}

.datatable .header {
	height: 15px;
	border: 0;
}

table.dataTable thead th {
	padding-left: 10px !important;
	border: 0 !important;
}

table.dataTable.no-footer {
	border: 0 !important;
}

table.dataTable a {
	color: #314F5C;
	font-weight: 600;
	margin-left: 5px;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #ecf2f5 !important;
}

table.dataTable.stripe tbody tr.odd:hover, table.dataTable.display tbody tr.odd:hover {
	background-color: #d6e3e9 !important;
}

table.dataTable.stripe tbody tr.even:hover, table.dataTable.display tbody tr.even:hover {
	background-color: #d6e3e9 !important;
}

table.dataTable.display tbody td {
	border-top: 1px solid #e4e9ee;
}

.dataTables_filter {
	margin-top: -40px;
	margin-right: 30px;
}

#dataTables_search {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-transform: uppercase;
	color: white;
	background-color: #314F5C;
	margin-top: 16px;
	font-weight: 600;
}

.pagination > .active > a:focus {
	outline: 0;
}

.pagination > .active > a:active {
	outline: 0;
}

table.dataTable.display tbody tr.even > .sorting_1 {
	background-color: white !important;
}

table.dataTable.display tbody tr.odd > .sorting_1 {
	background-color: #ecf2f5 !important;
}

table.dataTable.display tbody tr.even:hover > .sorting_1 {
	background-color: #d6e3e9 !important;
}

table.dataTable.display tbody tr.odd:hover > .sorting_1 {
	background-color: #d6e3e9 !important;
}

.pagination > li > a {
	color: #314F5C !important;
	font-weight: 400;
}

.pagination > .active > a {
	color: white !important;
	background-color: #314F5C !important;
	border-color: #314F5C !important;
}

/*!
 * DataTables + Font Awesome integration
 * License: MIT - http://datatables.net/license
 */

/*
 * Sort styling
 */
table.dataTable thead th {
	position: relative;
	background-image: none !important; /* Remove the DataTables bootstrap integration styling */
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
	position: absolute;
	top: 12px;
	right: 8px;
	display: block;
	font-family: FontAwesome;
}

table.dataTable thead th.sorting:after {
	content: "\f0dc";
	color: #ddd;
	font-size: 0.8em;
	padding-top: 0.12em;
}

table.dataTable thead th.sorting_asc:after {
	content: "\f0de";
}

table.dataTable thead th.sorting_desc:after {
	content: "\f0dd";
}

div.dataTables_scrollBody table.dataTable thead th.sorting:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {
	content: "";
}

/* In Bootstrap and Foundation the padding top is a little different from the DataTables stylesheet */
table.table thead th.sorting:after,
table.table thead th.sorting_asc:after,
table.table thead th.sorting_desc:after {
	top: 8px;
}

/*
 * DataTables style pagination controls
 */
div.dataTables_paginate a.paginate_button.first,
div.dataTables_paginate a.paginate_button.previous {
	position: relative;
	padding-left: 24px;
}

div.dataTables_paginate a.paginate_button.next,
div.dataTables_paginate a.paginate_button.last {
	position: relative;
	padding-right: 24px;
}

div.dataTables_paginate a.first:before,
div.dataTables_paginate a.previous:before {
	position: absolute;
	top: 8px;
	left: 10px;
	display: block;
	font-family: FontAwesome;
}

div.dataTables_paginate a.next:after,
div.dataTables_paginate a.last:after {
	position: absolute;
	top: 8px;
	right: 10px;
	display: block;
	font-family: FontAwesome;
}

div.dataTables_paginate a.first:before {
	content: "\f100";
}

div.dataTables_paginate a.previous:before {
	content: "\f104";
}

div.dataTables_paginate a.next:after {
	content: "\f105";
}

div.dataTables_paginate a.last:after {
	content: "\f101";
}

/*
 * Bootstrap and foundation style pagination controls
 */
div.dataTables_paginate li.first > a,
div.dataTables_paginate li.previous > a {
	position: relative;
	padding-left: 24px;
}

div.dataTables_paginate li.next > a,
div.dataTables_paginate li.last > a {
	position: relative;
	padding-right: 24px;
}

div.dataTables_paginate li.first a:before,
div.dataTables_paginate li.previous a:before {
	position: absolute;
	top: 6px;
	left: 10px;
	display: block;
	font-family: FontAwesome;
}

div.dataTables_paginate li.next a:after,
div.dataTables_paginate li.last a:after {
	position: absolute;
	top: 6px;
	right: 10px;
	display: block;
	font-family: FontAwesome;
}

div.dataTables_paginate li.first a:before {
	content: "\f100";
}

div.dataTables_paginate li.previous a:before {
	content: "\f104";
}

div.dataTables_paginate li.next a:after {
	content: "\f105";
}

div.dataTables_paginate li.last a:after {
	content: "\f101";
}

/* In Foundation we don't want the padding like in bootstrap */
div.columns div.dataTables_paginate li.first a:before,
div.columns div.dataTables_paginate li.previous a:before,
div.columns div.dataTables_paginate li.next a:after,
div.columns div.dataTables_paginate li.last a:after {
	top: 0;
}

#cke_editor1.SimpleUploadsOverContainer {
	box-shadow: 0 0 10px 1px #99FF99;
}

.display-inline {
	display: inline;
}

.pageimg {
	max-height: 500px;
}

.zoektitel {
	color: #35708e;
	margin-top: 20px;
	margin-bottom: 0;
}

.zoeksubtitel {
	color: #006621;
	margin-top: 0;
	margin-bottom: 0;
}

.zoekmoreinfo {
	font-size: 90%;
	margin-top: 0;
	margin-bottom: 0;

}

.zoekveld {
	margin-top: 15px;
}

.search {
	margin-bottom: 15px;
}

.support-nieuw .search {
	margin-bottom: 20px;
}

.support-nieuw {
	margin-top: 30px;
}

.margin-left-20 {
	margin-left: 20px;
	margin-bottom: 20px;
}

.support-nieuw .menu {
	border-bottom: 5px solid #35708e;
	margin-bottom: 20px;
}

.support-nieuw .menu li a {
	border: 1px solid #35708e;
	padding: 10px 28px;
	text-transform: none;
	font-size: 16px;
}

@media (max-width: 767px) {
	.support-nieuw .menu li {
		display: inline-block;
		width: 100%;
	}

	.support-nieuw .menu li a {
		border: 1px solid #35708e;
		padding: 10px 30px;
		text-transform: none;
		font-size: 16px;
		display: inline-block;
		width: 100%;
	}
}

.support-nieuw .menu li.active a {
	background-color: #35708e;
	color: white
}

.support-nieuw .submenu {
	border-bottom: none;
	margin-bottom: 40px;
	border-right: none;
}

.support-nieuw .submenu li {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}

.support-nieuw .submenu li:last-child {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
}

.support-nieuw .submenu li a {
	border: 1px solid black;
	border-right: none;
	border-top-right-radius: 0px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 3px;
	padding: 10px 30px;
	text-transform: none;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	color: black;
	background-color: transparent;
}

@media (max-width: 767px) {
	.support-nieuw .submenu li a {
		border: 1px solid black;
		border-right: 1px solid black;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
		padding: 10px 30px;
		text-transform: none;
		font-size: 16px;
		display: inline-block;
		width: 100%;
		color: black;
		background-color: transparent;
	}
}

.support-nieuw .submenu li a:hover {
	border: 1px solid black;
	border-right: none;
	border-top-right-radius: 0px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 3px;
	padding: 10px 30px;
	text-transform: none;
	font-size: 16px;
	display: inline-block;
	width: 100%;
	color: black;
	background-color: #f8f8f8;
}

.support-nieuw .submenu li.active a {
	background-color: #f8f8f8;
	color: black;
	position: relative;
	border: 1px solid black;
	border-right: none;
	border-top-right-radius: 0px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 3px;
}

@media (max-width: 767px) {
	.support-nieuw .submenu li.active a {
		background-color: #f8f8f8;
		color: black;
		position: relative;
		border: 1px solid black;
		border-right: 1px solid black;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
	}
}

.support-nieuw .submenu li.active a:hover {
	background-color: #f8f8f8;
	color: black;
	position: relative;
}

.support-nieuw .submenu li.active a:after {
	display: inline-block;
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: -1px;
	background-color: white;
	z-index: 10;
}

@media (max-width: 767px) {

	.support-nieuw .submenu li.active a:after {
		display: none;
	}
}

.support-nieuw .kader-tab {
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
}

.support-nieuw .tab-content li {
	list-style: none;
}

.support-nieuw .kader-submenu {
	display: inline-block;
	border: 1px solid black;
	width: 100%;
	padding: 30px 50px 30px 50px;
	min-height: 560px;
}

@media (max-width: 767px) {
	.support-nieuw .kader-submenu {
		display: inline-block;
		border: 1px solid black;
		width: 100%;
		padding: 30px 50px 30px 50px;
		min-height: 100px;
	}
}

.support-nieuw .subsubmenu {
	border: none;
}

.support-nieuw .subsubmenu li {
	border: none;
	display: inline-block;
	width: 100%;
}

.support-nieuw .subsubmenu li a {
	border: none;
	display: inline-block;
	width: 100%;
	padding: 0px;
	line-height: 150%;
	border-radius: 0;
}

.support-nieuw .subsubmenu li a:hover {
	background-color: transparent;
	color: #35708e;
	border: none;
}

.support-nieuw .subsubmenu li a:active {
	background-color: transparent;
	color: #35708e;
	border: none;
}

.support-nieuw .subsubmenu li a:focus {
	background-color: transparent;
	color: #35708e;
	border: none;
}

.support-nieuw .subsubmenu li.active a {
	background-color: transparent !important;
	color: #35708e !important;
	border: none !important;
}

.support-nieuw .subsubmenu p {
	border: none;
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 15px;
}

.clearfix {
	display: inline-block;
	width: 100%;
	height: 10px;
}

.support-include img {
	width: 100%;
}

.douane-submenu-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.douane-submenu-container {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
}

.douane-submenu {
	border: 1px solid #cccccc;
	padding: 15px;
	height: 100%;
}

.douane-submenu p {
	border: none;
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 15px;
}

.douane-submenu a:before, .subsubmenu a:before {
	display: inline-block;
	content: '\f054';
	font-family: FontAwesome;
	color: #cccccc;
	font-size: 10px;
	margin-right: 5px;
	font-weigHt: 400;
}

.vacature-menu{
	margin-bottom: 30px;
}

.vacature-menu a {
	font-size: 18px;
}