/*
Theme Name: IPKW
Theme URI: https://ipkw.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: This is a theme for IPKW made by Pixel Creation.
Version: 1.0
Text Domain: ipkw
*/
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
/* EXAMPLE:
$text_color: #333;
$red: #FF0000;

$text_font: "Open Sans", serif;
$title_font: "Meriweather", sans-serif;
*/
@font-face {
  font-family: "Work sans";
  font-style: normal;
  font-weight: 100;
  src: url("webfonts/WorkSans-Thin.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Work sans";
  font-style: normal;
  font-weight: 200;
  src: url("webfonts/WorkSans-ExtraLight.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Work sans";
  font-style: normal;
  font-weight: 300;
  src: url("webfonts/WorkSans-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Work sans";
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/WorkSans-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Work sans";
  font-style: normal;
  font-weight: 500;
  src: url("webfonts/WorkSans-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Work sans";
  font-style: normal;
  font-weight: 600;
  src: url("webfonts/WorkSans-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Work sans";
  font-style: normal;
  font-weight: 700;
  src: url("webfonts/WorkSans-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Work sans";
  font-style: normal;
  font-weight: 800;
  src: url("webfonts/WorkSans-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Work sans";
  font-style: Italic;
  font-weight: 400;
  src: url("webfonts/WorkSans-Italic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Work sans";
  font-style: Italic;
  font-weight: 500;
  src: url("webfonts/WorkSans-MediumItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "IPKW-font";
  src: url("https://www.ipkw.nl/wp-content/themes/pixel-example/fonts/IPKW.woff") format("woff");
}
body {
  color: #000;
  font-size: 17px;
  line-height: 1.6;
  font-family: "Work sans", sans-serif;
}

h1, .h1 {
  font-family: "IPKW-font";
  font-size: 57px;
  color: #000;
}
h1 strong, .h1 strong {
  color: #a4b6b4;
}
@media screen and (max-width: 767.98px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-family: "IPKW-font";
  color: #a4b6b4;
  font-size: 32px;
}
h2 strong, .h2 strong {
  color: #000;
}
h2 a, .h2 a {
  color: #ff6600 !important;
  text-decoration: none;
  font-size: 32px !important;
}

h3 {
  font-family: "IPKW-font";
}

h4 {
  font-family: "IPKW-font";
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 19px;
  font-weight: 600;
}

strong {
  font-weight: 600;
}

.font-weight-600 {
  font-weight: 600;
}

.title_small {
  font-family: "IPKW-font";
  font-weight: 700;
  font-size: 24px;
}

.text-small {
  font-weight: 500;
  font-size: 16px;
}

.txt-black {
  color: #000;
}

.txt-orange {
  color: #ff6600 !important;
}

.txt-grey_3 {
  color: #a4b6b4 !important;
}

.overview-title {
  position: relative;
  margin: 70px 0 30px 0;
}
.overview-title h5 {
  color: #d5d5d5;
  font-size: 36px;
  font-family: "IPKW-font";
  max-width: 205px;
  position: relative;
  background: #fff;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.overview-title:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 6px;
  border-bottom: 4px dotted #d5d5d5;
  z-index: 0;
}

.sans-font {
  font-family: "Work sans", sans-serif !important;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 36px;
  }
  .subtitle {
    font-size: 32px;
    line-height: 1;
    margin-top: 15px;
  }
  /*.navbar{
    .navbar-nav{
      .nav-item{
        padding: 0 1rem;
        .nav-link{
          padding: 1rem 1.2rem;
          border-bottom: 1px solid lightgray;
        }
        .dropdown-toggle{
          &:after{
            right: 30px;
            position: absolute;
          }
        }
        &.show{
          .dropdown-toggle{
            &:after{
              right: 15px;
            }
          }
        }
      }
      .dropdown-menu{
        padding: 0 1rem 2rem  !important;
        .submenu {
          padding-left: 1rem !important;
          padding-top: 1rem;
          a{
            padding-left: 0 !important;
            padding-right: 0 !important;
            &:nth-child(1), &:nth-child(2){
              span{
                border-top: 0 !important;
              }
            }
          }
          &.dots-left{
            border-left: 0 !important;
          }
        }
      }
    }
  }*/
  .navbar-toggler {
    margin-left: auto;
    display: block;
    margin-top: -55px;
  }
  .intro {
    font-size: 20px;
    line-height: 33px;
  }
  .thema-slider {
    padding-left: 30px !important;
  }
}
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  padding: 0;
  border: none;
  width: 230px;
  height: 53px;
  text-transform: lowercase;
}
@media screen and (max-width: 767.98px) {
  .custom-select {
    width: 100%;
  }
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #ff6600 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #ff6600 transparent;
  top: 16px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #ff6600;
  padding: 13px 23px;
  font-size: 18px;
  cursor: pointer;
  user-select: none;
  height: 53px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #ffffff;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div {
  border-left: 3px solid transparent;
  position: relative;
}
.select-items div:not(:first-child):after {
  content: "";
  height: 1px;
  width: 83%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #efefef;
  margin: auto;
}

.select-items div:hover, .same-as-selected {
  border-left: 3px solid #ff6600;
}

.mb-video {
  margin-bottom: 30px;
}

html, body {
  scroll-behavior: smooth;
}

.container {
  max-width: 1240px;
}

.dots-right {
  border-right: 1px dashed #a4b6b4;
  height: 100%;
}

.dots-left {
  border-left: 1px dashed #a4b6b4;
  height: 100%;
}
@media screen and (max-width: 991.98px) {
  .dots-left {
    border-left: 0;
  }
}

::selection {
  color: #fff;
  background: #ff6600;
}

a {
  color: #ff6600;
}
a:focus {
  outline: none !important;
}
a:hover {
  color: #ff6600;
}

.font-normal {
  font-family: "Work sans", sans-serif;
  font-weight: 400;
}

.subtitle {
  font-family: "IPKW-font";
  font-size: 48px;
  margin-bottom: 20px;
  display: block;
  line-height: 54px;
  margin-top: 14px;
}

.h1_with_sub {
  margin-bottom: -15px;
  color: #d5d5d5;
}

.no-list-style {
  list-style-type: none;
  padding-inline-start: 0;
}

.breadcrumbs {
  padding: 15px 0;
}
@media screen and (max-width: 767.98px) {
  .breadcrumbs {
    padding: 15px 0 0 0;
  }
}
.breadcrumbs i {
  font-size: 12px;
  color: #ff6600;
}

.intro {
  font-size: 24px;
  line-height: 42px;
}

main p {
  margin-bottom: 2rem;
}

hr {
  position: relative;
  width: 100%;
  border-top: 0;
  border-bottom: 2px dashed #c9d4d3;
}

img {
  max-width: 100%;
  object-position: center;
  object-fit: cover;
}

.no-underline-hover:hover {
  text-decoration: none;
}

.bg-light {
  background-color: #ffffff !important;
}

.bg-grey {
  background-color: #e2e7e7;
}

.bg-orange {
  background-color: #ff6600;
}

.bg-grey-after {
  position: relative;
}
.bg-grey-after:after {
  content: "";
  width: 100%;
  height: calc(100% - 220px);
  background-color: #e2e7e7;
  z-index: -1;
  position: absolute;
  top: 0;
}

.thema-slider {
  width: 100%;
  max-width: calc(50% + 605px);
  margin-left: auto;
  margin-right: 0;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.thema-slider .owl-dots {
  position: absolute;
  right: 30px;
  bottom: 13px;
  text-align: right !important;
}

.txt-grey-4 {
  color: #204b45;
}
.txt-grey-4:hover {
  color: #204b45;
}

.txt-white {
  color: #ffffff !important;
}
.txt-white strong {
  color: #ffffff !important;
}

.pt-28 {
  padding-top: 28px;
}
@media screen and (max-width: 767.98px) {
  .pt-28 {
    padding-top: 0;
  }
}

.h-13 {
  height: 13px;
}

.overflow {
  overflow: hidden;
}

.grey-arrow-after {
  position: relative;
}
.grey-arrow-after:after {
  content: "";
  height: 14px;
  width: 30px;
  top: 4px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/Arrow_grey_4.svg");
}

.white-arrow-after {
  position: relative;
}
.white-arrow-after:after {
  content: "";
  height: 14px;
  width: 30px;
  top: 4px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/Arrow_white.svg");
}

.btn-primary {
  font-size: 17px;
  padding: 20px 30px 20px 30px;
  border-radius: 45px;
  margin-bottom: 3px;
  border: 1px solid transparent;
  line-height: 1;
  transition: left ease 0.3s;
  position: relative;
  background-color: #ff6600;
  color: #ffffff;
  line-height: 1;
}
.btn-primary:hover {
  text-decoration: none;
}
.btn-primary:hover img {
  left: 8px;
}
.btn-primary:focus {
  outline: none !important;
}
.btn-primary img {
  height: 13px;
  margin-top: -3px;
  left: 4px;
  position: relative;
  transition: left ease 0.25s;
}
.btn-primary:hover {
  background-color: #ff6600;
  color: #ffffff;
  border: 1px solid #ff6600;
}
.btn-primary:active {
  background-color: #ff6600 !important;
  border: 1px solid #ff6600 !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 118, 0, 0.25) !important;
}

.btn-default {
  font-size: 17px;
  padding: 20px 30px 20px 30px;
  border-radius: 45px;
  margin-bottom: 3px;
  border: 1px solid transparent;
  line-height: 1;
  transition: left ease 0.3s;
  position: relative;
  background-color: #e2e7e7;
  color: #000;
  line-height: 1;
}
.btn-default:hover {
  text-decoration: none;
}
.btn-default:hover img {
  left: 8px;
}
.btn-default:focus {
  outline: none !important;
}
.btn-default img {
  height: 13px;
  margin-top: -3px;
  left: 4px;
  position: relative;
  transition: left ease 0.25s;
}
.btn-default:hover {
  color: #000;
}

.btn-light {
  font-size: 17px;
  padding: 20px 30px 20px 30px;
  border-radius: 45px;
  margin-bottom: 3px;
  border: 1px solid transparent;
  line-height: 1;
  transition: left ease 0.3s;
  position: relative;
  background-color: #ffffff;
  color: #000;
  font-weight: 500;
  line-height: 1;
}
.btn-light:hover {
  text-decoration: none;
}
.btn-light:hover img {
  left: 8px;
}
.btn-light:focus {
  outline: none !important;
}
.btn-light img {
  height: 13px;
  margin-top: -3px;
  left: 4px;
  position: relative;
  transition: left ease 0.25s;
}
.btn-light:hover {
  color: #000;
  border: 1px solid transparent;
  background: #fff;
}
.btn-light:active {
  background: #fff !important;
}

.btn-link {
  color: #ff6600;
}

.btn-outline-grey {
  font-size: 17px;
  padding: 20px 30px 20px 30px;
  border-radius: 45px;
  margin-bottom: 3px;
  border: 1px solid transparent;
  line-height: 1;
  transition: left ease 0.3s;
  position: relative;
  color: #204b45;
  border: 1px solid #204b45;
}
.btn-outline-grey:hover {
  text-decoration: none;
}
.btn-outline-grey:hover img {
  left: 8px;
}
.btn-outline-grey:focus {
  outline: none !important;
}
.btn-outline-grey img {
  height: 13px;
  margin-top: -3px;
  left: 4px;
  position: relative;
  transition: left ease 0.25s;
}

.btn-read-more:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  margin-left: 7px;
  font-size: 13px;
  font-weight: 500;
}

.btn-arrow:after {
  width: 13px;
  height: 13px;
  left: 6px;
  display: inline-block;
  position: relative;
  transition: left ease 0.25s;
}
.btn-arrow:hover:after {
  left: 10px;
}

.btn-white-arrow:after {
  content: url("images/Arrow_white.svg");
}

.btn-grey-arrow:after {
  content: url("images/Arrow_grey_4.svg");
}

.btn-download {
  color: #204b45;
}
.btn-download:before {
  content: "\f33d";
  margin: 0 14px 0 0;
  font-family: "Font Awesome 6 Pro";
}

.btn i {
  position: relative;
  right: 0;
  transition: right ease 0.25s;
}
.btn:hover i {
  right: 3px;
}

.menu {
  display: block;
  width: 100%;
}

.topbar ul {
  list-style-type: none;
  text-align: right;
  display: flex;
  margin-left: auto;
}
.topbar ul li {
  padding-top: 6px;
}
.topbar ul li a {
  color: #204b45;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  font-size: 15px;
  line-height: 18px;
  border-right: 1px solid #c9d4d3;
  transition: all ease 0.3s;
}
.topbar ul li a:hover {
  text-decoration: none;
  color: #ff6600;
  transition: all ease 0.3s;
}
.topbar ul li a.search-icon {
  padding-top: 4px;
}
.topbar ul li.active a {
  color: #ff6600;
}
.topbar ul li:nth-last-child(2) a {
  border-right: none;
}
.topbar.d-lg-none {
  margin-top: -30px;
}
.topbar .header_login {
  background-color: #e2e7e7;
  padding-bottom: 6px;
}
.topbar .header_login a {
  border: none;
}
.topbar .header_login a img {
  height: 15px;
  padding-right: 5px;
  padding-bottom: 1px;
  margin-top: -3px;
}

.sticky_header {
  position: sticky;
  top: 0;
  background: white;
  z-index: 9;
}

.navbar {
  padding: 0;
  border-bottom: 2px dashed #c9d4d3;
  background: #fff;
  z-index: 9;
}
@media screen and (max-width: 991.98px) {
  .navbar {
    padding: 0;
  }
}
.navbar .navbar-brand {
  padding: 1rem 1rem 1rem 0;
}
.navbar .navbar-brand img {
  width: 160px;
}
@media screen and (max-width: 991.98px) {
  .navbar .navbar-brand img {
    width: 115px;
  }
}
.navbar .navbar-nav {
  margin-top: 13px;
}
@media screen and (max-width: 991.98px) {
  .navbar .navbar-nav {
    margin-top: 15px;
  }
}
.navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar .navbar-nav .nav-item:first-child:after {
  display: none;
}
.navbar .navbar-nav .nav-item.active .nav-link {
  color: #ff6600;
}
.navbar .navbar-nav .nav-item.subitem-active .nav-link {
  color: #ff6600;
  transition: none;
}
.navbar .navbar-nav .nav-item:after {
  content: "";
  width: 1px;
  height: 31px;
  position: absolute;
  top: 13px;
  background: #c9d4d3;
}
@media screen and (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item:after {
    display: none;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  padding: 14px 30px;
  border-right: 0px solid #c9d4d3;
  transition: all ease 0.3s;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ff6600;
  transition: all ease 0.3s;
}
.navbar .navbar-nav .nav-item .nav-link.search-icon {
  color: #ff6600;
}
@media screen and (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 0 !important;
    border-bottom: 1px solid #000;
  }
}
.navbar .navbar-nav .nav-item .dropdown-toggle:after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro";
  border: none !important;
  vertical-align: unset;
  margin-left: 6px;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item .dropdown-toggle {
    border-bottom: 1px solid #000 !important;
  }
}
.navbar .navbar-nav .nav-item.show {
  background: #e2e7e7;
}
@media screen and (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item.show {
    background: #fff;
  }
}
.navbar .navbar-nav .nav-item.show a {
  color: #ff6600;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item.show a {
    padding: 10px 0 10px 10px;
    color: #204b45;
    border-bottom: 1px dashed #a4b6b4;
  }
}
.navbar .dropdown.show {
  position: unset;
}
.navbar .dropdown.show:after {
  display: none;
}
.navbar .dropdown.show .nav-link:before {
  content: "";
  width: 2px;
  height: 100%;
  top: 0px;
  right: -1px;
  position: absolute;
  background: #e2e7e7;
  z-index: 99;
}
@media screen and (max-width: 991.98px) {
  .navbar .dropdown.show .nav-link:before {
    display: none;
  }
}
.navbar .dropdown-menu {
  width: 100%;
  background: #e2e7e7;
  padding: 3rem;
  border: 0;
  border-radius: 0;
  margin-top: 0px;
}
@media screen and (max-width: 991.98px) {
  .navbar .dropdown-menu {
    margin: 6px 0;
    padding: 0;
    background: #fff;
  }
  .navbar .dropdown-menu .col-lg-3 {
    padding: 0;
  }
}
.navbar .dropdown-menu .about_link {
  color: #ff6600;
  font-weight: 400;
  font-size: 20px;
  display: block;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .navbar .dropdown-menu .about_link {
    font-size: 18px;
  }
}
.navbar .dropdown-menu .about_link:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  padding-left: 8px;
  font-size: 16px;
  vertical-align: -1px;
  margin-left: 7px;
  transition: all ease 0.3s;
}
.navbar .dropdown-menu .about_link:hover {
  text-decoration: none;
}
.navbar .dropdown-menu .about_link:hover:after {
  padding-left: 16px;
  transition: all ease 0.3s;
}
.navbar .dropdown-menu .submenu {
  padding-left: 5rem;
  padding-right: 1rem;
}
@media screen and (max-width: 991.98px) {
  .navbar .dropdown-menu .submenu {
    padding: 0;
  }
}
.navbar .dropdown-menu .submenu a {
  color: #000 !important;
  font-weight: 400;
  font-size: 18px;
  padding-left: 1rem;
  padding-right: 4rem;
}
@media screen and (max-width: 991.98px) {
  .navbar .dropdown-menu .submenu a {
    color: #204b45 !important;
  }
}
.navbar .dropdown-menu .submenu a.active {
  color: #ff6600 !important;
}
.navbar .dropdown-menu .submenu a:nth-child(1) span, .navbar .dropdown-menu .submenu a:nth-child(2) span {
  border-top: 1px dashed #a4b6b4;
}
@media screen and (max-width: 991.98px) {
  .navbar .dropdown-menu .submenu a:nth-child(1) span, .navbar .dropdown-menu .submenu a:nth-child(2) span {
    border-top: 0;
  }
}
.navbar .dropdown-menu .submenu a:hover {
  text-decoration: none;
}
.navbar .dropdown-menu .submenu a span {
  display: block;
  border-bottom: 1px dashed #a4b6b4;
  position: relative;
  padding: 10px 0 10px 16px;
}
@media screen and (max-width: 991.98px) {
  .navbar .dropdown-menu .submenu a span {
    padding: 0;
    border-bottom: 0;
  }
}
.navbar .dropdown-menu .submenu a span:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  padding-left: 8px;
  font-size: 16px;
  vertical-align: -1px;
  transition: all ease 0.3s;
}
.navbar .dropdown-menu .submenu a span:hover {
  text-decoration: none;
}
.navbar .dropdown-menu .submenu a span:hover:after {
  padding-left: 16px;
  transition: all ease 0.3s;
}

ul.mobile-submenu {
  margin-top: 10px;
  font-size: 16px;
}
ul.mobile-submenu li a {
  display: block;
  padding: 4px 0;
  color: #204b45;
}
ul.mobile-submenu li a img {
  width: 12px;
  margin-right: 5px;
}

figure {
  background-size: cover;
  background-position: center;
}

.vimeo .top {
  padding-bottom: 48.2%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vimeo .wrapper {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-38%);
}

#banner-video {
  height: 587px;
}
@media screen and (max-width: 767.98px) {
  #banner-video {
    height: 280px;
  }
}

#banner-controls {
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 48px;
  z-index: 8;
}

