/*
Theme Name: Aspen Digital
Theme URI: http://www.swiftweb.nl;
Author: SwiftWeb
Author URI: http://www.swiftweb.nl;
Description: Maatwerk website voor Aspen Digital
Version: 1.0
*/

/* Theme CSS */

:root {
  --green: #5CFF73;
  --light-blue: #025EFD;
  --blue: #07004D;
  --dark-blue: #161734;
  --grey: Grey;
  --skew-x: skewX(15deg);
  --section-padding: 100px 0;
  --text-padding: 120px 0;
  --smaller-section-padding: 80px 0;
}

header {
  background-color: white;
  border-bottom: 1px solid rgba(22, 23, 52, 0.122);
}



.home header {
  background-color: transparent;
  border-bottom: none;
  z-index: 99999999;
}

.home header.active-header {
  background-color: white;
  border-bottom: 1px solid rgba(22, 23, 52, 0.122);
}

.home header.active-header .nav-logo-desktop svg path {
  fill: var(--dark-blue);
}

.home header.active-header ul li a,
.home header.active-header .mega-menu-row p {
  color: var(--dark-blue);
}

.home header.active-header ul li a:hover,
.home header.active-header ul li a:hover svg {
  color: inherit;
}

.home header.active-header ul li a svg {
  fill: var(--dark-blue);
}

.home header.active-header .top-bar-last-div a:first-child {
  color: var(--dark-blue);
}

.home header.active-header .sub-menu,
.home header.active-header .mega-menu-cont  {
  background-color: white;
}

.home header.active-header .mega-menu-cont {
  border-top: 1px solid var(--dark-blue);
}

.home header.active-header .sub-menu a:hover {
  color: inherit;
}

header .primary-menu-nav ul li a svg path {
  fill: var(--dark-blue);
}

.home header .primary-menu-nav ul li a svg path {
  fill: white;
}

.home header.active-header .primary-menu-nav ul li a svg path {
  fill: var(--dark-blue);
}

img {
  max-width: 100%;
}

body {
  font-family: "Alexandria", sans-serif;
  color: #161734;
  position: relative;
}

h1 {
  font-size: clamp(30px, 4vw, 72px);
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.single-page-header-title h1 {
  font-size: clamp(30px, 4vw, 48px) !important;
}

h1 span {
  font-weight: 700;
}

h1 strong {
  font-weight: 700;
  color: var(--dark-blue);
}

h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 300;
  line-height: 53px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.single h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 400;
}

h2 strong {
  font-weight: 700;
  color: #161734;
}

h3 {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 10px;
}

h4 {
  font-size: clamp(16px, 2.5vw, 18px);
}

h5 {
  font-size: clamp(14px, 2vw, 14px);
}

h6 {
  font-size: clamp(12px, 1.5vw, 14px);
}

p {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 28.8px;
  font-weight: 300;
  margin-bottom: 20px;
}

p:has(strong) {
  font-size: 22px;
}

p strong {
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
  color: var(--dark-blue);
  /* display: flex;
  align-items: center;
  gap: 12px; */
}

p:has(strong) {
  margin-bottom: 20px;
}

a {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 28.8px;
  font-weight: 400;
  color: #025EFD;
}

a:hover {
  color: #025EFD;
}

p strong a {
  font-size: 22px;
}


html {
  scroll-behavior: smooth;
}

ul {
  list-style: none;
}

p:empty {
  margin: 0;
}

ul li:not(header ul li),
ol li:not(header ol li) {
  font-weight: 300;
  font-size: 18px;
  position: relative;
  line-height: 28px;
  margin-bottom: 5px;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

.vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}

.ad-btn-style {
  color: var(--blue);
  font-weight: 500;
  padding: 15px 50px;
  display: flex;
  gap: 5px;
  align-items: baseline;
  text-align: center;
  width: fit-content;
  transform: var(--skew-x);
  border-radius: 5px;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  margin-left: 7px;
  transition: all 0.4s ease, background 0.5s ease;
  z-index: 1;
  text-decoration: none !important;
}

.ad-btn-style:before,
.ad-btn-style:after {
  background: var(--green);
  transition: 0.3s ease;
  content: '';
  position: absolute;
  z-index: -1;
}

.ad-btn-style:before {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.ad-btn-style:hover:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ad-btn-style:hover {
  color: var(--dark-blue) !important;
  border:2px solid var(--green);
  text-decoration: none;
  background-color: var(--green);
}

.ad-btn-style:hover svg path {
  fill: var(--dark-blue);
}

.ad-btn-style span {
  transform: skewX(-15deg);
  display: block;

}

.ad-btn-style svg {
  transform: skewX(-15deg);
  transition: all 0.4s ease;
  flex-shrink: 0;
}

.ad-btn-style.ad-btn-green:before,
.ad-btn-style.ad-btn-green:after {
    background: var(--dark-blue);
    transition: 0.3s ease;
    content: '';
    position: absolute;
    z-index: -1;
  }

.ad-btn-style.ad-btn-green:before {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

.ad-btn-style.ad-btn-green:hover:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ad-btn-style.ad-btn-green:hover {
  border: 2px solid var(--dark-blue);
  color: white !important;
  background-color: var(--dark-blue);
}

.ad-btn-style.ad-btn-green:hover svg path {
  fill: white;
}

.ad-btn-green {
  background: var(--green);
}

.ad-btn-blue {
  background-color: var(--blue);
  color: white;
}

.ad-btn-darkblue {
  background: var(--dark-blue);
  color: white !important;
  text-decoration: none !important;
}

.ad-btn-white {
  background: white;
}

.ad-btn-white-border {
  background: white;
  border: 2px solid var(--blue);
}

.ad-btn-blue svg path,
.ad-btn-darkblue svg path {
  fill: white;
}


.button-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* flex-wrap: wrap; */
  gap: 15px;
}

.front-page-header-video {
  height: 100dvh;
  position: relative;
  margin-top: -81px;
}

.front-page-header-video:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(73.78% 62.61% at 73.78% 41.25%, rgba(22, 23, 52, 0) 0%, rgba(22, 23, 52, 0.78) 100%);

}

.inner-top-bar div:first-child a {
  display: flex;
  align-items: center;

}

.nav-logo-desktop {
  height: 50px;
  flex-shrink: 0;
}

#video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  object-fit: cover;
}

.menu-item-has-children {
  position: relative;
}

.home .menu-item-has-children .sub-menu {
  background-color: rgba(0, 0, 0, 0.7); 

}

.home .menu-item-has-children .sub-menu a:hover { 
  color: var(--green);
}

.menu-item-has-children .sub-menu {
  flex-direction: column;
  display: none;
  position: absolute;
  background: white;
  border-radius: 4px;
  z-index: 99999;
  white-space: nowrap;
  gap: 12px;
  padding: 20px 40px;
  transition: all 0.2s;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;


  right: 50%;
  transform: translateX(50%);
  align-items: center;
  /* margin-top: 3px; */
}

.primary-menu-nav {
  display: flex;
  align-items: center;
}

.home .primary-menu-nav ul li a {
  font-weight: 400;
  color: white;
}
/*****/

.primary-menu-nav ul li a {
  position: relative;
  transition: all 0.5s ease;
}

.home .primary-menu-nav ul li a::before,
.home .primary-menu-nav ul li a::after {
  background: #ffffff;
}

.home header.active-header .primary-menu-nav ul li a::before,
.home header.active-header .primary-menu-nav ul li a::after,
.home header.active-header .mega-menu-row li a::before,
.home header.active-header .mega-menu-row li a::after {
  background: var(--dark-blue);
}

.primary-menu-nav ul li a::before,
.primary-menu-nav ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--dark-blue);
  transition: all 0.5s;
}

/* .primary-menu-nav .sub-menu a::before,
.primary-menu-nav .sub-menu a::after {
  content: none;
} */

.primary-menu-nav ul li a::before {
  top: 15px;
  left: 0;
}

.primary-menu-nav ul li a::after {
  bottom: 15px;
  right: 0;
}

.primary-menu-nav .sub-menu li a::before {
  top: 5px;
  left: 0;
}

.primary-menu-nav .sub-menu li a::after {
  bottom: 5px;
  right: 0;
}

.primary-menu-nav ul li.current-menu-item .sub-menu li a::before {
  content: none;
}

.primary-menu-nav ul li.current-menu-item .sub-menu li a::after {
  content: none;
}

.primary-menu-nav ul li a:hover::before {
  width: 100%;
  transition: width 0.15s ease-in-out;
}

.primary-menu-nav ul li a:hover::after {
  width: 100%;
  transition: width 0.15s ease-in-out 0.15s;
}

.primary-menu-nav ul li a:hover::before,
.primary-menu-nav ul li.current-menu-item a::before {
  width: 100%;
  transition: width 0.15s ease-in-out;
}

.primary-menu-nav ul li a:hover::after,
.primary-menu-nav ul li.current-menu-item a::after {
  width: 100%;
  transition: width 0.15s ease-in-out 0.15s;
}

.primary-menu-nav ul li.current-menu-item .sub-menu a:hover::before  {
  width: 100%;
  transition: width 0.15s ease-in-out;
}

.primary-menu-nav ul li.current-menu-item .sub-menu a:hover::after  {
  width: 100%;
  transition: width 0.15s ease-in-out 0.15s;
}

.menu-has-children-box {
  margin-left: 6px;
}

.primary-menu-nav ul li.current-menu-item .sub-menu li a::after,
.primary-menu-nav ul li.current-menu-item .sub-menu li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--dark-blue);
  transition: all 0.5s;
}


/*******/

.primary-menu-nav ul li a {
  color: var(--dark-blue);
  font-weight: 400;
  padding: 26px 0;
}

.primary-menu-nav .sub-menu li a {
  padding: 10px 0;
}

.home .primary-menu-nav ul li a:hover,
.home .primary-menu-nav .current-menu-item a {
  text-decoration: none;
  color: var(--green);
}

.primary-menu-nav ul li a:hover {
  color: var(--dark-blue);
  text-decoration: none;
}

.primary-menu-nav ul {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
}

.top-bar {
  padding: 0 80px;
}

.inner-top-bar > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.video-text-container {
  color: white;
  height: 100dvh;
  margin-top: -94px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
  z-index: 2;
  position: relative;
}

.video-text-container p strong {
  color: white;
}

.video-text-container h1 strong {
  color: var(--green);
}

.video-text-container .button-container {
  margin-top: 24px;
}

header {
  position: relative;
  z-index: 20;
}

.nav-logo {
  width: 114px;
  height: 50px;
  max-width: 100%;
  flex-shrink: 0;
}

.top-bar-last-div {
  display: flex;
  align-items: center;
  gap: 30px;
}

.home .top-bar-last-div a:first-child {
  color: white;
  font-size: 14px;
  font-weight: 300;
}

.top-bar-last-div a:first-child {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 300;
}

#sw-footer {
  background-color: var(--dark-blue);
  padding: 80px 0 32px 0;
}

#sw-footer ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

#sw-footer .footer-middle a::after,
#sw-footer .footer-bottom a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background-color: white;
  transition: width 0.3s ease-in-out;
}

#sw-footer .footer-middle a:hover::after,
#sw-footer .footer-bottom a:hover::after {
  width: 100%;
}

#sw-footer a {
  position: relative;
  width: fit-content;
}

#sw-footer a:hover {
  text-decoration: none;
}

.sw-footer-top h2 strong {
  color: white;
}

.sw-footer-top h2 span {
  font-weight: 700;
}

.sw-footer-top h2 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 0;
}

.sw-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 64px;
  gap: 40px;
  row-gap: 0;
}


.footer-middle-column a,
.footer-middle-column p {
  color: white;
  margin-bottom: 0;
}

.footer-middle-column > p {
  margin-bottom: 20px;
}

.footer-middle-column a {
  display: block;
}

.footer-middle-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 35px;
  justify-content: space-between;
}


.footer-middle-column p span {
  opacity: 0.66;
}


.footer-middle-inner .footer-middle-column:not(:first-child) .footer-middle-column-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-middle-inner .footer-middle-column:nth-child(2) .footer-middle-column-links {
  margin-top: 48.8px;
}

.footer-middle-inner .footer-middle-column:last-child .footer-middle-column-links {
  text-wrap: balance;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  color: white;
  padding: 32px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 32px;
}

.footer-bottom-left .footer-bottom-left-inner:first-child {
  display: flex;
  gap: 24px;
}

.footer-bottom-left .footer-bottom-left-inner:first-child a {
  margin-bottom: 5px;
  color: white;
}

