p {
    margin: 0;
    padding: 0;
}

    
html, body {
    height: 100%;
/*    overflow: auto;
*/}

body {
	font-size: 16px;
    line-height: 1.4em;
    font-weight: 300;
}








.pure-g > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.l-box {
    padding: 0 1em;
}

.container {
    width: 95%;
    max-width: 1280px;
	margin: 0 auto;
	overflow: auto;
}

/*Blog niet full width:*/
.single #main .container {
    max-width: 800px;
}



.block, .table {
    display: table;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

.block_center {
    margin: 0 auto;
}

.block img {
    display: block;
}

.clear {
	clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.flex-item img {
    width: 100%;
    height: auto;
}

.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #00000063;
}

.overlay > div {
	position: relative;
	z-index: 1;
}
.overlay {
	position: relative;
}



/*Basic structure*/
#wrapper {
    position: relative;
    overflow: auto;
    background-color: white;
    min-height: calc(100vh - 120px); /*houdt de footer onderaan het scherm*/
}

.home #wrapper {
    min-height: 100%;
    background-color: transparent;
}

#header {
	position: relative;
    
}

#main {
	width: 100%;
    padding-bottom: 60px;
    overflow: auto;
    font-size: 17px;
    line-height: 1.7em;
}









/*Header*/
#header {
    padding: 10px 0;
}

#header h1 {
	font-size: 1.2em;
	white-space: nowrap;
    margin: 0;
    padding: 0;
    
    display: none;
}

#header img {
    margin: 0 .7em 0 0!important;
    height: 80px;
    width: auto;
}

#header .block {
    height: 80px;
}



@media (max-width: 1020px) {

    #header em {
        display: none;
    }
    
}








/*Main*/

#content {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	overflow: auto;
}

.text {

}






/*Footer*/
#footer {
    width: 100%;
    padding: 20px 0;
}

#footer .block {
    height: 80px;
}

#footer img {
    width: 100%;
    max-height: 80px;
    width: auto;
    max-width: 100%;
    margin: 0!important;
}

#footer #follow {
    margin: 0!important;
}

#footer #copy {
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 1023px) {
	#footer .block {
	    margin: 0 auto;
	}
}

@media (min-width: 568px) {

    #footer .l-box {
        border-right: 1px solid #fff;
    }

    #footer .l-box:last-of-type {
        border-right: none;
    }
}

@media (max-width: 567px) {
	#footer .table {
	    display: block!important;
	}
    
    #footer .cell {
        display: block!important;
    }
}






/*Main styling*/
h1,
h2,
h3,
h4,
h5,
h6,
.nav a {
    line-height: 1.4em;
}

strong  {
    font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a {
    text-decoration: none;
}








/* Basic WordPress Blog Styles */
.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}






/*main nav*/
#nav {
	float: right;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

#nav li {
	display: inline-block;
    vertical-align: middle;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	white-space: nowrap;
	padding: 1em 1em;
	margin: 0;
    text-decoration: none;
	
}

@media (max-width: 1140px) {
    #nav a {
        padding: 1em .5em;
    }
}




/*sub menu*/
#nav ul.sub-menu {
    display: none;
    z-index: 100;
    position: absolute;
    overflow: hidden;
    height: inherit;
    padding: 0.5em 0.5em;
    margin: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
}

#nav .sub-menu li, #nav .sub-menu a {
	text-align: left;
	
}

#nav li:hover > .sub-menu {
	display: block;
}

/*geen sub sub :) */
.sub-menu .sub-menu {
	display: none;
}

#nav .sub-menu li {
    display: block;
    font-size: .85em;
}

#nav .sub-menu a {
    padding: .5em 1em;
}





/*Home*/

.home #main {
    padding-bottom: 0px;
    height: calc(100vh - 120px);
}


.home #main > .container {
    display: table;
    height: 100%;
    width: 70%;
}

.home #main > .container > .margin {
    display: table-cell;
    vertical-align: middle;
}

.button {
    text-align: center;
    padding: .5em 3em;
    border-radius: 15px;
    text-decoration: none;
    cursor: pointer;
    margin: 1em 0;
    display: inline-block;
}


/*versie center*/
.page-template-page-front_v2 .front_v2 {
    text-align: center!important;
}

.page-template-page-front_v2 h3 {
/*    display: none;*/
}

.page-template-page-front_v3 .front_v3 * {
    display: none;
}




/*Blog*/
article {
    margin-bottom: 1em;
}

article .content {
    min-height: 15em;
    background-color: #0000000d;
    padding: 1em;
}

article .thumbnail {
    height: 15em;
    overflow: hidden;
}

article .flex {
    flex-direction: column!important;
}









/*Diensten*/
.diensten_intro, .contact_intro {
    text-align: center;
    margin-bottom: 3em;
}

