body{
	font:400 16px/24px 'Ubuntu';
	color:#303030;
}

h1, h2, h3, p, ul, ol, table, form, iframe{
	margin-top:0;
	margin-bottom:24px;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron p,
.jumbotron ul,
.jumbotron ol,
.jumbotron table,
.jumbotron div.gform_wrapper form{
	font-size:16px;
	font-weight:400;
	font-style:normal;
	margin-bottom:24px;
	margin-top:0;
}

.nieuws-item{
    width: 100%;
    float: left;
    border: solid 1px #dbdbdc;
    padding: 20px;
}

.nieuws-item img{
    margin-bottom: 24px !important;
}

.buttongroep{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.buttongroep p{
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.buttongroep p a{
    width: 100%;
    text-align: center;
}

#slider .slide:nth-child(n+2){
    display: none !important;
}

div.gallery{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto -15px !important;
}

div.gallery .gallery-item{    
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

div.gallery .gallery-item > dt{   
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

div.gallery.gallery-size-fotoslider .gallery-item{
    width: 100% !important;
}

div.gallery:not(.gallery-size-fotoslider) .gallery-item > dt{    
    border: 2px solid #cfcfcf;
}

.gallery-columns-1.gallery-size-fotoslider.gallery{
    margin: auto 0  40px !important;
}

.gallery-columns-1.gallery-size-fotoslider.gallery .gallery-item{    
    padding: 0;
}

.gallery-columns-1.gallery-size-fotoslider.gallery .gallery-item > dt{
    padding: 0;
}

.gallery-columns-1.gallery-size-fotoslider.gallery .gallery-item{
    margin: 0 !important;
}

div.gallery .gallery-item > dt > a{
    width: 100%;
    max-width: 100%;
}

div.gallery .gallery-item img{
    max-width: 100%;
    height: auto;
    border: none !important;
    margin-bottom: 0 !important;
}

.jumbotron ul ul, .jumbotron ol ul, .jumbotron ul ol, .jumbotron ol ol {
    margin-bottom: 0;
}

#sliderholder{
    position: relative;
}

#sliderholder:before{
    content: "";
    position: absolute;
    background: rgba(11,42,74,0.10) url(../images/overlay.png) left 175px center no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}

#content{
    padding: 40px 0;
}

#left-content{    
    padding: 10px 0;
}

#right-content{    
    padding: 10px 0;
    padding-left: 30px;
    border-left: solid 1px #dbdbdc;
}

.jumbotron h1 span{
    color: #062d5d;
    font-size: 26px;
    font-weight: 300;
}

.jumbotron h1,
.jumbotron h1 a{
	font: 700 48px/normal 'Ubuntu';
    color: #007298;
}

.jumbotron h2,
.jumbotron h2 a{
	font: 700 30px/normal 'Ubuntu';
    color: #007298;
}

.jumbotron h3,
.jumbotron h3 a{
	font: 700 24px/normal 'Ubuntu';
    color: #007298;
}

#left-content{
	width:100%;
	float:left;
}

ul.checklist{
	padding: 0;
	list-style: none;
}

ul.checklist li{
	position: relative;
	padding-left: 25px;
}

ul.checklist li:before{
	color: #007298;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00c";
	font-family: FontAwesome;
}

.alm-btn-wrap{
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 30px;
}

.loadmore.done{
	opacity: 0.4;
}

.owl-v-center-nav .owl-nav.owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.owl-v-center-nav .owl-prev,
.owl-v-center-nav .owl-next{
    position: absolute;
    left: 30px;
	color: #f00;
    width: 30px;
    height: 30px;
}

.owl-v-center-nav .owl-next{
	left: auto;
	right: 30px;
}

.alert > *:last-child{
	margin:0 !important;
}

.jumbotron{
	background:none;
	margin:0;
	padding:0;
	float:left;
	clear:both;
	width:100%;
}

.hide_tekst {
    display: none;
}

.lees_verder{
	margin-bottom:24px;
}

p:empty{
	display:none;
}

em{
	font-style:italic !important;
}