.append-footer p {
  color: rgba(255, 255, 255, 0.659);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}

.footer-bottom-right {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-bottom-right img {
  height: 40px;
  opacity: 0.7;
}

.ad-expertises-element {
  padding: 130px 0 80px 0;
}

.ad-regular-image-text-element .ad-element-head h2 i,
.ad-regular-image-text-element .ad-element-head h2 em {
  font-style: normal;
}

.ad-contact-header .ad-contact-header-inner h2 em {
  font-style: normal;
}


.ad-contact-header .ad-contact-header-inner h2::before {
  content: "";
  background-image: url(img/green-slash.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 54px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.ad-regular-image-text-element .ad-element-head h2 i:before,
.ad-regular-image-text-element .ad-element-head h2 em:before {
  content: "";
  background-image: url(img/green-slash.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 54px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.ad-element-head.show-green-slash p:first-of-type::before {
  content: url('img/green-slash.svg');
  width: 37px;
  height: 54px;
  font-size: 22px;
  display: block;
}

.ad-expertises-header-inner.show-green-slash p:first-of-type::before {
  content: url('img/green-slash.svg');
  width: 37px;
  height: 54px;
  font-size: 22px;
  display: block;
}

.ad-expertises-element .ad-element-head p:first-of-type::before {
  content: url('img/green-slash.svg');
  width: 37px;
  height: 54px;
  font-size: 22px;
  display: block;
}

.ad-expertises-element .ad-element-head p:first-of-type,
.ad-element-head.show-green-slash p:first-of-type,
.ad-groeiverhalen-element .ad-element-head p:first-of-type,
.ad-team-element .ad-element-head p:first-of-type,
.ad-insights-element .ad-element-head p:first-of-type,
.ad-blog-head-element .ad-element-head p:first-of-type,
.ad-expertises-header-inner.show-green-slash p:first-of-type {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ad-groeiverhalen-element .ad-element-head p:first-of-type::before {
  content: url('img/green-slash.svg');
  width: 37px;
  height: 54px;
  font-size: 22px;
  display: block;
}

.ad-team-element .ad-element-head p:first-of-type::before {
  content: url('img/green-slash.svg');
  width: 37px;
  height: 54px;
  font-size: 22px;
  display: block;
}

.ad-insights-element .ad-element-head p:first-of-type::before {
  content: url('img/green-slash.svg');
  width: 37px;
  height: 54px;
  font-size: 22px;
  display: block;
}

.ad-blog-head-element .ad-element-head p:first-of-type::before {
  content: url('img/green-slash.svg');
  width: 37px;
  height: 54px;
  font-size: 22px;
  display: block;
}

.ad-expertise-slider-single:hover {
  text-decoration: none;
}

.ad-expertise-slider-single {
  padding: 20px 20px 16px 20px;
  border-radius: 4px;
  border: 0.5px solid rgba(22, 23, 52, 0.5);
  background-color: rgba(22, 23, 52, 0.03);
  transition: all 1s;
  transform-style: preserve-3d;
}

.expertise-slider-head {
  font-weight: 500;
  color: var(--dark-blue);
  margin-bottom: 8px;
}

.expertise-slider-text {
  color: var(--dark-blue);
  font-size: 16px;
  margin-bottom: 8px;
}

.expertise-slider-summary {
  margin-bottom: 0;
  color: var(--dark-blue);
  font-size: 14px;
}

.summary-container {
  display: flex;
  align-items: center;
  gap: 6px;
}

.summary-container svg {
  flex-shrink: 0;
}

.summary-container-outer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.ad-expertises-element .slick-slide {
  height: inherit !important;
  width: 316px;
}

.ad-expertises-element .slick-list {
  margin-left: -32px;
}

.ad-expertises-element .ad-element-head {
  text-wrap: balance;
}

.ad-expertises-element .slick-track {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 16px;
}

body .slick-prev:before,
body .slick-next:before {
  display: none;
}

body .slick-prev {
  background-image: url(img/slick-prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 56px;
  height: 38px;
  left: unset;
  right: 20%;
  margin-right: 70px;
  top: -12%;
  z-index: 2;
  transition: all 0.3s;
}

body .slick-prev:hover,
body .slick-prev:focus {
  background-image: url(img/slick-prev-hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body .slick-next:hover,
body .slick-next:focus {
  background-image: url(img/slick-next-hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
} 

body .slick-next {
  background-image: url(img/slick-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 56px;
  height: 38px;
  left: unset;
  right: 20%;
  top: -12%;
  z-index: 2;
  transition: all 0.3s;
}


.ad-insights-element .button-container {
  justify-content: center;
}

.ad-insights-element {
  padding: 80px 0 80px 0;
  background-color: rgba(22, 23, 52, 0.031);
}

.ad-insights-element .slick-track {
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
}

.insight-single-post:hover {
  text-decoration: none;
}

.insight-single-post h3 {
  color: var(--dark-blue);
  margin-bottom: 2px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
  min-height: 70px;
}

.insight-single-post img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.insight-single-post {
  width: 604px;
}

.single-insight-img-div {
  height: 380px;
  clip-path: polygon(0 0, 93% 0, 100% 100%, 7% 100%);
}

.insight-single-post p {
  color: var(--dark-blue);
  text-decoration: underline;
  font-size: 13px;
  line-height: 20px;
}

.single-insight-text {
  margin-left: 40px;
}

.ad-image-text-element {
  display: flex;
}

.ad-image-text-element {
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* .ad-image-text-element .container {
  margin-left: 0;
} */

.ad-image-container-div {
  clip-path: polygon(0 0, 60% 0, 100% 100%, 40% 100%);
  width: 500px;
  height: 100%;
  min-height: 632px;
  position: relative;
  flex-shrink: 0;
  left: -20px;
  max-width: 500px;
}

.ad-image-text-element .ad-image-container-div-background {
  height: 325px;
  position: absolute;
  bottom: 0;
  width: 50%;
  right: 14.5%;
  clip-path: polygon(0 0, 63% 0, 100% 100%, 38% 100%);
  background: linear-gradient(180deg, rgba(67, 98, 178, 0.5) 0%, rgba(92, 255, 115, 0.5) 57.95%);
  opacity: 0.4;
}

.ad-image-container-div img {
  height: 100%;
  min-height: 632px;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

/* .ad-image-text-element .ad-element-head {
  padding: var(--section-padding);
} */

.ad-image-text-element .ad-element-head p {
  width: 100%;
}

.ad-element-head p:not(:first-child) {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

.ad-team-img-container p.active {
  display: block;
}

.ad-image-text-element .button-container {
  margin-top: 40px;
}

.ad-team-element {
  padding: var(--section-padding);
}

.menu-has-children-box {
  display: flex;
}

.ad-team-element .slick-track {
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;

  width: fit-content !important;
  margin-left: 0;
}

.ad-team-slider-single img {
  height: 380px;
  width: 100%;
  clip-path: polygon(0 0, 93% 0, 100% 100%, 7% 100%);
  object-fit: cover;
}

.ad-team-slider-single p {
  margin-left: 25px;
  margin-bottom: 0;
}

.team-member-name {
  font-weight: 400;
  font-size: 24px;
  line-height: 33.6px;
  color: var(--dark-blue);
}

.team-member-position {
  font-size: 14px;
  line-height: 25.6px;
}


.ad-team-slider-single {
  transition: all 0.3s;
}

.ad-team-slider-single.slick-slide {
  width: 358px !important;
}

.ad-team-img-container:hover::after {
  content: "";
  background: linear-gradient(180deg, rgba(19, 33, 71, 0.7) 0%, rgba(32, 110, 84, 0.7) 100%);
  height: 380px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 93% 0, 100% 100%, 7% 100%);
}

.team-member-hover-text {
  position: absolute;
  top: 50%;
  width: 75%;
  left: 45%;
  transform: translate(-50%, -50%);
  display: none;
  color: white;
  font-size: 16px;
  font-weight: 300;
  z-index: 2;
}

.team-member-lees-meer {
  position: absolute;
  left: 20px;
  bottom: 15px;
  color: white;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 300;
  z-index: 1;
}

.ad-team-element .slick-track:hover > .ad-team-slider-single:not(:hover) {
  filter: opacity(0.5);
}

.ad-team-img-container {
  position: relative;
  width: 358px;
  display: block;
}

.ad-cta-element {
  position: relative;
  height: 100%;
}

.ad-cta-element img {
  width: 75%;
}


.ad-cta-element .ad-element-head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  word-wrap: break-word;
  hyphens: auto;
  max-width: 100%;
}

.ad-element-head .button-container {
  margin-top: 20px;
}

.ad-over-ons-header {
  position: relative;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: calc(100dvh - 81px);
}

.ad-numbers-bar:not(.ad-over-ons-header .ad-numbers-bar) {
  margin-bottom: 80px;
  margin-top: 80px;
}

.ad-over-ons-header .ad-element-head {
  margin: 0 auto;
}

.ad-over-ons-header .button-container {
  justify-content: center;
  margin-top: 40px;
}

.ad-over-ons-header h1 {
  text-wrap: balance;
}

.ad-over-ons-header .ad-element-head p::before {
  display: none;
}

.ad-over-ons-header .ad-element-head h1 strong {
  font-weight: 700;
}

.ad-over-ons-header .ad-element-head {
  width: 50%;
  text-align: center;
}

.ad-over-ons-header .ad-element-head p {
  width: 100%;
}

.general-background-image {
  width: 100%;
  height: 100dvh;
  position: absolute;
}

.ad-numbers-bar {
  background-color: var(--green);
  clip-path: polygon(0 0, 93% 0, 100% 100%, 7% 100%);
  padding: 40px 100px;
  width: 100%;
}

.ad-numbers-bar-inner {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}

.single-number-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.single-number-container p:first-child {
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 45px;
}

.single-number-container p:last-child {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 20px;
}

.ad-regular-image-text-element {
  display: flex;
  position: relative;
  min-height: 620px;
}

.ad-image-right {
  flex-direction: row-reverse;
}

.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* .vc_column_container>.vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
} */

.ad-regular-image-container-div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  display: flex;
  align-items: center;
  height: 620px;
  width: 100%;
  max-width: 30vw;
}

.ad-image-right .ad-regular-image-container-div {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 34% 100%);
  right: 0;
  left: unset;
  height: 100%;
  width: 100%;
  max-width: 30vw;
}

.ad-regular-image-container-div {
  clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
  left: 0;
}

.ad-regular-image-container-div img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.ad-regular-image-text-element.ad-image-right .row {
  justify-content: flex-start;
}

.ad-regular-image-text-element .row {
  justify-content: flex-end;
}

.ad-regular-image-text-element .ad-element-head {
  padding: var(--text-padding);
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vacature-element {
  padding-bottom: 80px;
}

.vacature-element h2 {
  font-weight: 500;
  font-size: 32px;
}

.ad-regular-image-text-element .ad-element-head p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.ad-regular-image-text-element .button-container {
  margin-top: 40px;
}


.ad-regular-image-text-element .ad-element-head p::before {
  display: none;
}

.button-container.ad-center-button {
  justify-content: center;
}

.ad-timeline-dot .background-image-dot {
  cursor: pointer;
}

.ad-timeline-section {
  padding: var(--section-padding);
}

.ad-timeline-section h2 {
  font-weight: 700;
  margin-bottom: 140px;
}

.ad-timeline-text {
  display: flex;
  margin-top: 80px;
}

.ad-timeline-info {
  display: none;
  align-items: flex-end;
  gap: 80px;
}

.ad-timeline-info.active {
  display: flex;
}

.ad-timeline-answers-inner:first-child {
  display: flex;
}



.ad-timeline-dot.active p {
  color: var(--dark-blue);
}

.ad-timeline-info-right {
text-wrap: balance;
}

.ad-timeline-info-left {
  width: 30%;
  flex-shrink: 0;
}

.ad-timeline-info-right p {
  font-size: 18px;
}

.ad-timeline-info-left p:first-child {
  font-weight: 300;
  font-size: 14px;
  line-height: 22.4px;
  margin-bottom: 8px;
}

.ad-timeline-info-left p:last-child {
  font-weight: 400;
  font-size: 22px;
  line-height: 30.8px;

}

.ad-timeline-content {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 15px;
  top: -86px;
}

.ad-timeline-answers {
  margin-top: 200px;
}

.ad-timeline-dot p {
  font-size: 14px;
  color: #8A8B99;
  min-height: 58px;
  height: 58px;
  max-height: 58px;
  display: flex;
  align-items: flex-end;
  text-align: center;
}

.ad-timeline-dot {
  display: flex;
  flex-direction: column;
  width: 125px;
}

.single-page-header-title h1 {
  font-size: 48px;
}

.background-image-dot {
  background-image: url(img/dot-grey.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 16px;
}

.ad-timeline-dot.active .background-image-dot {
  background-image: url(img/dot-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.ad-timeline-dot.active .background-image-dot::before {
  content: url(img/dot-blue-outer.svg);
  height: 24px;
  width: 24px;
  display: block;
}

.ad-timeline-dot.timeline-dot-bottom {
  flex-direction: column-reverse;
  margin-top: 77px;
}

.ad-timeline-dot.timeline-dot-bottom p {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  min-height: 58px;
  height: 58px;
  max-height: 58px;
}

.ad-timeline-content > div:not(:first-child):not(:last-child) {
  align-items: center;
}



.ad-timeline-inner {
  border-bottom: 1px solid #8A8B99;
  position: relative;
}

.ad-faq-element {
  padding: 80px 0;
}

.ad-faq-element h2 {
  margin-bottom: 40px;
}

.ad-faq-element-box {
  border: 0.5px solid rgba(22, 23, 52, 0.3);
  background-color: rgba(22, 23, 52, 0.03);
  padding: 8px 20px;
  border-radius: 4px;
}

.ad-faq-element-box > div:last-child {
  border-bottom: none;
}

.ad-faq-single {
  cursor: pointer;
  padding: 20px 0;
  border-bottom: 0.5px solid rgba(22, 23, 52, 0.3);
}

.ad-faq-single svg {
  min-width: 12px;
  min-height: 12px;
  width: 12px;
  height: 12px;
  transition: all 0.3s;
}

.ad-faq-single svg.rotate {
  transform: rotate(135deg);
}

.ad-faq-single p {
  margin-bottom: 0;
}

.ad-faq-head p {
  font-weight: 500;
}

.ad-faq-toggle-text {
  display: none;
}

.ad-faq-toggle-text p {
  font-size: 16px;
  margin-top: 5px;
}

.ad-faq-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}

.ad-faq-element img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.ad-expertises-header-inner {
  text-align: center;
  width: 100%;
  margin: auto;
}

.ad-expertises-header-inner h1 {
  margin-bottom: 0;
}

.ad-expertises-header-inner .button-container {
  justify-content: center;
  margin-top: 40px;
}

.ad-expertises-header-inner p {
  font-size: 22px;
  line-height: 35.2px;
  margin-bottom: 0;
}

.ad-expertises-header {
  padding: 100px 0 80px 0;
}

.ad-fixed-bar-single {
  border: 0.5px solid transparent;
  cursor: pointer;
  transform: var(--skew-x);
}

.ad-fixed-bar-single:hover a,
.ad-fixed-bar-single:active a {
  padding: 15px 30px;
}

.ad-expertise-slider-single > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.ad-expertise-slider-single .button-container {
  margin-top: 10px;
}

.ad-expertise-slider-single .button-container a {
  border: 2px solid rgba(7, 0, 77,  0.2);
  margin-left: 0;
}

.ad-expertise-slider-single .button-container a:hover  {
  border:  2px solid var(--green);
}

.ad-groeiverhalen-element .slider-prev,
.ad-groeiverhalen-element .slider-next {
  bottom: 17.5%;
}

.ad-expertises-fixed-bar-inner a:hover .ad-fixed-bar-single {
  transform: var(--skew-x);
}

.ad-fixed-bar-single:hover,
.ad-fixed-bar-single:active {
  border: 0.5px solid rgba(22, 23, 52, 0.3);
  background-color: rgba(22, 23, 52, 0.039);
  width: fit-content;
  border-radius: 5px;
  display: flex;
  align-items: center;
  height: fit-content;
}

.ad-insights-categorybar-container .ad-expertises-fixed-bar-inner .ad-fixed-bar-single.active {
  border: 0.5px solid rgba(22, 23, 52, 0.3);
  background-color: rgba(22, 23, 52, 0.039);
  width: fit-content;
  border-radius: 5px;
  transform: var(--skew-x);
  white-space: nowrap;
}

.ad-fixed-bar-single p {
  margin-bottom: 0;
  transform: skewX(-15deg);
  white-space: nowrap;
}

.ad-fixed-bar-single a {
  color: var(--dark-blue);
  padding: 15px 30px;
  display: block;
}

.ad-fixed-bar-single a:hover {
  text-decoration: none;
}

.ad-insights-categorybar-container .container {
  max-width: 100%;
}

.ad-expertises-fixed-bar-inner {
  display: flex;
  justify-content: center;
  gap: 2px;
}

.ad-expertises-fixed-bar-container {
  border-top: 1px solid rgba(22, 23, 52, 0.122);
  border-bottom: 1px solid rgba(22, 23, 52, 0.122);
  padding: 16px 0;
  position: sticky;
  background-color: white;
  top: 79.79px;
  z-index: 10;
}

.ad-blog-head-element-top {
  display: flex;
  align-items: flex-end;
  gap: 80px;
}

.ad-blog-head-element-top p {
  margin-bottom: 0;
  text-wrap: balance;
  width: 100%;
}

.ad-blog-head-element {
  padding: var(--section-padding);
}

.groeiverhaal-numbers-box {
  display: flex;
  gap: 4px;
}

.groeiverhaal-numbers-box-single {
  border: 1px solid #161734;
  padding: 14px 16px;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  justify-content: space-between;
}

.ad-groeiverhaal-element .groeiverhaal-numbers-box .groeiverhaal-numbers-box-single p {
  font-size: 14px !important;
  line-height: 22.4px;
  margin-bottom: 0;
  white-space: nowrap;
}

.ad-groeiverhaal-element .groeiverhaal-numbers-box .groeiverhaal-numbers-box-single p:first-child {
  margin-bottom: 5px;
}


.groeiverhaal-numbers-box-single p span {
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
}

.ad-groeiverhaal-element .ad-regular-image-container-div {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 34% 100%);
  right: 0;
  left: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40vw;
  display: flex;
  align-items: center;
}

.ad-groeiverhaal-element  {
  position: relative;
  margin-bottom: 50px;
}

.ad-groeiverhaal-element.groei-image-rechts.groei-image-rechts-filter .groei-overlay-img {
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
}

.ad-groeiverhaal-element.groei-image-links-filter .groei-overlay-img-left {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%);
}

.ad-groeiverhaal-text {
  padding: var(--section-padding);
  padding: 87px 0;
}

.ad-groeiverhaal-text .button-container {
  margin-top: 20px;
}

.ad-groeiverhaal-img-container-outer {
  position: absolute;
  height: 620px;
  width: 725px;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}

.ad-groeiverhalen-element h2 {
  width: 100%;
}

.ad-groeiverhaal-text p:has(strong) {
  margin-bottom: 20px;
}

.text-in-overlay {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 140px;
  padding-right: 50px;
}

.text-in-overlay h3 {
  color: white;
  width: 100%;
  font-size: 32px;
  margin-bottom: 0;
}

.ad-groeiverhaal-element.groei-image-rechts .text-in-overlay {
  padding-left: 50px;
  padding-right: 65px;
}

.text-in-overlay h3 strong {
  color: var(--green);
  font-weight: 400;
 
}

.groei-overlay-img {
  height: 242px;
  width: 726px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  max-width: 40vw;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%);
  background: linear-gradient(180deg, rgba(19, 33, 71, 0.82) 0%, rgba(32, 110, 84, 0.82) 123.21%);
}

.groei-overlay-img-left {
  background-image: url(img/groei-overlay-left-side.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 39%;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  max-width: 40vw;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
  background: linear-gradient(180deg, rgba(19, 33, 71, 0.82) 0%, rgba(32, 110, 84, 0.82) 123.21%);
}

.ad-groeiverhaal-element.groei-image-rechts .ad-groeiverhaal-img-container-outer {
  right: unset;
  left: 0;
}

.vacature-element .groei-image-rechts .ad-regular-image-container-div {
  right: 0;
  left: unset;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 34% 100%);
}



.vacature-element .groei-image-rechts .row {
  justify-content: flex-start;
}

.ad-groeiverhaal-element.groei-image-rechts .row {
  justify-content: flex-end;
}

.ad-groeiverhaal-element.groei-image-rechts .ad-regular-image-container-div {
  clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
  right: 0;
  left: 0;
  height: 620px;
  width: 725px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40vw;
  display: flex;
  align-items: center;
}

.ad-groeiverhalen-element {
  padding: 150px 0;
  position: relative;
}

.ad-groeiverhalen-element .ad-regular-image-container-div {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 34% 100%);
  right: 0;
}

.ad-groeiverhalen-element .button-container {
  margin-top: 40px;
}

.ad-contact-header {
  padding: var(--section-padding);
}

.ad-contact-header p {
  margin-bottom: 0;
}

.ad-contact-header .button-col {
  margin-top: auto;
}

/*********************** FORMULIEREN ************************************************/

.gform_required_legend {
  display: none;
}

.gform_wrapper input[type=checkbox]::before {
  color: var(--dark-blue);
}

.gform_wrapper .gfield_label {
  font-weight: 300;
  line-height: 27px;
  color: #19212e;
  margin-bottom: 4px;
  font-size: 18px;
}

.gform_wrapper .gfield_consent_label {
  font-weight: 300;
  font-size: 16px;
}

.gform_wrapper .gfield_consent_label a {
  font-size: 18px;
}

.gform_wrapper .ginput_container input::placeholder {
  opacity: 0.4;
  font-weight: 300;
}

body .gform_wrapper .ginput_container_fileupload input {
  padding: 0;
  font-weight: 300;
}

.gform_wrapper .ginput_container select {
  border: 0.5px solid rgba(0, 0, 0, 0.3) !important;
  padding: 12px;
}

.gform_wrapper .ginput_container input {
  border: 0.5px solid rgba(0, 0, 0, 0.3) !important;
  padding: 12px;
}

.gform_wrapper .ginput_container textarea {
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  padding: 12px;
}

.gform_wrapper .ginput_container textarea::placeholder {
  opacity: 0.6;
  font-size: 16px;
  font-weight: 300;
}

.gform_wrapper .gform_fields {
  column-gap: 8px !important;
  row-gap: 25px !important;
}

.gform_wrapper .ginput_container textarea:focus, .gform_wrapper .ginput_container input:focus,
.gform_wrapper .ginput_container select:focus {
  box-shadow: none;
  border: 0.5px solid var(--dark-blue) !important;
}

.gfield_required {
  color: var(--dark-blue);
}

.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  justify-content: center;
}

.gform_wrapper .gform_footer .gform_button,
.gform_wrapper .gform_page_footer .gform_next_button,
.gform_wrapper .gform_page_footer .gform_button   {
  background-color: var(--dark-blue) !important;
  font-weight: 500;
  padding: 15px 50px;
  display: flex;
  gap: 5px;
  align-items: baseline;
  text-align: center;
  width: fit-content;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  color: white !important;
}

.gform_wrapper .gform_footer .gform_button:focus,
.gform_wrapper .gform_page_footer .gform_next_button:focus,
.gform_wrapper .gform_page_footer .gform_previous_button,
.gform_wrapper .gform_page_footer .gform_button  {
  outline: none !important;
  box-shadow: none !important;
} 

.gform_wrapper .gform_validation_errors h2 {
  width: 100%;
  margin-bottom: 0;
  text-align: start;
}


#gform_2 {
  position: relative;
}

#gform_wrapper_2 .gform_page_footer {
  margin-top: 40px;
}

.gform_wrapper .gfield_required_asterisk {
 color: var(--dark-blue);
}

#gform_wrapper_2 .gf_step .gf_step_number {
  border: 2px solid #14171e;
  color: #14171e;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

body #gform_wrapper_2 #gf_step_2_1.gf_step_active .gf_step_number,
body #gform_wrapper_2 #gf_step_2_2.gf_step_active .gf_step_number,
body #gform_wrapper_2 #gf_step_2_3.gf_step_active .gf_step_number {
  background-color: var(--dark-blue);
  color: white;
}

body #gform_wrapper_2 .gf_step .gf_step_number,
body #gform_wrapper_2 .gf_step_2_3 .gf_step_number {
  background-color: rgba(25, 33, 46, 0.302);
  color: white;
  border: 2px solid transparent;
}

body #gform_wrapper_2 .gf_step_completed .gf_step_number::before,
body #gform_wrapper_2 .gf_step_completed .gf_step_number::after {
  height: 30px;
  width: 30px;
  border: 2px solid var(--dark-blue);
  background-color: var(--dark-blue);
  display: none;
}

body #gform_wrapper_2 {
  min-height: 450px;
}

body #gform_wrapper_2 .gf_step_completed .gf_step_number {
  background-color: rgba(25, 33, 46, 0.302);
  color: white;
  border: 2px solid transparent;
}