#banner-controls .banner-control-item {
  opacity: 0.8;
  cursor: pointer;
}

#banner-controls .banner-control-item:hover {
  opacity: 1;
}

#banner-pause {
  display: none;
}

.banner-playing #banner-pause {
  display: block;
}

.banner-playing #banner-play {
  display: none;
}

.home-header {
  height: 50vh;
  background-position: bottom center;
}
.home-header .header-btns {
  bottom: 10%;
}
.home-header .header-btns a {
  margin: 0 5px;
}

.header-vervolg {
  height: 35vh;
}

.filters h6 {
  padding-top: 2rem;
  clear: both;
}

.filter-box {
  margin-left: 20px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .filter-box {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.filter-box span {
  top: 19px;
  left: 16px;
  font-size: 16px;
  color: #c9d4d3;
  position: absolute;
}
.filter-box .filter-search-field {
  width: 400px;
  height: 53px;
  margin-left: 0px;
  padding-left: 44px;
  border: 1px solid #fff;
  background: transparent;
  display: inline-block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767.98px) {
  .filter-box .filter-search-field {
    width: 100%;
  }
}
.filter-box .filter-search-field:focus {
  border-color: #fff;
}

.filter-search-field {
  width: 400px;
  height: 53px;
  margin-left: 20px;
  padding-left: 18px;
  position: relative;
  border: 1px solid #fff;
  background: transparent;
  display: inline-block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.filter-search-field:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 20px;
  width: 500px;
  height: 500px;
  background: #ff6600;
}

/* ZOEK SUGGESTIES */
.autocomplete-suggestions {
  text-align: left;
  cursor: pointer;
  border: 0;
  border-top: 0;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 15px;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #000;
  font-weight: bold;
  border-bottom: 1px dashed #c9d4d3;
}
.autocomplete-suggestion:last-child {
  border-bottom: 0;
}

.autocomplete-suggestion b {
  font-weight: normal;
  color: #000;
}

.autocomplete-suggestion.selected {
  background: #e2e7e7;
}

/* SECTIONS */
section {
  padding: 80px 0;
}
@media screen and (max-width: 991.98px) {
  section {
    padding: 40px 0;
  }
}
section.section-sm {
  padding: 2rem 0;
}
section.section-lg {
  padding: 110px 0;
}
@media screen and (max-width: 991.98px) {
  section.section-lg {
    padding: 55px 0;
  }
}
section.section-dark {
  color: #fff;
  background-color: #ff6600;
}
section.section-grey {
  background-color: #f9f9f9;
}
section.section-dark-grey {
  background-color: #e2e7e7;
}

.black {
  color: #000;
}

/* BLOCKS */
.block {
  padding: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .block {
    padding: 1.5rem;
  }
}
.block.block-grey {
  background-color: #e2e7e7;
  padding: 2rem;
}
@media screen and (max-width: 767.98px) {
  .block.block-grey {
    padding: 1.5rem;
  }
}
.block.block-grey.cta p {
  color: #204b45;
}
.block.block-orange {
  background-color: #ff6600;
  color: #ffffff;
}
.block ul li {
  position: relative;
  color: #6f6f6e;
}
.block ul li:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  color: #ff6600;
  right: 15px;
  position: absolute;
  transition: all ease 0.3s;
}
.block ul li:hover:after {
  right: 10px;
  transition: all ease 0.3s;
}
.block.cta figure {
  border-radius: 50%;
  height: 65px;
  width: 65px;
  overflow: hidden;
  flex-shrink: 0;
}
.block.cta img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.block.cta h2 {
  color: white;
}

.companies .item .item-photo img {
  padding: 2rem;
  object-fit: contain;
}
@media screen and (max-width: 991.98px) {
  .companies .item .item-photo img {
    padding: 1.5rem;
  }
}

.huisvesting .item .item-photo {
  height: 16.5rem;
}

.news-item {
  color: #000;
  height: 100%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.news-item .text-small {
  font-size: 16px;
}
.news-item .text-small img {
  height: 16px;
  margin-top: -6px;
  padding-right: 4px;
}
.news-item .img-container {
  height: 220px;
  overflow: hidden;
}
.news-item .img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.3s ease;
}
.news-item:hover .img-container img {
  transform: scale(1.05);
}
.news-item .content {
  padding: 20px 30px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 991.98px) {
  .news-item .content {
    padding: 15px;
  }
}
.news-item .content h4 {
  font-family: "Work sans", sans-serif;
  font-weight: 600;
  margin-top: 20px;
  hyphens: auto;
}
@media screen and (max-width: 991.98px) {
  .news-item .content h4 {
    margin-top: 10px;
  }
}
.news-item.first-item .img-container {
  height: 340px;
}
@media screen and (max-width: 991.98px) {
  .news-item.first-item .img-container {
    height: 220px;
  }
}
.news-item.first-item .content-info {
  display: flex;
}
.news-item .datum, .news-item .tijd, .news-item .locatie {
  font-size: 16px;
}
.news-item .datum img, .news-item .tijd img, .news-item .locatie img {
  display: unset !important;
  height: 16px;
  width: 16px !important;
  margin-top: -4px;
  margin-right: 4px;
}
.news-item .locatie img {
  height: 17px;
  object-fit: contain;
}

.item {
  display: block;
  color: #333;
  background-color: #fff;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.item .item-photo {
  height: 13rem;
  overflow: hidden;
}
.item .item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
.item .item-content {
  padding: 2rem;
}
.item .item-content h4 {
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  .item .item-content {
    padding: 1.5rem;
  }
}
.item .item-content span {
  font-weight: 500;
}
.item .item-content ul {
  list-style-type: none;
  padding-inline-start: 13px;
}
.item .item-content ul li {
  position: relative;
}
.item .item-content ul li:before {
  content: "-";
  color: #ff6600;
  font-weight: 500;
  position: absolute;
  left: -12px;
}
.item:hover {
  text-decoration: none;
  color: #333;
}
.item:hover .item-photo img {
  transform: scale(1.1);
}

.item-image-card h4 {
  font-size: 32px;
}
.item-image-card h4.grey-arrow-after:after {
  content: "";
  height: 20px;
  width: 30px;
  top: 0px;
  margin-left: 6px;
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/wp-content/themes/pixel-example/images/Arrow_grey_4.svg");
}
.item-image-card .item-content {
  padding: 1.2rem 1.4rem;
  height: 108px;
}

.not-clickable {
  pointer-events: none;
  cursor: default;
}

#filter #loader {
  margin-left: 14px;
}
#filter #loader img {
  margin-top: 7px;
}

