@import "bootstrap/css/bootstrap.min.css";
.knopblok.aligncenter div {
  text-align: center !important;
}
.knopblok.alignleft div {
  text-align: left !important;
}

.lsb-form-button {
  background: #195aa7;
  border: #195aa7;
  padding: 10px 16px 10px 16px;
  position: relative;
  transition: 0.2s;
  color: white;
  margin-bottom: 15px;
}

table {
  max-width: 100%;
}

.wp-block-table td, .wp-block-table th,
.table td, .table > thead th {
  border-color: #d8e1e4 !important;
  vertical-align: top;
  text-align: left;
}

.wp-block-table thead {
  border-bottom: 2px solid;
  border-color: #d8e1e4;
  text-align: left;
}

.company-sector-wrapper label {
  margin-left: 5px;
}

#float {
  padding: 0px !important;
  margin-top: 20px;
  border-radius: 4px;
  background: #fff;
  z-index: 999;
  border: 1px solid #ddd;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}
#float .nav-item {
  width: 100%;
  padding-left: 0px;
  border-top: 1px solid #ddd;
  background: #f1f5f7;
}
#float .nav-item:before {
  margin-top: 10px !important;
  margin-left: 5px !important;
  position: relative;
}
#float .nav-item .nav-link {
  color: #69747f;
  font-size: 14px;
}
#float .nav-item .nav-link.active {
  background: #4bd173;
  color: white;
}

.menufloat {
  position: sticky;
  top: 220px;
}

