html{
    overflow-x: hidden;
}

body{
	font:400 20px/28px 'Work Sans';
	color:#373737;
    padding-top: 100px;
    overflow-x: hidden;
}

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

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

.not-home:not(.no-slider) main header h1{
    display: none;
}

.not-home main header h1 span{
    opacity: 0;
    transform: translateY(100%);
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
    display: inline-block;
    white-space: pre;
}

.not-home main header h1 span.spanned{
    opacity: 1;
    transform: translateY(0);
	-webkit-transition:all 1s ease-in-out;
	transition:all 1s ease-in-out;
}

blockquote{
	position: relative;
	padding: 65px;
	margin-right: 0;
	margin-bottom: 28px;
	border: none;
	margin-left: -65px;
	width: 72.5%;
	float: left;
	background: #fff;
}

blockquote p:before{
	width: 55px;
	height: 6px;
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background: #e41b13;
}

.jumbotron blockquote p{
	padding-left: 90px;
	position: relative;
	font: 800 italic 34px/30px 'Work Sans';
	text-transform: uppercase;
	color: #e41b13;
}

.jumbotron blockquote *:last-child{
	margin-bottom: 0;
}

#nieuws-afbeelding-groot + blockquote{
	margin-top: -130px;
}

#nieuws-afbeelding-groot img{
    margin: 0 auto !important;
}

.jumbotron ul{
    list-style: square;
}

#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.owl-carousel{
    margin: 0 !important;
}

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

div.gallery.owl-carousel .gallery-item {
    padding: 0 0;
}

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

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

#content{
    padding-bottom: 0;
}

#left-content{    
    padding: 0 0;
}

#right-content{    
    padding: 0 0;
    padding-left: 0;
    border-left: none;
}

.rood-blok{
    background: #e41b13;
    color: #fff;
    padding: 40px;
    margin-bottom: 28px;
}

.rood-blok a{
    text-decoration: underline;
    color: #fff !important;
}

.jumbotron .rood-blok *:not(.collega-foto):not(.collega-tekst):not(a):not(img){
    color: #fff;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 24px;
    width: 100%;
}

.jumbotron .rood-blok p:not(.collega-foto):not(.collega-tekst):not(a):not(img){
    font-size: 24px;
    line-height: normal;
}

.collega-tekst{
    margin-top: -12px;
}

.jumbotron .rood-blok p:last-of-type{
    margin-bottom: 0;
}

.jumbotron .rood-blok p:first-child,
.jumbotron .rood-blok p:first-child *{
    font-size: 20px;
}

.jumbotron h1,
.jumbotron h1 a{
    text-align: center;
	line-height: normal;
    color: #303030;
    font-family: 'Work Sans';
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
}

.jumbotron h2,
.jumbotron h2 a{
	color: #303030;
    font-family: 'Work Sans';
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}

.jumbotron h2 strong{
    font-weight: 800 !important;
    margin-bottom: 10px;
    display: inline-block;
}

#content.jumbotron ul li:nth-child(n+2){
    margin-top: 8px;
}

.jumbotron h2 + p,
.jumbotron h3 + p{
    margin-top: -28px;
}

.jumbotron h3 + ul,
.jumbotron h3 + ol,
.jumbotron h2 + ul,
.jumbotron h2 + ol{
    margin-top: -20px;
}

.jumbotron h3,
.jumbotron h3 a{
	color: #303030;
    font-family: 'Work Sans';
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.no-slider main header{
    padding: 75px 0 22px;
}

body:not(.no-slider):not(.home) main header{
    -webkit-transform: translateY(-100%) translateY(-17px);
    -ms-transform: translateY(-100%) translateY(-17px);
    transform: translateY(-100%) translateY(-17px);
    position: relative;
    z-index: 150;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    width: 100%;
    margin-bottom: -100%;
}

body:not(.no-slider):not(.home) main header h1{
    margin: 0;
    color: #fff;
}

.no-slider main header{
    position: relative;
    margin: 0 -195px;
}

.no-slider main header:after{
    width: 100vw;
    height: 1px;
    background: #dadada;
    content: "";
    position: absolute;
    bottom: 0;
    left: -webkit-calc((-100vw + 100%) / 2);
    left: calc((-100vw + 100%) / 2);
}

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



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

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

ul.checklist li:before{
	color: #373737;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f0a4";
	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:600 !important;
}

a,
a:hover,
a:focus{
	color:#e41b13;
	-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 #dadada;
	margin:0 0 28px;
}

#sliderholder{
    position: relative;
}

#sliderholder .slide:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-color: #000;
    z-index: 1;
}

strong.extra_bold{
    color: #e41b13;
    font-family: 'Work Sans';
    font-size: 24px;
    font-weight: 800 !important;
    line-height: 28px;
    text-transform: uppercase;
}

.extra_bold i{
    color: #373737;
}

.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-radius:0px;
	color:#e41b13;
	background:#fff;
    border: solid 2px #e41b13;
	padding:14px 20px !important;
	line-height:normal !important;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
    font-weight: 600;
}

.button:hover,
.button:focus,
body div.gform_wrapper .gform_footer input[type=submit]:hover,
body div.gform_wrapper .gform_footer input[type=submit]:focus{    
	color:#fff;
	background:#e41b13;
    border: solid 2px #e41b13;
}

#solli-buttons .button{
    font-size: 16px;
}

#solli-buttons{
    margin-top: 18px;
    margin-bottom: 29px;
}

.button.full{    
	color:#fff;
	background:#e41b13;
    border: solid 2px #e41b13;
}

.button.full:hover,
.button.full:focus{    
	color:#e41b13;
	background:#fff;
    border: solid 2px #e41b13;
}

.button + .button{
    margin: 0 5px;
}

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;
	border:none;
	margin:0;
	width:100%;
	float:left;
    background-color: #fff;
    -webkit-box-shadow: 1.3px 1.6px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 1.3px 1.6px 6px rgba(0, 0, 0, 0.25);
}

.navbar>.container-fluid{
    padding: 0 30px;
}

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

#logoholder{
    margin: 25px 0 17px;
	float:left;
}

#logoholder img{
    width: 228px;
    height: 58px;
}

#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:100%;
	
	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: relative;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    right: 0;
    background: none;
    z-index: 15;
    color: #fff;
    font-family: 'Work Sans';
    font-size: 70px;
    font-weight: 800;
    font-style: italic;
    line-height: 74px;
    text-transform: uppercase;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
}

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

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

#hoofdmenu{
	margin:40px 0;
    position: relative;
}

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

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

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

#hoofdmenu li a{
	padding:0;
	background:none;
    color: #313131;
    font-family: 'Work Sans';
    font-size: 20px;
    font-weight: 400;
}

#hoofdmenu li a i{
    font-size: 14px;
    font-weight: 400;
}

#hoofdmenu li.fixed-link{
    margin: 0;
    position: absolute;
    right: -30px;
    bottom: -82px;
}

