body{
    line-height: 30px;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    color: #1f1f1f;
}

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

.webton-edit-link{
    position: relative;
    z-index: 1500;
}

.no-margin-last > *:last-child,
.pull-right.slide-tekst > *:last-child{
   margin-bottom:0;
}

.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:30px;
	margin-top:0;
}

.alm-filters.flex-items:nth-child(n+2){
    margin-top: 30px !important;
}

#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;
    margin-top: 0 !important;
}

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

div.gallery .gallery-item > dt{   
    width: 100%;
    max-width: 100%;
    padding: 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;
}

.shave{
    margin-bottom: 30px;
}

#footer div.gallery .gallery-item > dt{   
    padding: 15px 0;
}

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: 60px 0;
}

#left-content{    
    padding: 0 0;
}

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

.jumbotron h1,
.jumbotron h1 a,
.jumbotron.project_nieuws h2{
	color: #dd042b;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 300;
}

.diensten + .project_nieuws{
    margin-top: 70px;
}

.jumbotron h2,
.jumbotron h2 a{
	color: #dd042b;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
}

.impressie h2{
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 36px;
    font-weight: 300;
    line-height: 30px;
}

.jumbotron h3,
.jumbotron h3 a{
	font-size: 19px;
    font-weight: 700;
    color: #dd042b;
    margin-bottom: 8px;
}

.jumbotron h4,
.jumbotron h4 a{
	font-size: 19px;
    font-weight: 400;
    color: #dd042b;
    margin-bottom: 8px;
}

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

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

a,
a:hover,
a:focus{
	color:#dd042b;
	-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 #d2d2d2;
	margin:0 0 24px;
}

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

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

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

.container-fluid,
#footer .container,
.slide-tekst-holder .container,
#credits .container{
    width: 100%;
    max-width: 1640px;
}

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

#topmenu-jumbo{
    background: #414141;
}

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

#topmenu-jumbo ul li{
    float: left;
}

#topmenu-jumbo ul li a{
    color: #454545;
    font-family: "Open Sans";
    font-size: 16px;
    text-decoration: none;
    padding: 0 25px;
    font-weight: 800;
    background: #c6c6c6;
    line-height: 48px;
    float: left;
}

#topmenu-jumbo ul li.storing a{
    color: #fff;
    background: #dd042b;
}

#topmenu-jumbo ul li.storing a:hover,
#topmenu-jumbo ul li.storing a:focus{
    color: #dd042b;
    background: #fff;    
}

#logoholder{
    margin: -68px 0 -50px;
	float:left;
}

.rode-tekst{
    color: #dd042b;
}

#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:after{
    background: url(../images/overlay.png) left top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    left: 0;
    content: "";
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 150;
    position: absolute;
}

#slider .slide:before{    
    -webkit-background-size: contain;    
    background-size: contain;
    right: 0;
    content: "";
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 150;
    position: absolute;
    background: rgba(65,65,65,0.5);
}

.slide-tekst-holder{
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    top: 0;
    opacity: 0.75;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 48px;
    font-weight: 700;
    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;
    z-index: 150;
}

.home .slide-tekst-holder,
.home .slide-tekst-holder p{
    opacity: 1;
    font-family: "Open Sans";
    font-size: 58px;
    font-weight: 400;
    line-height: normal;
}

.home .pull-right.slide-tekst{
    width: 50%;
    padding-left: 115px;
    padding-right: 30px;
}

.home .slide-tekst-holder p .button{
    background: none;
    border: solid 1px #fff;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

.home .slide-tekst-holder p .button:hover,
.home .slide-tekst-holder p .button:focus{
    border: solid 1px #dd042b;
    background: #dd042b;
}

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

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

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

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

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

#hoofdmenu{
	margin:30px 0;
}

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

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

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

#hoofdmenu li.menu-item-has-children > a:after{
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 5px;
}

#hoofdmenu li a{
	padding:0;
	background:none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1f1f1f;
}

#hoofdmenu > li:hover > a,
#hoofdmenu > li.current-menu-item > a,
#hoofdmenu > li.current-menu-ancestor > a,
.single-vacature #hoofdmenu > li#menu-item-1672 > a,
.single-project #hoofdmenu > li#menu-item-1536 > a,
#hoofdmenu > li.current-menu-parent > a{
    color: #dd042b;
}