#loader {
  display: inline-block;
  margin-left: 12px;
}
#loader img {
  width: 40px;
}
@media screen and (max-width: 767.98px) {
  #loader {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
  }
}

.item-team {
  display: block;
  color: #333;
  background-color: #fff;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.item-team .item-photo {
  overflow: hidden;
}
.item-team .item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
.item-team .item-content {
  padding: 2rem;
}
@media screen and (max-width: 767.98px) {
  .item-team .item-content {
    padding: 1.5rem;
  }
}
.item-team .item-content ul {
  list-style-type: none;
  padding-inline-start: 13px;
}
.item-team .item-content ul li {
  position: relative;
}
.item-team .item-content ul li:before {
  content: "-";
  color: #ff6600;
  font-weight: 500;
  position: absolute;
  left: -12px;
}
.item-team:hover {
  text-decoration: none;
  color: #333;
}
.item-team:hover .item-photo img {
  transform: scale(1.1);
}

.owl-tag-slider .owl-stage-outer {
  padding: 5px;
}
.owl-tag-slider .owl-stage {
  display: flex;
}
.owl-tag-slider .owl-item {
  display: flex;
  flex: 1 0 auto;
  opacity: 0;
  transition: opacity 200ms;
}
.owl-tag-slider .owl-item.active {
  opacity: 1;
}
.owl-tag-slider .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.owl-tag-slider .flex-text {
  flex-grow: 1;
}
.owl-tag-slider .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}

