/*
Theme Name: Pageking Flex (child)
Template: pk-theme
Author: Pageking
Author URI: https://www.pageking.nl/
Description: Pageking is een thema voor WordPress dat is ontworpen voor Pageking websites.
Requires at least: 5.9
Tested up to: 6.7.2
Requires PHP: 8.3
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@import url(./assets/css/footer.css);

.pk-page {
  overflow: clip;
}


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}

img[width][height] {
  aspect-ratio: auto;
}

/* Breadcrumbs */
nav:has(.breadcrumb) {
  position: fixed;
  left: 0;
  top: 65px;
  height: fit-content;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: #fff;
  padding: 30px 22px;
  line-height: 1;
  z-index: 10;
}

body:has(#wpadminbar) nav:has(.breadcrumb) {
  top: calc(var(--pk-header-height) + var(--wp-admin--admin-bar--height, 0px));
}

nav:has(.breadcrumb) ol {
  all: unset;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.breadcrumb-item a {
  font-size: 15px;
  color: #f55b1d;
  text-decoration: none;
  font-weight: 400;
  transition: opacity 0.3s ease;
}

body:has(.praktische-zaken) .breadcrumb-item a {
  color: #039C54;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active {
  font-size: 15px;
  font-weight: 700;
}

body.praktische-zaken-section .breadcrumb-item.active,
body:has(.praktische-zaken) .breadcrumb-item.active {
  color: #039C54;
}

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 10px;
}

.breadcrumbs a:hover {
  opacity: 0.7;
}

.breadcrumbs span {
  color: #f55b1d;
}

body.praktische-zaken-section .breadcrumbs span,
body:has(.praktische-zaken) .breadcrumbs span {
  color: #039C54;
}

body.praktische-zaken-section .breadcrumb li::after,
body:has(.praktische-zaken) .breadcrumb li::after {
  color: #039C54;
}

.breadcrumb li:first-child {
  display: none;
}


@media (max-width: 992px) {
  nav:has(.breadcrumb) {
    width: 100%;
    height: fit-content;
    top: 73px;
    left: 0;
    right: 0;
    padding-inline: 20px;
    writing-mode: horizontal-tb;
    transform: none;
  }
}

/* End Breadcrumbs */


.hero-bg {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.header-external-logos {
  display: flex;
  gap: 15px;
  align-items: center;
}

header g {
  clip-path: unset !important;
}

body.site-id-1:not(.home):not(.praktische-zaken-section) path,
body.site-id-1:not(.home):not(.praktische-zaken-section) rect {
  fill: #FFCCDD;
}

body.site-id-14:not(.home):not(.praktische-zaken-section) path,
body.site-id-14:not(.home):not(.praktische-zaken-section) rect {
  fill: #E5D8FC;
}

.pk-page>header {
  transition: background-color 0.5s ease-in-out;
}

.pk-page>header .pk-header-wrapper .logo-scrolled,
.pk-page>header.header-scrolled .pk-header-wrapper .logo-default {
  display: none;
}

.pk-page>header.header-scrolled .pk-header-wrapper .logo-scrolled,
.pk-page>header .pk-header-wrapper .logo-default {
  display: block
}

.pk-page>header .header-logo {
  max-width: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  transition: all 0.25s ease-in-out;
}

.pk-page>header .header-logo {
  background: #039C54;
}


.site-id-1:not(.home):not(.praktische-zaken-section) .pk-page header .header-logo,
.site-id-14:not(.home):not(.praktische-zaken-section) .pk-page header .header-logo {
  background: #F79168;
}

.site-id-1.praktische-zaken-section .pk-page>header .header-logo,
.site-id-1 .pk-page>header.header-scrolled .header-logo {
  background: #82CEAA;
}

.pk-page>header .header-logo img {
  height: auto;
  max-width: 45px;
}


.header-external-logo-link {
  display: block;
  transition: opacity 0.3s ease;
}

.header-external-logo-link:hover {
  opacity: 0.8;
}

.header-external-logo-link img {
  display: block;
  height: auto;
  max-height: 50px;
  width: auto;
}

.home .pk-page .pk-header .pk-header-wrapper,
.home .pk-header .pk-header-wrapper {
  position: relative;
  min-height: 100px;
  overflow: visible !important;
}

.home .pk-page header .header-external-logos,
.home header .header-external-logos,
body.home .header-external-logos {
  display: flex;
  position: fixed;
  right: 0px;
  top: 0px;
  flex-direction: column;
  gap: 23px;
  z-index: 999;
  pointer-events: auto;
  background: #039C54;
  padding: 35px;
  transition: all 0.5s ease;
}

body.home header.header-scrolled .header-external-logos {
  display: flex;
  flex-direction: row;
  top: unset;
  right: 35px;
  padding: 0;
  background: transparent;
}


.home .header-external-logo-link img,
body.home .header-external-logo-link img {
  max-height: 60px;
  max-width: 80px;
}

body:not(.home) .header-external-logos {
  flex-direction: row;
  margin-left: auto;
  gap: 20px;
}

body:not(.home) .header-external-logo-link img {
  max-height: 40px;
}

.mobile-menu-logos {
  display: none;
  list-style: none;
  margin-top: auto;
  padding: 0;
  border-top: none;
  z-index: 100000;
}

.mobile-header-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: nowrap;
  padding: 25px 20px;
}

.home .mobile-menu-logos,
.praktische-zaken-section .mobile-menu-logos {
  background: #039C54;
}

.mobile-menu-logos {
  width: 100%;
}

body:not(.home):not(.praktische-zaken-section) .mobile-menu-logos {
  background: #F55B1D;
}

body .pk-page .pk-menu .menu .mobile-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  padding: 0 !important;
}

.mobile-logo-link:hover {
  opacity: 0.8;
}

.mobile-logo-link img {
  display: block;
  height: auto;
  max-height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
}

.site-id-14 .mobile-logo-link img {
  display: block;
  height: auto;
  max-height: 40px;
  width: auto;
  filter: unset !important;
}

.pk-menu .pk-submenu-wrapper .pk-menu-item.parent-page-link {
  display: none;
}

@media only screen and (max-width:767px) {
  .pk-page>header .header-logo {
    max-width: 100px;
    padding: 20px;
  }

  .pk-page>header .header-logo img {
    max-width: 28px;
    width: 100%;
  }
}