.diensten img, .contact_intro img {
    width: 100%;
    height: auto;
}

@media (min-width: 767px) {

    .flex {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 2em;
        margin-top: 2em;
    }

    .flex.vcenter {
        align-items: center;
    }
    
    .flex:nth-of-type(odd) {
        flex-direction: row-reverse;
    }
    
    .flex-item {
        flex-basis: 45%;
    }

    .flex h1 {
        margin: 0;
    }

    .diensten_intro, .contact_intro {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 3em;
        
    }
}



/*Portfolio*/
#raster {
/*    background: transparent url("../images/ajax-loader.gif") no-repeat fixed 50% center;*/
}

#raster img {
    margin-bottom: 15px!important;
}

#raster a {
	text-decoration: none;
}





/*Contact*/
@media (min-width: 767px) {
    .contact .color .flex-item {
        flex-basis: 50%;
    }

    .contact .flex-item .l-box {
        padding: 0 4em!important;
    }

    .contact .l-box h2, .contact .l-box h1, .contact .l-box h3 {
        margin-top: 0!important;
    }
}

.flex.flex_start {
    align-items: start;
}

.contact .flex-item img {
    margin-top: 1em;
}


/*remove margin under Google maps frame:*/
iframe {
    display: block!important;
}







/*Mobile nav*/
#responsive_nav {
    position: absolute;
	z-index: 999;
	width: 100%;
	overflow: hidden;
	display: none;
    background-color: white;
}

#responsive_nav a:hover, #responsive_nav li.current_page_item > a {
    color: rgb(229, 189, 0)!important;
}

#responsive_nav li a {
	border-bottom: 1px solid rgb(197, 197, 197);
    padding: 1.057em 1em;
}


#responsive_nav.open {
	height: auto;
}

#responsive_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#responsive_nav li {
	padding: 0;
	display: block;
}

#responsive_nav li a {
    display: block;
    text-decoration: none;
    font-size: 1em;
    color: #616161!important;
}

#responsive_nav .sub-menu a::before {
    content: "–  ";
}

#button {
    position: absolute;
    top: .5em;
    right: 1em;
    height: 2em;
    width: 2em;
    text-align: center;
    color: #FFF;
    z-index: 9999;
    background: transparent url('../images/nav-icon.png') no-repeat center center;
    background-size: contain;
    background-color: inherit;
    opacity: 1;
}

#button:hover {
	cursor: pointer;
}









/*Follow img = 128 hoog*/
#follow {
    display: inline-block;
    margin-top: 1em;
}




#follow a  {
	width: 33px;
	height: 32px;
	background: rgba(0, 0, 0, 0) url('../images/icons-white.png') no-repeat;
	background-size: auto 64px;
    margin: .7em 1em .25em 0;
    float: left;
}

.color #follow a, #footer #follow a  {
	background: rgba(0, 0, 0, 0) url('../images/icons.png') no-repeat;
	background-size: auto 64px;
	height: 32px;
}



#follow .twitter {
    background-position-x: -48px!important;
}

#follow .linkedin {
    background-position-x: -96px!important;
}

#follow .instagram {
    background-position-x: -144px!important;
}

#follow .pinterest {
    background-position-x: -287px!important;
}

#follow .googleplus {
    background-position-x: -239px!important;
}


#follow a:hover {
    background-position-y: -32px!important;
}













/*Responsive*/

.mobile, .min690, .min1024 {
	display: none!important;
}


/*1024*/
@media (min-width: 1024px) {
	.max1024 {
		display: none!important;
	}
	
	.min1024 {
		display: block!important;
	}
    
}


@media (min-width: 768px) {
    .item .content {
        margin-left: 220px;
    }
    
    .item .featured {
        margin-top: 15px;
    }
	
}


/*690*/
@media (min-width: 690px) {
	.max690 {
		display: none!important;
	}
	
	.min690 {
		display: block!important;
	}

}


/*768*/
@media (max-width: 767px) {
    
    img.featured {
        display: block;
        margin: 0 auto;
        float: none;
    }
    
    .item .thumbnail {
        width: 100%;
    }
    
    
    .text {
        max-width: 100%;
        margin: 0;
    }
    
    .text img {
        max-width: 100%!important;
        height: auto!important;
    }

    
    #footer {
        height: auto;
        position: relative;
    }
    

    
    
    /* Basic WordPress Blog Styles */
    img {
    	margin: 0 0 1.5em 0;
        max-width: 100%;
        height: auto;
        
    }
    
    .alignleft,
    img.alignleft,
    .alignright,
    img.alignright,    
    .aligncenter,
    img.aligncenter    {
        display: block;
        clear: both;
        float: none;
        margin: 0;
    }
    
    .home h1 {
        margin-right: 0!important;
    }
    
    
}






