/* 

Blauw: #1f5ba4
Groen: #b6c931

*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab|Roboto:400,500,700');

.mt0 {
	margin-top: 0px
}
.mt10 {
	margin-top: 10px
}
.mt20{
	margin-top: 20px
}
.mt30{
	margin-top: 30px
}
.mt40{
	margin-top: 40px
}
.mt50{
	margin-top: 50px
}
.mt60{
	margin-top: 60px
}
.mt70{
	margin-top: 70px
}
.mt80{
	margin-top: 80px
}
.mt90{
	margin-top: 90px
}
.mt100{
	margin-top: 100px
}
.mb0{
	margin-bottom: 0px
}
.mb10{
	margin-bottom: 10px
}
.mb20{
	margin-bottom: 20px
}
.mb30{
	margin-bottom: 30px
}
.mb40{
	margin-bottom: 40px
}
.mb50{
	margin-bottom: 50px
}
.mb60{
	margin-bottom: 60px
}
.mb70{
	margin-bottom: 70px
}
.mb80{
	margin-bottom: 80px
}
.mb90{
	margin-bottom: 90px
}
.mb100{
	margin-bottom: 100px
}
.pt0 {
	padding-top: 0px
}
.pt10 {
	padding-top: 10px
}
.pt20{
	padding-top: 20px
}
.pt30{
	padding-top: 30px
}
.pt40{
	padding-top: 40px
}
.pt50{
	padding-top: 50px
}
.pt60{
	padding-top: 60px
}
.pt70{
	padding-top: 70px
}
.pt80{
	padding-top: 80px
}
.pt90{
	padding-top: 90px
}
.pt100{
	padding-top: 100px
}
.pb0{
	padding-bottom: 0px
}
.pb10{
	padding-bottom: 10px
}
.pb20{
	padding-bottom: 20px
}
.pb30{
	padding-bottom: 30px
}
.pb40{
	padding-bottom: 40px
}
.pb50{
	padding-bottom: 50px
}
.pb60{
	padding-bottom: 60px
}
.pb70{
	padding-bottom: 70px
}
.pb80{
	padding-bottom: 80px
}
.pb90{
	padding-bottom: 90px
}
.pb100{
	padding-bottom: 100px
}
.ml0 {
	margin-left: 0px
}
.ml5 {
	margin-left: 5px
}
.ml10 {
	margin-left: 10px
}
.ml20{
	margin-left: 20px
}
.ml30{
	margin-left: 30px
}
.ml40{
	margin-left: 40px
}
.ml50{
	margin-left: 50px
}
.mr0 {
	margin-right: 0px
}
.mr5 {
	margin-left: 5px
}
.mr10 {
	margin-right: 10px
}
.mr20{
	margin-right: 20px
}
.mr30{
	margin-right: 30px
}
.mr40{
	margin-right: 40px
}
.mr50{
	margin-right: 50px
}
.mt-30 {
	margin-top: -30px;
}
.mt-60 {
	margin-top: -60px;
}
.mt-90 {
	margin-top: -90px;
}
.mt-100 {
	margin-top: -100px;
}
a:active, a:focus {
    outline: none;
}

/* Homepage */