strong{
	font-weight:500 !important;
}

a,
a:hover,
a:focus{
	color:#007298;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

hr{
	float:left;
	clear:both;
	width:100%;
	border-top:solid 1px #c9c9c9;
	margin:12px 0 36px;
}

.button,
.button:hover,
.button:focus,
.loadmore,
body div.gform_wrapper .gform_footer input[type=submit],
body div.gform_wrapper .gform_footer input[type=submit]:hover,
body div.gform_wrapper .gform_footer input[type=submit]:focus{
	display:inline-block;
	text-decoration:none !important;
	outline:none;
	border:none;
	border-radius:0px;
	color:#fff;
	background:#fd6b0d;
	padding:10px 15px !important;
	line-height:normal !important;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
    font-weight: 500 !important;
}

article > *:last-child{
	margin-bottom:0;
}

form.search-form{
	margin:0;
}

form.search-form label{
	padding:0;
	margin:0;
	float:left;
	background:#fff;
}

label{
    font-weight: normal !important;
}
label.gfield_label{
    font-weight: 700 !important;
}
form.search-form input{
	margin:0;
	padding:0 5px;
	outline:none;
	background:none;
	border:none;
	border-radius:0;
	float:left;
}

form.search-form button{
	margin:0;
	padding:0;
	outline:none;
	background:none;
	border:none;
	border-radius:0;
	float:left;
}

.navbar-default{
	min-height:0;
	background:#fff;
	border:none;
	margin:0;
	width:100%;
	float:left;
}

.navbar>.container .navbar-brand{
	height:auto;
	padding:0;
	margin:0;
}

#logoholder{
    margin: -35px 0 -14px -30px;
	float:left;
}

#slider{
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	float:left;
	clear:both;
	border-radius:0;
}

#slider .slide{
	width:100%;
	overflow:hidden;
	float:left;
	clear:both;
	display:-webkit-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-box !important;
    display:-webkit-flex !important;
    display:flex !important;
    -webkit-flex-align:center !important;
    -ms-flex-align:center !important;
    -webkit-box-align:center !important;
    -webkit-align-items:center !important;
    align-items:center !important;	
	-webkit-background-size:cover !important;	
	background-size:cover !important;	
	position:relative;
}

#slider .slide .parallaxer{
	width:100%;
	position:absolute;
	top:0;
	height:100%;
	left: 0;
}

#slider .slide .parallaxer > img{
	position:absolute;
	top:0;
	object-fit:cover;	
	left:0;
	margin:0;
	display:block;
	/* fill and maintain aspect ratio */
	width:auto; height:auto;
	min-width:100%; min-height:100%;
	max-height:none; max-width:100%;
}

#slider .slide-link{
	width:100%;
	height:100%;
	float:left;
	position:relative;	
	display:-webkit-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-box !important;
    display:-webkit-flex !important;
    display:flex !important;
    -webkit-flex-align:center !important;
    -ms-flex-align:center !important;
    -webkit-box-align:center !important;
    -webkit-align-items:center !important;
    align-items:center !important;
}

.text-center.slide-tekst{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:#666;
}

.pull-left.slide-tekst{
	position:relative;
	background:#666;
}

.pull-right.slide-tekst{
	position:relative;
	background:#666;
}

#hoofdmenu{
	margin:45px 0;
}

#hoofdmenu li{
	position:relative;
    margin: 0 0 0 15px;
}

#hoofdmenu li:first-of-type{
	margin-left:0;
}

#hoofdmenu li:last-of-type{
	margin-right:0;
}

#hoofdmenu li a{
	padding:0;
	background:none;
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #0b2a4a;
    text-decoration: none !important;
}

#hoofdmenu > li:hover > a,
#hoofdmenu > li.current-menu-item > a,
#hoofdmenu > li.current-menu-ancestor > a,
#hoofdmenu > li.current-menu-parent > a{
    color: #fd6b0d;
}