@media only screen and (min-width:1261px) {

  .pk-menu {
    padding: 0px 60px;
  }

  .site-id-14.home .pk-page header.header-scrolled #pk-menu-list a,
  .site-id-14.praktische-zaken-section .pk-page header.header-scrolled #pk-menu-list a {
    color: #FBFE67 !important;
  }

  body .pk-submenu-wrapper {
    margin: 0px 5px;
  }

  .site-id-14.home header .pk-menu .pk-submenu-wrapper a,
  .site-id-14.home header.header-scrolled #pk-menu-list .pk-submenu-wrapper a {
    color: #039C54 !important;
  }

  body header .pk-menu .pk-submenu-wrapper a {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .site-id-14.home header .pk-menu .pk-submenu-wrapper a:before {
    background: #039C54 !important;
  }

  .site-id-14.home header .pk-submenu {
    background: rgba(244, 249, 252, 0.65) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .site-id-14.home header .pk-menu .pk-submenu {
    top: calc(100% + 23px);
    left: -20px;
  }

  .site-id-14.home header .pk-menu .pk-submenu .pk-menu-item {
    border-bottom: 1px solid #FCFF99;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  header .pk-menu .pk-submenu .pk-menu-item:last-child {
    border-bottom: none !important;
  }

  .site-id-1.home header .pk-menu .pk-submenu-wrapper a,
  .site-id-1.home header.header-scrolled .pk-menu .pk-submenu-wrapper a {
    color: #039C54 !important;
  }

  .site-id-1.home header .pk-menu .pk-submenu-wrapper a:before {
    background: #039C54 !important;
  }

  .site-id-1.home header .pk-submenu {
    background: rgba(244, 249, 252, 0.65) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .site-id-1.home header .pk-menu .pk-submenu {
    top: calc(100% + 23px);
    left: -20px;
  }

  .site-id-1.home header .pk-menu .pk-submenu .pk-menu-item {
    border-bottom: 1px solid #BEE6EF;
    /* padding-top:10px !important;
  padding-bottom:10px !important; */
  }

  /* Praktische zaken section - site-id-14 */
  .site-id-14.praktische-zaken-section header .pk-menu .pk-submenu-wrapper a,
  .site-id-14.praktische-zaken-section header.header-scrolled .pk-menu .pk-submenu-wrapper a {
    color: #039C54 !important;
  }

  .site-id-14.praktische-zaken-section header .pk-menu .pk-submenu-wrapper a:before {
    background: #039C54 !important;
  }

  .site-id-14.praktische-zaken-section header .pk-submenu {
    background: rgba(244, 249, 252, 0.65) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .site-id-14.praktische-zaken-section header .pk-menu .pk-submenu {
    top: calc(100% + 23px);
    left: -20px;
  }

  .site-id-14.praktische-zaken-section header .pk-menu .pk-submenu .pk-menu-item {
    border-bottom: 1px solid #FCFF99;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* Praktische zaken section - site-id-1 */
  .site-id-1.praktische-zaken-section header .pk-menu .pk-submenu-wrapper a,
  .site-id-1.praktische-zaken-section header.header-scrolled .pk-menu .pk-submenu-wrapper a {
    color: #039C54 !important;
  }

  .site-id-1.praktische-zaken-section header .pk-menu .pk-submenu-wrapper a:before {
    background: #039C54 !important;
  }

  .site-id-1.praktische-zaken-section header .pk-submenu {
    background: rgba(244, 249, 252, 0.65) !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .site-id-1.praktische-zaken-section header .pk-menu .pk-submenu {
    top: calc(100% + 23px);
    left: -20px;
  }

  .site-id-1.praktische-zaken-section header .pk-menu .pk-submenu .pk-menu-item {
    border-bottom: 1px solid #BEE6EF;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }


  body:not(.home):not(.praktische-zaken-section) header .pk-menu .pk-submenu-wrapper a,
  .site-id-14:not(.home):not(.praktische-zaken-section) header.header-scrolled .pk-menu .pk-submenu-wrapper a {
    color: #F55B1D !important;
  }

  body header .pk-menu .pk-submenu-wrapper a {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  body:not(.home):not(.praktische-zaken-section) header .pk-menu .pk-submenu-wrapper a:before {
    background: #F55B1D !important;
  }

  body:not(.home):not(.praktische-zaken-section) header .pk-submenu {
    background: #F4F9FC;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body:not(.home):not(.praktische-zaken-section) header .pk-menu .pk-submenu {
    top: calc(100% + 23px);
    left: -20px;
  }

  body:not(.home):not(.praktische-zaken-section) header .pk-menu .pk-submenu .pk-menu-item {
    border-bottom: 1px solid #E0D1FC;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .site-id-1:not(.home):not(.praktische-zaken-section) header.header-scrolled .pk-menu .pk-submenu-wrapper a {
    color: #F55B1D !important;
  }

  .site-id-1:not(.home):not(.praktische-zaken-section) header .pk-menu .pk-submenu-wrapper a:before {
    background: #F55B1D !important;
  }

  .site-id-1:not(.home):not(.praktische-zaken-section) header .pk-submenu {
    background: #F4F9FC;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .site-id-1:not(.home):not(.praktische-zaken-section) header .pk-menu .pk-submenu {
    top: calc(100% + 23px);
    left: -20px;
  }

  .site-id-1:not(.home):not(.praktische-zaken-section) header .pk-menu .pk-submenu .pk-menu-item {
    border-bottom: 1px solid #E0D1FC;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .pk-menu a {
    padding: 0px 0px !important;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1260px) {
  .header-wrapper {
    overflow-x: clip !important;
  }

  .pk-menu {
    position: static !important;
    padding: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0 !important;
  }

  .pk-menu .hamburger {
    margin-left: auto !important;
    position: relative !important;
    z-index: 5 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.35em !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    height: auto !important;
    aspect-ratio: 1 !important;
  }

  .pk-menu .menu {
    padding: var(--pk-site-gutter) !important;
    margin-top: var(--pk-header-height) !important;
    width: 100vw !important;
    height: 100svh !important;
    position: absolute !important;
    inset: 0 !important;
    overflow: clip !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    z-index: 3 !important;
    background-color: var(--pk-page-bg-color) !important;
  }

  .pk-menu .menu:not(.open):not(.is_animating) {
    display: none !important;
  }

  .header-external-logos {
    display: none !important;
  }

  .pk-menu-item.has-submenu {
    position: static !important;
  }

  .pk-menu .pk-submenu {
    margin-top: var(--pk-header-height) !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    position: absolute !important;
    z-index: 4 !important;
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 1260px) {


  .pk-page>header .pk-menu {
    padding: 10px;
  }

  .pk-page>header body.home .pk-submenu {
    padding-top: 50px !important;
  }

  .header-external-logos,
  .home .pk-page header .header-external-logos,
  .home header .header-external-logos,
  body.home .header-external-logos,
  body.home header.header-scrolled .header-external-logos {
    display: none;
  }

  .praktische-zaken-section .pk-header-wrapper {
    align-items: center !important;
  }

  .praktische-zaken-section .pk-header-wrapper .menu-terug-knop {
    padding: 20px !important;
  }

  .pk-page header .pk-header-wrapper .menu {
    margin-top: 75px !important;
    padding-top: 55px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }

  .mobile-menu-logos {
    display: block;
  }

  .site-id-14.home .pk-page header:has(.menu.open),
  body.praktische-zaken-section .pk-page header,
  body.praktische-zaken-section header {
    background: #039C54 !important;
  }

  body:not(.home):not(.praktische-zaken-section) .pk-page header,
  body:not(.home):not(.praktische-zaken-section) header {
    background: #F55B1D !important;
  }

  body.home .pk-menu .menu,
  body.praktische-zaken-section .pk-menu .menu {
    background: #BEE6EF !important;
  }

  .pk-menu {
    position: relative;
  }

  .pk-menu .pk-submenu-wrapper .pk-menu-item.parent-page-link {
    display: block;
  }

  .mobile-menu-logos {
    position: absolute;
    left: 0;
    bottom: 60px;
    right: 0;
  }

  body.praktische-zaken-section .menu {
    padding-top: 0 !important;
  }

  body.site-id-14.home .pk-menu .menu,
  body.site-id-14.praktische-zaken-section .pk-menu .menu {
    background: #FBFE67 !important;
  }

  body.site-id-14.home .pk-menu .menu .pk-submenu,
  body.site-id-14.praktische-zaken-section .pk-menu .pk-submenu {
    background: #FBFE67 !important;
  }

  body .pk-menu .menu .pk-menu-item>a {
    padding: 10px 20px 15px 20px !important;
  }

  .pk-page header .pk-header-wrapper .menu>li:first-child {
    margin-top: -10px;
  }

  body.home .pk-menu .menu .pk-menu-item>a,
  body.praktische-zaken-section .pk-menu .menu .pk-menu-item>a {
    color: #039C54 !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #039C54;
    position: relative;
    transition: opacity 0.3s ease;
  }

  body.home .pk-menu .menu .pk-menu-item>a::before,
  body.praktische-zaken-section .pk-menu .menu .pk-menu-item>a::before {
    display: none !important;
  }

  body.home .pk-menu .menu .pk-menu-item.has-submenu>a:after,
  body.praktische-zaken-section .pk-menu .menu .pk-menu-item.has-submenu>a:after {
    content: "";
    width: 7px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.353' height='9.423' viewBox='0 0 6.353 9.423'%3E%3Cpath d='M7.075,0,4,3.07.935,0,0,.934,4,4.939l4-4.005Z' transform='translate(0.707 8.716) rotate(-90)' fill='%23039c54' stroke='%23039c54' stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
    margin-right: 30px;
  }

  body:not(.home):not(.praktische-zaken-section) .pk-menu .menu {
    background: #FFCCDD !important;
  }

  body:not(.home):not(.praktische-zaken-section) .pk-menu .menu .pk-menu-item>a {
    color: #F55B1D !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #F55B1D;
    position: relative;
    transition: opacity 0.3s ease;
  }

  body:not(.home):not(.praktische-zaken-section) .pk-menu .menu .pk-menu-item>a::before {
    display: none !important;
  }

  body:not(.home):not(.praktische-zaken-section) .pk-menu .menu .pk-menu-item.has-submenu>a:after {
    content: "";
    width: 6.353px;
    height: 9.423px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.353' height='9.423' viewBox='0 0 6.353 9.423'%3E%3Cpath d='M7.075,0,4,3.07.935,0,0,.934,4,4.939l4-4.005Z' transform='translate(0.707 8.716) rotate(-90)' fill='%23F55B1D' stroke='%23F55B1D' stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
  }

  .pk-menu .hamburger {
    background-color: transparent;
    border: 0;
  }


  body.site-id-1.home .pk-page header:has(.menu.open),
  .site-id-1.praktische-zaken-section .pk-page header.header-scrolled {
    background: #039C54;
  }


  body.home.site-id-1 .pk-menu .hamburger span,
  body.praktische-zaken-section.site-id-1 .pk-menu .hamburger span {
    background: #039C54;
  }

  body.site-id-1.home .pk-page header:has(.menu.open) .pk-menu .hamburger span,
  body.home.site-id-1 .header-scrolled .pk-menu .hamburger span,
  body.praktische-zaken-section.site-id-1 .pk-menu .hamburger span {
    background: #BEE6EF;
  }

  body.home.site-id-14 .pk-menu .hamburger span,
  body.praktische-zaken-section.site-id-14 .pk-menu .hamburger span {
    /* background-color: #FBFE67 !important; */
    background: #039C54;
  }

  body.site-id-14.home .pk-page header:has(.menu.open) .pk-menu .hamburger span,
  body.home.site-id-14 .header-scrolled .pk-menu .hamburger span,
  body.praktische-zaken-section.site-id-14 .header-scrolled .pk-menu .hamburger span {
    background-color: #FBFE67;
  }

  body.site-id-1:not(.home):not(.praktische-zaken-section) .pk-menu .hamburger span {
    background-color: #FFCCDD !important;
  }

  body.site-id-14:not(.home):not(.praktische-zaken-section) .pk-menu .hamburger span {
    background-color: #FFCCDD !important;
  }

  .pk-menu .hamburger {
    display: flex;
    flex-direction: column;
    gap: 0.35em;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: auto;
    aspect-ratio: 1;
    transition: gap 250ms ease-out;
  }

  .pk-menu .hamburger span {
    display: block;
    height: 2px;
    width: 1.5em;
    transform-origin: center;
    transition: transform 250ms ease-out, rotate 250ms ease-out, opacity 250ms ease-out;
  }

  .pk-menu .hamburger span:nth-child(1),
  .pk-menu .hamburger span:nth-child(2) {
    rotate: 0deg !important;
    translate: 0 0 !important;
    scale: 1 !important;
    transform: none !important;
  }

  .pk-menu .hamburger:has(+ .menu.open) {
    gap: 0;
  }

  .pk-menu .hamburger:has(+ .menu.open) span:nth-child(1) {
    rotate: 45deg !important;
    translate: 0 1px !important;
  }

  .pk-menu .hamburger:has(+ .menu.open) span:nth-child(2) {
    rotate: -45deg !important;
    translate: 0 -1px !important;
  }

  .pk-menu .hamburger span:nth-child(3) {
    display: none !important;
  }

  body.site-id-1.home .pk-submenu .back-button-wrapper,
  body.praktische-zaken-section .pk-submenu .back-button-wrapper {
    padding: 15px 20px;
    margin-bottom: 0;
    background: #D3EDF4;
    margin-top: -20px;
  }

  body.site-id-1.home .pk-submenu .back-button-wrapper button.back,
  body.site-id-1.praktische-zaken-section .pk-submenu .back-button-wrapper button.back {
    color: #039C54;
    font-size: 10px !important;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    padding-left: 15px;
    position: relative;
  }

  body.site-id-1.home .pk-submenu .back-button-wrapper button.back:before,
  body.site-id-1.praktische-zaken-section .pk-submenu .back-button-wrapper button.back:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6.353px;
    height: 9.423px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.353' height='9.423' viewBox='0 0 6.353 9.423'%3E%3Cpath d='M7.075,0,4,3.07.935,0,0,.934,4,4.939l4-4.005Z' transform='translate(5.646 0.707) rotate(90)' fill='%23039C54' stroke='%23039C54' stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.3s ease;
  }

  body.site-id-1.home .pk-submenu .back-button-wrapper button.back:hover:before,
  body.site-id-1.praktische-zaken-section .pk-submenu .back-button-wrapper button.back:hover:before {
    transform: translate(-3px, -50%);
  }

  body.site-id-1.home .pk-submenu .parent-page-link a,
  body.site-id-1.praktische-zaken-section .pk-submenu .parent-page-link a {
    color: #039C54 !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #039C54;
    position: relative;
    text-decoration: underline;
  }

  body:not(.home):not(.praktische-zaken-section) .pk-submenu .back-button-wrapper {
    padding: 15px 20px;
    background: #FFE5EF;
    margin-bottom: 0;
    margin-top: -20px;
  }

  body:not(.home):not(.praktische-zaken-section) .pk-submenu .back-button-wrapper button.back {
    color: #F55B1D;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    padding-left: 15px;
    position: relative;
  }

  body:not(.home):not(.praktische-zaken-section) .pk-submenu .back-button-wrapper button.back:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6.353px;
    height: 9.423px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.353' height='9.423' viewBox='0 0 6.353 9.423'%3E%3Cpath d='M7.075,0,4,3.07.935,0,0,.934,4,4.939l4-4.005Z' transform='translate(5.646 0.707) rotate(90)' fill='%23F55B1D' stroke='%23F55B1D' stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.3s ease;
  }

  body:not(.home):not(.praktische-zaken-section) .pk-submenu .back-button-wrapper button.back:hover:before {
    transform: translate(-3px, -50%);
  }

  body:not(.home):not(.praktische-zaken-section) .pk-submenu .parent-page-link a {
    color: #F55B1D !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #F55B1D;
    position: relative;
    text-decoration: underline;
  }

  body.site-id-1.home .pk-submenu,
  body.site-id-1.praktische-zaken-section .pk-submenu {
    background: #BEE6EF !important;
  }

  body.home .pk-submenu .pk-menu-item a,
  body.praktische-zaken-section .pk-submenu .pk-menu-item a {
    color: #039C54 !important;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 0 20px 0;
    display: block;
  }

  body:not(.home):not(.praktische-zaken-section) .pk-submenu {
    background: #FFCCDD !important;
  }

  body:not(.home):not(.praktische-zaken-section) .pk-submenu .pk-menu-item a {
    color: #F55B1D !important;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 0 20px 0;
    display: block;
  }




  body.site-id-14.home .pk-submenu .back-button-wrapper,
  body.site-id-14.praktische-zaken-section .pk-submenu .back-button-wrapper {
    padding: 15px 20px;
    margin-bottom: 0;
    background: #FCFFB2;
    margin-top: -20px;
  }

  body.site-id-14.home .pk-submenu .back-button-wrapper button.back,
  body.site-id-14.praktische-zaken-section .pk-submenu .back-button-wrapper button.back {
    color: #039C54;
    font-size: 10px !important;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    padding-left: 15px;
    position: relative;
  }

  body.site-id-14.home .pk-submenu .back-button-wrapper button.back:before,
  body.site-id-14.praktische-zaken-section .pk-submenu .back-button-wrapper button.back:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6.353px;
    height: 9.423px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.353' height='9.423' viewBox='0 0 6.353 9.423'%3E%3Cpath d='M7.075,0,4,3.07.935,0,0,.934,4,4.939l4-4.005Z' transform='translate(5.646 0.707) rotate(90)' fill='%039C54' stroke='%039C54' stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: transform 0.3s ease;
  }

  body.site-id-14.home .pk-submenu .back-button-wrapper button.back:hover:before,
  body.site-id-14.praktische-zaken-section .pk-submenu .back-button-wrapper button.back:hover:before {
    transform: translate(-3px, -50%);
  }

  body.site-id-14.home .pk-submenu .parent-page-link a,
  body.site-id-14.praktische-zaken-section .pk-submenu .parent-page-link a {
    color: #039C54 !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #039C54;
    position: relative;
    text-decoration: underline;
  }

  .pk-menu .menu .pk-menu-item {
    width: 100%;
    border-bottom: none;
  }
}

.pk-menu .menu .submenu-toggle {
  border: 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.353' height='9.423' viewBox='0 0 6.353 9.423'%3E%3Cpath id='Path_779' data-name='Path 779' d='M7.075,0,4,3.07.935,0,0,.934,4,4.939l4-4.005Z' transform='translate(5.646 0.707) rotate(90)' fill='%23039c54' stroke='%23039c54' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 1em;
}

.pk-menu ul.menu li:not(.menu-button) a {
  text-decoration: none;
  color: black;
}

.pk-menu .pk-submenu {
  min-width: max-content;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pk-page header .pk-header-wrapper {
  margin-left: 0;
  padding-left: 0;
}

@media only screen and (min-width: 1261px) {
  .pk-page header .pk-header-wrapper {
    justify-content: flex-start;
  }

  .site-id-1.home .pk-page header.header-scrolled a,
  .site-id-1.praktische-zaken-section .pk-page header.header-scrolled a {
    color: #BEE6EF !important;
  }
}

@media only screen and (max-width: 1261px) {

  body.site-id-1.home .pk-page .pk-menu .menu,
  body.site-id-1.praktische-zaken-section .pk-page .pk-menu .menu {
    background: #BEE6EF !important;
  }

  body.site-id-14:not(.home):not(.praktische-zaken-section) .pk-menu .menu,
  body.site-id-14:not(.home):not(.praktische-zaken-section) .pk-submenu {
    background-color: #E5D8FC !important;
  }

  body.site-id-14:not(.home):not(.praktische-zaken-section) .pk-submenu .back-button-wrapper {
    background-color: #F2EDFF !important;
  }


  .pk-page .menu a {
    font-size: 14px !important;
  }

  .pk-menu .pk-submenu {
    padding-top: 20px !important;
    margin-top: 0;
  }

  .pk-menu .menu {
    padding: var(--pk-site-gutter) !important;
    margin-top: var(--pk-header-height) !important;
    width: 100vw !important;
    height: 100svh !important;
    position: absolute !important;
    inset: 0 !important;
    overflow: clip !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    z-index: 3 !important;
    background-color: var(--pk-page-bg-color) !important;
  }
}

.pk-page header {
  background: transparent;
}

.pk-page header .pk-header-wrapper .menu {
  padding-left: 0;
  padding-inline: 0;
  padding-bottom: 0;
}

.home .pk-page .menu a,
.praktische-zaken-section .pk-page .menu a {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-id-1.home .pk-page .menu .pk-menu-item a,
.site-id-1.praktische-zaken-section .pk-page .menu .pk-menu-item a {
  color: #039C54;
}

.site-id-14.home .pk-page .menu .pk-menu-item a,
.site-id-14.praktische-zaken-section .pk-page .menu .pk-menu-item a {
  color: #039C54;
}

.pk-page .pk-menu #pk-menu-list .pk-menu-item a {
  position: relative;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  /* display: inline-block; */
}

/* Maakt submenu's  */
.pk-page .pk-menu .pk-menu-item.has-submenu::before {
  content: '';
  position: absolute;
  inset: 0;
  height: auto;
  width: auto;
  z-index: 2;

}


.pk-page .pk-menu #pk-menu-list .pk-submenu-wrapper {
  margin: 0 auto;
}

.pk-page .pk-menu #pk-menu-list .pk-submenu .pk-menu-item {
  padding: 18px 20px;
}

.pk-page .pk-menu #pk-menu-list .pk-submenu .pk-menu-item a {
  width: 100%;
  font-size: 12px;
  margin: 0 !important;
}

.pk-page .pk-menu #pk-menu-list .pk-menu-item a::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  bottom: -5px;
  background: #fff;
  transform-origin: left;
  height: 3px;
  transform: scaleX(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.site-id-1.home .pk-page .pk-menu #pk-menu-list .pk-menu-item a::before,
.site-id-1.praktische-zaken-section .pk-page .pk-menu #pk-menu-list .pk-menu-item a::before {
  background: #BEE6EF;
}

.site-id-14.home .pk-page .pk-menu #pk-menu-list .pk-menu-item a::before,
.site-id-14.praktische-zaken-section .pk-page .pk-menu #pk-menu-list .pk-menu-item a::before {
  background: #FBFE67;
}


.site-id-1:not(.home):not(.praktische-zaken-section) .pk-page .pk-menu #pk-menu-list .pk-menu-item a::before {
  background: #FFCCDD;
}

.site-id-14:not(.home):not(.praktische-zaken-section) .pk-page .pk-menu #pk-menu-list .pk-menu-item a::before {
  background: #E0D1FC;
}

.site-id-1.home .pk-page header.header-scrolled,
.site-id-1.praktische-zaken-section .pk-page header.header-scrolled {
  background: #039C54;
}

.site-id-14.home .pk-page header.header-scrolled,
.site-id-14.praktische-zaken-section .pk-page header.header-scrolled {
  background: #039C54;
}

/* 
.site-id-1.home .pk-page header.header-scrolled a,
.site-id-1.praktische-zaken-section .pk-page header.header-scrolled a{
  color:#BEE6EF !important;
} */

.site-id-1.praktische-zaken-section .pk-page header {
  background: #039C54;
}

.site-id-14.praktische-zaken-section .pk-page header {
  background: #039C54;
}


.site-id-1.praktische-zaken-section .pk-page header a {
  color: #BEE6EF !important;
}

.site-id-14.praktische-zaken-section .pk-page header a {
  color: #FBFE67 !important;
}


.site-id-1:not(.home):not(.praktische-zaken-section) .pk-page header {
  background: #F55B1D;
}

.site-id-14:not(.home):not(.praktische-zaken-section) .pk-page header {
  background: #F55B1D;
}

.site-id-1:not(.home):not(.praktische-zaken-section) .pk-page .menu .pk-menu-item a {
  color: #FFCCDD;
}

.site-id-14:not(.home):not(.praktische-zaken-section) .pk-page .menu .pk-menu-item a {
  color: #E0D1FC;
}

.pk-page .pk-menu .pk-menu-item.has-submenu:has(.current-menu-item)>a::before,
.pk-page .pk-menu #pk-menu-list .pk-menu-item a:hover::before,
.pk-page .pk-menu #pk-menu-list .pk-menu-item a:focus::before,
body .pk-page .pk-menu #pk-menu-list .pk-menu-item.current-menu-item a::before {
  transform: scaleX(1) !important;
  transform-origin: left;
}