@media (min-width: 500px) {
  .col-sm-6 {
    width: 50%;
  }
}
html, body {
	height: 100%;
	min-height: 18em;
	font-family: 'Roboto', sans-serif;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.6px;
	color: #6a6a6a;
}
.basis-side {
	background-image: url("../images/startpagina-groen.png");
}
.secundair-side {
	background-image: url("../images/startpagina-blauw.png");
}
.split-pane {
	padding-top: 1em;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	min-height: 9em;
}
.text-content {
	width: 280px;
	margin: 0 auto;
	color: #fff;
}
.split-pane > div {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.basis-side h1, .secundair-side h1 {
	margin-top: 0px;
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;
}
.basis-side h4, .secundair-side h4 {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.basis-side h4 {
	color: #1f5ba4;
}
.secundair-side h4 {
	color: #b6c931;
}
.basis-side a, .secundair-side a {
	color: #fff;
}
.basis-side a:hover, .secundair-side a:hover {
	color: #fff;
	text-decoration: none;
}
.basis-side nav.homepagenav ul, .secundair-side nav.homepagenav ul {
	list-style: none;
	margin: 60px 0px 0px 0px;
	padding: 0;
}
.basis-side nav.homepagenav ul li, .secundair-side nav.homepagenav ul li {
	width: 200px;
	margin: 5px auto;
}
.basis-side nav.homepagenav ul li a {
	font-size: 16px;
	font-weight: 500;
	border-radius: 2px;
	padding: 9px 10px;
	display: block;
	background: #1f5ba4;
	color: #fff;
	text-transform: uppercase;
}
.secundair-side nav.homepagenav ul li a {
	font-size: 16px;
	font-weight: 500;
	border-radius: 2px;
	padding: 9px 10px;
	display: block;
	background: #b6c931;
	color: #fff;
	text-transform: uppercase;
}
.home-picto-container {
	margin-top: 60px;
}
a {
	color: #5eb776;
	transition: all 0.2s;
}
a:hover, a:focus {
	color: #1f5ba4;
}




.btn-primary {
    background-image: none;
    filter: none;
    background: #b6c931;
	color: #fff;
    border-color: #b6c931;
	border-radius: 3px;
	text-shadow: none;
	box-shadow: none;
	font-size: 16px;
	line-height: 1.5;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1f5ba4;
    border-color: #1f5ba4;
}

/* Header */

.header-top {
	padding: 10px 0px 10px 0px;
	color: #6a6a6a;
	font-size: 12px;
}
.header-top a {
	color: #6a6a6a;
	font-size: 12px;
}
.header-top a:hover, .header-top a:focus {
	color: #6a6a6a;
	text-decoration: none;
}
.header-top a.active {
	font-weight: 600;
}
.header-top .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
	margin-bottom: 0px;
}
ul.top-menu {
	padding: 0;
	margin: 0;
	letter-spacing: -0.3px;
}
ul.top-menu li {
	padding: 0;
	margin: 0px 30px 0px 0px;
}
ul.top-menu li.active {
	font-weight: 700;
}
.header-middle-blue {
	color: #fff;
	/* background: #1f5ba4; */
	background: #005fc0;
	padding: 0px;
	min-height: 78px;
}
.header-middle-blue a {
	display: inline-block;
	color: #fff;
}
ul.main-menu {
	padding: 0;
	margin: 0;
	text-align: right;
}
ul.main-menu li {
	margin-left: 30px;
	padding: 0;
}
ul.main-menu li a {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.4px;
	padding: 25px 0px;
	color: #fff;
	transition: all 0.3s;
	border-bottom: 4px solid #1f5ba4;
}
ul.main-menu li a:hover, ul.main-menu li a:focus, ul.main-menu li a.active, ul.main-menu li.active a {
	color: #fff;
	text-decoration: none;
	/* border-bottom: 4px solid #b6c931; */
	border-bottom: 4px solid #5eb776;
}
img.logo {
	margin-top: 22px;
	width: 190px;
}
.header-middle-green {
	color: #fff;
	/* background: #b6c931; */
	background: #5eb776;
	height: 44px;
	padding: 0px;	
	-webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    inset 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         inset 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.header-middle-green a {
	color: #fff;
}
ul.sub-menu {
	padding: 0;
	margin: 0;
	text-align: left;
}
ul.sub-menu li {
	margin-right: 30px;
}
ul.sub-menu li a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.4px;
	transition: all 0.3s;
	padding: 10px 0px 6px 0px;
	/* border-bottom: 4px solid #b6c931; */
	border-bottom: 4px solid #5eb776;
	display: inline-block;
}
ul.sub-menu li a:hover, ul.sub-menu li a:focus, ul.sub-menu li a.active, ul.sub-menu li.active a {
	color: #fff;
	text-decoration: none;
	/* border-bottom: 4px solid #1f5ba4; */
	border-bottom: 4px solid #ea601f;
}

/* Gb Menu */

.gb-menu {
	position: absolute;
	width: 100%;
}
.gb-dropdown {
	position: relative;
	z-index: 999;
}
.gb-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
    padding: 5px;
    min-width: 240px;
	list-style: none;
	z-index: 999999;
	display: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background: #B6C931;
}
ul.sub-menu > li:hover >.gb-dropdown-menu {
	display: block;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-animation: fadeInUp 400ms;
	-moz-animation: fadeInUp 400ms;
	-ms-animation: fadeInUp 400ms;
	-o-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;    
}
ul.sub-menu > li:hover >.gb-dropdown-menu a {
	color: #fff;   
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
li.gb-dropdown ul.gb-dropdown-menu li {
	text-align: left;
	padding: 0;
	width: 100%;
}
li.gb-dropdown ul.gb-dropdown-menu li a {
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	display: block;
	padding: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	width: 100%;
	transition: all 0.3s;
}
li.gb-dropdown ul.gb-dropdown-menu li:last-child a {
	text-align: left;
	display: inline-block;
	padding: 10px;
	border-bottom: none;
}
li.gb-dropdown ul.gb-dropdown-menu li a:hover {
	opacity: 0.7;
	padding-left: 15px;
}
ul.sub-menu ul.gb-dropdown-menu li::after {
	padding: 0;
	content: "";
}
ul.sub-menu ul.gb-dropdown-menu li:last-child::after {
	padding: 0;
	content: "";
}

/* Mobile Menu */

ul#mobile-menu {
	display:none;
}
div#mobile-menu-area {
	display:none;
}

