@charset "UTF-8";
body {
  font-family: "VAG Rounded Next W05 Regular", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
body.media {
  display: block;
  align-items: inherit;
}

strong {
  font-family: "VAG Rounded Next W05 Bold";
  font-weight: normal;
}

h1, .h1 {
  font-size: 3rem;
  color: #4D2D52;
  font-family: "VAG Rounded Next W05 Heavy";
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 2.3rem;
  }
}

.bg-lightgrey {
  background: #ebeff9;
}

h2, .h2 {
  font-size: 1.7rem;
  font-family: "VAG Rounded Next W05 Regular";
}
@media screen and (max-width: 1200px) {
  h2, .h2 {
    font-size: 1.6rem;
  }
}

h3, .h4 {
  font-size: 1.7rem;
  font-family: "VAG Rounded Next W05 SemiBold";
}
@media screen and (max-width: 1200px) {
  h3, .h4 {
    font-size: 1.6rem;
  }
}

h4, .h4 {
  font-size: 1.2rem;
  font-family: "VAG Rounded Next W05 SemiBold";
}

.btn-primary {
  background: #000000;
}
.btn-primary:hover {
  background: #ec6608;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: #ec6608;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.btn, .vc_btn3 {
  border-radius: 5px;
  font-family: "VAG Rounded Next W05 Regular";
  font-size: 1rem !important;
  border: none !important;
  padding: 0.8rem 1.4rem;
  background-image: none !important;
}
.btn:hover svg, .vc_btn3:hover svg {
  transform: translateX(5px);
}
.btn::after, .vc_btn3::after {
  display: none;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f105";
}
.btn svg, .vc_btn3 svg {
  margin-left: 0.7rem;
  transition: all 0.2s ease-in-out;
}
.btn.vc_btn3-color-warning, .vc_btn3.vc_btn3-color-warning {
  background: #ec6608 !important;
}
.btn.vc_btn3-color-warning:hover, .vc_btn3.vc_btn3-color-warning:hover {
  background: #d85d07 !important;
}

.btn-sm, .vc_btn3-size-sm {
  font-size: 1.1rem !important;
  padding: 0.6rem 1.2rem !important;
}
.btn-sm::after, .vc_btn3-size-sm::after {
  content: "";
  display: none;
}

.btn-xs, .vc_btn3-size-xs {
  font-size: 1rem !important;
  padding: 0.2rem 0.6rem !important;
}
.btn-xs::after, .vc_btn3-size-xs::after {
  content: "";
  display: none;
}

.btn-lg, .vc_btn3-size-lg {
  font-size: 1.3rem !important;
}

.vc_btn3-color-white {
  color: #000000 !important;
}

.color--white {
  color: #FFFFFF;
}

form .btn-primary:hover {
  background: #aac214 !important;
}
form .form-control {
  line-height: 1.5rem !important;
  font-size: 1.1rem !important;
  padding: 1.36rem 1.2rem !important;
  border-radius: 0;
}
form .form-control:focus {
  border-color: rgba(170, 194, 20, 0.6) !important;
  box-shadow: 0 0 0 0.2rem rgba(170, 194, 20, 0.6) !important;
}

img {
  border-radius: 5px;
}