.owl-slider-theme a {
  margin-bottom: 6px;
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  background: #ff6600;
}
.owl-slider-theme a:hover figure {
  transform: scale(1.05);
  opacity: 0;
}
.owl-slider-theme a:hover p {
  opacity: 1;
}
.owl-slider-theme a .slider_theme_img figure {
  height: 350px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
}
@media screen and (max-width: 767.98px) {
  .owl-slider-theme a .slider_theme_img figure {
    height: 250px;
  }
}
.owl-slider-theme a .slider_theme_img figure:before {
  content: "";
  height: 60%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(49, 49, 49, 0.66) 0%, rgba(0, 0, 0, 0) 100%);
}
.owl-slider-theme a .slider_theme_img .slider-theme-text {
  top: 40px;
  right: 40px;
  left: 40px;
  position: absolute;
}
@media screen and (max-width: 767.98px) {
  .owl-slider-theme a .slider_theme_img .slider-theme-text {
    top: 20px;
    right: 20px;
    left: 20px;
  }
}
.owl-slider-theme a h3 {
  color: #FFFFFF;
  text-transform: lowercase;
  position: relative;
}
.owl-slider-theme a p {
  opacity: 0;
  transition: all 0.2s ease;
}

.tags {
  position: relative;
  display: flex;
}
.tags .tag {
  border-radius: 40px;
  border: 2px solid #ff6600;
  background-color: #ff6600;
  color: #ffffff;
  padding: 6px 20px;
  margin-right: 13px;
  font-size: 14px;
  transition: all ease 0.3s;
}
.tags .tag:hover {
  background-color: #ffffff;
  color: #ff6600;
  transition: all ease 0.3s;
}

