/*
Theme Name: Website
Theme URI:
Description: Thema gebouwd voor MTA
Version: 1.1
Author: Logo4Life
Author URI: https://www.logo4life.nl/
*/
p {
  margin-bottom: 30px;
}
ul,
ol {
  margin: 0 0 18px 1.5em;
  padding: 0;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  background-color: #ffffff;
  color: #122c3f;
}
body {
  overflow-x: hidden;
}
.centered {
  padding-right: calc((100% - 1250px) / 2);
  padding-left: calc((100% - 1250px) / 2);
}
.max {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.max700 {
  max-width: 700px;
}
.max750 {
  max-width: 750px;
}
.max800 {
  max-width: 800px;
}
.max850 {
  max-width: 850px;
}
.max900 {
  max-width: 900px;
}
.max950 {
  max-width: 950px;
}
.max1000 {
  max-width: 1000px;
}
.max1050 {
  max-width: 1050px;
}
.max1100 {
  max-width: 1100px;
}
.max1150 {
  max-width: 1150px;
}
.max1200 {
  max-width: 1200px;
}
.max1250 {
  max-width: 1250px;
}
h1 {
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 24px;
}
h1 em {
  font-style: normal;
  font-weight: 400;
}
h2 {
  font-size: 40px;
  font-weight: 400;
  color: #122739;
  margin-bottom: 24px;
  line-height: 50px;
}
h2 em {
  font-weight: 700;
  color: #006eb7;
  font-style: normal;
  display: block;
}
h3 {
  font-size: 35px;
  font-weight: 400;
  color: #071d2d;
  line-height: 41px;
  margin-bottom: 24px;
}
h3 em {
  font-weight: 700;
  color: #006eb7;
}
h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
h4 em {
  font-style: normal;
  font-weight: 400;
}
.testiContent h4 {
  margin-bottom: 20px;
  font-size: 18px;
}
input:not([type="submit"]),
textarea {
  height: 51px;
  border: none;
  outline: none;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 8%);
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding: 0 20px;
  width: calc(100% - 40px);
  position: relative;
  z-index: 1;
}
textarea {
  padding: 20px;
  height: 124px;
}
input[type="submit"] {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  background-color: #006eb7;
  border: none;
  outline: none;
  height: 44px;
  padding: 0 36px 0 20px;
  background-image: url(images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center right 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-position: center right 11px;
}
.scroll-arrow {
  background-image: url(images/scroll-arrow.png);
  font-size: 0;
  height: 27px;
  width: 21px;
  background-position: center;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 67px;
}
.pagecontainer {
  padding-top: 30px;
}
.pagecontainer a {
  color: blue;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pagecontainer a:hover {
  color: red;
}
* {
  margin: 0px;
  padding: 0px;
}
strong {
  font-weight: 700;
}
.button2 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  height: 43px;
  background-color: #1072c7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
.button {
  text-decoration: none;
  color: #fff;
  background-color: #72b900;
  display: inline-flex;
  height: 43px;
  align-items: center;
  max-width: fit-content;
  font-size: 15px;
  font-weight: bold;
  background-image: url("images/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center right 17px;
  padding-left: 24px;
  padding-right: 38px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button.blue {
  background-color: #0f72c7;
}
.button:hover {
  background-position: center right 12px;
  background-color: #0f72c7;
}
.button.tranparentBtn {
  background-color: transparent;
  color: #122c3f;
  background-image: url("images/arrow-right-b.png");
}
.innerBtn {
  text-align: center;
  padding-top: 25px;
}
.button.leftArrow {
  background-image: none;
  position: relative;
  padding-right: 24px;
  padding-left: 24px;
  display: inline-flex;
}
.button.leftArrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 7px;
  height: 11px;
  background-image: url(images/arrow-right-b.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  margin-top: 2px;
}
header {
  width: 100%;
  background-color: transparent;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  z-index: 14;
}
header.onscroll {
  position: fixed;
  top: -100%;
  background-color: #122c3f;
  padding-top: 15px;
  padding-bottom: 15px;
}
header.sticky {
  top: 0;
}
.headerInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logocontainer {
  width: 211px;
}
header.onscroll .logocontainer {
  max-width: 160px;
} /* Menu's */
.menucontainer ul,
.mobielmenu-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.menucontainer li,
.mobielmenu-container li {
  display: inline;
}
.menucontainer a {
  display: inline-block;
  color: #fff;
  padding: 0 4px;
  text-decoration: none;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: solid 2px transparent;
}
.menucontainer li {
  position: relative;
}
.menucontainer a:hover {
  border-bottom: solid 2px #006eb7;
}
.current-menu-item a {
  border-bottom: solid 2px #72b900;
} /* Submenu's */
header ul.menu > li {
  position: relative;
}
header ul.menu li .sub-menu {
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: calc(100% - 8px);
  left: 2px;
  margin-top: 20px;
  transform: translateY(2em);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header ul.menu > li:focus .sub-menu,
header ul.menu > li:hover .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 10000;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
header ul.menu .sub-menu {
  background: #122739;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: left !important;
  padding: 7px;
  width: 200px;
}
header ul.menu .sub-menu a {
  color: #fff;
  text-align: left !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-decoration: none;
  border-width: 1px !important;
}
header ul.menu .sub-menu a:hover {
} /* Mobiel menu knop */
header .mobielmenu {
  display: none;
}
.headerRight {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  header nav {
    display: none;
  }
  header .mobielmenu {
    display: inline-block;
    color: black;
    text-transform: uppercase;
    background-image: url(images/hamburger.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    width: 30px;
    font-size: 0;
    margin-right: 18px;
  }
} /* Mobiel menu popup */
.mobielmenu-container {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #122c3f;
  z-index: 99998;
  text-align: center;
  box-sizing: border-box;
  padding-top: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobielmenu-container.show {
  top: 0 !important;
}
.mobielmenu-container a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  text-decoration: none; /*letter-spacing:1px;*/
  font-weight: bold;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 4px;
}
.mobielmenu-container .current-menu-item a {
  border-bottom: 2px solid #006eb7;
}
.mobsluiten {
  display: inline-block;
  margin-top: 45px;
  color: #fff;
  opacity: 0.7;
  font-weight: bold;
  cursor: pointer;
  font-size: 21px;
  padding-left: 20px;
  background-image: url(images/grijzepijl.png);
  background-repeat: no-repeat;
  background-position: center left;
}
.banner .centered {
  height: 749px;
  position: relative;
}
.banner .centered .wpb_column {
  position: relative;
}
.banner .centered:before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block !important;
  content: "" !important;
  background-image: url(images/bg-gradient.png);
  background-repeat: repeat-y;
  background-position: left;
  background-size: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.bannerContent {
  color: #fff;
  max-width: 625px;
}
.bannerContent p {
  font-size: 15px;
}
.bannerContent strong {
  margin-bottom: -20px !important;
  display: block;
}
.kwaliteitRow {
  padding-top: 75px;
}
.kwaliteitRow .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kwaliteitRow .wpb_single_image {
  width: 46.5%;
  margin-top: -170px;
}
.kwaliteitRow .wpb_text_column {
  width: 48.5%;
}
.wpb_text_column ul {
  margin: 0;
  margin-bottom: 33px;
}
.wpb_text_column ul li {
  list-style: none;
  background-image: url(images/tick.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 30px;
}
.inlineList.inlineList ul li {
  display: inline-block;
  width: 44%;
}
.imgFrame1 .vc_single_image-wrapper,
.imgFrame1 .vc_single_image-wrapper img {
  position: relative;
}
.imgFrame1 .vc_single_image-wrapper:before {
  position: absolute;
  content: "";
  display: block;
  width: 63%;
  height: 55%;
  background-color: #006eb7;
  z-index: 0;
  bottom: -20px;
  left: -20px;
}
.dienstenSec {
  padding-top: 70px;
  padding-bottom: 150px;
}
.dientstenRow {
  position: relative;
}
.dientstenRow:before {
  display: block !important;
  content: "" !important;
  background-image: url(images/diensten-bg.jpg);
  background-repeat: repeat-x;
  height: 571px;
  position: absolute;
  width: 100%;
  left: 0;
  transform: translate(0, -50%);
  top: 50%;
}
.dientstenRow .dientstenContent p {
  max-width: 383px;
}
.dienstenBoxes {
  color: #fff;
}
.dienstenBoxes .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dienstenBoxes .wpb_text_column {
  width: 48%;
  height: 350px;
  position: relative;
  cursor: pointer;
}
.dienstenBoxes .wpb_text_column:first-child {
  margin-top: 65px;
}
.dienstenBoxes .wpb_text_column:last-child {
  margin-top: -68px;
}
.dienstenBoxes .wpb_text_column:before {
  content: "";
  display: block;
  background-image: url(images/bg-gradient.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat-y;
  left: 0;
  top: 0;
  background-size: 100%;
}
.dienstenBoxes .wpb_text_column:after {
  content: "";
  background-color: #72b900;
  width: 73px;
  height: 73px;
  position: absolute;
  background-image: url(images/arrow-right2.png);
  background-repeat: no-repeat;
  background-position: center;
  right: 0px;
  bottom: -18px;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dienstenBoxes .wpb_text_column:hover:after {
  right: -18px;
  opacity: 1;
  visibility: visible;
}
.dienstenBoxes .wpb_text_column .wpb_wrapper {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 70px);
  left: 35px;
}
.dienstenBoxes .wpb_text_column a,
.dienstenBoxes .wpb_text_column .hoverImg,
.dienstenBoxes .wpb_text_column:hover .defImg {
  display: none;
}
.dienstenBoxes .wpb_text_column:hover .hoverImg {
  display: block;
  margin-bottom: 24px;
}
.dienstenBoxes .wpb_text_column .wpb_wrapper p:last-child {
  max-width: 80%;
}
.dienstenBoxes .wpb_text_column .wpb_wrapper p:first-child {
  margin-bottom: 16px;
}
.testiSec {
  padding-top: 20px;
  padding-bottom: 40px;
}
.testiheading {
  position: relative;
  padding-top: 50px;
}
.testiheading:before {
  display: block;
  content: "";
  background-image: url(images/quote-icon.png);
  width: 120px;
  height: 104px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 2px;
}
.testiheading h2 {
  color: #fff;
}
.testiheading h2 em {
  display: inline-block;
  color: #fff;
}
.testiSec .testiContent {
  color: #fff;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 70px;
  padding-left: 105px;
  padding-top: 7px;
  margin-top: 10px;
}
.testiSec .testiContent strong {
  font-size: 18px;
  max-width: 460px;
  display: block;
}
.testiSec .testiContent strong:first-child {
  margin-bottom: -18px;
}
.testiSec .testiContent strong:last-child {
  font-size: 14px;
  margin-top: 10px;
}
.testiSec .testiContent p {
  max-width: 495px;
}
.prdocutenRow {
  padding-top: 120px;
}
.prdocutenCotnent h2 em {
  display: inline-block;
}
.prdocutenRow .slick-prev {
  display:none !important;
}
.prodsByCat {
  margin-bottom: 75px;
}
.productsGrid {
  display: grid;
  grid-template-columns: 31.2% 31.2% 31.2%;
  gap: 60px 40px;
}
.productsGrid .customText {
  height: 295px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.productsGrid .customText p {
  text-align: center;
}
.productsGrid .customText strong {
  font-size: 28px;
  display: block;
  color: #122739;
  line-height: 42px;
  margin-bottom: 30px;
}
.productsGrid .customText em {
  font-weight: 400;
  display: block;
  font-style: normal;
}
.productsGrid .customText a.button {
}
.productsRow {
  padding-bottom: 120px;
}
.productsSlider {
  margin-left: -14px;
  display: none;
}
.productsSlider.slick-initialized {
  display: block;
}
.productsSlider .slick-slide {
  margin-right: 20px;
  padding-top: 14px;
  padding-left: 14px;
}
.productsSlider .slick-dots {
  display: none !important;
}
.pSlide .pThumb {
  margin-bottom: 35px;
  position: relative;
  height: 258px;
}
.productsGrid .pSlide .pThumb {
  margin-bottom: 25px;
}
.pSlide .pThumb .thumbLink {
  position: relative;
}
.pSlide .pThumb .catLink {
  position: absolute;
  color: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  height: 28px;
  background-color: #122c3f;
  padding-left: 10px;
  padding-right: 15px;
  top: 17px;
  left: 19px;
}
.pSlide .pThumb .catLink img {
  margin-right: 15px;
}
.pSlide .pThumb:before {
  display: block;
  opacity: 0;
  visibility: hidden;
  content: "";
  width: calc(100% - 78px);
  height: calc(100% + 28px);
  background: #006eb7;
  position: absolute;
  z-index: 0;
  top: -14px;
  left: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.productsSlider .pSlide .pThumb:before {
  display: none;
}
.productsSlider .slick-current .pSlide .pThumb:before {
  opacity: 1;
  visibility: visible;
  left: -14px;
}
.pSlide .thumbLink img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
.pSlide h4 {
  margin-bottom: 10px;
}
.pSlide h4 a {
  color: #122739;
  text-decoration: none;
}
.productsGrid .pSlide .pThumb {
  height: 295px;
}
.productsGrid .pSlide .thumbLink img {
  display: block;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.productsSlider .slick-arrow {
  background-image: url(images/slider-arrow.png);
  width: 34px;
  height: 74px;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 110px;
  cursor: pointer;
}
.productsSlider .slick-next {
  right: -85px;
}
.productsSlider .slick-prev {
  transform: rotate(180deg);
  left: -85px;
}
.productsSlider .slick-disabled.slick-arrow {
  display: none !important;
}
.slick-dots {
  text-align: center;
  padding-top: 45px;
}
.slick-dots li {
  background-image: none !important;
  padding: 0 !important;
  display: inline-block;
  margin: 0 7px;
}
.slick-dots li button {
  font-size: 0;
  border: none;
  outline: none;
  width: 14px;
  height: 14px;
  background-color: #122739;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
  background-color: #006eb7;
}
.innerBanner {
  position: relative;
  height: 435px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.innerBanner:before {
  position: absolute;
  display: block !important;
  content: "" !important;
  background: linear-gradient(90deg, #122c3f 0%, rgba(18, 44, 63, 0) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pageTitle {
  color: #fff;
  padding-top: 170px;
  max-width: 462px;
  position: relative;
}
.pageTitle p > span {
  font-size: 12px;
  display: block;
  margin-bottom: -20px;
  opacity: 0.8;
}
.pageTitle p > span a {
  text-decoration: none;
  color: white;
}
.pageTitle p {
  margin-bottom: 10px;
}
.withFrame .vc_single_image-wrapper,
.withFrame .vc_single_image-wrapper img {
  position: relative;
}
.withFrame .vc_single_image-wrapper:before {
  display: block;
  content: "";
  width: 343px;
  height: 323px;
  background-color: #006eb7;
  position: absolute;
}
.withFrame.TopLeft .vc_single_image-wrapper:before {
  left: -28px;
  top: -28px;
}
.withFrame.bottomRight .vc_single_image-wrapper:before {
  bottom: -28px;
  right: -28px;
}
.withFrame.bottomLeft .vc_single_image-wrapper:before {
  left: -28px;
  bottom: -28px;
}
.pageIntro {
  padding-bottom: 75px;
}
.pageIntro .wpb_single_image {
  margin-top: -250px;
}
.pageIntro .introText {
  margin-top: 32px;
  max-width: 580px;
}
.contactBoxes {
  padding-bottom: 185px;
}
.contactBox {
  background-color: #122b3f;
  color: #fff;
  padding: 50px 40px;
  position: relative;
}
.contactBox:before {
  content: "";
  display: block;
  width: 143px;
  height: 102px;
  background-color: #006eb7;
  position: absolute;
  left: 0px;
  top: 23px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contactBox:hover:before {
  opacity: 1;
  visibility: visible;
  left: -15px;
}
.contactBox img {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.contactBox a {
  color: #fff;
  text-decoration: none;
}
.contactBox a,
.contactBox strong {
  font-size: 25px;
  font-weight: 700;
  line-height: 65px;
}
.contactForm .wpcf7 {
  background-image: url(images/diensten-bg.jpg);
  background-size: auto 100%;
  padding: 45px 50px;
  margin-top: -215px;
  position: relative;
}
.contactForm .formCol .wpb_wrapper {
  position: relative;
}
.contactForm .formCol .wpb_wrapper:before {
  display: block;
  content: "";
  width: 343px;
  height: 323px;
  background-color: #006eb7;
  position: absolute;
  bottom: -28px;
  right: -28px;
}
.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 25px !important;
  position: relative;
}
.wpcf7-form-control-wrap:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #006eb7;
  width: 100%;
  height: 100%;
  top: 0px;
  right: -5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wpcf7-form-control-wrap.inputFocused:after {
  opacity: 1;
  visibility: visible;
  top: 5px;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 20px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0 0;
  line-height: 20px;
  font-size: 14px;
  padding: 10px 15px;
}
.contactForm {
  padding-top: 70px !important;
  padding-bottom: 70px;
  position: relative;
}
.contactForm .vc_column_container:first-child {
  position: static;
}
.contactForm #contactMap {
  position: absolute;
  width: 100%;
  height: calc(100% - 220px);
  left: 0;
  background-color: #000;
  top: 70px;
  padding-right: 500px;
}
.contactForm #contactMap > div {
  left: -500px !important;
}
.contentRow {
  padding-top: 90px;
  padding-bottom: 55px;
}
.pt0 {
  padding-top: 0 !important;
}
.contentRow.withBG {
  background-image: url(images/diensten-bg.jpg);
  padding-top: 80px;
  padding-bottom: 45px;
  background-size: auto 100%;
}
.contentRow h3,
.directLine h3,
.professionalsRow h3 {
  font-weight: 700;
  font-size: 45px;
  line-height: 65px;
}
.contentRow .contentSide {
  max-width: 580px;
  margin-left: auto;
}
.rightImg.contentRow .contentSide {
  margin-left: 0;
}
.rightImg.contentRow img {
  max-width: 580px;
}
.directLine {
  background-image: url(images/diensten-bg.jpg);
  background-size: auto 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 90px;
}
.directContent .wpb_text_column {
  max-width: 580px;
}
.professionalsRow {
}
.profContent {
  max-width: 580px;
}
.profContent img {
  margin-top: 50px;
}
.professionalsRow .img2 {
  margin-top: 50px;
  margin-bottom: 100px;
}
.wpb_content_element.agentImg {
  margin-bottom: 25px;
}
.agentContent h4 {
  margin-bottom: 25px;
}
.agentContent h4 em {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
  display: block;
}
.agentContent a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  line-height: 22px;
  color: #006eb7;
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 35px;
  margin-bottom: 13px;
}
.agentContent a.phone {
  background-image: url("images/agent-phone.png");
}
.agentContent a.email {
  background-image: url("images/agent-email.png");
}
.refWrap {
  display: grid;
  grid-template-columns: auto auto;
  gap: 88px;
  padding-bottom: 100px;
}
.refItem {
  border: solid 4px #e1e1e1;
  padding: 35px;
  margin-bottom: 88px;
}
.refItem .refHead {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.refItem .refImg {
  width: 91px;
  margin-right: 20px;
  position: relative;
}
.refItem .refImg:before {
  display: block;
  content: "";
  position: absolute;
  height: 54px;
  width: 54px;
  background-color: #006eb7;
  left: -9px;
  top: -9px;
}
.refItem .refImg img {
  display: block;
  position: relative;
}
.refItem .refMeta p {
  margin-bottom: -4px;
}
.refItem .refMeta .star {
  background-image: url(images/star.png);
  display: inline-block;
  width: 18px;
  height: 18px;
}
.refItem .refMeta .star.inActive {
  opacity: 0.5;
}
.refItem .refMeta h4 {
  margin-bottom: 0;
}
.catPage .pageIntro {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.catsHeader {
  position: relative;
}
.catPage .catsHeader {
  width: 386px;
}
.catsHeader > .wpb_wrapper {
  max-width: 306px;
  margin-left: auto;
  background-image: url(images/diensten-bg.jpg);
  background-size: auto 100%;
  position: relative;
  margin-top: -250px;
  padding: 25px 40px 30px 40px;
  z-index: 2;
}
.catsHeader h4 {
  margin-bottom: 30px;
}
.catsHeader:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #006eb7;
  height: 167px;
  width: 177px;
  right: -26px;
  bottom: -26px;
}
.catListWrap {
  margin: 0;
  list-style: none;
}
.catListWrap li {
  padding: 0 !important;
  margin-bottom: 20px;
  background-image: none !important;
}
.catListWrap li a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  background-color: #122739;
  height: 44px;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catListWrap li a:hover,
.catListWrap li a.currentCat {
  background-color: #006eb7;
}
.catListWrap li a.currentCat.catListWrap li img {
}
footer {
  background-color: #122c3f;
}
.footerTop {
  display: flex;
  flex-wrap: wrap;
}
footer .footerLogo {
  width: 29%;
}
footer .footerLogo img {
  display: block;
}
footer .footerLogo p {
  max-width: 211px;
  text-align: right;
  margin-top: 24px;
  margin-bottom: 0;
}
footer .footerLogo p img {
  margin-left: auto;
}
.logo3 img {
  max-width: 95px !important;
}
footer .footerWidget.col1 {
  width: 22%;
}
footer .footerWidget.col2 {
  width: 27%;
}
footer .footerWidget.col3 {
  width: 18%;
}
.footerWidget h4 {
  color: #fff;
  line-height: 32px;
}
.footerWidget ul {
  margin: 0;
  color: #fff;
  list-style: none;
}
.footerWidget ul li {
  line-height: 32px;
}
.footerWidget #menu-footermenu-2 li {
  display: inline-block;
  width: 49%;
}
.footerWidget ul li.iconPhone,
.footerWidget ul li.iconMail,
.footerWidget ul li.iconAddr {
  background-repeat: no-repeat;
  background-position: top 9px left;
  padding-left: 29px;
}
.footerWidget ul li.iconPhone {
  background-image: url("images/icon-phone.png");
}
.footerWidget ul li.iconMail {
  background-image: url("images/icon-mail.png");
}
.footerWidget ul li.iconAddr {
  background-image: url("images/icon-addr.png");
  background-position: top 5px left 2px;
}
.footerWidget ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  opacity: 0.9;
  border: none;
}
.footerWidget ul li a:hover {
  opacity: 1;
}
.footerCTA {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footerCTA h2 {
  color: #fff;
  margin-bottom: 0;
}
.footerCTA h2 em {
  color: #fff;
  display: inline-block;
}
footer .centered:first-child {
  margin-bottom: 56px;
  border-bottom: solid 1px #4d616f;
}
.copyright {
  text-align: center;
  color: #fff;
  opacity: 0.7;
  font-size: 14px;
  padding: 100px 25px 70px 25px;
}
.copyright a {
  color: #fff;
  text-decoration: none;
}
.copyright a:hover {
  opacity: 1;
}
@media screen and (max-width: 1310px) {
  .centered {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1190px) {
  .footerTop {
    justify-content: space-between;
  }
  .footerTop a br {
    display: none;
  }
  .menucontainer a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .banner .centered {
    height: 625px;
  }
  .kwaliteitRow .wpb_single_image {
    margin-top: 0;
  }
  h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  h1 em,
  h2 em,
  h3 em,
  h4 em {
    display: inline;
  }
  p {
    margin-bottom: 24px;
  }
  footer .footerLogo {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 35px;
  }
  footer .footerLogo p {
    margin-top: 0;
  }
  footer .footerWidget.col1 {
    width: 25%;
  }
  footer .footerWidget.col2 {
    width: 50%;
  }
  footer .footerWidget.col3 {
    width: 25%;
  }
  .pageIntro {
  }
  .pageIntro .wpb_single_image {
    margin-top: -125px;
  }
  .pageIntro .withFrame .vc_single_image-wrapper {
    width: calc(100% - 28px);
  }
  .contactBox a,
  .contactBox strong {
    font-size: 20px;
    line-height: 25px;
  }
  .refItem {
    margin-bottom: 35px;
  }
  .refWrap {
    gap: 35px;
  }
  .contactForm .wpcf7 {
    padding: 35px 30px;
  }
  .productsGrid {
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  } /*.catPage .pageIntro {*/ /*flex-wrap: wrap;*/ /*}*/
  .catPage .pageIntro .introText {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .pageIntro .wpb_single_image {
    margin-top: 30px;
  }
  .pageIntro {
    margin-top: 60px;
  }
  .catsHeader > .wpb_wrapper {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .footerCTA {
    display: block;
  }
  .footerCTA h2 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .bannerContent {
    max-width: initial;
  }
  .banner .centered {
    height: auto;
    min-height: 540px;
  }
  .kwaliteitRow .wpb_text_column,
  .kwaliteitRow .wpb_single_image,
  .imgFrame1,
  .imgFrame1 .vc_single_image-wrapper,
  .imgFrame1 img {
    width: 100%;
  }
  .imgFrame1 .vc_figure {
    display: block !important;
  }
  .dientstenRow .dientstenContent p {
    max-width: initial;
  }
  .dienstenBoxes .wpb_text_column:first-child,
  .dienstenBoxes .wpb_text_column:last-child {
    margin-top: 0;
  }
  .dientstenRow:before {
    transform: translate(0, -35%);
  }
  .dienstenSec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .testiSec .testiContent p {
    max-width: initial;
  }
  .prdocutenRow {
    padding-top: 40px;
  }
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .logocontainer {
    width: 160px;
  }
  footer .footerWidget.col1,
  footer .footerWidget.col2,
  footer .footerWidget.col3 {
    width: 33%;
  }
  .footerWidget #menu-footermenu-2 li {
    display: block;
    width: 100%;
  }
  .withFrame .vc_single_image-wrapper,
  .withFrame .vc_single_image-wrapper img {
    width: 100%;
  }
  .pageIntro .vc_single_image-wrapper,
  .pageIntro .wpb_single_image .vc_figure {
    display: block;
  }
  .withFrame.TopLeft .vc_single_image-wrapper:before {
    left: -20px;
    top: -20px;
  }
  .pageIntro {
    margin-top: 25px;
  }
  .contactBoxes {
    padding-bottom: 40px;
  }
  .contentRow .contentSide {
    max-width: unset;
  }
  .contentRow .vc_figure,
  .contentRow .vc_single_image-wrapper {
    display: block !important;
  }
  .contentRow img {
    max-width: unset !important;
    width: 100%;
  }
  .contentRow.withBG {
    padding-top: 60px;
    padding-bottom: 25px;
  }
  .contentRow {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .contentRow h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
  }
  .pageIntro .introText {
    max-width: auto;
	margin-bottom:75px;
  }
  .refWrap {
    grid-template-columns: auto;
    column-count: auto;
  }
  .innerBanner {
    height: 330px;
  }
  .pageTitle {
    padding-top: 100px;
    max-width: inherit;
  }
  .contactForm #contactMap {
    height: 350px;
    top: 0;
    padding-right: 0;
    left: 0;
  }
  .contactForm .wpcf7 {
    margin-top: 90px;
  }
  .contactForm #contactMap > div {
    left: 0 !important;
  }
  .productsGrid {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 40px 20px;
  }
  .catsHeader > .wpb_wrapper {
    margin: 0 auto;
    max-width: 100%;
  }
  .catPage .pageIntro {
    display: block;
  }
  .catPage .pageIntro .introText {
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
  .catPage .catsHeader {
    width: 100%;
  }
  .withFrame .vc_single_image-wrapper:before {
	height:243px; 
  }
}
@media screen and (max-width: 580px) {
  .bannerContent {
    padding-top: 70px;
  }
  .dienstenBoxes .vc_column-inner > .wpb_wrapper {
    display: block;
  }
  .dienstenBoxes .wpb_text_column {
    width: 100%;
    height: auto;
    min-height: 350px;
  }
  .testiSec .testiContent {
    padding-left: 0;
    padding-top: 85px;
  }
  .pSlide .thumbLink img {
    width: 100%;
  }
  footer .footerWidget.col1,
  footer .footerWidget.col2,
  footer .footerWidget.col3 {
    width: 100%;
    margin-bottom: 25px;
  }
  .refItem .refMeta h4 {
    font-size: 20px;
  }
  .refItem {
    padding: 25px;
  }
  .productsGrid {
    grid-template-columns: 100%;
    gap: 35px 0px;
  }
  .productsSlider .slick-next {
	right:0;
  }
}
@media screen and (max-width: 450px) {
  header .button2 {
    display: none;
  }
  .pageTitle h1 {
    font-size: 38px;
    line-height: 50px;
  }
}


/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
/* we set the opacity to 0 */
   opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
/* prepare the future animation */
   -webkit-transition: opacity .5s linear 0.2s;
       -moz-transition: opacity .5s linear 0.2s;
                 transition: opacity .5s linear 0.2s;
/* we set the opacity to 1 to do the magic */
   opacity: 1;
}

@media screen and (max-width: 768px) {
	
	.cky-revisit-bottom-left {
		display:none !important;
	}
	
}