.pk-footer {
  padding-inline: var(--pk-site-gutter);
}

.pk-button,
.praktische-zaken-section .pk-button {
  background-color: #F55B1D;
  padding: 22px 26px;
  border-radius: 0px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.home .pk-button:hover,
.praktische-zaken-section .pk-button:hover {
  background-color: #F55B1D;
}

.home .pk-button:active,
.praktische-zaken-section .pk-button:active {
  background-color: #F55B1D;
}

.home .pk-button span,
.praktische-zaken-section .pk-button span {
  color: #FFD8E8;
}

.site-id-14.home .pk-button span,
.site-id-14 .praktische-zaken-section .pk-button span {
  color: #E0D1FC;
}

body:not(.home):not(.praktische-zaken-section) .pk-button {
  background-color: #F55B1D;
  padding: 22px 26px;
  border-radius: 0px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

body:not(.home):not(.praktische-zaken-section) .pk-button:hover {
  background-color: #F55B1D;
}

body:not(.home):not(.praktische-zaken-section) .pk-button:active {
  background-color: #F55B1D;
}

body:not(.home):not(.praktische-zaken-section) .pk-button span {
  color: #FEB2CE;
}

button {
  font-family: var(--pk-text-font-family);
}

.pk-page-content h1,
.pk-page-content h2,
.pk-page-content h3,
.pk-page-content h4,
.pk-page-content h5,
.pk-page-content h6 {
  margin-top: 0rem;
  margin-bottom: 1rem;
}

.pk-page-content p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.praktische-zaken-section .pk-page-content a:not(.pk-button) {
  text-decoration: underline;
  color: #039C54;
}

.praktische-zaken-section .pk-page-content a:not(.pk-button):hover {
  text-decoration: none;
}

.home .pk-page-content a:not(.pk-button) {
  text-decoration: underline;
  color: #039C54;
}

.home .pk-page-content a:not(.pk-button):hover {
  text-decoration: none;
}

.pk-page-content ul,
.pk-page-content ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 1.1rem;
}

.pk-page-content li {
  margin-bottom: 0.5rem;
}

.pk-page-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pk-page-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.pk-page-content th,
.pk-page-content td {
  padding: 0.75rem 1rem;
  border: 1px solid #e0e0e0;
  text-align: left;
}

.pk-page-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
}

