/*
Theme Name: Outtask
Theme URI: http://www.swiftweb.nl;
Author: SwiftWeb
Author URI: http://www.swiftweb.nl;
Description: Custom Outtask template
Version: 1.0
*/

:root {
  --yellow: #FDC606;
  --purple: #635EFD;
  --very-light-blue: #ECF2FF;
  --dark-blue: #1E1E32;
  --dark: #12121F;
  --element-padding: 100px 0 0 0;
  --element-margin: 100px 0 0 0;
  --smaller-section-padding: 80px 0;
  --border-radius: 25px;
  --desktop-margin: 150px 0;
}

* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}


img {
  max-width: 100%;
}

body {
  color: #161734;
  position: relative;
  font-family:"acumin-pro", sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}


h1 {
  font-size: clamp(32px, 4vw, 50px);
  font-weight: bold;
  margin-bottom: 20px;
  text-wrap: balance;
  line-height: 1.1;
}

h2 {
  font-size: clamp(28px, 3.5vw, 50px);
  margin-bottom: 20px;
  font-weight: bold;
}

h3 {
  font-size: clamp(18px, 2.5vw, 30px);
  font-weight: 400;
  margin-bottom: 10px;
}

h4 {
  font-size: clamp(17px, 3.5vw, 19px);
  line-height: 35px;
}

h5 {
  font-size: clamp(14px, 2vw, 14px);
}

h6 {
  font-size: clamp(12px, 1.5vw, 14px);
}

p {
  font-size: clamp(16px, 1.5vw, 16px);
  font-weight: 400;
  margin-bottom: 20px;
  color: #40405B;
  line-height: 30px;
}

a {
  font-size: clamp(16px, 1.5vw, 16px);
  line-height: 25px;
  font-weight: 400;
  color: #025EFD;

}

a:hover {
  color: #025EFD;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

header ul,
footer ul,
.tekst-image-semi-inner ul {
  list-style: none;
}

p:empty {
  margin: 0;
}

ul li:not(header ul li),
ol li:not(header ol li) {
  font-size: 16px;
  position: relative;
  line-height: 28px;
  color: #40405B;
  /* margin-bottom: 5px; */
  font-weight: 500;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

p a {
  color: var(--purple);
}

/* Theme CSS */

.nearshoring .page-header-left-inner h1,
.detachering .page-header-left-inner h1,
.staffing .page-header-left-inner h1 {
  font-size: 20px;
}

.nearshoring .page-header-left-inner h2,
.detachering .page-header-left-inner h2 {
  font-size: clamp(24px, 3vw, 50px);
}

.vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}

.element-padding-top {
  padding: var(--element-padding);
}

.ot-front-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: calc(55vh + 131px);
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -131px;
  margin-left: -1px;
}

.primary-menu-nav .current-menu-item > a {
  color: var(--purple);
  display: flex;
  align-items: center;
  gap: 3px;
}

.primary-menu-nav .current-menu-item > a::before {
  content: "";
  width: 9px;
  border-radius: 100%;
  background-color: var(--purple);
  height: 9px;
  display: block;
}

.ot-front-header-inner {
  width: 40%;
  margin-top: 80px;
}

.ot-front-header-inner p {
  color: white;
}

.ot-logo-slider {
  background-color: var(--dark-blue);
  padding: 100px 0 100px 0;
  text-align: center;
  border-radius: 50px 50px 0 0;

}

.front-page-header-slider {
  padding: 50px 0 100px 0;
}

.home .ot-logo-slider {
  margin-top: -50px;
  position: relative;
  z-index: 1;
  margin-bottom: -50px;
}

.home .ot-logo-slider::after {
  content: "";
  width: 100%;
  border-radius: 50px 50px 0 0;
  background-color: white;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
}

.ot-logo-slider p {
  color: #535371;
  margin-bottom: 20px;
}

.front-page-header-slider .slick-track .ot-logo-single {
  width: fit-content !important;
  height: 35px !important;
  min-height: 35px !important;
}


.ot-logo-slider.ot-logo-slider-2 .ot-logo-single {
  width: fit-content !important;
  height: 50px !important;
}

.logo-slider-initiate .slick-track,
.logo-slider-initiate-2 .slick-track {
  align-items: baseline !important;
  display: flex !important;
  gap: 100px !important;
}

.ot-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ot-btn {
  position: relative;
  display: inline-block;
  padding: 8px 25px;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  z-index: 2;
  margin: 2px;
}

.ot-btn-outer {
  position: relative;
  display: inline-flex;
}

.button-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 4px;

  z-index: 1;
  transform: translate(-2px, -2px);
  transition: filter 1s ease-in, opacity 0.3s ease-in;

  opacity: 0;

  filter: blur(12px);
  background-size: 350% 350%;
  background-position: left center;
}

.button-bg {
  transition: opacity 0s ease-in;
}