/* Footer */

footer {
	background : #ea601f;
	/* background: #1f5ba4 url('../images/iconen-collage-blauw.gif'); */
	background-repeat:no-repeat;
    background-size:cover;
	color: #fff;
	padding: 50px 0px;
}
footer h4 {
	font-size: 16px;
	letter-spacing: 0.2px;
	/*color: #b6c931;*/
	color: #04354d;
	font-weight: bold;
	font-size: 2rem;
	
}
img.footer-logo {
	margin-top: 0px;
	width: 160px;
}
footer a {
	color: #fff;
}
footer a:hover, footer a:focus, footer a:active {
	color: #fff;
	text-decoration: none;
}
ul.footer-menu li {
	line-height: 2;
}
section.copyright {
	padding: 15px 0px;
	color: #1f5ba4;	
	font-weight: 600;
	letter-spacing: 0.2px;
}

/* Content section */

section.content {
	padding-bottom: 30px;
}
h1, .h1 {
	font-family: Arial !important;
	font-weight:bold;
    font-size: 40px;
	color: #005fc0;
	line-height: 1.4;
}
h1.white {
	color: #fff;
	font-weight: 400;
	margin-bottom: 18px;
}
h2 {
	font-size: 24px;
	color: #1f5ba4;
	font-weight: 400;	
}


h2.sppb-addon-title {
	font-family: Arial,'Roboto Slab', serif;
	font-weight:bold;
}
h3 {
	font-size: 24px;
	letter-spacing: -0.6px;
	color: #1f5ba4;
	font-weight: 400;
}
h4 {
	font-size: 20px;
	letter-spacing: -0.6px;
	color: #1f5ba4;
	font-weight: 400;
}
h5 {
	font-size: 20px;
	letter-spacing: -0.6px;
	color: #b6c931;
	font-weight: 400;
}
h6 {
	font-size: 16px;
	font-weight: 400;
}
blockquote {
    border-left: 5px solid #ea601f;
    /* border-left: 5px solid #b6c931; */
}
.fa-white {
	color: #fff;
}
.text-shadow {
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.39);
}
.text-slab {
	font-family: 'Roboto Slab', serif;
}
.text-large {
	font-size: 40px;
}
.text-white, .text-white a {
	color: #fff;
}
.text-semi-trans {
	margin: 0;
	padding: 20px;
	background: rgba(234,96,31,0.7);
	color: white;
}



.text-semi-trans a {
	margin: 0;
	padding: 0;
	background: none;
}
.text-semi-trans-groen {
	margin: 0;
	padding: 20px;
	background: rgba(180,201,49,0.8);
}
.text-semi-trans-groen a {
	margin: 0;
	padding: 0;
	background: none;
}


.text-semi-trans-dblauw {
	margin: 0;
	padding: 20px;
	background: rgba(4,53,77,0.7);
	color: white;
}


.text-semi-trans-dblauw h4 {
	margin: 0;
	padding: 0;
	color: white;
}




