/*
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
*/
:root{
  --max-width: 1920px;
}

html {
	scroll-behavior: smooth;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* SPEED OPTIMIZATIONS */
  /* Layout Shift Prevention - CLS Optimization */
  img {
    max-width: 100%;
    height: auto;
    /* Preserve aspect ratio to prevent layout shifts */
    aspect-ratio: attr(width) / attr(height);
  }

  img[width][height] {
    /* Browser calculates aspect-ratio from width/height attributes */
    aspect-ratio: auto;
  }

  /* Ensure hero images maintain aspect ratio */
  .hero-bg {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

/* HEADER */
.pk-menu .menu .submenu-toggle{
  border: 0px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L6.75 6.75L12.75 0.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  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: #312019;
}
.pk-menu .pk-submenu{
  min-width: 200px;
}

body header .pk-menu #pk-menu-list.menu .pk-submenu-wrapper a {
  color: #312019;
}


.bg-groen h2,
.bg-groen h3,
.bg-groen h4,
.bg-groen h5,
.bg-groen h6{
  color:#fff;
}

/* Font weight fix voor gevulde content met spans fontweight */
.pk-page .cac-wysiwyg span[style*="font-weight"],
.pk-page .gt-tekst span[style*="font-weight"] {
  font-weight: inherit !important;
}


/* BUTTONS */
.pk-button{
  background-color: black;
  padding: 15px 20px;
  border-radius: 100px;
  text-align: center; justify-content: center;
  transition: background-color 0.3s ease;
}
.pk-button:hover{
  background-color: #333;
}
.pk-button:active{
  background-color: #222222;
}
.pk-button span{
  color: white;
}
button{
  font-family: var(--pk-text-font-family);
}

.pk-page{
  overflow: clip;
}

.flex-content:first-child .pk-row:first-child {
  padding-top: 14vh;
}

.bg-gradient-top-sand_light .pk-row .breadcrumb {
  background: #F7F5F2;
}

.pk-row .breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.30);
  width:fit-content;
  padding: 8px 16px;
  margin-bottom: -20px;
  gap:8px;
}

.pk-row .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  color: var(--Tekstkleur, #312019);
  font-style: normal;
  font-weight: 350;
  letter-spacing: -0.28px;
  gap: 3px;
}

.breadcrumb-item a {
  text-decoration: none;
}

.breadcrumb-item:last-child {
  opacity: 0.6;
}

.flex-content.bg-groen .pk-row .breadcrumb{
  border-radius: 5px;
  background: #123033;
}

.flex-content.bg-groen .pk-row .breadcrumb .breadcrumb-item {
  color: #ffff;
}

/* .flex-content.bg-groen .pk-row .breadcrumb svg{
  stroke: #fff;
} */

.flex-content.bg-groen .pk-row .breadcrumb path{
  fill:#fff;
}

.flex-content.bg-groen .pk-row .breadcrumb a{
  color:#fff;
  text-decoration: none;
}

.flex-content.bg-groen .pk-row .breadcrumb span{
  opacity: 0.5;
}
.flex-content.bg-groen .pk-row .breadcrumb a span{
  opacity: 1;
}

.flex-content.bg-groen .pk-row .breadcrumb li::after{
  opacity: 0.5;
}

.flex-content.bg-groen .pk-row .breadcrumb li:first-child::after{
  opacity: 1;
}

.flex-content:last-child {
  padding-bottom: 100px;
}

/* DEFAULTS PAGE-CONTENT */
.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;
}
.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: 992px) {
  .flex-content:first-child .pk-row:first-child {
    padding-top: 120px;
  }

  .flex-content * {
    aspect-ratio: unset !important;
  }
}

@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;
}
/* OPTIONAL, NO MARGIN 1 PARAGRAPH */
/* p:only-child,
p:last-child {
    margin: 0;
} */

/* OPTIONAL, NO MARGIN TOP EXEPT FIRST ROW */
/* .flex-content > .flex-layout:not(:first-child) > .pk-row {
	padding-top: 0;
} */

/* DIALOG */
body dialog{
  border-radius: 10px;
}
body dialog h3{
  margin-bottom: 1rem;
}


.pk-page a {
  color: currentColor;
}

.pk-page a:not(.pk-button):hover,
.pk-page a:not(.pk-button):focus,
.pk-page a:not(.pk-button):active{
  color: currentColor;
  text-decoration: none;
}

body .pk-button{
  border-radius:1000px;
  text-decoration: none;
  color:#fff;
  width:fit-content;
}