/*Desktop en mobiel view menu en header*/
@media (max-width: 767px) {
	.mobile {
		display: block!important;
	}
	
	.desktop {
		display: none!important;
	}

	#header h1 {
		white-space: normal;
		margin: 0;
		font-size: 5vw;
		line-height: 15vw;
	}
    
    #header .block {
        height: 15vw;
    }
	
	#header {
		height: 15vw;
	}

	#button {
	    top: 1vw!important;
	    right: 3vw!important;
	    height: 13vw!important;
	    width: 13vw!important;
	}
    
    #header img {
        height: 15vw;
    }
    
	
}



@media (max-width: 576px) {

	
    #main {
        padding-bottom: 0px;
    }
    
    #footer {
        position: relative;
        text-align: center;
    }
    
	
}

@media (max-width: 360px) {
	#header h1 {
		margin-left: 1em;
	}
	
	#header .icon {
		display: none;
	}
}
















/*Forms*/
.wpcf7 input, .wpcf7 textarea {
    border: none;
	background-color: #dcdcdc;
    width: 100%;
	padding: .5em;
	margin: .5em 0;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wpcf7 input[type="submit"] {
	border: none;
	
	background-color: #8fa043;
	color: white;
}

input[type="radio"], input[type="checkbox"] {
    width: auto!important;
	margin-right: 5px!important;
}

div.wpcf7-validation-errors {
    border: none!important;
	background-color: #ff9000;
}

div.wpcf7-mail-sent-ok {
    border: none!important;
	background-color: #2bb34f;
}



div.wpcf7-response-output {
    margin: 0px!important;
    padding: 1em!important;
    color: #fff;
}

img.ajax-loader {
    width: auto!important;
    height: auto!important;
}







/*Fotogallery*/
#drie.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
    margin: 0em 2em;
    padding: 2em 0;
}

/*Voor als er 2 gallerijen na elkaar komen:*/
.white + .white #drie.flex {
    padding: 0em 0!important;
    margin-top: -2em;
}

#drie .flexcell {
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding-bottom: 2em;
    padding-left: 1em;
}

.flexcell img {
    width: 100%;
    display: block;
    margin: 0!important;
}

#drie .flexcell:nth-of-type(even) {
    padding-right: 1em;
    padding-left: 0em;
}


#drie .flexcell:first-of-type {
    width: 100%;
    padding-right: 0em;
    padding-left: 0em;
}



/*default font*/
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    font-family: Verdana, sans-serif;
}







/*LEF*/
h3 {
	font-family: Verdana!important;
	font-size: 18px;
	margin-bottom: 0;
	color: rgb(99, 99, 104)!important;
}

.full-width #main .container {
	max-width: 1024px;
}

h1, h2 {
	font-weight: 300;
    font-size: 34px;
    line-height: 47px;
}




.home.page-template-page-pagebuilder #header {
    position: absolute;
    width: 100%;
}



#main {
    background-color: rgb(255, 255, 255);
}


.page-template-page-pagebuilder #main .container {
    width: 100%;
    max-width: 100%;
}

.home.page-template-page-pagebuilder #main > .container > .margin {
    display: block;
    vertical-align: inherit;
}

.home.page-template-page-pagebuilder #main {
    padding-bottom: 0px;
    height: inherit;
}


/*fullheight*/
.page-template-page-pagebuilder .fullheight {
    height: 100vh;
}



/*jumbo*/
.jumbo {
    display: table;
    width: 100%;
}

.jumbo > div {
    display: table-cell;
    vertical-align: middle;
}
.jumbo > div > div {
    max-width: 1280px;
    margin: 0 auto;
    width: 80%;
}

.jumbo h1, .jumbo h2, .jumbo p, .negatief * {
    color: white!important;
}

.pagebuilder .panel-grid .panel-layout {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    padding: 6em 0;
}

.pagebuilder .panel-grid:first-of-type .panel-layout {
    padding-top: 0;
}


.pagebuilder h1, .pagebuilder h2 {
    text-align: center;
    
}

.jumbo * {
/*    font-family: "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif!important;*/
/*    line-height: 1em;*/
}


.ow-button-base a {
    border: none!important;
    border-radius: 10px!important;
}






#hamburger {
    width: 80px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
}

#hamburger {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#hamburger div {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 30% 20%;
}
#hamburger span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 3px;
    background-color: rgb(229, 189, 0);
    
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#hamburger span:nth-of-type(2) {
    top: 50%;
}
#hamburger span:nth-of-type(3) {
    top: 100%
}
#hamburger.open span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#hamburger.open span:nth-child(2) {
    opacity: 0;
    left: +20vw;
}
#hamburger.open span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}



.blog #main,
.page-id-2840 #main {
    background-color: #f1eedd;
}
