body{
	font:400 16px/24px 'Open Sans';
	color:#333;
}

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;
}

#categorie-nieuws .row{
    display: flex;
    flex-wrap: wrap;
}

.nieuws_introtekst{
    display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;  
      overflow: hidden;
    margin-bottom: 30px;
}

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

#footerlogos{
    padding: 40px 0;
    border-top: solid 1px #d5d6d7;
}

#footerlogos .owl-stage-outer{
    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;
}

#topsocial{
    padding: 15px 0;
    border-bottom: solid 1px #d5d6d7;
}

#social-top{
    font-size: 16px;
}

#social-top a{
    color: #a0a4a7;
    margin-left: 8px;
}

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;
}

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;
}

#content{
    padding: 50px 0;
}

#left-content{
    padding: 0 0;
}

#right-content{
    margin-top: -80px;
    padding: 0 0;
    padding-left: 0;
    border-left: none;
    position: relative;
    z-index: 180;
}

body.single-radioloog .jumbotron h1 {
	margin-bottom: 0;
}
body.single-radioloog .single-foto {
    margin-bottom: 24px;
}
body.single-radioloog .functie,
body.single-radioloog .specialiteit {
	margin-bottom: 24px;
}


.jumbotron h1,
.jumbotron h1 a{
    font: 400 30px/normal 'Open Sans';
    color: #26ace2;
}

.single-vacature .jumbotron h1,
.single-vacature #left-content a{
    color: #f26624;
}

.jumbotron h2,
.jumbotron h2 a{
    font: 700 18px/normal 'Open Sans';
}

.jumbotron h3,
.jumbotron h3 a{
	font-size:20px;
}

#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: #39e07c;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00c";
	font-family: FontAwesome;
}

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

.alm-btn-wrap .button.done{
	opacity: 0.4;
}

.flex-center-v{
	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;
}

.flex-center-h{
	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;
}

.flex-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;
}

.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:700 !important;
}

a,
a:hover,
a:focus{
	color:#3251b5;
	-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 #c6c6c6;
	margin:30px 0 24px;
}

.button,
.button:hover,
.button:focus,
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 !important;
	background:#f26624;
	padding:15px 20px !important;
	line-height:normal !important;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.button.blauw{
    background: #26ace2 !important;
}

.button.groen{
    background: #11a24b !important;
}

.button.geel{
    background: #dfc400 !important;
}

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

form.search-form{
	margin:0;
}

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

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{
	float:left;
    margin: -30px 0 -30px;
}

#logoholder span{
    font: 700 16px/normal 'Open Sans';
    color: #43484c;
}

.navbar-brand{
    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;
}

#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{
}


.slide-tekst-holder{
    background: rgba(0,0,0,0.52);
    color: #fff;
    padding: 30px 0 55px;
    font: 300 30px/normal 'Open Sans';
    text-align: right;
    z-index: 150;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.not-home .slide-tekst-holder{
    padding: 30px 0;
}

.not-home .slide-tekst{
    float: right;
}

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

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

#hoofdmenu{
	margin:49px 0;
}

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

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

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

#hoofdmenu li a{
	padding:0;
    color: #6f7375;
	background:none;
    font: 700 16px/normal 'Open Sans';
    text-transform: uppercase;
}

#hoofdmenu > li:nth-child(2) > a,
#hoofdmenu > li:nth-child(2) a:hover{
    color: #26ace2;
}

#hoofdmenu > li:nth-child(2) ul li:before{
    background: #26ace2;
}

#hoofdmenu > li:nth-child(3) > a,
#hoofdmenu > li:nth-child(3) a:hover{
    color: #11a24b;
}

#hoofdmenu > li:nth-child(3) ul li:before{
    background: #11a24b;
}

#hoofdmenu > li:nth-child(4) > a,
#hoofdmenu > li:nth-child(4) a:hover{
    color: #f26624;
}

#hoofdmenu > li:nth-child(4) ul li:before{
    background: #f26624;
}

#hoofdmenu > li:nth-child(5) > a,
#hoofdmenu > li:nth-child(5) a:hover{
    color: #dfc400;
}

#hoofdmenu > li:nth-child(5) ul li:before{
    background: #dfc400;
}

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

/*Submenu*/
#hoofdmenu > li > ul{
	display:none;
	list-style:none;
	padding:15px 30px;
	margin:0;
	position:absolute;
	top:40px;
	left:-10px;
    -webkit-box-shadow: 0 0 9px rgba(20,20,20,.17);
	box-shadow: 0 0 9px rgba(20,20,20,.17);
    background: #fff;
}