/*Submenu*/
#hoofdmenu > li > ul{
	display:none;
	list-style:none;
	margin:0;
	position:absolute;
	top:39px;
	left:-15px;
    padding: 38px 45px;
    background: #fff url(../images/menu-overlay.png) left top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0 0 13px rgba(20, 20, 20, 0.2);
    box-shadow: 0 0 13px rgba(20, 20, 20, 0.2);
}

/*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:nth-child(n+2){
    margin-top: 15px;
}

#hoofdmenu li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
	float:left;
    text-decoration: none;
	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{
    color: #dd042b;
}

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

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

#footer p{
    color: #696969;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

#footer strong{
    color: #dd042b;
}

#footer ul li{
}

#footer ul li a{    
    color: #696969;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

#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:10px 0;
	background:#414141;
}

#credits,
#credits a{
	font-size: 14px;
    font-weight: 400;
    color: #fff;
}

#slogan{
    text-align: center;

    padding: 65px 0;
    background: #f6f6f6;
    color: #dd042b;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 36px;
    line-height: 30px;
}

#slogan em{
    font-style: normal !important;
}

#slogan span{
    color: #6e6e69;
    font-weight: 300;
    margin: 0 30px;
    display: inline-block;
}

#slogan strong{
    color: #414141;
    font-weight: 700;
    font-style: italic;
}

.footer-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 0 0 -30px;
}

.footer-flex > div{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 30px;
}

.footer-flex > div:last-child{    
    margin-left: auto;
    margin-right: 0;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
}

#social-bottom a{
    color: #818181;
    margin-right: 15px;
    font-size: 18px;
}

#footer div.gallery{
    margin-top: -30px !important;
}

#footer div.gallery .gallery-item{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#footer div.gallery .gallery-item img{
    margin-left: auto;
    margin-right: auto;
}

#scroll-to-top{
    background: #727272;
    width: 52px;
    height: 52px;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
}

#scroll-to-top i{
    opacity: 0.42;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 48px;
}

.credits-flex{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    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;
}

.impressie,
.diensten{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 80px 0 130px;
    z-index: 1;
}

.diensten{
    margin-top: 60px;
}

.impressie:before,
.diensten:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(65,65,65,.60);
}

.impressie h2,
.diensten h2{
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin-bottom: 45px;
}

.impressie img{
    border: solid 1px #cfcfcf;
}

.impressie .owl-dots{
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.impressie .owl-dot{
    width: 15px;
    height: 15px;
    border: 1px solid #828282;
    background-color: #fafaf9;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px;
}

.impressie .owl-dot.active{    
    border: 1px solid #414141;
}

.jumbo-padding + .impressie{
    margin-top: 60px;
}

article .impressie:last-child{
    margin-bottom: -60px;
}

article .project_nieuws:last-child{
    margin-bottom: 60px;
}

.flex-img{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 25px;
}

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

.jumbotron .flex-project h2,
.jumbotron .flex-project h2 a{
    color: #dd042b;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.jumbotron .flex-project h2 a:hover{
    color: #414141;
}

.jumbotron .flex-project h2 em{
    color: #787878;
}

.alm-filters.alm-filters-container{
    width: 100%;
    display: block;
    text-align: center;
    margin: 70px 0 50px !important;
    position: relative;
    z-index: 1;
}

.alm-filters.alm-filters-container:after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 50%;
    background: #d2d2d2;
    z-index: -1;
}

.alm-filters.alm-filters-container:before{
    content: "Filter:";
    color: #1f1f1f;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 10px 0 30px;
    display: inline-block;
    background: #fff;
}

.alm-filters .alm-filter{
    display: inline-block !important;
    padding: 0 10px !important;
    background: #fff;
    margin-bottom: 0 !important;
}

#alm-filter-2{
    padding-right: 30px !important;
}

.alm-filter select{
    border: 1px solid #d2d2d2;
    height: 42px;
    padding: 0 15px;
    color: #1f1f1f;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
}

.single-post h1{
    text-align: center;
}

.datum:empty{
    display: none;
}

.datum{    
    color: #737373;
    font-family: "Open Sans";
    font-style: italic;
    font-size: 16px;
    line-height: 36px;
}

.single-post .datum{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 45px;
    margin-top: -5px;
    border-bottom: solid 1px #d2d2d2;
    padding-bottom: 30px;
}

.button-back{
    margin-top: 30px;
}

.flex-vacature a{
    text-decoration: none !important;
    border: 1px solid #d2d2d2;
    width: 100%;
    float: left;
    padding: 40px 35px;
    -webkit-box-shadow: 0 0 0 rgba(50, 50, 50, 0);
    box-shadow: 0 0 0 rgba(50, 50, 50, 0);
    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;
}

.flex-vacature a:hover{
    -webkit-box-shadow: 0 0 13px rgba(50, 50, 50, 0.15);
    box-shadow: 0 0 13px rgba(50, 50, 50, 0.15);
}

.flex-vacature a:hover .button,
.flex-adviseur a:hover .button{
    border: solid 1px #dd042b;
    color: #dd042b;
}

.flex-vacatures.flex-items{
    margin-top: 60px !important;
}

.flex-vacature a h2{
    color: #dd042b;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
}

.flex-vacature p{
    color: #1f1f1f;
}

.button-container{
    margin-top: auto;
}

.google_maps,
.adviseurs{
    margin-top: 60px;
}

.adviseurs + .google_maps{
    margin-top: 0;
}

article .google_maps:last-child{
    margin-bottom: -60px;
}

.google_maps iframe{
    margin-bottom: 0 !important;
    float: left;
}

.flex-adviseur a{
    background: #fff;
    display: block;
    float: left;
    width: 100%;
    text-decoration: none !important;
    padding: 30px;
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: 0 0 0 rgba(20, 20, 20, 0);
    box-shadow: 0 0 0 rgba(20, 20, 20, 0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    max-width: 480px;
}

.flex-adviseur img{
    margin-bottom: 30px;
}

.functie{
    color: #1f1f1f;
    display: inline-block;
    margin-bottom: 30px;
}

.flex-adviseur a:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 21px rgba(20, 20, 20, 0.51);
    box-shadow: 0 0 21px rgba(20, 20, 20, 0.51);
}

.adviseurs{
    background: url(../images/adviseurs.jpg) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 80px 0 130px;
}

.adviseurs h2{
    color: #fff;
    font-size: 36px;
    margin-bottom: 45px;
}

.adviseurs:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(65,65,65,0.6);
    z-index: -1;
}

.home .content_1_koloms{
    text-align: center;
}

.flex-dienst a{
    background: #fff;
    border: 1px solid #d2d2d2;
    width: 100%;
    float: left;
    text-decoration: none !important;
    color: #3c3c3c;
    font-family: "Open Sans";
    font-size: 30px;
    padding: 30px;
    font-weight: 700;
    line-height: 30px;
    -webkit-box-shadow: 0 0 0 rgba(20, 20, 20, 0);
    box-shadow: 0 0 0 rgba(20, 20, 20, 0);
}

.flex-dienst a:hover{    
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 21px rgba(20, 20, 20, 0.51);
    box-shadow: 0 0 21px rgba(20, 20, 20, 0.51);
}

.flex-dienst a img{
    margin: 0 auto 10px;
}

.content_1_koloms + .diensten,
.content_2_koloms + .diensten{
    position: relative;
}

.content_1_koloms + .diensten:after,
.content_2_koloms + .diensten:after{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 47px 47.5px 0 47.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.uitgelicht{
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    background: #fff;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
}

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

.flex-project:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.uitgelicht:hover{    
    position: relative;
    z-index: 2;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.uitgelicht-img{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.uitgelicht-tekst{
    -webkit-flex-basis: 270px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
    min-width: 270px;
    max-width: 270px;
    padding-left: 30px;
}

.scrolldown{
    opacity: 0.21;
    font-size: 100px;
    font-weight: 400;
    line-height: 99.54px;
    color: #ffffff;
}

.scrolldown:hover,
.scrolldown:focus{
    opacity: 1;
    color: #ffffff;
}

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

    #slogan{
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .google_maps iframe{
        height: 300px;
    }
    
	.no_parallax_slider_xs .parallaxer{
		top:0 !important;
	}

	.navbar>.container .navbar-brand{
		max-width:100%;
	}
    
    .jumbotron > .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .navbar-brand>img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    
    .jumbotron h1, .jumbotron h1 a, .jumbotron.project_nieuws h2{
        font-size: 26px;
    }
	
	#logoholder{
		padding-left: 15px;
        padding-right: 0;
        margin: 0 0 -25px;
        max-width: 255px;
	}

	#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;
	}
	
	.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;
	}
    
    .google_maps iframe{
        height: 300px;
    }
    
    .uitgelicht{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .uitgelicht-img{
        margin-bottom: 15px;
    }
    
    .uitgelicht-tekst{
        padding-left: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    
    .footer-flex {
        margin: 0;
    }
    
    .content_2_koloms > .container > .row > .col-md-6 + .col-md-6{
        margin-top: 30px;
    }
    
    .credits-flex > div:nth-child(3){
        text-align: right;
    }
    
    #right-content{
        border-left: none;
        padding-left: 0;
        margin-top: 30px;
    }
    
    article .impressie:last-child {
        margin-bottom: -30px;
    }
    
    #alm-filter-2{
        padding-right: 10px !important;
        margin-top: 10px;
    }
    
    .home .slide-tekst-holder, .home .slide-tekst-holder p{
        font-size: 24px;
    }
    
    .home .slide-tekst-holder p{
        margin-bottom: 0;
    }
    
    .home .slide-tekst-holder p + p{
        margin-top: 15px;
    }
    
    .home .pull-right.slide-tekst {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .scrolldown{
        display: none;
    }
    
    .not-home .slide-tekst-holder{
        font-size: 32px;
        width: 100%;
    }
    
    #slider .slide:before,
    #slider .slide:after{
        width: 100%;
    }
    
    #slogan{
        font-size: 24px;
        padding: 30px 0;
    }
    
    #slogan .col-xs-12{
        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;
    }
    
    #slogan .col-xs-12 strong{
        margin-top: 15px;
    }
    
    .flex-vacature a h2{
        font-size: 24px;
    }
    
    #footer {
        padding: 30px 0;
    }
    
    .footer-flex > div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    
    .footer-flex > div:nth-child(n+2){
        margin-top: 30px;
    }
    
    #topmenu-jumbo ul li a {
        font-size: 12px;
        padding: 0 10px;
    }
    
    #content {
        padding: 30px 0;
    }
}

@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: 50% !important;
    }
    
	.col-xs-6{
		width:100%;
	}
	
	.nieuws-tekst.nieuws-margin{
		margin-left:0;
	}
	
	.nieuws-tekst.nieuws-margin,
	.nieuws-tekst{
		width:100%;
		float:left;
	}
}

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

@media (min-width:768px) and (max-width:991px)
{
	.no_parallax_slider_sm .parallaxer{
		top:0 !important;
	}
    
    .jumbotron > .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    
    div.gallery.gallery-columns-4:not(.gallery-size-fotoslider) .gallery-item{    
        width: 33.33334% !important;
    }
    
    .uitgelicht{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .uitgelicht-img{
        margin-bottom: 15px;
    }
    
    .uitgelicht-tekst{
        padding-left: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    
    .footer-flex {
        margin: 0;
    }
    
    .footer-flex > div:nth-child(1){
        margin-left: 0;
    }
    
    .footer-flex > div:nth-child(2){
        
        -webkit-flex-basis: 50%;
        
        -ms-flex-preferred-size: 50%;
        
        flex-basis: 50%;
        min-width: 50%;
        max-width: 50%;
    }
    
    .footer-flex > div:nth-child(3){
        margin-left: 0;
    }
    
    .footer-flex > div:nth-child(5){
        margin: 0;
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        min-width: 33%;
        max-width: 33%;
        -webkit-box-flex: inherit;
        -webkit-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        margin-top: 30px;
    }
    
    #hoofdmenu li {
        margin: 0 0 0 25px;
    }
    
    #slogan{
        font-size: 26px;
    }
    
    .home .pull-right.slide-tekst {
        padding-left: 30px;
    }
    
    .not-home .slide-tekst-holder{
        font-size: 32px;
        width: 50%;
    }
    
    .home .slide-tekst-holder, .home .slide-tekst-holder p{
        font-size: 32px;
    }
    
    .content_2_koloms > .container > .row > .col-md-6 + .col-md-6{
        margin-top: 30px;
    }
    
    .google_maps iframe{
        height: 400px;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
	.no_parallax_slider_md .parallaxer{
		top:0 !important;
	}
    
    .slide-tekst-holder{
        font-size: 32px;
    }
    
    .home .slide-tekst-holder, .home .slide-tekst-holder p{
        font-size: 36px;
    }
    
    .uitgelicht{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .uitgelicht-img{
        margin-bottom: 15px;
    }
    
    .uitgelicht-tekst{
        padding-left: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    
    .google_maps iframe{
        height: 400px;
    }
}

@media (min-width:1200px) and (max-width:1680px)
{
    .home .slide-tekst-holder, .home .slide-tekst-holder p{
        font-size: 46px;
    }
    
    .slide-tekst-holder{
        font-size: 38px;
    }
}

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