@-webkit-keyframes up_and_down {
    0% {-webkit-transform: translateY(0px);transform: translateY(0px);}
    45% {-webkit-transform: translateY(-15px);transform: translateY(-15px);}
    100% {-webkit-transform: translateY(0px);transform: translateY(0px);}
}
@keyframes up_and_down {
    0% {-webkit-transform: translateY(0px);transform: translateY(0px);}
    45% {-webkit-transform: translateY(-15px);transform: translateY(-15px);}
    100% {-webkit-transform: translateY(0px);transform: translateY(0px);}
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
}
body:not(.homepage) {
    padding-top: 200px;
}
h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
    color: inherit;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
a.anchor {
    display: block;
    -ms-transform: translateY(-14px);
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
}
.wrapper {
    display: block;
    position: relative;
    padding: 70px 0 70px;
}
.wrapper.minimal {
    padding: 50px 0 50px;
}
.wrapper.no-top {
    padding-top: 0 !important;
}
.wrapper.no-bottom {
    padding-bottom: 0 !important;
}
.wrapper.grey {
    background: #f4f4f4;
}
.wrapper.blue {
    color: #e4d6c6;
    background: #004ba1;
}
.wrapper.blue .article h1,
.wrapper.blue .article h2 {
    color: #e4d6c6;
}
.wrapper .container {
    position: relative;
    z-index: 15;
}
.wrapper .main-sidebar {
    position: relative;
    padding-left: 25px;
}
.main-wrapper {
    display: block;
    position: relative;
    height: 100%;
    z-index: 30;
}
.main-container {
    width: 100%;
    padding: 100px 100px;
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
    min-height: 100vh;
}

.main-logo {
    display: block;
    position: absolute;
    width: 100px;
    top: 30px;
    right: 30px;
    transition: 0.25s;
    z-index: 45;
}