.content {
  margin: 70px 0;
}
@media screen and (max-width: 800px) {
  .content {
    margin: 35px 0;
  }
}
.content .links {
  border-right: 1px solid #d8e1e4;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .content .links {
    border-right: 0px solid #d8e1e4;
    padding: 0px !important;
    margin-bottom: 30px;
  }
}
.content .links .documenu {
  position: sticky;
  top: 190px;
}
.content .links .menu {
  padding: 0px 30px 0 0;
  margin: 0px;
  list-style: none;
  top: 180px;
}
@media screen and (max-width: 800px) {
  .content .links .menu {
    padding: 0px;
  }
}
.content .links .menu li:before {
  display: none;
}
.content .links .menu li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  background: #f1f5f7;
  color: #69747f;
  border-radius: 4px;
  text-decoration: none;
  margin-bottom: 3px;
  font-size: 15px;
}
.content .links .menu li a:hover {
  background: #6dbe00;
  color: white;
}
.content .links .menu li.menu-item-has-children, .content .links .menu li.current-menu-item {
  position: relative;
}
.content .links .menu li.menu-item-has-children:after {
  content: "\e803";
  position: absolute;
  color: black;
  right: 0px;
  top: 10px;
  right: 10px;
  font-family: fontello;
  transform: rotate(-90deg);
  transition: 0.2s;
}
.content .links .menu li.active a, .content .links .menu li.current-menu-item a {
  background: #195aa7;
  color: white;
}
.content .links .menu li.active ul.sub-menu, .content .links .menu li.current-menu-item ul.sub-menu {
  background: white !important;
}
.content .links .menu li.active ul.sub-menu a, .content .links .menu li.current-menu-item ul.sub-menu a {
  color: #69747f !important;
}
.content .links .menu li.active ul.sub-menu a:hover, .content .links .menu li.current-menu-item ul.sub-menu a:hover {
  color: white;
}
.content .links .menu li.current-menu-parent a {
  background: #195aa7;
  color: white;
}
.content .links .menu li.current-menu-parent ul.sub-menu a {
  color: black;
}
.content .links .menu li.current-menu-parent ul.sub-menu li.current-menu-item a {
  color: #6dbe00;
}
.content .links .menu li.current-menu-parent ul.sub-menu li.current-menu-item a:hover {
  color: white !important;
}
@media screen and (max-width: 800px) {
  .content .links .menu li.current-menu-item ul.sub-menu {
    position: relative !important;
    left: 0px !important;
    display: block !important;
  }
  .content .links .menu li.menu-item-has-children ul.sub-menu, .content .links .menu li.current-menu-item ul.sub-menu {
    position: relative !important;
    left: 0px !important;
    display: none !important;
  }
  .content .links .menu li.menu-item-has-children:hover ul.sub-menu, .content .links .menu li.current-menu-item:hover ul.sub-menu {
    display: none !important;
  }
  .content .links .menu li.menu-item-has-children:before, .content .links .menu li.current-menu-item:before {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 5;
    content: "";
    right: 0px;
    top: 0px;
    display: block;
    background: none;
  }
  .content .links .menu li.menu-item-has-children.open ul.sub-menu, .content .links .menu li.current-menu-item.open ul.sub-menu {
    display: block !important;
  }
  .content .links .menu li.menu-item-has-children.open:after, .content .links .menu li.current-menu-item.open:after {
    transform: rotate(0deg) !important;
  }
}
.content .links .menu li.menu-item-has-children, .content .links .menu li.current-menu-item {
  position: relative;
}
.content .links .menu li.menu-item-has-children:hover ul.sub-menu, .content .links .menu li.current-menu-item:hover ul.sub-menu {
  display: block;
}
.content .links .menu li.menu-item-has-children ul.sub-menu, .content .links .menu li.current-menu-item ul.sub-menu {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 100%;
  z-index: 1001110;
  min-width: 170px;
  margin: 0px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.content .links .menu li.menu-item-has-children ul.sub-menu li a, .content .links .menu li.current-menu-item ul.sub-menu li a {
  background: none;
  border-bottom: 1px solid #eaeff1;
}
.content .links .menu li.menu-item-has-children ul.sub-menu li a:hover, .content .links .menu li.current-menu-item ul.sub-menu li a:hover {
  color: white;
  background: #6dbe00;
}
.content .links .menu li.menu-item-has-children ul.sub-menu li:before, .content .links .menu li.current-menu-item ul.sub-menu li:before {
  display: none;
}
.content .links .menu li.menu-item-has-children ul.sub-menu li.current-menu-item a, .content .links .menu li.current-menu-item ul.sub-menu li.current-menu-item a {
  color: #6dbe00;
}
.content .rechts {
  padding: 0px 0 30px 30px;
}
@media screen and (max-width: 800px) {
  .content .rechts {
    padding: 0px;
  }
}
.content .rechts h1 {
  margin-bottom: 24px;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content .client-img {
  text-align: center;
}

.logged-in header, .logged-in .wrapfull {
  margin-top: 35px;
}

ul.slimmenu ul.sub-menu ul.sub-menu {
  margin-top: 0px !important;
  margin-left: 25px;
}

header {
  width: 100%;
  position: fixed;
  top: 0px;
  max-width: 1920px;
  z-index: 989999;
}
header .wpml-ls-native {
  visibility: hidden;
}
header ul.slimmenu li.wpml-ls-item a {
  padding-left: 0px !important;
}
header .wpml-ls-item {
  position: relative;
}
header .wpml-ls-item:hover .wpml-ls-native {
  visibility: visible;
}
header .wpml-ls-item a {
  order: 1;
  padding: 0px !important;
}
header .wpml-ls-item .sub-toggle {
  order: 2;
}
header #search-container {
  position: relative;
}
header #search-icon {
  cursor: pointer;
}
header #search-input-container {
  position: absolute;
  top: -12px;
  right: -2250px; /* Verberg het inputveld aan de rechterkant */
  width: 250px; /* Breedte van het inputveld */
  height: 100%;
  background-color: white;
  transition: right 0.3s ease-in-out;
  z-index: 2;
  margin-right: 30px;
}
header #search-input {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
}
header #search-container.active #search-input-container {
  right: 0; /* Toon het inputveld door de 'right' waarde op 0 te zetten */
}