header {
  margin-bottom: 0;
  padding-top: 1.3rem;
  padding-bottom: 1rem;
}
header .navbar {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  header .navbar-brand {
    max-width: 60%;
  }
}
header .navbar-brand img {
  max-width: 100%;
  max-height: 6rem;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  header .navbar-brand img {
    max-height: 5rem;
  }
}
header .search {
  margin-left: 1rem;
  font-size: 1.2rem;
  color: #000000;
  transition: 0.2s ease-in-out all;
}
header .search:hover, header .search.current {
  color: #e30613;
}
header .navbar-toggler {
  margin: 0;
  border: none;
  font-size: 1.8rem;
  background: #ec6608;
  color: #fff !important;
  padding: 0.8rem 1.2rem !important;
  background: linear-gradient(180deg, #F05245 0%, #FBA92C 99%) !important;
}
header .navbar-toggler i {
  color: #FFF;
}
header .navbar-nav .menu-item .nav-link {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  color: #000000 !important;
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  header .navbar-nav .menu-item .nav-link {
    font-size: 0.9rem;
  }
}
header .navbar-nav .menu-item .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  width: 0;
  bottom: 0.4rem;
  height: 3px;
  background: #50b6e8;
  transition: 0.3s ease-in-out all;
}
header .navbar-nav .menu-item .nav-link:hover:after {
  left: 1rem;
  right: 1rem;
  width: calc(100% - 2rem);
  transition: 0.3s ease-in-out all;
  background: #e30613;
}
header .navbar-nav .menu-item .dropdown-toggle:after {
  border: none;
  margin-left: unset;
  vertical-align: unset;
}
header .navbar-nav .menu-item.current-menu-item .nav-link:after {
  left: 1rem;
  right: 1rem;
  width: calc(100% - 2rem);
  transition: 0.3s ease-in-out all;
  background: #e30613;
}
header .dropdown-menu {
  background-color: #4D2D52;
  border-radius: 5px;
  text-align: center;
  border: unset;
  padding: 1rem;
  flex-direction: column;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
header .dropdown-menu .dropdown-item {
  width: auto;
  display: inline-block;
  position: relative;
  color: #ffffff;
  background-color: transparent;
  padding: 0.5rem 0;
  margin: 0 auto;
  min-width: 70%;
}
header .dropdown-menu .dropdown-item::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  width: 0;
  bottom: 0.4rem;
  height: 3px;
  background: #50b6e8;
  transition: 0.3s ease-in-out all;
}
header .dropdown-menu .dropdown-item:hover:after {
  left: 1rem;
  right: 1rem;
  width: calc(100% - 2rem);
  transition: 0.3s ease-in-out all;
  background: #e30613;
}
header .main-menu-expand {
  background: #ec6608;
  color: #000000;
  max-height: 0;
  transition: 1s ease-in-out all;
  overflow: hidden !important;
  position: absolute;
  top: 9.9rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 1200px) {
  header .main-menu-expand {
    top: 8.9rem;
  }
}
header .main-menu-expand .container {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
header .main-menu-expand h2 {
  margin-top: 1.5rem;
  color: #fff;
}
header .main-menu-expand a {
  color: #000000;
}
header .main-menu-expand .header-expand-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .main-menu-expand .header-expand-menu li a {
  color: #000000;
}
header .main-menu-expand .header-expand-menu li.current {
  font-family: "VAG Rounded Next W05 Bold";
}
@media screen and (max-width: 768px) {
  header .main-menu-expand .header-expand-menu li {
    line-height: 1.3;
  }
}

#mobileMenu {
  position: absolute;
  background: #50b6e8;
}
#mobileMenu .close {
  color: white;
  opacity: 1;
  padding: 0.7rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  font-size: 1.8rem;
}
#mobileMenu .modal-dialog {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  display: flex;
  height: 100%;
  padding: 4rem 1.5rem 0 1.5rem;
}
#mobileMenu .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #fff;
}
#mobileMenu .modal-content > h2 {
  padding: 0.7rem 0 0.3rem 0;
}
#mobileMenu .modal-content > h2 a {
  color: #fff;
}
#mobileMenu .modal-content > h2 a:hover {
  text-decoration: none;
}
#mobileMenu .modal-content a {
  color: #fff;
}
#mobileMenu .modal-content .textwidget p {
  color: #fff !important;
}
#mobileMenu .modal-content .textwidget p a {
  color: #fff !important;
}
#mobileMenu .modal-content .textwidget p a:hover {
  text-decoration: none !important;
}
#mobileMenu h2 {
  color: #fff;
}
#mobileMenu .mobile-menu-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobileMenu .mobile-menu-menu li a {
  color: #ffffff;
}
#mobileMenu .mobile-menu-menu li.current {
  font-family: "VAG Rounded Next W05 Bold";
}
@media screen and (max-width: 768px) {
  #mobileMenu .mobile-menu-menu li {
    line-height: 1.3;
  }
}
#mobileMenu .accordion {
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-header {
  padding: 3rem 0;
  background: #F5F7FC;
}