.feature {
  padding: 0px;
  border-bottom: 1px solid #dddddd;
}
.feature .feature_title {
  color: #6f6f6e;
  font-size: 18px;
}

.kenmerken h3 {
  color: #000;
}

.specs tr:last-child td {
  border-bottom: 2px solid #e2e7e7;
}
.specs td {
  padding-left: 0;
  padding-right: 0;
}
.specs td {
  border-top: 2px solid #e2e7e7;
}

.compare_house figure {
  height: 130px;
  overflow: hidden;
}
.compare_house img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.3s ease;
}
.compare_house a:hover figure img {
  transform: scale(1.05);
}
.compare_house a {
  display: block;
  margin-bottom: 1.25rem;
  color: #000;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.compare_house a:hover {
  text-decoration: none;
}
.compare_house a .compare_house_content {
  padding: 10px;
}
.compare_house a .compare_house_content h6 {
  font-size: 18px;
}
.compare_house a .compare_house_content ul {
  line-height: 28px;
}
.compare_house a .compare_house_content ul.fa-ul {
  margin-left: 27px;
}
.compare_house .content {
  padding: 2rem;
}
.compare_house .content h5 {
  font-size: 18px;
}
.compare_house .content span {
  font-size: 16px;
}

/* plattegrond */
.marker {
  visibility: hidden;
}
.marker.active {
  visibility: visible;
}

