/*
	Theme Name: Dijkstra
	Author: Friks Web & Marketing
	Version: 1.0
*/

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

body {
    font: normal 17px/1.5 'Prompt', sans-serif;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

h1,
.h1 {
    font-size: 56px;
}

h2,
.h2 {
    font-size: 38px;
}

h3,
.h3 {
    font-size: 30px;
}

h4,
.h4 {
    font-size: 24px;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    margin: 0 0 7px;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
}

.h1,
.h2,
.h3,
.h4 {
    display: block;
}

ul,
li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.normal-page ul,
.normal-page ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.normal-page ul li {
    list-style: disc;
}

.normal-page ol li {
    list-style: decimal;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

p {
    margin: 0 0 14px;
}

a {
    color: #000;
}

a {
    text-decoration: none;
}

blockquote {
    border-left: 1px solid #464646;
    margin: 21px 14px 21px 21px;
    padding-left: 14px;
    font-style: italic;
}

span.small-one {
    font-size: 10px;
    vertical-align: top;
}

article ul,
article ol {
    margin: 14px 21px;
}

article li {
    list-style: disc;
}

.pager {
    width: 100%;
    clear: both;
    text-align: center;
    padding: 0 0 .5em;
}

.pager span,
.pager a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background-color: #e5e5e5;
    padding: .05em .5em 0.1em;
    font-size: 16px;
    color: #070a4f;
    border-radius: 2px;
    text-decoration: none;
}

.pager a {
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.pager span,
.pager a:hover {
    background-color: #070a4f;
    color: #fff;
}

.table {
    width: 100%;
    table-layout: fixed;
    display: table;
}

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

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

.clear {
    clear: both;
}

.inline {
    display: inline;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.alignleft {
    float: left;
    margin: 14px 14px 14px 0;
}

.alignright {
    float: right;
    margin: 14px 0 14px 14px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 14px auto;
}

.alignnone {
    clear: both;
    display: block;
    margin: 14px 0;
}

img {
    max-width: 100%;
    height: auto;
}

#wpadminbar {
    z-index: 99999999999;
}


/* - Band - */

.band {
    width: 100%;
}

.container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container--large {
    max-width: 1320px;
}

.container--medium {
    max-width: 1125px;
}

.container--small {
    max-width: 1000px;
}

.container--smaller {
    max-width: 900px;
}

.container--tiny {
    max-width: 650px;
}

.container--center {
    text-align: center;
}


/* - Buttons - */

a.btn {
    *zoom: 1;
    *display: inline;
    padding: 1em 2em;
    color: #fff;
    font-weight: 600;
    background-color: #28A255;
    white-space: nowrap;
    display: inline-block;
}

a.btn--skew {
    *zoom: 1;
    *display: inline;
    padding: 12px 35px 12px 35px;
    color: #fff;
    font-weight: 600;
    background-color: #28A255;
    position: relative;
}

a.btn--skew:before {
    content: ' ';
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 10px;
    width: 100%;
    background-color: #28A255;
    -webkit-transform: skew(0deg, -2deg);
    -moz-transform: skew(0deg, -2deg);
    -ms-transform: skew(0deg, -2deg);
    -o-transform: skew(0deg, -2deg);
    transform: skew(0deg, -2deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

a.btn--skew:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    height: 105%;
    width: 5.5%;
    background-color: #28A255;
    transform-origin: bottom right;
    -webkit-transform: skew(-3.5deg, 0deg);
    -moz-transform: skew(-3.5deg, 0deg);
    -ms-transform: skew(-3.5deg, 0deg);
    -o-transform: skew(-3.5deg, 0deg);
    transform: skew(-3.5deg, 0deg);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

a.btn--skew:hover:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    bottom: -8px;
    width: 100%;
}

a.btn--skew:hover:after {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    height: calc(100% + 8px);
}

a.btn.large {
    padding: .4em 2em .4em .8em;
}

a.btn {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

a.btn:hover {
    border-color: #fff;
}

a.btn:visited {
    color: #fff;
}

a.document-btn {
    margin-bottom: 40px;
}


/* - Forms - */

form textarea,
form input[type="password"],
form input[type="text"],
form input[type="tel"],
form input[type="email"] {
    border-radius: 0px;
    -webkit-appearance: none;
    border: 1px solid #e1e1e5;
    padding: 0.8em 1.5em;
    background: #FFF;
}

textarea {
    resize: vertical;
}

form input[type="submit"] {
    -webkit-appearance: none;
    padding: 12px 35px 12px 35px;
    color: #fff;
    font-weight: 600;
    background-color: #28A255;
    position: relative;
    border: 0px;
    border-radius: 0px;
}

form input[type="submit"]:hover {}

::-webkit-input-placeholder {
    color: #9f9fa0;
}

:-moz-placeholder {
    color: #9f9fa0;
}

::-moz-placeholder {
    color: #9f9fa0;
}

:-ms-input-placeholder {
    color: #9f9fa0;
}

form .wpcf7-not-valid-tip {
    border-radius: 2px;
    border: 1px solid #EED3D7;
    background: #FFECEC;
    color: #A37878;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 14px;
    margin-top: 14px;
}

form .wpcf7-validation-errors {
    border-radius: 2px;
    border: 1px solid #FBEED5;
    background: #FCF8E3;
    color: #C09853;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 14px;
    margin: 14px 0;
}

form .wpcf7-mail-sent-ok {
    border-radius: 2px;
    border: 1px solid #D6E9C6;
    background: #DFF0D8;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 14px;
    margin: 14px 0;
    color: #7A866F;
}

.wpcf7 td {
    padding: .5em 1em .5em 0
}

.wpcf7 h3 {
    margin: .75em 0 1em;
}

.wpcf7 h4 {
    margin: .75em 0 .5em
}

.wpcf7-list-item {
    display: block;
    padding: .25em 0;
    margin-left: 0 !important;
}


/* header */

body {
    padding-top: 112px;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.header__top {
    text-align: center;
    padding: 12px 45px 0 45px;
}

.usp-slider {
    border-bottom: 2px solid #000;
    width: 100%;
    display: inline-block;
    max-width: 320px;
    padding-bottom: 5px;
    position: relative;
}

.usp-slider .nav {
    font-size: 1.5em;
    color: #000;
    position: absolute;
    top: 0;
}

.usp-slider .nav:hover {
    cursor: pointer;
}

.usp-slider .nav.nav--left {
    left: -25px;
}

.usp-slider .nav.nav--right {
    right: -25px;
}

.usp-slider__item {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.header__bottom {
    padding: 15px 40px 20px 40px;
}

.header__bottom .table {
    table-layout: auto;
}

.resp-nav-icon {
    display: none;
}

.resp-nav {
    display: none;
}

.header__logo {}

.header__logo img {
    height: 70px;
}

.header__nav {
    text-align: center;
    padding-left: 200px;
}

.main-menu__ul li {
    display: inline-block;
    margin-right: 50px;
    position: relative;
}

.main-menu__ul li a {
    display: block;
    font-weight: 500;
    color: #000;
    font-size: 23px;
    line-height: 1;
}

.header__right {
    text-align: right;
}

.header__right__text {
    font-weight: 500;
    margin-right: 15px;
}


/* Header image  */

.header-image {
    position: relative;
    padding-top: 28.4%;
    min-height: 400px;
}

.header-image--home {
    padding-top: 21.4%;
}

.header-image:before {
    background-color: rgba(0, 0, 0, 0.16);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99;
}

.header-image__title {
    text-align: center;
    max-width: 750px;
    width: 100%;
    z-index: 999;
    color: #fff;
    font-size: 56px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    line-height: 0.9;
}

.header-image__title--home {
    position: relative;
    left: auto;
    top: auto;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
}


/* Filter */

.filter {
    z-index: 999;
    position: relative;
    margin-top: 70px;
    margin-bottom: 120px;
    margin-left: 40px;
    margin-right: 40px;
}

.filter--resp {
    display: none;
}

.filter__title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.filter__select {
    float: left;
    margin-right: 1%;
    -webkit-appearance: none;
    color: #000;
    background: #fff;
    font-weight: 500;
    border-radius: 0;
    border: none;
    padding: 1em 1.8em;
    width: 38%;
}

.filter__option {
    background-color: #fff;
}

.filter__search {
    float: left;
    text-align: left;
    display: inline-block;
    margin-top: -10px;
    width: 40%;
    position: relative;
}

.filter__search-icon {
    position: absolute;
    top: 19px;
    left: 15px;
    color: #e1e1e5;
    z-index: -1;
}

.filter__search-input {
    width: 80% !important;
    padding-left: 2.5em !important;
    background: none !important;
}

.filter__search-submit {
    border: none;
    background: none;
    display: inline-block;
    margin-left: 5px;
    padding: 0;
}

.filter__search-submit:hover,
.filter__search-submit:active {
    color: #28A255;
}

.filter__submit {
    float: left;
    width: 22%;
}

.filter__dropdowns {
    float: right;
    width: 60%;
}

.filter__text {
    margin-right: 15px;
    display: inline-block;
}


/* .filter__reset {float: left;} */

.filter--summary {
    margin: 0px;
    padding: 30px 0px;
    text-align: right;
    margin-bottom: 22px;
}

.filter--summary.sticky {
    position: fixed;
    width: 100%;
    background: #FFF;
    top: 112px;
    left: 0px;
    z-index: 9998;
}

.filter__select {
    outline: 0;
}

.filter__select--summary {
    width: 160px;
    border-bottom: 2px #000 solid;
    height: 30px;
    padding: 0px;
    float: none;
    display: inline-block;
}

.filter__select--verkocht-verhuurd {
    width: 180px;
}

.select__wrapper {
    display: inline-block;
    position: relative;
    margin-right: 1%;
}

.select__wrapper:before {
    content: "\f107";
    font-family: 'fontawesome';
    position: absolute;
    right: 0px;
    top: 2px;
    pointer-events: none;
}

.news {
    margin-bottom: 80px;
}

.news__block {
    display: flex;
    margin-bottom: 20px;
}

.news__thumb {
    padding-right: 30px;
    width: 55%;
}

.news__thumb img {
    float: left;
    width: 100%;
}

.news__article {
    padding-left: 30px;
    width: 45%;
}

.article__align {
    display: table;
    width: 100%;
    height: 100%;
}

.article__category {
    margin-bottom: 30px;
}

.article__category a {
    border-bottom: 2px #000 solid;
    margin-right: 5px;
}

.article__cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.article__title {
    font-size: 30px;
    font-weight: 600;
}

.article__date {
    font-weight: 600;
    color: #28A255;
    font-size: 21px;
    margin-bottom: 30px;
}

.article__link {
    font-weight: 600;
}


/* Home menus */

.home-menu__wrap {
    margin-top: 65px;
    margin-bottom: 80px;
}

.home-menu__left {
    width: 59%;
    float: left;
    padding: 70px 0;
}

.home-menu__left__title {
    display: block;
    color: #000;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 50px;
}

.home-menu__left__li {
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 25px;
}

.home-menu__left__link {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px #000 solid;
    display: inline-block;
    line-height: 1;
}

.home-menu__left__link:hover,
.footer__item--menu a:hover {
    color: #28A255;
    border-bottom: 2px #28A255 solid;
}

.home-menu__right {
    width: 41%;
    float: right;
    background-color: #28A255;
    position: relative;
    overflow: hidden;
    padding: 70px 60px;
}

.home-menu__right:before {
    content: ' ';
    position: absolute;
    background-color: #fff;
    width: 10%;
    height: 100%;
    right: 0;
    bottom: 0;
    transform-origin: top left;
    -webkit-transform: skew(3.5deg, 0deg);
    -moz-transform: skew(3.5deg, 0deg);
    -ms-transform: skew(3.5deg, 0deg);
    -o-transform: skew(3.5deg, 0deg);
    transform: skew(3.5deg, 0deg);
}

.home-menu__right:after {
    content: ' ';
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 25px;
    right: 0;
    bottom: 0;
    transform-origin: bottom right;
    -webkit-transform: skew(0deg, -3.5deg);
    -moz-transform: skew(0deg, -3.5deg);
    -ms-transform: skew(0deg, -3.5deg);
    -o-transform: skew(0deg, -3.5deg);
    transform: skew(0deg, -3.5deg);
}

.home-menu__right__title {
    display: block;
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 50px;
}

.home-menu__right__li {
    margin-bottom: 25px;
}

.home-menu__right__link {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px #fff solid;
    display: inline-block;
    line-height: 1;
}


/*  Home blocks */

.home-block__wrap {
    padding-left: 3.125%;
    padding-right: 3.125%;
    margin-bottom: 135px;
}

.home-block {
    width: 31.25%;
    padding-top: 30%;
    float: left;
    position: relative;
    min-height: 200px;
}

.home-block:before {
    background-color: rgba(0, 0, 0, 0.08);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99;
}

.home-block__content {
    position: absolute;
    bottom: 10%;
    left: 10%;
    right: 10%;
    z-index: 999;
}

.home-block__content__subtitle {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    border-bottom: solid 2px #fff;
    line-height: 1;
    margin-bottom: 10px;
}

.home-block__content__title {
    display: block;
    font-size: 27px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}


/*  Content block */

.content-block--home {
    margin-top: 30px;
}

.content-block {
    margin-bottom: 100px;
}

.content-block {
    margin-bottom: 100px;
}

.content-block--small {
    margin-bottom: 50px;
}

.content-block--project {
    margin-bottom: 38px;
}

.content-block__image {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.content-block__image:before {
    background-color: rgba(0, 0, 0, 0.08);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99;
}

.content-block__image--left:after {
    z-index: 999;
    content: ' ';
    position: absolute;
    background-color: #fff;
    width: 5.6%;
    height: 100%;
    right: 0;
    bottom: 0;
    transform-origin: bottom right;
    -webkit-transform: skew(-3.5deg, 0deg);
    -moz-transform: skew(-3.5deg, 0deg);
    -ms-transform: skew(-3.5deg, 0deg);
    -o-transform: skew(-3.5deg, 0deg);
    transform: skew(-3.5deg, 0deg);
}

.content-block__image--right:after {
    z-index: 999;
    content: ' ';
    position: absolute;
    background-color: #fff;
    width: 5.5%;
    height: 100%;
    left: 0;
    bottom: 0;
    transform-origin: bottom right;
    -webkit-transform: skew(3.5deg, 0deg);
    -moz-transform: skew(3.5deg, 0deg);
    -ms-transform: skew(3.5deg, 0deg);
    -o-transform: skew(3.5deg, 0deg);
    transform: skew(3.5deg, 0deg);
}

.content-block__image--left .label,
.aanbod-slide__label {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #28A255;
    padding: 12px 35px 12px 35px;
    color: #fff;
    font-weight: 600;
}

.content-block__image--left a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.content-block__image--project {
    height: 360px;
}

.content-block__content {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 560px;
    min-height: 400px;
}

.content-block__content--left {
    padding-right: 60px;
    padding-left: 40px;
}

.content-block__content--right {
    padding-left: 60px;
    padding-right: 40px;
    position: relative;
}

.content-block__content__title {
    max-width: 560px;
    line-height: 1;
    margin-bottom: 30px;
}

.content-block__content__soort {
    font-size: 19px;
    font-weight: 500;
    border-bottom: 3px solid #000;
    margin-bottom: 15px;
    display: inline-block;
}

.content-block__content__text {
    max-width: 560px;
    margin-bottom: 40px;
}

.content-block__content__text--left {
    width: 49%;
    display: inline-block;
}

.content-block__content__text--right {
    width: 49%;
    display: inline-block;
}

.content-block__content__text--price {
    position: absolute !important;
    right: 0;
    top: 72px;
}

.content-block__content__text--huurprice {
    position: absolute;
    right: 0;
    top: 125px;
}

.content-block__content__text--price.btn--skew {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.content-block__content__text--price.btn--skew.koopprijs {
    font-size: 14px;
}

.content-block__content__text--price.btn--skew.huurprijs {
    font-size: 14px;
}

.content-block__content__text--price+.content-block__content__text--price {
    top: 140px;
}

.content-block__content__payoff {
    display: block;
    font-size: 21px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    max-width: 560px;
}

.content-block__content__btn {
    display: inline-block;
}

.content-block--project .content-block__content--right {
    padding-top: 40px;
    padding-bottom: 40px;
    vertical-align: inherit;
}

.content-block--project .content-block__content__title {
    padding-right: 140px;
}

.content-block__status {
    background: #28A255;
    display: inline-block;
    color: #FFF;
    padding: 10px 30px;
    width: 400px;
    text-align: center;
    font-weight: 600;
    transform: rotate(-30deg);
    position: relative;
    top: 50px;
    left: -80px;
}

.content-block__status--skew {
    -webkit-clip-path: polygon(0 0, 100% 0, 97% 76%, 0 97%);
    clip-path: polygon(0 0, 100% 0, 97% 76%, 0 97%);
    background: #28A255;
    color: #FFF;
    display: inline-block;
    width: auto;
    padding: 15px 30px 25px 20px;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    left: 0px;
}


/* Quote block */

.quote-block {
    margin-bottom: 100px;
}

.quote-block__image {
    padding-top: 22%;
    min-height: 300px;
    position: relative;
}

.quote-block__image:before {
    background-color: rgba(0, 0, 0, 0.08);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99;
}

.quote-block__content {
    margin-left: 40px;
    margin-right: 40px;
    z-index: 999;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.quote-block__content__text {
    max-width: 600px;
    margin-bottom: 30px;
    display: block;
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

.quote-block__content__name {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    padding: 0 20px 0 30px;
}


/* CTA */

.cta {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 100px;
}

.cta__title {
    display: block;
    font-size: 34px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.cta__subtitle {
    display: block;
    font-size: 42px;
    font-weight: 500;
    color: #28A255;
    line-height: 1;
}

.cta__text {
    display: block;
    font-weight: 500;
    margin-bottom: 30px;
}

.cta__btn {
    display: inline-block;
}


/* Projecten */


/*
.project-block { }
.project-block .table-cell { word-break: break-all; }
.project-block section { display: none; padding: 20px 0 0; border-top: 1px solid #ddd; }
.project-block input { display: none; }
.project-block label { display: inline-block; margin: 0 0 -1px; padding: 15px 20px; font-weight: 600; text-align: center; color: #bbb; border: 1px solid transparent; }
.project-block label:before { font-family: fontawesome; font-weight: normal; margin-right: 10px; }
.project-block label[for*='1']:before { content: '\f1cb'; }
.project-block label[for*='2']:before { content: '\f17d'; }
.project-block label[for*='3']:before { content: '\f03e'; }
.project-block label[for*='4']:before { content: '\f041'; }
.project-block label[for*='5']:before { content: '\f279'; }
.project-block label[for*='6']:before { content: '\f15c'; }
.project-block label:hover { color: #888; cursor: pointer; }
.project-block input:checked + label { color: #555; border: 1px solid #ddd; border-top: 2px solid #28A255; border-bottom: 1px solid #fff; }
.project-block #tab1:checked ~ #content1,
.project-block #tab2:checked ~ #content2,
.project-block #tab3:checked ~ #content3,
.project-block #tab4:checked ~ #content4,
.project-block #tab5:checked ~ #content5,
.project-block #tab6:checked ~ #content6 { display: block; }
.project-block #map { height: 500px; }
*/

.project-block {
    width: 100%;
    float: none;
}

.project-block .table-cell {
    word-break: break-all;
}

.project-block .table-cell:first-child {
    width: 55%;
    font-weight: 600;
}

.project-block section {
    display: none;
    padding: 40px 0 0;
    float: left;
    width: calc(100% - 300px);
}

.project-block input {
    display: none;
}

.project-block label {
    display: inline-block;
    margin: 0 0 -2px;
    padding: 13px 25px 17px;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
}

.project-block .tab-content-container {
    border-top: 2px solid #202020;
}

.project-block label:hover {
    cursor: pointer;
}

.project-block input:checked+label {
    border: 2px solid #202020;
    border-bottom: 2px solid #fff;
}

.project-block #tab1:checked~.tab-content-container #content1,
.project-block #tab2:checked~.tab-content-container #content2,
.project-block #tab3:checked~.tab-content-container #content3,
.project-block #tab4:checked~.tab-content-container #content4,
.project-block #tab5:checked~.tab-content-container #content5,
.project-block #tab6:checked~.tab-content-container #content6 {
    display: block;
}

.project-block #map {
    height: 500px;
}

#content3 .slider {
    height: 500px;
    margin-bottom: 100px;
}

#content3 .slider .slick-prev {
    left: 25px;
    z-index: 999;
}

#content3 .slider .slick-next {
    right: 25px;
    z-index: 999;
}

#content1 .flex-block--paragraph {
    padding-right: 10%;
}

.flex-block--image img {
    display: block;
    width: 100%;
    height: auto;
}

.sidebar-cta {
    background: #FFF;
    width: 300px;
    padding: 40px;
    float: left;
    text-align: center;
}

.sidebar-cta__title {
    font-size: 27px;
}

.sidebar-cta__phone {
    color: #28A255;
    font-weight: 500;
    font-size: 27px;
}

.rss-feed {
    text-align: left;
    margin-bottom: 100px;
    overflow-x: hidden;
    margin-top: 40px;
}

.rss-feed__header {
    margin-bottom: 42px;
    position: relative;
}

.rss-feed__title {
    display: inline-block;
}

.rss-feed__dots {
    position: absolute;
    top: 10px;
    right: 0px;
}

.rss-feed__dots li {
    display: inline-block;
    margin-left: 6px;
}

.rss-feed__dots li button {
    border: 2px #000 solid;
    background: #FFF;
    font-size: 0px;
    border-radius: 50%;
    display: block;
    width: 100%;
    padding: 4px;
    -webkit-appearance: none;
}

.rss-feed__dots li.slick-active button {
    background: #000;
}

.rss-slider {}

.rss-slide__inner {
    padding-left: 40px;
    border-left: 2px #000 solid;
}

.rss-slide {
    text-align: left;
}

.rss-slide__date {
    margin-bottom: 15px;
    font-size: 23px;
    color: #28A255;
    font-weight: 600;
}

.rss-slide__title {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 1;
}

.rss-slide__desc {
    margin-bottom: 30px;
}

.rss-slide .btn {
    margin-left: 30px;
}

.home-block__sliders {
    margin-bottom: 120px;
    margin-top: 40px;
}

.aanbod-slider-header__title {
    font-size: 38px;
    font-weight: 600;
    display: inline-block;
}

.aanbod-slider__header {
    position: relative;
    margin-bottom: 20px;
}

.aanbod-slider__arrows .arrow {
    float: left;
    margin-left: 12px;
    font-size: 24px;
}

.aanbod-slider__arrows {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.aanbod-slider-wrapper {
    width: calc(50% - 30px);
    float: left;
}

.aanbod-slider-wrapper:nth-child(1) {
    margin-right: 30px;
}

.aanbod-slider-wrapper:nth-child(2) {
    margin-left: 30px;
}

.aanbod-slider__slide,
.aanbod-slider .slick-list,
.aanbod-slider .slick-track {
    height: 100%;
}

.aanbod-slide__image {
    padding-top: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.aanbod-slide__inner {
    padding: 20px 0px;
}

.aanbod-slide__title {
    font-size: 30px;
    font-weight: 600;
}

.aanbod-slider .arrow {
    position: absolute;
    top: 50px;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 25px;
    display: block;
    color: #FFF;
    left: 0px;
    z-index: 1;
}

.aanbod-slider .arrow--next {
    right: 0px;
    left: auto;
}

.foto-block {
    margin: 30px 0px 40px 0;
    display: inline-block;
    width: 100%;
}

.foto-block__image {
    outline: 0;
    position: relative;
}

.foto-block__image--big {
    display: block;
    width: calc(100% - 380px);
    float: left;
    min-height: 500px;
}

.foto-block__image--big img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.foto-block__image--big:after {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    color: #FFF;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 20px;
}

.foto-block__image--big .label {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #28A255;
    padding: 12px 35px 12px 35px;
    color: #fff;
    font-weight: 600;
}

.foto-block__thumbs {
    float: right;
    width: 380px;
}

.foto-block__image--thumb {
    display: block;
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-bottom: 20px;
}

.foto-block__image--thumb .label {
    display: none;
}

.foto-block__image--thumb:nth-child(1) {
    width: 100%;
}

.foto-block__image--thumb:nth-child(1) img {
    height: 230px;
}

.foto-block__image--thumb:nth-child(4),
.foto-block__image--thumb:nth-child(5) {
    padding-bottom: 0px;
}

.foto-block__image--thumb img {
    display: block;
    height: 115px;
    width: 100%;
    object-fit: cover;
}

.foto-block__image--hide {
    display: none;
}

.foto-block__image--thumb:nth-of-type(5):after {
    content: "";
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    position: absolute;
    top: 0px;
    left: 20px;
    width: calc(100% - 20px);
    height: 100%;
}

.foto-block__image--thumb:nth-of-type(5):before {
    content: "Meer foto's";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #FFF;
    z-index: 1;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.plattegronden {
    margin-top: 30px;
}

.plattegrond {
    display: inline-block;
    margin-right: 50px;
}

.plattegrond a {
    display: block;
}

.contact-intro h1 {
    font-size: 40px;
}

.vestigingen {
    margin: 50px 0px 70px 0px;
}

.vestigingen__block {
    width: 50%;
    float: left;
}

.vestigingen__inner {
    background: #28A255;
    color: #FFF;
    font-weight: 600;
    padding: 30px;
    text-align: left;
}

.vestigingen-inner__title {
    display: block;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.2;
}

.vestigingen-inner__row {
    font-weight: 400;
}

.vestigingen__block:nth-child(2n+1) {
    padding-right: 20px;
}

.vestigingen__block:nth-child(2n+2) {
    padding-left: 20px;
}

.vestigingen__image .vestigingen-inner__title {
    margin-bottom: 0px;
    bottom: 20px;
    position: absolute;
    left: 20px;
    z-index: 100;
}

.vestigingen__image {
    padding-top: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.vestigingen__image:before {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99;
}

.contact-form {
    background: #FFF;
    text-align: center;
}

.contact-form .gform_wrapper {
    border-top: 1px #eee solid;
    padding-top: 70px;
}

.contact-form .w-50 {
    width: 50%;
    float: left;
}

.contact-form .w-50:nth-child(2n+1) {
    padding-right: 10px;
}

.contact-form .w-50:nth-child(2n+2) {
    padding-left: 10px;
}

.gform_heading {
    margin-bottom: 40px;
}

.gfield,
.gform_footer {
    text-align: left;
}

.gfield {
    margin-bottom: 20px;
}

.gfield_label {
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}

input[type="text"],
textarea {
    width: 100%;
    background: #FFF;
}


/*  Pagiantion */

.pagination {
    border-top: solid #000000 2px;
    clear: both;
}

.nav-links {
    float: right;
}

.page-numbers {
    font-weight: 500;
    padding: 0 5px;
}

.page-numbers.current {
    border-bottom: solid 2px #000;
}

.page-numbers.next,
.page-numbers.prev {
    font-size: 1.2em;
}


/* Flex box */

.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-container--reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}


/*  Breadcrumbs */

.breadcrumbs {
    padding: 40px 0;
}

.breadcrumbs--smaller {
    padding-bottom: 0px;
}

.breadcrumbs a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.breadcrumbs i {
    font-size: 1em;
    color: #000;
    margin: 0 6px;
}

.breadcrumb_last {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}


/*  Footer  */

.footer-logos-wrapper {
    background: rgb(246, 246, 246);
    margin-bottom: 50px;
}

.footer-logos {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 80px;
}

.footer-logos__logo {
    padding: 35px 15px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-top: 20px;
}

.footer-logos__logo:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

footer {}

.footer__item {
    width: 30%;
    margin-right: 5%;
    float: left;
}

.footer__item:last-of-type {
    margin-right: 0;
    padding-left: 6.5%;
}

.footer__item__title {
    font-size: 27px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 30px;
}

.footer__item--menu li {
    margin-bottom: 25px;
}

.footer__item--menu a {
    font-size: 19px;
    color: #000;
    border-bottom: solid 2px #000;
    display: inline-block;
    line-height: 1;
}

.footer__item--contact-info li {
    margin-bottom: 15px;
}

.footer__item--contact-info li span {
    font-size: 19px;
    color: #000;
    display: block;
}

.footer__item--contact-info ul+ul {
    margin-top: 30px;
}

.contact-item {
    margin-bottom: 25px;
}

.contact-item__icon {
    color: #28A255;
    font-size: 2em;
    float: left;
    width: 50px;
}

.contact-item__text {
    float: left;
}

.contact-item__text__top {
    display: block;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2;
    top: 7px;
    position: relative;
}

.contact-item__text__bottom {
    display: block;
    font-size: 19px;
    line-height: 1.2;
}

.footer__socials li {
    display: inline-block;
    margin-right: 8px;
}

.footer__socials li a {
    font-size: 22px;
    color: #28A255;
}

.footer-bottom {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px;
}

.footer-bottom__menu {
    display: inline-block;
}

.footer-bottom__menu ul {
    display: flex;
}

.footer-bottom__menu ul li {
    margin: 0px 5px;
    padding-left: 10px;
    border-left: 1px #ccc solid;
}

.footer-bottom__copy,
.footer-bottom__menu a {
    font-size: 13px;
    color: #000;
}

.content-block__image--left {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


/* - Home Diensten - */

.home-diensten {
    text-align: center;
    padding: 3rem 0 1rem;
}

.home-diensten--v1 .home-diensten__block {
    display: inline-block;
    vertical-align: top;
    width: 310px;
    text-align: left;
    margin: 1rem 0
}

.home-diensten--v1 .home-diensten__block+.home-diensten__block {
    margin-left: 2em;
}

.home-diensten--v1 .home-diensten__icon {
    background-color: rgb(246, 246, 246);
    height: 200px;
    position: relative;
}

.home-diensten--v1 .home-diensten__block a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 19px;
    font-weight: 600;
}

.home-diensten__block a:hover {
    text-decoration: underline;
}

.home-diensten__icon {
    background-repeat: no-repeat;
    background-position: center center;
}

.home-diensten__icon:after {
    z-index: 100;
    content: ' ';
    position: absolute;
    background-color: #fff;
    width: 5.6%;
    height: 100%;
    right: 0;
    bottom: 0;
    transform-origin: bottom right;
    -webkit-transform: skew(-3.5deg, 0deg);
    -moz-transform: skew(-3.5deg, 0deg);
    -ms-transform: skew(-3.5deg, 0deg);
    -o-transform: skew(-3.5deg, 0deg);
    transform: skew(-3.5deg, 0deg);
}

.home-diensten--v1 .home-diensten__icon {
    background-size: 50px auto
}

.home-diensten--v2 .home-diensten__icon {
    background-size: auto 50px
}

.home-diensten--v2 .home-diensten__block {
    display: inline-table;
    vertical-align: top;
    width: 330px;
    text-align: left;
    margin: 1.5rem 0
}

.home-diensten--v2 .home-diensten__icon {
    background-color: rgb(246, 246, 246);
    position: relative;
    display: table-cell;
    width: 125px;
    vertical-align: top;
}

.home-diensten--v2 .home-diensten__block a {
    display: table-cell;
    vertical-align: middle;
    padding: 2.5rem 0 2.5rem 1.75rem;
}

@media ( max-width: 1024px) {
    .home-diensten {
        font-size: 0;
        padding: 1rem 2rem 0;
    }
    .home-diensten .br {
        display: none;
    }
    .home-diensten--v2 .home-diensten__block {
        width: 50%;
        font-size: 1rem;
    }
    .home-diensten--v2 .home-diensten__block--1 {}
    .home-diensten--v2 .home-diensten__block a {
        font-size: 18px;
    }
}

@media ( max-width: 800px) {
    .home-diensten {
        padding: 0 20px;
    }
}

@media ( max-width: 767px) {
    .home-diensten--v2 .home-diensten__block a {
        font-size: 17px;
    }
    .home-diensten--v2 .home-diensten__block {
        width: 100%;
        margin: .5rem 0;
    }
    .home-diensten--v2 .home-diensten__icon {
        width: 100px;
    }
}


/* - Nieuws - */

.nieuws-blok .br {
    display: none;
}

.nieuws-blok__img {
    width: 300px
}

.nieuws-blok__img img {
    vertical-align: top;
}

.nieuws-blok__title {
    display: block;
    font-weight: 600;
    line-height: 1;
    font-size: 22px;
    margin-bottom: 10px;
}

.nieuws-blok__img+.nieuws-blok__txt {
    padding-left: 30px;
}

.nieuws-blok {
    margin-bottom: 50px;
}

.nieuws-blok__btn {
    float: left;
    background-color: #28A255;
    color: #fff;
    padding: 5px 15px;
    margin-right: 10px;
}

.nieuws-blok__btn+.nieuws-blok__btn {
    border-left: 1px solid #000;
}

.nieuws-blok__btn:visited {
    color: #fff;
}

.nieuws+.content-block {
    margin-top: 100px;
}

@media ( max-width: 767px) {
    .nieuws-blok__img {
        width: 150px;
        vertical-align: top;
    }
    .nieuws-blok__img+.nieuws-blok__txt {
        padding-left: 20px;
    }
    .nieuws-blok .br {
        display: block;
        clear: both;
        height: 10px;
    }
}

@media ( max-width: 480px) {
    .nieuws-blok {
        display: block;
        margin-bottom: 30px;
    }
    .nieuws-blok__img {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .nieuws-blok__img+.nieuws-blok__txt {
        padding-left: 0;
        display: block;
    }
    .nieuws-blok__title {
        font-size: 20px;
    }
}


/* - - */

@media ( max-width: 1600px) {
    .header__nav {
        padding-left: 0;
    }
    .header__right__text {
        display: none;
    }
    .content-block__image--left {
        background-size: contain !important;
        background-position: center !important;
    }
    .flex-block .content-block__image--left,
    .articles .content-block__image--left {
        background-size: cover !important;
    }
    .home .content-block__image--left {
        background-size: contain !important;
        background-position: bottom !important;
    }
}

@media ( max-width: 1320px) {
    .container--large {
        margin-left: 40px;
        margin-right: 40px;
    }
    .filter>.container--large {
        margin-left: 0;
        margin-right: 0;
    }
    .content-block__image--left {
        background-position: center;
    }
}

@media ( max-width: 1200px) {
    .main-menu__ul li {
        margin-right: 30px;
    }
    .container--medium {
        padding-left: 20px;
        padding-right: 20px;
    }
    .foto-block__image--big {
        min-height: 1px;
    }
}

@media ( max-width: 1024px) {
    .hide__tablet {
        display: none;
    }
    body {
        padding-top: 92px;
        font: normal 16px/1.5 'Prompt', sans-serif;
    }
    body.nav-open {
        overflow: hidden;
    }
    h1,
    .h1 {
        font-size: 44px;
    }
    h2,
    .h2 {
        font-size: 34px;
    }
    h3,
    .h3 {
        font-size: 28px;
    }
    h4,
    .h4 {
        font-size: 22px;
    }
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .filter>.container--large {
        padding-left: 0;
        padding-right: 0;
    }
    .filter__search {
        width: 100%;
    }
    .filter__dropdowns {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }
    .filter__text {
        display: block;
        margin-bottom: 20px;
    }
    .filter__search-input {
        width: 75%;
    }
    .header__logo img {
        height: 50px;
    }
    .filter--summary.sticky {
        top: 90px;
        padding: 30px 20px;
    }
    .resp-nav-icon {
        position: relative;
        z-index: 99999;
        float: right;
        display: block;
        margin-top: 20px;
        /* margin-top: 9px; */
        width: 30px;
        height: 37px;
        position: relative;
        -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;
    }
    .resp-nav-icon span {
        border-radius: 10px;
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 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;
    }
    .resp-nav-icon span:nth-child(1) {
        top: 0px;
    }
    .resp-nav-icon span:nth-child(2),
    .resp-nav-icon span:nth-child(3) {
        top: 8px;
    }
    .resp-nav-icon span:nth-child(4) {
        top: 16px;
    }
    .resp-nav-icon.on span {
        background: #000;
    }
    .resp-nav-icon.on span:nth-child(1) {
        top: 10px;
        width: 0%;
        left: 50%;
    }
    .resp-nav-icon.on span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .resp-nav-icon.on span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .resp-nav-icon.on span:nth-child(4) {
        top: 10px;
        width: 0%;
        left: 50%;
    }
    .header__nav {
        display: none;
    }
    .header__right {
        display: none;
    }
    .resp-nav {
        display: block;
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        text-align: center;
        overflow: hidden;
        background-color: #fff;
        z-index: 9999;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }
    .resp-nav.open {
        visibility: visible;
        opacity: 1;
    }
    .resp-nav__inner {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    .main-menu__ul li {
        display: block;
        margin: 0 0 30px 0;
    }
    .resp-nav__inner__btn {
        display: inline-block;
    }
    .home-menu__left {
        width: 45%;
    }
    .home-menu__right {
        width: 50%;
    }
    .home-menu__left__li {
        display: block;
        width: 100%;
        float: none;
    }
    .home-block {
        width: 100%;
        float: none;
        min-height: 300px;
        padding-top: 50%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .home-block__content__subtitle {
        font-size: 18px;
    }
    .home-block__content__title {
        font-size: 22px;
    }
    .cta {
        padding-top: 30px;
        margin-bottom: 60px;
    }
    .cta__title {
        font-size: 30px;
    }
    .cta__subtitle {
        font-size: 34px;
    }
    .foto-block__thumbs {
        width: 280px;
    }
    .foto-block__image--big {
        width: calc(100% - 280px);
    }
    .aanbod-slider-header__title {
        font-size: 28px;
    }
}

@media ( max-width: 800px) {

    .resp-nav-icon {
        margin-top: 15px;
    }

    .hide__phone {
        display: none;
    }
    body {
        padding-top: 71px;
        font: normal 15px/1.5 'Prompt', sans-serif;
    }
    h1,
    .h1 {
        font-size: 38px;
    }
    h2,
    .h2 {
        font-size: 32px;
    }
    h3,
    .h3 {
        font-size: 26px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container--large {
        margin-left: 0px;
        margin-right: 0px;
    }
    .usp-slider {
        border-size: 1px;
    }
    .usp-slider__item {
        font-size: 12px;
    }
    .header__bottom {
        padding: 15px 20px 10px 20px;
    }
    .header__logo img {
        height: 35px;
    }
    .header-image {
        min-height: 300px;
    }
    .header-image__title {
        font-size: 38px;
        padding: 0 20px;
    }
    .filter--summary.sticky {
        top: 25px;
    }
    .breadcrumbs {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .home-menu__wrap {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .home-menu__left {
        width: 100%;
        float: none;
        padding: 0;
    }
    .home-menu__left__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .home-menu__left__li {
        width: 100%;
    }
    .home-menu__left__link {
        font-size: 17px;
    }
    .home-menu__right {
        width: 100%;
        float: none;
        padding: 40px;
    }
    .home-menu__right__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .home-menu__right__li {
        width: 100%;
    }
    .home-menu__right__link {
        font-size: 17px;
    }
    .header-image__title--home {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    .filter--resp {
        display: block;
    }
    .filter {
        padding: 0 20px;
        margin: 0;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .filter__title {
        color: #000;
        font-size: 17px;
    }
    .filter__select {
        float: none;
        width: 100%;
        margin-right: 0;
        border-bottom: solid 2px #000;
    }
    .filter__submit {
        float: none;
        margin-top: 20px;
        width: auto;
    }
    .content-block {
        margin-bottom: 40px;
        display: block;
    }
    .content-block__image {
        display: block;
        width: 100%;
        min-height: 300px;
    }
    .content-block__image--left:after {
        z-index: 999;
        content: ' ';
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 5.5%;
        right: 0;
        left: 0;
        bottom: 0;
        transform-origin: bottom right;
        -webkit-transform: skew(0deg, -2deg);
        -moz-transform: skew(0deg, -2deg);
        -ms-transform: skew(0deg, -2deg);
        -o-transform: skew(0deg, -2deg);
        transform: skew(0deg, -2deg);
    }
    .content-block__content {
        display: block;
        width: 100%;
        padding: 40px 20px;
    }
    .content-block__content__payoff {
        font-size: 18px;
    }
    .home-block__content__subtitle {
        font-size: 17px;
    }
    .home-block__content__title {
        font-size: 20px;
    }
    .quote-block__content {
        margin-left: 20px;
        margin-right: 20px;
    }
    .quote-block__content__text {
        font-size: 32px;
    }
    .cta {
        padding-top: 20px;
        margin-bottom: 40px;
    }
    .cta__title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .cta__subtitle {
        font-size: 32px;
    }
    .footer__item {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
        margin-bottom: 40px;
    }
    .footer__item:last-of-type {
        padding: 0;
    }
    .footer__item__title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .footer__item--menu a,
    .footer__item--contact-info li span,
    .contact-item__text__top,
    .contact-item__text__bottom {
        font-size: 17px;
    }
    .footer-bottom {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #content1 .flex-block--paragraph {
        padding-right: 0%;
    }
    .project-block #map {
        height: 350px;
    }
    .foto-block__thumbs {
        width: 220px;
    }
    .foto-block__image--big {
        width: calc(100% - 220px);
    }
    .foto-block__image--thumb {
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .foto-block__image--thumb:nth-of-type(5):after {
        left: 10px;
        width: calc(100% - 10px);
    }
    .foto-block__image--thumb:nth-of-type(5):before {
        left: 5px;
    }
    .sidebar-cta {
        width: 100%;
    }
    .project-block section {
        width: 100%;
        padding-top: 20px;
    }
    .fancybox-thumbs {
        top: auto !important;
        width: 100% !important;
        height: 90px !important;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 0px !important;
    }
    .rss-feed {
        margin-bottom: 40px;
    }
    .contact-intro h1 {
        font-size: 30px;
    }
    .vestigingen {
        margin: 20px 0px 50px 0px;
    }
    .vestigingen__block {
        width: 100%;
        margin: 0px !important;
        padding: 0px !important;
        margin: 20px 0px !important;
    }
    .aanbod-slider-wrapper {
        height: auto;
    }
    .home-block__sliders {
        margin-bottom: 0px;
    }
    .aanbod-slider-wrapper {
        width: 100%;
        max-width: 400px;
        margin: 0 auto !important;
        float: none;
        padding-bottom: 60px;
    }
    .aanbod-slider {
        border: 1px #eee solid;
    }
    .aanbod-slide__inner {
        padding: 20px;
    }
    .foto-block__image--big {
        width: 100%;
        height: auto !important;
        padding-top: 60%;
        margin-bottom: 6px;
    }
    .foto-block__image--big img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
    }
    .foto-block__thumbs {
        width: 100%;
        height: auto !important;
    }
    .foto-block__image--thumb {
        width: calc(20% - 5px) !important;
        padding: 0px;
        margin-right: 5px;
    }
    .foto-block__image--thumb:nth-child(5) {
        margin-right: 0px;
    }
    .foto-block__image--thumb:nth-of-type(5):after {
        left: 0px;
        width: 100%;
    }
    .foto-block__image--thumb:nth-of-type(5):before {
        left: 0px;
        font-size: 10px;
    }
    .foto-block {
        margin: 10px 0px 20px 0px;
    }
    .foto-block__image--thumb img,
    .foto-block__image--thumb:nth-child(1) img {
        height: 100px;
    }
    .foto-block__image--thumb {
        width: calc(20% - 5px) !important;
        margin-bottom: 5px;
    }
}

@media ( max-width: 700px) {
    .content-block__image--left {
        background-position: center !important;
        background-size: cover !important;
    }
}

@media ( max-width: 600px) {
    .project-block label {
        margin: 0 0 -2px;
        padding: 5px 8px 9px;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        border: 1px solid transparent;
    }
    .contact-form .w-50 {
        width: 100% !important;
        padding-left: 0px !important;
    }
    .aanbod-slider-wrapper {
        padding-bottom: 40px;
    }
    .rss-feed__dots {
        width: 100%;
        position: relative;
    }
    .foto-block__image--thumb img,
    .foto-block__image--thumb:nth-child(1) img {
        height: 120px;
    }
    .foto-block__image--thumb {
        width: calc(33.3333333% - 5px) !important;
        margin-bottom: 5px;
    }
    .content-block__content__text--price {
        position: relative !important;
        top: auto;
        right: auto;
        margin: -10px 10px 25px 0
    }
    .content-block__content__text--price+.content-block__content__text--price {
        top: auto;
    }
    .footer-bottom__menu {
        display: block;
        margin-top: 20px;
    }
    .footer-bottom__menu ul {
        flex-direction: column;
    }
    .footer-bottom__menu ul li {
        border-left: 0px;
    }
}

@media ( max-width: 500px) {
    .content-block__image {
        min-height: 200px;
    }
    /*
    .header-image {
        min-height: 200px;
    }
    */
}

@media ( max-width: 400px) {
    .foto-block__image--thumb img,
    .foto-block__image--thumb:nth-child(1) img {
        height: 70px;
    }
}

/* - - */

.header-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #ebebeb;
    padding: 5px 40px;
}

.header-top ul {
    display: flex;
    gap: 20px;
}

.header-top a {
    color: #000;
    display: flex;
    align-items: center;
    gap: 7px;
}

.header-top svg {
    width: 20px;
    height: auto;
}

@media ( max-width: 800px ) {
    .header-top {
        padding: 5px 20px;
    }
}

/*  */

.main-menu__ul-desktop > li {
    position: relative;
}

.main-menu__ul-desktop ul {
    position: absolute;
    display: none;
    top: 100%;
    left: -30px;
    list-style-type: none;
    background-color: #fff;
    padding: 30px 50px 30px 30px;
    white-space: nowrap;
    box-shadow: 0 6px 6px -2px rgba(0,0,0,.1);
    border-radius: 0 0 5px 5px;
}

.main-menu__ul-desktop .menu-item-has-children {
    padding-right: 20px;
}

.main-menu__ul-desktop .menu-item-has-children > a:after {
    content:"\25BC";
    font-size: 14px;
    margin-left: 5px;
}

.main-menu__ul-desktop .menu-item-has-children:hover ul {
    display: block;
}

.main-menu__ul-desktop ul li {
    display: block;
    margin-right: 0;
}

.main-menu__ul-desktop ul li + li {
    margin-top: 20px;
}

.resp-nav__inner .sub-menu {
    padding: 15px 20px 5px;
    background: #f7f7f7;
    margin-top: 10px;
}

.resp-nav__inner .sub-menu li {
    margin-bottom: 15px;
}