#gform_wrapper_2 .gf_step .gf_step_label {
  padding: 0;
  width: 130px;
  border-bottom: 6px solid rgba(25, 33, 46, 0.302);
  max-width: 100%;
}

#gform_wrapper_2 .gf_step:last-child .gf_step_label {
  display: none;
}

#gform_wrapper_2 .gf_step {
  margin-right: 0;
  display: flex;
  align-items: center;
  gap: 0;
}

body .gform-theme--foundation .gf_page_steps {
  gap: 0;
}

#gform_wrapper_2 .gf_page_steps {
  display: flex;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  margin-bottom: 50px;
  padding: 5px 0;
}

#gform_wrapper_2 .kh-gf-titel-linksboven {
  position: absolute;
  top: -0.7px;
  left: 0;
  color: white;
  padding: 14px;
  width: 200px;
  text-align: center;
  border-radius: 8px 0 0 0;
}


#gform_wrapper_2 .kh-gf-titel-linksboven h4 {
  margin-bottom: 0;
}

#gform_wrapper_2 .kh-gf-close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3%;
  right: 2%;
  cursor: pointer;
}

#gform_wrapper_2 .gform_previous_button,
#gform_wrapper_2 .gform_button {
  border: 2px solid var(--dark-blue);
  color: var(--dark-blue);
  background-color: rgba(107, 112, 119, 0.05);
  cursor: pointer;
}