/*Submenu*/
#hoofdmenu > li > ul{
	display:none;
	list-style:none;
	padding:15px 25px;
	margin:0;
	position:absolute;
	top:35px;
    -webkit-box-shadow: 0 0 10px rgba(43, 50, 64, 0.2);
    box-shadow: 0 0 10px rgba(43, 50, 64, 0.2);
    background: #fff;
    left: -20px;
}

/*Dit is om de ruimte tussen menu en submenu hoverable te maken
#hoofdmenu > li > ul:before {
    height: 15px; Dit is afhankelijk van je website
    top: -15px; Deze moet evenhoog zijn als "height"
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: #f00; Deze moet je op "transparent" zetten
}
*/

/*#hoofdmenu li:hover > ul{
	display:block;
}*/

#hoofdmenu li ul li{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	clear:both;
}

#hoofdmenu li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0 30px 0 5px;
	float:left;
	width:100%;
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #0b2a4a;
    border-bottom: solid 1px #e1e2e4;
}

#hoofdmenu li ul li:hover > a,
#hoofdmenu li ul li.current-menu-item > a,
#hoofdmenu li ul li.current-menu-ancestor > a,
#hoofdmenu li ul li.current-menu-parent > a{
    color: #007298;
}

/*Sub-sub menu*/
#hoofdmenu li ul li ul{
	display:none;
	left:100%;
	top:0;
}

#hoofdmenu li ul li:hover > ul{
	display:block;
}

#hoofdmenu li ul li ul li{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	clear:both;
}

#hoofdmenu li ul li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}

#footer{
	padding:65px 0;
	background:#ffffff;
}

#footer ul,
#footer p{
	list-style:none;
	padding:0;
}

#footer ul li{
}

#footer ul li a{
	font:400 18px/36px 'Ubuntu';
	color:#0b2a4a;
}

#footer div[class^="col-"] p:last-child,
#footer div[class*=" col-"] p:last-child,
#footer div[class^="col-"] ul:last-child,
#footer div[class*=" col-"] ul:last-child{
	margin-bottom:0 !important;
}

#credits{
	padding:25px 0;
	background:#e0eef2;
}

#credits,
#credits a{
	color:#496a8b;
	text-decoration:none;
	font:400 14px/normal 'Ubuntu';
}

#topmenu_holder{
    background: #e0eef2;
}

#topmenu{
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

#topmenu li{
    margin-left: 35px;
    float: left;
}

#topmenu li a{
    font-family: Ubuntu;
    font-size: 16px;
    line-height: 49px;
    text-transform: uppercase;
    color: #0b2a4a;
    text-decoration: none !important;
    font-weight: 400;
    display: inline-block;
}

#topmenu li.oranje_button a{
    color: #fff;
    font-weight: 700;
    padding: 0 15px;
    background: #fd6b0d;
}

#quotes{
    background: #e0eef2;
    padding: 60px 0;
}

#quote{
    color: #0b2a4a;
    font: 300 italic 24px/normal 'Ubuntu';
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#quote > div:nth-child(1){
    max-width: 111px;
    min-width: 111px;
    -webkit-flex-basis: 111px;
    -ms-flex-preferred-size: 111px;
    flex-basis: 111px;
    margin-right: 30px;
}

#quote span{    
    width: 100%;
    margin-top: 30px;
    float: left;
    font: 300 normal 16px/normal 'Ubuntu';
}

#children{    
    border-top: solid 1px #dbdbdc;
    width: 100%;
    float: left;
    margin-top: 30px;
}

.child{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Ubuntu;
    color: #0b2a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-bottom: solid 1px #dbdbdc;
    width: 100%;
    float: left;
    padding: 20px 0;
    text-decoration: none !important;
}

.child strong{
    color: #007298;
    font-size: 26px;
    font-weight: 500;
}

.child > div:nth-child(1){
    -webkit-flex-basis: 65px;
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
    min-width: 65px;
    max-width: 65px;
}

#maps iframe{
    margin-bottom: 0 !important; 
    width: 100%;
    height: 500px;
}

#maps{
    position: relative;
}

.jumbotron .child-image p{
    font-size: 20px;
    margin-bottom: 35px;
}

.jumbotron .teamleden .child-image p{    
	font:400 16px/24px 'Ubuntu';
}