footer {
  position: relative;
  font-size: 1rem;
  line-height: 1.8rem;
  margin-top: 5rem;
  overflow: visible;
}
footer::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  bottom: 0;
  top: -4.25rem;
  width: 150px;
  background-image: url("../img/tb-beeldmerk.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
}
@media screen and (max-width: 1400px) {
  footer::before {
    width: 75px;
    top: -2rem;
  }
}
@media screen and (max-width: 576px) {
  footer::before {
    left: auto;
    width: 100px;
    right: 1rem;
    top: -2.75rem;
  }
}
footer h2 {
  font-size: 1.7rem;
  font-family: "VAG Rounded Next W05 SemiBold";
  color: #fff;
  margin-bottom: 0.2rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  footer h2 {
    font-size: 1.6rem;
  }
}
footer h2:first-of-type {
  margin-top: 0;
}
footer .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-menu li {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
footer .footer-menu li a {
  color: #000000;
}
footer .footer-menu li.current {
  font-family: "VAG Rounded Next W05 Bold";
}
@media screen and (max-width: 768px) {
  footer .footer-menu li {
    line-height: 1.3;
  }
}
footer .footer-top {
  background: #e1e7f6;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  footer .footer-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
footer .footer-mid {
  background: #2e1b31;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  footer .footer-mid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  footer .footer-mid .img-fluid {
    max-width: 300px;
    margin-top: 3rem;
  }
}
footer .footer-mid h2 {
  font-size: 1.3rem;
  font-family: "VAG Rounded Next W05 SemiBold";
  color: #fff;
  margin-bottom: 0.2rem;
  margin-top: 1.5rem;
}
footer .footer-mid h2:first-of-type {
  margin-top: 0;
}
footer .footer-mid p {
  letter-spacing: 0.015rem;
}
footer .footer-mid a {
  color: #fff;
}
footer .footer-bottom {
  background: #1f1221;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  footer .footer-bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
footer .footer-bottom strong {
  display: inline-block;
  padding-right: 1rem;
}
footer .footer-bottom a {
  color: #FFF;
  display: inline-block;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.accordion {
  padding-bottom: 0.5rem;
}
.accordion a {
  display: block;
  padding: 0.7rem 0 0.3rem 0;
}
.accordion a:hover {
  text-decoration: none;
}
.accordion a.collapsed h2 .fa-angle-down {
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
}
.accordion a h2 .fa-angle-down {
  float: right;
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
}

.content {
  padding-bottom: 1rem;
}
.content a {
  color: #3596c6;
}
.content ul {
  list-style-position: outside;
  margin: 0 0 1rem 1.2em;
  padding: 0;
}
.content ul li {
  margin: 0;
  list-style: none;
}
.content ul li::before {
  content: "•";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.content ol {
  list-style-position: outside;
  margin: 0 0 1rem 1.2em;
  padding: 0;
  counter-reset: li;
}
.content ol li {
  margin: 0;
  list-style: none;
  counter-increment: li;
}
.content ol li::before {
  content: counter(li) ".";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.content .wpb_text_column h1, .content .wpb_text_column h2, .content .wpb_text_column h3, .content .wpb_text_column h4, .content .wpb_text_column h5, .content .wpb_text_column h6 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: 2.5rem;
  font-family: "VAG Rounded Next W05 Bold";
}
.content .wpb_text_column h2 {
  font-size: 2.5rem;
  color: #4D2D52;
}
.content .wpb_text_column h3 {
  font-size: 1.35rem;
}

.volop-in-actie-desktop {
  margin-bottom: -0.5rem;
}
.volop-in-actie-desktop h2 {
  margin-top: 1.8rem;
  font-size: 1.7rem;
  font-family: "VAG Rounded Next W05 SemiBold";
}
.volop-in-actie-desktop .wpb_content_element {
  margin-bottom: 1.5rem;
}
.volop-in-actie-desktop .wpb_content_element:last-child {
  margin-bottom: 0 !important;
}

.volop-in-actie-mobile {
  margin-bottom: -0.5rem;
}
.volop-in-actie-mobile .wpb_content_element {
  margin-bottom: 1rem;
}
.volop-in-actie-mobile .wpb_content_element:last-child {
  margin-bottom: 0 !important;
}

.socials {
  list-style: none;
  margin: 0.8rem 0 0 0;
  padding: 0;
}
.socials li {
  display: inline-block;
  padding-right: 0.9rem;
}
.socials li:last-child {
  padding-right: 0;
}
.socials li a {
  color: #fff !important;
  font-size: 1.7rem;
  transition: 0.1s ease-in-out all;
}
.socials li a:hover {
  color: #50b6e8 !important;
}

.vc_row.vc_row-has-fill {
  background-position: top center !important;
  margin-left: 0;
  margin-right: 0;
}

.home .vc_row.vc_row-has-fill {
  background-position: bottom center !important;
}

.page-intro {
  margin-top: -1rem;
  margin-bottom: 0rem;
  padding-top: 9.5vw;
  padding-bottom: 4.5vw;
  background-color: #ebeff9;
  background-position: top center !important;
}
.page-intro .wpb_text_column {
  margin-bottom: 0 !important;
}
.page-intro h1 {
  font-family: "VAG Rounded Next W05 Heavy";
  color: #fff;
  text-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.6);
  padding-bottom: 1rem;
}
.page-intro h1 small {
  display: block;
  font-size: 2rem;
  text-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
}
.page-intro .volop-in-actie {
  position: absolute;
  right: 0;
  top: -1.4rem;
  width: 11rem;
}

.page-intro-short {
  height: 6rem;
  background-color: #ebeff9;
}
.page-intro-short.bg-orange {
  background: #ec6608;
}
.page-intro-short.bg-grey-light {
  background: #ebeff9;
}
.page-intro-short.cat-kansrijke-start {
  background: #aac214;
}
.page-intro-short.cat-peutertijd {
  background: #50b6e8;
}
.page-intro-short.cat-basisschool {
  background: #de83ad;
}
.page-intro-short.cat-voortgezet-onderwijs {
  background: #e30613;
}
.page-intro-short.cat-werk-en-ouderschap {
  background: #fdc300;
}

.after-page-intro h2 {
  margin-top: 0;
  font-size: 1.7rem;
  font-family: "VAG Rounded Next W05 SemiBold";
}

.page-intro-after-short {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-bottom: 0;
}
.page-intro-after-short h1 {
  color: #000000;
  padding-bottom: 0;
  font-size: 1.7rem;
  font-family: "VAG Rounded Next W05 SemiBold";
}

.category-indicator {
  display: inline-block;
  margin-left: 0.2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
}
.category-indicator.cat-kansrijke-start {
  background: #aac214;
}
.category-indicator.cat-peutertijd {
  background: #50b6e8;
}
.category-indicator.cat-basisschool {
  background: #de83ad;
}
.category-indicator.cat-voortgezet-onderwijs {
  background: #e30613;
}
.category-indicator.cat-werk-en-ouderschap {
  background: #fdc300;
}

.postgrid.cat-kansrijke-start .postgrid-item .postgrid-item-content {
  background: #aac214;
}
.postgrid.cat-peutertijd .postgrid-item .postgrid-item-content {
  background: #50b6e8;
}
.postgrid.cat-basisschool .postgrid-item .postgrid-item-content {
  background: #de83ad;
}
.postgrid.cat-voortgezet-onderwijs .postgrid-item .postgrid-item-content {
  background: #e30613;
}
.postgrid.cat-werk-en-ouderschap .postgrid-item .postgrid-item-content {
  background: #fdc300;
}
.postgrid .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.postgrid .row > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.postgrid .postgrid-item {
  position: relative;
  padding-top: 100%;
  margin-bottom: 1rem !important;
  transition: 0.2s ease-in-out all;
}
@media screen and (max-width: 768px) {
  .postgrid .postgrid-item {
    padding-top: 80%;
  }
}
.postgrid .postgrid-item .postgrid-item-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 6.6rem;
  width: 100%;
  background: #e1e7f6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .postgrid .postgrid-item .postgrid-item-bg {
    bottom: 6.2rem;
  }
}
.postgrid .postgrid-item .postgrid-item-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: 0.2s ease-in-out all;
  background: rgba(255, 255, 255, 0);
}
.postgrid .postgrid-item .postgrid-item-content {
  transition: 0.2s ease-in-out all;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 6.6rem;
  background: #2f2722;
  padding: 0.9rem 1.2rem 1.2rem 1.2rem;
  z-index: 10;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  .postgrid .postgrid-item .postgrid-item-content {
    height: 6.2rem;
  }
}
.postgrid .postgrid-item .postgrid-item-content .icon {
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  color: #fff;
  opacity: 0.5;
  transition: 0.2s ease-in-out opacity;
}
.postgrid .postgrid-item .postgrid-item-content:hover .icon {
  opacity: 1;
}
.postgrid .postgrid-item .postgrid-item-content .text-muted {
  transition: 0.2s ease-in-out all;
  opacity: 0.5 !important;
}
.postgrid .postgrid-item .postgrid-item-content .fa-angle-right {
  transition: 0.2s ease-in-out all;
  opacity: 0.5;
  position: relative;
  top: 1px;
  margin-left: 0.3rem;
}
.postgrid .postgrid-item .postgrid-item-content h3 {
  margin-right: 0.9rem;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #fff;
  margin-bottom: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 55px;
}
.postgrid .postgrid-item .postgrid-item-content p {
  color: #fff;
}
.postgrid .postgrid-item .postgrid-item-content p:last-child {
  margin-bottom: 0;
}
.postgrid .postgrid-item .postgrid-item-content p.categories {
  position: absolute;
  right: 1rem;
  bottom: 1.2rem;
  height: 1rem;
  width: 100%;
  text-align: right;
}
.postgrid .postgrid-item:hover a {
  text-decoration: none;
}
.postgrid .postgrid-item:hover .postgrid-item-bg:after {
  background: rgba(255, 255, 255, 0.1);
}
.postgrid .postgrid-item:hover .postgrid-item-content {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
}
.postgrid .postgrid-item:hover .postgrid-item-content .text-muted, .postgrid .postgrid-item:hover .postgrid-item-content .fa-angle-right {
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .postgrid .postgrid-item.mobile-no-block {
    padding-top: 0 !important;
  }
  .postgrid .postgrid-item.mobile-no-block .postgrid-item-bg {
    display: none;
  }
  .postgrid .postgrid-item.mobile-no-block .postgrid-item-content {
    position: static;
  }
}