.topbar {
  background: #195aa7;
}
.topbar .pagewidth {
  display: flex;
  justify-content: flex-end;
}
.topbar .menu {
  background: white;
  margin: 0px !important;
  position: relative;
  padding: 0px !important;
}
.topbar .menu ul, .topbar .menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.topbar .menu a {
  color: #69747f;
  text-decoration: none;
  font-weight: 900;
  padding: 15px 20px 15px 20px !important;
  display: flex;
  align-items: center;
}
.topbar .menu a svg {
  fill: #69747f;
  margin-right: 5px;
}
.topbar .menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 999999;
  background: white;
  left: 0px;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.topbar .menu .sub-menu li a {
  display: flex;
  align-items: center;
  color: black;
  border-bottom: 1px solid #eaeff1;
}
.topbar .menu .sub-menu li a svg {
  fill: black;
}
.topbar .menu .sub-menu li a:hover {
  color: #6dbe00 !important;
}
.topbar .menu .sub-menu li a:hover svg {
  fill: #6dbe00 !important;
}
.topbar .menu .menu-item-has-children {
  position: relative;
}
.topbar .menu .menu-item-has-children:hover .sub-menu {
  display: block;
}

.navbar-custom {
  background-color: #6dbe00;
  z-index: 1030;
  padding: 0px 0 0px 0 !important;
}
@media screen and (max-width: 800px) {
  .navbar-custom {
    padding: 10px 20px !important;
  }
}
.navbar-custom .navbar-width {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  width: 1260px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.navbar-custom .logo {
  display: inline-block;
  vertical-align: middle;
  align-items: center;
  transition: 0.3s;
}
.navbar-custom .logo a.navbar-brand {
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.navbar-custom .logo a.navbar-brand img.brand-logo-main {
  height: 100%;
  width: auto;
  transition: 0.3s;
}
.navbar-custom .logo a.navbar-brand img.brand-logo-scrolled {
  display: none;
}
.navbar-custom ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px !important;
  margin-bottom: 0px !important;
}
.navbar-custom ul li {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  margin-left: 30px;
}
.navbar-custom ul li a {
  color: white;
  font-size: 15px !important;
  padding: 0px !important;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}

.menu-collapser {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  color: #FFF;
  font-size: 16px;
  line-height: 48px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.menu-collapser a {
  width: 50%;
}

.menu-collapser > a > img {
  width: 50%;
  padding: 5% 0 0 0;
}

@media (max-width: 540px) {
  .menu-collapser > a > img {
    width: 80%;
    padding: 5% 0 0 0;
  }
}
.sticky .collapse-button {
  right: 0px;
  top: 15px;
}

.collapse-button {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 36px;
  line-height: 36px;
  width: 36px;
  position: absolute;
  right: 0px;
  top: 50%;
  padding: 10px 2px;
  color: black;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 0;
}

.collapse-button:hover, .collapse-button:focus {
  color: black;
}

.collapse-button .icon-bar {
  display: block;
  height: 3px;
  width: 15px;
  margin: 4px 0;
  background-color: white;
  border-radius: 1px;
  margin-top: 0px;
  margin-left: 8px;
}

ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 992px) {
  ul.slimmenu {
    padding-top: 35px;
  }
}

ul.slimmenu:before, ul.slimmenu:after {
  content: "";
  display: table;
}

.sub-toggle img {
  height: 15px;
}

ul.slimmenu:before,
ul.slimmenu:after {
  content: "";
  display: table;
}

ul.slimmenu:after {
  clear: both;
}

ul.slimmenu.collapsed {
  padding-top: 0px;
  margin-top: 35px;
  position: absolute;
  left: 0;
  background: white;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  flex-direction: column;
  display: flex;
}

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: white;
}

ul.slimmenu.collapsed li > ul {
  position: static;
  display: none;
}

ul.slimmenu.collapsed li a {
  text-align: left;
  width: 100%;
  padding: 15px 25px !important;
  color: #195aa7 !important;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li .sub-toggle {
  height: 30px;
  background: #6dbe00;
}

ul.slimmenu li {
  position: relative;
  float: left;
  display: inline-block;
  background-color: none;
}

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

ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
  padding: 10px;
}

ul.slimmenu li ul li {
  background: white;
  width: 200px;
  left: -5px;
  margin-left: 0;
}

ul.slimmenu li ul li a {
  padding: 10px 10px !important;
  text-align: left;
  min-width: 125px;
}