.text-semi-trans h1, .text-semi-trans h2, .text-semi-trans h3, .text-semi-trans h4, .text-semi-trans p, .text-semi-trans-groen h1, .text-semi-trans-groen h2, .text-semi-trans-groen h3, .text-semi-trans-groen h4, .text-semi-trans-groen p {
	margin: 0;
}
.text-blauw, .text-blauw a {
	color: #1f5ba4;
}
.text-groen, .text-groen a {
	color: #b6c931;
}
section.breadcrumbs {
	padding: 30px 0px;
}	
ul.breadcrumb-list {
	margin: 0;
	color: #888;
	font-size: 12px;
	letter-spacing: -0.3px;
}
ul.breadcrumb-list li {
	padding: 0;
}
ul.breadcrumb-list a {
	color: #888;
}
ul.breadcrumb-list a:hover, ul.breadcrumb-list a:focus, ul.breadcrumb-list a:active {
	color: #888;
	text-decoration: none;
}
ul.breadcrumb-list span.divider {
	margin: 0px 5px;
}
ul.meta {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #888;
	font-size: 12px;
	letter-spacing: -0.3px;
}
ul.meta li {
	margin: 5px 0px;
}
ul.meta li.date {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.36;
	letter-spacing: -0.3px;
	color: #ea601f;
}
ul.meta li.tags {
	color: #888;
	line-height: 1.36;
	letter-spacing: -0.3px;
}
ul.tags {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tags li {
	display: inline-block;
	color: #888;
	font-size: 12px;
	letter-spacing: -0.3px;
}
ul.tags li a {
	color: #888;
	font-size: 12px;
	letter-spacing: -0.3px;
}
ul.tags li:after {
	content: ",";
}
ul.tags li.no-comma:after,ul.tags li:last-child:after  {
	content: "";
}
section.fullscreen-image {
	position: relative;
}
section.fullscreen-image .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 90px;
}
section.fullscreen-image .caption ul.caption-links a {
	color: #fff;
	font-size: 14px;
}
section.neg-top-margin {
	margin-top: -90px !important;
}
section.neg-side-margin {
	margin-left: -30px !important;
	margin-right: -30px !important;
}
.well {
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
	box-shadow: none;
}
.table-striped > tbody > tr > td {
	padding: 10px 0px;
}
.table-striped > tbody > tr {
	border-bottom: 1px solid #e0e0e0;
}
.table-striped > tbody > tr:nth-child(2n+1) {
    background: none;
}

/* Nieuws */

div.nieuws-module-content-bottom {
	padding: 30px 0px;
}
div.nieuws-module-content-bottom h1 {
	font-family: 'Roboto Slab', serif;
}
div.nieuws-module-content-bottom h2 {
	color: #1f5ba4;
	font-size: 24px;
	font-weight: 400;
	margin-top: 0px;
}
div.nieuws-module-content-bottom h2.text-large {
	color: #005fc0;
	font-family: Arial;
	font-size: 40px;
	font-weight: bold;
	margin-top: 0px;
}
div.nieuws-module-content-bottom a img {
	transition: all 0.3s;
}
div.nieuws-module-content-bottom h2 a, div.nieuws-module-content-bottom img a {
	color: #04354d;	
	transition: all 0.3s;
}
div.nieuws-module-content-bottom h2 a:hover, div.nieuws-module-content-bottom h2 a:focus {
	text-decoration: none;
	color: #1f5ba4;
}
.nieuws-item {
	margin : 10px; 
	border : 1px solid #E0E0E0;
	padding: 15px;
	background-image: linear-gradient(#f0f0f0, #f0f0f0);
	background-size: 0% 0%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transition: all .2s;
}

.nieuws-item:hover {
	background-size: 100% 100%;
}



.main-news .nieuws-item-image {
	height: 250px;
	overflow: hidden;
}
.sub-news .nieuws-item-image {
	height: 150px;
	overflow: hidden;
}
.nieuws-module-content-bottom .main-news .nieuws-item-image {
	height: 200px;
	overflow: hidden;
}
.nieuws-module-content-bottom .sub-news .nieuws-item-image {
	height: 200px;
	overflow: hidden;
}



/* SP Pagebuilder */

.sppb-testimonial-pro .sppb-testimonial-message {
    font-size: 24px !important;
    line-height: 36px !important;
	color: #6a6a6a !important;
	font-weight: 300 !important;
}
.sppb-addon-testimonial-pro-footer {
	font-family: 'Roboto', sans-serif  !important;
	font-size: 16px  !important;
	font-weight: 500 !important;
	line-height: 2.25 !important;
	letter-spacing: normal !important;
	color: #d9db51;
}
h3.sppb-addon-title {
	margin: 10px 0px;
}
.sppb-column-addons h3, .sppb-addon-content h3 {
	margin: 10px 0px;
}
.sppb-btn, .sppb-btn-custom {
	border-radius: 3px;
	background: #5eb776;
	color: #fff;
}
.sppb-panel-modern > .sppb-panel-heading {
    background: #f0f0f0;
    color: #1f5ba4;
}
.sppb-panel-modern {
    border: 1px solid #f0f0f0;
    border-radius: 3px;

}
.sppb-panel-modern .sppb-panel-body {
    border-top-color: #f0f0f0;
}
.sppb-blocknumber-number {
    background-color: #b6c931 !important;
}
.sppb-btn-success {
    color: #fff;
    background-color: #5eb776 !important;
    border-color: #5eb776 !important;
}
.sppb-btn-success:hover {
    color: #fff;
    background-color: #ea601f !important;
    border-color: #ea601f !important;
}
.sppb-article-meta span.sppb-meta-author {
	display: none !important;
}
.sppb-article-meta span.sppb-meta-category {
	display: none !important;
}
.sppb-addon-article a.sppb-readmore {
	display: none !important;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper:before {
	background-color: #1f5ba4 !important;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:before {
	border: 3px solid #1f5ba4 !important;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:after {
	background: #1f5ba4 !important;
}
h1.sppb-title-heading {
	font-family: 'Roboto Slab', serif;	
	font-size: 24px;
	letter-spacing: -0.6px;
	color: #1f5ba4;
}
h1.sppb-addon-title {
	font-family: 'Roboto Slab', serif;	
	font-size: 40px;
	letter-spacing: -0.6px;
	color: #1f5ba4;
}
h3.sppb-title-heading {
	font-family: 'Roboto Slab', serif;	
	font-size: 24px;
	letter-spacing: -0.6px;
	color: #1f5ba4;
}
.sppb-addon-module h3 {
	font-family: 'Roboto Slab', serif;	
	font-size: 36px;
	letter-spacing: -0.6px;
	color: #1f5ba4;
}
sppb-addon-module

/* Feature box */ 

.sppb-feature-box-title {
	color: #b6c931;
}
.sppb-addon-feature .sppb-addon-text, .sppb-addon-feature .sppb-addon-text a {
	color: #fff;
}

/* Pagination */

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ea601f;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ea601f;
    border-color: #ea601f;
	border-radius: 2px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #b6c931;
    background-color: #eee;
    border-color: #ddd;
}
.cta-blue {
	box-shadow: inset 0 125px 0 0 #fff;
	/*background: #1f5ba4;*/
	background: #EEEEEE;
}




.cta-green {
	box-shadow: inset 0 125px 0 0 #fff;
	/*background: #b6c931;*/
	background:    #EEEEEE;
}
.cta-content {
	background-repeat: no-repeat;
	background-position: top left;
	height: 300px;
	text-align: center;
	padding-top: 200px;
	color: #04354d;
	font-size: 22px;
}
.cta-green .cta-content a {
	color: #1f5ba4;
	font-weight: 700;
}
.cta-blue .cta-content a {
	/* color: #b6c931; */ 
	color: #005fc0;
	font-weight: 700;
}

/* Site Search */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
	z-index: 99;
}