.postlist .accordion > div > a {
  color: #000000;
  padding: 0.6rem 0 0.4rem 0;
}
.postlist .postlist-item {
  background: #ebeff9;
  padding: 0.8rem 1.6rem;
  margin-bottom: 1rem;
}
.postlist .postlist-item h2 {
  margin-top: 0;
}
.postlist .postlist-item .postlist-item-content {
  padding-top: 0.2rem;
}
.postlist .postlist-item .postlist-item-content a {
  color: #000000;
  text-decoration: none;
  padding: 0.2rem 0;
}
.postlist .postlist-item .postlist-item-content a:hover {
  text-decoration: underline;
}
.postlist .postlist-item .postlist-item-content h3 {
  font-size: 1.2rem;
  font-family: "VAG Rounded Next W05 Medium";
}

.home-partners {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.home-partners .flickity-prev-next-button.previous {
  left: -4rem;
}
.home-partners .flickity-prev-next-button.next {
  right: -4rem;
}
.home-partners .flickity-prev-next-button .flickity-button-icon {
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}
.home-partners .carousel-cell {
  position: relative;
  height: 100px;
  width: 25%;
  padding: 0 0.5rem;
}
.home-partners .carousel-cell .cell-bg {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.partners .partner-col {
  height: 100px;
  padding: 0 0.1rem;
  position: relative;
}
.partners .partner-col a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.partners .partner-col .cell-bg {
  width: calc(100% - 1rem);
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #e1e7f6;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .partners .partner-col .cell-bg {
    width: calc(100% - 1rem);
    margin: 0 auto;
  }
}

.age-filters {
  text-align: center;
  margin-bottom: 2rem !important;
}
.age-filters.table, .age-filters.table tr, .age-filters.table td {
  border: none;
  margin: 0;
  padding: 0;
}
.age-filters.table {
  position: relative;
  left: -1px;
}
.age-filters.table td {
  padding: 0 0.5rem;
}
.age-filters.table td:first-of-type {
  padding-left: 0;
}
.age-filters.table td:first-of-type .btn {
  margin-left: 0;
}
.age-filters.table td:last-of-type {
  padding-right: 0;
}
.age-filters .btn {
  margin: 0 0.2rem 0.4rem 0.2rem;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.age-filters .btn.cat-kansrijke-start {
  background: #aac214;
}
.age-filters .btn.cat-peutertijd {
  background: #50b6e8;
}
.age-filters .btn.cat-basisschool {
  background: #de83ad;
}
.age-filters .btn.cat-voortgezet-onderwijs {
  background: #e30613;
}
.age-filters .btn.cat-werk-en-ouderschap {
  background: #fdc300;
}
.age-filters .btn.cat-kansrijke-start:hover, .age-filters .btn.cat-kansrijke-start.current {
  background: #96ab12;
}
.age-filters .btn.cat-peutertijd:hover, .age-filters .btn.cat-peutertijd.current {
  background: #39ade5;
}
.age-filters .btn.cat-basisschool:hover, .age-filters .btn.cat-basisschool.current {
  background: #d96fa0;
}
.age-filters .btn.cat-voortgezet-onderwijs:hover, .age-filters .btn.cat-voortgezet-onderwijs.current {
  background: #ca0511;
}
.age-filters .btn.cat-werk-en-ouderschap:hover, .age-filters .btn.cat-werk-en-ouderschap.current {
  background: #e4af00;
}
.age-filters.with-current .btn {
  background: #000000;
}

.list-group {
  border-radius: 0;
}
.list-group .list-group-item {
  border-radius: 0;
  padding: 1rem 1.25rem;
  line-height: 1.7rem;
}
.list-group .list-group-item::before {
  content: "" !important;
  display: none !important;
}
.list-group .list-group-item.with-link {
  padding: 0;
}
.list-group .list-group-item.with-link .d-block {
  padding: 1rem 1.25rem;
  color: #000000;
  transition: 0.2s ease-in-out all;
}
.list-group .list-group-item.with-link .d-block:hover {
  background: #ebeff9;
  text-decoration: none;
}

.attachment-iframe {
  width: 100%;
  height: 80vh;
  border: 1px solid #2f2722;
  margin-top: 0.6rem;
}

.breadcrumb {
  background: none;
  border-radius: 0;
  margin: 1rem 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #3596c6;
  list-style-position: outside !important;
}
.breadcrumb li {
  padding: 0 !important;
  margin: 0 0.6rem 0 0 !important;
}
.breadcrumb li:first-of-type::before {
  width: 0 !important;
}
.breadcrumb li::before {
  content: "" !important;
  display: inline-block !important;
  width: 1rem !important;
  margin: 0 !important;
  font-weight: normal !important;
}
.breadcrumb a {
  color: #3596c6;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #3596c6 !important;
  content: ">" !important;
  position: relative !important;
  top: -1px !important;
}

.text-muted {
  color: inherit !important;
  opacity: 0.4 !important;
}

.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  border-radius: 100% !important;
  background: #ec6608;
  color: #fff;
  padding: 0.8rem 1.2rem !important;
  background: linear-gradient(180deg, #F05245 0%, #FBA92C 99%) !important;
}
.back-to-top::after {
  display: none;
  content: "";
}

#home-header {
  background-color: #F5F7FC;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: -2.5rem;
}
#home-header h1 {
  margin-top: 0;
  line-height: 3rem;
}