.child-image-holder{
    margin: 0 auto;
    width: 100%;
    float: none;
}

.child-image-holder img{
    border-radius: 50%;
    display: inline-block;
}

.button.groot,
.button.groot:hover,
.button.groot:focus{
    color: #fff;
    font-family: Ubuntu;
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
	padding:15px 20px !important;
}

.ronde-foto{
    border-radius: 50%;
}

#aanbod{
    padding: 65px 0;
}

.home #quote{
    margin-top: 60px;
}

.home #quotes{
    margin-top: 105px;
}

.child-home:after{
    content: attr(data-hover-tekst);
    position: absolute;
    color: #fff;
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 25px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #007298;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.child-home:hover:after{
    opacity: 1;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.child-home{
    border: 1px solid #c8c8ca;
    background: #fff;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 0 10px rgba(11, 42, 74, 0.15);
    box-shadow: 0 0 10px rgba(11, 42, 74, 0.15);
    padding: 25px;
    color: #0b2a4a;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none !important;
    position: relative;
}

.child-home:before{
    content: "\f05a";
    color: #fd6b0d;
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 15;
}

#children-home{
    text-align: center;
    margin-top: -150px;
}

#children-home img{
    margin: 0 auto 10px;
}

#children-home strong{
    font-family: Ubuntu;
    line-height: 24px;
    color: #007298;
    font-size: 26px;
    font-weight: 500;
}

#home_teamleden{
    padding: 80px 0;
    background: url(../images/teamleden_bg.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.teamlid_uitgelicht{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.teamlid_uitgelicht .naam{
	font: 500 30px/normal 'Ubuntu';
	color: #fff;
}

.teamlid_uitgelicht .functie{
	font: 400 italic 18px/normal 'Ubuntu';
	color: #fff;
}

.teamlid_uitgelicht > div img{
	border-radius: 50%;
}

.teamlid_uitgelicht .button{
	margin-right: 25px;
}

.teamlid_uitgelicht > div:nth-child(1){
    max-width: 385px;
    min-width: 385px;
    -webkit-flex-basis: 385px;
    -ms-flex-preferred-size: 385px;
    flex-basis: 385px;
    margin-right: 30px;
}

#home_team_slider .owl-next,
#home_team_slider .owl-prev{
	color: #88b6d1;
	font-size: 150px !important;
}

#home_team_slider.owl-v-center-nav .owl-prev{
	left: -90px;
}

#home_team_slider.owl-v-center-nav .owl-next{
	right: -90px;
}

#home_team_slider.owl-v-center-nav .owl-prev,
#home_team_slider.owl-v-center-nav .owl-next{
	position: absolute;
	width: auto;
	height: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slide-tekst-holder{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#slider{
	z-index: auto !important;
}

.pull-right.slide-tekst {
    position: relative;
    background: none;
    max-width: 50%;
	font-size: 48px;
	line-height: normal;
	color: #fff;
	font-weight: 300;
    text-shadow: 3px 0 1px rgba(0,0,0,0.6);
}

.pull-right.slide-tekst span{
	font-size: 18px;
}
    
.child-image.text-center{
    width: 100%;
}

