*,
::before,
::after {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  max-width: 100%;
}
body {
  font-family: "Poppins";
  margin: 0px;
  padding: 0px;
  background-color: #f6f6f6;
  color: #002d59;
}
body a,
html a {
  text-decoration: none;
}
button,
input,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin-top: 0px;
}
h1 {
  line-height: 90px;
}
h2 {
  font-size: 48px;
  color: #0069B4;
  margin-bottom: 32px;
}
h3 {
  font-size: 36px;
  color: #0069B4;
  margin-bottom: 16px;
}
h4 {
  color: #0069B4;
  font-size: 24px;
  margin-bottom: 8px;
}
p {
  font-size: 18px;
  line-height: 27px;
  margin-top: 8px;
  margin-bottom: 16px;
}
a {
  font-size: 18px;
}
span.number {
  font-size: 36px;
  font-weight: 700;
  color: #E30612;
  display: block;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
img {
  vertical-align: top;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* poppins-300 - latin */
@font-face {
  font-family: "Poppins";
  font-display: block;
  font-style: normal;
  font-weight: 300;
  src: local(""),
    url("../css/fonts/poppins-v15-latin-300.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../css/fonts/poppins-v15-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-display: block;
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../css/fonts/poppins-v15-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../css/fonts/poppins-v15-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-display: block;
  font-style: normal;
  font-weight: 500;
  src: local(""),
    url("../css/fonts/poppins-v15-latin-500.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../css/fonts/poppins-v15-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-display: block;
  font-style: normal;
  font-weight: 600;
  src: local(""),
    url("../css/fonts/poppins-v15-latin-600.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../css/fonts/poppins-v15-latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-display: block;
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("../css/fonts/poppins-v15-latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../css/fonts/poppins-v15-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.outer-wrapper {
  max-width: 1705px;
  margin: 0 auto;
  width: 95%;
}
.container {
  max-width: 1705px;
}

.single-page{
  width: min(1705px, calc(100% - 40px));
  margin: 0 auto;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.cl-33 {
  max-width: 33.33%;
  flex: 0 0 33.33%;
}
.cl-50 {
  max-width: 50%;
  flex: 0 0 50%;
}
.cl-66 {
  max-width: 66.66%;
  flex: 0 0 66.66%;
}

.branding-wrapper {
  padding: 32px 0px;
}
.site-header .flex-row {
  align-items: center;
  justify-content: space-between;
}
.site-contact a {
  font-size: 18px;
  font-weight: 700;
  margin-left: 48px;
  color: #0069B4;
}
.main-nav-wrapper {
  background-color: #fff;
  padding: 20px 0;
}

/* NAV CONTAINER */

.main-navigation {
  display: block;
  padding-left: 120px;
  padding-right: 60px;
  margin: 0 auto;
}

/* RESET */

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation li {
  position: relative;
}

/* HOOFDMENU */
/* werkt zowel met als zonder WP menu wrapper div */

.main-navigation > div > ul,
.main-navigation > ul {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  width: 100%;
}

/* LINKS */

.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 24px;
  color: #008bca;
  font-weight: 700;
  transition: color .2s ease;
}

.main-navigation a:hover {
  color: #8a9ea5;
}

/* ACTIEVE PAGINA */

.current-menu-item > a,
.current-menu-ancestor > a,
.current_page_parent > a,
.current_page_item > a {
  color: #8a9ea5;
}

/* CONTACT BUTTON */

.main-navigation ul li.contact-item a {
  background-color: #008bca;
  color: #fff;
  height: 80px;
  padding: 22px 70px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.main-navigation ul li.contact-item a:hover {
  background-color: #006d9d;
  color: #fff;
}

/* PIJLTJE BIJ SUBMENU */

.main-navigation .menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-navigation .menu-item-has-children > a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #008bca;
  border-bottom: 2px solid #008bca;
  transform: rotate(45deg);
  transition: transform .2s ease;
  flex-shrink: 0;
  margin-top: -3px;
}

.main-navigation .menu-item-has-children:hover > a::after,
.main-navigation .menu-item-has-children.focus > a::after {
  transform: rotate(225deg);
}

/* SUBMENU */

.main-navigation ul ul {
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  padding: 16px 0;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  z-index: 9999;
}

/* OPEN SUBMENU */

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* SUBMENU ITEMS */

.main-navigation ul ul li {
  width: 100%;
}

.main-navigation ul ul a {
  width: 100%;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #008bca;
  white-space: normal;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current_page_item > a {
  color: #8a9ea5;
}

/* GEEN DERDE MENU */

.main-navigation ul ul ul {
  display: none !important;
}

/* MOBILE MENU */

.menu-toggle {
  display: none;
}

/* ALS JE THEME TOGGLED GEBRUIKT */
.main-navigation.toggled > div > ul,
.main-navigation.toggled > ul {
  display: flex !important;
}

/* DESKTOP */

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation > div > ul,
  .main-navigation > ul {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    width: 100%;
  }
}

.banner {
  max-width: 1705px;
  margin: 0 auto;
  width: 95%;
  position: relative;
}
.banner .cl-33 {
  background-color: #0069B4;
}
.banner img {
  vertical-align: top;
  width: 100%;
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
}
.banner-content h1 {
  color: #fff;
  font-size: 72px;
}
.circle-button {
  position: relative;
  color: #fff;
  font-weight: 700;
}
.circle-button::before {
  transition: 0.4s;
  position: absolute;
  left: -16px;
  top: -16px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #009fe3;
  border-radius: 50px;
  z-index: -1;
  content: "";
}
.circle-button:hover::before {
  width: calc(100% + 32px);
}

.home-intro-section .text-wrapper {
  padding: 100px 0px 100px 120px;
}
.text-wrapper a {
  font-weight: 700;
}
.home-intro-section .white-sidebar {
  position: relative;
}
.scroll-down {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E30612;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.home-intro-section .scroll-down {
  position: absolute;
  top: -60px;
  left: -60px;
}
.white-sidebar {
  background-color: #fff;
  text-align: center;
  padding: 40px;
  transform: translateY(-50%);
}

.white-section .outer-wrapper {
  background-color: #fff;
  padding: 100px 120px;
}
.white-section .flex-row {
  justify-content: space-between;
}
.number-text-wrapper {
  flex: 0 0 600px;
  max-width: 600px;
}

/* Waarom */
.waarom-intro-section .cl-66 {
  background-color: #fff;
}
.waarom-intro-section .text-wrapper {
  padding: 100px 120px;
}
.point-block {
  margin-bottom: 32px;
  display: block;
  max-width: 680px;
  position: relative;
  padding-left: 80px;
  color:#008BCA;
}
.point-block .number {
  position: absolute;
  left: 0px;
  top: 0px;
}
.blue-sidebar {
  background-color: #0069B4;
  text-align: center;
  color: #fff;
  padding: 64px;
  position: sticky;
  top: 64px;
  transform: translateY(-25%);
}
.blue-sidebar .scroll-down {
  position: absolute;
  top: -0%;
  left: -0%;
  transform: translateX(-50%) translateY(25%);
}
.blue-sidebar h4 {
  color: #fff;
}
.sidebar_thumb {
  display: block;
  margin: 0 auto 16px;
  text-align: center;
}
.blue-sidebar a {
  color: #fff;
  text-align: center;
}
.sidebar_button {
  font-size: 16px;
  font-weight: 600;
  background-color: #008bca;
  height: 60px;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin: 16px auto 0px auto;
}

/* Wat */
.wat-banner .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 50%);
}
.wat-section .outer-wrapper {
  padding: 80px 0px;
  background-color: #fff;
}
.centered-intro {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 60px;
}
.centered-intro h2 {
  max-width: 900px;
  margin: 0 auto 32px auto;
}
.centered-intro p {
  max-width: 620px;
  margin: 0 auto;
}

/* Wie */
.wie-banner .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 50%);
}
.wat-section .outer-wrapper {
  padding: 80px 0px;
  background-color: #fff;
}

/* Waar */
.waar-intro-section .outer-wrapper {
  padding: 80px 0px;
  background-color: #fff;
}

/* ==================================== */
header.site-header .chw-widget-area {
  display: flex;
}
header.site-header .wpml-ls-legacy-dropdown {
  width: 120px;
}
header.site-header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top:0 ;
}
header.site-header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  border: 0;
  background-color: transparent;
}
header.site-header  .wpml-ls-legacy-dropdown a {
  border: 0;
  background-color: transparent;
}
/*Responsive vew design */
@media only screen and (max-width: 1100px) {
  .site-header .flex-row {
    display: block;
    text-align: center;
  }
}

/*IPad vew design */
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  h3 {
    font-size: 24px;
  }
  h2 {
    font-size: 26px;
  }
  header .site-branding .custom-logo img {
    max-width: 125px;
    width: 100%;
}
  .home-page-banner.banner h1 {
    font-size: 28px;
    text-align: center;
  }
  .wat-banner.banner h1,
  .wie-banner.banner h1 {
    font-size: 28px;
  }
  .site-header .main-navigation {
    padding-left: 0;
    padding-right: 0;
  }
  .main-navigation ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-navigation ul li.contact-item a {
    height: auto;
    padding: 10px 26px;
  }
  .banner-content h1 {
    line-height: inherit;
  }
  .home-intro-section .text-wrapper {
    padding: 20px 0px 100px 20px;
  }
  .home-intro-section .white-sidebar {
    transform: inherit;
  }
  .home .banner-content {
    left: 40px;
  }
  .home .home-page-banner.banner img {
    height: auto;
}
  .home .banner .cl-33 {
    position: relative;
}
  .white-section .outer-wrapper {
    padding: 40px 40px;
    margin-top: 40px;
  }
  .home-intro-section .white-sidebar p {
    word-break: break-all;
  }
  footer .top-footer {
    padding: 25px;
  }
  footer .legal {
    margin-bottom: 10px;
  }
  footer .footer-links a {
    margin-right: 32px;
    margin-left: 0;
  }
  .section.wie-section .cl-66 {
    max-width: 50%;
    width: 50%;
    flex: 0 0 50%;
    padding: 20px;
  }
  .section.wie-section .cl-33 {
    max-width: 50%;
    width: 50%;
    flex: 0 0 50%;
  }
  .wat-banner.banner .banner-content,
  .wie-banner.banner .banner-content, 
  .home-page-banner .banner-content {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
    text-align: center;
  }
  .wat-banner.banner img,
  .wie-banner.banner img, 
  .home-page-banner.banner img {
    object-fit: cover;
  }
  .text-column .text-wrapper {
    padding: 20px;
  }
  .centered-intro {
    padding-bottom: 20px;
  }
  .waar-intro-section .outer-wrapper {
    padding-bottom: 40px;
  }
  section.opdrachtgevers-section .outer-wrapper {
    padding: 40px 0px;
  }
  .blue-sidebar {
    transform: translateY(0);
    padding: 40px 20px 40px 20px;
  }
  .waarom-intro-section .text-wrapper {
    padding: 40px 40px;
  }
  .blue-sidebar .scroll-down {
    top: -90px;
  }
  .sidebar_button {
    width: auto;
  }
  footer .top-footer .flex-row {
    display: block;
    text-align: center;
}
footer .footer-links a:last-child {
  margin-right: 0;
}
.number-text-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
header.site-header .chw-widget-area {
  justify-content: center;
  margin-top: 10px;
}
header.site-header .wpml-ls-legacy-dropdown .wpml-ls-item {
  text-align: left;
}
}