.btn-eye-primary {
  background-color: #4D2D52;
  color: #ffffff !important;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-eye-primary:hover {
  background-color: #341f38;
  color: #ffffff;
}

.btn-eye-secondary {
  background-color: #ebeff9;
  color: #000000 !important;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-eye-secondary:hover {
  background-color: #dfe6f6;
}

.btn-eye {
  background-color: #e1e7f6;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-eye:hover {
  background-color: #ebeff9;
}

body.home .content {
  padding-bottom: 0;
}

.home-recent-news {
  margin-bottom: 1rem;
}
.home-recent-news h2 {
  font-size: 2.5rem;
  color: #4D2D52;
  font-family: "VAG Rounded Next W05 Bold", sans-serif;
}
@media screen and (max-width: 992px) {
  .home-recent-news h2 {
    font-size: 2rem;
  }
}

a.news-item__wrapper {
  text-decoration: none;
  height: 100%;
}
a.news-item__wrapper:hover .news-item__image img {
  transform: scale(1.05);
}

article.news-item {
  background: #F5F7FC;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
article.news-item .news-item__image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
article.news-item .news-item__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/tb-beeldmerk.svg") no-repeat center;
  background-size: auto 65%;
  opacity: 0.1;
  filter: saturate(0);
}
article.news-item .news-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.2s ease-in-out;
}
article.news-item .news-item__content {
  padding: 1.25rem;
  color: #000000;
}
article.news-item .news-item__content time {
  font-size: 0.9rem;
}
article.news-item .news-item__content h3 {
  font-size: 1.2rem;
}