#hoofdmenu li.fixed-link a{
    color: #fff !important;
    line-height: 28px;
    padding: 7px 20px;
    margin: 0;
    font-family: 'Work Sans';
    font-size: 16px;
    font-weight: 600;
    background-color: #e41b13 !important;
    -webkit-box-shadow: 1.3px 1.6px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 1.3px 1.6px 6px rgba(0, 0, 0, 0.25);
}

#hoofdmenu > li:hover > a,
#hoofdmenu > li.current-menu-item > a,
#hoofdmenu > li.current-menu-ancestor > a,
#hoofdmenu > li.current-menu-parent > a,
.single-collega #hoofdmenu #menu-item-1519 > a,
.single-vacature #hoofdmenu #menu-item-1517 > a{
    color: #e41b13;
}

/*Submenu*/
#hoofdmenu > li > ul{
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
}

/*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;
	float:left;
	width:100%;
}

#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{
    margin-top: 115px;
	padding:60px 0;
	background:#1b1b1b;
}

#footer h1{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Work Sans';
    text-align: left;
    margin-bottom: 15px;
}

#footer ul,
#footer p{
	list-style:none;
	padding:0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Work Sans';
}

#footer p a{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Work Sans';
    line-height: 28px;
}

#footer ul li{
}

#footer ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    font-family: 'Work Sans';
}

#footer-flex{
    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;
}

#social-bottom a:last-child{
    margin-right: 0;
}

#social-bottom a{
    width: 40px;
    height: 40px;
    text-decoration: none !important;
    background-color: #fff;
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    margin-right: 5px;
}

#social-bottom i{
    color: #e41b13;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

#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:0 0;
	background:transparent;
}

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

.breadcrumbs{
    margin: 17px 0 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Work Sans';
}

.breadcrumbs span > span{
    color: #303030;
}

.breadcrumbs span a{
    color: #e41b13;
}

#uitgelicht{
    padding: 20px 30px;
    width: 360px;
    background-color: #fff;
    -webkit-box-shadow: 1.3px 1.6px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 1.3px 1.6px 6px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 30px;
    z-index: 1500;
    bottom: 30px;
}

#sluit_uitgelicht{
    color: #373737;
    font-family: 'Work Sans';
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 20px;
}

#uitgelicht p{
    margin-bottom: 15px;
}

#uitgelicht *:last-child{
    margin-bottom: 0;
}

#uitgelicht p{
    color: #373737;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

#uitgelicht p strong{
    color: #e41b13;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

#medewerkers{
    margin-top: 65px;
}

.medewerker-flex{
    color: #e41b13;
    font-family: 'Work Sans';
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
    line-height: 30px;
    text-transform: uppercase;
    border-bottom: 6px solid #e41b13;
}

.medewerker-info{
    padding: 20px;
    float: left;
    width: 100%;
}

.medewerker-flex span{
    color: #727272;
    text-transform: none;
    font-family: 'Work Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    font-style: normal;
    float: left;
}

#maps{
    margin-bottom: -115px;
    margin-top: 130px;
}

#maps .flex-item:nth-child(1){
    -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;
    position: relative;
    padding: 230px 30px;
}

#maps .flex-item:nth-child(1) div{
    position: relative;
}

#maps .flex-item:nth-child(1) div *:last-child{
    margin-bottom: 0;
}

#maps .flex-item:nth-child(1):after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    background-color: #fff;
    z-index: -1;
}

#maps .flex-item:nth-child(1):before{
    -webkit-filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -2;
    background-position: center;
}

#maps .flex-item:nth-child(1) i{
    color: #8c8c8c;
    font-size: 92px;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-100%) translateX(-15px);
    -ms-transform: translateY(-50%) translateX(-100%) translateX(-15px);
    transform: translateY(-50%) translateX(-100%) translateX(-15px);
}

#maps .flex-item:nth-child(1) h2{
    color: #e41b13;
    font-family: 'Work Sans';
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
}

#maps .flex-item:nth-child(1) p{
    color: #727272;
    font-family: 'Work Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

#maps .flex-item iframe,
#maps .flex-item:nth-child(2) p{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#maps .flex-item{
    padding: 0;
}

#nieuws-afbeelding-groot{
    margin-bottom: 100px;
}

.single-vacature #nieuws-afbeelding-groot{
    margin-bottom: 28px;
}

.retreat{
	margin-left: -195px;
	margin-right: -195px;
}

.datum{
    margin-top: -27px;
    margin-bottom: 16px;
    color: #303030;
    font-weight: 400;
    line-height: 28px;
    font-size: 18px;
    font-family: 'Work Sans';
}

.sharebuttons span{
	font: 400 16px/20px 'Work Sans';
	color: #373737;
	float: left;
	margin-right: 8px;
}

.sharebuttons a{
	float: left;
	margin-left: 3px;
	line-height: 20px;
}

.sharebuttons a:nth-child(2){
	color: #034da8;
}

.sharebuttons a:nth-child(3){
	color: #1db0f4;
}

.sharebuttons a:nth-child(4){
	color: #1d7df4;
}

.sharebuttons a:nth-child(5){
	color: #e95f5f;
}

.flex-nieuws-inner{
	padding: 15px 20px;
}

.flex-nieuws{	
	background: #fff;
	text-decoration: none !important;
	-webkit-box-shadow: 1.3px 1.6px 6px rgba(0, 0, 0, 0.25);
	box-shadow: 1.3px 1.6px 6px rgba(0, 0, 0, 0.25);
}

.flex-nieuws > div{
    width: 100%;
}

.flex-nieuws:hover{	
	background: #2b2b2b;
	text-decoration: none !important;
	-webkit-box-shadow: 3.1px 3.9px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 3.1px 3.9px 10px rgba(0, 0, 0, 0.25);
}

.flex-nieuws-img,
.flex-medewerker-img{
	width: 100%;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

.flex-nieuws-img img, .flex-medewerker-img img {
	width: 100%;
}

.flex-vacature-medewerker-img{
    width: 120px;
    -webkit-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
    margin-right: 20px;
}

.flex-ook-leuk-img{
    width: 205px;
    -webkit-flex-basis: 205px;
    -ms-flex-preferred-size: 205px;
    flex-basis: 205px;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
    min-width: 205px;
}

.flex-vacature-medewerker-img img{
    border-radius: 50%;
    max-width: 120px;
}

.flex-nieuws-inner .flex-datum{
	color: #727272;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	font: 400 16px/normal 'Work Sans';	
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.jumbotron .flex-nieuws:hover .flex-nieuws-inner .flex-datum,
.jumbotron .flex-nieuws:hover .flex-nieuws-inner p{
	color: #909090;
}

.jumbotron .flex-nieuws-inner h2{	
	margin-bottom: 20px;	
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
    color: #e41b13;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
}

.jumbotron .flex-nieuws:hover .flex-nieuws-inner h2,
.jumbotron .flex-nieuws:hover .flex-nieuws-inner .read-more{
	color: #fff;
}

.jumbotron .flex-nieuws-inner h2 + p{
	margin-top: 0;
	line-height: 24px;
}

.jumbotron .flex-nieuws .flex-nieuws-inner p{
	color:#373737;
	font: 400 16px/normal 'Work Sans';	
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.flex-nieuws-inner .read-more{
	font: 600 16px/normal 'Work Sans';
	color: #e41b13;	
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.alm-load-more-btn.more{
	border: none;
	padding: 0;
	background: none;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: none;
}

.alm-load-more-btn.more.loading{
	display: inline-block;
}

.alm-btn-wrap{
	height: 30px;
}

.shape {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 1px;
}

.shape.shape1 {
  left: 0;
  background-color: #7e7e7e;
}
.shape.shape2 {
  right: 0;
  background-color: #e41b13;
}
.shape.shape3 {
  bottom: 0;
  background-color: #e41b13;
}
.shape.shape4 {
  bottom: 0;
  right: 0;
  background-color: #7e7e7e;
}

.animation-2 {
	
	width: 30px;
	height: 30px;
	position: relative;
}
.animation-2 .shape{
  border-radius: 5px;
}

.animation-2 {
  -webkit-animation: rotation 1s infinite;
          animation: rotation 1s infinite;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.animation-2 .shape1 {
  -webkit-animation: animation2shape1 0.5s ease 0s infinite alternate;
          animation: animation2shape1 0.5s ease 0s infinite alternate;
}

@-webkit-keyframes animation2shape1 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
}

@keyframes animation2shape1 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
}
.animation-2 .shape2 {
  -webkit-animation: animation2shape2 0.5s ease 0s infinite alternate;
          animation: animation2shape2 0.5s ease 0s infinite alternate;
}

@-webkit-keyframes animation2shape2 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
}

@keyframes animation2shape2 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
}
.animation-2 .shape3 {
  -webkit-animation: animation2shape3 0.5s ease 0s infinite alternate;
          animation: animation2shape3 0.5s ease 0s infinite alternate;
}

@-webkit-keyframes animation2shape3 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
}

@keyframes animation2shape3 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
}
.animation-2 .shape4 {
  -webkit-animation: animation2shape4 0.5s ease 0s infinite alternate;
          animation: animation2shape4 0.5s ease 0s infinite alternate;
}

@-webkit-keyframes animation2shape4 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
}

@keyframes animation2shape4 {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
}
.animation-3 .shape1 {
  -webkit-animation: animation3shape1 0.5s ease 0s infinite alternate;
          animation: animation3shape1 0.5s ease 0s infinite alternate;
}

#enthousiast{

    margin-top: 135px;
    background: #e41b13;
    padding: 60px 0 45px;
}

#enthousiast .button{
    font-size: 16px;
}

#enthousiast h2{
    color: #fff;
    font-family: 'Work Sans';
    line-height: normal;
    font-size: 40px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
}

#enthousiast p{
    color: #fff;
    font-family: 'Work Sans';
    line-height: normal;
    font-size: 20px;
    font-weight: 400;
}

#enthousiast .col-md-8 strong{
    color: #fff;
    font-family: 'Work Sans';
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

#enthousiast .col-lg-4 img{
    margin-top: -135px;
    margin-bottom: 10px;
}

#enthousiast .col-md-4 .pull-right{
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Work Sans';
    font-size: 14px;
}

#enthousiast .col-md-4 .pull-right i{
    font-size: 12px;
}

.extra-wide{
    margin-right: -webkit-calc((-100vw + 1230px) / 2);
    margin-right: calc((-100vw + 1230px) / 2);
}

#medewerker{
    padding: 65px 0;
}

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

#ook_leuk{
    background: #e9e9e9;
    padding: 65px 0;
}

.single-collega #ook_leuk{
    margin-bottom: -115px;
    margin-top: 65px;
}

.single-vacature #footer{
    margin-top: 0;
}

.flex-vacature-ook{
    -webkit-box-shadow: 1.3px 1.6px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 1.3px 1.6px 6px rgba(0, 0, 0, 0.25);
    background: #fff;
}

.flex-vacature-ook i{    
    font-size: 16px;
}

.flex-vacature-ook{
    color: #5f5f5f !important;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Work Sans';
    font-size: 18px;
    text-decoration: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-vacature-ook:hover{
    color: #909090 !important;
    background: #2b2b2b;
    -webkit-box-shadow: 3.1px 3.9px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 3.1px 3.9px 10px rgba(0, 0, 0, 0.25);
}

.flex-vacature-ook:hover h2,
.flex-vacature-ook:hover h3{
    color: #fff;
}

.flex-ook-leuk-tekst{
    padding: 20px 25px;
}

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

.flex-vacature-holder{
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-vacature-ook h2,
.flex-vacature-ook h3{
    color: #e41b13;
    font-family: 'Work Sans';
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
    font-style: italic;
}

#ook_leuk h1{
    color: #1b1b1b;
    font-family: 'Work Sans';
    font-size: 30px;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 43px;
    text-transform: uppercase;
}

#ook_leuk .button{
    font-size: 16px;
    margin-top: 40px;
}

.vacature-lijst{
    width: 100%;
    float: left;
}

.vacature-lijst h2,
.vacature-lijst h1{
    margin-top: 90px;
    color: #303030;
    font-family: 'Work Sans';
    font-size: 36px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 31px;
    position: relative;
}

.vacature-lijst h1{
    margin-top: 0;
}

.vacature-lijst h2:first-child{
    margin-top: 0;
}

.vacature-lijst h2:after,
.vacature-lijst h1:after{
    content: "";
    position: absolute;
    width: 127px;
    height: 5px;
    background-color: #e41b13;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -11px;
}

.vacature-lijst .flex-vacature-holder {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.vacature-lijst .flex-ook-leuk-img {
    width: 356px;
    -webkit-flex-basis: 356px;
    -ms-flex-preferred-size: 356px;
    flex-basis: 356px;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 356px;
}

.vacature-lijst .flex-ook-leuk-img img, .vacature-lijst .flex-ook-leuk-img picture  {
	object-fit: contain;
    width: 100%;
    height: auto;
}

.vacature-lijst h3{
    font-size: 30px;
    font-style: italic;
}

.vacature-lijst .ook-leuk-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vacature-lijst .ook-leuk-flex .flex-vacature-holder:nth-child(n+2){
    margin-top: 20px;
}

.snel-naar{
    background: #e9e9e9;
    width: 100%;
    padding: 10px 25px;
    float: left;
    margin-bottom: 75px;
    margin-top: 50px;
}

.snel-naar span{
    font-family: 'Work Sans';
    font-weight: 400;
    line-height: 28px;
    color: #767676;
    font-size: 16px;
    margin-right: 15px;
}

.snel-naar a:after{
    content: "|";
    margin: 0 8px;
    color: #c4c4c4;
    font-size: 16px;
    font-family: 'Work Sans';
    font-weight: 400;
    line-height: 28px;
}

.snel-naar a:last-child:after{
    display: none;
}

.snel-naar a{
    font-family: 'Work Sans';
    font-weight: 400;
    color: #e41b13;
    line-height: 28px;
    font-size: 18px;
}

#extra_onder{
    margin-top: -20px;
    background: #e9e9e9;
    padding: 90px 0 70px;
    margin-bottom: -115px;
}

#extra_onder .col-xs-12 > *:last-child{
    margin-bottom: 0;
}

.collega-foto{
    margin-right: 15px;
    margin-bottom: 0 !important;
}

.collega-info a{
    text-decoration: none;
}

.collega-info a:hover{
    text-decoration: underline;
}

.collega-foto img{
    border-radius: 50%;
    border: 3px solid #fff;
    width: 75px;
    max-width: 75px;
}

.jumbotron .rood-blok .collega-info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -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;
    margin-bottom: 0 !important;
    -webkit-transform: translateY(50%) translateY(4px);
    -ms-transform: translateY(50%) translateY(4px);
    transform: translateY(50%) translateY(4px);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Work Sans';
    line-height: 28px;
    margin-top: -25px;
}

.jumbotron .rood-blok .collega-info div{    
    color: #5c5c5c !important;
}

.jumbotron .rood-blok .collega-info strong{
    font-family: 'Work Sans';
    line-height: 28px !important;
    color: #fff;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.rood-blok.met-collega{
    margin-bottom: 95px;
    margin-top: 14px;
    padding: 40px 40px 0;
    float: left;
    width: 100%;
}

.collega-link-info{
    color: rgba(255,255,255,0.5);
    font-family: 'Work Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    background: #e41b13;
    padding: 20px;
    float: left;
    width: 100%;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.collega-link-info strong{
    color: #fff;
    font-family: 'Work Sans';
    font-size: 30px;
    font-weight: 800 !important;
    font-style: italic;
    line-height: 38px;
    text-transform: uppercase;
}

.collega-link-info strong,
.collega-link-info span{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    white-space: nowrap;
}

.collega-link-img{
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
}

.collega-link-img img {
	width: 100%;
}

.collega-flex-link{
    background-color: #fff;
    -webkit-box-shadow: 1.3px 1.6px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 1.3px 1.6px 6px rgba(0, 0, 0, 0.25);
}

.collega-flex-link:hover{
    -webkit-box-shadow: 3.1px 3.9px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 3.1px 3.9px 10px rgba(0, 0, 0, 0.25);
}

.collega-flex-link:hover .collega-link-info{
    background: #1b1b1b;
}

.collega-link-intro *:last-child{
    margin-bottom: 0;
}

.collega-link-intro{
    padding: 20px;
    width: 100%;
    float: left;
}

.collega-link-intro *{    
    color: #373737;
    font-family: 'Work Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.collega-flex-link > div{
    width: 100%;
}

#collega-lijst{
    margin-top: 115px;
}

#hster{
    background: #e41b13;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    min-height: 675px;
}

#hster .button,
.button.lijn{    
	color:#fff;
	background:#e41b13;
    border: solid 2px #fff;
    font-size: 16px;
}

#hster .button:hover,
#hster .button:focus,
.button.lijn:hover,
.button.lijn:focus{
    background: #fff;
    color: #e41b13;
}

#hster div{
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

#hster strong{
    color: #fff;
    font-family: 'Work Sans';
    font-size: 22px;
    font-weight: 800 !important;
    line-height: 38px;
    text-transform: uppercase;
    font-style: italic;
}

.webton-faq-holder{
    background-color: #fff;
    -webkit-box-shadow: 3.1px 3.9px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 3.1px 3.9px 10px rgba(0, 0, 0, 0.25);
}

.webton-faq-vraag{
    color: #e41b13;
    font-family: 'Work Sans';
    font-size: 24px;
    font-weight: 800;
    line-height: 26px;
    text-transform: uppercase;
    font-style: italic;
    padding: 20px 40px 20px 20px;
    position: relative;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.webton-faq-vraag:hover,
.webton-faq-vraag.active-vraag{
    background: #303030;
    color: #fff;
}

.active-vraag.webton-faq-vraag:after{
    content: "-";
    color: #fff;
}

.webton-faq-vraag:after{
    content: "+";
    float: right;
    font-family: 'Work Sans';
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: 26px;
    position: absolute;
    right: 18px;
    top: 18px;
}

.webton-faq-antwoord{    
    padding: 20px;
    border-top: 1px solid rgb(218, 218, 218);
}

.webton-faq-holder:nth-child(n+2){
    margin-top: 20px;
}

.wider{
    width: 1170px;
}

article header h1{
    padding: 0 30px;
}

.wider > *{
    padding-left: 0;
    padding-right: 0;
}

#rood-sidebar{
    margin-top: 71px;
    padding: 20px;
    text-align: center;
    background: #e41b13;
}

#rood-sidebar *{
    color: #fff;
}

#rood-sidebar h1{
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
}

#rood-sidebar a{
    text-decoration: underline;
}

#rood-sidebar p{
    font-size: 16px;
}

#rood-sidebar > *:last-child{
    margin-bottom: 0;
}

.fixed-top{
	position: fixed;
	top: 100px;
	max-width: 360px;
	float: left;
}

.fixed-bottom{
	position: absolute;
	bottom: 0;
	max-width: 360px;
	float: left;
}

#fixed-sidebar,
#fixed-sidebar aside{
	float: left;
	width: 100%;
}

.flex-punt p{
    color: #373737;
    font-family: 'Work Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.flex-punt > 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;
    width: 100%;
}

.flex-punt > div > *:last-child{
    margin-bottom: 0;
}

.flex-punt .rood-blok{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.flex-punt .rood-blok strong{
    font-weight: 600 !important;
}

.punt-titel i{
    color: #e41b13;
    font-size: 22px;
    font-weight: 400;
}

.punt-titel{
    margin-bottom: 5px;
}

.punt-titel strong{
    color: #303030;
    font-family: 'Work Sans';
    font-size: 22px;
    font-weight: 600 !important;
}

#uitleg{
    margin-bottom: 30px;
}

#uitleg h2{
    color: #303030;
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 15px;
}

#uitleg h2 + p{
    margin-top: 0;
}

#om-en-om{
    padding: 115px 0;
}

.flex-om-en-om{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 -15px;
}

.flex-om-en-om-holder{
    padding: 0 15px;
}

.flex-om-en-om:nth-child(n+2){
    margin-top: 85px;
}

.flex-om-en-om-holder > *:last-child{
    margin-bottom: 0;
}

.flex-om-en-om img {
	width: 100%;
}

.om-en-om-tekst h2{
    color: #e41b13;
    font-family: 'Work Sans';
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 20px;
}

.jumbotron .om-en-om-tekst h2 + p{
    margin-top: 0;
}

.om-en-om-tekst p{
    color: #373737;
    font-family: 'Work Sans';
    font-size: 20px;
    font-weight: 400;
}

.om-en-om-img,
.om-en-om-tekst{
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
    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;
}

.om-en-om-img > div{
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
}

.flex-om-en-om:nth-child(even){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.section{
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#fullpage-holder{
    margin-top: 150px;
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px);
}

#fullpage-holder + #extra_onder{
    background: #fff;
}

#fullpage{
    height:100%;
}

#fullpage .owl-stage-outer{
    height: 100%;
}

#fullpage .owl-stage-outer .owl-stage{
    height: 100%;
}

#fullpage.owl-carousel .owl-item{
    height: 100% !important;
}

.section{
    height: 100%;
    position: relative;
    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;
}

.jaartal{
    position: absolute;
    left: 40px;
    top: 40px;
    color: #e41b13;
    font-family: 'Work Sans';
    font-size: 80px;
    font-weight: 700;
}

.section:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

.section h2{
    color: #fff;
    font-family: 'Work Sans';
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    font-style: italic;
}

.jumbotron .section h2 + p{
    margin-top: 0;
}

.section p{
    color: #878787;
    font-size: 20px;
    font-weight: 400;
}

.owl-carousel .owl-item img {
	
}

 

.jouw-collega {
	display: block;
	width: 100%;
	max-width: 45rem !important;
	margin: 0 auto;
}


.jouw-collega img   {
	max-width: 25rem !important;
	display: block; 
	margin: 0 auto;
}

#fullpage > .owl-dots{
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1500;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-family: 'Work Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 30px 0 0;
}

#fullpage > .owl-dots .owl-dot:nth-child(1){
    display: none;
}

#fullpage.owl-carousel .owl-item img{
    width: auto;
}

#fullpage.owl-carousel .owl-item p img{
    width: auto;
}

#fullpage > .owl-dots .owl-dot{
    position: relative;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
    opacity: 0.5;
}

#fullpage > .owl-dots .owl-dot.active{
    color: #e41b13;
    opacity: 1;
}

#fullpage > .owl-dots .owl-dot.active:after,
#fullpage .gallery .owl-dot.active{
    background-color: #e41b13;
    opacity: 1;
    width: 15px;
    height: 15px;
    right: -17.5px;
    top: 5.5px;
}

#fullpage > .owl-dots .owl-dot:after,
#fullpage .gallery .owl-dot{
    content: "";
    width: 10px;
    height: 10px;
    opacity: 0.5;
    background-color: #fff;
    float: right;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: 9px;
}

#fullpage .gallery .owl-dots{
    width: 100%;   
    text-align: center;
    float: left;
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#fullpage .gallery .owl-dot{
    position: static;
    margin: 0 4px;
    display: inline-block;
    float: none;
}

#fullpage .gallery{
    position: relative;
}

#fullpage .gallery .owl-prev,
#fullpage .gallery .owl-next{
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 28px;
    height: 50px;
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#fullpage .section .col-xs-12 > *:last-child{
    margin-bottom: 0;
}

#fullpage .gallery .owl-prev{
    left: -30px;
}
#fullpage .gallery .owl-next{
    right: -30px;
}

#fullpage .owl-item:first-child h2{
    position: relative;
    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: 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;
}

#fullpage .owl-item:first-child h2:after{
    width: 1px;
    background-color: #fff;
    content: "";
    display: block;
    margin: 30px 0 0;
}

#fullpage .owl-item:first-child h2:before{
    width: 29px;
    height: 16px;
    background: url(../images/arrow.png);
    content: "";
    display: block;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.om-en-om-descr{
    font-family: 'Work Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #8f8f8f;
    padding: 25px;
    background: #1b1b1b;
    position: relative;
    -webkit-box-shadow: 12px 14.8px 0 #e41b13;
    box-shadow: 12px 14.8px 0 #e41b13;
    margin: 0 70px 0 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home .om-en-om-descr{
    margin-right: 235px;
}

#diensten{
    margin-top: 70px;
    background: #e41b13;
    padding: 65px 0;
}

#diensten img{
    height: 60px;
    margin: 0 auto 12px;
}

#diensten .flex-item-inner{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
    color: #fff;
    font-family: 'Work Sans';
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#diensten .flex-item{
    position: relative;
    padding-bottom: 25px;
    cursor: pointer;
    opacity: 0.3;
}

#diensten .flex-item.active{
    opacity: 1;
}

#diensten .flex-item.active:after{
    height: 6px;
}

#diensten .flex-item:after{
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,1);
    height: 3px;
}

#diensten .flex-item-inner > div{
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
    text-align: center;
}

#dienstentext{
    margin-top: 35px;
    position: relative;
}

.dienst-tekst{
    position: absolute;
}

.dienst-tekst:not(.active){
    display: none;
}

.dienst-tekst p,
.dienst-tekst h2,
.dienst-tekst h3{
    color: #fff;
}

.dienst-tekst > *:last-child{
    margin-bottom: 0;
}

#homenieuws{
    padding: 100px 0 75px;
    background: #e9e9e9;
}

#homenieuws h1{
    color: #303030;
    font-family: 'Work Sans';
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    text-align: left;
}

#homenieuws header h1 a{
    color: #e41b13;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Work Sans';
    font-weight: 600;
    float: right;
    text-transform: none;
    font-style: normal;
}

#topvacatures{
    background: #e41b13;
    padding: 0 0 65px;
}

.home .vacature-lijst{
    margin-top: -170px;
    margin-bottom: 40px;
}

.home .vacature-lijst span{
    width: 100%;
    float: left;
}

.home #content{
    padding-bottom: 270px;
    padding-top: 45px;
}

.home .flex-ook-leuk-tekst {
    padding: 20px 25px;
    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;
}

.home article h1{
    display: none;
}

.home .slide-tekst-holder{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home .slide-tekst-holder .container{
    height: 100%
}

.slide .button{
    color: #fff;
    font-family: 'Work Sans';
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    background: #e41b13;
    margin-top: 25px;
    text-transform: none;
    font-style: normal;
}

.slide .button:after{
    content: "\f178";
    margin-left: 15px;
    font-family: FontAwesome;
}

#jouwcollegas{
    background: #e9e9e9;
    padding: 65px 0;
}

#jouwcollegas a{
    font-weight: 600;
}

#jouwcollegas h1{
    font-size: 36px;
}

#jouwcollegaslider{
    margin-bottom: 30px;
}

#jouwcollegaslider .owl-dot {
    margin: 0 12px;
    display: inline-block;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

#jouwcollegaslider .owl-dots{
    text-align: center;
    position: relative;
    padding-top: 45px;
    margin-bottom: 50px;
}

#jouwcollegaslider .owl-dots:before{
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3px;
    height: 100px;
    background-color: #e41b13;
    top: -75px;
    z-index: -1;
}

#jouwcollegaslider .owl-dot img{
    width: 75px !important;
    height: 75px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto 10px;
    border: 3px solid transparent;
}

#jouwcollegaslider .owl-dot:not(.active) strong,
#jouwcollegaslider .owl-dot:not(.active) span{
    display: none;
}

#jouwcollegaslider p{
    background: #e9e9e9;
    border-bottom: solid #e9e9e9 15px;
}

#jouwcollegaslider .owl-dot.active img{
    border: 3px solid #fff;
}

#jouwcollegaslider .owl-dot strong{
    width: 100%;
    float: left;
    font-family: 'Work Sans';
    line-height: 28px;
    color: #e41b13;
    font-size: 20px;
    font-weight: 800 !important;
    font-style: italic;
    text-transform: uppercase;
    position: absolute;
    left: 0;
}

#jouwcollegaslider .owl-dot span{
    width: 100%;
    float: left;
    color: #727272;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Work Sans';
    line-height: 28px;
    position: absolute;
    left: 0;
}

#jouwcollegafotoslider{
    margin-bottom: -110px;
    background: #e9e9e9;
}

#extra_home{
    padding: 120px 0 35px;
    background: #fff;
}

#extra_home .owl-next,
#extra_home .owl-prev{
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 28px;
    background: rgba(27,27,27,0.75);
    padding: 4px 15px;
    width: auto;
    height: auto;
}

.home #footer{
    margin-top: 0;
}

#extra_home .owl-prev{
    left: -15px;
}

#extra_home .owl-v-center-nav .owl-nav.owl-nav{
    -webkit-transform: translateY(-50%) translateY(-50px);
    -ms-transform: translateY(-50%) translateY(-50px);
    transform: translateY(-50%) translateY(-50px);
}

#extra_home .owl-next{
    right: -15px;
}

#extra_home aside .col-lg-4{
    padding-left: 40px;
    padding-top: 80px;
}

#extra_home aside .col-lg-4 > *:last-child{
    margin-bottom: 0;
}

.retreat-more{
    margin-right: -315px;
    margin-left: -315px;
}

.retreat-more header h2 {
    text-align: center;
}

.collega-foto-slide{
    position: relative;
}

.collega-foto-slide:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(23%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 100%);
}

.collega-foto-slide strong{
    font-size: 18px;
    color: #fff;
    font-weight: 600 !important;
    margin-bottom: -5px;
}

.collega-foto-slide span{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    clear: both;
    display: block;
}

.collega-foto-slide .button{
    border-color: #fff;
    font-size: 16px;
    padding: 7px 10px !important;
}

.collega-foto-info > div{
    margin: 0 8px;
}

.collega-foto-info{
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#extra_home h2{
    color: #e41b13;
    font-family: 'Work Sans';
    font-size: 36px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#extra_home ul{
    list-style: none;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

#extra_home ul li img{
    margin-bottom: 0;
}

#extra_home ul li{
    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;
    margin-bottom: 10px;
}

#extra_home h2 + p{
    margin-top: 0;
}

#slider .owl-nav{
    position: absolute;
    right: 20px;
    bottom: 65px;
    z-index: 150;
}

#slider .owl-nav .owl-prev,
#slider .owl-nav .owl-next{
    width: 25px;
    height: 25px;
    margin: 0 4px;
    background-color: #fff;
    border-radius: 50%;
    float: left;
    line-height: 25px;
    text-align: center;
}

#show-holder{
    position: relative;
    left: -30px;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    z-index: 1500;
    background: #fff;
    overflow: hidden;
    height: 0;
    border-top: solid 1px #dadada;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

#show-holder.show{
    height: 51px;
}

#show-direct{
    color: #303030;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Work Sans';
    font-size: 12px;
    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;
}

#show-direct span{
    line-height: normal;
}

#show-direct > 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;
}

#show-direct .button{
    float: right;
    font-size: 16px;
}

#show-direct strong{
    color: #303030;
    font-family: 'Work Sans';
    font-style: italic;
    font-size: 20px;
    font-weight: 800 !important;
    text-transform: uppercase;
}

#show-direct i{
    font-size: 11px;
}

#nieuws-afbeelding-groot{
    position: relative;
    overflow: hidden;
}

#nieuws-afbeelding-groot > div:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 5;
}

.aantal-vacatures a{
    position: relative;
}

.aantal-vacatures a span{
    width: 15px;
    height: 15px;
    background-color: #e41b13;
    border-radius: 2px;
    margin-left: 5px;
    color: #fff;
    font-family: 'Work Sans';
    font-size: 11px;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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;
    line-height: 1px;
    position: relative;
    top: -3px;
}

.met-video{
    z-index: 0;
}

#nieuws-afbeelding-groot:not(.met-video) > div:before{
    display: none;
}

.met-video img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.met-video:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.collega-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 45px;
    text-decoration: none !important;
    z-index: 15;
}

.collega-video p{    
    color: #fff;
    font-family: 'Work Sans';
    font-size: 30px;
}

.collega-video i{
    width: 85px;
    height: 85px;
    background: rgba(228,27,19,1);
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50%;
    -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;
    font-size: 46px;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}

.met-video:hover i{
    background: rgb(247, 41, 33);
}

.video-tijd{
    color: #fff;
    font-family: 'Work Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.jumbotron .rood-blok span {
    color: #5c5c5c !important;
}

#show-direct strong {
    color: #303030;
    font-family: 'Work Sans';
    font-style: italic;
    font-size: 20px;
    font-weight: 800 !important;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

#show-direct > div {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
}
    
#fullpage .gallery-caption {

    display: none !important;
}

.home .text-center.slide-tekst > div{
    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;
    }
    
    #fullpage > .owl-dots {
        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;
        position: static;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    
    #fullpage .gallery-item{
        margin-left: 9px;
    }
    
    #fullpage > .owl-dots .owl-dot:nth-child(1){
        display: inline-block;
    }
    
    #fullpage > .owl-dots .owl-dot{
        text-indent: -9999px;
        margin: 0 3px;
    }
    
    #fullpage > .owl-dots .owl-dot.active:after, #fullpage .gallery .owl-dot.active {
        width: 10px;
        height: 10px;
    }
    
    #fullpage > .owl-dots .owl-dot:after, #fullpage .gallery .owl-dot{
        position: static;
    }
    
	.no_parallax_slider_xs .parallaxer{
		top:0 !important;
	}

	.navbar>.container-fluid .navbar-brand{
		max-width:100%;
	}
    
    .jumbotron > .container{
        padding-left: 30px;
        padding-right: 30px;
    }
	
	#logoholder{
		padding-left:15px;
		padding-right:75px;
	}

	#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-fluid .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;
	}
	
	.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;
	}
    
	.fixed-bottom,
	.fixed-top{
		position: static;
		max-width: none;
	}
    
    .wider{
        width: 100%;
    }
    
    #homenieuws header h1 a{
        float: left;
        margin: 0 0 15px;
        clear: both;
        width: 100%;
        text-align: left;
    }
    
    #homenieuws .flex-items{
        float: left;
    }
    
    #extra_home h2{
        font-size: 32px;
    }
    
    #extra_home ul {
        list-style: none;
        padding: 0;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
    
    #homenieuws .flex-items .flex-item:nth-child(n+3){
        display: none;
    }
    
    #footer-flex{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    #footer-flex .footer-item{
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    
    #footer-flex .footer-item:nth-child(n+2){
        margin-top: 30px;
    }
    
    #jouwcollegafotoslider {
        margin-bottom: 0;
        margin-top: 45px;
    }
    
    #extra_home aside .col-lg-4 {
        padding-left: 15px;
        padding-top: 0;
    }
    
    #extra_home {
        padding: 35px 0 35px;
        background: #fff;
    }
    
    #jouwcollegas {
        background: #e9e9e9;
        padding: 35px 0;
    }
    .retreat {
        margin-left: 0;
        margin-right: 0;
    }
    
    .retreat-more {
        margin-right: 0;
        margin-left: 0;
    }
    
    .category .retreat{
        margin: 0;
    }
    .single-post article,
    .single-vacature article,
    .page-template-page-over-hst article,
    .page-template-default article{
        margin: 0;
    }
    
    .single-post .breadcrumbs,
    .single-vacature .breadcrumbs,
    .page-template-page-over-hst .breadcrumbs,
    .page-template-default .breadcrumbs{
        padding-left: 0;
    }
    
    .collega-video p {
        color: #fff;
        font-family: 'Work Sans';
        font-size: 16px;
        line-height: normal;
    }
    
    #nieuws-afbeelding-groot {
        margin-bottom: 15px;
    }
    
    .jumbotron blockquote p {
        font: 800 italic 18px/26px 'Work Sans';
    }
    
    blockquote {
        position: relative;
        padding: 15px;
        margin-right: 0;
        margin-bottom: 28px;
        border: none;
        margin-left: 0;
        width: 100%;
        float: left;
        background: #fff;
    }
    
    .collega-video i{
        background: none !important;
        font-size: 24px;
    }
    
    .video-tijd{
        display: none;
    }
    
    .no-slider main header {
        position: relative;
        margin: 0 0px;
        padding: 50px 0 22px;
    }
    
    #fullpage .gallery .owl-dots{
        display: none;
    }
    
    #fullpage .gallery-item {
        float: left;
        margin-top: 10px;
        text-align: center;
        width: 100% !important;
    }
    
    #fullpage .col-xs-12{
        padding: 0 15px;
    }
    
    .jaartal {
        font-size: 22px;
        text-align: center;
        float: left;
        width: 100%;
        padding: 0;
        left: 0;
        top: 20px;
    }
    
    #fullpage.owl-carousel .owl-item p img {
        width: auto;
        max-height: 150px;
    }
    
    .section h2 {
    font-size: 26px;
    }
    
    .section h2 + p:not(.image){
        display: none;
    }
    
    #fullpage .gallery .owl-next{
        right: 5px;
     bottom: 10px;
    }
    
    #fullpage .gallery .owl-prev{
        
      left: 5px;
    bottom: 10px;
    }
    
    #fullpage .owl-v-center-nav .owl-nav.owl-nav {
        position: absolute;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
        right: 0;
    }
    
    .snel-naar span {
        margin-right: 0;
        width: 100%;
        float: left;
    }
    
    .snel-naar a {
        width: 100%;
        float: left;
    }
    
    .snel-naar a:after{
        display: none;
    }
    
    .om-en-om-descr {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
    }
    
    .vacature-lijst .flex-ook-leuk-img{
        display: none;
    }
    
    .home #content {
        padding-bottom: 270px;
        padding-top: 15px;
    }
    
    .collega-foto-slide span,
    .collega-foto-slide strong{
        display: none;
    }
    
    #jouwcollegaslider .owl-dot {
        margin: 0 10px;
    }
    
    #diensten-home{
        margin-bottom: 45px;
    }
    
    .collega-tekst{
        margin-top: 0;
    }
    
    .vacature-lijst h3 {
        font-size: 24px;
    }
    
    .text-center.slide-tekst{
        font-size: 22px;
        line-height: normal;
    }
    
    .home #slider, .home #slider .slide{
        min-height: 300px;
    }
    
    #slider .owl-nav {
        right: 15px;
        bottom: 15px;
        display: none;
    }
    
    .single-vacature .flex-vacature-holder {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    
    .single-vacature .flex-vacature-holder:nth-child(n+2){
        margin-top: 20px;
    }
    
    .single-vacature .ook-leuk-flex{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .jumbotron h1, .jumbotron h1 a{
        font-size: 26px;
    }
    
    #solli-buttons .button{
        margin: 5px 0;
    }
    
    .flex-ook-leuk-img{
        display: none;
    }
    
    .flex-vacature-medewerker-img {
        display: inline-block;
        margin: 0 auto 30px;
    }
    
    .medewerker-vacature{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        text-align: center;
    }
    
    .om-en-om-img, .om-en-om-tekst {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    
    #enthousiast .col-md-4 .pull-right{
        float: left !important;
    }
    
    .flex-om-en-om{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .om-en-om-descr {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 !important;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    #fullpage-holder {
        margin-top: 35px;
    }
    
    #uitleg h2 {
        color: #303030;
        font-size: 22px;
        font-weight: 800;
        line-height: 24px;
    }
    
    .om-en-om-img{
        margin-top: 30px;
    }
    
    #om-en-om {
        padding: 35px 0;
    }
    
    .wider > * {
        padding-left: 0;
        padding-right: 0;
    }
    
    .extra-wide {
        margin-right: 0;
    }
    
    #enthousiast {
        margin-top: 35px;
    }
    
    #enthousiast .col-lg-4 img {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    #homenieuws {
        padding: 35px 0 35px;
    }
    
    #nieuws-afbeelding-groot + blockquote {
        margin-top: 0;
    }
    
    article header h1 {
        padding: 0;
    }
    
    #maps {
        margin-bottom: -115px;
        margin-top: 35px;
    }
    
    #maps .flex-item iframe, #maps .flex-item:nth-child(2) p {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        min-height: 300px;
    }
    
    .slide .button {
        font-size: 14px;
    }
    
    #hoofdmenu li.fixed-link{
        position: static;
    }
    
    #maps .flex-item{
        margin: 0 !important;
    }
    
    #show-direct > div{
        width: -webkit-calc(100% - 180px);
        width: calc(100% - 180px);
    }
    
    .jumbotron .rood-blok span {
        color: #5c5c5c !important;
        white-space: nowrap;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }
    
    .jumbotron .rood-blok .collega-info div {
        margin-bottom: -6px;
    }
    
    #show-direct strong {
        color: #303030;
        font-family: 'Work Sans';
        font-style: italic;
        font-size: 20px;
        font-weight: 800 !important;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
    
    #hster{
        min-height: 300px;
    }
}

@media (max-width:480px){
    .button + .button {
        margin: 10px 0 0;
    }
}

@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;
	}
    
    #fullpage-holder {
        margin-top: 60px;
    }
    
    #homenieuws {
        padding: 35px 0 35px;
    }
    
    .jumbotron > .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    
    div.gallery.gallery-columns-4:not(.gallery-size-fotoslider) .gallery-item{    
        width: 33.33334% !important;
    }

    .fixed-top,
    .fixed-bottom{
        max-width: 207px;
    }

    .wider{
        width: 780px;
    }
    
    #homenieuws .flex-items .flex-item:nth-child(n+3){
        display: none;
    }
    
    #footer-flex{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    #footer-flex .footer-item{
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        min-width: 50%;
        max-width: 50%;
    }
    
    #footer-flex .footer-item:nth-child(n+2){
        margin-top: 30px;
    }
    
    #jouwcollegafotoslider {
        margin-bottom: 0;
        margin-top: 45px;
    }
    
    #extra_home aside .col-lg-4 {
        padding-left: 15px;
        padding-top: 0;
    }
    
    #extra_home {
        padding: 35px 0 35px;
        background: #fff;
    }
    
    #jouwcollegas {
        background: #e9e9e9;
        padding: 35px 0;
    }
    .retreat {
        margin-left: 0;
        margin-right: 0;
    }
    
    .retreat-more {
        margin-right: 0;
        margin-left: 0;
    }
    
    .category .retreat{
        margin: 0;
    }
    .single-post article,
    .single-vacature article,
    .page-template-page-over-hst article,
    .page-template-default article{
        margin: 0;
    }
    
    .single-post .breadcrumbs,
    .single-vacature .breadcrumbs,
    .page-template-page-over-hst .breadcrumbs,
    .page-template-default .breadcrumbs{
        padding-left: 0;
    }
    
    .no-slider main header {
        position: relative;
        margin: 0 0px;
    }
    
    #fullpage .col-xs-12{
        padding: 0 115px;
    }
    
    .jaartal{
        font-size: 46px;
    }
    
    .home .om-en-om-descr {
        margin-right: 45px;
    }
    
    .vacature-lijst h3 {
        font-size: 24px;
    }
    
    .text-center.slide-tekst{
        font-size: 32px;
        line-height: normal;
    }
    
    .single-vacature .flex-vacature-holder {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    
    .single-vacature .flex-vacature-holder:nth-child(n+2){
        margin-top: 20px;
    }
    
    .single-vacature .ook-leuk-flex{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .jumbotron h1, .jumbotron h1 a{
        font-size: 32px;
    }
    
    .om-en-om-img, .om-en-om-tekst {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    
    .flex-om-en-om{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .om-en-om-descr{
        margin: 0 43px 0 30px;
    }
    
    .om-en-om-img{
        margin-top: 30px;
    }
    
    #om-en-om {
        padding: 35px 0;
    }
    
    .wider > * {
        padding-left: 0;
        padding-right: 0;
    }
    
    .extra-wide {
        margin-right: 0;
    }
    
    #enthousiast {
        margin-top: 35px;
    }
    
    #enthousiast .col-lg-4 img {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    #extra_home .owl-v-center-nav .owl-nav.owl-nav {
        -webkit-transform: translateY(-50%) translateY(-150px);
        -ms-transform: translateY(-50%) translateY(-150px);
        transform: translateY(-50%) translateY(-150px);
    }
    
    
    #logoholder img {
        width: 140px;
        height: 45px;
    }
    
    #hoofdmenu li {
        margin: 0 0 0 10px;
    }
    
    #hoofdmenu li a{
        font-size: 15px;
    }

    .fixed-top,
    .fixed-bottom{
        max-width: 270px;
    }
    
    #hster{
        min-height: 0;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
	.no_parallax_slider_md .parallaxer{
		top:0 !important;
	}
    
    #extra_home .owl-v-center-nav .owl-nav.owl-nav {
        -webkit-transform: translateY(-50%) translateY(-100px);
        -ms-transform: translateY(-50%) translateY(-100px);
        transform: translateY(-50%) translateY(-100px);
    }
    
    #hoofdmenu li {
        margin: 0 0 0 15px;
    }
    
    .home .om-en-om-descr {
        margin-right: 45px;
    }

    .fixed-top,
    .fixed-bottom{
        max-width: 293.33px;
    }

    .wider{
        width: 970px;
    }
    
    .wider > *{
        padding-left: 0;
        padding-right: 0;
    }
    
    .retreat {
        margin-left: -95px;
        margin-right: -95px;
    }
    
    .extra-wide {
        margin-right: 0;
    }
    
    #enthousiast .col-lg-4 img {
        margin-top: 0px;
    }
    
    .text-center.slide-tekst{
        font-size: 45px;
        line-height: 46px;
    }
    
    .retreat-more {
        margin-right: 0;
        margin-left: 0;
    }
    
    #jouwcollegafotoslider {
        margin-bottom: 0;
    }
    
    #jouwcollegas aside{
        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;
    }
    
    #extra_home aside .col-lg-4 {
        padding-left: 15px;
        padding-top: 0;
    }
    
    #extra_home {
        padding: 35px 0 35px;
        background: #fff;
    }
    
    .retreat {
        margin-left: 0;
        margin-right: 0;
    }
    
    .category .retreat{
        margin: 0 -80px;
    }
    .single-post article,
    .single-vacature article,
    .page-template-page-over-hst article,
    .page-template-default article{
        margin: 0 -80px;
    }
    
    .single-post .breadcrumbs,
    .single-vacature .breadcrumbs,
    .page-template-page-over-hst .breadcrumbs,
    .page-template-default .breadcrumbs{
        padding-left: 80px;
    }
    
    .no-slider main header {
        position: relative;
        margin: 0 0px;
    }
    
    #fullpage .col-xs-12{
        padding: 0 115px;
    }
    
    .jaartal{
        font-size: 46px;
    }
    
    #hoofdmenu li a{
        font-size: 19px;
    }
    
    #extra_home ul li img {
        margin-bottom: 0;
        max-width: 38px;
    }
}

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

@media (min-width:1201px) and (max-width:1280px)
{
    
    .retreat-more {
        margin-right: 0;
        margin-left: 0;
    }
    
    #extra_home aside .col-lg-4 {
        padding-left: 15px;
        padding-top: 0;
    }
    
    .jaartal{
        font-size: 48px;
    }
    
    .no-slider main header {
        position: relative;
        margin: 0 0;
    }
}

@media (min-width:1281px) and (max-width:1365px)
{
    
    
    
    .no-slider main header {
        position: relative;
        margin: 0 0;
    }
    
    .retreat-more {
        margin-right: -60px;
        margin-left: -60px;
    }
    
    #extra_home aside .col-lg-4 {
        padding-left: 15px;
        padding-top: 0;
    }
    
    .jaartal{
        font-size: 54px;
    }
}

@media (min-width:1366px) and (max-width:1679px)
{
    
    .retreat-more {
        margin-right: -85px;
        margin-left: -85px;
    }
    
    #extra_home aside .col-lg-4 {
        padding-left: 40px;
        padding-top: 0;
    }
    
    .jaartal{
        font-size: 60px;
    }
}

@media (min-width:1680px) and (max-width:1849px)
{
    
    .retreat-more {
        margin-right: -195px;
        margin-left: -195px;
    }
    
    .jaartal{
        font-size: 68px;
    }
    
    #extra_home aside .col-lg-4 {
        padding-left: 40px;
        padding-top: 0;
    }
}

@media (min-width:1201px) and (max-width:1849px)
{
	.no_parallax_slider_lg .parallaxer{
		top:0 !important;
	}
    
    .jaartal{
        font-size: 74px;
    }
    
    .retreat {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    #extra_home ul li img {
        margin-bottom: 0;
        max-width: 38px;
    }
    
    .home #slider, .home #slider .slide {
        height: auto;
        min-height: 450px;
    }
    
    #fullpage .col-xs-12{
        padding: 0 90px;
    }
    
    .category .retreat{
        margin: 0 -195px;
    }
    .single-post article,
    .single-vacature article,
    .page-template-page-over-hst article,
    .page-template-default article{
        margin: 0 -180px;
    }
    
    .single-post .breadcrumbs,
    .single-vacature .breadcrumbs,
    .page-template-page-over-hst .breadcrumbs,
    .page-template-default .breadcrumbs{
        padding-left: 180px;
    }
}

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