/* ----------- */
.owl-bedrijven .item {
  box-shadow: none;
  margin: 0;
}
.owl-bedrijven .item img {
  width: 100%;
  height: 62vh;
}
@media screen and (max-width: 767.98px) {
  .owl-bedrijven .item img {
    height: 280px;
  }
}
.owl-bedrijven .owl-dots {
  position: absolute;
  right: 0;
  bottom: 13px;
  text-align: right !important;
}

.custom-nav-bedrijven {
  width: 50%;
  margin-top: -25px;
  margin-left: 3rem;
  position: relative;
  z-index: 2;
}
.custom-nav-bedrijven .customPrevBtn {
  margin-right: 1rem;
}
.custom-nav-bedrijven .customPrevBtn:hover {
  opacity: 0.2;
}
.custom-nav-bedrijven .customNextBtn:hover {
  opacity: 0.7;
}
.custom-nav-bedrijven img {
  height: 35px;
  object-fit: contain;
  width: 34px;
}
.custom-nav-bedrijven div {
  display: inline-block;
}
.custom-nav-bedrijven:hover {
  cursor: pointer;
}

.owl-nav {
  width: 50%;
  margin-top: 15px !important;
  margin-left: 0rem;
  position: relative;
  z-index: 2;
  text-align: left !important;
}
.owl-nav img {
  height: 35px;
  object-fit: contain;
  width: 34px;
}
.owl-nav .owl-prev {
  margin-right: 1rem;
}
.owl-nav .owl-prev:hover {
  opacity: 0.5;
}
.owl-nav .owl-next:hover {
  opacity: 0.5;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: unset;
  text-decoration: none;
}