.pk-page-content hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 2rem 0;
}



@media (max-width: 767px) {

  .pk-page-content ul,
  .pk-page-content ol {
    padding-left: 1.1rem;
  }
}

.sidebar {
  padding: var(--pk-row-spacing);
  border-radius: 5px;
}

.gallery-item,
.image {
  border-radius: 5px;
  overflow: hidden;
}

body dialog {
  border-radius: 10px;
}

body dialog h3 {
  margin-bottom: 1rem;
}

.faq-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background-color: #f1f1f1;
  border-radius: 5px;
}

.faq-item .faq-title {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  margin: 0;
  gap: 1rem;
  font-size: var(--pk-text-desktop-font-size);
  outline: unset;
  border: 0px;
  border-radius: 5px;
  background-color: #eaeaea;
}

.faq-item .faq-title .open-icon,
.faq-item .faq-title .close-icon {
  flex-shrink: 0;
}

.faq-item:not(.active) .close-icon {
  display: none;
}

.faq-item.active .open-icon {
  display: none;
}

.faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  padding-inline: 1.5rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.faq-item.active .faq-content {
  padding-block: 1rem;
  grid-template-rows: 1fr;
}

.faq-item .faq-inner {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .faq-item .faq-title {
    padding: 1rem;
  }

  .faq-item .faq-content {
    padding-inline: 1rem;
  }

  .faq-item .faq-title {
    font-size: var(--pk-text-mobile-font-size);
  }
}