#search .search-basischool, #search .search-secundair {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #6a6a6a;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search input.search-query {
	padding: 5px 20px;
	border: 1px solid #e0e0e0;
    font-size: 50px;
    font-weight: 300;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #1f5ba4;
	border-color: #1f5ba4;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
label.element-invisible {
	display: none;
}
input.inputbox {
	padding: 3px 5px;
	border: 1px solid #e0e0e0;
}
div#finder-filter-window .filter-branch .finder-selects {
    margin-right: 10px;
}
#scrollUp {
	background-color: rgba(4, 53, 77);
	border-radius: 2px 2px 0 0;
	bottom: -10px;
	color: #ffffff !important;
	display: block;
	font-size: 16px;
	height: 45px;
	line-height: 38px;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 50px;
	z-index: 1000;
}
#scrollUp i {
	display: block;
	padding-top: 10px;
}
#scrollUp:hover {
	/*background-color: rgba(182, 201, 49, 0.9);*/
	background-color: rgba(94, 183 ,118);
}
.nieuws-filter {
	margin: 30px 0px;
	text-align: right;
}
.nieuws-filter button {
	padding: 5px 10px;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	background-color: #e0e0e0;
	color: #888;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.6px;
	margin: 0px 0px 5px 5px;
	transition: all 0.2s;
}
.nieuws-filter button:hover, .nieuws-filter button.active {
	border: 1px solid #5eb776;
	background-color: #5eb776;
	color: #fff;
}

/* Menu as Breadcrumb*/