@media (max-width:767px)
{	
    div.gallery.gallery-columns-1:not(.gallery-size-fotoslider) .gallery-item,
    div.gallery.gallery-columns-2:not(.gallery-size-fotoslider) .gallery-item,
    div.gallery.gallery-columns-3:not(.gallery-size-fotoslider) .gallery-item,
    div.gallery.gallery-columns-4:not(.gallery-size-fotoslider) .gallery-item{    
        width: 50% !important;
    }

    .buttongroep p{
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 0 15px;
    }
    
	.no_parallax_slider_xs .parallaxer{
		top:0 !important;
	}

	.navbar>.container .navbar-brand{
		max-width:100%;
	}
    
    .jumbotron > .container{
        padding-left: 30px;
        padding-right: 30px;
    }
	
	#logoholder{
		padding-left:15px;
		padding-right:75px;
        margin: 15px 0;
	}
    
    #hoofdmenu{
        margin: 15px 0;
    }
    
    .menu-item-has-children > a:after{
        content: "\f107";
        font-family: FontAwesome;
        float: right;
    }

	#hide-top{
		display:none;
	}
    
    .expaned-submenu{
        display: none !important;
    }
	
	.navbar-toggle {
	  border: none;
	  background: transparent !important;
	}
	.navbar-toggle:hover {
	  background: transparent !important;
	}
	.navbar-toggle .icon-bar {
	  width: 22px;
	  -webkit-transition: all 0.2s;
	  transition: all 0.2s;
	}
	.navbar-toggle span:nth-child(2) {
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	  -ms-transform-origin: 10% 10%;
	  -webkit-transform-origin: 10% 10%;
	  transform-origin: 10% 10%;
	}
	.navbar-toggle span:nth-child(3) {
	  opacity: 0;
	}
	.navbar-toggle span:nth-child(4) {
	  -ms-transform: rotate(-45deg);
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  -ms-transform-origin: 10% 90%;
	  -webkit-transform-origin: 10% 90%;
	  transform-origin: 10% 90%;
	}
	
	.navbar-toggle.collapsed  span:nth-child(2) {
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	.navbar-toggle.collapsed  span:nth-child(3) {
	  opacity: 1;
	}
	.navbar-toggle.collapsed  span:nth-child(4) {
		-ms-transform: rotate(0);
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	.navbar>.container .navbar-brand img{
		max-width:100%;
		height:auto;
	}
	
	.navbar-header{
		position:relative;
		width:auto;
	}
	
	.navbar-toggle{
		position:absolute;
		right:15px;
		border:none;
		top:50%;
		background:none !important;
		margin-right: 0;
		margin-top:-17px;
	}
	
	.navbar-default .navbar-toggle .icon-bar{
		background:#666;
	}
    
    .teamlid_uitgelicht {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .teamlid_uitgelicht > div:nth-child(1) {
        max-width: 100%;
        min-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 auto 30px;
    }
	
	.table-responsive{
		width:100%;
		overflow-y:auto;
		_overflow:auto;
		margin:5px 0 0 0;
		border:1px solid #888;
	}
    
    .jumbotron h2, .jumbotron h2 a {
        font: 700 26px/normal 'Ubuntu';
    }
    
    .jumbotron h1 span{
        font-size: 24px;
    }
    
    .teamlid_uitgelicht .button {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .slide-tekst-holder{
        display: none;
    }
    
    .ronde-foto{
        margin-bottom: 30px;
    }
	
	.table-responsive::-webkit-scrollbar{
		-webkit-appearance:none;
		width:14px;
		height:14px;
	}
    
    #quote > div:nth-child(1) {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    #quote {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    
    #right-content {
        margin-top: 30px;
        padding: 30px 0;
        padding-left: 0;
        border: none;
        border-top: solid 1px #dbdbdc;
    }
	
	.table-responsive::-webkit-scrollbar-thumb{
		border-radius:8px;
		border:3px solid #fff;
		background-color:rgba(0, 0, 0, .3);
	} 
    
    .jumbotron h1, .jumbotron h1 a {
        font: 700 36px/normal 'Ubuntu';
    }
	
	.table-responsive table{
		min-width:100%;
	}
	
	article > p img{
		max-width:100%;
		height:auto;
		
		float: none !important;
		margin: 0 auto 15px !important;
		display: block !important;
		width: auto !important;
	}
	
	#hoofdmenu li{
		margin:0;
	}
	
	#hoofdmenu li a{
		line-height:36px;
	}
    
    #footer .col-xs-12:nth-child(n+2){
        margin-top: 30px;
    }
    
    .owl-v-center-nav .owl-nav.owl-nav{
        top: 45px;
    }
    
    #home_team_slider.owl-v-center-nav .owl-prev {
        left: 0;
        top: 45px;
        font-size: 45px !important;
    }
    
    #home_team_slider.owl-v-center-nav .owl-next {
        right: 0;
        top: 45px;
        font-size: 45px !important;
    }
}