#hoofdmenu > li:last-child > ul{
    left: auto;
    right: -10px;
}

#hoofdmenu > li > ul:before {
    height: 20px;
    top: -20px;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: transparent;
}

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

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

#hoofdmenu li ul li:before{
    position: absolute;
    left: 0;
    top: 13px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

#hoofdmenu li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
    text-transform: none;
    font: 700 16px/32px 'Open Sans';
	float:left;
	width:100%;
    color: #222;
    text-decoration: none !important;
}

#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{
}

/*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:70px 0;
	background:#dedede;
}

#footer ul,
#footer p{
	list-style:none;
	padding:0;
    color: #222222;
    margin-bottom: 16px;
}

#footer ul li{
}

#footer nav + nav{
    margin-top: 24px;
}

#footer ul li a{
	font:400 16px/30px 'Open Sans';
    color: #222222;
}

#footer ul li a:before{
    content: "»";
    margin-right: 5px;
}

#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:20px 0;
	background:#3f3f3f;
}

#credits,
#credits a{
	color:#b5b5b5;
	text-decoration:none;
	font:400 13px/normal 'Open Sans';
}

.home #overslider{
    text-align: center;
}

#overslider{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-bottom: -100%;
    background: rgba(0,0,0,0.52);
    color: #fff;
    padding: 30px 0;
    font: 300 30px/normal 'Open Sans';
    text-align: right;
    z-index: 150;
    position: relative;
}

.home #overslider{
    padding: 30px 0 55px;
}

#sidemenu{
    list-style: none;
    padding: 0;
    width: 100%;
    float: left;
}

#sidemenu > li{
    margin-bottom: 15px;
    float: left;
    width: 100%;
    border: solid 1px #c4c4c4;
}

#sidemenu > li:first-child{
    display: none;
}

#sidemenu > li:nth-child(n+6){
    display: none;
}

#sidemenu > li > a {
    color: #fff;
    font: 700 16px/55px 'Open Sans';
    padding: 0 20px;
    width: calc(100% + 2px);
    float: left;
    text-decoration: none !important;
    cursor: default !important;
    margin-left: -1px;
    margin-top: -1px;
}

#sidemenu > li:nth-child(2) > a,
#sidemenu li:nth-child(2) ul li:before{
    background: #26ace2;
}

#sidemenu li:nth-child(2) ul li a:hover{
    color: #26ace2;
}

#sidemenu > li:nth-child(3) > a,
#sidemenu li:nth-child(3) ul li:before{
    background: #11a24b;
}

#sidemenu li:nth-child(3) ul li a:hover{
    color: #11a24b;
}

#sidemenu > li:nth-child(4) > a,
#sidemenu li:nth-child(4) ul li:before{
    background: #f26624;
}

#sidemenu li:nth-child(4) ul li a:hover{
    color: #f26624;
}

#sidemenu > li:nth-child(5) > a,
#sidemenu li:nth-child(5) ul li:before{
    background: #dfc400;
}

#sidemenu li:nth-child(5) ul li a:hover{
    color: #dfc400;
}

#sidemenu li ul li{
    position: relative;
    padding: 0 0 0 15px;
}

#sidemenu li ul li:not(.blauw) + li.blauw{
    margin-top: 30px;
}

#sidemenu li ul li.blauw a{
    color: #26ace2;
}

#sidemenu > li ul{
    padding: 20px 20px;
    width: 100%;
    list-style: none;
    float: left;
    border-top: none;
}

#sidemenu > li ul li a{
    color: #222;
    font: 700 15px/30px 'Open Sans';
    text-decoration: none !important;
}

#sidemenu li ul li:before {
    position: absolute;
    left: 0;
    top: 13px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

#content .row > .col-md-9{
    float: right;
}

#sidemenu li ul li.last-item{
    padding-left: 0;
}

#sidemenu li ul li.last-item:before{
    display: none;
}

#sidemenu li ul li.last-item a{
    color: #999999;
    font: 400 15px/36px 'Open Sans';
}

.webton-faq-holder + .webton-faq-holder{
    margin-top: 20px;
}
.webton-faq-vraag::before {
	content: "\f067";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 15px;
}

.webton-faq-vraag.active-vraag::before {
	content: "\f068";
}

.webton-faq-vraag{
    font-weight: 700;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.webton-faq-antwoord-holder{
    padding-top: 15px;
}

.webton-faq-vraag:hover,
.webton-faq-vraag.active-vraag{
    color: #11a24b;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.onderzoek-top a:first-child{
    margin-left: 5px;
}

.onderzoek-top a{
    font-weight: 700;
    color: #11a24b;
    text-decoration: none !important;
}

.onderzoek-top a em{
    color: #6f6f6f;
}

.onderzoek-top a:not(:last-child):after{
    content: "|";
    margin: 0 10px;
    font: 300 16px/normal 'Open Sans';
    color: #929191;
}

.onderzoek-top{
    padding: 15px 0;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: solid 1px #c6c6c6;
    border-bottom: solid 1px #c6c6c6;
}

.vacature-flex{
    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;
}

.vacature small{
    color: #43484c !important;
}

.vacature p{
    color: #222 !important;
}

.vacature{
    padding: 0 15px;
    min-width: 50%;
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    float: left;
    text-decoration: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.vacature{
    margin-bottom: 30px;
}

.vacature .vacature-inner{
    background: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.vacature-inner .button{
    display: table !important;
}

.vacature:hover .vacature-inner{
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,.1);
	box-shadow: 0 0 18px rgba(0,0,0,.1);
    background: #f4f4f4;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.vacature-inner{
    padding: 25px;
    border: solid 1px #c6c6c6;
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.vacature-inner > div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#homeblokken{
    margin-top: -25px;
    position: relative;
    z-index: 190;
}

.home #sidemenu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home #sidemenu > li{
    min-width: -webkit-calc(1 / 4 * 100% - (1 - 1 / 4) * 30px);
    min-width: calc(1 / 4 * 100% - (1 - 1 / 4) * 30px);
    max-width: -webkit-calc(1 / 4 * 100% - (1 - 1 / 4) * 30px);
    max-width: calc(1 / 4 * 100% - (1 - 1 / 4) * 30px);
    -webkit-flex-basis: -webkit-calc(1 / 4 * 100% - (1 - 1 / 4) * 30px);
    -ms-flex-preferred-size: calc(1 / 4 * 100% - (1 - 1 / 4) * 30px);
    flex-basis: calc(1 / 4 * 100% - (1 - 1 / 4) * 30px);
    float: left;
}

.locatie{
    width: 100%;
    border: solid 1px #c9c9c9;
    padding: 30px;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.locatie > div:nth-child(1),
.locatie > div:nth-child(2){
    min-width: 50%;
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    float: left;
}

.locatie > div:nth-child(3){
    min-width: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    float: left;
}

.first-info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.first-info *{
    text-align: right;
}

.first-info span{
    font: 400 18px/normal 'Open Sans';
    color: #11a24b;
}

.first-info .fa-info-circle{
    color: #303030;
    font-size: 16px;
}

.first-info strong{
    color: #303030;
    font-size: 16px;
}

.first-info .fa-chevron-circle-down{
    color: #11a24b;
    font-size: 48px;
    margin-left: 15px;
    cursor: pointer;
}

.first-info .fa-chevron-circle-up{
    color: #c3c3c3;
    font-size: 48px;
    margin-left: 15px;
    cursor: pointer;
}

.locaties-holder{
    display: none;
    float: left;
    width: 100%;
}

.locaties{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    position: relative;
    float: left;
    width: 100%;
}

.locaties:before{
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    z-index: 15;
}

.locatie-info{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    position: relative;
    padding-bottom: 30px;
}

.locatie-info:before{
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e4e4e4;
}

.locatie-info h2{
    color: #11a24b;
    font: 400 24px/normal 'Open Sans';
}

.locatie-info p:last-of-type{
    margin-bottom: 0;
}

.locatie:nth-child(n+2){
    margin-top: 25px;
}

#filtertable{
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#filtertable thead,
#filtertable tbody{
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

#filtertable tbody tr{
    border: solid 1px #c6c6c6 !important;
    -webkit-flex-basis: -webkit-calc(50% - 12.5px) !important;
    -ms-flex-preferred-size: calc(50% - 12.5px) !important;
    flex-basis: calc(50% - 12.5px) !important;
    min-width: -webkit-calc(50% - 12.5px) !important;
    min-width: calc(50% - 12.5px) !important;
    max-width: -webkit-calc(50% - 12.5px) !important;
    max-width: calc(50% - 12.5px) !important;
    float: left !important;
	position: relative;
}

#filtertable tbody{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#filtertable tbody td{
    float: left;
    display: block;
}

#filtertable tbody tr:not(.even){
    margin-left:25px !important;
}

#filtertable tbody tr{
    margin-bottom: 25px !important;
    padding: 20px;
}
#filtertable tbody td a {
	color: #333;
}
#filtertable tbody td img{
    /*border: solid 1px #c6c6c6;*/
}