/* Mobile view design */
@media only screen and (max-width: 780px) {
  .main-nav-wrapper {
    background-color: transparent;
    padding: 0 0 10px 0;
  }

  .site-header {
    margin-bottom: 0;
    position: relative;
    z-index: 1001;
  }

  .site-branding .custom-logo img {
    max-width: 125px;
    width: 100%;
  }

  .main-navigation {
    position: static;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }

  /* Hamburger knop */
button.menu-toggle {
  display: block;
  width: 44px;
  height: 44px;
  background: transparent;
  font-size: 0;
  border: 0;
  padding: 0;
  margin: 2px 20px 0 auto;
  position: relative;
  z-index: 1003;
  cursor: pointer;
}

/* drie lijnen */
button.menu-toggle::before,
button.menu-toggle::after {
  content: "";
  position: absolute;
  left: 8px;
  width: 28px;
  height: 3px;
  background-color: #008bca;
  border-radius: 3px;
  transition: all 0.25s ease;
}

button.menu-toggle::before {
  top: 12px;
  box-shadow: 0 9px 0 #008bca;
}

button.menu-toggle::after {
  top: 30px;
}

/* kruisje wanneer menu open is */
/* kruisje rechtsboven wanneer menu open is */
body.menu-open button.menu-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  margin: 0;
  z-index: 1004;
}