#gform_page_3_5 .gform_page_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/************************************************************************************/

.ad-contact-info-element {
  padding-bottom: 100px;
}

.ad-contact-info-inner-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ad-contact-info-inner-left a {
  color: var(--dark-blue);
  text-decoration: underline;
}

.ad-contact-info-contact,
.contact-header-info-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.ad-contact-info-contact svg,
.contact-header-info-box svg {
  margin-top: 5px;
  flex-shrink: 0;
}

.ad-contact-map {
  width: 570px;
  height: 442px;
  overflow: hidden;
  max-width: 100%;
}

.ad-contact-map img {
  transition: all 0.3s;
  max-width: 100%;
}

.ad-contact-map img:hover {
  transform: scale(1.2);
} 

.contact-header-info-box p {
  margin-bottom: 10px;
}


.vestigingen > p {
  opacity: .6;
  margin-bottom: 5px;
}

.ad-quickscan-element {
  padding: var(--section-padding);
}

.ad-quickscan-card {
  border-radius: 4px;
  padding: 32px 24px;
  border: 0.5px solid rgba(22, 23, 52, 0.3);
  background-color: rgba(22, 23, 52, 0.031);
}

.ad-quickscan-element h2 {
  width: 50%;
  text-align: center;
  margin: auto;
  margin-bottom: 75px;
}

.quickscan-header {
  font-weight: 500;
  margin-bottom: 0;
}

.quickscan-card-top {
  margin-bottom: 32px;
}

.quickscan-card-top > div:first-child,
.quickscan-card-mid > div {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}

.fixed-size-svg {
  flex-shrink: 0;
}

.quickscan-card-top > div:last-child p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.quickscan-card-top > div:last-child > div {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 8px;
}

.quickscan-card-mid > p {
  font-size: 14px;
  line-height: 22px;
}

.quickscan-card-mid {
  margin-bottom: 40px;
}

.ad-regular-image-text-element .ad-element-head h2 {
  width: 100%;

}

.ad-element-head h2 {
  text-wrap: balance;
}

.ad-image-full-height {
  height: 100%;
}

.ad-expertise-faq-element  .button-container {
  justify-content: center;
  margin-top: 40px;
}

.ad-expertise-faq-element .ad-faq-head {
  align-items: baseline;
}

.ad-expertise-faq-element {
  padding: var(--smaller-section-padding);
}

.ad-expertise-faq-element .ad-faq-element-box {
  border: none;
  background-color: unset;
  padding: 0;
}

.ad-expertise-faq-element .ad-faq-element-box .row-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 8px;
}

.ad-expertise-faq-element .ad-faq-element-box .row-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.ad-expertise-faq-element .ad-faq-single {
  position: relative;
  border-bottom: none;
  border-radius: 4px;
  padding: 20px 20px;
  border: 0.5px solid rgba(22, 23, 52, 0.3);
  background-color: rgba(22, 23, 52, 0.03);
}

.ad-insights-container {
  padding: var(--section-padding);
}

.ad-insights-categorybar-container .ad-fixed-bar-single p {
  padding: 15px 30px;
}

.ad-insights-categorybar-container {
  border-top: 1px solid rgba(22, 23, 52, 0.122);
  border-bottom: 1px solid rgba(22, 23, 52, 0.122);
  padding: 16px 0;
  position: sticky;
  background-color: white;
  top: 79.8px;
  z-index: 10;
}

/* .ad-insights-single-img-gradient {
  background: linear-gradient(180deg, rgba(19, 33, 71, 0.7) 0%, rgba(32, 110, 84, 0.7) 100%);
  display: block;
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
} */

.ad-insights-single-img {
  position: relative;
  width: 100%;
  height: 444px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
}

.ad-insights-single-img-text p {
  color: white;

}

.vacature-element .button-container {
  margin-top: 10px;
}

.ad-insights-single-img-text {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 48px;
  background: linear-gradient(180deg, rgba(19, 33, 71, 0.7) 0%, rgba(32, 110, 84, 0.7) 100%);
}

.ad-insights-single-img-text p {
  font-size: 14px;
  text-decoration: underline;
  color: white;
  width: fit-content;
  margin-bottom: 0;
}

.ad-insights-single-img-text h3 strong {
  color: var(--green);
  font-weight: 400;
}

.ad-insights-single-img-text h3 {
  font-size: 22px;
  line-height: 31.2px;
  font-weight: 400;
  color: white;
  margin-bottom: 0px;
}

.ad-insights-single-content {
  clip-path: polygon(0 0, 93% 0, 100% 100%, 7% 100%);
  overflow: hidden;
  width: 100%;
  display: block;
}


.ad-insights-single-content:hover {
  text-decoration: none;
}

.ad-insights-row-1 a:first-child .ad-insights-single-img-text h3 {
  width: 50%;
}

.ad-insights-row-1 a:first-child {
  grid-column: 1 / span 2;
  clip-path: polygon(0 0, 96% 0, 100% 100%, 4% 100%);
}


.ad-insights-row-1 a h3 em {
  font-style: normal;
}


.ad-insights-row-1 a:first-child h3 {
  width: 50%;
}

body.single .wpb_wrapper p{
  margin-bottom: 20px;
}

.ad-insights-row-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 25px;
}

.single-page-header-title h2::before {
  content: url(img/green-slash-big.svg);
  width: 72.5px;
  height: 106px;
  font-size: 22px;
  display: block;
  flex-shrink: 0;
}

.single-page-header-title h2 em {
  font-style: normal;
}

.single-page-header-title h2 {
  font-weight: 400;
  font-size: 48px;
  display: flex;
  align-items: center;
  line-height: 52.8px;
  gap: 12px;

}

.single-page-header-title h2 strong {
  color: var(--dark-blue);
  font-weight: 700;
}

.single-post-element {
  padding: 100px 0 0 0;
}

.single-post-header-numbers {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.single-post-header-numbers .single-post-header-number-single p strong {
  line-height: 32px;
}

.single-post-header-image-container img {
  width: 100%;
  max-width: 100%;
  height: 364px;
  object-fit: cover;
}

.single-post-header-number-single {
  background-color: var(--dark-blue);
  padding: 24px 16px;
  height: 180px;
  flex-shrink: 0;
  width: 203px;
}

.single-post-header-number-single p strong {
  color: var(--green);
  font-size: unset;
  font-weight: 500;
  line-height: 48px;
  display: flex;
  margin-bottom: 5px;
  margin-bottom: 0;
}

.single-post-header-number-single p {
  font-size: 14px;
  color: white;
  line-height: 22.4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  height: 100%;
  margin-bottom: 0;
}

.single-post-element .row-custom-padding .col-2 {
  padding-right: 8px;
}

.single-post-element .row-custom-padding .col-10 {
  padding-left: 0;
}

.row-custom-padding {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.single-post-element-header {
  position: relative;
}

.single .ad-expertises-fixed-bar-inner::-webkit-scrollbar {
  height: 6px;
  transition: all 0.3s;
}

.single .ad-expertises-fixed-bar-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.single .ad-expertises-fixed-bar-inner::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px !important;
}

.single .ad-expertises-fixed-bar-inner::-webkit-scrollbar-thumb:hover {
  background: #a09d9d;
}

.single .ad-expertises-fixed-bar-inner::-webkit-scrollbar-button {
  display: none !important; 
}

.single .ad-expertises-fixed-bar-inner {
  overflow-y: hidden;
}

.single-post-header-background-container {
  background-image: url(img/zoom-in-grey.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 735px;
  top: 0;
  left: 0;
}

.single .ad-expertises-fixed-bar-inner {
  width: 100%;
  margin-bottom: 50px;
  justify-content: center;
  background-color: white;

  border-top: 1px solid rgba(22, 23, 52, 0.122);
  border-bottom: 1px solid rgba(22, 23, 52, 0.122);
  padding: 16px 0;
  top: 79.79px;
  z-index: 10;

  overflow-x: auto;

}

.single .ad-expertises-fixed-bar-inner  .ad-fixed-bar-single:first-child {
  margin-left: 8px;
}

.single .ad-expertises-fixed-bar-inner a:hover .ad-fixed-bar-single{
  transform: skewX(-15deg);
}

.single .ad-expertises-fixed-bar-inner a {
  transform: skewX(15deg);
  text-wrap: nowrap;
}

.single .ad-fixed-bar-single {
  transform: skewX(-15deg);
}

.ad-photo-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}



.photo-gallery-grid-item {

  cursor: pointer;
}

.photo-gallery-grid-item img {
  width: 100%;
  height: 320px;
  max-width: 100%;
  object-fit: cover;
}

.photo-gallery-big-item {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-column-end: 3;
 
}

.photo-gallery-big-item img {
  height: 100%;
}

.ad-photo-gallery {
  padding-top: 80px;
  padding-bottom: 100px;
}

.ad-image-text-element ul {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0 !important;
}

.single ul li::before,
.privacy ul li::before,
.ad-regular-image-text-element ul li::before {
  content: '';
  background: url(img/arrow-right.svg) no-repeat;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -20px;
  width: 12px;
  height: 22px;
  margin-right: 8px;
  margin-top: 1px;
}

header ul li::before {
  content: '';
  background: unset !important;
}

.single #sw-footer ul li::before {
  content: none;
}

.primary-menu-nav ul li::before {
  content: none;
}

.single ul:not(.primary-menu-nav ul),
.privacy ul:not(.primary-menu-nav ul) {
  padding-left: 0;
  margin-bottom: 20px;

  padding-left: 20px;
  
}

#sw-footer .footer-middle .footer-adress:hover::after {
  width: 0;
}


.single ul:not(.primary-menu-nav ul) li,
.single ol li,
.privacy ul:not(.primary-menu-nav ul) li,
.privacy ol li  { 
  font-weight: 300;
  font-size: 18px;
  line-height: 28.8px;
  position: relative;
}

.single table td, 
.privacy table td {
  font-weight: 300;
  font-size: 18px;
  line-height: 28.8px;
}

.single p strong {
  font-size: inherit;
  line-height: 28.8px;
}

.single .vc_column-inner {
  padding-top: 0 !important;
}

.single p:has(strong),
.privacy p:has(strong) {
  font-size: 18px;
}

.single .wpb_wrapper a {
  color: var(--dark-blue);
  text-decoration: underline;
}

/******************** Waterslider element CSS ****************************/

.slider-container{
  height: 500px;
  max-width:40vw;
  width: 100%; 
  padding-left: 12rem;
  box-sizing: unset;
  overflow: hidden;

}