ul.menu-as-breadcrumb, ul.menu-as-breadcrumb ul, ul.menu-as-breadcrumb ul ul, ul.menu-as-breadcrumb ul ul ul {
	display: inline-block;
	color: #888;
	margin: 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: -0.3px;
}
ul.menu-as-breadcrumb a:hover {
	text-decoration: none;
}
ul.menu-as-breadcrumb li {
	display: none;
}
ul.menu-as-breadcrumb li.deeper {
	display: inline-block;
	color: #888;
}
ul.menu-as-breadcrumb li.deeper a {
	display: inline-block;
	color: #888;
}
ul.menu-as-breadcrumb li ul li {
	display: none;
}
ul.menu-as-breadcrumb li.deeper ul li.deeper {
	display: inline-block;
	color: #888;
}
ul.menu-as-breadcrumb li.deeper ul li.deeper a {
	display: inline-block;
	color: #888;
}
ul.menu-as-breadcrumb li ul li ul li {
	display: none;
}
ul.menu-as-breadcrumb li.deeper ul li.deeper ul li.current {
	display: inline-block;
	color: #888;
}
ul.menu-as-breadcrumb li.deeper ul li.deeper ul li.current a {
	display: inline-block;
	color: #888;
}
ul.menu-as-breadcrumb li.deeper a:after {
	margin: 0px 5px;
	content: ">";
}
ul.menu-as-breadcrumb li.current a:after {
	content: "";
}

/* Media queries */



@media only screen and (max-width : 1680px) {
	section.neg-margin {
		margin-top: -30px;
	}
	section.fullscreen-image .caption {
		padding-top: 60px;
	}
}

@media only screen and (max-width : 1440px) {
	section.neg-margin {
		margin-top: -30px;
	}
	section.fullscreen-image .caption {
		padding-top: 30px;
	}
}

@media only screen and (max-width : 1200px) {
	section.neg-margin {
		margin-top: -30px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.split-pane {
		padding-top: 0;
		height: 100%;
	}
	ul.top-menu li {
		padding: 0;
		margin: 0px 10px 0px 0px;
	}
	ul.top-menu li:last-child {
		padding: 0;
		margin: 0px 0px 0px 0px;
	}
	ul.schoolonline-list {
		text-align: right;
	}
	ul.schoolonline-list li {
		padding: 0;
		margin: 0px 5px 0px 0px;
	}
	ul.schoolonline-list li:last-child {
		padding: 0;
		margin: 0px 0px 0px 0px;
	}
	.header-middle-blue {
		min-height: 0px;
	}
	img.logo {
		margin-top: 2px;
		width: 200px;
	}
	div#mobile-menu-area {
		display:block;
	}
	.slicknav_menu {
		font-size: 16px;
		background: #1f5ba4;
	}
	.slicknav_btn {
		text-shadow: none;
		margin: 5px 5px 6px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-color: #5eb776;
	}
	.slicknav_menu .slicknav_menutxt {
		color: #fff;
		font-weight: 400;
		text-shadow: none;
	}
	.slicknav_menu .slicknav_icon-bar {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.slicknav_brand {
		padding: 2px 12px;
	}
	.slicknav_nav {
		font-size: 1em;
	}
	.slicknav_nav .slicknav_row:hover {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #b6c931;
		color: #fff;
	}
	.slicknav_nav a:hover {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #b6c931;
		color: #fff;
	}
	section.neg-margin {
		margin-top: 30px;
	}
	section.neg-top-margin {
		margin-top: 0px !important;
	}
	h1 {
		font-size: 20px;
		line-height: 26px;
	}
	section.fullscreen-image .bg {
		height: 180px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	section.fullscreen-image .bg img {
		display: none;
	}
	section.fullscreen-image .caption {
		padding-top: 20px;
	}
	.cta-green .cta-content p {
		padding: 5px 15px;
		background: rgba(182,201,49,0.9);
		font-size: 16px;
	}
	.cta-blue .cta-content p {
		padding: 5px 15px;
		background: rgba(31,91,164,0.9);
		font-size: 16px;
	}
	.sppb-column, .sppb-column-addons {
		margin-bottom: 5px;
	}
	.nieuws-filter {
		margin: 10px 0px;
		text-align: left;
	}
	.nieuws-filter span {
		font-size: 12px;
		display: block;
	}
	.nieuws-filter button {
		padding: 4px 8px;
		border-radius: 10px;
		background-color: #e0e0e0;
		color: #888;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: -0.6px;
		margin: 0px 0px 2px 2px;
		transition: all 0.2s;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	img.home-logo {
	 max-width: 200px;
	}
	.basis-side h1, .secundair-side h1 {
		margin-top: 0px;
		font-size: 30px;
		color: #fff;
		text-transform: uppercase;
	}
	.home-picto-container {
		margin-top: 10px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.header-top .list-inline span {
		display: none;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	img.home-logo {
		max-width: 160px;
	}
	img.logo {
		margin-top: 2px;
		width: 160px;
	}
}