@media (max-width:480px){

}

@media (max-width:375px){	
    div.gallery.gallery-columns-1:not(.gallery-size-fotoslider) .gallery-item,
    div.gallery.gallery-columns-2:not(.gallery-size-fotoslider) .gallery-item,
    div.gallery.gallery-columns-3:not(.gallery-size-fotoslider) .gallery-item,
    div.gallery.gallery-columns-4:not(.gallery-size-fotoslider) .gallery-item{    
        width: 100% !important;
    }
    
	.col-xs-6{
		width:100%;
	}
	
	.nieuws-tekst.nieuws-margin{
		margin-left:0;
	}
	
	.nieuws-tekst.nieuws-margin,
	.nieuws-tekst{
		width:100%;
		float:left;
	}
}

@media (max-width:320px){	
	
}

@media (min-width:768px) and (max-width:991px)
{
	.no_parallax_slider_sm .parallaxer{
		top:0 !important;
	}
    
    .jumbotron > .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    
    div.gallery.gallery-columns-4:not(.gallery-size-fotoslider) .gallery-item{    
        width: 33.33334% !important;
    }
    
    #hoofdmenu{
        width: 100%;
        text-align: center;
        margin: 45px 0 15px;
    }
    
    #hoofdmenu li {
        margin: 0 10px;
    }
    
    #footer .col-xs-12:nth-child(n+3){
        margin-top: 30px;
    }
    
    .child strong{
        font-size: 21px;
    }
    
    .teamlid_uitgelicht > div:nth-child(1) {
        max-width: 175px;
        min-width: 175px;
        -webkit-flex-basis: 175px;
        -ms-flex-preferred-size: 175px;
        flex-basis: 175px;
        margin-right: 30px;
    }
    
    #home_team_slider.owl-v-center-nav .owl-prev {
        left: 0;
        font-size: 90px !important;
    }
    
    #home_team_slider.owl-v-center-nav .owl-next {
        right: 0;
        font-size: 90px !important;
    }
    
    #hoofdmenu li a{
        font-size: 15px;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
	.no_parallax_slider_md .parallaxer{
		top:0 !important;
	}
    
    #hoofdmenu li a{
        font-size: 15px;
    }
    
    .child strong{
        font-size: 21px;
    }
    
    #hoofdmenu li {
        margin: 0 0 0 15px;
    }
    
    #logoholder {
        margin: 1px 0 -14px -15px;
        float: left;
        max-width: 250px;
    }
    
    .navbar-brand>img {
        max-width: 100%;
    }
}

@media (min-width:992px) and (max-width:1400px)
{
	#home_team_slider.owl-v-center-nav .owl-prev, 
	#home_team_slider.owl-v-center-nav .owl-next {
		position: absolute;
		left: 0;
		color: #88b6d1;
		width: auto;
		height: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	#home_team_slider.owl-v-center-nav .owl-next {
		left: auto;
		right: 0;
	}
	
	#home_team_slider .owl-next, #home_team_slider .owl-prev {
		color: #88b6d1;
		font-size: 120px !important;
	}
}

@media (min-width:1200px)
{
	.no_parallax_slider_lg .parallaxer{
		top:0 !important;
	}
}

.cd-top{
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow:0 0 10px rgba(0, 0, 0, 0.05);
	overflow:hidden;
	text-indent:100%;
	z-index:1000;
	white-space:nowrap;
	/*Kleur instellen*/
	background:rgba(161, 197, 22, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:opacity .3s 0s, visibility 0s .3s;
	transition:opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover{
	-webkit-transition:opacity .3s 0s, visibility 0s 0s;
	transition:opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible{
	visibility:visible;
	opacity:1;
}

.cd-top.cd-fade-out{
	opacity:.5;
}

.cd-top.cd-fade-out:hover{
	opacity:1;
}

.no-touch .cd-top:hover{
	/*Kleur instellen*/
	background-color:#a1c516;
	opacity:1;
}

@media only screen and (min-width:768px){
	.cd-top{
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width:1024px){
	.cd-top{
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
}