.slider-wrapper{ 
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.slide{ 
  position: absolute;
  height: 100%;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
}

.slide::before{
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 2;
  clip-path: polygon(0 0, .2% 0, 28.2% 100%, 28% 100%);
}

.slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide .content{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg, rgba(19, 33, 71, 0.7) 0%, rgba(32, 110, 84, 0.7) 100%); */

  background: linear-gradient(
    180deg,
    rgba(19, 33, 71, 0) 0%, 
    rgba(19, 33, 71, 0.8) 0%, 
    rgba(32, 110, 84, 0.8) 73%, 
    rgba(92, 255, 115, 0.8) 98%
  );

  color: #fff;
  text-align: center;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 10rem;
  transition: 0.2s;
}

.slide .content > * {
  display: none;
}

.slide.active .content  h3 {
  display: block !important;
  width: 75%;
  text-wrap: balance;
  font-size: 32px;
}

.slide.active .content .button-container {
  display: flex;
}

.slide.active .content{
  height: 50%;
}

.slider-next {
 background-image: url(img/slick-next.svg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 width: 56px;
 height: 38px;

}

.slider-next:hover,
.slider-next:focus {
  background-image: url(img/slick-next-hover.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 56px;
  height: 38px;
 }

 .slider-prev:hover,
  .slider-prev:focus {
  background-image: url(img/slick-prev-hover.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 56px;
  height: 38px;
 }

.slider-prev {
 background-image: url(img/slick-prev.svg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 width: 56px;
 height: 38px;
}

.slider-next:focus, .slider-prev:focus {
  outline: none;
} 

.slider-next, .slider-prev { 
  position: absolute;
  bottom: 14%;
  padding: 1rem;
  cursor: pointer;

  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  background-color: white;
}

.slider-prev{
  left: 40%;
}

.slider-next{
  left: 40%;
  margin-left: 70px;
}

.ad-waterslide-slide-container {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ad-groeiverhalen-element h3 strong {
  color: var(--green);
  font-weight: 400;
}

.ad-groeiverhalen-element .slider-wrapper .button-container {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.team-members-element-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(358px, 1fr));
  row-gap: 50px;
}

.slide .content > a {
  display: none;
}

.content h3 em {
  font-style: normal;
}

/*************************************************************************/

.ad-blog-head-element .button-container {
  width: 100%;
}

/* .page.vacatures {
  background-image: url(img/zoom-in-grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
} */

.ad-blog-head-element-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.nav-logo-mobile {
  width: 64px;
  height: 64px;

}

/* .btn-mobile-nav {
  background-image: url(img/hamburger.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 45px;
  height: 11px;
  cursor: pointer;
} */

.btn-mobile-nav-new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7.5px;
  cursor: pointer;
  width: 45px;
  height: 11.5px;
  position: relative;
}

.btn-mobile-nav-new span {
  display: block;
  width: 45px;
  height: 2px;
  background-color: var(--dark-blue);
  transition: all 0.3s ease;
  position: absolute;
}

.btn-mobile-nav-new.open span:nth-child(1) {
  transform: rotate(225deg) translateY(0);
  width: 35px;
}

.btn-mobile-nav-new.open span:nth-child(2) {
  transform: rotate(-225deg) translateY(0); 
  top: 0;
  width: 35px;
}

.btn-mobile-nav-new span:nth-child(1) {
  top: 0;
}

.btn-mobile-nav-new span:nth-child(2) {
  top: 10px;
}

body.nav-open {
  overflow: hidden;
}

.ad-mobile-menu-header {
  display: none;
}

.button-container-flex-end {
  justify-content: flex-end;
}

.ad-footer-media-links {
  display: flex;
  gap: 10px;
}

.ad-footer-media-links a::after {
  display: none;
}

.ad-cta-element .button-container {
  flex-wrap: wrap;
  justify-content: center;
}

.ad-team-img-container svg {
  display: none;
}

body #meeting .modal-content {
  border: none;
  overflow: hidden;
}

.rm-popup-free-trial-inner {
  align-items: center;
  border-radius: 10px;
  box-shadow: 24px 24px 48px 0px rgba(17, 17, 17, 0.08);
  height: 100%;
  width: 913px;
}

#meeting .rm-popup-free-trial-inner-left {
  padding: 20px;
  background-color: white;
}

#meeting {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 750px;
  height: 94dvh;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#callback .rm-popup-free-trial-inner {
  width: unset;
}

#callback {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 900px;
  height: unset;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: white;
  border-radius: 10px;
}

#gform_5_validation_container {
  margin-top: 20px;
}


#meeting.modal-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

#callback.callback-active {
  display: block;
}

#callback .rm-popup-free-trial-inner {
  border-radius: 10px;
}

#callback .rm-popup-free-trial-inner-left {
  height: fit-content;
  padding: 40px 80px;
}
.rm-popup-free-trial-inner-left {
  padding: 72px 48px;
  width: 1000px;
  height: 850px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  max-width: 100%;
}

.meetings-iframe-container {
  width: 100%;
  height: 682px;
}

#meeting .rm-popup-free-trial-inner-left img {
  margin-bottom: 10px;
}

#meeting .rm-popup-trial-close,
#callback .rm-popup-trial-close {
  height: 42px;
  width: 42px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.rm-popup-free-trial-inner-left img {
  width: 150px;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}

#meeting .rm-popup-free-trial-inner-left p {
  margin-bottom: 10px;
}

.rm-popup-free-trial-inner-left p {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
}

body.active-modal {
  overflow: hidden !important;
  padding-right: 17px;
}

.ad-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.error-div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 0;
}

.row-custom-padding > div:first-child {
  padding-right: 0;
}

.row-custom-padding > div:last-child {
  padding-left: 4px;
  flex-grow: 1;
}

.vc_column_container>.vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ad-insights-single-img-text > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.ad-insights-single-img-text > div p:last-child {
  text-decoration: none;
  color: var(--green);
  font-weight: 400;
  font-size: 16px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  border: 1px solid #ddd;
  padding: 8px;
}
th {
  background-color: #f2f2f2;
  text-align: left;
}
tr:nth-child(even) {
  background-color: #f9f9f9;
}
tr:hover {
  background-color: #ddd;
}

#field_5_5 h2 {
  text-align: center;
  font-weight: bold;
}

#field_5_5 p {
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  margin-bottom: -10px;
}

#gform_submit_button_5 {
  padding: 15px 40px;
}

.werkwijze-single-box {
  padding: 30px 40px;
  border-radius: 4px;
  border: 0.5px solid rgba(22, 23, 52, 0.5);
  background-color: rgba(22, 23, 52, 0.03);
  transition: all 1s;

  transform: var(--skew-x);

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.werkwijze-single-box a {
  margin-left: 0;
  transform: skewX(0deg);
  white-space: nowrap;
  font-size: 14px;
}

.werkwijze-single-inner {
  padding-left: 20px;
}

.werkwijze-text p {
  font-size: 13px;
}

.werkwijze-single-inner {
  transform: skewX(-15deg);
}

.werkwijze-header p,
.block-element-header p,
.related-team-members-section-header p {
  display: flex;
  align-items: center;
  gap: 10px;
}

.werkwijze-header p:first-of-type::before,
.block-element-header p:first-of-type::before,
.single-member-header-left p:first-of-type::before,
.related-team-members-section-header p:first-of-type::before  {
  content: url(img/green-slash.svg);
  width: 37px;
  height: 54px;
  font-size: 22px;
  display: inline-block;
}



.werkwijze-element-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
  margin-left: 36px;
  margin-right: 36px;
  gap: 20px;
  margin-top: 20px;
}

.werkwijze-element {
  padding: var(--section-padding);
}

.werkwijze-head p {
  font-size: 40px;
  font-weight: 700;
  color: var(--dark-blue);
}

.mega-menu-cont {
  display: none;
  position: absolute;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  z-index: 99999;
  border-radius: 0 0 4px 4px;
  background: white;
  padding: 20px 40px;
  transition: all 0.2s;
  border-top: 1px solid var(--dark-blue);

  width: fit-content;
}

.mega-menu-inner-container {
  display: flex;
  gap: 75px;
}

.mega-menu-row p {
  font-weight: 700;
}

.mega-menu-row li a {
  color: var(--dark-blue);
  font-weight: 400;
  padding: 10px 0;
  display: block;
  position: relative;
  width: fit-content;
}

.mega-menu-row ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0;
}

.mega-menu-row li a:hover {
  text-decoration: none;
}

.mega-menu-row li a::before, .mega-menu-row li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: var(--dark-blue);
  transition: all 0.5s;
}

.mega-menu-row ul li a:hover::before {
  width: 100%;
  transition: width 0.15s ease-in-out;
}

.mega-menu-row ul li a:hover::after {
  width: 100%;
  transition: width 0.15s ease-in-out 0.15s;
}

.mega-menu-row  li a::before {
  top: 5px;
  left: 0;
}

.mega-menu-row  li a::after {
  bottom: 5px;
  right: 0;
}

.home .mega-menu-row ul li a {
  font-weight: 400;
  color: white;
}

.home .mega-menu-row {
  background-color: inherit;
}

.home .mega-menu-cont  {
  background-color: rgba(0, 0, 0, 0.7);
}

.home .mega-menu-row p {
 color: white;
}

.home .mega-menu-row li a:hover {
  color: var(--green);
}

.home .mega-menu-row li a::before, .home .mega-menu-row li a::after {
  background-color: white;
}

.home .mega-menu-cont {
  border-top: none;
}

.block-element-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-left: 45px;
  margin-right: 45px;
}

.block-element-single-block {
  padding: 30px 40px;
  border-radius: 4px;
  border: 0.5px solid rgba(22, 23, 52, 0.5);
  background-color: rgba(22, 23, 52, 0.03);
  transition: all 1s;
  transform: var(--skew-x);
}

.block-element-single-block-inner {
  transform: skewX(-15deg);
}

.block-element-single-block-inner p {
  font-size: 14px;
  margin: 0;
}



.block-inner-image.block-image-2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.block-inner-image {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.ad-block-element {
  padding: var(--section-padding);
}

.block-element-single-block-inner img {
  width: 100px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.block-element-single-block-inner {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.single-team-member {
  padding: var(--section-padding);
}

.single-member-header {
  display: flex;
  align-items: center;
}

.single-member-header > div {
  width: 50%;
}

.single-member-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.single-member-header-right img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  
}

.single-member-image-div {
  position: relative;
  clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%);
  width: 450px;
}

.single-member-header-left p strong {
  font-size: 18px;
}

.single-member-header-left p:has(strong) {
  font-size: 18px;
}

.single-member-header-right .ad-image-container-div-background {
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* background: linear-gradient(180deg, rgba(67, 98, 178, 0.5) 0%, rgba(92, 255, 115, 0.5) 57.95%); */
  /* opacity: 0.4; */
}

.team-member-media {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-right: 5px;
  margin-top: 5px;
  justify-content: flex-end;
}

.team-member-media  p {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-blue);
  margin-bottom: 0;
}

.team-member-media i {
  color: var(--dark-blue);
  font-size: 20px;
  z-index: 1;
  position: relative;
}

.single-member-header-left p:first-of-type {
  display: flex;
  gap: 10px;
  align-items: center;

}

.single-member-header-left p:first-of-type strong {
  font-size: 22px;
  font-weight: 700;
}

.single-team-member-cases  .button-container {
  justify-content: center;
  margin-top: 20px;
}

.single-team-member-cases .ad-insights-slider-initiate,
.related-team-members-section .ad-team-outer-initiate {
  margin-left: 15px;
}

.mega-menu-cont.active {
  display: block;
  opacity: 1;
  top: 81px;
  pointer-events: initial;
}

.ad-timeline-content .ad-timeline-dot:last-child p {
  text-align: left;
}

.werkwijze-text p strong {
  font-size: 13px;
  line-height: inherit;
}

header .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0;
}

header .top-bar-last-div ul li a:hover {
  border-bottom: 2px solid transparent !important;
}

header .top-bar-last-div ul li a {
  padding: 0 10px;
  width: fit-content;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent !important;
}

header .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  width: 24px;
  height: 24px;
  object-fit: cover;

  border-radius: 50%;
  padding: 0;
}

.otgs-development-site-front-end {
  display: none;
}

.footer-bottom .wpml-ls-legacy-dropdown-click a,
.footer-bottom .wpml-ls-legacy-dropdown-click {
  width: fit-content;
  border-radius: 20px;
}

.footer-bottom
  .wpml-ls-statics-shortcode_actions
  .wpml-ls-current-language
  > a:focus {
  background-color: var(--green);
}

.footer-bottom .js-wpml-ls-sub-menu a {
  width: 100% !important;
  text-align: start;
}