.owl-theme .owl-nav [class*=owl-]:focus {
  outline: 0 !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot:focus {
  outline: 0 !important;
}

.pop {
  cursor: crosshair;
}

.popover {
  min-width: 235px;
  padding: 15px 15px;
  border: 0;
  border-radius: 0;
}
.popover .popover-header {
  font-family: "Work sans", sans-serif;
  font-size: 17px;
  margin: 0 0 0px 0;
  padding: 0;
  border: 0;
  background: none;
}
.popover .popover-body {
  padding: 0;
}
.popover .popover-body ul {
  margin: 2px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.popover .popover-body ul li {
  margin-top: 3px;
}
.popover .popover-body ul li a {
  display: block;
}
.popover .popover-body .arrow-link {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 22px;
  height: 22px;
  background: url("images/Arrow_orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-form h3 {
  margin-bottom: 5px;
  font-family: "Work sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #204b45;
}
.cta-form h6 {
  font-size: 17px;
  color: #204b45;
}
.cta-form p {
  margin: 0;
}
.cta-form span {
  font-size: 18px;
  font-weight: 500;
}
.cta-form figure {
  width: 70px !important;
  height: 70px !important;
}
.cta-form .media {
  padding: 21px 0 0 0;
  border-top: 2px dashed #c9d4d3;
}
.cta-form .nf-field-container {
  margin-bottom: 15px !important;
}
.cta-form .nf-form-content .btn-primary {
  margin-top: 7px;
  padding: 15px 27px 15px 27px !important;
  font-size: 18px;
  text-transform: lowercase;
  background: #ff6600;
}
.cta-form .nf-form-content .btn-primary:hover {
  color: #fff;
  border: 0;
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  border-bottom-color: rgba(0, 0, 0, 0) !important;
}

.customPrevBtnChange {
  opacity: 0.4;
}

.vacature {
  height: 100%;
  background: white;
  padding: 2rem 2rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
.vacature:hover {
  text-decoration: none;
  background: #e2e7e7;
}
.vacature .company-name {
  color: #000;
}
.vacature:after {
  top: calc(50% - 15px);
}
.vacature i {
  padding-right: 30px;
  color: #333;
  font-size: 25px;
}

.uitgelicht {
  display: block;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.uitgelicht:hover figure {
  transform: scale(1.05);
}
.uitgelicht figure {
  height: 600px;
  position: relative;
  transition: all 0.3s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767.98px) {
  .uitgelicht figure {
    height: 280px;
  }
}
.uitgelicht figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
.uitgelicht .uitgelicht-text {
  position: absolute;
  top: 60px;
  left: 60px;
}
@media screen and (max-width: 767.98px) {
  .uitgelicht .uitgelicht-text {
    top: 20px;
    left: 20px;
  }
  .uitgelicht .uitgelicht-text .btn-primary {
    font-size: 14px;
  }
}
.uitgelicht .uitgelicht_titel {
  font-family: "IPKW-font";
  font-size: 55px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .uitgelicht .uitgelicht_titel {
    font-size: 45px;
    margin-bottom: 25px;
  }
}

.owl-slider-page .lightbox-afbeelding {
  height: 575px;
  object-fit: cover;
  object-position: center;
}
.owl-slider-page .owl-dots {
  margin-left: auto;
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.text-half h4 {
  margin-bottom: 17px;
}
.text-half strong, .text-half b {
  color: #ff6600 !important;
}

.no-shadow {
  box-shadow: none !important;
}

.content-img {
  height: 300px;
  width: 100%;
}

/* Search Form */
.search-section h1, .search-section p {
  color: #204b45;
}
.search-section .search-form input {
  padding: 30px 29px;
  font-size: 17px;
  border: 0;
  border-radius: 50px 0 0 50px;
}
.search-section .search-form button {
  color: #fff;
  border-radius: 0 50px 50px 0;
  border: 0;
  background: #ff6600;
}

.search-result h3 {
  color: #000;
}

/* CONTACT PAGE */
#map_canvas {
  height: 27rem;
}
@media screen and (max-width: 767.98px) {
  #map_canvas {
    height: 325px;
  }
}

/* FORMS */
.contact-form {
  padding: 50px 30px;
  color: #204b45;
  background: #e2e7e7;
}
@media screen and (max-width: 767.98px) {
  .contact-form {
    padding: 30px 20px;
  }
}
.contact-form h3 {
  font-size: 1.35rem;
  text-transform: lowercase;
}
.contact-form p {
  margin: 0;
}

.contact-form-grey .nf-form-content .list-select-wrap .nf-field-element > div, .contact-form-grey .nf-form-content input:not([type=button]), .contact-form-grey .nf-form-content textarea {
  color: #204b45 !important;
  border: 0 !important;
  background: #fff !important;
}

/* form */
::placeholder {
  font-weight: 400;
  color: #a4b6b4;
}

.nf-form-content {
  padding: 0 !important;
}
.nf-form-content .btn-primary {
  padding: 20px 35px 20px 35px !important;
  text-transform: lowercase;
  background: #ff6600;
}

.nf-after-field .nf-error-msg {
  font-size: 13px;
}

.nf-multi-cell .nf-cell {
  padding: 0 !important;
}

.nf-form-fields-required {
  display: none;
}

.nf-field-label label {
  font-weight: 400 !important;
  font-size: 17px !important;
  color: #204b45 !important;
}

.nf-form-content h3 {
  margin: 10px 0 0 0;
  font-size: 24px;
  color: #204b45;
}
.nf-form-content .listradio-wrap .nf-field-element label:after {
  background: #e2e7e7;
  border: 2px solid #e2e7e7;
}
.nf-form-content .listradio-wrap .nf-field-element label.nf-checked-label:before {
  background: #ff6600;
}
.nf-form-content .listradio-wrap .nf-field-element label.nf-checked-label:after {
  border-color: #e2e7e7;
}
.nf-form-content .listradio-wrap .nf-field-element li label {
  color: #204b45;
}
.nf-form-content .listradio-wrap .nf-field-label label {
  margin-bottom: 6px;
  font-weight: 600 !important;
}

.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
  margin-bottom: 3px !important;
}

#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 20px !important;
}

.nf-error-msg, .ninja-forms-req-symbol {
  color: #204b45 !important;
}

.nf-error.field-wrap .nf-field-element:after {
  background: #ff6600 !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  color: #204b45 !important;
  border: 0 !important;
  background: #e2e7e7 !important;
}

.submit-container {
  margin-bottom: 0 !important;
}

.nf-form-content .btn-primary:hover {
  border: 0;
  color: #fff;
  background: #ff6600;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  height: auto !important;
  background: #ff6600 !important;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
  color: #fff !important;
}

/* Brochure aanvragen */
.brochure-aanvragen {
  padding: 2rem;
  background-color: #e2e7e7;
}
.brochure-aanvragen h3 {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  color: #204b45;
  text-transform: lowercase;
}
.brochure-aanvragen h3:before {
  content: "";
  width: 2.9rem;
  height: 2.9rem;
  display: block;
  flex-shrink: 0;
  border: 2px solid #204b45;
  border-radius: 50%;
  background-image: url(images/brochure-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55%;
}
.brochure-aanvragen #nf-form-14-cont .nf-field-container {
  margin-bottom: 17px !important;
}
@media screen and (min-width: 601px) {
  .brochure-aanvragen #nf-form-14-cont .nf-row .nf-cell .firstname-container {
    padding-right: 10px;
  }
}
@media screen and (min-width: 601px) {
  .brochure-aanvragen #nf-form-14-cont .nf-row .nf-cell:nth-child(2) {
    padding-left: 10px !important;
  }
}
.brochure-aanvragen #nf-form-14-cont .list-select-wrap .nf-field-element > div, .brochure-aanvragen #nf-form-14-cont input:not([type=button]), .brochure-aanvragen #nf-form-14-cont textarea {
  background-color: white !important;
}
.brochure-aanvragen #nf-form-14-cont .hidden-container {
  height: 0;
  margin: 0 !important;
}
.brochure-aanvragen #nf-form-14-cont button {
  margin-top: 0.6rem;
}

/* Roadmap */
p.i-icon {
  padding: 0 0 0 31px;
  position: relative;
}
p.i-icon:before {
  content: url("images/i-icoon.svg");
  width: 23px;
  position: absolute;
  top: 1px;
  left: 0;
}

.owl-slider .item {
  box-shadow: none;
}
.owl-slider .owl-nav {
  margin-top: 5px !important;
  padding-left: 45px;
}
@media screen and (max-width: 767.98px) {
  .owl-slider .owl-nav {
    padding-left: 0;
  }
}
.owl-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 13px;
  text-align: right !important;
}
.owl-slider .owl-dots button span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: #c9d4d3;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 50%;
}
.owl-slider .owl-dots button.active span {
  background: #000;
}