.home .pk-footer,
.praktische-zaken-section .pk-footer {
  background: #039C54;
  color: #ffffff;
  padding: 5rem 0 3rem;
  font-size: 0.95rem;
}

body:not(.home):not(.praktische-zaken-section) .pk-footer {
  background: #F55B1D;
  color: #ffffff;
  padding: 5rem 0 3rem;
  font-size: 0.95rem;
}

.pk-footer-inner {
  padding-block: var(--pk-row-spacing);
  max-width: var(--pk-container-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /* gap: 3rem; */
  padding: 0 20px;
}

.top-footer-col {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

.pk-footer-logo {
  flex: 0 0 160px;
}

.pk-footer-logo img {
  max-width: 160px;
  height: auto;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(6, minmax(140px, 1fr));
  gap: 2rem;
  flex: unset !important;
}

.footer-col {
  line-height: 1.6;
}

.footer-col a,
.footer-contact-wrap {
  font-weight: var(--pk-text-font-weight);
}

.footer-col h4,
.footer-col strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}

.site-id-1.home .footer-col a,
.site-id-1.home .praktische-zaken-section .footer-col a {
  color: #BEE6EF;
  text-decoration: none;
}

.site-id-14.home .footer-col a,
.site-id-14.home .praktische-zaken-section .footer-col a {
  color: #FBFE67;
  text-decoration: none;
}

body.site-id-14:not(.home):not(.praktische-zaken-section) .footer-col a {
  color: #FFCCDD;
  text-decoration: none;
}

.footer-col a:hover {
  text-decoration: underline;
}

.site-id-1.home footer .footer-columns,
.site-id-1.home .footer-columns p,
.site-id-1.home .footer-columns a,
.site-id-1.praktische-zaken-section footer .footer-columns,
.site-id-1.praktische-zaken-section footer .footer-columns p,
.site-id-1.praktische-zaken-section footer .footer-columns a {
  font-size: 12px;
  color: #BEE6EF;
}

.site-id-14.home footer .footer-columns,
.site-id-14.home .footer-columns p,
.site-id-14.home .footer-columns a,
.site-id-14.praktische-zaken-section footer .footer-columns,
.site-id-14.praktische-zaken-section footer .footer-columns p,
.site-id-14.praktische-zaken-section footer .footer-columns a {
  font-size: 12px;
  color: #FBFE67;
}


.site-id-1 footer .footer-contact-wrap a,
body.site-id-1:not(.home):not(.praktische-zaken-section) footer .footer-columns,
body.site-id-1:not(.home):not(.praktische-zaken-section) footer .footer-columns p,
body.site-id-1:not(.home):not(.praktische-zaken-section) footer .footer-columns a {
  font-size: 12px;
  color: #FFCCDD;
}

.site-id-1 footer .footer-columns h3 {
  color: #FFCCDD;
}

body.site-id-14:not(.home):not(.praktische-zaken-section) footer .footer-columns,
body.site-id-14:not(.home):not(.praktische-zaken-section) footer .footer-columns p,
body.site-id-14:not(.home):not(.praktische-zaken-section) footer .footer-columns a {
  font-size: 12px;
  color: #E0D1FC !important;
}

.site-id-1.home footer .footer-columns strong,
.site-id-1.praktische-zaken-section footer .footer-columns strong {
  font-size: 13px;
  color: #BEE6EF;
}

.site-id-14.home footer .footer-columns strong,
.site-id-14.praktische-zaken-section footer .footer-columns strong {
  font-size: 13px;
  color: #FBFE67;
}

body.site-id-1:not(.home):not(.praktische-zaken-section) footer .footer-columns strong {
  font-size: 13px;
  color: #FFCCDD;
}

body.site-id-14:not(.home):not(.praktische-zaken-section) footer .footer-columns strong {
  font-size: 13px;
  color: #E0D1FC;
}

.footer-columns .footer-col:nth-child(2) {
  margin-left: auto;
}

.center-footer-col {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  margin-top: 60px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.25);
  gap: 2rem;
  flex-wrap: wrap;
}