.footer-bottom .wpml-ls-sub-menu {
  top: auto !important;
  bottom: 120%;
  left: 0;
  right: auto;
  min-width: 100%;
}

.footer-bottom
  .wpml-ls-statics-shortcode_actions
  a:hover
  .wpml-ls-native {
  color: white !important;
}

.footer-bottom .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: none;
}

.footer-bottom .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-right: 25px;
}

.footer-bottom .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50%;
  padding: 0;
}

.footer-bottom
  .wpml-ls-legacy-dropdown-click
  a.wpml-ls-item-toggle:after {
  border: 0.25em solid transparent;
  border-top: 0.4em solid;
}

.footer-bottom .wpml-ls-statics-shortcode_actions a {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  width: fit-content;
}

.footer-bottom .wpml-ls-statics-shortcode_actions a:hover {
  background-color: var(--green) !important;
  border: 1px solid var(--green) !important;
  outline: 1px solid var(--green) !important;
  text-decoration: none;
}

.footer-bottom .wpml-ls-legacy-dropdown-click a:hover,
.footer-bottom .wpml-ls-legacy-dropdown-click a:hover span  {
  color: var(--dark-blue);
}

.footer-bottom .wpml-ls-native,
.footer-bottom .wpml-ls-legacy-dropdown-click a {
  color: black;
  display: flex;
  align-items: center;
}

#sw-footer .footer-bottom .wpml-ls-legacy-dropdown-click a::after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border: 0.25em solid transparent;
  border-top: 0.4em solid;
  position: absolute;
  right: 10px;
  top: calc(50% - .175em);
  left: unset;
  bottom: unset;

}

#sw-footer .footer-bottom .wpml-ls-legacy-dropdown-click a:hover::after {
  border: 0.25em solid transparent;
  border-top: 0.4em solid;
  width: 0%;
  background-color: var(--green);
  color: white;
}

header .wpml-ls-legacy-dropdown-click .wpml-ls-item {
  text-align: right;
  padding-bottom: 5px;
  padding-top: 5px;
}

header .wpml-ls-legacy-dropdown-click {
  width: fit-content;
}

header .wpml-ls-legacy-dropdown-click a span {
  font-weight: 500;
}

header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover {
  color: inherit;
  text-decoration: none;
}

header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-right: 22px;
}

header .wpml-ls-sub-menu .wpml-ls-link:hover {
  color: inherit !important;
}

header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  border: 0.25em solid transparent;
  border-top: 0.4em solid;
}

header .wpml-ls-legacy-dropdown-click .wpml-ls-flag + span {
  margin-left: 4px;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  font-weight: 500;
  font-size: 16px;
}

.home header .wpml-ls-statics-shortcode_actions,
.home header .wpml-ls-legacy-dropdown-click a {
  background-color: transparent !important;
  border-color: transparent !important ;
} 

.home header .wpml-ls-legacy-dropdown-click a:hover span,
.home header .wpml-ls-legacy-dropdown-click a:hover::after {
  color: white;
}

.home header.active-header .wpml-ls-legacy-dropdown-click a:hover span,
.home header.active-header .wpml-ls-legacy-dropdown-click a:hover::after {
  color: var(--dark-blue);
}

.ad-company-single-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ad-company-single-slider-inner {
  height: 125px;
  width: 175px;

}

.ad-company-slider-head p {
  font-weight: 500;
  font-size: 20px;
}

.ad-company-slider-head {
  margin-bottom: 40px;
}

.ad-company-slider {
  text-align: center;
  padding: 40px 40px 80px 40px;
}

.ad-company-slider .slick-track {
  display: flex;
  align-items: center;
  gap: 40px;
}

.ad-company-slider-initiate {
  display: none;
}

.ad-company-slider-initiate.slick-initialized {
  display: block;
}

.team-member-strenghts-inner {
  width: fit-content;
  padding: 30px 100px;
  transform: var(--skew-x);
  background-color: var(--dark-blue);
  border-radius: 5px;
  margin-left: 33px;
}

.team-member-strenghts-inner h3 {
  color: white;
  margin-bottom: 30px;
}

.team-member-single-strenght p {
  padding-left: 20px;
  position: relative;
  color: white;
  max-width: 500px;
}

.team-member-strenghts-inner-inner {
  transform: skewX(-15deg);
}

.single-team-member-strenghts {
  padding-bottom: 100px;
}

.team-member-single-strenght:last-child p {
  margin-bottom: 0;
}

.team-member-single-strenght p::before {
  content: '';
  background: url(img/arrow-right-white.svg) no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 12px;
  height: 22px;
  margin-top: 3px;
}

/******************** CIRCLE ZOOM IN *********************************/

.circle-section {
  margin: 0;
  padding: 0;
  /* background-color: #f5f5f5; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  position: relative;
}
.cont-1,
.cont-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  clip-path: inset(0 50% 0 0);
  /* z-index: -1; */
}

.cont-2 {
  clip-path: inset(0 0 0 50%);
}

.shape-container {
  width: 127vw;
  height: 128vw;
  position: absolute;
  transform: rotate(0deg);
}