body.menu-open button.menu-toggle::before {
  top: 20px;
  transform: rotate(45deg);
  box-shadow: none;
  background-color: #fff;
}

body.menu-open button.menu-toggle::after {
  top: 20px;
  transform: rotate(-45deg);
  background-color: #fff;
}

  /* Overlay */
  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 45, 89, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 1000;
  }

  body.menu-open .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.menu-open {
    overflow: hidden;
  }

  /* Menu panel gesloten */
  .main-navigation > div > ul,
  .main-navigation > ul,
  .main-navigation .nav-menu {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: min(88vw, 380px);
    height: 100vh;
    overflow-y: auto;
    background-color: #008bca;
    padding: 110px 24px 32px;
    margin: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1002;
    box-sizing: border-box;
    list-style: none;
  }

  /* Menu panel open */
  .main-navigation.toggled > div > ul,
  .main-navigation.toggled > ul,
  .main-navigation.toggled .nav-menu {
    transform: translateX(0);
  }

  /* Algemene menu items */
  .main-navigation .nav-menu li,
  .main-navigation > div > ul li,
  .main-navigation > ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    margin: 0;
    position: relative;
  }

  .main-navigation > ul li {
    padding-left:20px;
  }

  .main-navigation .nav-menu li:last-child,
  .main-navigation > div > ul li:last-child,
  .main-navigation > ul li:last-child {
    border-bottom: 0;
  }

  .main-navigation .nav-menu a,
  .main-navigation > div > ul a,
  .main-navigation > ul a {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    padding: 18px 0;
    font-weight: 700;
  }

  .main-navigation .nav-menu .current-menu-item > a,
  .main-navigation .nav-menu .current-menu-ancestor > a,
  .main-navigation > div > ul .current-menu-item > a,
  .main-navigation > div > ul .current-menu-ancestor > a,
  .main-navigation > ul .current-menu-item > a,
  .main-navigation > ul .current-menu-ancestor > a {
    color: #002d59;
    
  }

  /* Contact button mobiel */
  .main-navigation ul li.contact-item {
    margin-top: 16px;
    border-bottom: 0;
  }

  .main-navigation ul li.contact-item a {
    background-color: #0069b4;
    color: #fff;
    height: auto;
    padding: 16px 20px;
    border-radius: 999px;
    text-align: center;
  }

  /* Parent item met submenu */
  .main-navigation .menu-item-has-children > a,
  .main-navigation .page_item_has_children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-right: 44px;
    position: relative;
  }

  .main-navigation .menu-item-has-children > a::after,
  .main-navigation .page_item_has_children > a::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-60%) rotate(45deg);
    transition: transform 0.25s ease;
  }

  .main-navigation .menu-item-has-children.submenu-open > a::after,
  .main-navigation .page_item_has_children.submenu-open > a::after {
    transform: translateY(-40%) rotate(-135deg);
  }

  /* Submenu gesloten */
  .main-navigation ul ul {
    display: none !important;
    position: static;
    width: 100%;
    min-width: 100%;
    background: transparent;
    box-shadow: none;
    padding: 0 0 12px 0;
    margin: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    border-radius: 0;
  }

  /* Submenu open */
  .main-navigation li.submenu-open > ul {
    display: block !important;
  }

  .main-navigation ul ul li {
    border-bottom: 0;
    margin: 0;
    padding: 0;
  }

  .main-navigation ul ul a {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding: 10px 0 10px 18px;
    opacity: 0.95;
  }
 .main-navigation ul ul a {
    padding-left:20px!important;
  }
  .main-navigation ul ul a:hover {
    color: #fff;
    opacity: 1;
    background: transparent;
  }

  /* Rest van je mobile styling */
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 15px;
  }

  .branding-wrapper {
    padding: 10px 0;
  }

  .site-contact a {
    font-size: 14px;
    margin-left: 0;
    display: block;
  }

  .cl-33 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .cl-50 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .cl-66 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .white-sidebar {
    transform: initial;
    padding: 120px 20px 20px;
  }

  .banner-content {
    left: 20px;
  }

  .banner-content h1 {
    font-size: 18px;
    line-height: 1.2;
  }

  .home-intro-section .flex-row,
  .bottom-footer .flex-row,
  .top-footer .flex-row,
  .wie-section .flex-row,
  .wat-section .flex-row,
  .waarom-intro-section .flex-row {
    display: block;
    text-align: center;
  }

  .home-intro-section .text-wrapper {
    padding: 20px;
    text-align: center;
  }

  .home-intro-section h2 {
    font-size: 24px;
  }

  .white-section .outer-wrapper {
    padding: 20px;
    width: 100%;
    text-align: center;
  }

  .number-text-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .home-intro-section .cl-66 {
    max-width: 100%;
  }

  .home-intro-section .scroll-down {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .scroll-down {
    width: 80px;
    height: 80px;
  }

  footer .top-footer {
    padding: 15px;
  }

  footer .top-footer a {
    font-size: 15px;
    margin-right: 5px;
    margin-left: 0;
  }

  footer .top-footer .footer-links a:first-child {
    margin-left: 0;
  }

  .bottom-footer {
    padding: 20px 0;
  }

  .banner img {
    height: 180px;
    object-fit: cover;
  }

  .centered-intro {
    padding-bottom: 20px;
  }

  .centered-intro h2 {
    font-size: 24px;
  }

  .section.wie-section .text-column,
  .wat-section .text-column,
  .waarom-intro-section .text-wrapper {
    padding: 20px;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .team-section.section .outer-wrapper {
    padding: 20px 0;
  }

  .team-section .team-members {
    display: block;
    text-align: center;
  }

  .team-section .team-members .team-member {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .wat-section .image-column {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }

  .wat-section .outer-wrapper {
    padding: 80px 0 40px;
  }

  .waarom-intro-section .cl-66 {
    width: 100%;
    max-width: 100%;
  }

  .blue-sidebar {
    transform: translateY(0);
    padding: 80px 20px 40px;
  }

  .blue-sidebar .scroll-down {
    top: -50px;
    left: 50%;
  }

  .waar-intro-section .outer-wrapper {
    padding-bottom: 40px;
  }

  .opdrachtgevers-section .outer-wrapper {
    padding: 40px 0;
  }

  header.site-header .chw-widget-area {
    justify-content: space-around;
    margin-top: 20px;
    align-items: center;
  }

  header.site-header .wpml-ls-legacy-dropdown {
    width: 60px;
  }

  header.site-header .wpml-ls-legacy-dropdown .wpml-ls-item {
    text-align: left;
  }
}