.container {
    padding: 0 20px;
}
.container-fluid {
    padding: 0 20px;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
}
article a:not(.button) {
    text-decoration: none;
}
article.default {
    font-family: 'Poppins', sans-serif;
}
.grayscale {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.nowrap {
    white-space: nowrap;
}
.iframe-wrap {
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.iframe-wrap > iframe {
    border: 0;
    outline: 0;
    width: 100%;
    height: auto;
}




/* Buttons */
.button {
    cursor: pointer;
    text-decoration: none !important;
    white-space: nowrap;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.button.disabled {
    cursor: not-allowed !important;
    opacity: 0.5;
}
.button,
.base-button {
    display: inline-block;
    position: relative;
    color: #333;
    background: #f5f5f5;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4em;
    padding: 16px 24px;
    outline: none;
    border: none;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out 0s;
    z-index: 35;
}
.button:not(.noclick) {
    cursor: pointer;
}
.button.noclick {
    cursor: auto !important;
}
.button:hover,
.button:focus,
.base-button:hover,
.base-button:focus {
    background: #f0f0f0;
    outline: none !important;
}
.button.main {
    color: #fff;
    background: #FBC531;
}
.button.main:hover,
.button.main:focus {
    color: #fff;
    background: #e1b12c;
}
.button.static {
    color: #fff;
    background: #151515;
}
.button.static:hover,
.button.static:focus {
    color: #e1b12c;
}


.button.arrow {
    overflow: hidden;
}
.button.arrow:hover,
.button.arrow:focus {
    color: transparent;
}
.button.arrow::after {
    content: ' ';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('/images/next-white.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    opacity: 0;
    transition: 0.25s;
}
.button.arrow:not(.reverse):hover::after,
.button.arrow:not(.reverse):focus::after {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    opacity: 1;
}


.button.arrow.reverse::after {
    left: auto;
    right: -50px;
    transform: translateX(0%) translateY(-50%) scaleX(-1);
    -webkit-transform: translateX(0%) translateY(-50%) scaleX(-1);
}
.button.arrow.reverse:hover::after,
.button.arrow.reverse:focus::after {
    right: 50%;
    transform: translateX(50%) translateY(-50%) scaleX(-1);
    -webkit-transform: translateX(50%) translateY(-50%) scaleX(-1);
    opacity: 1;
}





/* Forms */
.alert {
    display: block;
    padding: 15px 20px 16px;
    border-width: 1px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.alert.alert-inline {
    display: inline-block;
}
.alert.alert-danger {
    color: #721c24;
    background-color: #ffedef;
    border-color: #e2bcbe;

    background-color: #efcacd;
    border-color: #efcacd;
    color: #650b13;
}
.alert.alert-success {
    color: #155724;
    background-color: #ecfbef;
    border-color: #c1d4c5;

    background-color: #c1d8c5;
    border-color: #c1d8c5;
    color: #0e461a;
}
.alert.alert-info {
    color: #084b6b;
    background-color: #eefaff;
    border-color: #cadfe8;

    background-color: #d0e5ef;
    border-color: #d0e5ef;
    color: #073b54;
}


.alert > strong {
    margin-bottom: 8px;
}
.alert ul {
    padding-left: 20px;
}
form.form {
    position: relative;
    margin-bottom: 15px;
}
form.form .field {
    display: block;
    position: relative;
    margin-bottom: 25px;
}
form.form .actions {
    margin-top: 35px;
}
form.form .field label.label {
    display: none;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1em;
}
form.form .field input[type="text"],
form.form .field input[type="email"],
form.form .field input[type="password"],
form.form .field select,
form.form .field textarea {
    display: block;
    width: 100%;
    font-weight: 500;
    padding: 12px 16px 12px 0;
    color: #000;
    background: #fff;
    border: 2px solid transparent;
    border-bottom: 2px solid #828282;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
form.form .field input[type="text"]:focus,
form.form .field input[type="email"]:focus,
form.form .field input[type="password"]:focus,
form.form .field select:focus,
form.form .field textarea:focus {
    outline: none;
    padding-left: 16px;
    border-color: #000000;
}
form.form .field textarea {
    height: 160px;
    resize: none;
}


form.form .field .set {
    font-size: 0;
}
form.form .field .set label.radio,
form.form .field .set label.checkbox {
    display: inline-block;
    width: 45%;
    font-size: 16px;
    padding: 8px 12px 10px 0;
    color: #000;
    background: #fff;
    border: 2px solid transparent;
    border-bottom: 2px solid #828282;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-right: 20px;
    margin-bottom: 15px;
}
form.form .field .set label.checked.radio,
form.form .field .set label.checked.checkbox {
    padding-left: 12px;
    border-color: #000000;
}
form.form .field .set label.radio span,
form.form .field .set label.checkbox span {
    display: inline-block;
    vertical-align: -3px;
}

form.form .field .set label.radio input,
form.form .field .set label.checkbox input {
    margin-right: 12px;
}
form.form .input-button {
    display: block;
    position: relative;
}
form.form .input-button input[type="text"],
form.form .input-button input[type="email"],
form.form .input-button input[type="password"],
form.form .input-button select,
form.form .input-button textarea {
    font-size: 14px;
    border-width: 1px;
}
form.form .input-button .button {
    display: inline-block;
    font-size: 14px;
    padding: 9px 16px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}
form.form .anchor {
    display: block;
    -ms-transform: translateY(-130px);
    transform: translateY(-130px);
    -webkit-transform: translateY(-130px);
}

form.form .field-recaptcha {
    display: none;
    position: relative;
    margin: 0;
    width: 300px;
    height: 70px;
    overflow: hidden;
    margin-top: 22px;
}
form.form-posted .field-recaptcha {
    display: block;
}
form.form .field-recaptcha .g-recaptcha {
    display: inline-block;
    width: 300px;
    height: 70px;
    -ms-transform: scale(0.78);
    transform: scale(0.78);
    -webkit-transform: scale(0.88);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
form.form .field.combine > button {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
form.form .field.combine {
    padding-right: 220px;
}
.form-wrap {
    margin: 25px 0;
}
.form-wrap form.form {
    margin-top: 15px;
    margin-bottom: 0;
}
.form-wrap form.form .actions .button {
    margin-bottom: 0;
}
.form-wrap .alert {
    margin: 0 0 25px !important;
}
.form-wrap.form-dark {
    display: block;
    position: relative;
    color: #fff;
    background: #252525;
    padding: 45px 45px;
}
.form-wrap.form-dark h2 {
    color: #fff;
}
.form-wrap.form-dark p {
    color: #fff;
    margin: 30px 0 0;
    font-size: 14px;
}
.form-dark form.form {
    margin: 0;
}
.form-dark form.form .field input[type="text"],
.form-dark form.form .field input[type="email"],
.form-dark form.form .field input[type="password"],
.form-dark form.form .field select,
.form-dark form.form .field textarea {
    color: #fff;
    background-color: transparent !important;
    border: 2px solid transparent;
    border-bottom: 2px solid #828282;
}
.form-dark form.form .field input[type="text"]:focus,
.form-dark form.form .field input[type="email"]:focus,
.form-dark form.form .field input[type="password"]:focus,
.form-dark form.form .field select:focus,
.form-dark form.form .field textarea:focus {
    border-color: #fff;
}
.form-dark form.form .field ::placeholder {
    color: #fff;
    opacity: 1;
}
.form-dark form.form .field :-ms-input-placeholder {
    color: #fff;
}
.form-dark form.form .field ::-ms-input-placeholder {
    color: #fff;
}



/* Sliders */
.slider-wrapper {
    display: block;
    position: relative;
    max-height: 100%;
    padding: 45px 0;
}
.slider-wrap {
    display: block;
    position: relative;
}
.slider {
    list-style: none !important;
    line-height: 1em;
    padding: 0;
    margin: 0;
}
.slider .slick-slide,
.slider .slick-slide > div {
    line-height: 0em;
}
.slider.clean:not(.navigation) .slick-arrow,
.slider.clean .slick-dots {
    display: none !important;
}
.slider-wrap .slick-arrow {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 46px;
    height: 46px;
    font-size: 0;
    color: transparent;
    background: transparent;
    outline: none;
    border: none;
    z-index: 10;
    opacity: 0.45;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.slider-wrap.centered .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider-wrap .slick-arrow:hover,
.slider-wrap .slick-arrow:focus {
    opacity: 1;
}
.slider-wrap .slick-arrow.slick-next {
    left: auto;
    right: 10px;
}
.slider-wrap .slick-arrow::after {
    content: ' ';
    display: inline-block;
    background-image: url('/images/next-white.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.slider-wrap .slick-arrow.slick-prev::after {
    background-image: url('/images/prev-white.png');
    background-repeat: no-repeat;
    background-position: center;
}
.slider-wrap.invert .slick-arrow {
    filter: invert(1);
    -webkit-filter: invert(1);
}




/* Pagination */
ul.pagination > li.item {
    margin-right: 4px;
    margin-bottom: 5px;
}
ul.pagination > li.item > * {
    font-size: 14px;
    font-weight: 300;
    padding: 7px 15px;
    background: #e4d6c6fff;
    border: 1px solid #ebebeb;
    border-radius: 7px;
}
ul.pagination > li.item > *:hover {
    border: 1px solid #dcd7da;
    background: #e4d6c6;
}
ul.pagination > li.item.active > * {
    color: #e4d6c6;
    background: #42353c;
    border: 1px solid #42353c;
    font-weight: 500;
}
.row.small {
    margin: 0 -5px;
}
.row.small > div {
    padding: 0 5px;
}
.row.zero {
    margin: 0 0px;
}
.row.zero > div {
    padding: 0 0px;
}





/* Content */
.article {
    line-height: 1.8em;
}
.article.top {
    margin-top: 15px;
}
.article.bottom {
    margin-bottom: 40px;
}
.article.center {
    text-align: center;
}
.article p {
    margin: 0 0 20px;
}
.article a:not(.button) {
    text-decoration: underline;
}
.article p:last-child {
    margin-bottom: 0px;
}
.article h1,
.article h2 {
    color: inherit;
    margin-bottom: 15px;
}
.article h1:first-child {
    margin-bottom: 25px;
}
.article ul,
.article ol {
    padding-left: 20px;
    margin-bottom: 15px;
}
.article table {
    width: 100%;
    margin-bottom: 0px;
}
.article table tr td {
    line-height: 1.4em;
    padding: 4px 0;
}
.article table tr:not(:last-child) td {
    padding-right: 18px;
}
.article iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.article-form.right {
    padding-left: 30px;
}
.article-back {
    margin-top: 40px;
}
.article-segment {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding: 35px 35px 30px;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,.1);
    background: #fff;
}
.article-segment.top {
    margin: 30px 0 0;
}
.article-segment .image {
    display: block;
    width: 62px;
    height: 62px;
    overflow: hidden;
    margin-bottom: 26px;
}






/* Titles */
.title-wrap {
    display: block;
    position: relative;
    margin-bottom: 45px;
}
.title-wrap::after {
    content: ' ';
    display: inline-block;
    background: #fbc533;
    width: 100px;
    height: 5px;
}
.title-wrap > span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: rgba(37, 37, 37, 0.5);
    margin-bottom: 13px;
}
.title-wrap > h1,
.title-wrap > h2,
.title-wrap > h3 {
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.title-wrap.white,
.title-wrap.white span,
.title-wrap.white h1,
.title-wrap.white h2,
.title-wrap.white h3 {
    color: #fff;
}
.title-wrap.white::after {
    background: #fff;
}




/* Breadcrumbs */
ul.breadcrumbs {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.breadcrumbs > li {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
ul.breadcrumbs > li:not(:first-child) {
    padding-left: 30px;
}
ul.breadcrumbs > li:not(:first-child)::before {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 24px;
    height: 24px;
    background-image: url(/images/icon-breadcrumbs.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}
ul.breadcrumbs > li > a {
    display: block;
}
ul.breadcrumbs > li.active > a {
    font-weight: 700;
}





/* Banners */
.banner-wrapper {
    display: block;
    position: relative;
}
.banner-wrapper-items {
    display: block;
    position: relative;
    margin-top: -160px;
    z-index: 20;
}
.banner-wrapper.shadow::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,0.65);
}
.banner-wrapper .banner {
    display: block;
    position: relative;
    min-height: 220px;
    padding: 75px 0 80px;
    z-index: 20;
    color: #fff;
}
.banner-wrapper.large .banner {
    padding: 360px 0 300px;
}
.banner-wrapper.large .banner .article {
    margin-bottom: 35px;
}
.banner-wrapper.large .banner .article.main {
    font-size: 21px;
    line-height: 2em;
    text-align: center;
}
.banner-wrapper .banner h1 {
    font-size: 42px;
}
.banner-wrapper.large .banner h1 {
    font-size: 52px;
    font-size: 42px;
}




.usp-list {
    padding-right: 30px;
}
.usp-list ul{
    display:block;
    list-style:none;
    padding:0;
    margin:0
}
.usp-list ul>li{
    display:block;
    position:relative;
    margin-bottom: 3px;
    line-height: 1.5em;
    background: rgba(0,0,0,.65);
    padding: 13px 12px 12px 50px;
    border-radius: 5px;
}
.usp-list ul>li strong {
    font-size: 17px;
    font-weight: 700;
}
.usp-list ul>li:before{
    content:' ';
    display:inline-block;
    position:absolute;
    top:50%;
    left:0;
    width:30px;
    height:30px;
    background-image:url(/images/icon-check.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:30px;
    z-index:10;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    margin-left: 10px;
}





/* Contact items */
.contact-wrap {
    display: block;
    position: relative;
}
.contact-wrap .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #828282;
    font-size: 14px;
    line-height: 1.5em;
    padding-left: 60px;
    margin-left: 35px;
    text-align: left;
}
.contact-wrap .item > .image {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: 0;
    text-align: center;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    border: 2px solid #FBC531;
}
.contact-wrap .item > .image > img {
    display: inline-block;
    width: 28px;
}
.contact-wrap .item.email > .image > img {
    margin-top: 11px;
    width: 25px;
}
.contact-wrap .item.address > .image > img {
    margin-top: 11px;
    width: 25px;
}
.contact-wrap .item p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.contact-wrap .item p > strong {
    color: #575759;
    font-size: 15px;
    font-weight: 700;
}
.contact-side {
    display: block;
    position: relative;
    padding-left: 40px;
}
.contact-side .item {
    display: block;
    position: relative;
    margin-bottom: 25px;
}
.contact-side .item span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #828282;
}
.contact-side .item strong {
    display: block;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}
.contact-side .contact-map {
    display: block;
    position: relative;
    overflow: hidden;
    height: 410px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 40px 0;
}
.contact-side .contact-map > iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}





/* Header */
.header-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 350;
    background: #fff;
    transition: 0.25s;
}
body.scrolled .header-wrapper {
    top: -131px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
body:not(.homepage) .header-wrapper {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.header-wrapper .header {
    display: block;
    position: relative;
    height: 130px;
}
.header-wrapper .logo-wrap {
    display: inline-block;
    position: absolute;
    width: 250px;
    top: 20px;
    left: 0;
    z-index: 20;
}
.header-wrapper .logo-wrap > img {
    width: 100%;
}
.header-wrapper .contact-wrap {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 20;
}





/* Menu */
.menu-wrapper {
    border-top: 1px solid #e7e7e7;
}
.menu-wrapper .menu {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-wrapper .menu > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.menu-wrapper .menu > li > a {
    display: block;
    font-size: 15px;
    line-height: 34px;
    font-weight: 500;
    padding: 18px 22px;
    text-transform: uppercase;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out 0s;
}
.menu-wrapper .menu > li:not(.item-offerte-aanvragen) > a {
    border-left: 1px solid #eaeaef;
}
.menu-wrapper .menu:not(:hover) > li.active > a,
.menu-wrapper .menu > li:hover > a,
.menu-wrapper .menu > li:focus > a {
    text-decoration: none;
    color: #FBC531;
}

.menu-wrapper .menu > li.item-offerte-aanvragen > a {
    color: #fff;
    background: #FBC531;
}
.menu-wrapper .menu:not(:hover) > li.item-offerte-aanvragen.active > a,
.menu-wrapper .menu > li.item-offerte-aanvragen:hover > a,
.menu-wrapper .menu > li.item-offerte-aanvragen:focus > a {
    color: #fff;
    background: #e1b12c;
}




/* Footer */
.footer-wrapper .footer {
    display: block;
    position: relative;
}
.footer-wrapper .footer-top {
    background-color: #fbfbfb;
    border-top: 1px solid #e7e7e7;
}
.footer-wrapper .footer-top .footer {
    padding: 30px 0 25px;
}
.footer-wrapper .footer-bottom {
    position: relative;
    background-color: #f3f3f3;
    border-top: 1px solid #e7e7e7;
}
.footer-wrapper .footer-bottom .footer {
    min-height: 55px;
}
.footer-wrapper .footer-bottom .copyright {
    padding: 15px 0;
}
.footer-wrapper .contact-wrap {
    margin-top: 25px;
}
.footer-wrapper .contact-wrap .item {
    margin-left: 0;
    margin-right: 35px;
}
.footer-wrapper .footer-logo {
    display: block;
    width: 250px;
    max-width: 100%;
    float: right;
}





/* Developer Copyright */
.developer-wrap {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 15;
    padding: 13px 0 3px;
}
.developer-wrap .developer {
    display: inline-block;
    width: 38px;
    opacity: 0.4;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: 0.4s;
    overflow: hidden;
}
.developer-wrap .developer:hover,
.developer-wrap .developer:focus {
    width: 130px;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
.developer-wrap .developer > img {
    display: block;
    width: 130px !important;
    max-width: none;
}




/* Services */
.services-wrap {
    margin-bottom: 40px;
}
.service-item {
    display: block;
    position: relative;
    margin-bottom: 35px;
    padding-right: 25px;
    padding-left: 80px;
}
.service-item .image {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}
.service-item .article {
    color: #828282;
}
.service-item .article h2,
.service-item .article h3 {
    color: #000;
}





/* Counters */
.counters-wrapper {
    display: block;
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}
.counters-wrapper::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,0.65);
}
.counters-wrapper .container {
    position: relative;
    z-index: 15;
}
.counters-wrapper .count-item {
    display: block;
    position: relative;
    text-align: center;
    margin: 30px 0;
    color: #fff;
}
.counters-wrapper .count-item .count {
    display: block;
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 10px;
}
.counters-wrapper .count-item .label {
    font-size: 18px;
}




/* Reviews */
.reviews-wrapper {
    display: block;
    position: relative;
    padding: 70px 0 60px;
    overflow: hidden;
}
.reviews-wrapper::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,0.65);
}
.reviews-wrapper .title-wrap {
    text-align: center;
}
.reviews-wrapper .reviews-slider {
    position: relative;
    z-index: 15;
}
.reviews-wrapper .reviews-slider .review-item {
    color: #fff;
    text-align: center;
}
.reviews-wrapper .reviews-slider .review-item .article {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6em;
    width: 860px;
    max-width: 100%;
    margin: 0 auto 30px;
}




/* Projects */
.projects-wrap {
    display: block;
    position: relative;
}
.projects-wrap .row {
    margin: 0 -7px;
}
.projects-wrap .row > div {
    padding: 0 7px;
}
.projects-wrap .project-item {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}
.projects-wrap .project-item .image {
    display: block;
    position: relative;
    transition: 0.25s;
    height: 300px;
    opacity: 1;
}
.projects-wrap:hover .project-item .image,
.projects-wrap:focus .project-item .image {
    opacity: 0.75;
}
.projects-wrap .project-item:hover .image,
.projects-wrap .project-item:focus .image {
    opacity: 1 !important;
}
.projects-wrap .project-item .image > img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 5;
}
.projects-wrap .project-item .image::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 18;
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    background: rgba(0,0,0, 0.6);
    transition: 0.3s;
}
.projects-wrap .project-item:hover .image::after,
.projects-wrap .project-item:focus .image::after {
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}
.projects-wrap .project-item .image::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    transform: translateY(100%) translateX(-50%);
    -webkit-transform: translateY(100%) translateX(-50%);
    width: 60px;
    height: 60px;
    background: rgba(169, 128, 15, 0.6);
    border: 3px solid #fbc531;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    background-image: url(/images/zoom-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;
    opacity: 0;
    transition: 0.3s;
}
.projects-wrap .project-item:hover .image::before,
.projects-wrap .project-item:focus .image::before {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}






/* Partners */
.partners-wrap {
    display: block;
    position: relative;
}
.partners-wrap .slider-wrap {
    margin-top: 45px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.partners-wrap .partner-item {
    display: block;
    position: relative;
}
.partners-wrap .partner-item .image {
    display: block;
    position: relative;
    text-align: center;
    height: 100px;
}
.partners-wrap .partner-item .image > img {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    max-height: 42px;
    max-width: 100%;
    opacity: 0.5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}




/* News */
.news-wrap {
    display: block;
    position: relative;
}
.news-wrap .news-item {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.news-wrap .news-item .image {
    display: block;
    position: relative;
    margin-bottom: 20px;
    transition: 0.25s;
    height: 220px;
    opacity: 1;
}
.projects-wrap:hover .project-item .image,
.projects-wrap:focus .project-item .image {
    opacity: 0.75;
}
.news-wrap .news-item:hover .image,
.news-wrap .news-item:focus .image {
    opacity: 1 !important;
}
.news-wrap .news-item .image > img {
    display: block;
    position: relative;
    width: 100%;
    z-index: 5;
}
.news-wrap .news-item .image::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 18;
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    background: rgba(0,0,0, 0.6);
    transition: 0.3s;
}
.news-wrap .news-item:hover .image::after,
.news-wrap .news-item:focus .image::after {
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}
.news-wrap .news-item .image::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    transform: translateY(100%) translateX(-50%);
    -webkit-transform: translateY(100%) translateX(-50%);
    width: 60px;
    height: 60px;
    background: rgba(169, 128, 15, 0.6);
    border: 3px solid #fbc531;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    background-image: url(/images/next-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    opacity: 0;
    transition: 0.3s;
}
.news-wrap .news-item:hover .image::before,
.news-wrap .news-item:focus .image::before {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.news-wrap .news-item .created {
    display: block;
    position: relative;
    color: #828282;
    font-size: 14px;
    font-weight: 500;
    padding-left: 32px;
    margin: 12px 0;
}
.news-wrap .news-item .created::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background-image: url(/images/icon-calendar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}
.news-wrap .news-item .article {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 16px;
}
.news-wrap .news-item .article h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-wrap .news-item .article p {
    color: #828282;
    margin: 0;
}
.news-wrap .news-item .button {
    padding: 10px 20px;
}















/* Responsive medium desktop */
@media all and (max-width: 1200px) {


    .menu-wrapper .menu > li.item-home {
        display: none;
    }
    .projects-wrap .project-item .image {
        height: 200px;
    }



}


/* Responsive small tablet */
@media all and (max-width: 992px) {

    body:not(.homepage) {
        padding-top: 100px;
    }
    .col-md-hidden {
        display: none;
    }
    .usp-list {
        padding-right: 0px;
    }


    .hamburger {
        display: block;
        cursor: pointer;
        width: 48px;
        height: 48px;
        position: absolute;
        right: 0;
        top: 38px;
        z-index: 25;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .hamburger div {
        position: relative;
        z-index: 10;
        height: 5px;
        margin: 10px 0;
        background: #575759;
        border-radius: 999px;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    body.complete .hamburger div {
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
    }
    .hamburger.cross-pre div:nth-child(2) {
        opacity: 0;
    }
    .hamburger.cross div:nth-child(2) {
        opacity: 0;
    }
    .hamburger.cross-pre div:nth-child(1) {
        transform: translateY(15px) ;
    }
    .hamburger.cross-pre div:nth-child(3) {
        transform: translateY(-15px) ;
    }
    .hamburger.cross div:nth-child(1) {
        transform: translateY(15px) rotate(-45deg);
    }
    .hamburger.cross div:nth-child(3) {
        transform: translateY(-15px) rotate(45deg);
    }



    .menu-wrapper {
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform: translateY(100%) scaleY(0);
        -webkit-transform: translateY(100%) scaleY(0);
        transition: 0.25s;
    }
    .menu-wrapper .container {
        padding: 0;
    }
    body.menu-open .menu-wrapper {
        opacity: 1;
        transform: translateY(100%) scaleY(1);
        -webkit-transform: translateY(100%) scaleY(1);
    }
    .menu-wrapper .menu > li,
    .menu-wrapper .menu > li.item-home {
        display: block;
    }
    .menu-wrapper .menu > li:first-child {
        padding-top: 5px;
    }
    .menu-wrapper .menu > li > a {
        display: block;
        font-size: 15px;
        line-height: 1.2em;
        padding: 15px 20px;
    }
    .menu-wrapper .menu > li.item-offerte-aanvragen > a {
        padding: 18px 20px;
        margin-top: 5px;
    }
    .menu-wrapper .menu > li:not(.item-offerte-aanvragen) > a {
        border-left: none;
    }
    .menu-wrapper .menu > li:not(:first-child):not(.item-offerte-aanvragen) > a {
        border-top: 1px solid #eaeaef;
    }


    .header-wrapper,
    body.scrolled .header-wrapper {
        top: 0;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    }
    .header-wrapper .contact-wrap {
        top: 32px;
        right: 85px;
    }
    .header-wrapper .contact-wrap .item.address {
        display: none;
    }




    .contact-side {
        padding-top: 30px;
        padding-left: 0px;
    }
    .contact-wrap .item {
        padding-left: 55px;
        margin: 10px 25px 0 0;
    }
    .contact-wrap .item > .image {
        width: 44px;
        height: 44px;
        top: 0;
    }
    .contact-wrap .item.email > .image > img {
        margin-top: 9px;
        width: 22px;
    }
    .contact-wrap .item.email > .image > img {
        margin-top: 9px;
        width: 22px;
    }
    .contact-wrap .item.address > .image > img {
        margin-top: 8px;
        width: 25px;
    }


    .projects-wrap .project-item .image {
        height: 160px;
    }


    .footer-wrapper .contact-wrap {
        margin-top: 0;
    }
    .footer-wrapper .footer-logo {
        margin-top: 20px;
    }




}


/* Responsive extra small mobile */
@media all and (max-width: 768px) {

    .col-md-hidden {
        display: block;
    }


    .banner-wrapper.large .banner {
        padding: 200px 0 200px;
    }
    .banner-wrapper .banner h1 {
        font-size: 36px;
    }
    .banner-wrapper.large .banner h1 {
        font-size: 36px;
    }



    .header-wrapper .header {
        height: 100px;
    }
    .header-wrapper .contact-wrap {
        display: none;
    }
    .header-wrapper .logo-wrap {
        top: 12px;
        width: 210px;
    }
    .hamburger {
        top: 26px;
        right: 10px;
        width: 42px;
        height: 42px;
    }
    .hamburger > div {
        height: 4px;
        margin: 9px 0;
    }
    .hamburger.cross-pre div:nth-child(1) {
        transform: translateY(13px) ;
    }
    .hamburger.cross-pre div:nth-child(3) {
        transform: translateY(-13px) ;
    }
    .hamburger.cross div:nth-child(1) {
        transform: translateY(13px) rotate(-45deg);
    }
    .hamburger.cross div:nth-child(3) {
        transform: translateY(-13px) rotate(45deg);
    }

    .counters-wrapper .count-item .count {
        font-size: 54px;
        line-height: 54px;
    }

    .news-wrap .news-item .article h3 {
        font-size: 20px;
    }
    .news-wrap .news-item .article {
        font-size: 16px;
    }




}


/* Responsive - Mobile (0px - 575px) */
@media all and (max-width: 575px) {




    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 22px;
    }
    .wrapper {
        padding: 45px 0 35px;
    }
    .title-wrap > h1,
    .title-wrap > h2,
    .title-wrap > h3 {
        display: block;
        font-size: 28px;
    }
    .banner-wrapper.large .banner {
        padding: 165px 0 180px;
    }
    .banner-wrapper.large .banner .article.main {
        font-size: 18px;
        line-height: 1.6em;
        text-align: center;
    }
    .banner-wrapper .banner h1 {
        font-size: 28px;
    }
    .banner-wrapper.large .banner h1 {
        font-size: 30px;
        line-height: 1.4em;
    }

    .counters-wrapper {
        padding: 25px 0;
    }
    .counters-wrapper .count-item .count {
        font-size: 44px;
        line-height: 44px;
    }

    .footer-wrapper .footer-logo {
        margin-top: 30px;
        float: none;
        width: 210px;
    }



}








@media all and (max-width: 575px) and (max-height: 550px) {



}
@media all and (max-height: 800px) {



}
@media all and (max-width: 768px) {



}
@media all and (max-height: 640px) {



}
@media all and (max-width: 575px) {


}





@media all and (max-width: 1200px) {
    .row-xl {
        display: block !important;
    }
}
@media all and (max-width: 992px) {
    .row-lg {
        display: block !important;
    }
}
@media all and (max-width: 768px) {
    .row-md {
        display: block !important;
    }
}
@media all and (max-width: 575px) {
    .row-sm {
        display: block !important;
    }
}