body .pk-button-text{
  letter-spacing: -0.36px;
}

body .pk-button.arrow{
  gap: 16px;
  justify-content: space-between;
    width:fit-content;
}

.pk-page .btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	background: var(--Rust, #8C3E12);
	color: #ffffff;
	padding: 19px 36px;	
	border-radius: 1000px;
	font-family: var(--pk-button-font-family, inherit);
	font-weight: 350;
	text-decoration: none;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
	line-height: 1;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
background: var(--Rust, #b3521c);
}

.pk-button.arrow svg{
	  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.pk-button.arrow:hover svg,
.pk-button.arrow:active svg,
.pk-button.arrow:focus svg{
	transform:translateX(5px);
}


.btn-ghost {
	display: inline-flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(5px);
	color: #ffffff;
	padding: 19px 36px;
	border-radius: 1000px;
	font-family: var(--pk-button-font-family, inherit);
	font-size: 18px;
	font-weight: 350;
	text-decoration: none;
	transition: background 0.25s ease, border-color 0.25s ease;
	line-height: 1;
	letter-spacing: -0.36px;
}

.btn-ghost:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.6);
}

.btn-white {
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	background: #ffffff;
	color: var(--Tekstkleur, #312019);
	padding: 19px 36px;
	border-radius: 1000px;
	font-family: var(--pk-button-font-family, inherit);
	font-size: 18px;
	font-weight: 350;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	line-height: 1;
	letter-spacing: -0.36px;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
	background: #ffffff;
}

.btn-white span{
  	color: var(--Tekstkleur, #312019);
}

.btn-transparent {
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	background: transparent;
	color: var(--Tekstkleur, #312019);
	padding: 19px 0px;
	border-radius: 1000px;
	font-family: var(--pk-button-font-family, inherit);
	font-size: 18px;
	font-weight: 350;
	text-decoration: none;
	transition: background 0.25s ease;
	line-height: 1;
	letter-spacing: -0.36px;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
	background: transparent;
}

.btn-transparent span {
	color: var(--Tekstkleur, #312019);
}

.bg-groen .btn-transparent,
.bg-gradient-bottom-groen .btn-transparent{
  color:#fff;
}

.bg-groen .btn-transparent span,
.bg-gradient-bottom-groen .btn-transparent span{
  color:#fff;
}

.bg-groen  .btn-transparent path,
.bg-gradient-bottom-groen .btn-transparent path{
  stroke:#fff;
}

body .pk-button.arrow-onder {
	gap: 16px;
	justify-content: space-between;
}

.pk-button.arrow-onder svg {
	transition: all 0.3s ease-in-out;
}

.pk-button.arrow-onder:hover svg,
.pk-button.arrow-onder:active svg,
.pk-button.arrow-onder:focus svg {
	transform: translateY(5px);
}

body .titel-streepje{
  display: block;
  width:30px;
  height:1px;
  margin-bottom:0;
}

body .titel-streepje.rood{
  background:#312019;
}

body .bg-groen .cac-content .titel-streepje.rood {
  background: var(--pk-text-color);
}

body .bg-groen  .titel-streepje.rood{
  background: #FFF
}

body .titel-streepje.wit{
  margin: 0;
  background:#fff;
  color:#fff;
  margin-bottom:0;
}

.subtitel {
  display: flex;
  align-items: center;
  gap:17px;
}

.subtitel .subtitel {
  opacity: 0.5;
  margin-bottom:0;
}

.subtitel.wit{
  color:#fff;
  margin-bottom:0;
}


/* CTA PILL */
.pk-cta-pill {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.90);
	backdrop-filter: blur(10px);
 
	padding: 
    max(.5rem, calc(.5 * var(--su)))
    max(.7rem, calc(1 * var(--su)))
    max(.5rem, calc(.5 * var(--su)))
    max(.5rem, calc(.5 * var(--su)));
	text-decoration: none;
	color: inherit;
	transition: opacity 0.2s ease;
  width: 100%;
  max-width: fit-content;
}
/* .pk-cta-pill:hover {
	opacity: 0.85;
} */

.pk-cta-pill__avatar {
	display: flex;
	align-items: center;
  border-radius: 165px;
  background: var(--White, #FFF);
  box-shadow: 0 6.636px 49.766px 0 rgba(66, 76, 150, 0.05);
  padding:4.6px;
}
.pk-cta-pill__img {
	width: max(2.5rem, calc(3.5 * var(--su)));
	height: max(2.5rem, calc(3.5 * var(--su)));
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
  margin-left:-15px;
}

.pk-cta-pill svg{
	width: max(2.5rem, calc(3.5 * var(--su)));
	height: max(2.5rem, calc(3.5 * var(--su)));
	flex-shrink: 0;
}


.pk-cta-pill__content {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.pk-cta-pill__tekst {
  color: var(--Tekstkleur, #312019);  
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.36px;
}
.pk-cta-pill__label {
  color: var(--Tekstkleur, #312019);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.36px;
}
.pk-cta-pill__arrow path{
	flex-shrink: 0;
	transition: transform 0.2s ease;
}
.pk-cta-pill:hover .pk-cta-pill__arrow path{
	transform: translateX(3px);
}

/* RIJ ACHTERGROND KLEUREN */
.flex-content.bg-wit        { background-color: #ffffff; }
.flex-content.bg-sand       { background-color: #EAE5DF; }
.flex-content.bg-sand_light { background-color: var(--Sand-light, #F7F5F2); }
.flex-content.bg-groen      { background-color: #0B2A2D; }

/* RIJ EMBLEEM */
.flex-content.has-embleem {
  position: relative;
}

.flex-content.has-embleem::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2026/03/rij-bg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  opacity: 0.1;
}

.flex-content.has-embleem > * {
  position: relative;
  z-index: 1;
}

.mouse_follower{
  position: absolute;
  z-index: 10;
  top: 0; left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

[data-follower]{
  position: relative !important;
  overflow: visible !important;
  cursor: grab;
}

.mouse_follower.is-active{
  opacity: 1;
}

@media screen and (max-width: 1300px) {
    .pk-page header .pk-menu .hamburger {
        display: flex;
        flex-direction: column;
        gap: .35em;
        align-items: center;
        justify-content: center;
        width: fit-content;
        height: auto;
        aspect-ratio: 1;
        margin-left: auto;
        position: relative;
        z-index: 5;
        appearance: none;
        background: transparent;
        border: none;
        transition: gap 250ms ease-out;
    }

    

    .pk-page header .pk-menu {
        position: static;
        padding: 20px;
        padding-right: 0;
    }

    .pk-page header .pk-menu .menu {
        width: 100vw;
        height: calc(100dvh - var(--pk-header-height));
        position: absolute;
        inset: 0;
        top: var(--pk-header-height);
        overflow: clip;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: start;
        z-index: 3;
        background: #F7F5F2;
        padding-inline: 1.5rem;
    }


    .pk-page header .pk-menu .menu:not(.open):not(.is_animating) {
        display: none;
    }

    .pk-page header .pk-menu-item.has-submenu {
        position: static;
    }

    .pk-page header .pk-menu .pk-submenu {
        inset: 0;
        top: 0;
        width: 100vw;
        height: 100dvh;
        position: absolute;
        z-index: 4;
        opacity: 1;
        background: #F7F5F2;
        overflow: clip;
        padding-top: 2rem;
        padding-bottom: 1.5rem;
    }

    .pk-page header .pk-menu .pk-submenu.open {
        pointer-events: all;
        overflow: auto;
    }

    .pk-page .header-wrapper {
        overflow-x: clip;
    }
}

@media screen and (max-width: 992px) {
  body .pk-button.arrow{
    justify-content: center;
  }
}


.pk-page .hc-layout .gfield textarea,
.pk-page .hc-layout .gfield input:not(input[type="checkbox"]){
  border-radius: 3px;
  border: 1px solid rgba(49, 32, 25, 0.20);
  background:#F7F5F2;
  padding-top:calc(1.3 * var(--su));
  padding-bottom:calc(1.3 * var(--su));
  padding-left:calc(1.5 * var(--su));
  padding-right:calc(1.5 * var(--su));
  color: var(--Tekstkleur, #312019);
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.36px;
}



/* Vliegende labels */
.pk-page .gform_wrapper .gfield {
    position: relative;
}

.pk-page .gfield_required {
display: none !important;
}

.pk-page .gform_wrapper .gfield--input-type-text .gfield_label,
.pk-page .gform_wrapper .gfield--type-text .gfield_label,
.pk-page .gform_wrapper .gfield--input-type-email .gfield_label,
.pk-page .gform_wrapper .gfield--type-email .gfield_label,
.pk-page .gform_wrapper .gfield--input-type-tel .gfield_label,
.pk-page .gform_wrapper .gfield--type-phone .gfield_label,
.pk-page .gform_wrapper .gfield--type-textarea .gfield_label {
    position: absolute;
    color: var(--Tekstkleur, #312019);
    font-style: normal;
    font-weight: 350;
    line-height: 1.4;
    letter-spacing: -0.36px;
    font-size: max(0.875rem, calc(0.875 * var(--su))) !important;
    left: max(1rem, calc(1 * var(--su)));
    top: 50%;
    translate: 0 -50%;
    margin: 0;
    padding: 0;
    pointer-events: none;
    transition: all .6s cubic-bezier(.2,1,.22,1);
    background-color: transparent;
    z-index: 2;
}

.pk-page .gform_wrapper .gfield--type-textarea .gfield_label {
    top: max(1rem, calc(1.5 * var(--su)));
    left: max(1rem, calc(1 * var(--su)));
    translate: 0 -50%;
}

.pk-page .gform_wrapper .gfield--input-type-text:focus-within .gfield_label,
.pk-page .gform_wrapper .gfield--type-text:focus-within .gfield_label,
.pk-page .gform_wrapper .gfield--input-type-email:focus-within .gfield_label,
.pk-page .gform_wrapper .gfield--type-email:focus-within .gfield_label,
.pk-page .gform_wrapper .gfield--input-type-tel:focus-within .gfield_label,
.pk-page .gform_wrapper .gfield--type-phone:focus-within .gfield_label,
.pk-page .gform_wrapper .gfield--type-textarea:focus-within .gfield_label,
.pk-page .gform_wrapper .gfield--input-type-text:has(input:not(:placeholder-shown)) .gfield_label,
.pk-page .gform_wrapper .gfield--type-text:has(input:not(:placeholder-shown)) .gfield_label,
.pk-page .gform_wrapper .gfield--input-type-email:has(input:not(:placeholder-shown)) .gfield_label,
.pk-page .gform_wrapper .gfield--type-email:has(input:not(:placeholder-shown)) .gfield_label,
.pk-page .gform_wrapper .gfield--input-type-tel:has(input:not(:placeholder-shown)) .gfield_label,
.pk-page .gform_wrapper .gfield--type-phone:has(input:not(:placeholder-shown)) .gfield_label,
.pk-page .gform_wrapper .gfield--type-textarea:has(textarea:not(:placeholder-shown)) .gfield_label {
    top: -0px;
    font-size: 0.875rem !important;
    background-color: #F7F5F2;
    border:unset !important;
    padding:0px 13px;
}


.pk-page .gform_wrapper input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    border:1px solid rgba(49, 32, 25, 0.20);
    border-radius: 0.25rem;
    margin: 0;
    box-shadow: none;
}



.pk-page .gform_wrapper input[type="checkbox"]:checked {
    background-color: #F7F5F2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none'%3E%3Cpath d='M3.59648 7.79238C3.41666 7.79238 3.29678 7.73244 3.17689 7.61256L0.179824 4.61549C-0.0599414 4.37572 -0.0599414 4.01607 0.179824 3.77631C0.41959 3.53654 0.779238 3.53654 1.019 3.77631L3.59648 6.35379L9.77045 0.179824C10.0102 -0.0599414 10.3699 -0.0599414 10.6096 0.179824C10.8494 0.41959 10.8494 0.779238 10.6096 1.019L4.01607 7.61256C3.89619 7.73244 3.77631 7.79238 3.59648 7.79238Z' fill='%238C3E12'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.pk-page .gform_wrapper input[type="checkbox"]:checked::before {
    color: #8C3E12 !important;
}

.pk-page .gform_wrapper input[type="checkbox"]:focus,
.pk-page .gform_wrapper input[type="checkbox"]:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-color: rgba(49, 32, 25, 0.20) !important;
}



.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  color: var(--Tekstkleur, #312019);
  font-size: 1rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.32px;
}

.pk-page .gform_wrapper input:focus,
.pk-page .gform_wrapper textarea:focus,
.pk-page .gform_wrapper select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: rgba(49, 32, 25, 0.20) !important;
  transition: none !important;
}


.pk-page .gform_fields {
  column-gap: 16px !important;
  row-gap: 16px !important;
}

.pk-page .gform-theme .gfield textarea.large {
  min-block-size: 14rem;
}


arcering {
  border-radius: 3px;
  background: var(--Sand, #EAE5DF);
  padding: 7px;
}


.pk-page .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px !important;
}