.home-fases {
  margin-bottom: 1rem;
}
.home-fases .home-fase-block {
  border-radius: 5px;
}
.home-fases .home-fase-block .home-fase-block__collapse {
  padding: 1.076rem;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.home-fases .home-fase-block .home-fase-block__collapse ul {
  margin-bottom: 0;
}
.home-fases .home-fase-block .home-fase-block__collapse ul li:before {
  color: #ffffff;
}
.home-fases .home-fase-block .home-fase-block__collapse ul li a {
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
}
.home-fases .home-fase-block .home-fase-block__collapse ul li a:hover {
  text-decoration: underline;
}
.home-fases .home-fase-block .list-group-item {
  margin-bottom: 0;
  background-color: transparent;
  border: unset;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.076rem;
}
.home-fases .home-fase-block .list-group-item .list-group-item__heading h3 {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0;
}
.home-fases .home-fase-block .list-group-item .list-group-item__icon {
  padding: 0;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.home-fases .home-fase-block .list-group-item:hover {
  text-decoration: unset;
  background-color: transparent;
}
.home-fases .home-fase-block .list-group-item:hover .list-group-item__icon {
  transform: translateX(3px);
}

.snelnaar-fases {
  position: sticky;
  top: 0;
  z-index: 99;
  margin-top: -1.25rem;
  margin-bottom: 5rem;
}
.snelnaar-fases .snelnaar-fases__wrapper {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.snelnaar-fases .fase-label {
  padding: 0.75rem 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 900;
  font-size: 1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  white-space: normal;
  vertical-align: baseline;
  flex: 1 1 125px;
}
.snelnaar-fases .fase-label:hover {
  background-color: inherit;
}

section.fase-case-section {
  margin-bottom: 2rem;
}
section.fase-case-section .fase-card {
  margin-bottom: 1rem;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
section.fase-case-section .fase-card .fase-card__image {
  position: relative;
  height: 100%;
  min-height: 265px;
  width: 100%;
  overflow: hidden;
  background: rgba(57, 57, 57, 0.05);
}
section.fase-case-section .fase-card .fase-card__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section.fase-case-section .fase-card .fase-card__content {
  padding: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 150px;
}
@media screen and (max-width: 992px) {
  section.fase-case-section .fase-card .fase-card__content {
    padding: 24px;
  }
}
section.fase-case-section .fase-card .fase-card__content h2 {
  margin-top: 0;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
section.fase-case-section .fase-card .fase-card__content p, section.fase-case-section .fase-card .fase-card__content a {
  color: #ffffff;
}
section.fase-case-section .fase-card .fase-card__content a {
  text-decoration: underline;
}
section.fase-case-section .btn-eye-secondary {
  flex: 0 1 calc(33.3% - 0.6666666667rem);
  margin-right: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: none;
  text-align: left;
  font-size: 1rem !important;
  margin-bottom: 1rem;
}
section.fase-case-section .btn-eye-secondary:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  section.fase-case-section .btn-eye-secondary {
    flex: 1 !important;
    margin-bottom: 0.5rem;
  }
}

.case {
  margin-bottom: 3rem;
}
.case .case-heading {
  padding: 1.5rem;
  border-radius: 5px;
}
.case .case-heading h1, .case .case-heading h2, .case .case-heading a {
  color: #ffffff;
}
.case .case-heading h1 {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.case .case-heading h2 {
  font-size: 1.2rem;
  margin-top: 0;
}
.case .case-heading a {
  font-family: "VAG Rounded Next W05 SemiBold";
}
.case .case-image {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/8;
  margin-top: 1rem;
}
.case .case-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.case .case-body {
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .case .case-body .right-column {
    position: sticky;
    top: 2rem;
    align-self: flex-start;
  }
}
.case .case-body .btn-case-link {
  font-size: 1rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  color: #ffffff;
  padding: 1.2rem !important;
}
.case .case-body .btn-case-link .btn-case-link__text {
  max-width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.case .case-body .btn-case-link::after {
  content: "\f08e";
  line-height: 1.3;
}
.case .case-body .btn-case-link:hover {
  text-decoration: underline;
}
.case .case-body .case_text {
  margin-bottom: 5rem;
}
.case .case-body .case-body-card .case-icon {
  margin-right: 1rem;
}
.case .case-body .case-body-card .case-icon svg {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .case .case-body .case-body-card .case-icon svg {
    width: 40px;
    height: 40px;
  }
}
.case .case-body .case-body-card h3 {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  font-family: "VAG Rounded Next W05 Regular", sans-serif;
  color: black !important;
}
.case .case-body .case-body-card p, .case .case-body .case-body-card ul {
  font-size: 1rem;
  margin-bottom: 0;
  font-family: "VAG Rounded Next W05 SemiBold", sans-serif;
}
.case .case-body .case-body-card p {
  line-height: 1.2;
}
.case .case-body .case-body-card li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
}
.case .case-body .case-body-card li:last-child {
  margin-bottom: 0;
}

.badge {
  padding: 0.5rem;
  font-size: 1rem;
  margin-right: 0.5rem;
  color: #FFFFFF;
}
.badge.bg--red {
  background: #e30613;
}
.badge.bg--green {
  background: #aac214;
}
.badge.bg--blue {
  background: #50b6e8;
}
.badge.bg--orange {
  background: #ec6608;
}
.badge.bg--pink {
  background: #de83ad;
}
.badge.bg--purple {
  background: #4D2D52;
}

.bg--red {
  background: #e30613;
}

.bg--green {
  background: #aac214;
}

.bg--blue {
  background: #50b6e8;
}

.bg--orange {
  background: #ec6608;
}

.bg--pink {
  background: #de83ad;
}

.bg--purple {
  background: #4D2D52;
}

.modal-content {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
.pagination .page-numbers {
  background-color: #F5F7FC;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  border-radius: 0.5rem;
  background-image: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pagination .page-numbers:not(.current):hover {
  background-color: #e1e7f6;
}
.pagination .page-numbers.current {
  background-color: #4D2D52;
  color: #FFF;
}
.pagination .page-numbers::after {
  display: none;
}

.onpage-nav-wrapper {
  position: sticky;
  top: 0;
  z-index: 99;
  display: flex;
  margin-top: -1.25rem;
  margin-bottom: 5rem;
}
.onpage-nav-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}
.onpage-nav-wrapper li.nav-item {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 900;
  font-size: 1rem;
  color: #ffffff;
  background: #4D2D52;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  white-space: normal;
  vertical-align: baseline;
  flex: 1 1 150px;
}
@media screen and (max-width: 992px) {
  .onpage-nav-wrapper li.nav-item {
    flex: 1 1 50%;
  }
}
.onpage-nav-wrapper li.nav-item .nav-link {
  background: #4D2D52;
  color: #FFFFFF;
  padding: 0.75rem 0.5rem;
}
.onpage-nav-wrapper li.nav-item .nav-link:hover {
  text-decoration: underline;
}

ul.newsletter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.newsletter-list li.newsletter-item {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1rem;
}
ul.newsletter-list li.newsletter-item::before {
  display: none;
}
ul.newsletter-list li.newsletter-item a.newsletter-link {
  display: block;
  padding: 1rem;
  background: #F5F7FC;
}
ul.newsletter-list .newsletter-date {
  display: block;
  font-size: 0.8rem;
  color: #2f2722;
  text-decoration: none;
  line-height: 1rem;
}

.wpforms-field-medium {
  max-width: unset !important;
}

.wpforms-submit {
  border: none !important;
  border-radius: 5px !important;
  background: #FFFFFF !important;
}
.wpforms-submit:hover {
  background: #f2f2f2 !important;
}

.vc_row-o-equal-height.custom-eye-row .vc_column-inner {
  display: block !important;
  height: 100% !important;
}
.vc_row-o-equal-height.custom-eye-row .vc_column-inner .wpb_wrapper {
  height: 100%;
}
.vc_row-o-equal-height.custom-eye-row .vc_column-inner .wpb_wrapper .wpb_content_element {
  height: 100%;
  margin-bottom: 0;
}

.thema-accordion {
  padding-bottom: 0;
}
.thema-accordion .thema-accordion__item {
  background-color: #eaedfa;
  border-radius: 5px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.thema-accordion .thema-accordion__item .btn {
  background-color: #D0E1EF;
  padding: 0.8rem 1.4rem;
}
.thema-accordion .thema-accordion__item > a {
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 992px) {
  .thema-accordion .thema-accordion__item > a {
    padding: 1rem;
  }
}
.thema-accordion .thema-accordion__item > a h2 {
  font-size: 1.25rem;
  color: #000000;
}
.thema-accordion .thema-accordion__content {
  padding: 0 1.5rem 1rem 1.5rem;
}
@media screen and (max-width: 992px) {
  .thema-accordion .thema-accordion__content {
    padding: 0 1rem 1rem 1rem;
  }
}
.thema-accordion .thema-accordion__content > .row {
  margin-left: 0;
  margin-right: 0;
}
.thema-accordion .thema-accordion__content > .row > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}
.thema-accordion .thema-accordion__image {
  margin-bottom: 1.5rem;
}
.thema-accordion .thema-accordion__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 3px;
  display: block;
}
.thema-accordion .thema-accordion__text {
  margin-bottom: 1.5rem;
}
.thema-accordion .thema-accordion__text p:last-child {
  margin-bottom: 0;
}

.content-card {
  background-color: #eaedfa;
  border-radius: 5px;
  padding: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .content-card {
    padding: 1.5rem;
  }
}
.content-card .content-card__title {
  color: #aac214;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.content-card .content-card__content > *:last-child {
  margin-bottom: 0;
}
.content-card .content-card__content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}
.content-card .content-card__content ul > li {
  position: relative;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.content-card .content-card__content ul > li:before {
  content: "";
  position: absolute;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
.content-card .content-card__content ul > li:last-child {
  margin-bottom: 0;
}
.content-card .content-card__content ul ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.content-card .content-card__content ul ul > li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  left: -0.5rem;
  top: 0.1em;
  color: #aac214;
  line-height: 1.05rem;
  text-align: center;
  background: none;
  font-weight: 300;
}

.case .case-body .col-12.mt-3:has(> .wpb-content-wrapper > .vc_row:first-child .wpb_wrapper > .content-card:first-child) {
  margin-top: 0 !important;
}

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