.site-id-14.home .center-footer-col,
.site-id-14.praktische-zaken-section .center-footer-col {
  border-top: 0.5px solid rgba(251, 254, 103, 0.75) !important;
}

.socials-logo {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-socials {
  display: flex;
  align-items: center;
}

.footer-socials-list {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.footer-socials-list .footer-social-item {
  min-width: 34px;
}

.footer-social-item img {
  width: 34px;
  height: 34px;
  display: block;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.footer-social-item a:hover img {
  opacity: 1;
}

.footer-sub-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.site-id-1.home .footer-sub-logo-title,
.site-id-1.praktische-zaken-section .footer-sub-logo-title {
  font-size: 10px;
  color: #BEE6EF;
  width: 100%;
  margin: 0 0 4px 0;
  display: block;
  text-align: center;
}


.site-id-1:not(.home):not(.praktische-zaken-section) .footer-sub-logo-title {
  font-size: 10px;
  color: #FFCCDD;
  width: 100%;
  margin: 0 0 4px 0;
  display: block;
  text-align: center;
}

.site-id-1:not(.home):not(.praktische-zaken-section) .footer-sub-logo path {
  fill: #FFCCDD;
}


.site-id-14:not(.home):not(.praktische-zaken-section) .footer-sub-logo path {
  fill: #E0D1FC;
}


.site-id-14.home footer .footer-sub-logo-title,
.site-id-14.praktische-zaken-section footer .footer-sub-logo-title {
  font-size: 10px;
  color: #FBFE67;
  width: 100%;
  margin: 0 0 4px 0;
  display: block;
  text-align: center;
}

.site-id-14:not(.home) .footer-sub-logo-title {
  font-size: 10px;
  color: #E0D1FC;
  width: 100%;
  margin: 0 0 4px 0;
  display: block;
  text-align: center;
}

.footer-sub-logo img {
  height: auto;
  max-width: 120px;
}

.pk-footer-bottom-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
}

.pk-footer-nav .footer-bottom-menu {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
}

.footer-bottom-menu li a {
  font-size: 0.8rem;
  color: #E0D1FC;
  text-decoration: none;
}

.footer-bottom-menu li a:hover {
  text-decoration: underline;
}

.site-id-1.home footer .pk-footer-bottom-inner nav a,
.site-id-1.praktische-zaken-section footer .pk-footer-bottom-inner nav a {
  color: #BEE6EF;
}

.site-id-1:not(.home):not(.praktische-zaken-section) footer .pk-footer-bottom-inner nav a {
  color: #FFCCDD;
}

body .pk-submenu .pk-submenu-wrapper {
  gap: 0;
}

.site-id-1:not(.home):not(.praktische-zaken-section) .pk-footer-logo path {
  fill: #FFCCDD;
}


.site-id-1:not(.home):not(.praktische-zaken-section) .footer-social-item svg path:first-child {
  fill: #FFCCDD;
  /* stroke: #FFCCDD; */
}

.site-id-1:not(.home):not(.praktische-zaken-section) .footer-social-item svg path:last-child {
  fill: #F55B1D !important;
  /* stroke: #F55B1D !important; */
}

.site-id-1:not(.home):not(.praktische-zaken-section) .footer-social-item svg path {
  /* stroke: #F55B1D !important; */
  fill: #F55B1D;
}

/* .site-id-14:not(.home):not(.praktische-zaken-section) .pk-footer-logo svg{
  stroke: #E0D1FC;
} */

.site-id-14:not(.home):not(.praktische-zaken-section) .pk-footer-logo path {
  fill: #E0D1FC;
}


.site-id-14:not(.home):not(.praktische-zaken-section) .footer-social-item svg path:first-child {
  fill: #E0D1FC;
  /* stroke: #E0D1FC; */
}

.site-id-14:not(.home):not(.praktische-zaken-section) .footer-social-item svg path:last-child {
  fill: #F55B1D !important;
  /* stroke: #F55B1D !important; */
}

.site-id-14:not(.home):not(.praktische-zaken-section) .footer-social-item svg path {
  /* stroke: #E0D1FC !important; */
  fill: #E0D1FC;
}










.site-id-14.home footer .pk-footer-bottom-inner nav a,
.site-id-14.praktische-zaken-section footer .pk-footer-bottom-inner nav a {
  color: #FBFE67;
}

@media (max-width: 1200px) {
  .footer-columns {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1024px) {
  .top-footer-col {
    flex-direction: column;
    gap: 2.5rem;
  }

  .pk-footer-logo {
    flex: 0 0 auto;
  }

  .pk-footer-logo img {
    max-width: 180px;
  }

  .footer-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1.5rem;
  }

  .footer-columns .footer-col:nth-child(2) {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .pk-footer {
    padding: 4rem 0 2.5rem;
  }

  .center-footer-col {
    margin-top: 10px;
  }

  .footer-columns {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    justify-content: flex-start;
    align-items: flex-start;
    padding-block: 36px;
  }

  .footer-columns .footer-col {
    width: fit-content;
  }

  .center-footer-col {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .footer-socials-list {
    gap: 10px;
  }

  .socials-logo {
    width: 100%;
    justify-content: space-between;
    gap: 1.5rem;
  }

  .pk-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .pk-footer-nav .footer-bottom-menu {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .pk-footer-logo img {
    max-width: 160px;
  }

  .footer-col h4,
  .footer-col strong {
    font-size: 0.85rem;
  }

  .footer-col {
    font-size: 0.9rem;
  }

  .footer-sub-logo img {
    max-width: 100px;
  }
}

.home .pk-page .gform-body label,
.praktische-zaken-section .pk-page .gform-body label {
  color: #039C54;
  font-weight: 600;
  font-size: 18px !important;
}

body:not(.home):not(.praktische-zaken-section) .pk-page .gform-body label {
  color: #F55B1D;
  font-weight: 600;
  font-size: 18px !important;
}

body .pk-page .gform-body .ginput_container>input,
body .pk-page .gform-body .ginput_container>textarea {
  border-color: transparent;
  border-radius: 0;
}

body .pk-page .gform-body .ginput_container>input {
  line-height: 1.5 !important;
  padding: 35px 20px !important;
}

body .pk-page .gform-body .gfield--type-consent {
  width: 100%;
  display: flex;
  grid-column: span 9;
}

body .pk-page .gform-body .gfield--type-consent input {
  padding: unset !important;
  cursor: pointer;
}

body .pk-page .flex-content .gform-body .gfield--type-consent label {
  font-size: 13px !important;
  width: 100%;
  font-weight: 500;
}

body .pk-page .gform-body .ginput_container>input::placeholder,
body .pk-page .gform-body .ginput_container>textarea::placeholder {
  color: #ACACAC;
}

body .pk-page .gform-body .gform_fields {
  gap: 30px !important;
}

body .pk-page .gform-body .ginput_container.ginput_container_consent {
  width: 100%;
  grid-column: 3/9 !important;
  display: flex;
  align-items: center;
}

body .pk-page #field_submit {
  width: 100%;
  grid-column: span 3;
  justify-content: flex-end;
  margin: 0 auto;
}

.home .pk-page #field_submit input,
.praktische-zaken-section .pk-page #field_submit input {
  background-color: #F55B1D;
  padding: 12px 16px !important;
  border-radius: 0px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: #BEE6EF;
  font-family: var(--pk-text-font-family);
}

.home .pk-page #field_submit input:hover,
.praktische-zaken-section .pk-page #field_submit input:hover {
  background-color: #F55B1D;
}

.home .pk-page #field_submit input:active,
.praktische-zaken-section .pk-page #field_submit input:active {
  background-color: #F55B1D;
}

body:not(.home):not(.praktische-zaken-section) .pk-page #field_submit input {
  background-color: #F55B1D;
  padding: 22px 27px;
  border-radius: 0px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: #FEB2CE;
  font-family: var(--pk-text-font-family);
}