.shape-container svg {
  position: absolute;
  width: 86vw;
  height: 85vw;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cont-2 .shape-container svg {
  clip-path: inset(0 0 0 50%);
}

.circle {
/*   width: 100vh;
  height: 100vh; */
	height: 100%;
    aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 2;
}


.circle-container {
  position: relative;
/*   height: 100vh; */
  width: 100%;
aspect-ratio: 16 / 9;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


/*********************************************************************/

.ad-single-slide p:first-child {
  font-weight: 500;
  font-size: clamp(18px, 4vw, 20px);
  line-height: 38.4px;
}

.ad-single-slide p {
  text-align: center;
}

.ad-single-slide img {
  border-radius: 50%;
  object-fit: cover;
  width: 64px;
  height: 64px;
  display: flex;
  margin: auto;
  margin-bottom: 10px;
}

.review-name-ad {
  font-weight: 500;
  color: var(--dark-blue);
  line-height: 22.4px;
  margin-bottom: 0;
}

.ad-single-slide p:last-child {
  font-weight: 300;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.7);
  line-height: 19.2px;
  margin-bottom: 0;
}

.ad-review-slider-element h2 {
  text-align: center;
  margin-bottom: 50px;
}

.ad-review-slider-element {
  padding: 100px 0;
}

.ad-review-slider-element .initiate-slider {
  padding-bottom: 75px;
}

.review-slider-counter {
  position: absolute;
  top: unset;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}

body .ad-review-slider-element  .slick-next {
  width: 40px;
  height: 32px;
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  bottom: 0;
  z-index: 2;
  margin-left: 70px;
}

body .ad-review-slider-element .slick-prev {
  width: 40px;
  height: 32px;
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  bottom: 0;
  z-index: 2;
  margin-left: -70px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: none;
}

.inner-top-bar .wpml-ls-sub-menu li a {
  background: transparent;
  border: unset;
}

.inner-top-bar .wpml-ls-sub-menu li a:hover {
  border: unset;
  text-decoration: none;
}

.has-mega-menu-sw .sub-menu {
  display: none !important;
}


@media (max-width: 1400px) {
  .single .ad-expertises-fixed-bar-inner {
    overflow: scroll;
  }

  .block-element-inner {
    margin-left: 52px;
    margin-right: 52px;
  }

}
@media (min-width: 1370px) {
  .container {
      max-width: 1312px;
  }
}

@media (max-width: 1369px) {
  .single-post-header-number-single p strong {
    font-size: 26px !important;
  }

  .ad-timeline-content .ad-timeline-dot {
    margin-right: 0 !important;
  }

}

@media (max-width: 1200px) {

  .rm-popup-free-trial-inner-left {
    justify-content: flex-start;
  }

  .ad-image-right .ad-regular-image-container-div {
    max-width: 48vw;
  }

  .ad-timeline-dot {
    width: 115px;
  }

  .ad-timeline-info-left p:first-child {
    font-size: 12px;
  }

  .ad-timeline-info-right p {
    font-size: 16px;
  }

  .ad-timeline-info-left p:last-child {
    font-size: 18px;
  }

  .ad-timeline-content .ad-timeline-dot:first-child p {
    text-align: left;
  }

  .ad-regular-image-text-element {
    align-items: center;
  }

  .top-bar-last-div .ad-btn-style {
    padding: 10px 25px;
  }

  .primary-menu-nav ul li a {
    font-size: 14px;
    /* border-bottom: 1px solid #eee; */
  }

  .ad-cta-element .ad-element-head h2 {
    width: 100%;
  }

  .ad-contact-header .button-container {
    margin-top: 30px;
  }

  .ad-over-ons-header .ad-element-head {
    width: 100%;
    text-align: center;
  }

  .ad-insights-row-1 a:first-child .ad-insights-single-img-text h3 {
    width: 100%;
  }

  .text-in-overlay h3 span {
    font-size: 24px !important;
  }

  .button-container {
    flex-wrap: wrap;
  }
  
  /* .ad-element-head {
    padding: 50px 0;
  } */

  .ad-cta-element .button-container a {
    padding: 15px 25px;
  }
}

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

@media screen and (min-width: 992px) {
  .menu-item-has-children:hover .sub-menu {
      display: flex;
      top: 81px;
      border-top: 1px solid var(--dark-blue);
      border-radius: 0 0 4px 4px;
  }

  .home .active-header .menu-item-has-children:hover .sub-menu {
  
    border-top: 1px solid var(--dark-blue);
  }

  .home .menu-item-has-children:hover .sub-menu {
    border: none;
  }
}

@media (max-width: 991px) {
  .primary-menu-nav,
  .top-bar-last-div {
    display: none;
  }

  body .menu-item-has-children .menu-has-children-dropdown {
    width: 15px;
    height: 10px;
    margin-right: 0;
    margin-left: 0;
  }

  .primary-menu-nav ul li a:hover::before,
  .primary-menu-nav ul li a:hover::after {
    content: unset;
  }

  .single-member-image-div {
    width: fit-content;
  }

  .has-mega-menu-sw .sub-menu.active {
    display: flex !important;
  }

  body .primary-menu-nav ul li a:hover,
  .home .primary-menu-nav .current-menu-item a {
    color: unset !important;
  }

  .primary-menu-nav .sub-menu li a {
    font-weight: 300 !important;
    padding: 0;
    width: fit-content;
    border-bottom: none;
  }

  .sub-menu {
    list-style-type:disc;
    color: #eee;
  }

  .primary-menu-nav .menu li {
    width: 100%;
    padding: 0;
  }

  .primary-menu-nav a {
    color: #000;
    font-weight: 600;
    display: block;
    padding-bottom: 5px;
    padding-top: 10px;
    transition: font 0.3s ease;
    position: relative;
  }

  .rm-popup-free-trial-inner {
    width: 700px;
  }

  .menu-item-has-children a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body .menu-item-has-children .menu-has-children-box {
    padding: 10px;
    width: fit-content;
    position: absolute;
    right: 0;
  }

  .top-bar-last-div.active a:last-child{
    order: 3;
  }

  .top-bar-last-div.active a:first-child {
    order: 2;
    padding-top: 0;
  }

  .top-bar-last-div.active > div {
    order: 1;
  }

  header .wpml-ls-legacy-dropdown-click .wpml-ls-item {
    padding-top: 10px;
  }

  .home header .wpml-ls-legacy-dropdown-click a:hover span {
    color: inherit;
  }

  .home header .wpml-ls-legacy-dropdown-click a:hover::after {
    color: inherit;
  }

  header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border: 0.25em solid transparent;
    border-top: 0.4em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - .175em);
    width: 0;
  }

  .wpml-ls-sub-menu a {
    transition: unset !important;
  }

  header .wpml-ls-sub-menu {
    top: auto !important;
    position: absolute;
    bottom: 85%;
    left: 0;
    right: auto;
    min-width: 100%;
  }

  .menu-has-children-dropdown {
    background-image: url(img/dropdown.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: contain;
  }

  .nav-logo-desktop {
    display: none !important;
  }

  .primary-menu-nav ul li a {
    padding: 10px 0;
  }

  .ad-mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .front-page-header-video {
    margin-top: -80px;
  }

  .ad-over-ons-header .ad-element-head {
    width: 100%;
  }

  .home .primary-menu-nav ul li a {
    color: var(--dark-blue);
  }

  .sub-menu.active {
    display: flex;
    position: relative;
    border: none;
    margin-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    padding-top: 0;
    gap: 8px;
    padding-left: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }

  .primary-menu-nav {
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    width: 100%;
    height: 100dvh;
    transform: translateX(100%);
    padding: 0 20px 50px 20px;
    opacity: 0;
    transition: all 0.3s ease-out;
    display: block;
    z-index: 998;
  }

  .home .top-bar-last-div a:first-child {
    color: inherit;
    padding-left: 0;
  }

  .nav-open .primary-menu-nav {
    transform: translateX(0);
    opacity: 1;
    position: relative;
    padding: 0 0 50px 0;
    height: 100dvh;
  }

  .primary-menu-nav .menu {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    gap: 0;
    height: 100%;
    justify-content: flex-start;
    overflow-y: auto;
  }

  .primary-menu-nav > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100dvh - 90px);
  }

  .menu-has-children-dropdown svg {
    display: none;
  }

  .top-bar-last-div.active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
    gap: 10px;
    /* padding-bottom: 50px; */
  }

  .top-bar-last-div ul {
    padding-top: 0;
  }

  .ad-over-ons-header img {
    display: none;
  }

  header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding-left: 0;
  }

  .ad-over-ons-header {
    height: fit-content;
    margin-top: -66px;
    margin: 50px 0 0 0;
  }

  .ad-over-ons-header .ad-element-head {
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
    padding-bottom: 50px;
  }

  .ad-over-ons-header .container-max-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }

  .ad-quickscan-element h2 {
    width: 100%;
  }

  .ad-quickscan-card {
    margin-bottom: 50px;
  }

  .ad-over-ons-header .container-max-width .row {
    margin-inline: 0;
  }

  .ad-over-ons-header .container-max-width .col-12 {
    padding-inline: 0;
  }


  .ad-numbers-bar {
    height: fit-content;
    position: relative;
    bottom: 0;
    right: unset;
    transform: unset;
  }

  .ad-numbers-bar-inner {
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 20px;
  }

  .inner-top-bar > div {
    align-items: center;
    flex-direction: column;
    overflow-y: auto;
  }

  .ad-image-text-element .ad-image-container-div::after {
    content: "";
    background: linear-gradient(178.27deg, rgba(248, 248, 249, 0.5) 4.26%, #F8F8F9 56.92%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .ad-cta-element .ad-element-head {
    left: 65%;
  }

  .ad-cta-element .ad-element-head h2 {
    width: 100%;
  }

  .ad-image-text-element .ad-element-head {
    padding: 250px 0 50px 0;
  }

  .ad-insights-element {
    padding: 80px 0;
  }

  .ad-image-text-element .ad-image-container-div {
    position: absolute;
    height: 100%;
    /* opacity: 0.1; */
    max-width: 100%;
    
  
    /* display: none; */
  }

  .ad-image-text-element .ad-image-container-div-background {
    display: none;
  }

  .top-bar {
    padding: 8px 24px;
  }

  .ad-waterslide-slide-container {
    position: relative;
  }

  .ad-waterslide-slide-container .slick-prev, .ad-waterslide-slide-container .slick-next {
    left: 3.5%;
    bottom: -18px;
  }

  .slider-next, .slider-prev {
    display: none;
  }

  .slider-container {
    height: 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    box-sizing:border-box;
    overflow: hidden;
  }

  .slider-wrapper {
    height: unset;
  }

  .ad-waterslide-slide-container {
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
  }

  .ad-waterslide-slide-container .slick-track {
    margin-bottom: 80px;
  }

  .ad-insights-row-1 {
    grid-template-columns: 1fr 1fr;
  }

  .ad-groeiverhalen-element .ad-blog-head-element p:not(strong) {
    display: none;
  }

  .slide {
    position: relative;
    height: 444px !important;
    width: 345px !important;
    clip-path: polygon(0 0, 93% 0, 100% 100%, 7% 100%);
    margin-right: -20px;
  }

  .slide .content {
    height: 30%;
    padding-left: 0;
  }

  .slide .content > * {
    display: block;
    width: 75%;
    text-align: start;
    line-height: 25px;
  }

  .append-waterslide-button {
    position: absolute;
    bottom: 110px;
    right: 15.5%;
  }

  .slide .content > a {
    color: white;
    font-size: 12px;
    text-decoration: underline;
    display: block;
  }

  .menu-has-children-box svg {
    display: none;
  }

  .ad-groeiverhalen-element .slider-wrapper .button-container {
    display: none;
  }

  .slide .content h3 span {
    font-size: 18px !important;
    line-height: 23.4px;
  }

  .slide .content h3 {
    margin-bottom: 0;
  }

  .slide::before {
    content: unset;
  }

  .ad-cta-element .ad-element-head h2 {
   line-height: 38.4px;
  }

  .ad-expertise-faq-element .ad-faq-element-box .row-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ad-expertise-faq-element .ad-faq-element-box .row-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-bottom {
    gap: 10px;
  }

  .append-footer {
    margin-top: 10px;
  }

  .ad-contact-info-inner-right {
    margin-top: 50px;
  }

  .ad-blog-head-element-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;

  }

  .ad-blog-head-element {
    padding: 50px 0;
  }

  .ad-groeiverhaal-img-container-outer {
    position: relative;
    height: 444px;
    width: 100%;
    transform: unset;
  }

  .ad-groeiverhaal-element .ad-regular-image-container-div {
    position: relative;
    top: 0;
  }

  .groei-overlay-img {
    height: 165px;
    width: 100%;
  }

  .groei-overlay-img .text-in-overlay h3 span {
    font-size: 26px !important;
  }

  .groei-overlay-img .text-in-overlay h3,
  .groei-overlay-img-left .text-in-overlay h3,
  .groei-overlay-img-left .text-in-overlay h3 span  {
    text-align: center;
  }

  .ad-groeiverhaal-element.groei-image-rechts .ad-regular-image-container-div  {
    max-width: 100vw;
    width: 100%;
  }

  .ad-groeiverhaal-element {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .rm-blog-posts-container {
    margin-top: 50px;
  }

  .ad-groeiverhaal-text {
    padding: 20px 0 50px 0;
  }

  .ad-groeiverhaal-element.groei-image-rechts .ad-regular-image-container-div {
    top: unset;
    transform: unset;
    position: relative;
    height: fit-content;
  }

  .groei-overlay-img-left {
    background-image: unset;
    background: linear-gradient(180deg, rgba(19, 33, 71, 0.82) -51.95%, rgba(32, 110, 84, 0.82) 183%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
    max-width: 100vw;
  }

  .groei-overlay-img {
    background-image: unset;
    background: linear-gradient(180deg, rgba(19, 33, 71, 0.82) -51.95%, rgba(32, 110, 84, 0.82) 183%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
  }

  .front-page-header-video {
    height: 100%;
    background-color: var(--dark-blue);
  }

  #video {
    object-fit: contain;
    position: relative;
    margin-top: 80px;
  }

  .top-bar {
    background-color: white;
  }

  .video-text-container {
    height: fit-content;
    background-color: var(--dark-blue);
    margin-top: 20px;
  }

  .ad-faq-element-box {
    margin-bottom: 50px;
  }

  .ad-cta-element img {
    height: 500px;
    width: 100%;
    object-fit: cover;
  }

  .primary-menu-nav ul li a:hover::after, .primary-menu-nav ul li.current-menu-item a::after {
    content: unset;
  }

  .primary-menu-nav ul li a:hover::before, .primary-menu-nav ul li.current-menu-item a::before {
    content: unset;
  }

  .ad-groeiverhaal-element .ad-regular-image-container-div,
  .groei-overlay-img {
    max-width: 100%;
  }

  .ad-regular-image-container-div img {
    height: 444px;
  }

  .ad-insights-element .slick-prev,
  .ad-insights-element .slick-next {
    top: -9%;
  }

  .ad-regular-image-container-div,
  .ad-image-right .ad-regular-image-container-div   {
    transform: unset !important;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 38% 100%) !important;
    height: 444px;
    position: relative;
    max-width: 100%;
  }


  .button-container-flex-end {
    justify-content: flex-start;
  }

  .container-max-width {
    position: relative;
  }

  .ad-regular-image-text-element .ad-element-head {
    padding: 50px 0;
    padding-bottom: 50px;
  }

  .ad-element-head {
    padding: 0;
  }

  .home .menu-item-has-children .sub-menu {
    background-color: white;
  }

  #callback {
    max-width: 100%;
    width: 90%;
  }

  .ad-timeline-section h2 {
    margin-bottom: 40px;
  }

  .ad-timeline-content {
    flex-direction: column;
    position: relative;
    left: unset;
    top: unset;
  }

  .ad-timeline-inner {
    display: none;
  }

  .ad-timeline-content .ad-timeline-dot:first-child p,
  .ad-timeline-dot p,
  .ad-timeline-dot.timeline-dot-bottom p   {
    display: none;
  }

  .ad-timeline-dot.timeline-dot-bottom,
  .ad-timeline-dot {
    margin-top: 60px;
    width: fit-content;
    z-index: 1;
    position: relative;
  }

  header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    background: transparent;
  }

  .ad-timeline-content > div:nth-child(2) {
    margin-top: 0;
  }

  .ad-timeline-content > div:not(:first-child):not(:last-child) {
    align-items: flex-start;
  }

  .ad-timeline-answers {
    margin-top: 0;
  }

  .ad-timeline-outer {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .ad-timeline-info {
    gap: 0;
    flex-direction: column;
    margin-top: -4px;
  }

  .ad-timeline-info-left {
    width: 100%;
  }

  .ad-timeline-info-left p:last-child {
    margin-bottom: 10px;
  }

  .timeline-outer-mob {
    width: 1px;
    height: 548px;
    position: absolute;
    background: #8A8B99;
    left: 6.5px;
    top: 0;
  }

}