ul.slimmenu ul.sub-menu {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin-top: 70px !important;
}
@media (max-width: 800px) {
  ul.slimmenu ul.sub-menu {
    margin-top: 0px !important;
  }
}
ul.slimmenu ul.sub-menu a {
  color: black !important;
  font-weight: normal;
  text-transform: inherit !important;
  border-top: 1px solid #eaeff1;
}
ul.slimmenu ul.sub-menu a:hover {
  color: #6dbe00 !important;
}

ul.slimmenu li > ul {
  position: absolute;
  left: -8px;
  top: 42px;
  z-index: 999;
  display: block;
  width: auto;
}

ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%;
  padding-left: 0;
}

ul.slimmenu li a {
  display: block;
  padding: 45px 0px 45px 20px !important;
  color: white;
  font-size: 15px;
  font-weight: 600;
  transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  cursor: pointer;
  transition: padding 0.6s;
}

@media (max-width: 1000px) {
  ul.slimmenu li a {
    padding: 12px 14px 7px 12px;
    transition: padding 0.6s;
  }
}
ul.slimmenu li a:hover {
  text-decoration: none;
}

ul.slimmenu li .sub-toggle {
  right: 25px;
  top: 10px;
  z-index: 999;
  width: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

ul.slimmenu li .sub-toggle:before {
  content: "";
  font-family: fontello;
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  color: white;
}

ul.slimmenu li .sub-toggle > i {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  vertical-align: middle;
  font-family: fontello;
}

ul.slimmenu li .sub-toggle > i {
  font-style: normal;
  font-size: 12px;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 992px) {
  ul.slimmenu li .sub-toggle > i {
    color: white;
  }
}
ul.slimmenu > li {
  border-left: 0;
  display: inline-flex;
  flex-direction: row;
}

ul.slimmenu > li:first-child,
ul.slimmenu > li.has-submenu + li {
  border-left: 0;
}

.sub-menu {
  padding-top: 5px;
}

.sub-menu li {
  padding: 0px 0px 0px 0px;
}

.sub-menu .current-menu-item {
  border-bottom: 0px solid #fff !important;
}

@media (min-width: 768px) {
  .slimmenu li > ul {
    padding-left: 0px;
  }
  #nav-wrapper {
    padding-left: 20px;
  }
  .slimmenu > li:hover {
    border-bottom: 0px solid #fff;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 992px) {
  ul.slimmenu li .sub-toggle {
    position: absolute;
  }
}
.otgs-development-site-front-end {
  display: none;
}

footer {
  background: #195aa7;
  color: white;
  padding: 72px 108px;
}
@media screen and (max-width: 800px) {
  footer {
    padding: 35px 25px;
  }
}
footer p {
  margin-bottom: 10px;
  line-height: 25px;
}
footer p a {
  color: white !important;
}
footer .inhoudfooter {
  max-width: 1240px;
  margin: auto;
  padding: 0 15px;
}
footer li, footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
footer img {
  border-radius: 4px;
}

.sticky-module {
  position: fixed;
  right: 0px;
  top: 510px;
  width: 60px;
  z-index: 1;
}
.sticky-module img {
  max-width: 100%;
}

#back-to-top {
  position: fixed;
  bottom: 36px;
  right: 36px;
  z-index: 1000;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
}
#back-to-top .btn {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #ffffff;
  padding: 0;
  text-align: center;
  height: 54px;
  line-height: 54px;
  width: 54px;
  background-color: #195aa7;
}
#back-to-top .btn:after {
  display: none;
}