#filtertable tbody tr td:nth-child(1){
    width: 145px;
}

#filtertable tbody tr td:nth-child(n+2){
    width: -webkit-calc(100% - 145px);
    width: calc(100% - 145px);
    padding-left: 15px;
}

#filtertable tbody tr td:nth-child(2){
    font: 700 18px/normal 'Open Sans';
}

#filtertable tbody tr td:nth-child(3){
    font: 400 14px/normal 'Open Sans';
    margin-bottom: 20px;
}

#filtertable tbody tr td:nth-child(4){
    font: 700 14px/normal 'Open Sans';
}

#filtertable tbody tr td:nth-child(5){
    font: 700 16px/normal 'Open Sans';
    margin-top: 20px;
}

#filtertable tbody tr td:nth-child(6){
    font: 700 14px/normal 'Open Sans';
	width: 100%;
    text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 8px 8px 0;
}
#filtertable tbody tr td:nth-child(6) a {
	color: #26ace2;
}
#filtertable tbody tr td:nth-child(6) .fa {
	margin-left: 5px;
}


#filtertable thead{
    margin-bottom: 25px;
    margin-left: -10px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    float: left;
}

#filtertable thead th:last-child{
    padding-right: 0;
}

#filtertable thead th{
    width: 25%;
    padding: 0 10px;
}