.ot-btn-outer.btn-yellow .button-bg {
  background: linear-gradient(90deg, #FDC606 0%, #FDC606 38%, #635EFD 39%, #FDC606 70%, #FDC606 100%);
}


.ot-btn-outer.btn-purple .button-bg {
  background: linear-gradient(90deg, #635EFD 0%, #635EFD 38%, #FDC606 39%, #635EFD 70%, #635EFD 100%);
}

.ot-btn-outer.btn-darkblue .button-bg {
  background: linear-gradient(90deg, #1E1E32 0%, #1E1E32 38%, #635EFD 39%, #1E1E32 70%, #1E1E32 100%);
}

.ot-btn-outer.btn-yellow:hover .button-bg {
  animation: AnimateBorder 8s infinite;
  -webkit-animation: AnimateBorder 8s infinite;
  -moz-animation: AnimateBorder 8s infinite;
  background-size: 350% 350%;
  opacity: 1;
}

.ot-btn-outer.btn-purple:hover .button-bg {
  animation: AnimateBorder 8s infinite;
  -webkit-animation: AnimateBorder 8s infinite;
  -moz-animation: AnimateBorder 8s infinite;
  background-size: 350% 350%;
  opacity: 1;
}

.ot-btn-outer.btn-darkblue:hover .button-bg {
  animation: AnimateBorder 8s infinite;
  -webkit-animation: AnimateBorder 8s infinite;
  -moz-animation: AnimateBorder 8s infinite;
  background-size: 350% 350%;
  opacity: 1;
}


@-webkit-keyframes AnimateBorder {
  0% { background-position: 0% 0%; }
  100% { background-position: 100% 100%; }
}

@-moz-keyframes AnimateBorder {
  0% { background-position: 0% 0%; }
  100% { background-position: 100% 100%; }
}

@keyframes AnimateBorder {
  0% { background-position: 0% 0%; }
  100% { background-position: 100% 100%; }
}

.btn-white span {
  color: var(--purple);
}


header {
  background-color: white;
  padding: 0 30px;
  border-radius: 25px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  justify-content: space-between;
}

.header-left img {
  width: 150px;
}

.header-left {
  width: fit-content;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.primary-menu-nav ul {
  display: flex;
  gap: 25px;
  margin-bottom: 0;
}

.primary-menu-nav a {
  color: var(--dark);
  font-size: 14px;
  font-weight: 500;
}

.nav-last-div {
  display: flex;
  align-items: center;
}

.banner-fact-single {
  display: flex;
  align-items: center;
}

.banner-fact-single p:nth-child(2) {
  margin: 0 8px;
  color: var(--purple);
  display: inline-block;
  font-weight: bold;
}

.banner-section h2 {
  color: white;
  font-weight: bold;
  text-align: center;
}

.banner-section p {
  color: white;
  margin-bottom: 0;
  font-size: clamp(16px, 3vw, 22px);
}

.banner-facts {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.vc_row-no-padding .banner-section {
  margin-left: 15px;
  margin-right: 15px;
}


.ot-social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ot-social-proof > div {
  display: flex;
  align-items: center;
  gap: 2px;
}

.ot-social-proof p:last-child {
  font-size: 12px;
}

.ot-social-proof p:first-child {
  font-size: 18px;
}

.ot-social-proof p {
  line-height: 15px;
}

.ot-social-proof img {
  width: 14px;
}

.clip-image {
  clip-path: inset(100px 100px);
  transition: all 0.3s;
}

.clip-image.inviewport {
  clip-path: inset(0);
}

.increase-number {
  min-width: 40px;
  display: flex;
  justify-content: flex-end;
}

/****************** MOVING BACKGROUND ***********/

.gradient-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.gradient-bg-bg {
  background: url(./img/gradient-new-1.svg);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
  


/***********************************************/


.ot-stap-single-inner {
  background-color: #EBF1FF;
  border-radius: var(--border-radius);
  position: relative;
  padding: 50px;
}

.ot-stap-single-inner p {
  margin-bottom: 0;
  line-height: 30px;
  /* text-wrap: balance; */
}

.ot-stap-index{
  background-color: var(--purple);
  color: white;
  width: fit-content;
  padding: 10px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.ot-stap-single {
  position: relative;
}

.ot-stap-single-inner-header {
  display: flex;
  gap: 3px;
}

.ot-stap-single-inner-header h3,
.ot-stap-single-inner h3 {
  font-weight: bold;
  font-size: clamp(18px, 3vw, 26px);

}

.ot-stap-single-inner-header span {
  font-size: 14px;
  color: var(--purple);
  font-weight: bold;
}

.ot-stappen-links img {
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 1px;
  max-width: 100%;
}

.stappen-links-img-container::before {
  content: "";
  background-image: url(img/corner-shape-wit-l.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -1px;
  right: -1px;
  height: 127px;
  width: 246px;
  display: block;
  z-index: 1;
}

.stappen-links-img-container {
  position: relative;
  max-width: 100%;
  height: 100%;
}

.ot-stappen-inner {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 50px;
}

.ot-stappen-links {
  position: relative;
  display: flex;
  flex-direction: column;
}

.ot-stappen-rechts {
  gap: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ot-stappen-links h2 {
  text-wrap: balance;
}

.stappen-verticaal-line .ot-stap-single-inner {
  filter: blur(5px);
  opacity: 0;
  transition: all 1s;
}

.outside-image img {
  display: none;
  transform: scale(0);
  transition: transform 0.1s ease, opacity 0.1s ease;

}

.stappen-verticaal .outside-image.active img {
  display: block;
  opacity: 1;
}

@keyframes enlargeAndShrink {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.stappen-verticaal .outside-image.active img {
  animation: enlargeAndShrink 0.8s ease forwards;
}


.ot-stap-single.left .ot-stap-single-inner  {
  transform: translateX(-100%);
  position: relative;
}

.ot-stap-single.right .ot-stap-single-inner {
  transform: translateX(100%);
  position: relative;
}

.stappen-verticaal .ot-stap-single .ot-stap-single-inner.active {
  transform: translateX(0);
  filter: blur(0);
  opacity: 1;

}

.stappen-verticaal-line {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 250px;
}

.stappen-rechts {
  position: relative;
  top: 50px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 100px;
  flex: 1;
}

.stappen-links {
  position: relative;
  top: 300px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding-right: 110px;
  flex: 1;
}



.stappen-verticaal-inner .ot-stap-single.left .outside-image {
  background-color: var(--very-light-blue);
  border-radius: 8px;
  width: fit-content;
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.stappen-verticaal-inner .ot-stap-single.right .outside-image {
  background-color: var(--very-light-blue);
  border-radius: 8px;
  width: fit-content;
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stappen-verticaal-inner .ot-stap-single.right .outside-image img,
.stappen-verticaal-inner .ot-stap-single.left .outside-image img {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  position: relative;
  z-index: 5;
}

.stappen-btn {
  display: flex;
  width: fit-content;
  flex-direction: column;
  margin: auto;
}

.stappen-verticaal-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 50px;
  align-items: center;
  overflow: hidden;
}

.stappen-fill-line {
  background-color: var(--very-light-blue);
  height: 100%;
  width: 4px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.stappen-fill-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--fill-height, 0);
  background-color: var(--purple);
  margin-top: 0 !important;
  transition: height 0.1s ease-out; 
}

.stappen-verticaal-line.in-view .stappen-fill-line::before {
  height: 100%;
}

.stappen-verticaal-inner ul {
  list-style: inherit;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

.stappen-verticaal-inner ul li {
  font-size: clamp(14px, 1.5vw, 15px);
}

.stappen-verticaal .ot-stap-single-inner-header p,
.stappen-verticaal .ot-stap-single-inner-header p span  {
  font-size: clamp(18px, 1.5vw, 20px);
}

.stappen-verticaal .ot-stap-single-inner-header p {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
  width: 100%;
}

.ot-stappen-rechts.show .ot-stap-single {
  transform: translateY(0);
  filter: blur(0);
  opacity: 1;
  transition: opacity 600ms ease-in-out, transform 400ms ease-in-out;
}

.ot-stappen-rechts.show .ot-stap-single:nth-child(1) {
  transition-delay: 1000ms;
}

.ot-stappen-rechts.show .ot-stap-single:nth-child(2) {
  transition-delay: 800ms;
}

.ot-stappen-rechts.show .ot-stap-single:nth-child(3) {
  transition-delay: 600ms;
}

.ot-stappen-rechts.show .ot-stap-single:nth-child(4) {
  transition-delay: 400ms;
}

.ot-stappen-rechts.show .ot-stap-single:nth-child(5) {
  transition-delay: 200ms; 
}

.diensten-blok-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background-color: white;
  border-radius: 25px;
  padding: 75px;
  flex-shrink: 0;
  flex: 1;

}

.diensten-blok-single h3,
.diensten-blok-single p {
  transition: all 0.3s;
}

.diensten-blok-single:hover h3,
.diensten-blok-single:hover p {
  transform: scale(1.1);
}

.diensten-blok-single img {
  width: 150px;
}

.diensten-blok-header {
  text-align: center;
  margin-bottom: 30px;
}

.diensten-blok-container {
  display: flex;
  gap: 50px;
}

.diensten-blok-single-content p {
  margin-bottom: 0;
  text-wrap: balance;
  color: white;
}

.img-wrapper {
  transition: transform 0.3s;
}

/* .img-wrapper:hover {
  transform: scale(1.1);
} */

.usps-2-section .usps-blok-single .img-wrapper {
  padding: 15px;
}

.usps-blok-single .img-wrapper {
  flex-shrink: 0;
  background-color: white;
  border-radius: 15px;
}

.usps-blok-single .img-wrapper img {
  max-width: 70px;
  width: 70px;
  max-height: 75px;
}

.usps-blok-single {
  display: flex;
  align-items: center;
  gap: 20px;

}

.usps-section .usps-blok-single {
  gap: 10px;
}

.usps-section .usps-blok-container:has(.usps-blok-single:nth-last-child(3):first-child)  .usps-blok-single {
  flex: 1 1 30%;
  max-width: 30%;
  gap: 10px;
}

.usps-2-section h3 {
  padding-left: 0;
}


.usps-2-section .usps-blok-single h3,
.usps-2-section .usps-blok-single p {
  padding-left: 0;
}

.usps-2-section::after {
  content: "";
  width: 100%;
  border-radius: 50px 50px 0 0;
  background-color: #12121F;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
}

.logo-slider-initiate-2 {
  margin-bottom: 50px;
}

.usps-section .usps-blok-single-content h3,
.usps-section .usps-blok-single-content p {
  padding-left: 0;
}

.usps-section {
  padding-top: 100px;
}

.usps-blok-single-content h3 {
  font-size: clamp(18px, 3vw, 24px);
  margin-bottom: 0;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 30px;
}

.usps-blok-single p {
  line-height: 20px;
  font-weight: 500;
}

.usps-blok-header {
  text-align: center;
  margin-bottom: 25px;
}

.usps-blok-header h2 {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 25px;
}

.usps-blok-single p {
  margin-bottom: 0;
  font-size: 14px;

  padding-left: 30px;
}

.simple-usps-section .usps-blok-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.usps-blok-container {
  display: flex;
  gap: 40px;
  align-items: baseline;
}

.image-tekst-container {
  display: flex;
 justify-content: center;
 height: 100%;
}

.image-tekst-links {
  flex-shrink: 0;
  width: 30%;
  height: 100%;
}

.image-tekst-links img {
  border-radius: 25px 0 0 25px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-tekst-rechts {
  background-color: var(--very-light-blue);
  border-radius: 0 25px 25px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 100px;
}

.ot-btn.btn-purple,
.ot-btn.btn-purple::before  {
  background-color: var(--purple);
  border-color: var(--purple);
  color: white;
}

.btn-yellow a {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: var(--dark);
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: var(--purple);
}

.ot-btn.btn-darkblue {
  background-color: var(--dark-blue);
  color: white;
  border-color: var(--dark-blue);
}

.btn-darkblue:hover {
  color: white;
}

.ot-slider-single img {
max-height: 125px;
  margin: auto;

}

.ot-slider-single h3:first-of-type {
  margin-bottom: 0;
}

.ot-slider-single-tekst {
  border-top: 2px solid grey;
  padding-top: 30px;
  margin-top: 30px;
}

.ot-slider-single-tekst p {
  margin-bottom: 0;
}

.ot-slider-single {
  padding: 30px 50px;
  border: 1px solid var(--very-light-blue);
  border-radius: 25px;  
  width: 417px;
  margin-right: 15px;
  background-color: var(--very-light-blue);
}

.slick-track {
  align-items: stretch !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

body .slick-prev {
  background-image: url(img/arrow-s-635efd-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 56px;
  height: 38px;
  left: unset;
  right: unset;
  margin-right: 70px;
  bottom: -15%;
  top: unset;
  z-index: 2;
  transition: all 0.3s;
}

body .slick-next {
  background-image: url(img/arrow-s-635efd.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 56px;
  height: 38px;
  left: unset;
  right: unset;
  bottom: -15%;
  top: unset;
  z-index: 2;
  transition: all 0.3s;
  margin-left: 50px;
}

body .slick-next:hover, body .slick-next:focus {
  background-image: url(img/arrow-s-635efd.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body .slick-prev:hover, body .slick-prev:focus {
  background-image: url(img/arrow-s-635efd-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body .slick-prev:before,
body .slick-next:before {
  display: none;
}

.ot-slider-grid {
  margin-bottom: 75px;
  margin-top: 50px;
}

.ot-media-groep img {
  width: 30px;
  transition: all 0.3s;
}

.ot-media-groep img:hover {
  transform: scale(0.9);
}

.ot-media-groep {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.usps-2-section {
  color: white;
  padding: 100px 0 150px 0;
  position: relative;
  margin-top: 100px;
}

.usps-2-section h2 {
  font-size: clamp(28px, 3.5vw, 55px);
}

.usps-2-section .gradient-bg {
  border-radius: 50px 50px 0 0
}

.usps-2-section-inner {
  display: flex;
}

.usps-2-blok-header,
.usps-2-blok-container {
  width: 50%;
  flex-shrink: 0;
}

.usps-2-blok-container .usps-blok-single .usps-blok-single-content p {
  text-wrap: balance;
  color: white;
  line-height: 25px;
}

.usps-2-blok-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.usps-2-blok-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ot-page-header-inner {
  width: 60%;
  padding-top: 175px;
  padding-bottom: 150px;
}

.ot-page-header {
  margin-top: -130px;
  position: relative;
  height: calc(55vh + 131px);
  height: 100%;
  display: flex;
}

.contact-header {
  padding-top: 175px;
  padding-bottom: 150px;
}

.contact-header h1 {
  text-wrap: balance;
  width: 40%;
}

.calculator .ot-page-header-inner {
  padding-top: 200px;
  padding-bottom: 250px;
}

.ot-page-header h1,
.ot-page-header p {
  color: white;
}

.ot-page-header p {
  width: 75%;
}

.page-header-full-width.ot-page-header p {
  width: 100%;
}

.ot-page-header-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
  height: 100%;
}

.wider-image .ot-page-header-right {
  width: 45%;
  height: 100%;
  overflow: hidden;
}

.ot-page-header.driekwart {
  height: 85dvh;
}

.wider-image .page-header-left-inner {
  width: 75%;
}

.wider-image.ot-page-header p {
  width: 100%;
}

.ot-page-header-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.ot-page-header-left {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.ot-sticky-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
 
  overflow-x: auto;
}

.ot-sticky-bar-outer {
  padding: 20px 50px;
  border-radius: 50px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.ot-sticky-bar-inner::-webkit-scrollbar {
  height: 2px;
}

.ot-sticky-bar-inner::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  background-clip: padding-box;
  
}

.ot-sticky-bar-inner::-webkit-scrollbar-track {
  background-color: transparent;
  padding: 0 50px;
}

.ot-sticky-bar-inner p {
  font-weight: bold;
  margin-right: 20px;
  font-size: 15px;
  margin-bottom: 0;
  white-space: nowrap;
}

.ot-sticky-bar-inner a {
  color: black;
  font-size: 15px;
  white-space: nowrap;
}

.ot-sticky-bar {
  margin-top: -84px;
  transition: all 0.3s;
}

.ot-sticky-bar.sticky-top {
  top: 35px;
  z-index: 1019;
}

.contact-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.ot-sticky-bar, .ot-header-class {
  transition: all 0.3s;
}
.ot-sticky-bar .scroll-icon-img {
  background-image: url(./img/arrow-s-down-ffffff.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
  transition: all 0.4s;
}

.ot-sticky-bar .scroll-icon {
  position: absolute;
  right: 50%;
  transform: translate(50%, 50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  background-color: var(--purple);
  border-radius: 0 0 50px 50px;
  padding: 8px;
  bottom: 0;
}


.ot-sticky-bar.active .scroll-icon,
.ot-sticky-bar.active-click .scroll-icon  {
  opacity: 1;
  bottom: -15px;
}

.ot-sticky-bar.active-click {
  top: 130px;
}

.ot-sticky-bar.active-click .scroll-icon-img {
  transform: rotate(180deg);
}

.ot-slider-content-header h2 {
  text-align: center;
}

.ot-slider-quotes-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.ot-slider-quotes-container img {
  width: 250px;
  min-width: 250px;
  height: 450px;
  object-fit: cover;
  flex-shrink: 0;
}

.ot-slider-image-left img {
  border-radius: 0 25px 25px 0;
}

.ot-slider-image-right img {
  border-radius: 25px 0  0 25px;
}

.ot-slider-quotes-outer {
  max-width: calc(100% - 700px);
  border-radius: var(--border-radius);
  background-color: #EBF1FF;

}

.ot-slider-quote-single {
  padding: 100px;
}

.ot-slider-quote-single p {
  margin-bottom: 0;
  max-width: 100%;
  font-size: clamp(18px, 3vw, 32px);
  line-height: 1.2;
  font-weight: 600;
  display: block;
  text-align: center;
}

.ot-slider-quotes-content-grid .slick-next {
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}

.ot-slider-quotes-content-grid .slick-prev {
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}

.single-quote-inner {
  display: flex;
  justify-content: center;
}

.ot-pricing-grid ul li p {
  margin-bottom: 5px;
}

.ot-pricing-grid {
  display: flex;
  gap: 50px;
  margin-top: 60px;
}

.ot-pricing-single {
  border-radius: var(--border-radius);
  padding: 50px 50px 40px 50px;
  background-color: white;
  flex: 1;
  height: fit-content;
}

.ot-pricing-header {
  text-align: center;
}

.ot-pricing-section {
  background-color: #EBF1FF;
  margin: 0 30px;
  border-radius: var(--border-radius);
  padding: 150px 0;
}

.ot-pricing-single p span {
  font-size: clamp(25px, 3vw, 45px);
  color: var(--dark-blue);
}

.ot-pricing-single p {
  line-height: 24px;
}

.ot-pricing-price span,
.ot-pricing-small-header {
  font-weight: bold;
}

.ot-pricing-single-top p {
  margin-bottom: 0;
}

.ot-pricing-single p,
.ot-pricing-single ul li {
  font-size: clamp(14px, 3vw, 15px);
}

.ot-pricing-single-top {
  min-height: 175px;
  margin-bottom: 25px;
}

.ot-pricing-price {
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  padding-bottom: 25px;
  margin-top: 25px;
}


.ot-pricing-single ul li::before {
  content: "";
  background-image: url(./img/nearshoring/vinkje-donkerblauw.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-bottom: -2px;

  position: absolute;
  left: 0;
  top: 7px;
}

.ot-pricing-single-top h3 {
  font-weight: 700;
  font-size: clamp(20px, 3vw, 34px);
}

.ot-pricing-single a {
  width: 100%;
}

.ot-pricing-single ul {
  padding-left: 0;
  margin-bottom: 0;

}

.ot-pricing-single ul li {
  position: relative;
  display: flex;
  padding-left: 20px;
}

.ot-pricing-grid .ot-pricing-single:nth-child(2) ul li::before {
  content: "";
  background-image: url(./img/nearshoring/vinkje-paars.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 15px;
  height: 15px;

  position: absolute;
  left: 0;
  top: 7px;
}

.ot-pricing-grid .ot-pricing-single:nth-child(2) ul {
  margin-bottom: 40px;
}

.ot-pricing-small-header {
  margin-bottom: 10px;
}

.ot-testimonials-section {
  background-color: var(--dark-blue);
  color: white;
  border-radius: var(--border-radius);
  padding: 150px 0;
}

.ot-testimonial-header {
  border-bottom: 1px solid white;
  text-wrap: balance;
  margin-bottom: 50px;
}

.ot-testimonial-header h2 {
  margin-bottom: 40px;
}

.ot-testimonial-single {
  background-color: white;
  border-radius: var(--border-radius);
  height: 400px !important;
  width: 525px !important;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 100px 50px;

  margin-bottom: 50px;
  transition: all 0.3s;
  cursor: pointer;
}

.ot-testimonial-single::after {
  content: "";
  background-image: url(img/arrow-s-ffffff.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 15px;
  width: 15px;
  margin-top: 2px;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.ot-testimonial-single:hover {
  background-color: var(--purple);
}

.ot-testimonial-single:hover .ot-testimonial-single-content {
  display: flex;

}

.ot-testimonial-single:hover .ot-testimonial-single-content p {
  color: white;
  
  width: 100%;
  font-weight: 600;
  font-size: clamp(16px, 3vw, 20px);
}

.ot-testimonial-slider .slick-track {
  gap: 30px;
}

.ot-testimonial-single:hover img {
  display: none;
}

.ot-testimonial-single img {
  width: 90%;
  height: 160px;
  object-fit: contain;
}

.ot-testimonial-single-content {
  display: none;

}

.testimonial-bedrijf,
.testimonial-plaats {
  position: absolute;
  font-size: 13px;
  line-height: 1.4;
}

.testimonial-bedrijf {
  margin-bottom: 5px;
  bottom: 15px;
  font-weight: bold;
  color: white;
}

.testimonial-plaats {
  margin-bottom: 0;
  bottom: 0;
  color: white;
}

.ot-testimonial-single .top-right-cutout-no-bg-pic {
  width: 8rem;
  height: 3rem;
  top: unset;
  bottom: 0;
  background-color: var(--dark-blue);
  border-radius: 0 25px 0 0;
}

.ot-testimonial-single .bottom-right-of-cutout-radius {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--dark-blue);
  position: absolute;
  top: unset;
  bottom: 100%;
  left: 0;
  right: unset;
}

.ot-testimonial-single .top-left-of-cutout-radius {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--dark-blue);
  position: absolute;
  top: unset;
  bottom: 0;
  left: 100%;
  right: unset;
}

.ot-testimonial-single .top-right-radius {
  background-color: white;
  border-radius: 0 0 0 25px;
  transition: all 0.3s;
}

.ot-testimonial-single:hover .top-right-radius {
  background-color: var(--purple);
  
}

.usps-variant-section {
  margin: var(--desktop-margin);
}

.usps-variant-section h2 {
  text-align: center;
}

.usps-variant-single p {
  font-weight: 700;
  margin-bottom: 0;
  font-size: clamp(16px, 3vw, 22px);
  color: var(--dark-blue);
  display: flex;
  align-items: center;
  line-height: 1;
}

.usps-variant-single p::before {
  content: "";
  background-image: url(./img/nearshoring/opsom-icon-paars.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: 2px;
  flex-shrink: 0;
}

.usps-variant-single {
  position: relative;
}

.usps-variant-container {
  margin: 30px 0 40px 0;
  display: flex;
  gap: 30px;
  row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.usps-variant-section .button-container {
  text-align: center;
}

.cta-images-section {
  margin-top: 100px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.cta-images-section img {
  border-radius: 30px;
  height: 150px;
  width: 250px;
  object-fit: cover;
}

.cta-images-left,
.cta-images-right {
  width: 50%;
}

.image-row {
  display: flex;
  gap: 25px;
  justify-content: flex-start;
}

.cta-images-right .image-row {
  justify-content: flex-end;
}

.cta-images-left .image-row:first-child,
.cta-images-right .image-row:first-child {
  margin-bottom: 40px;
}

.cta-images-left .image-row:last-child {
  margin-left: 75px;
}

.cta-images-right .image-row:last-child {
  margin-right: 75px;
  justify-content: flex-end;
}

.cta-images-left .image-row:first-child {
  justify-content: flex-start;
}

.cta-images-tekst h2 {
  text-wrap: balance;
  font-size: clamp(28px, 3.5vw, 55px);
}

.cta-images-tekst {
  text-align: center;
  width: 25%;
  flex-shrink: 0;
  margin-bottom: 75px;
}

.cta-images-tekst h2 {
  line-height: 1;
}

.single-vacature .cta-images-tekst {
  margin-bottom: 0;
}

.cta-images-section-extra {
  padding: 15px 50px;
  border-radius: 50px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  width: fit-content;
  margin: auto;
  margin-top: 20px;
}

.image-row > div {
  flex-shrink: 0;
}

.cta-images-section-extra p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.beloftes-section .ot-stap-single {
  opacity: 1;
  filter: blur(0);
  transform: unset;
}

.beloftes-inner img {
  border-radius: 40px;
  grid-row: 1 / span 2;
  grid-column: 2;
  height: auto;
  object-fit: cover;
}

.beloftes-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.ot-stappen-links .top-right-cutout-no-bg-pic {
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
  border-radius: 25px 0 0 0;
  background-color: white;
  width: 180px;
  height: 60px;
}

.ot-stappen-links .bottom-right-of-cutout-radius {
  width: 2.5rem;
  height: 2.5rem;
  background-color: white;
  position: absolute;
  top: unset;
  bottom: 100%;
  left: unset;
  right: 0;
}

.ot-stappen-links .top-left-of-cutout-radius {
  width: 2.5rem;
  height: 2.5rem;
  background-color: white;
  position: absolute;
  top: unset;
  bottom: 0;
  left: unset;
  right: 100%;
}

.ot-stappen-links .top-right-radius {
  width: 100%;
  height: 100%;
  background-color: #D2D3D7;
  border-radius: 0 0 25px 0;
}

.ot-stappen-links .ot-btn-outer {
  position: absolute;
  right: 0;
 bottom: 0;
}

.header-span h2 span,
.header-span h1 span {
  color: var(--purple);
}

.diensten-blok-container a {
  color: white;
  position: relative;
  justify-content: center;
  text-align: center;

}

.diensten-blok-container a .gradient-bg {
  border-radius: var(--border-radius);
}

.banner-section {
  margin-top: 100px;
  position: relative;
}

.banner-section .gradient-bg {
  border-radius: var(--border-radius);
}

.diensten-blok-single-content {
  position: relative;
  max-width: 350px;
}

.diensten-blok-single-content h3 {
  font-size: clamp(18px, 3vw, 36px);
  font-weight: bold;
}

.image-tekst-container-2 img {
  width: 500px;
}

.image-tekst-section-2 img {
  height: 650px;
  width: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.image-tekst-links-2 {
  min-width: 520px;
}

.image-tekst-section-2 > img {
  margin-left: -290px;
  position: absolute;
  right: calc(50% + 585px);
  width: calc((100vw - 1170px) / 2);
  border-radius: 0 25px 25px 0;
}

.image-tekst-section-2.image-up {
  padding-top: 200px;
}

.image-tekst-section-2.image-down {
  padding-bottom: 135px;
}

.image-tekst-section-2.image-up > img {
  margin-top: -5%;
}

.image-tekst-section-2.image-down > img {
  margin-top: 7%;
}


.image-tekst-rechts-2 {
  width: 100%;
  margin-left: 75px;
}

.image-tekst-container-2 {
  display: flex;
  position: relative;
  align-items: center;
}

.ot-page-header::after {
  content: "";
  width: 100%;
  border-radius: 35px 35px 0 0;
  background-color: white;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
}

.page-header-galerij {
  width: 40px;
  aspect-ratio: 2;
  margin: 10px 0 30px 0;
}

.ot-btn span img {
  width: 15px;
  margin-left: 10px;
}

.ot-sticky-bar-content a {
  display: flex;
  align-items: center;
  gap: 10px;
 
}

.ot-sticky-bar-content a:hover svg {
  margin-top: 10px;
}

.ot-sticky-bar-content svg {
  width: 15px;
  transition: all 0.3s ease;
}

.simple-usps-section h3 {
  position: relative;
}

.simple-usps-section h3::before {
  content: "";
  background-image: url(./img/nearshoring/opsom-icon-paars.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
}

.simple-usps-section .usps-blok-container {
  gap: 40px;
}

.vier-stappen-inner {
text-align: center;
}

.ot-simple-banner-tekst p {
  color: white;
  text-align: center;
}

.vier-stappen-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 30px 0;
}

.single-vier-stappen-stap {
  padding: 40px 45px;
  border: 1px solid black;
}

.single-vier-stappen-stap p {
  margin-bottom: 0;
  font-size: 15px;
  text-align: start;
}

.single-vier-stappen-stap:first-child {
  border-left: unset;
  border-right: unset;
  padding-left: 0;
}

.single-vier-stappen-stap:nth-child(2){
  border-right: unset;
}

.single-vier-stappen-stap:last-child {
  border-left: unset;
  border-right: unset;
  padding-right: 0;
}

.ot-simple-banner-container {
  display: flex;
  gap: 22px;
}

.ot-simple-banner-container img {
  width: 290px;
  height: 300px;
  object-fit: cover;
  flex-shrink: 0;
}

.ot-simple-banner-container img:first-child {
  border-radius: 0 25px 25px 0;
}

.ot-simple-banner-container img:last-child {
  border-radius: 25px 0 0 25px;
}

.ot-simple-banner-tekst {
  background-color: var(--dark-blue);
  color: white;
  padding: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 25px;
  width: 100%;
}

.ot-simple-banner-tekst h2 {
  text-align: center;
  text-wrap: balance;
}

.ot-logo-slider.ot-logo-slider-2 {
  background-color: unset;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-radius: unset;
  padding: 50px 0;
  margin-top: 100px;
  width: 100%;
}

.ot-logo-slider.ot-logo-slider-2 .featured-title {
  display: none;
}

.ot-logo-single.slick-slide img {
  flex: 1;
  object-fit: contain;
  height: 100%;
}

.tekst-image-semi-inner {
  display: flex;
  gap: 40px;
}

.tekst-image-semi-inner-left-top {
  background-color: var(--dark-blue);
  border-radius: 40px 40px 0 0;
  padding: 50px 60px 100px 60px;
}

.tekst-image-semi-inner-left {
  width: 60%;
  flex-shrink: 0;
}

.tekst-image-semi-inner-right {
  width: 100%;
}

.tekst-image-semi-inner-left-top h2 {
  font-size: clamp(20px, 3.5vw, 45px);
  text-wrap: balance;
  color: white;
}

.tekst-image-semi-inner-right img {
  border-radius: var(--border-radius);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tekst-image-semi-inner-left-bottom {
  background-color: var(--very-light-blue);
  border-radius: var(--border-radius);
  padding: 50px 60px;
  margin-top: -50px;
}

.tekst-image-semi-inner-left-bottom > p {
  font-size: clamp(16px, 3.5vw, 24px);
  border-bottom: 1px solid black;
  padding-bottom: 30px;
}

.tekst-image-semi-repeater ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  gap: 10px;
}

.tekst-image-semi-repeater li::before {
  content: "■"; 
  font-size: 10px; 
  margin-right: 10px;
  vertical-align: middle;
}

.tekst-image-semi-repeater li {
  font-size: 14px;
  display: flex;
}

.stappen-verticaal h2 {
  text-align: center;
  text-wrap: balance;
}
.footer-locaties p {
  color: white;
}

.ot-testimonials-section {
  margin-top: 100px;
}

.slick-dots li button:before {
  color: var(--purple) !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: var(--purple) !important;
  font-size: 10px;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

.page-header-left-inner p strong {
  color: white;
}

.brede-image-section-inner {
  display: flex;
  height: 600px;
  gap: 30px;
}

.brede-image-section {
  margin: 0 15px;
  border-radius: var(--border-radius);
  padding-top: 150px;
}

.brede-image-section .brede-image-left img {
  border-radius: var(--border-radius);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.brede-image-left {
  width: 55%;
  flex-shrink: 0;
}

.brede-image-right {
  background-color: var(--dark-blue);
  padding: 75px;
  border-radius: var(--border-radius);

  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;

}

.brede-image-right h2 {
  color: white;
  font-size: clamp(28px, 3.5vw, 40px);
}

.brede-image-right h3 {
  color: white;

}

.brede-image-right h4 {
  font-size: clamp(18px, 3vw, 20px);
}

.brede-image-right p {
  color: white;
  margin-bottom: 10px;
}

.brede-image-right ul li {
  color: white;
  margin-left: 20px;
  font-size: clamp(18px, 3.5vw, 18px);
  font-weight: 300;
  line-height: 40px;
}

.brede-image-right ul {
  margin-bottom: 0;
}

.brede-image-right ul li::marker {
  color: var(--purple);
}

.brede-image-right .button-container {
  margin: 30px 5px 30px 5px;
}

.brede-image-right a {
  width: 100%;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: clamp(16px, 3.5vw, 20px);
  font-weight: 500;
}

.brede-image-right a img {
  width: 20px;
  margin-left: 10px;
}

.brede-image-right h4 {
  color: white;
  margin-bottom: 0;
}

.single-vier-blokken-stap {
  border-radius: var(--border-radius);
  background-color: var(--dark-blue);
  padding: 50px;
  height: 300px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.single-vier-blokken-stap::after {
  content: "";
  background-image: url(img/arrow-s-ffffff.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 15px;
  width: 15px;
  margin-top: 2px;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.single-vier-blokken-stap:hover {
  background-color: var(--purple);
}

.single-vier-blokken-stap:hover p {
opacity: 1;
}

.single-vier-blokken-stap h3,
.single-vier-blokken-stap p {
  color: white;
}

.single-vier-blokken-stap p {
  opacity: 0;
  transition: all 0.3s;
}

.vier-blokken-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 5px;
}

.vier-blokken-header {
  width: 30%;
}

.tekst-image-variant {
  position: relative;
}

.tekst-image-variant-inner {
  display: flex;
  align-items: center;
  gap: 35px;
  height: 100%;
}

.tekst-image-variant .tekst-image-variant-right img,
.tekst-image-variant > img {
  border-radius: var(--border-radius);
  height: 650px;
  width: 100%;
  object-fit: cover;
}

.tekst-image-variant-left {
  width: 52%;
  margin-right: 50px;

}

.tekst-image-variant-right {
 width: 48%;
}

.tekst-image-variant > img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: calc(50% + 585px);
  width: calc((100vw - 1170px) / 2);
  border-radius: 40px 0 0 40px;
}


.tekst-image-variant img {
  border-radius: 40px 0 0 40px;
}

.tekst-image-variant .ot-logo-single img {
  border-radius: 0;
}


.tekst-image-variant-left hr {
  margin-bottom: 50px;
}

.tekst-image-variant-slider img {
  height: 25px;
}

.tekst-image-variant-slider {
  margin-top: 50px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 20px 0;
  gap: 20px;

  display: flex;
  justify-content: space-between;
}

.floating-blocks-section {
  margin: 375px 30px 0 30px;
  padding: 100px 0;
  background-color: var(--very-light-blue);
  border-radius: var(--border-radius);
}

.floating-blocks-single {
  color: white;
  padding: 35px;
  border-radius: var(--border-radius);
  width: 275px;
}

.floating-blocks-single p {
  color: white;
  margin-bottom: 0;
}

.floating-blocks-single.paars {
  background-color: var(--purple);
}

.floating-blocks-left {
  width: 45%;
}

.floating-blocks-single.donkerblauw {
  background-color: var(--dark-blue);
}

.floating-blocks-inner {
  position: relative;
}

.floating-blocks-right > div {
  position: absolute;
  right: 0;
  bottom: -80px;
}

.floating-blocks-right > div div:first-child {
  margin-bottom: 30px;
}

.floating-blocks-right > div:first-child {
  bottom: 0;
  right: 305px;
}

.beloftes-variant-single h3 {
  font-weight: bold;
}

.beloftes-variant-single {
  padding: 30px;
  background-color: var(--very-light-blue);
  border-radius: var(--border-radius);
  width: 49%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.beloftes-variant-single:first-child,
.beloftes-variant-single:nth-child(2) {
  margin-bottom: 20px;
}

.beloftes-variant-single img {
  width: 100px;
  height: 100px;
}

.beloftes-variant-single p {
  margin-bottom: 0;
}

.beloftes-variant-inner {
  display: flex;
  gap: 1%;
  row-gap: 1%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.beloftes-variant-header {
  text-align: center;
}

.interview-section.interview-light-blue {
  background-color: var(--very-light-blue);
}

.interview-section.interview-dark {
  background-color: var(--dark);
}

.interview-section.interview-whitespace {
  margin-left: 15px;
  margin-right: 15px;
}

.interview-section {
  padding: 100px 0;
  margin: 150px 0 0 0;
  border-radius: var(--border-radius);
}

.interview-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}

.interview-single {
  flex: 1;
  position: relative;
  border-radius: var(--border-radius);
  height: 431px;

}
.interview-section.interview-margintop {
  margin-top: 0;
  padding-top: 50px;
}

.interview-single:before {
  content: "";
  background-image: url(img/corner-shape-licht-r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -2px;
  left: -1px;
  height: 86px;
  width: 168px;
  display: block;
}

.interview-section-large .interview-single:before {
  background-image: url(img/corner-shape-dark-r.svg);
  height: 20%;
  width: 170px;
  bottom: -1px;
  left: 0px;

}

.interview-section.interview-dark .interview-single:before {
  background-image: url(img/corner-shape-dark-r.svg);
}

.interview-hover-tekst {
  position: absolute;
  top: 42%;
  right: 47%;
  transform: translate(50%, -50%);
  opacity: 0;
  width: 70%;
}

.interview-single img {
  width: 100%;
  border-radius: var(--border-radius);
  height: 431px;
  object-fit: cover;
  max-width: 100%;

}


.interview-header {
  text-align: center;
}

.interview-single:hover .interview-hover-tekst {
  opacity: 1;
}

.interview-single:hover {
  background: var(--purple);
}

.interview-single:hover .interview-hover-lezen {
  opacity: 1;
}

.interview-hover-lezen p {
  text-align: center;
}

.interview-single:hover img {
  opacity: 0;
}

.interview-header p {
  font-size: clamp(18px, 1.5vw, 26px);
  margin-bottom: 50px;
}

.interview-bottom {
  text-align: center;
  margin-top: 50px;
}

.interview-info {
  position: absolute;
  bottom: 0;
  left: 0;
}

.interview-info p:first-child {
  font-weight: bold;
  margin-bottom: 5px;
}

.interview-info p {
  margin-bottom: 0;
  line-height: 1;
}

.interview-hover-lezen {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.interview-hover-lezen p,
.interview-hover-tekst p {
  color: white;
  margin-bottom: 0;
}

.interview-hover-tekst p {
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: bold;
}

.interview-hover-lezen P {
  font-size: 14px;
}

.tekst-image-variant-2 h3 {
  color: white;
  font-weight: bold;
}

.tekst-image-variant-2-inner div > div {
  background-color: var(--dark-blue);
  padding: 60px 50px;
  border-radius: var(--border-radius);
}

.tekst-image-variant-2-inner .ot-btn {
  height: 60px;
  line-height: 60px;
  width: 100%;
  margin-bottom: 50px;
}

.tekst-image-variant-2-inner div > div h2,
.tekst-image-variant-2-inner div > div li,
.tekst-image-variant-2-inner div > div p {
  color: white;
}

.tekst-image-variant-2-inner div > div li {
  font-size: 15px;
}

.tekst-image-variant-2-inner ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.tekst-image-variant-2-inner {
  display: grid;
  grid-template-columns: 52% 45%;
  gap: 3%;
}

.tekst-image-variant-2 h2 {
  text-wrap: balance;
  margin-bottom: 50px;
}

.tekst-image-variant-2-inner > div:last-child img {
  border-radius: var(--border-radius);
  height: 100%;
  object-fit: cover;
}

.tekst-image-variant-3-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}

.tekst-image-variant-3-right {
  width: 50%;
}

.solliciteren-info .vacature-regel {
  background-color: var(--dark);
  color: var(--very-light-blue);
}

.solliciteren-info h3 {
  margin-bottom: 30px;
}

.solliciteren-info {
  border: 1px solid var(--very-light-blue);
  padding: 30px 50px;
  border-radius: var(--border-radius);
  background-color: var(--very-light-blue);
}

.solliciteren .gform_button {
  background-color: white !important;
}

.solliciteren form {
  background-color: var(--very-light-blue);
  padding: 50px;
  border-radius: var(--border-radius);
  margin-bottom: 100px !important;
}

.solliciteren-info.vacature-info {
  padding-bottom: 30px;
  margin-top: 0;
}

.tekst-image-variant-3-left img {
  border-radius: var(--border-radius);
  object-fit: cover;
}

.solliciteren .gform_wrapper {
  margin-right: 50px;
}

.tekst-image-variant-3-inner {
  display: flex;
  align-items: center;
  gap: 5%;
}

.banner-section.small {
  padding: 50px 20px;
} 

.banner-section.medium {
  padding: 100px 20px;
} 

.banner-section.large {
  padding: 150px 20px;
} 

.tekst-image-variant .tekst-image-variant-left ul li::before,
.tekst-image-variant-4-left ul li::before {
  content: "";
  background-image: url(./img/nearshoring/opsom-icon-paars.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 9px;
}

.tekst-image-variant .tekst-image-variant-left ul li,
.tekst-image-variant-4-left ul li {
  position: relative;
  display: flex;
  padding-left: 25px;
}

.tekst-image-variant .tekst-image-variant-left ul,
.tekst-image-variant-4-left ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}

.tekst-image-variant-left.lichtblauw {
  background-color: var(--very-light-blue);
  border-radius: var(--border-radius);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 80px;
  margin-right: 0;
}

.tekst-image-variant-left h3,
.tekst-image-variant-4-left h3  {
  font-size: clamp(20px, 3.5vw, 32px);
}

.tekst-image-variant-4 {
  margin-top: 150px;
  padding: 150px 0;
  padding-bottom: 300px;
  border: var(--border-radius);
}

.tekst-image-variant-4-left img {
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tekst-image-variant-4-left {
  margin: auto;
  width: 100%;
  height: 600px;
  margin-top: 75px;
  padding-right: 75px;
}

.tekst-image-variant-4 {
  background-color: var(--dark-blue);
  border-radius: var(--border-radius);
}

.tekst-image-variant-4 h2,
.tekst-image-variant-4 p {
  color: white;
  text-align: center;
}

.variant-4-tekstblok h3 {
  padding-left: 25px;
}

.variant-4-tekstblok-inner {
  position: relative;
  z-index: 2;
  padding: 50px 60px;
}

.variant-4-tekstblok {
  background-color: white;
  border-radius: var(--border-radius);
  position: absolute;
  right: 15px;
  bottom: -50%;
  width: 500px;
  transform: translateY(-50%);
 
}

.variant-4-tekstblok-inner::before {
  content: "";
  background-image: url(./img/icon-happy-5.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: -50px;
  top: 13px;
  z-index: 1;
}

.variant-4-tekstblok-inner::after {
  content: "";
  background-image: url(./img/icon-happy-4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 0;
}

.tekst-image-variant-4 .container-1 {
  position: relative;
}

.hubs-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.hubs-header div:first-child {
  padding-right: 35px;
  width: 30%;
  flex-shrink: 0;
}

.hubs-header div:last-child {
  padding-left: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.hubs-variations {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px 0 50px 0;
}

.hubs-variation-single a {
  text-decoration: none;
  color: unset;
  font-size: 16px;
  font-weight: 600;
}

.hubs-variation-single:hover {
  color: var(--purple);
  border-bottom: 1px solid rgba(0, 0, 0, 7);

}

.hubs-variation-single a:hover {
  text-decoration: none;
}

.hubs-single {
  background-color: var(--very-light-blue);
  border-radius: var(--border-radius);
  padding: 100px 50px 50px 50px;
  
}

.hubs-single h3 {
  font-size: clamp(20px, 3.5vw, 40px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
}

.hubs-single img {
  height: 250px;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 50px;
}

.hubs-variation-single.active {
  color: var(--purple);
  border-bottom: 1px solid rgba(0, 0, 0, 7);
}

.hubs-single {
  display: none;
}

.hubs-single p {
  margin-bottom: 0;
}

.hubs-single.active {
  display: block;
}

.interview-section-large .interview-grid {
  padding: 0 30px;
  justify-content: center;
  gap: 25px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

}

.interview-section.interview-dark h2,
.interview-section.interview-dark p {
  color: white;
}

.interview-section-large .interview-single img {
  height: 431px;
}

.interview-section.interview-borderradius {
  border-radius: 25px 25px 0 0;
}


.interview-section.interview-section-large .interview-grid a {
  flex: unset;
  height: 432px;
}

.interview-section.interview-borderradius .interview-grid a {
  border-radius: var(--border-radius);
}

.interview-hover-lezen::after {
  content: "";
  background-image: url(img/arrow-s-ffffff.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 11px;
  width: 11px;
  margin-top: 2px;
  display: block;
}

.ot-logo-slider.donker {
  background-color: var(--dark);
}

.ot-logo-slider.color h2,
.ot-logo-slider.color p {
  color: white;
}

.ot-logo-slider.slider-borderradius {
  border-radius: 0;
}

.usps-section.usp-lichtblauw,
.usps-section.usp-lichtblauw  .usps-blok-single .img-wrapper  {
  background-color: var(--very-light-blue);
}

.usps-section.color {
  padding-bottom: 150px;
  position: relative;
}

.usps-section.color::after {
  content: "";
  width: 100%;
  border-radius: 35px 35px 0 0;
  background-color: white;
  height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
}

.ot-page-header.lichtblauw::after {
  background-color: var(--very-light-blue);
}

.ot-page-header.donkerblauw::after {
  background-color: var(--dark-blue);
}


.faq-top > * {
  font-weight: 600;
  display: flex;
  align-items: baseline;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;

}

.faq-top > *::after {
  content: "";
  background-image: url(img/arrow-s-down-635efd.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 11px;
  width: 11px;
  margin-top: 2px;
  display: block;
  transition: all 0.3s;
}

.faq-single.active .faq-top p::after {
  transform: rotate(180deg);
}

.faq-single {
  background-color: var(--very-light-blue);
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
}

.faq-single ul {
  padding-left: 20px;
}

.faq-single h3 {
  font-size: clamp(18px, 2.5vw, 20px);
  font-weight: 500;
  margin-bottom: 0;
}

/* .faq-bottom p {
  margin-bottom: 0;
  margin-top: 15px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 25px;
} */

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.faq-bottom {
  display: none;
}

.faq-header {
  text-align: center;
  margin-bottom: 30px;
}

.faq-section {
  padding: var(--element-padding);
}

.vacature-vlakken-single h3 {
  font-weight: 600;
  font-size: clamp(18px, 3vw, 22px);
  margin-bottom: 20px;
}

.vacature-vlakken-single h3::before {
  content: "";
  background-image: url(./img/nearshoring/opsom-icon-paars.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.vacature-vlakken-single {
  background-color: var(--very-light-blue);
  border-radius: var(--border-radius);
  padding: 30px;
}

.vacature-vlakken-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.vacature-vlakken-header h2 {
  text-align: center;
  margin-bottom: 40px;
}

.vacature-vlakken-section {
  padding-bottom: 100px;
  border-bottom: 2px solid black;
}

.contactpersoon-section {
  padding: 65px 0;
  border-bottom: 2px solid black;
}

.vacature-contactpersoon-inner {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.vacature-contactpersoon-inner h2 {
  line-height: 0.6;

}

.contactpersoon-info-inner a {
  width: 100%;
}

.contactpersoon-info-inner {
  background-color: var(--purple);
  border-radius: var(--border-radius);
  padding: 30px;
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  flex-shrink: 0;
}

.contactpersoon-info-inner p {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--dark);
}

.contactpersoon-info > div:first-child h3 {
  color: white;
  font-weight: 600;
  font-size: clamp(20px, 3vw, 30px);
  margin-bottom: 15px;
}

.contactpersoon-telefoon{
  margin-bottom: 0;
  background-color: var(--dark);
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 200px;
  height: 40px; 
  white-space: nowrap;
}

.contactpersoon-telefoon p {
  font-size: 16px;
  margin-bottom: 0;
  color: white;
}

.contactpersoon-info {
  display: flex;
  height: fit-content;
  justify-content: flex-end;
  height: 325px;
  width: 100%;
}

.contactpersoon-info div:last-child {
  position: relative;
  margin-left: -50px;
  width: 100%;
}

.contactpersoon-info img {
  object-fit: cover;
  height: 100%;
  width: 400px;
  border-radius: 0 25px 25px 0;
  position: absolute;
}

.single .page-header-left-inner p {
  color: var(--purple);
  margin-bottom: 20px;
  font-weight: bold;
  font-size: clamp(20px, 3vw, 30px);
}

.single .ot-page-header,
.vacatures .ot-page-header {
  height: 100%;
}

.single .ot-page-header-right img,
.vacatures .ot-page-header-right img {
  height: 100%;
}

.vacatures .ot-page-header h3 {
  margin-bottom: 0;
}

.single-read-info-container {
  position: absolute;
  right: 50%;
  bottom: 22px;
  transform: translateX(50%);
  display: flex;
  background-color: white;
  border-radius: 50px;
  padding: 20px 50px;
  gap: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 1;
  white-space: nowrap;
}

.single-read-info-container p {
  color: var(--dark);
  width: fit-content;
  margin-bottom: 0;
}

.single article {
  padding-top: 50px;
}

.contents-repeater::-webkit-scrollbar {
  width: 6px; 
  border-radius: 6px;
}

.contents-repeater::-webkit-scrollbar-button {
  display: none 
}

.download-post-inner.sticky-top {
  z-index: 0;
  top: 150px;
}

.contents-repeater::-webkit-scrollbar-track {
  background: var(--very-light-blue); 
  border-radius: 6px; 
}

.contents-repeater::-webkit-scrollbar-thumb {
  background: var(--dark-blue); 
  border-radius: 6px; 
  border: 2px solid var(--very-light-blue);
}

.contents-repeater::-webkit-scrollbar-thumb:hover {
  background: var(--dark-blue);
}

.single .page-header-left-inner .single-category {
  font-weight: 600;
  font-size: 18px;
  background-color: var(--purple);
  color: white !important;
  padding: 10px 30px;
  border-radius: 10px;
  width: fit-content !important;
  margin-bottom: 0;
  line-height: 1;
}

.contents-repeater {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 20px;
}

.contents-repeater a {
  color: var(--dark);
  display: flex;
  padding-bottom: 20px;
  gap: 20px;
  padding-top: 20px;
  border-bottom: 2px solid white;
  align-items: baseline;
  justify-content: space-between;
  transition: all 0.2s;
  position: relative;
  width: 95%;
  font-size: clamp(16px, 1.5vw, 16px);
}

.contents-repeater a:last-child {
  border-bottom: unset;
}

.contents-repeater a::after {
  content: "";
  background-image: url(./img/arrow-s-635efd.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 0px;
  flex-shrink: 0;
  position: absolute;
  left: 102%;
  top: 25px;
  transition: all 0.2s;
}

.contents-repeater a:hover::after {
  left: 104%;
}

.contents-container {
  background-color: var(--very-light-blue);
  padding: 50px 30px;
  padding-right: 10px;
  border-radius: var(--border-radius);
}

.contents-container h3::before {
  content: "";
  background-image: url(./img/nearshoring/opsom-icon-paars.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.contents-container h3 {
  font-weight: 600;
}

.contents-container.sticky-top {
  top: 150px;
  z-index: 0;
}

.contents-media {
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.contents-media p {
  font-weight: bold;
  color: var(--purple);
  margin-bottom: 0;
}

.single-gerelateerde-posts {
  padding: 150px 0;
  background-color: var(--dark);
  border-radius: 25px 25px 0 0;
}

.single-gerelateerd-inner-header h2,
.single-gerelateerd-inner-header p {
  color: white;
}

.single footer {
  margin-top: 0;
}

.single article {
  margin-bottom: 100px;
}

.single-gerelateerd-posts-grid {
  margin-top: 75px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.single-gerelateerd-bottom p {
  color: var(--dark);
  font-size: 18px;

}

.single-gerelateerd-bottom {
  background-color: white;
  padding: 30px 20px 20px 20px;
  border-radius: 0 0 10px 10px;
  color: var(--dark);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.single-gerelateerd-bottom > div span {
  color: var(--purple);
}

.single-gerelateerd-bottom > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single-gerelateerd-bottom > div p {
  margin-bottom: 0;
  font-size: 12px;
}

.single-gerelateerd-single img {
  height: 250px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.single-gerelateerd-bottom > div > div {
  display: flex;
  gap:  10px;
}

.single-gerelateerd-bottom > div p:last-child {
  display: flex;
  align-items: center;
  gap: 4px;
}

.single-gerelateerd-bottom > div p:last-child::after {
  content: "";
  background-image: url(img/arrow-r-dark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 12px;
  width: 12px;
  margin-top: 2px;
  display: inline-block;
}

.parallax {
  transform: translateY(0);
}

.floating-blocks-right {
  position: relative;
  z-index: 2;
  transition: transform 0.2s ease-out;
}

.vacatures-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 30px;
}

.vacature-single {
  background-color: var(--very-light-blue);
  border-radius: var(--border-radius);
  padding: 50px 30px;
  position: relative;
  transition: all 0.3s;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vacature-single.open-sollicitatie h4 {
  color: white;
}

.vacature-single.open-sollicitatie {
  background-color: var(--purple);
  color: white;
  height: 313px;
  align-items: center;
  justify-content: center;
}

.vacature-single:hover {
  background-color: var(--purple);
}

.vacature-single:hover p,
.vacature-single:hover h4 {
  color: white;
}

.vacature-single h4 {
  font-weight: bold;
  color: var(--dark);
}

.vacature-single p {
  margin-bottom: 0;
  font-weight: 600;
}

.vacature-single:hover .vacature-bekijk::after {
  background-image: url(./img/arrow-s-ffffff.svg);
}

.vacature-bekijk::after {
  content: "";
  background-image: url(./img/arrow-s-635efd.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.vacature-single > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.vacature-bekijk {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--purple);
}

.vacature-regel {
  font-weight: 500;
}

.vacature-filter {
  margin-top: 0;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid var(--very-light-blue);
}

.filter-dropdown-options {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background-color: white;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  z-index: 100;
  cursor: pointer;
  line-height: 25px;
}

.filter-dropdown-options.active {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  margin-top: 10px;

  position: absolute;
  width: 150px;
}

.filter-optie {
  width: fit-content;
}

.filter-optie.filter-optie-wide,
.filter-optie.filter-optie-wide .filter-titel-single,
.filter-optie.filter-optie-wide .filter-dropdown-options.active {
  width: 200px;
}

.filter-dropdown-options.active li,
.filter-dropdown-options.active li a {
  font-size: 14px;
  color: #40405B;
  padding-left: 10px;
}

.filter-dropdown-options.active li a {
  width: 100%;
  display: block;
  padding: 5px 0;
}

.filter-dropdown-options.active li:hover a {
  color: white;
}

.filter-dropdown-options.active li:hover {
  background-color: var(--purple);
  color: white;
}

.calculator .filter-dropdown-options.active li:hover {
  background-color: var(--dark);
}

.filter-titel-single p {
  color: white;
  margin-bottom: 0;
  font-size: 14px;
  white-space: nowrap;
}

.toon-resultaten {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--dark-blue);

  padding: 5px 10px;
  width: 150px;
  border-radius: 10px;

  color: white;
  margin-bottom: 0;
  font-size: 14px;
}

.ot-pagination > div {
  cursor: pointer;
}

.ot-pagination {
  text-align: center;
  margin-top: 50px;
}

.toon-resultaten:hover {
  color: white;
}

.ot-btn.ot-vacatures-show-more p {
  color: white;
  margin-bottom: 0;
  cursor: pointer;
}

.filter-titel-single {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--purple);

  padding: 5px 10px;
  width: 150px;
  border-radius: 10px;
  cursor: pointer;
}

.zoekresultaten {
  font-size: 12px;
  opacity: 0.7;
}

.filter-outer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-titel-single::after {
  content: "";
  background-image: url(./img/arrow-s-down-ffffff.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}

.vacature-regel {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.vacature-regel::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.vacature-single > .vacature-regel::before {
  content: unset;
}

.vacature-salaris::before {
  background-image: url(./img/salaris-paars.svg);
}
.vacature-locatie::before {
  background-image: url(./img/locatie-paars.svg);
}

.vacature-opleiding::before {
  background-image: url(./img/opleiding-paars.svg);
}

.vacature-uren::before {
  background-image: url(./img/uren-paars.svg);
}

.vacature-dienstverband::before {
  background-image: url(./img/vakgebied-paars.svg);
} 

.vacature-single:hover .vacature-salaris::before {
  background-image: url(./img/werken-bij-icon-1.svg);
}
.vacature-single:hover .vacature-locatie::before {
  background-image: url(./img/werken-bij-icon-2.svg);
}

.vacature-single:hover .vacature-opleiding::before {
  background-image: url(./img/werken-bij-icon-3.svg);
}

.vacature-single:hover .vacature-uren::before {
  background-image: url(./img/werken-bij-icon-4.svg);
}

.vacature-single:hover .vacature-dienstverband::before {
  background-image: url(./img/werken-bij-icon-5.svg);
} 

.vacature-single-header {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 50px;
  padding-top: 130px;
}

.vacature-single-header > div:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 100%;
}

.vacature-single-header h1 {
  margin-bottom: 0;
  padding-right: 50px;
  padding-bottom: 50px;
}

.vacature-single-header p {
  padding-left: 50px;
  width: 100%;
}

.vacature-single-header p:last-child {
  padding-bottom: 30px;
}

.vacature-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 0;
  margin-top: 30px;
  padding-bottom: 100px;
}

.vacature-info p {
  background-color: var(--very-light-blue);
  border-radius: 50px;
  width: fit-content;
  padding: 10px 20px;
}

.vacature-info p {
  color: var(--dark);
}

.single-vacature .wpb_wrapper ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;

}

.single-vacature .wpb_wrapper ul li {
  position: relative;
  padding-left: 25px;
}

.single-vacature .wpb_wrapper ul li::before {
  content: "";
  background-image: url(./img/nearshoring/opsom-icon-paars.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  margin-top: 8px;
  position: absolute;
  left: 0;
  top: 0;
}

.single-vacature .vacature-vlakken-section ul li::before {
  content: none;
  background-image: none;
}

.single-vacature .wpb_wrapper .vacature-vlakken-section ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0;
  bottom: 10px;
  left: 52%;
}

.contact-header img {
  width: 25px;
  transition: all 0.3s;
}

.contact-header img:hover {
  transform: scale(0.9);
}

.ot-contact-form-left h2 {
  font-size: clamp(28px, 3.5vw, 40px);
}

.contact-locatie-inner {
  background-color: var(--very-light-blue);
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 60px;
  gap: 20px;
}

.contact-locatie-inner > div {
  flex-shrink: 0;
}

.contact-locatie-inner p {
  margin-bottom: 0;
}

.contact-locatie-inner p:first-child {
  font-weight: 600;
}

.contact-locatie-inner img {
  height: 110px;
}

.contact-element-section {
  margin-top: 20px;
}

.tekst-image-variant-3.image-rechts {
  flex-direction: row-reverse;
}

.tekst-image-variant-3 {
  padding-top: 45px;
}

.contact-element-inner {
  display: flex;
  align-content: center;
  background-color: var(--very-light-blue);
  border-radius: var(--border-radius);
  padding: 20px 30px;
  gap: 30px;
 
  transition: all 0.3s;
}

.contact-element-inner:hover {
  background-color: var(--purple);
  color: white;
}

.contact-element-inner:hover h3,
.contact-element-inner:hover p {
  color: white;
  opacity: 1;
}

.ot-contact-form .contact-element-section.phone .contact-element-img {
  background-image: url(./img/icon-contact-phone-purple.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 65px;
}

.ot-contact-form .contact-element-section.phone:hover .contact-element-img {
  background-image: url(./img/icon-contact-phone-white.svg);
}

.ot-contact-form .contact-element-section:last-child .contact-element-img {
  background-image: url(./img/icon-contact-mail-purple.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 65px;
}

.ot-contact-form .contact-element-section:last-child:hover .contact-element-img {
  background-image: url(./img/icon-contact-mail-white.svg);
}


.contact-element-inner h3 {
  font-size: clamp(18px, 3vw, 26px);
  color: var(--dark);
  font-weight: bold;
  margin-bottom: 10px;
}

.ot-contact-form-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.vacature-count {
  position: absolute;
  bottom: 60%;
  right: -25%;
  background-color: var(--purple);
  color: white;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-menu-nav .menu-item a {
  position: relative;
}

.contact-element-inner p {
  margin-bottom: 0;
  color: var(--dark);
  width: 85%;
  opacity: 0.5;
  line-height: 20px;
}

footer {
  background-color:  #12121F;
  padding: 50px 0 0 0;
  margin-top: 150px;
}

.footer-container {
  color: white;

}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 95vw;
  margin: 50px auto 0 auto;
  padding: 20px 0 20px 0;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.footer-locaties {
  display: flex;
  gap: 30px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-container-right-bottom .ot-btn-outer,
.footer-container-right-bottom a {
  width: 100% !important;
}

.footer-locaties p {
  margin-bottom: 10px;
  font-size: 14px;
   
}

.footer-nav a {
  font-size: 14px;
  color: white;

  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 25px;
}

/* Hover-effect voor de link */
footer .menu .menu-item a::after,
.footer-container-inner .footer-nav > a::after {
content: ""; 
position: absolute;
bottom: 0; 
left: 0;
width: 100%; 
height: 1px; 
background-color: white; 
transform: scaleX(0); 
transform-origin: right; 
transition: transform 0.3s ease; 
}

footer.no-footer-margin {
margin-top: 0;
}


footer .menu .menu-item a:hover::after,
.footer-container-inner .footer-nav > a:hover::after {
transform: scaleX(1);
transform-origin: left;
}

.footer-container-right,
.footer-container-left {
  width: 50%;
}

.footer-nav {
  display: flex;
  flex-direction: column;
}

.footer-container-left-top,
.footer-container-left-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.footer-container-left-top {
  margin-bottom: 40px;
}

.footer-container-inner .footer-nav > p,
.footer-container-inner .footer-nav > a {
  font-size: clamp(16px, 3vw, 20px);
  margin-bottom: 15px;
  color: white;
}

.footer-container-inner .footer-nav > a {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  width: fit-content;
}

.footer-container-right .header-span p {
  font-size: clamp(28px, 3.5vw, 65px);
  text-align: center;
  margin-bottom: 20px;
  color: white;
  font-weight: bold;
  line-height: 1.2;
}

.footer-container-right .header-span p span {
  color: var(--purple);
}

.footer-container-inner {
  display: flex;
  justify-content: space-between;
}

footer .menu li {
  line-height: 25px;
  height: 25px;
}

.footer-bottom p,
.footer-bottom a {
  color: white;
  font-size: 13px;
  opacity: 0.4;
  margin-bottom: 0;
}

.footer-bottom-logo img {
  width: 125px;
  opacity: 0.4;
}

.footer-bottom-logo {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}

.footer-bottom > div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.main-solid-bg {
  width: 95vw;
  height: fit-content;
  background: linear-gradient(to right, #222238, #141421);
  border-radius: 2.5rem;
  position: relative;
  margin: auto;
  padding: 100px;
}

.top-right-cutout-no-bg-pic {
  width: 6rem;
  height: 4rem;
  background-color: #12121F;
  border-radius: 0 0 25px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.bottom-right-of-cutout-radius {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #12121F;
  position: absolute;
  top: 0;
  bottom: unset;
  left: 100%;
  right: unset;
}

.top-left-of-cutout-radius {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #12121F;
  position: absolute;
  top: 100%;
  bottom: unset;
  left: 0;
  right: unset;
}

.top-right-radius {
  width: 100%;
  height: 100%;
  background-color: #212136;
  border-radius: 25px 0 0 0;
}

.gform_required_legend {
  display: none;
}

#gform_1,
.hs-form-private {
  background-color: var(--very-light-blue);
  border-radius: var(--border-radius);
  padding: 65px 50px 50px 50px;

}

.gform-body .gform-field-label,
.gfield_required.gfield_required_asterisk,
.hs-form .hs-form-required,
.hs-form fieldset .hs-form-field label span {
  font-weight: bold !important;
  font-size: clamp(16px, 3vw, 24px) !important;
  color: var(--dark);
  gap: 0 !important;
}

.hs-error-msg {
  color: #C02B0A;

}

.legal-consent-container p,
.legal-consent-container .hs-richtext {
  font-size: 12px;
  line-height: 25px;
  font-weight: 500 !important;
}

.legal-consent-container p a {
  font-size: 12px;
  color: var(--purple);
}

.hs-error-msgs {
  list-style: none;
}

.gform-body .ginput_container input::placeholder,
.gform-body .ginput_container textarea::placeholder {
  opacity: 0.5;
}

.hs-form .input input::placeholder ,
.hs-form .input textarea::placeholder ,
.hs-form .input select::placeholder {
  opacity: 0.5;
}

.hs-form .input input {
  line-height: 38px;
}

.gform_wrapper .ginput_container_consent label {
  font-size: 16px !important;
  cursor: pointer;
}

.gform_wrapper .gform-body .ginput_container input:not([type="checkbox"]),
.gform_wrapper .gform-body .ginput_container textarea,
.hs-form .input input,
.hs-form .input textarea,
.hs-form .input select {
  border: unset;
  background-color: var(--very-light-blue);
  box-shadow: unset;
  border-bottom: 1px solid var(--dark);
  border-radius: 0;
  padding-left: 0;
}

.gform_wrapper .gform-body .gform_fields {
  row-gap: 17px;
}

.hs-form fieldset {
  margin-bottom: 25px !important;
}

.gform_wrapper .gform_footer input,
.hs_submit .actions input {
  background-color: var(--very-light-blue) !important;
  color: var(--purple) !important;
  box-shadow: unset !important;
  font-size: 16px !important;
  padding: 0 !important;
  border: unset !important;
  text-align: end !important;
  cursor: pointer;
}

.gform_wrapper .gform_footer input:focus {
  border: unset !important;
}

.hs-form .input input:focus-visible,
.hs-form .input textarea:focus-visible,
.hs-form .input select:focus-visible {
  outline: none !important;
}

.gform_wrapper .ginput_container textarea:focus, .gform_wrapper .ginput_container input:focus,
.gform_wrapper .ginput_container select:focus {
  box-shadow: none;
  outline: none;
}

.hs-form .hs-input {
  width: 100%;
}

.hs-form fieldset {
  max-width: 100% !important;
}

.inputs-list {
  list-style: none;
}

.hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
}

.hs-form-booleancheckbox-display span {
  margin-left: 10px !important;
}

.hs-form-booleancheckbox-display input {
  width: 13px !important;
  height: 13px;
  margin-bottom: -3px;
}

.gform_wrapper .gform_footer::after,
.hs_submit .actions::after {
  content: "";
  background-image: url(./img/arrow-s-635efd.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 14px;
}

.gform_wrapper .gform_footer,
.hs_submit .actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.single-vacature .cta-images-section {
  margin-top: 50px;
}

.contact-header a {
  margin-left: 10px;
}

.contactpersoon-info-inner .ot-btn .label-up:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  line-height: 20px;
}

.contactpersoon-info-inner .ot-btn .label-up-contact:first-child::before {
  content: "";
  background-image: url(./img/icon-vacature-phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.label-up-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.menu-item-has-children  {
  position: relative;
}

.menu-item-has-children .sub-menu {
  flex-direction: column;
  opacity: 0;
  display: flex;
  position: absolute;
  background: white;
  border-radius: 4px;
  z-index: 99999;
  white-space: nowrap;
  gap: 12px;
  padding: 10px 25px;
  transition: all 0.2s;
  right: 50%;
  transform: translateX(50%);
  top: 100%;
  transition: opacity 0.3s;
  pointer-events: none;
}


.primary-menu-nav .menu:first-child li {
  padding: 26.6px 0;
}

.primary-menu-nav .sub-menu li {
  padding: 0 !important;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0 0 10px 10px;
  transition: opacity 0.3s;
}

.menu-item-has-children:not(:hover) .sub-menu {
  opacity: 0;
  transition: none;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.events-last {
  grid-column: span 3;
}

.events-hover-div {
  opacity: 0;
  transition: all 0.3s;
}

.events-header {
  text-align: center;
  width: 59%;
  margin: auto;
}

.events-single {
  position: relative;
  border-radius: var(--border-radius);
  padding: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.events-single .gradient-bg {
  border-radius: var(--border-radius);
}

.events-single h3 {
  color: white;
  z-index: 1;
  position: relative;
  font-weight: bold;
  text-align: center;
}

.events-single > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.events-hover-div p {
  margin-bottom: 0;
  color: white;
  position: relative;
  text-align: center;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}

.events-single.events-last {
  min-height: 300px;
}

.events-hover-div img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: 0;
  border-radius: var(--border-radius);
  object-fit: cover;
  transition: all 0.3s;
}

.events-single:hover h3 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}

.events-single:hover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
  border-radius: var(--border-radius);
  transition: all 0.1s;
}

.events-single:hover .events-hover-div  {
  opacity: 1;
}

.events-single:hover::after {
  display: none;
}

.events-single::after {
  content: "";
  background-image: url(img/arrow-s-ffffff.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 15px;
  width: 15px;
  margin-top: 2px;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  transition: all 0.3s;
}

.contents-media-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 20px;
}

.contents-media-icons img {
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.blog .ot-page-header > img {
  height: 100%;
  width: 40%;
  object-fit: cover;
  position: absolute;
  right: 0;
  object-position: center;
}

.blog .ot-page-header .blog-header {
  width: 60%;
  padding-top: 225px;
  padding-bottom: 150px;
}

.blog-post-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:  30px;
}

.single-blog-post img {
  border-radius: 25px 25px 0 0;
  max-height: 271px;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.single-blog-post h4 {
  color: var(--dark);
  font-weight: 600;
  min-height: 70px;
  margin-bottom: 30px;
}

.single-blog-post p strong {
  color: var(--purple);
}

.single-blog-post p {
  margin-bottom: 0;
}

.single-blog-post > div {
  border-radius: 0 0 25px 25px;
  background-color: var(--very-light-blue);
  padding: 30px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.single-blog-post {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}

.single-blog-post > div > div {
  display: flex;
  justify-content: space-between;
}

.single-blog-post > div > div p:last-child {
  color: var(--purple);
  display: flex;
  align-items: center;
  gap: 5px;
}

.single-blog-post > div > div p:last-child::after {
  content: "";
  background-image: url(./img/arrow-s-635efd.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 14px;
  height: 14px;
}

.vacature-element-header {
  width: 50%;
  color: white;
}

.vacature-element-header p {
  color: white;
  margin-bottom: 50px;
}

.vacature-element-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.vacature-element-grid a {
  padding: 50px;
}

.vacature-element {
  padding-bottom: 150px;
}

.vacature-element-grid a:last-child h3 {
  color: white;
  font-size: clamp(20px, 3vw, 40px);
  font-weight: bold;
}

.vacature-element-grid a:last-child {
  background-color: var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 100px;
}

.vacature-element-grid a:last-child .vacature-bekijk {
  right: 20px;
  bottom: 20px;
}

.single-gerelateerd-single {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.beloftes-section .ot-stap-single-inner {
  filter: unset;
  opacity: 1;
}

.events-grid .events-single:nth-child(1) .events-bg  {
  background: url(./img/animated-gradient-grid-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s;
}

.events-grid .events-single:nth-child(2) .events-bg  {
  background: url(./img/animated-gradient-grid-middle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s;
}

.events-grid .events-single:nth-child(3) .events-bg  {
  background: url(./img/animated-gradient-grid-right-v2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s;
}

.events-last .events-bg {
  background: url(./img/animated-gradient-grid-bottom.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s;
}

.events-bg {

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s;
}



.standaard-tekst-image p {
  font-size: 16px;
}

.standaard-tekst-image.image-rechts .tekst-image-variant-3-inner {
  flex-direction: row-reverse;
}

.ot-page-header-right:has(img[src=""]) {
  display: none;
}

.ot-page-header-inner.full-width {
  width: 100%;

}

.ot-page-header-inner.full-width .ot-page-header-left {
  justify-content: center;
}

.ot-page-header-inner.full-width .ot-page-header-left p {
  width: 100%;
}

.ot-calculator-inner {
  margin-top: -150px;
  display: flex;
  gap: 20px;
}

.calculator h1 {
  font-size: clamp(32px, 4vw, 65px);
}

.calculator .page-header-left-inner p,
.calculator .ot-calculator-left .calc-min-width p:first-child {
  font-size: clamp(16px, 4vw, 18px);
}

.ot-calculator-bottom .calculator-option p {
  font-size: clamp(16px, 4vw, 16px);
}

.ot-calculator-bottom .calculator-option .vergelijk-optie-right p {
  font-size: clamp(16px, 4vw, 18px);
}

.ot-calculator-bottom > .vergelijk-optie {
  display: flex;
  padding: 15px 30px;
}

.ot-calculator-bottom > .vergelijk-optie p {
  text-align: start;
  font-size: clamp(16px, 4vw, 16px) !important;
}

.ot-calculator-bottom .calculator-option .calc-min-width > p {
  font-size: clamp(12px, 4vw, 12px) !important;
  margin-bottom: 0;
}

.ot-calculator-left {
  background-color: white;
  padding: 30px;
  border-radius: var(--border-radius);
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.ot-calculator-right {
  background-color: var(--very-light-blue);
  border-radius: var(--border-radius);
  width: 100%;
}

.calculator .filter-titel-single {
  background-color: var(--dark);
  padding: 5px 10px;
  width: 140px;
  border-radius: 10px;
  cursor: pointer;
}

.calculator .filter-titel-single p, .calculator .toon-resultaten p {
  font-size: 13px;
}

.ot-calculator-bottom .calculator-option > div {
  width: 22.5%;
  flex-shrink: 0;
  padding: 15px 30px;
}

.ot-calculator-bottom .calculator-option > div:first-child {
  width: 55%;
}

.ot-calculator-bottom .calculator-option > div:not(:first-child) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}

.ot-calculator-bottom .calculator-option .calc-min-width,
.ot-calculator-bottom .calculator-option .filter-input-menu {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.filter-input-menu, .vergelijk-optie {
  text-align: center;
}

.calculator .filter-titel-single::after {
  width: 12px;
  height: 12px;
}

.ot-calculator-left-top, .ot-calculator-right-top {
  border-bottom: 2px solid white;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 10px;
}

.ot-calculator-right-outer {
  display: flex;
  flex-direction: column;
}

.ot-calculator-right-top {
  padding: 30px;
  padding-bottom: 20px;
}

.ot-calculator-right-bottom {
  border-radius: var(--border-radius);
  background-color: var(--dark);
  padding: 30px;
  margin-top: 20px;
  flex-grow: 1;
}

.ot-calculator-left-top > div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ot-calculator-right-bottom a {
  width: 100%;
}

.ot-calculator-right-bottom h3, .ot-calculator-right-bottom p {
  color: white;
}

.calculator .filter-dropdown-options.active {
  width: 140px;
}

.ot-calculator-inner h3 {
  font-weight: 600;
}

.calculator-option .calc-min-width p:first-child {
  margin-bottom: 0;
  color: var(--dark-blue);
}

.calculator-option .calc-min-width p:not(:first-child) {
  font-size: 15px;
}

.ot-calculator-inner .calculator-option {
  display: flex;
  justify-content: space-between;
}

.ot-calculator-inner .calculator-option .calc-min-width {
  width: 60%;;
}

.ot-calculator-bottom .calculator-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.ot-calculator-bottom .calculator-option:last-child {
  border-bottom: none;
}

.ot-calculator-left .calculator-option {
  border-bottom: none;
}

.calculator-option .filter-titel-single {
  width: 150px;
}

.calculator-option .filter-dropdown-options.active {
  width: 150px;
}

.calculator-slider-line {
  margin-top: 15px;
}

.calculator-slider-line > div:last-child {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.calculator-slider-line p {
  margin-bottom: 0;
  font-size: 13px;

}

.slider-track{
  flex-grow: 1;
  height: 2px;
  background: white;
  border-radius: 5px;
  position: relative;
  width: 310px;
}

.calculator-slider-line p {
  margin: 0;
  font-size: 14px;
}

.slider-handle {
  width: 25px;
  height: 25px;
  background-color: var(--purple);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-values {
  user-select: none;
}

#slider-handle span {
  color: var(--very-light-blue);
  font-size: 13px;
  margin-bottom: 2px;
  margin-right: 1px;
}

.ot-calculator-bottom .ot-btn {
  width: 100%;
  margin-top: 30px;
  cursor: pointer;
}

.vergelijk-optie-left h4 {
  color: white;
  font-size: clamp(17px, 3.5vw, 18px);
  margin-bottom: 0;
}

.vergelijk-totaal {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.vergelijk-totaal .vergelijk-optie-left,
.ot-calculator-bottom > .vergelijk-optie .vergelijk-optie-left {
  width: 87%;
}

.ot-calculator-bottom .calculator-option .filter-input-menu {
 gap: 10px;
}

#total-yearly-percentage {
  color: var(--purple);
  font-weight: bold;
  font-size: 15px;
  position: absolute;
  top: -15px;
  right: 33px;
}

.calculator-aanpassen:hover {
  color: white;
}

.calculator-aanpassen {
  background-color: var(--dark);
  color: white;
  font-size: 12px;
  padding: 0 8px;
  border: 1px solid var(--dark);
  border-radius: 10px;
  transition: all 0.1s;
}

.vergelijk-totaal .vergelijk-optie-right,
.ot-calculator-bottom > .vergelijk-optie .vergelijk-optie-right {
  width: 20%;
  text-align: center;
}

.ot-calculator-bottom > .vergelijk-optie .vergelijk-optie-right p {
  text-align: center;
  font-size: clamp(16px, 4vw, 18px) !important;
  margin-left: 5px;
}

.vergelijk-optie-left p {
  color: var(--dark);
  margin-bottom: 0;
}

.vergelijk-optie {
  margin-bottom: 0;
}

.vergelijk-totaal > div {
  display: flex;
  gap: 20px;
  align-items: baseline;
  
}

.vergelijk-totaal .vergelijk-optie-right p {
  color: white;
  font-size: clamp(18px, 3.5vw, 20px);
  margin-bottom: 0;
}

.vergelijk-totaal > div:last-child .vergelijk-optie-right p {
  font-size: clamp(18px, 3.5vw, 20px);
  margin-bottom: 0;
  position: relative;
}

#total-yearly-costs,
#monthly-costs {
  font-weight: bold;
}

.vergelijk-optie .vergelijk-optie-right p {
  font-weight: 300;
}

.vergelijk-optie p {
  margin-bottom: 0;
}

.ot-calculator-right-middle > div:first-child {
  padding: 30px;
  padding-top: 0;
  padding-bottom: 0;

}

.ot-calculator-right-middle .vergelijk-optie:last-child .vergelijk-optie-left div {
  display: flex;
}

.vergelijk-totaal {
  background-color: var(--dark);
  padding: 15px 30px;
  border-radius: 0 0 25px 25px;
}

.vergelijk-totaal h3 {
  color: white;
  font-size: clamp(18px, 2.5vw, 20px);
}

.ot-calculator-right-middle p {
  font-size: 16px;
}

.calc-min-width > div {
  display: flex;
  gap: 2px;
  width: fit-content;
}

.ot-calculator-bottom .calc-min-width > div {
  position: relative;
}

.info-icon {
  background-image: url(img/uitroepteken.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 12px;
  width: 12px;
  display: block;
  cursor: pointer;
  flex-shrink: 0;
  margin-bottom: 0;
}

.info-icon-outer:hover .info-content {
  display: block;
}



.info-content {
  display: none;
  position: absolute;
  bottom: 143%;
  left: 96%;
  background-color: white;
  padding: 10px 20px;
  border-radius: var(--border-radius);
  z-index: 3;
  width: 350px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.info-content ul {
  padding-left: 20px;
}

.info-content ul li {
  font-size: 14px;
}

.info-content p {
  font-size: 14px !important;
}

.info-icon:hover .info-content {
  display: block;
}


.titel-before {
  background-color: var(--purple);
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-bottom: 10px;
}

.titel-before::before {
  content: "";
  background-image: url(./img/arrow-s-down-ffffff.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 18px;
  width: 18px;
  display: block;
}

.ot-calculator-right-bottom > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ot-contact-form-inner {
  display: flex;
  gap: 2%;

}

.ot-contact-form {
  position: relative;
  margin-top: 0;
  transition: all 0.7s;
}

.ot-contact-form.active {
 margin-top: -200px;
}

.ot-contact-form-inner > div {
  width: 49%;
  flex-shrink: 0;
}

.vacature-vlakken-single > div {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.vacature-vlakken-single > div p:last-child {
  background-color: var(--dark);
  border-radius: 50px;
  width: fit-content;
  padding: 5px 10px;
  color: white;
  font-weight: 300;
}

.single-vacature-opsomming .wpb_wrapper > p:first-child {
  font-weight: bold;
  font-size: 18px;
  color: var(--dark);
}

.contactpersoon-header {
  flex-shrink: 0;
}

.btn-mobile-nav {
  display: none;
  margin-left: 20px;
}

#menu_checkbox {
  display: none;
  width: 32px;
  height: 26px;
}

.animated-hamburger-menu {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0;

}

.animated-hamburger-menu div:first-child {
  transform-origin: 0;
}

.animated-hamburger-menu div:nth-child(2) {
  right: 0;
  width: 30px;
}

.animated-hamburger-menu div:last-child {
  margin-bottom: 0;
  transform-origin: 25px;
}

.animated-hamburger-menu div {
  position: relative;
  top: 0;
  height: 4px;
  background-color: var(--dark);
  margin-bottom: 5px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
  border-radius: 2px;
}

#menu_checkbox:checked + .animated-hamburger-menu div:first-child {
  top: -2.5px;
  transform: rotateZ(45deg);
}

#menu_checkbox:checked + .animated-hamburger-menu div:last-child {
  top: 2.5px;
  transform: rotateZ(45deg);
  opacity: 0;
}

#menu_checkbox:checked + .animated-hamburger-menu div:nth-child(2) {
  width: 30px;
  top: 0;
  right: 5px;
  transform: rotateZ(-45deg);
}

.menu-has-children-box {
  display: inline-block;
  margin-left: 3px;
}

.menu-item-has-children .menu-has-children-dropdown {
  content: "";
  background-image: url(./img/arrow-down-12121F.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  display: inline-block;
  height: 8px;
}

.menu-item-has-children.current-menu-item .menu-has-children-dropdown {
  content: "";
  background-image: url(./img/arrow-down-635EFD.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  display: inline-block;
  height: 8px;
}

.stappen-verticaal {
  padding-bottom: 20px;
}

.ot-developer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 200px));
  gap: 20px;
  margin-top: 50px;
}

.ot-developer-single img {
  width: 100px;
  object-fit: contain;
  height: 100px;
}

.ot-developer-single p {
  color: var(--very-light-blue);
  margin-bottom: 0;
}

.ot-developer-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 23px 28px;
  background-color: var(--dark-blue);
  border-radius: var(--border-radius);
  border: 2px solid transparent;
  transition: all 0.3s;
  gap: 10px;
}

.ot-developer-single:hover {
  border: 2px solid var(--purple);
}

.ot-developer {
  padding: 100px 0;
  background-color: var(--dark);
  margin: var(--element-margin);
  border-radius: 25px 25px 0 0;
}

.ot-developer h2,
.ot-developer p {
  color: white;
}

.page-header-full-width .ot-page-header-inner {
  width: 100%;
  display: flex;
  justify-content: center;
}

.calculator footer {
  margin-top: 0;
}

.page-header-full-width .ot-page-header-left {
  width: 60%;
}

.ot-calculator {
  background-color: var(--very-light-blue);
  padding-bottom: 100px;
}

.ot-calculator-bottom {
  background-color: white;
  border-radius: 25px;
  margin-top: 100px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.ot-calculator-bottom.active-bottom {
  display: block;
}

.ot-team-member-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding-top: 50px;
}

.team-member {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: var(--border-radius);
  cursor: pointer;
}

.team .ot-page-header-inner {
  justify-content: flex-start;
}

.team-member:hover .team-member-linkedin span {
  background-image: url(./img/in-wit.svg);
  background-color: var(--dark);
}

.team-member:hover .team-member-linkedin {
  background-color: var(--dark);
  border-radius: 50%;
  padding: 7px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.team-member:hover .team-member-linkedin a {
  background-color: white;
}

.team-member-info {
  position: absolute;
  bottom: 0;
  left: 0;
}

.team h1 {
  color: white;
}

.team-member-info p {
  margin-bottom: 0;
  line-height: 25px;
}

.team-member:before {
  content: "";
  background-image: url(img/corner-shape-wit-r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -1px;
  left: -1px;
  height: 108px;
  width: 215px;
  display: block;
}

.team-member-hover {
  opacity: 0;
  padding: 0 50px 50px 50px;
  text-align: center;
 
}

.team-member:hover .team-member-hover {
  opacity: 1;

}

.team-member:hover .team-member-hover p {
  margin-bottom: 0;
  color: white;
  font-size: clamp(24px, 4vw, 40px);
  line-height: 40px;
  font-weight: 600;
}

.team-member:hover {
  background-image: none !important;
  background-color: var(--purple);
}

.single h2 {
  font-size: clamp(22px, 3.5vw, 30px);
  margin-bottom: 10px;
}

.single-vacature h2 {
  font-size: clamp(22px, 3.5vw, 50px);
  margin-bottom: 20px;
}

.single-post .article-content a {
  color: var(--purple);
}

.single-post .article-content p strong {
  color: var(--dark);
}

.single-post .article-content .ot-btn {
  color: white;
}

.single-post .article-content .ot-btn-outer {
  margin-top: -20px;
  margin-bottom: 35px;
}

.single-post .article-content ul,
.single-post .article-content ol {
  padding-left: 20px;
}

.contents-repeater a.active {
  font-weight: bold;
}

.single h3 {
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 600;
}

.center-button {
  display: flex;
  justify-content: center;
}

.single .no-article-margin {
  margin-bottom: 0;
}

.single blockquote p  {
  font-size: clamp(24px, 2.5vw, 30px);
  color: var(--dark);
  font-weight: 600;
  font-style: italic;
}

.single blockquote {
  display: flex;
  gap: 5px;
}


.single blockquote::before {
  content: "";
  background-image: url(./img/purple-quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 40px;
  height: 20px;
  flex-shrink: 0;
}

.ot-slider-interview-single {
  border-radius: 0;
  background-color: var(--dark);
  margin-top: 35px;
}

.ot-slider-interview-single h2,
.ot-slider-interview-single p {
  color: white;
}

.tekst-image-variant-3-right ul {
  padding-left: 20px;
}

.wpml-ls-item-toggle .wpml-ls-flag {
  content: url('./img/taal-icon-dark.svg');
  width: 20px; 
  height: 100%;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: none;
  margin-top: 5px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
  color: #000;
  background: #fff;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 50%;
  object-fit: cover;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: none;
}

.wpml-ls-legacy-dropdown-click a {
  display: block;
  text-decoration: none;
  color: #444;
  border: unset;
  background-color: #fff;
  padding: 0;
  padding-right: 0 !important;
  line-height: 1;
  width: fit-content;
  margin-left: 20px;
}

.wpml-ls-legacy-dropdown-click {
  width: fit-content;
  max-width: 100%;
}

.wpml-ls-legacy-dropdown-click a:hover {
  background-color: white !important;
}

#ot-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  width: 800px;
  max-width: calc(100% - 30px);
  height: 40dvh;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: var(--very-light-blue);
  padding: 30px 50px;
  border-radius: var(--border-radius);
}

#ot-popup h3 {
  font-weight: 600;
}

.ad-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  }

  .ot-popup-header {
    text-align: center;
  }

  body.active-modal {
    overflow: hidden !important;
    padding-right: 17px;
  }

  #ot-popup.modal-active {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ot-popup-content p {
    margin-bottom: 0;
  }

  .ot-popup-content p {
    line-height: 25px;
  }

  .ot-popup-content {
    display: flex;
    margin-top: 30px;
    gap: 40px;
  }

  .ot-popup-content a {
    color: var(--purple);
    text-decoration: underline;
  }

  .ot-popup-content > div {
    text-align: center;
    background-color: white;
    padding: 20px;
    border-radius: var(--border-radius);
  }

  .ot-close-popup {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .ot-popup{
    position: relative;
  }

  .team-members .interview-hover-lezen {
    opacity: 1;
  }

  .team-member.team-member-vacature-block::before {
    content: none;
  }

  .team-member.team-member-vacature-block {
    background-color: var(--purple);
    padding: 0 75px 50px 75px;
  }

  .team-member.team-member-vacature-block h3 {
    margin-bottom: 0;
    color: white;
    font-size: clamp(24px, 4vw, 40px);
    line-height: 40px;
    font-weight: 600;
    text-align: center;
  }

  .team-member.team-member-vacature-block .vacature-bekijk {
    color: white;
    margin-bottom: 0;
  }

  .team-member .interview-hover-lezen {
    opacity: 1;
  }

  .team-member.team-member-vacature-block .vacature-bekijk::after {
    content: "";
    background-image: url(img/arrow-s-ffffff.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 11px;
    width: 11px;
    margin-top: 2px;
    display: block;
  }

  .team-member-linkedin img {
    width: 15px;
    height: 15px;
  }

  .team-member-linkedin {
    background-color: var(--purple);
    border-radius: 50%;
    padding: 7px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .team-member-linkedin span {
    background-image: url(./img/in-wit.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    display: block;
  }

  input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none; 
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .ot-calculator-left   .filter-input input {
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    background-color: white;
    box-shadow: unset;
    padding-left: 10px;
    height: 38px;
    width: 140px;
  }

  .filter-input input {
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    background-color: white;
    box-shadow: unset;
    padding-left: 10px;
    height: 27px;
    width: 125px;
  }

  .filter-input input::placeholder {
    opacity: 1;
    color: var(--dark);
  }

  .ot-calculator-left .filter-input input::placeholder {
    opacity: 0.5;
  }

  .filter-input input:focus {
      box-shadow: none;
      outline: none;
  }

  .error-div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 100px 0;
  }

  #bereken-button{
    margin-left: auto;
    display: flex;
    width: fit-content;
  }

  .plan-een-meeting .container.sticky-top,
  .schedule-meeting .container.sticky-top {
    display: none;
  }

  .plan-een-meeting-container {
    display: flex;
    height: 100dvh;
    margin-bottom: -1px;
  }

  .meeting-left {
    background-color: var(--dark);
    width: 50%;
    height: 100%;
  }

  .meeting-right {
    background-color: var(--very-light-blue);
    width: 50%;
    height: 100%;
  }

  .meeting-left-inner {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
 
    padding: 100px;
    color: white;
  }

  .meeting-left-inner .featured-title {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #40405B;
  }

  .meeting-left-inner .featured-title p {
    font-size: 18px;
    text-align: center;
    color: #fff;
  }

  .no-borderradius-bottom {
    border-radius: 25px 25px 0 0;
  }

  .meeting-left a {
    top: 50px;
    left: 50px;
    position: absolute;
  }

  .meeting-left a img {
    width: 125px;
  }

  .meeting-left-inner p,
  .meeting-left-inner h2 {
    color: white;
    text-align: center;
  }

  .meeting-right-inner {
    
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px;
  }

  .meeting-right-inner p {
    font-weight: 500;
    text-align: center;
    font-size: 18px;
  }

  .ot-calculator-left-top {
    flex-wrap: wrap;
  }

  .calculator-mob-info {
    display: none;
  }

  .services .simple-usps-section.element-padding-top {
    padding-top: 50px;
  }

@media (min-width: 1800px) {
  .ot-slider-quote-single p {
    width: 850px;
  }
}

@media (max-width: 1500px) {
  .cta-images-section .cta-images-left .image-row > div:last-child {
    display: none;
  }

  .cta-images-section .cta-images-right .image-row > div:first-child {
    display: none;
  }

  .cta-images-left .image-row {
    justify-content: flex-end !important;
  }

  .cta-images-section img, .image-row > div {
    width: 100%;
  }

  .cta-images-right .image-row {
    justify-content: flex-start !important;
  }

  .cta-images-section img {
    height: 200px;
  }


}

@media (max-width: 1310px) {
  .usps-section .usps-blok-container {
    justify-content: center;
  }
}

@media (max-width: 1400px) {

  .image-tekst-section-2 > img,
  .outside-image {
    display: none;
  }

  .image-tekst-section-2 .image-tekst-links-2  {
    min-width: unset;
  }

  .image-tekst-container-2 > div,
  .tekst-image-variant-inner > div {
    width: 50%;
  }

  .image-tekst-section-2.image-down {
    padding-bottom: 0;
  }

  .cta-images-right .image-row:last-child {
    margin-right: 0;
  }

  .cta-images-left .image-row:last-child {
    margin-left: 0;
  }

  .image-tekst-section-2.image-up {
    padding-top: 100px;
  }
}

@media (min-width: 1280px) {

  .container-1 {
      max-width: 1310px;
      margin: auto;
      padding: 0 30px;

  }

  .container {
      max-width: 1310px;
      margin: auto;
  }
}

@media (min-width: 1200px) {
  .container-1 {
    max-width: 1140px;
    margin: auto;
    padding: 0 30px;

  }

  .container {
      max-width: 1140px;
      margin: auto;
  }
}

@media (max-width: 1200px) {

  .vacature-contactpersoon-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    display: none !important;
  }

  .ot-header-class {
    height: 80px;
    position: relative;
  }

  .primary-menu-nav {
    display: none;
  }

  .btn-mobile-nav {
    display: flex;
  }

  .primary-menu-nav {
    background-color: var(--purple);
    position: fixed;
    width: calc(100% - 30px);
    height: calc(100dvh - 140px);
    transform: translateX(100%);
    padding: 0;
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    display: block;
    z-index: 998;
    border-radius: var(--border-radius);
    top: 125px;
    left: 15px;
  }

  .wpml-ls-item-toggle .wpml-ls-flag {
    content: url(./img/taal-icon-wit.svg);
  }

  .vacature-count {
    display: none;
  }

  .nav-open .primary-menu-nav {
      transform: translateX(0);
      opacity: 1;
  }

  .primary-menu-nav .menu li:last-child a {
    border-bottom: none;
  }

  .primary-menu-nav .menu {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 30px;
    gap: 10px;
    height: 100%;
    justify-content: flex-start;
    overflow-y: auto;
  }

  .primary-menu-nav .menu > li a {
    color: var(--very-light-blue);
    border-bottom: 1px solid #d6dfe2;
    width: 100%;
    display: flex;
    padding: 5px 0 10px 0;
  }

  .primary-menu-nav .current-menu-item > a::before {
    display: none;
  }

  .primary-menu-nav .menu li {

    width: 100%;
  }

  .primary-menu-nav .menu:first-child li {
    padding: 0;
  }

  .menu-item-has-children a {
    align-items: center;
    justify-content: space-between;
  }

  .menu-item-has-children .menu-has-children-dropdown {
    background-image: url(./img/arrow-down-FFFFFF.svg);
    width: 12px;
    height: 12px;
  }

  .menu-item-has-children.current-menu-item .menu-has-children-dropdown {
    background-image: url(./img/arrow-down-FFFFFF.svg);
    width: 12px;
    height: 12px;
  }

  .menu-item-has-children .sub-menu.active {
    display: flex;
    position: static;
    transform: unset;
    border: none;
    margin-top: 0;
    background-color: var(--purple);
    color: white;
    opacity: 1;
    padding: 10px 10px 0 10px;
    gap: 0;
  }

  .sub-menu.active a {
    border-bottom: none !important;
  }

  .menu-item-has-children .sub-menu  {
    display: none;
  }

  .page-header-galerij {
    margin: 20px 0 25px 0;
  }

  .header-left img {
    width: 130px;
  }

  .ot-calculator-bottom .filter-input-menu {
    flex-direction: column;
  }

  .ot-calculator-bottom .calculator-option > div:not(:first-child),
  .ot-calculator-bottom .calculator-option > div:first-child {
    height: 120px;
  }

  .ot-calculator-bottom .filter-input input,
  .calculator-aanpassen {
    width: 100px;
  }

  #total-yearly-percentage {
    right: 18px;
  }

  .brede-image-section-inner {
    height: fit-content;
  }
  .ot-front-header {
    justify-content: center;
  }

  .brede-image-left {
    width: 50%;
  }

  .brede-image-right {
    padding: 40px;
  }

  .footer-bottom {
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
  }

  .ot-testimonial-single {
    width: 400px !important;
    height: 350px !important;
  }

  .footer-bottom-logo {
    right: 90px;
  }

  .contact-locatie-inner img {
    height: 90px;
  }

  .tekst-image-variant-slider >div:last-child {
    display: none;
  }

  .stappen-verticaal {
    overflow: hidden;
  }

  .ot-slider-image-left,
  .ot-slider-image-right {
    display: none;
  }

  .ot-page-header-left {
    align-items: center;
  }

  .ot-slider-quotes-outer {
    max-width: calc(100% - 200px);
    margin: auto;
  }

  .floating-blocks-left {
    width: 40%;
  }

  .floating-blocks-single {
    width: 250px;
  }

  .contact-element-inner h3 {
    font-size: 22px;
  }

}

@media (max-width: 991px) {

  .ot-page-header h1 {
    width: 100%;
  }

  .team .ot-page-header p {
    width: 100%;
  }

  .team .page-header-full-width .ot-page-header-left {
    width: 100%;
  }

  .ot-contact-form-inner {
    flex-direction: column;
  }

  .ot-contact-form-inner > div {
    width: 100%;
    flex-shrink: 0;
  }

  .footer-bottom-logo {
    top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .ot-front-header-inner {
    width: 80%;
  }

  .floating-blocks-section {
    margin: 100px 15px 0 15px;
    padding: 100px 0;
  }

  .usps-2-section-inner {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .floating-blocks-left {
    width: 100%;
  }

  .usps-2-blok-container {
    width: 100%;
  }

  #total-yearly-percentage {
    right: -5px;
  }

  .vacature-element-grid a:last-child {
    display: none;
  }

  .tekst-image-variant-slider >div:last-child {
    display: block;
  }

  .blog-post-grid {
    margin-top: 50px;
  }

  .floating-blocks-right > div {
    position: relative;
    right: unset;
    bottom: unset;
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
    height: 100%;
  }

  .brede-image-right {
    padding: 40px 30px;
  }

  .contact-locatie-inner img {
    display: none;
  }

 .ot-calculator-left .calculator-option .calc-min-width {
  width: 100%;
 }

  .floating-blocks-single {
    width: 100%;
    height: 100%;
    flex: 1;
  }

  .ot-calculator-inner .calculator-option {
    flex-wrap: wrap;
  }

  .contact-element-section.email {
    margin-bottom: 20px;
  }

  .tekst-image-variant-4-left img {
    height: 300px;
  }

  .stappen-verticaal .ot-stap-single .ot-stap-single-inner.active,
  .stappen-verticaal .ot-stap-single .ot-stap-single-inner {
    transform: translateX(0) !important;
    filter: blur(0) !important;
    opacity: 1 !important;
  }

  .tekst-image-variant-4 {
    padding-bottom: 150px;
  }

  .tekst-image-variant-4-left {
    height: fit-content;
    margin-top: 50px;
    width: 100%;
    padding-right: 0;
  }

  .variant-4-tekstblok {
    background-color: white;
    border-radius: var(--border-radius);
    position: absolute;
    right: unset;
    bottom: unset;
    width: 100%;
    transform: unset;
    margin-top: 30px;
  }

  .ot-contact-form.active {
    margin-top: 0;
  }

  .contact-header {
    padding-top: 225px;
    padding-bottom: 125px;
  }

  .ot-simple-banner-tekst {
    padding: 30px;
  }

  .ot-simple-banner-container {
    margin: 0 15px;
  }

  .ot-simple-banner-container > img {
    display: none;
  }

  .floating-blocks-right > div:first-child {
    bottom: 0;
    right: unset;
  }
  .floating-blocks-right > div div:first-child {
    margin-bottom: 0;
  }

  .variant-4-tekstblok {
    position: relative;
  }

  .floating-blocks-right {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }

  .brede-image-section-inner {
    flex-direction: column-reverse;
  }

  .brede-image-left {
    width: 100%;

  }

  .brede-image-left img {
    max-height: 500px;
  }

  .ot-stappen-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .ot-stappen-links h2 {
    max-width: 100%;
  }

  .ot-stappen-links img {
    height: 400px;
    position: relative;
  }

  .image-tekst-rechts {
    padding: 40px;
  }

  .image-tekst-container {
    flex-direction: column;
  }

  .image-tekst-links {
    width: 100%;
    height: 300px;
  }

  .image-tekst-links img {
    border-radius: 25px 25px 0 0;
  }

  .image-tekst-rechts {
    border-radius: 0 0 25px 25px;
  }

  .tekst-image-variant-inner {
    flex-direction: column;
  }

  .image-tekst-container-2 > div, .tekst-image-variant-inner > div {
    width: 100%;
  }

  .tekst-image-variant-right {
    max-height: 300px;
  }

  .beloftes-inner {
    grid-template-columns: 1fr;
  }

  .beloftes-inner img {
    display: none;
  }

  .tekst-image-variant .tekst-image-variant-right img, .tekst-image-variant > img {
    height: 100%;
  }

  .vier-stappen-grid {
    grid-template-columns: 1fr 1fr;
  }

  .single-vier-stappen-stap:nth-child(4) {
    border-top: unset;
  }

  .single-vier-stappen-stap:nth-child(3) {
    border-top: unset;
    border-left: unset;
    border-right: unset;
    padding-left: 0;
  }

  .single-vier-stappen-stap:nth-child(4) {
    border-left: 1px solid black;
  }

  .image-tekst-container-2 {
    flex-direction: column;
  }

  .image-tekst-section-2 img {
    height: 300px;
  }

  .image-tekst-rechts-2 {
    margin-left: 0;
  }

  .ot-pricing-section {
    margin: 0;
  }

  .ot-pricing-single {
    width: 300px !important;
    max-width: 300px !important;
    margin-right: 20px;
  }

  .ot-pricing-section .container {
    padding-right: 0;
  }

  .variant-4-tekstblok-inner::before,
  .variant-4-tekstblok-inner::after {
    display: none;
  }

  .variant-4-tekstblok-inner {
    padding: 30px;
  }

  .ot-logo-slider .featured-title p span {
    font-size: 18px !important;
  }

  .slick-track .ot-logo-single,
  .slick-track .ot-logo-single img {
    width: fit-content !important;
  }

  .tekst-image-semi-inner {
    flex-direction: column;
    gap: 20px;
  }

  .tekst-image-semi-inner-left {
    width: 100%;
  }

  .tekst-image-semi-inner-right {
    height: 300px;
    width: 100%;
  }

  .stappen-fill-line {
    left: 15px;
  }

  .ot-calculator-inner {
    flex-direction: column;
  }

  .ot-calculator-left {
    width: 100%;
  }

  .stappen-verticaal-line {
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    padding-bottom: 50px;
    position: static;
  }

  .single-gerelateerd-posts-grid {
    margin-top: 30px;
  }

  .stappen-verticaal .ot-stap-single-inner  {
    padding: 30px;
  }

  .single-gerelateerde-posts {
    padding: 100px 0;
  }

  .single-gerelateerd-posts-grid .slick-track a {
    margin: 0 10px;
  }

  .single-gerelateerd-posts-grid .slick-track {
    margin-left: -10px;
  }

  .single-gerelateerd-bottom {
    height: fit-content;
    padding: 20px;
  }

  .stappen-verticaal-inner  {
    align-items: flex-end;
  }

  .vacature-vlakken-grid .slick-track {
    gap: 20px;
  }

  .stappen-verticaal-line > div:first-child {
    margin-top: 50px;
  }

  .stappen-verticaal .ot-stap-single {
    width: calc(100% - 50px);
  }

  .stappen-verticaal-inner .ot-stap-single.left .outside-image,
  .stappen-verticaal-inner .ot-stap-single.right .outside-image {
    right: unset;
    left: -50px;
  }

  .vacature-contactpersoon-inner {
    flex-direction: column;

  }

  .contactpersoon-section {
    padding: 15px 0 50px 0;
  }

  .contactpersoon-info {
    justify-content: flex-start;
  }

  .interview-section-large .interview-single img,
  .interview-section.interview-section-large a {
    min-width: 100%;
    width: 100%;
    border-radius: var(--border-radius);
  }

  .ot-team-member-grid {
    grid-template-columns: 1fr 1fr;
  }

  .stappen-links-img-container::before {
    bottom: -2px;
    right: 0;
    height: 26%;
    width: 201px;
  }

  .faq-section .row:last-child > div {
    margin-bottom: 20px;
  }

  .tekst-image-variant-3 .ot-button-container {
    margin-bottom: 20px;
  }

  .wpml-ls-legacy-dropdown-click a {
    margin-right: 10px;
  }

  body > div.container {
    margin-top: -50px;
  }

  .standaard-tekst-image.image-rechts .tekst-image-variant-3-inner,
  .standaard-tekst-image .tekst-image-variant-3-inner {
    flex-direction: column;
    gap: 20px;
  }

  .tekst-image-variant-3-left,
  .tekst-image-variant-3-right {
    width: 100%;
  }

  .single-vacature .wpb_wrapper .vacature-vlakken-section ul {
    justify-content: center;
    left: 50%;
  }

  .vacature-vlakken-section .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

}

@media (max-width: 768px) {

  .ot-page-header p {
    width: 100%;
  }

  .single-read-info-container {
    flex-direction: column;
    bottom: -13px;
    gap: 0;
  }

  .interview-single:before {
    bottom: -1px;
    left: -1px;
    height: 103px;
    width: 200px;
  }

  .calculator .ot-page-header-left {
    width: 100%;
  }

  .ot-calculator {
    display: none;
  }

  .calculator .ot-page-header.lichtblauw::after {
    display: none;
  }

  .calculator-mob-info {
    display: block;
    margin-top: 50px;
    text-align: center;
  }

  .standaard-tekst-image.image-rechts.single-image .tekst-image-variant-3-inner {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .standaard-tekst-image.single-image .tekst-image-variant-3-inner {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .ot-pricing-single {
    padding: 30px;
  }

  .ot-pricing-grid {
    margin-top: 30px;
  }

  .interview-single {
    min-height: 350px;
  }

  .interview-single img {
    height: 350px;
  }

  /* .tekst-image-variant .tekst-image-variant-left {
    padding: 30px 30px;
  } */

  .banner-section.medium {
    padding: 50px 20px;
  }

  .banner-facts {
    row-gap: 15px;
  }

  .ot-page-header-inner {
    width: 100%;
    height: fit-content;
  }

  .contactpersoon-info {
    width: 100%;
  }

  .contactpersoon-info-inner a {
    width: 100%;
  }

  .contactpersoon-info-inner {
    width: 50%;
    flex-shrink: 0;
  }

  .ot-page-header {
    height: fit-content;
  }

  /* .page-template-page-with-sticky-menu .page-header-left-inner {
    padding-bottom: 70px;
  } */

  .ot-page-header-inner {
    /* margin-top: 120px;
    padding-bottom: 60px;
    padding-top: 30px; */
    min-height: 465px;
  }

  .ot-page-header-left {
    align-items: flex-start;
  }

  .contact-locatie-inner img {
    display: block;
  }

  .tekst-image-variant-4 {
    margin-top: 50px;
    padding: 50px 0;
  }

  .ot-pricing-single-top {
    min-height: 115px;
  }

  .ot-pricing-single ul li p {
    margin-bottom: 10px;
  }

  .ot-pricing-grid .slick-slide {
    height: 100% !important;
  }

  .hubs-header div:first-child {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }

  .interview-single::after {
    content: "";
    background-image: url(./img/plus-paars.svg);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    width: 30px;
    height: 30px;
    border: 2px solid var(--purple);
    padding: 5px;
    border-radius: 50%;
  }

  .interview-single.active::after {
    display: none;
  }

  .hubs-header {
    flex-direction: column;
  }

  .hubs-header div:last-child {
    padding-left: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-left: unset;
    padding-top: 20px;
    padding-left: 0;
  }

  .tekst-image-variant-slider >div:last-child {
    display: none;
  }

  .usps-variant-container {
    flex-direction: column;
  }

  .usps-variant-section {
   margin: 50px 0;
  }

  .cta-images-section {
    margin-top: 50px;
  }

  .events-grid {
    grid-template-columns: 1fr;
  }

  .team-member.team-member-vacature-block {
    padding: 0;
  }

  .events-last {
    grid-column: span 1;
  }

  .events-single.events-last {
    min-height: unset;
  } 

  .team .ot-page-header-inner,
  .calculator .ot-page-header-inner {
    padding-top: 175px;
    padding-bottom: 100px;
  }

  .gradient-bg {
    width: 100%;
  }

  .cta-images-tekst {
    width: 100%;
    margin-bottom: 50px;
  }

  .image-row {
    display: none;
  }

  .footer-container-inner {
    flex-direction: column;
    gap: 40px
  }

  .ot-pricing-section {

    padding: 50px 0;
  }

  .vacature-vlakken-grid {
    grid-template-columns: 1fr 1fr;
  }

  .simple-usps-section .usps-blok-container {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .main-solid-bg {
    padding: 100px 50px;
  }

  .ot-popup-content{
    flex-direction: column;
  }

  .hubs-single {
    padding: 50px 50px 50px 50px;
  }

  #ot-popup {
    height: fit-content;
    padding: 30px;
  }

  .events-header {
    width: 100%;
  }

  .hubs-single img {
    height: 125px;
    margin-bottom: 30px;
  }

  .ot-front-header {
    background-position: calc(100% - 30%) center;
  }

  .ot-front-header-inner {
    width: 60%;
    margin-top: 125px;
  }

  .single article {
    margin-bottom: 50px;
  }

  .contents-container {
    margin-bottom: 40px;
  }

  .single article {
    padding-top: 20px;
  }

  .usps-section {
    padding-top: 50px;
  }

  .front-page-header-slider .slick-list {
    margin-bottom: 30px;
  }
 
  .usps-section .usps-blok-single {
    flex-direction: column;
    width: 45%;
    align-items: center;
  }

  .usps-section .usps-blok-single .img-wrapper img {
    max-width: 50px;
    width: 50px;
    height: 50px;
  }

  .contact-locatie-inner > div {
    text-align: center;
  }

  .contact-locatie-section {
    margin-bottom: 20px;
  }

  .contact-locatie-inner {
    flex-direction: column;
  }

  .contact-locatie-inner {
    padding: 30px;
  }


  .contact-element-inner h3 {
    font-size: 18px;
  }

  .usps-section .usps-blok-single-content p {
    width: 100%;
  }

  .usps-section .usps-blok-single-content {
    text-align: center;
  }

  .diensten-blok-container {
    flex-direction: column;
    gap: 25px;
  }

  .banner-section {
    margin-top: 50px;
  }

  .vacature-element-header {
    width: 100%;
  }

  .image-tekst-section-2.image-up {
    padding-top: 50px;
  }

  .ot-logo-slider.ot-logo-slider-2 {
    margin-top: 50px;
  }

  .footer-container-right, .footer-container-left {
    width: 100%;
  }

  .interview-section {
    padding: 50px 0;
  }

  .tekst-image-variant-left hr {
    margin-bottom: 20px;
  }
  .tekst-image-variant-slider {
    margin-top: 20px;
  }

  .element-padding-top {
    padding: 50px 0 0 0;
  }

  .banner-section.medium {
    padding: 50px 0;
  }

  .interview-grid {
    flex-direction: column;
  }

  .tekst-image-variant-left {
    margin-right: 0;
  }

  footer {
    margin-top: 50px;
  }

  .tekst-image-variant .tekst-image-variant-right img {
    height: 100%;
  }

  .beloftes-variant-single {
    width: 100%;
  }

  .beloftes-variant-single:nth-child(3) {
    margin-bottom: 20px;
  }

  .interview-section {
    margin: 50px 0 0 0;
  }

  .standaard-tekst-image.single-image .tekst-image-variant-3-inner >div {
    width: 100%;
  }

  .ot-btn {
    font-size: 14px;
  }

  .ot-page-header-inner {
    padding-top: 210px;
  }

  .blog .ot-page-header img,
  .ot-page-header-right  {
    display: none;
  }

  .vacature-filter {
    margin-top: 0;
  }

  .blog .ot-page-header .blog-header {
    width: 100%;
    height: fit-content;
    padding-bottom: 85px;
  }

  .vacature-single-header p:last-child {
    padding-bottom: 10px;
  }

  .vacature-single-header > div:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: unset;
    padding-top: 20px;
  }

  .vacature-single-header p {
    padding-left: 0;
  }

  .usps-section.color {
    padding-bottom: 100px;
  }

  .vacature-single-header {
    flex-direction: column;
  }

  #vacatures-grid {
    margin-bottom: 50px;
    gap: 20px;
  }

  .vacature-filter {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .vacatures .ot-page-header-inner {
    padding-bottom: 85px;
  }

  .ot-slider-grid .slick-track {
    margin-left: 15px;
  }

  .wider-image .page-header-left-inner {
    width: 100%;
  }

  .ot-slider-grid {
    margin-bottom: 50px;
    margin-top: 20px;
  }

  .page-header-left-inner p span {
    font-size: 16px !important;
  }

  .ot-slider-single {
    padding: 30px;
    border: 1px solid var(--very-light-blue);
    border-radius: 25px;
    width: 300px;
    margin-right: 15px;
    background-color: var(--very-light-blue);
  }

  .calculator-option {
    flex-direction: column;
  }

  .slider-track {
    width: 100%;
  }

  .ot-calculator-left-top {
    flex-wrap: wrap;
  }

  .ot-calculator-left-top > div:last-child {
    margin-left: unset;
  }

  body .ot-slider-section .slick-next {
    width: 35px;
    height: 24px;
    bottom: -10%;
    left: 15px;
  }

  body .ot-slider-section .slick-prev {
    width: 35px;
    height: 24px;
    bottom: -10%;
    left: 15px;
  }

  .ot-slider-quote-single {
    padding: 30px;
    padding-bottom: 10px;
  }

  .single-vier-blokken-stap {
    padding: 30px;
    height: 150px;
  }

  .ot-slider-quotes-outer {
    max-width: 100%;

  }

  .ot-slider-quotes-container {
    margin: 0 15px;
  }

  .ot-slider-single img {
    max-height: 100px;
  }

  .header-left img {
    width: 100px;
  }

  .ot-sticky-bar-outer {
    padding: 20px 30px;
    margin-bottom: 50px;
  }

  .ot-sticky-bar-inner {
    gap: 15px;
  }

  .ot-sticky-bar-inner p {
    margin-right: 10px;

  }

  .ot-sticky-bar-content a {
    gap: 5px;
    font-size: 13px;
  }

  .ot-sticky-bar-content svg {
    width: 12px;
  }

  .logo-slider-initiate .slick-track, .logo-slider-initiate-2 .slick-track  {
    gap: 50px !important;
  }

  .image-tekst-container-2 {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .image-tekst-rechts-2 {
    margin-left: 0;
  }

  .image-tekst-section-2 img {
    height: 300px;
  }

  .usps-2-section {
    padding: 50px 0 100px 0;
    margin-top: 50px;
  }

  .front-page .vacature-element {
    margin-top: -35px;
  }

  .vacature-element {
    padding-bottom: 50px;
  }

  .floating-blocks-section {
    margin: 50px 15px 0 15px;
    padding: 50px 15px;
  }

  .ot-testimonials-section {
    padding: 50px 0;
  }

  .faq-section {
    padding-top: 50px;
  }

  .vacature-single-header h1 {
    padding-right: 0;
    padding-bottom: 20px;
  }

  .single-vacature .cta-images-section {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .single-vier-blokken-stap p {
    opacity: 1;
  }

  .ot-developer {
    margin: 50px 0 0 0;
    padding: 50px 0;
  }

}

@media (max-width: 575px) {

  .beloftes-variant-single img {
    width: 75px;
    height: 75px;
  }

  .beloftes-variant-single {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .usps-2-section-inner {
    gap: 20px;
  }

  .usps-2-blok-header {
    justify-content: center;
    width: 100%;
  }

  .usps-2-section .usps-blok-single .img-wrapper img {
    max-width: 50px;
    width: 50px;
    max-height: 75px;
  }

  .usps-2-section .usps-blok-single {
    align-items: flex-start;
  }

  .footer-bottom {
    padding-top: 75px;
  }
  
  .footer-bottom-logo {
    left: 0;
    top: 20px;
    right: unset;
    transform: unset;
  }

  .footer-bottom-right {
    flex-wrap: wrap;
  }

  .vacature-element-grid {
    grid-template-columns: 1fr;
  }

  .usps-section .usps-blok-single h3 {
    min-height: unset;
  }

  .banner-facts {
    justify-content: flex-start;
  }
  .banner-social-proof > div {
    justify-content: flex-start;
  }

  .increase-number {
    min-width: unset;
  }

  .banner-section h2 {
    text-align: start;
  }

  .blog-post-grid {
    grid-template-columns: 1fr;
  }

  .brede-image-right ul li {
    line-height: 30px;
  }

  .front-page  .usps-section .usps-blok-container {
   display: grid;
  grid-template-columns: 1fr 1fr;
   }

   .front-page .usps-section .usps-blok-single {
    width: 100%;
   }

  .usps-section .usps-blok-container {
   flex-direction: column;
  }

  .usps-section  .usps-blok-single {
    width: 100%;
    flex: none !important;
    max-width: 100% !important;
    gap: 5px !important;
  }

  .ot-stap-single-inner {
    padding: 30px;
  }

  .ot-stappen-rechts {
    gap: 20px;
  }

  .interview-section {
    padding: 50px 15px;
  }

  .interview-header p {
    margin-bottom: 20px;
  }

  .diensten-blok-single {
    padding: 75px 30px;

  }

  .events-grid {
   display: flex;
   flex-direction: column;
  }

  .events-single {
    padding: 40px;
  }

  .events-single.events-last {
    min-height: unset;
  }

  .single-vier-stappen-stap {
    padding: 30px 20px;
    border: 1px solid black;
  }

  .tekst-image-semi-inner-left-top {
    padding: 30px 30px 60px 30px;
  }

  .tekst-image-semi-inner-left-bottom {
    padding: 30px;
  }

  .ot-team-member-grid {
    grid-template-columns: 1fr;
  }

  .ot-logo-slider.ot-logo-slider-2 .ot-logo-single {
    height: 40px !important;
  }

  .tekst-image-semi-repeater ul {
    grid-template-columns: 1fr;
  }

  .calc-min-width {
    width: 100%;
    margin-right: 0;
  }

  .info-icon span {
    left: -65px;
  }

  .main-solid-bg {
    padding: 100px 10px;
    padding-bottom: 50px;
  }

  .footer-container {
    display: flex;
    justify-content: center;
  }

  .footer-container-left-top, .footer-container-left-bottom {
    gap: 30px;
  }

  .footer-container-left-top > div:first-child, .footer-container-left-bottom > div:first-child {
    width: 158px;
  }

  .ot-front-header {
    height: 100%;
    padding: 90px 0;
  } 

  .ot-front-header {
    margin-left: 0;
  }

  .ot-logo-single.slick-slide img {
   width: 100px !important;
  }

  .tekst-image-variant-3-inner {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .tekst-image-variant-3-right,
  .tekst-image-variant-3-left {
    width: 100%;
  }

  .hubs-single {
    padding: 30px;
  }

  .tekst-image-variant-3-left img {
    height: 300px;
  }

  .cta-images-section-extra {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tekst-image-variant-3-left img:nth-child(2) {
    display: none;
  }

  .ot-testimonial-single img {
    height: 70px;
  }

  .ot-testimonial-single {
    width: 300px !important;
    height: 300px !important;
    padding-top: 60px;
  }

  .ot-testimonial-slider .slick-track {
    gap: 20px;
  }


  .interview-section-large .interview-single img {
    height: 350px;
    width: 100%;
  }

  .interview-section-large .interview-grid {
    padding: 0 ;
  }

  .interview-section.interview-section-large a {
    width: 100%;
    height: 350px;
  }

  .vacature-vlakken-section .container {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-images-section-extra p {
    font-size: 16px;
  }

  .tekst-image-variant-slider img {
    height: 18px;
  }

  .contact-element-inner p {
    width: 100%;
  }

  .interview-section-large .interview-single:before {
    height: 26%;
    width: 180px;
    bottom: -1px;
    left: -1px;
  }

  .contact-element-inner {
    padding: 20px;
    gap: 15px;
  }

  #gform_1 {
    background-color: var(--very-light-blue);
    border-radius: var(--border-radius);
    padding: 30px;
  }

  .nav-last-div .ot-btn {
    padding: 4px 12px;
    font-size: 12px;
  }

  header {
    padding: 0 20px;
  }

  .btn-mobile-nav {
    margin-left: 10px;
  }

  .brede-image-right h2 {
    text-wrap: balance;
  }

  .brede-image-right a img {
    display: none;
  }

  .interview-hover-lezen {
    align-items: baseline;
    gap: 5px;
    width: 40%;
    justify-content: flex-end;
    line-height: 1;
  }

  .ot-developer-grid {
  grid-template-columns: 1fr 1fr;
  }

  .vacature-element-grid a:last-child {
    display: flex;
  }

  .vacature-element-grid a {
    padding: 30px;
  }

  .vacature-bekijk::after {
      background-image: url(./img/arrow-s-ffffff.svg);
  }

  .vacature-element-grid a:last-child {
    padding: 30px;
    min-height: 200px;
  }

  .vergelijk-optie .vergelijk-optie-right p {
    white-space: nowrap;
  }

  .tekst-image-variant-left.lichtblauw {
    padding: 30px;
  }

  .ot-logo-slider {
    padding: 50px 0;
  }

  .ot-logo-slider .featured-title p span {
    font-size: 16px !important;
  }

  footer .bottom-right-of-cutout-radius .top-right-radius {
    background-color: #1D1D30;
  }

  .footer-bottom {
    gap: 10px;
  }

  .vacature-vlakken-single > div {
    flex-direction: column;
    gap: 0;
  }

  #ot-popup h3 {
   max-width: 90%;
  }

  .contactpersoon-info >div:last-child {
    display: none;
  }

  .contactpersoon-info-inner {
    width: 100%;
    flex-shrink: 0;
    align-items: center;
  }

  .contactpersoon-info-inner a {
    width: 220px;
  }

  .contactpersoon-info {
    height: 100%;
  }
}