body:not(.home):not(.praktische-zaken-section) .pk-page #field_submit input[type='submit'] {
  text-transform: uppercase;
  font-weight: 750;
  letter-spacing: 0px;
  font-size: 20px;
}

body .pk-page .gform_fields .gfield_label {
  gap: 3px;
  font-weight: 650;
}

body .pk-page .gform_fields .gfield_required .gfield_required {
  font-size: 18px;
  color: inherit;
}

body .pk-page .gform_heading .gform_required_legend {
  display: none;
}



body:not(.home):not(.praktische-zaken-section) .pk-page #field_submit input:hover {
  background-color: #F55B1D;
}

body:not(.home):not(.praktische-zaken-section) .pk-page #field_submit input:active {
  background-color: #F55B1D;
}

@media (max-width: 1300px) {
  body .pk-page #field_submit {
    grid-column: span 3;
  }
}

.pk-team-grid {
  display: grid;
  grid-template-columns: 2fr;
  gap: 20px;
  margin: 40px 0;
}

.pk-team-lid {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pk-team-lid__image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.pk-team-lid__image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.pk-team-lid__content {
  padding: 20px 0;
}

.home .pk-page .pk-team-lid__naam,
.praktische-zaken-section .pk-page .pk-team-lid__naam {
  font-size: 18px;
  font-weight: 700;
  color: #039C54;
  margin-bottom: 0px;
}

.home .pk-team-lid__functie,
.praktische-zaken-section .pk-team-lid__functie {
  font-size: 15px;
  font-weight: 600;
  color: #039C54;
}

.home .pk-team-lid__text,
.praktische-zaken-section .pk-team-lid__text {
  font-size: 15px;
  line-height: 1.6;
  color: #039C54;
  font-weight: 400;
}

body:not(.home):not(.praktische-zaken-section) .pk-page .pk-team-lid__naam {
  font-size: 18px;
  font-weight: 700;
  color: #F55B1D;
  margin-bottom: 0px;
}

body:not(.home):not(.praktische-zaken-section) .pk-team-lid__functie {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #F55B1D;
  margin-bottom: 1em;
}

body:not(.home):not(.praktische-zaken-section) .pk-team-lid__text {
  font-size: 14px;
  line-height: 1.6;
  color: #F55B1D;
  font-weight: 400;
}

.pk-team-lid__text p {
  margin-bottom: 15px;
}

.pk-team-lid__text p:last-child {
  margin-bottom: 0;
}

@media (min-width: 0px) {
  .pk-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (min-width: 1200px) {
  .pk-team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
























/* Hero titles - only for site ID 14 and above 993px */
.hero-titles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
}

@media (min-width: 993px) {
  .hero-titles {
    display: block;
  }
}

.hero-title {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease forwards;
}

.hero-title-1 {
  top: 15%;
  left: 8%;
  animation-delay: 0.3s;
}

.hero-title-2 {
  top: 65%;
  left: 38%;
  animation-delay: 0.5s;
}

.hero-title-3 {
  top: 12%;
  right: 38%;
  animation-delay: 0.7s;
}

.hero-title-4 {
  top: 18%;
  right: 8%;
  animation-delay: 0.9s;
}

.hero-title .swirl-container {
  opacity: 0;
  transform: scale(0.8);
  animation: fadeInScale 0.6s ease forwards;
  margin-bottom: -10px;
}

.hero-title-1 .swirl-container {
  animation-delay: 0.2s;
}

.hero-title-2 .swirl-container {
  animation-delay: 0.4s;
}

.hero-title-3 .swirl-container {
  animation-delay: 0.6s;
}

.hero-title-4 .swirl-container {
  animation-delay: 0.8s;
}

.hero-title .swirl-container svg {
  width: 80px;
  height: auto;
  display: block;
}

.hero-title .title-text {
  font-family: 'Caveat', cursive;
  font-size: 18px;
  line-height: 1.3;
  color: #010407;
  max-width: 160px;
  text-align: center;
}

.hero-title.hero-title-1 {
  display: flex;
  flex-direction: column-reverse;
}

.hero-title.hero-title-1 .title {
  display: flex;
  flex-direction: column-reverse;
}

.hero-title.hero-title-1 .title-text {
  margin-bottom: 10px;
}


.hero-title.hero-title-2 .title-text {
  margin-top: 20px;
}

.hero-title.hero-title-1 .swirl-container {
  rotate: 180deg;
}

.hero-title.hero-title-3 {
  display: flex;
  flex-direction: column-reverse;
}

.hero-title.hero-title-3 .swirl-container {
  rotate: 180deg;
}

.hero-title.hero-title-3 .title-text {
  margin-bottom: 10px;
}

.hero-title.hero-title-4 .title-text {
  margin-top: 20px;
}




/* Animations */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1024px) {
  .hero-titles {
    display: none;
  }
}

@media (max-width: 1200px) {
  .hero-title .swirl-container svg {
    width: 70px;
  }

  .hero-title .title-text {
    font-size: 16px;
    max-width: 120px;
  }
}


.praktische-zaken-section .pk-header-wrapper {
  align-items: stretch;
}

.praktische-zaken-section .pk-header-wrapper>nav {
  padding-left: 0;
}

.praktische-zaken-section .menu-terug-knop {
  background: #026838;
  padding: 0px 30px !important;
  text-decoration: none;
  align-self: stretch;
}

.praktische-zaken-section .menu-terug-knop>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.praktische-zaken-section .text-with-icon {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: center;
  line-height: 1;
}

.praktische-zaken-section #pk-menu-list {
  height: 100%;
}

.praktische-zaken-section .menu-terug-knop svg {
  transition: .2s all ease-in-out;
}

.praktische-zaken-section .menu-terug-knop:hover svg {
  translate: -3px;
}

.site-id-1 .text-with-icon path {
  stroke: #BEE6EF !important;
}