#filtertable select,
#filtertable input{
    border: solid 1px #c6c6c6;
    height: 43px;
    padding: 0 12px;
    width: 100%;
}

#filtertable thead tr{
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    float: left;
}

@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;
    }

	.no_parallax_slider_xs .parallaxer{
		top:0 !important;
	}

	.navbar>.container .navbar-brand{
		max-width:100%;
	}

    .jumbotron > .container{
        padding-left: 30px;
        padding-right: 30px;
    }

    .navbar>.container .navbar-brand img {
        width: 102px;
        height: 119px;
    }

	#logoholder{
		padding-left:15px;
		padding-right:15px;
        margin: 10px 0;
	}

    .navbar-header .navbar-toggle,
    .navbar-header .navbar-toggle:hover{
        background: url(../images/menu.png) !important;
        width: 112px;
        height: 22px;
    }

	#hide-top{
		display:none;
	}

	.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;
	}

    #hoofdmenu > li > ul{
        padding: 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #sidemenu .sub-menu{
        display: none;
    }

    #content{
        padding: 15px 0;
    }

    #sidemenu > li > a:after{
        content: "\f107";
        font-family: FontAwesome;
        color: #fff;
        float: right;
        font-size: 30px;
    }

    #sidemenu > li > a.active:after{
        content: "\f106";
        font-family: FontAwesome;
        color: #fff;
        float: right;
        font-size: 30px;
    }

    #hoofdmenu {
        margin: 0;
        padding: 10px 0px 30px;
    }

	.navbar-header{
		position:relative;
		width:auto;
	}

    #hoofdmenu > li:nth-child(1){
        display: none;
    }

	.navbar-toggle{
        position: absolute;
        right: 15px;
        border: none;
        top: -42px;
        background: none !important;
        margin-right: 0;
        margin-top: 0;
	}

	.navbar-default .navbar-toggle .icon-bar{
		background:#666;
        display: none;
	}

    #topsocial{
        padding: 30px 0;
    }

	.table-responsive{
		width:100%;
		overflow-y:auto;
		_overflow:auto;
		margin:5px 0 0 0;
		border:1px solid #888;
	}

	.table-responsive::-webkit-scrollbar{
		-webkit-appearance:none;
		width:14px;
		height:14px;
	}

	.table-responsive::-webkit-scrollbar-thumb{
		border-radius:8px;
		border:3px solid #fff;
		background-color:rgba(0, 0, 0, .3);
	}

	.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;
	}

    .home #sidemenu > li {
        min-width: -webkit-calc(1 / 1 * 100% - (1 - 1 / 1) * 30px);
        min-width: calc(1 / 1 * 100% - (1 - 1 / 1) * 30px);
        max-width: -webkit-calc(1 / 1 * 100% - (1 - 1 / 1) * 30px);
        max-width: calc(1 / 1 * 100% - (1 - 1 / 1) * 30px);
        -webkit-flex-basis: -webkit-calc(1 / 1 * 100% - (1 - 1 / 1) * 30px);
        -ms-flex-preferred-size: calc(1 / 1 * 100% - (1 - 1 / 1) * 30px);
        flex-basis: calc(1 / 1 * 100% - (1 - 1 / 1) * 30px);
        float: left;
    }

    #filtertable tbody tr {
        border: solid 1px #c6c6c6 !important;
        -webkit-flex-basis: -webkit-calc(100% - 12.5px) !important;
        -ms-flex-preferred-size: calc(100% - 12.5px) !important;
        flex-basis: calc(100% - 12.5px) !important;
        min-width: -webkit-calc(100% - 12.5px) !important;
        min-width: calc(100% - 12.5px) !important;
        max-width: -webkit-calc(100% - 12.5px) !important;
        max-width: calc(100% - 12.5px) !important;
        float: left !important;
    }

    #filtertable thead th {
        width: 100%;
        padding: 0 10px;
        float: left;
        margin-bottom: 10px;
    }

    #credits .text-center{
        text-align: left !important;
    }

    #filtertable thead th:last-child{
        padding-right: 10px;
    }

    #sidemenu > li {
        margin-bottom: 5px;
    }

    .onderzoek-top{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .onderzoek-top > div:nth-child(2){
        font-size: 15px;
    }

    #footer{
        padding: 70px 0 40px;
    }

    #footer nav{
        margin-bottom: 30px;
    }

    .vacature:nth-child(n+2),
    #categorie-nieuws article:nth-child(n+2){
        margin-top: 30px;
    }

    .vacature {
        min-width: 100%;
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    #right-content{
        margin: 15px 0 0;
    }

    #overslider{
        display: none;
    }

    #sliderholder{
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .locaties {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }



    #filtertable tbody tr:not(.even){
        margin-left:0 !important;
    }

    .slide-tekst-holder{
        display: none;
    }
}