.banner {
  background-color: #195aa7;
  position: relative;
}
.banner h1 {
  font-size: 58px;
  line-height: 63px;
}
@media screen and (max-width: 800px) {
  .banner h1 {
    font-size: 36px !important;
    line-height: 40px;
  }
}
.banner .pagewidth {
  position: relative;
  z-index: 3;
}
.banner.big {
  position: relative;
}
.banner.big .inhoud {
  max-width: 850px;
  padding: 100px 0 60px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .banner.big .inhoud {
    padding: 50px 0;
  }
}
.banner.big .inhoud h1, .banner.big .inhoud p {
  color: white;
  font-weight: 700;
}
.banner.big .inhoud p {
  font-size: 18px;
  margin-top: 35px;
}
.banner.big .inhoud .knoppen {
  display: flex;
  justify-content: space-between;
}
.banner.small {
  height: 240px;
}
.banner.small .pagewidth {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.banner.small .inhoud {
  color: white;
  font-size: 54px;
  font-weight: bold;
}
.banner .subtitel {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.banner .bg {
  position: absolute;
  width: 100%;
  right: -1px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
}
.banner .bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: 100% 29%;
}

.helpen {
  padding: 50px 0 90px 0;
}
@media screen and (max-width: 800px) {
  .helpen {
    padding: 50px 0;
  }
}
.helpen p, .helpen h2 {
  font-weight: bold;
  margin-bottom: 0px;
  color: #2a3642;
}
.helpen h2 {
  margin-top: 0px !important;
  font-size: 37px;
}
@media screen and (max-width: 800px) {
  .helpen h2 {
    font-size: 32px;
  }
}
.helpen .branches {
  margin-top: 50px;
}
.helpen .branches .branche {
  transition: 0.2s;
}
@media screen and (max-width: 1260px) {
  .helpen .branches .branche {
    margin-bottom: 30px;
  }
}
.helpen .branches .branche .inhoud {
  border: 1px solid #195aa7;
  text-align: center;
  padding: 20px 40px;
  border-radius: 4px;
  color: #69747f;
  height: 100%;
}
.helpen .branches .branche .titel {
  font-weight: bold;
  margin: 30px 0;
  font-size: 20px;
  color: #2a3642;
}
.helpen .branches .branche .titel:hover {
  color: #6dbe00;
}
.helpen .branches .branche:hover {
  opacity: 1 !important;
  cursor: pointer;
}
.helpen .branches:hover .branche {
  opacity: 0.5;
}

.quotes {
  max-width: 750px;
  margin: auto;
}
.quotes .slick-dots li {
  margin-bottom: 20px;
}
.quotes .slick-dots li button {
  border: 2px solid #4bd173;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4.5px;
  height: 8px;
  width: 8px;
  color: #4bd173;
}
.quotes .slick-dots li.slick-active button {
  border-color: #4bd173;
  background: #4bd173 !important;
  color: #4bd173 !important;
}
.quotes .slick-dots li:before {
  display: none !important;
}
.quotes .single {
  padding: 50px;
}
.quotes .single .inhoud {
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: 1px solid #d8e1e4;
  border-radius: 4px;
  padding: 20px 72px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .quotes .single .inhoud {
    padding: 20px;
  }
}
.quotes .single .inhoud .aligncenter {
  margin: auto;
}

.lsb-form-field-wrapper {
  display: none !important;
}

.lsb-form-field-wrapper.lsb-field-tag-email {
  display: block !important;
}

.contentblok {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 40%, rgb(225, 237, 207) 40%, rgb(225, 237, 207) 100%);
  margin-bottom: 50px;
}
.contentblok .btn {
  padding: 15px 35px 15px 24px !important;
}
.contentblok .btn:hover {
  padding: 15px 35px 15px 24px !important;
}
.contentblok .btn:hover:after {
  right: 2px !important;
}
.contentblok .btn:after {
  right: 5px;
  top: 36%;
}
@media screen and (max-width: 800px) {
  .contentblok {
    background: white;
  }
}
.contentblok .row {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media screen and (max-width: 800px) {
  .contentblok .row {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.contentblok .afbeelding {
  text-align: right;
}
.contentblok .afbeelding img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .contentblok .afbeelding img {
    object-fit: cover;
    width: 100%;
  }
}
.contentblok .rechts {
  padding-left: 60px;
}
@media screen and (max-width: 800px) {
  .contentblok .rechts {
    padding-left: 40px;
    margin-top: 30px;
  }
}
.contentblok .rechts .sub {
  font-weight: bold;
  font-size: 15px;
  color: #2a3642;
}
.contentblok .rechts .h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  margin: 20px 0 40px 0;
  color: #2a3642;
  font-family: "Hanken Grotesk", sans-serif;
}
@media screen and (max-width: 800px) {
  .contentblok .rechts .h3 {
    font-size: 25px;
    line-height: 28px;
  }
}
.contentblok .rechts p {
  font-size: 18px;
  color: #2a3642;
}
.contentblok .rechts .action {
  margin-top: 30px;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot?64012734");
  src: url("fontello/font/fontello.eot?64012734#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2?64012734") format("woff2"), url("fontello/font/fontello.woff?64012734") format("woff"), url("fontello/font/fontello.ttf?64012734") format("truetype"), url("fontello/font/fontello.svg?64012734#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  max-width: 100%;
}

a {
  color: #6dbe00;
  text-decoration: none;
}
a:hover {
  color: #195aa7;
}

body {
  padding-top: 130px;
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 400;
  color: rgba(85, 85, 85, 0.8392156863);
  background: #f1f5f7;
  font-size: 15px !important;
}
@media screen and (max-width: 989px) {
  body {
    padding-top: 100px;
  }
}
@media screen and (max-width: 800px) {
  body {
    padding-top: 120px;
  }
}
body section a, body p a, body table a, body td a {
  text-decoration: none;
  color: #6dbe00;
}
body section a:hover, body p a:hover, body table a:hover, body td a:hover {
  color: #2fba59;
}

.wp-block-columns {
  margin-bottom: 0px !important;
}

.alignfull {
  width: calc(100vw - 10px);
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}
.alignfull .wp-block-columns {
  max-width: 1260px;
  margin: auto;
}

@media screen and (min-width: 1260px) {
  .pagewidth,
  .wrapper {
    max-width: 1260px;
    margin: auto;
  }
}
@media screen and (max-width: 1260px) {
  .wrapper,
  .pagewidth {
    max-width: 90%;
    margin: auto;
  }
}
.page .wrapfull {
  overflow: hidden;
}

.wrapfull {
  background: #ffffff;
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.1);
  max-width: 1920px;
  margin: auto;
}

h1 {
  font-size: 36px;
  line-height: 40px;
  color: #195aa7;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  color: #195aa7;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
  color: #195aa7;
}

h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.5;
  font-weight: bold;
  color: #195aa7;
}