.roadmap-text h2 {
  margin: 0 0 30px 0;
  color: #000;
}
.roadmap-text h2 small {
  font-size: 19px;
  font-weight: 600;
  font-family: "Work sans", sans-serif;
}
.roadmap-text p {
  margin-bottom: 24px;
}
.roadmap-text h3 {
  font-size: 19px;
  font-weight: 600;
  font-family: "Work sans", sans-serif;
}
.roadmap-text .figure-info {
  color: #ff6600;
}
.roadmap-text .figure-info strong:before {
  content: "\f01e";
  font-family: "Font Awesome 6 Pro";
  margin: 0 9px 0 0;
  display: inline-block;
  transform: rotate(265deg);
  font-size: 11px;
  font-weight: 300;
}
.roadmap-text .figure-info a {
  text-decoration: underline;
}
.roadmap-text figure.tabel {
  max-width: 630px;
}
.roadmap-text.voetnoot .download {
  padding: 0 0 0 20px;
  position: relative;
}
.roadmap-text.voetnoot .download:before {
  content: "\f33d";
  font-family: "Font Awesome 6 Pro";
  margin: 0 9px 0 0;
  position: absolute;
  left: 0;
  font-size: 15px;
  color: #ff6600;
  font-weight: 300;
}
.roadmap-text.voetnoot .columns {
  column-count: 2;
  column-gap: 30px;
}
@media screen and (max-width: 767.98px) {
  .roadmap-text.voetnoot .columns {
    column-count: 1;
  }
}
.roadmap-text.voetnoot h6, .roadmap-text.voetnoot p, .roadmap-text.voetnoot ul {
  font-size: 15px;
}
.roadmap-text.voetnoot ul li {
  margin: 0 0 15px 0;
  padding: 0 0 0 19px;
  position: relative;
}
.roadmap-text.voetnoot ul li span {
  left: 0;
  position: absolute;
  color: #ff6600;
  font-size: 12px;
}

/* FOOTER */
footer {
  padding: 80px 0;
}
@media screen and (max-width: 991.98px) {
  footer {
    padding: 40px 0;
  }
}
footer ul {
  list-style-type: none;
  padding-inline-start: 0px;
}
footer ul li a {
  margin-bottom: 6px;
}
footer a {
  font-size: 18px;
  color: #000;
  margin-bottom: 6px;
  display: inline-block;
  transition: all ease 0.3s;
}
footer a:hover {
  color: #ff6600;
  text-decoration: none;
  transition: all ease 0.3s;
}
footer #mc_embed_signup input {
  width: 100%;
  padding: 8px 0;
  color: #204b45;
  border: 0;
  border-bottom: 2px solid #c9d4d3;
}
footer #mc_embed_signup input:focus {
  border: 0 !important;
}
footer #mc_embed_signup input.mce_inline_error {
  padding: 8px 0 !important;
  border: 0 !important;
  border-bottom: 2px solid #c9d4d3 !important;
}
footer #mc_embed_signup div.mce_inline_error {
  padding: 0 !important;
  margin: 10px 0 0 0 !important;
  color: #ff6600 !important;
  font-weight: 500 !important;
  background: #fff !important;
}
footer #mc_embed_signup #mce-success-response {
  margin: 10px 0 0 0 !important;
  color: #204b45;
}

.socials {
  display: flex;
}
.socials a {
  background-color: #e2e7e7;
  height: 40px;
  width: 40px;
  color: #a4b6b4;
  border-radius: 50%;
  display: flex;
  margin-right: 1rem;
  transition: all ease 0.3s;
  text-decoration: none;
}
.socials a i {
  margin: auto;
  display: block;
}
.socials a:hover {
  color: #ffffff;
  background: #ff6600;
  transition: all ease 0.3s;
}
.socials a .fa-x-twitter:before {
  content: "\e61b";
}

/* Bisner */
.page-template-template-ruimtes-bisner .sticky_header, .page-template-template-ruimtes-bisner .breadcrumbs, .page-template-template-ruimtes-bisner footer, .page-template-template-ruimtes-bisner .footerbar, .page-template-template-aanvraagformulier-bisner .sticky_header, .page-template-template-aanvraagformulier-bisner .breadcrumbs, .page-template-template-aanvraagformulier-bisner footer, .page-template-template-aanvraagformulier-bisner .footerbar {
  display: none;
}

/* SCREEN READER */
.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;
  width: 1px;
  word-wrap: normal !important;
}

.mt-200 {
  margin-top: -203px;
}

.wpml-ls-legacy-dropdown-click {
  width: 6rem !important;
  position: relative;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item {
  text-align: left;
}
.wpml-ls-legacy-dropdown-click a {
  border: none !important;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-left: 17px;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: "\f078" !important;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 14px;
  border: none !important;
  right: 13px !important;
  top: 6px !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-link {
  padding: 10px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-link:hover {
  background: #e2e7e7 !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  display: block;
  width: 6rem;
  border-top: 0 !important;
  border: 1px solid #e2e7e7 !important;
}

.wpml-ls-legacy-dropdown-click a:hover, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {
  background-color: #fff !important;
}

.dropdown-event .dropdown-menu {
  border: 0 !important;
}
.dropdown-event .dropdown-toggle::after {
  content: "\f107";
  border: 0;
  font-family: "Font Awesome 6 Pro";
  vertical-align: 0;
}

/* Intranet */
.card {
  border: 2px solid #e2e7e7;
  border-radius: 0;
}
.card .card-header {
  padding: 0.8rem 1rem 0.7rem 1rem;
  font-family: "IPKW-font";
  font-size: 1.4rem;
  color: #204b45;
  border: 0;
  border-radius: 0;
  background: #e2e7e7;
}

.form-control {
  border-radius: 0;
}

/*# sourceMappingURL=style.css.map */