@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;
	}

    #filtertable tbody tr:not(.even){
        margin-left:0 !important;
    }

    .locaties {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .jumbotron > .container{
        padding-left: 30px;
        padding-right: 30px;
    }

    div.gallery.gallery-columns-4:not(.gallery-size-fotoslider) .gallery-item{
        width: 33.33334% !important;
    }

    .home #sidemenu > li {
        min-width: -webkit-calc(1 / 2 * 100% - (1 - 1 / 2) * 30px);
        min-width: calc(1 / 2 * 100% - (1 - 1 / 2) * 30px);
        max-width: -webkit-calc(1 / 2 * 100% - (1 - 1 / 2) * 30px);
        max-width: calc(1 / 2 * 100% - (1 - 1 / 2) * 30px);
        -webkit-flex-basis: -webkit-calc(1 / 2 * 100% - (1 - 1 / 2) * 30px);
        -ms-flex-preferred-size: calc(1 / 2 * 100% - (1 - 1 / 2) * 30px);
        flex-basis: calc(1 / 2 * 100% - (1 - 1 / 2) * 30px);
        float: left;
    }

    #filtertable tbody tr {
        border: solid 1px #c6c6c6 !important;
        -webkit-flex-basis: -webkit-calc(100% - 12.5px) !important;
        -ms-flex-preferred-size: calc(100% - 12.5px) !important;
        flex-basis: calc(100% - 12.5px) !important;
        min-width: -webkit-calc(100% - 12.5px) !important;
        min-width: calc(100% - 12.5px) !important;
        max-width: -webkit-calc(100% - 12.5px) !important;
        max-width: calc(100% - 12.5px) !important;
        float: left !important;
    }

    #logoholder span{
        display: none;
    }

    #filtertable thead th {
        width: 50%;
        padding: 0 10px;
        float: left;
        margin-bottom: 10px;
    }

    #filtertable thead th:last-child{
        padding-right: 10px;
    }

    .onderzoek-top{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .onderzoek-top > div:nth-child(2){
        font-size: 15px;
    }

    .vacature:nth-child(n+2),
    #categorie-nieuws article:nth-child(n+2){
        margin-top: 30px;
    }

    .vacature {
        min-width: 100%;
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

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

@media (min-width:992px) and (max-width:1199px)
{
	.no_parallax_slider_md .parallaxer{
		top:0 !important;
	}

    #filtertable thead th {
        font-size: 13px;
    }

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

    #sidemenu > li > a {
        font: 700 13px/44px 'Open Sans';
    }
}

@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;
	}
}