h3 small {
  font-size: 65%;
  font-weight: normal;
  line-height: 1;
  color: #9fa7ac;
}

h6, .h6 {
  font-size: 11px;
}

@media screen and (max-width: 800px) {
  .knoppen {
    display: block !important;
  }
}
.knoppen .btn {
  margin-bottom: 20px;
}

.contentblok .btn:after, .banner .btn:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 4px;
  top: 35%;
  background-repeat: no-repeat;
  transition: 0.2s;
}

.btn {
  background: #195aa7;
  border: #195aa7;
  padding: 10px 30px 10px 16px;
  position: relative;
  transition: 0.2s;
}
.btn:hover {
  text-decoration: none;
  padding: 10px 30px 10px 16px;
  background: #6dbe00 !important;
}
.btn:hover:after {
  right: 2px;
}
.btn.groen {
  background: #6dbe00;
  border: #6dbe00;
  transition: 0.2s;
}
.btn.groen:hover {
  background: #70b62b;
}

.wij-2ba-modal-wrapper.active {
  z-index: 999999;
}

.single .wrapper.con {
  padding-top: 75px;
}
.single .content {
  margin-top: 0px !important;
}

.wrapper .rechts ul li {
  position: relative;
  padding-left: 30px;
}

.wrapper .rechts ul li:before {
  position: absolute;
  left: 0px;
  margin-top: 5px;
}

.wrapper ul {
  list-style: none;
  padding-left: 0px;
}
.wrapper ul li:before {
  list-style-type: none;
  background: #6dbe00;
  width: 14px;
  display: block;
  float: left;
  height: 14px;
  margin-right: 10px;
  content: "";
  border-radius: 3px;
  margin-top: 3px;
}