@media (max-width: 768px) {



  .ad-expertises-fixed-bar-inner {
    overflow: scroll;
    justify-content: flex-start;
  }

  .rm-popup-free-trial-inner {
    width: 100%;
  }

  .general-background-image {
    height: fit-content;
    object-fit: contain;
    top: 81px;
  }

  .ad-contact-header .button-container {
    justify-content: flex-start;
  }

  .groei-overlay-img .text-in-overlay h3 span {
    font-size: 20px !important;
  }

  .groei-overlay-img .text-in-overlay h3,
  .groei-overlay-img-left .text-in-overlay h3,
  .groei-overlay-img-left .text-in-overlay h3 span {
    font-size: 20px !important;
    line-height: 30px;
  }

  .ad-contact-header-inner h2 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
    line-height: 30.6px;
  }

  .ad-blog-head-element-top .button-container a{
    flex-grow: 1;
  }

  .ad-expertises-header-inner p {
    font-size: 16px;
    line-height: 25.6px;
  }

  .ad-insights-element {
    padding: 50px 0 50px 0;
  }

  .ad-insights-container {
    padding: 50px 0 50px 0;
  }

  .append-waterslide-button {
    position: absolute;
    bottom: 50px;
    right: 20px;
  }

  .block-element-inner {
    grid-template-columns: 1fr;
  }

  .single-team-member {
    padding: 50px 0;
  }

  .single-member-header {
    flex-direction: column;
    gap: 40px;
  }

  .single-member-header-right {
    align-items: center;
  }

  .werkwijze-element-inner {
    margin-left: 25px;
    margin-right: 25px;
  }

  .single-member-header > div {
    width: 100%;
  }

  .single .ad-expertises-fixed-bar-inner {
    justify-content: flex-start;
  }

  .ad-cta-element .ad-element-head h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .ad-cta-element .ad-element-head {
    left: 50%;
  }

  .row-custom-padding {
    flex-direction: column-reverse;
    gap: 4px;
  }

  .single-post-header-numbers {
    flex-direction: row;
  }

  .single-post-header-number-single {
    flex-grow: 1;
    height: auto;
    width: 100%;
    flex-shrink: 1;
  }

  .single-post-element {
    padding-top: 50px;
  }

  .ad-insights-element .slick-prev, .ad-insights-element .slick-next {
    top: unset;
    bottom: 15px;
  }

  .single-post-header-background-container {
    display: none;
  }

  .single-post-header-number-single p  {
    justify-content: space-between;
  }

  .row-custom-padding > div:last-child {
    padding-left: 0;
  }

  p:has(strong) {
    font-size: 18px;
  }

  .ad-photo-gallery {
    padding-top: 0;
  }

  .ad-photo-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rm-popup-free-trial-inner-left p {
    font-size: 24px;
  }

  .rm-popup-free-trial-inner-left img {
    width: 100px;
  }

  .ad-contact-header-inner h2 span {
    font-size: 28px !important;
  }

  .ad-waterslide-slide-container {
    padding-left: 0 !important;
  }

  .ad-contact-header {
    padding: 50px 0 50px 0;
  }

  .ad-contact-info-inner-left {
    gap: 20px;
  }

  #sw-footer {
    padding: 64px 0 24px 0;
  }

  .rm-popup-free-trial-inner-left {
    width: fit-content;
    height: 90dvh;
    overflow: scroll;
  }

  #meeting iframe {
    min-width: 336px !important;
    height: 622px !important;
  }

  .meetings-iframe-container {
    height: fit-content;
  }

  .groeiverhaal-numbers-box-single {
    height: auto;
    width: 116px;
    padding: 14px 10px;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
  }

  .ad-groeiverhaal-element .groeiverhaal-numbers-box .groeiverhaal-numbers-box-single p {
    white-space: wrap;
  }

  .groeiverhaal-numbers-box-single > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .ad-team-element .button-container {
    display: none;
  }

  .ad-numbers-bar:not(.ad-over-ons-header .ad-numbers-bar) {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  

  .ad-company-slider {
    text-align: center;
    padding: 40px 0px 40px 0;
  }

  .ad-company-single-slider {
    width: fit-content !important;
  }

  .ad-expertises-fixed-bar-inner {
    overflow: scroll;
    justify-content: flex-start;
  }

  .ad-expertises-fixed-bar-inner .ad-fixed-bar-single:first-child {
    margin-left: 8px;
  }

  .ad-regular-image-text-element .ad-element-head h2 i, .ad-regular-image-text-element .ad-element-head h2 em {
    align-items: center;
  }

  .ad-image-text-element .ad-image-container-div {
    height: auto;
    top: 0;
  }

  .sw-footer-top a {
    flex-grow: 0;
    margin-top: 20px;
  }

  .footer-middle-inner .footer-middle-column:nth-child(3),
  .footer-middle-inner .footer-middle-column:nth-child(4) {
    grid-column: span 2;
  } 

  .ad-regular-image-text-element,
  .ad-regular-image-text-element .ad-element-head {
    min-height: unset;
  }

  .video-text-container .button-container,
  .ad-expertises-element .button-container {
    justify-content: flex-start;
  }

  .ad-contact-header .ad-contact-header-inner h2::before {
    width: 20px;
    height: 30px;
    margin-right: 10px;
  }
  
  .ad-regular-image-text-element .ad-element-head h2 i:before,
  .ad-regular-image-text-element .ad-element-head h2 em:before {
    width: 20px;
    height: 30px;
    margin-right: 5px;
  }


  .ad-quickscan-element {
    padding: 50px 0;
  }

  .ad-quickscan-element h2 {
    margin-bottom: 20px;
  }

  .team-member-name {
    font-size: 18px;
    line-height: 25.6px;
  }

  .ad-team-img-container svg {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    width: 30px;
    height: 30px;
    border: 1px solid var(--green);
    padding: 5px;
    border-radius: 50%;
  }

  .ad-team-slider-single:hover .ad-team-img-container::after {
    display: none;
  }

  .ad-team-slider-single .ad-team-img-container.active::after {
    content: "";
    background: linear-gradient(180deg, rgba(19, 33, 71, 0.7) 0%, rgba(32, 110, 84, 0.7) 100%);
    height: 380px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 93% 0, 100% 100%, 7% 100%);
    opacity: 1;
    transition: opacity 0.5s ease;
  }

  .ad-team-element .slick-track:hover > .ad-team-slider-single:not(:hover) {
    filter: opacity(1);
  }

  .ad-over-ons-header .ad-element-head {
    padding-top: 0;
  }

  .ad-regular-image-text-element {
    flex-direction: column-reverse;
  }

  .ad-expertise-faq-element .ad-faq-element-box .row-1 {
    grid-template-columns: repeat(1, 1fr);
  }

  .ad-btn-style {
    padding: 8px 20px;
    justify-content: center;

  }


  .vacature-element .ad-btn-style {
    flex-grow: 0;
  }

  .vacature-element .button-container {
    justify-content: center;
    margin-top: 40px;
  }

  .vacature-element  .ad-regular-image-container-div img,
  .vacature-element  .ad-regular-image-container-div {
    height: 363px;
  }

  .ad-insights-element .ad-btn-style {
    flex-grow: 0;
  }
  
  .button-container {
    gap: 0;
    margin-right: 7px;
    row-gap: 15px;
  }

  .ad-element-head p:not(:first-child) {
    font-size: 16px;
  }

  .ad-expertises-element {
    padding: 50px 0 50px 0;
  }

  .ad-image-text-element ul {
    font-size: 16px;
  }


  .footer-middle-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ad-element-head h2 {
    width: 100%;
  }

  .ad-expertises-element .slick-track {
    margin-bottom: 80px;
  }

  .ad-expertises-fixed-bar-container {
    padding: 10px 0;
  }

  .ad-fixed-bar-single:hover a, .ad-fixed-bar-single:active a {
    padding: 8px 20px;
  }

  .ad-fixed-bar-single a {
    padding: 8px 20px;
  }

  .ad-cta-element .button-container {
    width: 100%;
    margin-right: 0;
  }

  .ad-cta-element .button-container a {
    margin-left: 0;
  }

  .ad-cta-element .button-container a:first-child {
    margin-right: 10px;
  }

  .ad-cta-element {
    height: 500px;
  }

  .footer-middle-column:nth-child(3) .menu {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 35px !important;
  }



  body .slick-prev, body .slick-next {
    top: unset; 
    bottom: 15px;
    left: -2.5%;
    right: unset;
  }

  body .slick-next {
    margin-left: 70px;
  }

  .ad-expertise-faq-element {
    padding: 50px 0;
  }

  .ad-element-head p:first-of-type::before {
    display: none;
  }

  h2 {
    line-height: 30.8px;
    margin-bottom: 12px;
  }

  .ad-faq-element {
    padding: 50px 0;
  }

  p strong {
    font-size: 18px;
    line-height: 28.8px;
  }

  .ad-groeiverhalen-element {
    padding: 50px 0 50px 0
  }

  .ad-insights-element .slick-prev, .ad-insights-element .slick-next,
  .ad-team-element .slick-prev, .ad-team-element .slick-next  {
    left: 50%;
    transform: translateX(-50%);
  }

  .ad-insights-element .slick-prev,
  .ad-team-element .slick-prev {
    margin-left: -35px;
  }

  .ad-insights-element .slick-next,
  .ad-team-element .slick-next {
    margin-left: 35px;
  }


  .ad-insights-element .insight-single-post {
    width: 345px !important;
    height: 380px !important;
  }

  .ad-insights-element .slick-track {
    margin-bottom: 200px;
  }

  .ad-team-element .slick-track {
    margin-bottom: 75px;
  }

  .ad-team-element {
    padding: 50px 0;
  }

  .ad-expertises-header {
    padding: 50px 0;
  }

  .button-container {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }

  .ad-insights-row-1 {
    grid-template-columns: 1fr;
  }

  .ad-insights-row-1 a:first-child {
    grid-column: 1 / span 1;
  }

  .ad-insights-row-1 a:first-child h3 {
    width: 100%;
  }

  .groeiverhaal-numbers-box-single p span {
    font-size: 28px;
  }

  .ad-team-slider-single {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
  }

  .ad-team-img-container {
    margin-bottom: 10px;
  }

  .werkwijze-element,
  .ad-block-element {
    padding: 50px 0;
  }

  .ad-expertises-element .ad-element-head p:first-of-type::before,
  .ad-insights-element .ad-element-head p:first-of-type::before,
  .ad-groeiverhalen-element .ad-element-head p:first-of-type::before,
  .ad-team-element .ad-element-head p:first-of-type::before,
  .ad-element-head.show-green-slash p:first-of-type::before,
  .werkwijze-header p:first-of-type::before, 
  .block-element-header p:first-of-type::before,
  .related-team-members-section-header p:first-of-type::before,
  .single-member-header-left p:first-of-type::before   {
    display: none;
  }

  .ad-expertises-element .ad-element-head h2::before,
  .ad-insights-element .ad-element-head h2::before,
  .ad-groeiverhalen-element .ad-element-head h2::before,
  .ad-team-element .ad-element-head h2::before,
  .ad-element-head.show-green-slash h2::before,
  .werkwijze-header h2::before, 
  .block-element-header h2::before,
  .related-team-members-section-header h2::before,
  .single-member-header-left h1::before {
    content: "";
    background-image: url(img/green-slash.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 30px;
    font-size: 22px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }

  .single-team-member-strenghts {
    padding-bottom: 50px;
  }

  .team-member-lees-meer {
    display: none;
  }

 .ad-team-img-container.active .team-member-lees-meer {
  display: block;
 }

 .ad-review-slider-element {
  padding: 50px 0;
  }

}

@media (max-width: 500px) {
  .sw-footer-top h2 {
    font-size: 32px;
    text-wrap: balance;
  }

  .ad-numbers-bar {
    padding: 50px 15px;
  }

  .ad-contact-map {
    height: 203px;
  }

  .ad-insights-single-img-text {
    padding: 14px 35px;
    justify-content: center;
    row-gap: 10px;
  }

  .ad-insights-row-1 a .ad-insights-single-img-text h3 {
    font-size: 20px;
  }

  .text-in-overlay,
  .ad-groeiverhaal-element.groei-image-rechts .text-in-overlay {
    padding-left: 25px;
    padding-right: 25px;
  }

  .ad-team-img-container {
    width: 100%;
  }


  .ad-team-slider-single.slick-slide {
    margin-right: -20px;
  }

  body .slick-prev, body .slick-next {
    width: 48px;
    height: 32px;
  }

  .ad-waterslide-slide-container .slick-prev, .ad-waterslide-slide-container .slick-next {
    bottom: -10px;
  }

  .ad-timeline-info-left p:last-child {
    font-size: 18px;
  }

  .ad-timeline-info-right p {
    font-size: 14px;
  }


  .ad-image-container-div {
    width: 100%;
    max-width: none;
    left: 0;
  }

  .team-members-element-inner {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .video-text-container .button-container a {
    flex-grow: 1;
  }

  #gform_wrapper_2 .gf_step .gf_step_label {
    width: 90px;
    max-width: 100%;
  }

  .front-page-header-video {
    height: fit-content;
    background-color: var(--dark-blue);
    max-height: 100vh;
  }

  .werkwijze-single-box {
    transform: skewX(5deg);
  }

  .werkwijze-element-inner {
    margin-left: 9px;
    margin-right: 9px;
  }

  .werkwijze-single-inner {
    transform: skewX(-5deg);
  }

  .werkwijze-single-box a {
    transform: skewX(0);

  }

  .block-element-single-block-inner {
    transform: skewX(-2deg);
  }

  .team-member-media i {
    font-size: 22px;
  }

  .block-element-single-block {
    transform: skewX(2deg);
  }

  .block-element-inner {
    margin-left: 15px;
    margin-right: 15px;
  }

  .single-number-container p:first-child {
    font-size: 35px;
  }

  .single-number-container p:last-child {
    font-size: 18px;
  }

  .team-member-strenghts-inner {
    padding: 30px 38px;
    width: 100%;
    transform: skewX(2deg);
    margin-left: 0;
  }

  .team-member-strenghts-inner-inner {
    transform: skewX(-2deg);
  }

  #sw-footer .wpml-ls-legacy-dropdown-click .wpml-ls-flag+span {
    font-size: 14px;
  }

  .mobile-read-more-1::after,
  .mobile-read-more-2::after {
    content: "Lees meer";
    margin-bottom: 20px;
    font-size: 18px;
    text-decoration: underline;
    display: block;
    cursor: pointer;
    font-weight: bold;
  }

  .mobile-read-more-1 p {
    display: none;
  }
  
  .mobile-read-more-1 p:first-of-type {
    display: block;
  }
  
  .mobile-read-more-1 p:first-of-type {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobile-read-more-2 p {
    display: none;
  }
  
  .mobile-read-more-2 p:nth-of-type(1),
  .mobile-read-more-2 p:nth-of-type(2) {
    display: block;
  }
  
  .mobile-read-more-2 p:nth-of-type(2) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobile-read-more.active p {
    display: block;
    -webkit-line-clamp: unset;
    max-height: none;
  }

  .mobile-read-more.active.mobile-read-more-2::after,
  .mobile-read-more.active.mobile-read-more-1::after {
    content: 'Lees minder';
  } 

  .page-template-single-team-member .button-container a {
    flex-grow: 1;
  }

  .ad-cta-element .ad-element-head {
    width: 78%;
  }

}

