@charset "UTF-8";
/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
@font-face {
  font-family: "PP Neue Montreal";
  src: url("fonts/NeueMontreal/PPNeueMontreal-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
body {
  background: #0a0a09;
}

.site-main {
  overflow: hidden;
}

.post,
.page {
  margin: 0;
}

.container {
  display: flex;
  max-width: calc(1440px + 2 * clamp(40px, clamp(40px, 5.5555555556vw, 80px), 80px));
  padding: 0 24px;
  margin: 0 auto;
  grid-gap: 24px;
}
@media (min-width: 576px) {
  .container {
    padding: 0 clamp(40px, 5.5555555556vw, 80px);
    margin: 0 auto;
    grid-gap: clamp(40px, 5.5555555556vw, 80px);
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: calc(100vw - 2 * clamp(40px, clamp(40px, 5.5555555556vw, 80px), 80px));
  }
}
.container.grid {
  display: grid;
}
.container.flex {
  display: flex;
}
.container.space-between {
  justify-content: space-between;
}
.container.center {
  align-items: center;
}
.container.d-column {
  flex-direction: column;
  grid-gap: clamp(20px, 2.7777777778vw, 40px);
}

html,
body {
  height: 100% !important;
}

.site-footer {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
  position: relative;
  z-index: 100;
  padding-bottom: calc(clamp(40px, 5.5555555556vw, 80px) * 2);
}
.site-footer #three-container {
  position: absolute;
  right: 0;
  top: calc(clamp(40px, 5.5555555556vw, 80px) * -4);
  pointer-events: none;
  z-index: 999;
}
@media (max-width: 767.98px) {
  .site-footer #three-container {
    display: none;
  }
}
.site-footer .container {
  padding: 0;
}
@media (min-width: 576px) {
  .site-footer .container {
    padding: 0 clamp(40px, 5.5555555556vw, 80px);
  }
}
.site-footer .container .column-wrapper {
  display: grid;
  width: 100%;
  grid-gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .site-footer .container .column-wrapper {
    grid-template-columns: 1fr 2fr;
  }
}
.site-footer .container .column-wrapper .column {
  color: #ffffff;
  width: 100%;
  display: grid;
  grid-gap: clamp(20px, 2.7777777778vw, 40px);
  grid-template-columns: 1fr;
}
@media (max-width: 767.98px) {
  .site-footer .container .column-wrapper .column {
    order: 2;
  }
}
.site-footer .container .column-wrapper .column .column-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
.site-footer .container .column-wrapper .column .column-inner.contact-details {
  padding-top: clamp(20px, 2.7777777778vw, 40px);
  justify-content: space-between;
}
.site-footer .container .column-wrapper .column .column-inner .footer-icon {
  padding-bottom: clamp(20px, 2.7777777778vw, 40px);
}
.site-footer .container .column-wrapper .column .column-inner h4 {
  color: #ffffff;
  margin-top: 0;
}
.site-footer .container .column-wrapper .column .column-inner .contact-address {
  padding-top: clamp(20px, 2.7777777778vw, 40px);
}
.site-footer .container .column-wrapper .column .column-inner .contact-address p {
  margin-bottom: 0;
  line-height: 175%;
  color: #ffffff;
  opacity: 0.7;
  font-size: 90%;
}
@media (min-width: 1200px) {
  .site-footer .container .column-wrapper .column .column-inner .contact-address p {
    font-size: 100%;
    line-height: 125%;
  }
}
.site-footer .container .column-wrapper .column .column-inner .contact-options p,
.site-footer .container .column-wrapper .column .column-inner .contact-address p {
  margin-bottom: 0;
  line-height: 175%;
  color: #ffffff;
  font-size: 90%;
  opacity: 0.7;
  text-align: center;
}
@media (min-width: 1200px) {
  .site-footer .container .column-wrapper .column .column-inner .contact-options p,
  .site-footer .container .column-wrapper .column .column-inner .contact-address p {
    font-size: 100%;
    line-height: 125%;
  }
}
.site-footer .container .column-wrapper .column .column-inner .contact-options p .contact-pre,
.site-footer .container .column-wrapper .column .column-inner .contact-address p .contact-pre {
  width: 16px;
  display: inline-block;
}
.site-footer .container .column-wrapper .column .column-inner .contact-socials {
  display: flex;
  justify-content: center;
  padding-top: clamp(20px, 2.7777777778vw, 40px);
  grid-gap: 16px;
}
.site-footer .container .column-wrapper .column .column-inner .contact-socials .social-link {
  width: 24px;
  height: 24px;
}
.site-footer .container .column-wrapper .column .column-inner .contact-socials .social-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-footer .container .column-wrapper .column .column-inner .contact-legals .legals {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 48px;
  display: flex;
  justify-content: center;
  grid-gap: 24px;
}
.site-footer .container .column-wrapper .column .column-inner .contact-legals .legals li a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer .container .column-wrapper .column .column-inner .contact-legals .copyright {
  opacity: 0.5;
  text-align: center;
}
@media (max-width: 767.98px) {
  .site-footer .container .column-wrapper .column.form {
    order: 1;
    padding: 24px;
  }
}
.site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form {
  display: block;
}
.site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .wpcf7-submit {
  margin-top: clamp(20px, 2.7777777778vw, 40px);
}
.site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap .wpcf7-form-control {
  margin-top: 0;
}
.site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap input, .site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap textarea {
  height: 120px;
  line-height: 90px;
  padding-top: 40px;
  vertical-align: middle;
  display: flex;
  -webkit-appearance: none;
  outline: none;
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap input::placeholder, .site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap textarea::placeholder {
  opacity: 1;
  font-size: 48px;
  -webkit-text-stroke: 0.5px #ffffff;
  color: #0a0a09;
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap input:focus, .site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap input:not(:placeholder-shown), .site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap textarea:focus, .site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap textarea:not(:placeholder-shown) {
  font-size: 24px;
  line-height: 24px;
  padding-top: 20px;
}
.site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap input:focus::placeholder, .site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap input:not(:placeholder-shown)::placeholder, .site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap textarea:focus::placeholder, .site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap textarea:not(:placeholder-shown)::placeholder {
  -webkit-text-stroke: 0 #ffffff;
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  opacity: 0.4;
}
.site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap textarea {
  padding-top: 20px;
}
.site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap textarea:focus, .site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap textarea:not(:placeholder-shown) {
  line-height: 32px;
  padding-top: 48px;
}
.site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap textarea:focus::placeholder, .site-footer .container .column-wrapper .column.form .footer-form .wpcf7 .wpcf7-form .form-group .wpcf7-form-control-wrap textarea:not(:placeholder-shown)::placeholder {
  line-height: 32px;
  opacity: 0.4;
}
.site-footer.form {
  padding-bottom: clamp(40px, 5.5555555556vw, 80px);
}
.site-footer.form .container {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: clamp(40px, 5.5555555556vw, 80px);
}
.site-footer.form .container .column-wrapper {
  grid-template-columns: 1fr;
}
.site-footer.form .container .column-wrapper .column .column-inner {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  grid-gap: clamp(40px, 5.5555555556vw, 80px);
}
@media (min-width: 768px) {
  .site-footer.form .container .column-wrapper .column .column-inner {
    flex-direction: row;
    grid-gap: 0;
  }
}
@media (min-width: 768px) {
  .site-footer.form .container .column-wrapper .column .column-inner .footer-icon {
    padding: 0;
    order: 1;
  }
}
@media (min-width: 768px) {
  .site-footer.form .container .column-wrapper .column .column-inner .contact-options {
    order: 3;
  }
}
.site-footer.form .container .column-wrapper .column .column-inner .contact-socials {
  padding: 0;
  order: 2;
}
.site-footer.form .container .column-wrapper .column .column-inner .contact-address {
  padding: 0;
  order: 3;
}
.site-footer.form .container .column-wrapper .column .column-inner .contact-address p {
  display: inline-block;
  padding: 0 8px;
}
.site-footer.form .container .column-wrapper .column .column-inner .contact-legals {
  order: 4;
  align-items: center;
  display: flex;
}
.site-footer.form .container .column-wrapper .column .column-inner .contact-legals .legals {
  padding: 0;
}

.wpcf7-not-valid-tip {
  color: #ecdca4;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.padding-top-large {
  padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 2) !important;
}

.padding-bottom-large {
  padding-bottom: calc(clamp(40px, 5.5555555556vw, 80px) * 2) !important;
}

.page-template-page-blocks-thank-you .site {
  min-height: 100vh;
}
.page-template-page-blocks-thank-you .site .site-main.thank-you {
  min-height: calc(100vh - 207px);
}
.page-template-page-blocks-thank-you .site .site-main.thank-you .hero.two-columns {
  min-height: calc(100vh - 207px);
}
.page-template-page-blocks-thank-you .site .site-footer.form {
  padding-top: 0 !important;
}

.wpcf7-response-output {
  margin: 0 !important;
  margin-top: 24px !important;
  background: #ecdca4;
  color: #0a0a09;
  padding: clamp(20px, 2.7777777778vw, 40px) !important;
  border: none !important;
}

html.menu-open {
  overflow: hidden;
  height: 100%;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
button,
.button {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ecdca4;
  border-radius: 0;
  display: inline-block;
  align-self: center;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  font-family: "PP Neue Montreal", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  position: relative;
}
@media (max-width: 575.98px) {
  button,
  .button {
    width: 100%;
    text-align: center;
  }
}
button .button__mask,
.button .button__mask {
  display: block;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  /* Motion accessibility */
}
button .button__mask .button__stack,
.button .button__mask .button__stack {
  display: flex;
  position: relative;
  flex-direction: column;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
button .button__mask .button__stack .button__text,
.button .button__mask .button__stack .button__text {
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
}
@media (prefers-reduced-motion: reduce) {
  button .button__mask .button__stack,
  .button .button__mask .button__stack {
    transition: none;
  }
}
button:hover,
.button:hover {
  background-color: #ecdca4;
  color: #0a0a09;
  cursor: pointer;
}
button:hover .button__stack,
.button:hover .button__stack {
  transform: translateY(-28px);
  color: #0a0a09;
}
button:focus-visible .button__stack,
.button:focus-visible .button__stack {
  transform: translateY(-28px);
}

.buttons-container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  grid-gap: 12px;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.wpcf7-form label {
  color: #ffffff;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  margin-top: 8px;
  width: 100%;
  display: flex;
  border-radius: 0;
  padding: 10px 12px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  outline: none;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px; /* match image width */
  height: 200px; /* match image height */
  pointer-events: none;
  z-index: 1;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}

.cursor__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.cursor__media.active {
  opacity: 1;
  transform: scale(1);
}

.artist-hover-fields {
  position: relative;
  z-index: 10;
}
.artist-hover-fields legend {
  text-shadow: #0a0a09 0 0 5px;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
a {
  color: #ecdca4;
}
a:visited {
  color: #ecdca4;
}
a:hover, a:focus, a:active {
  color: #ecdca4;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.arrow-link .arrow-container {
  width: 24px;
  height: 13px;
  position: relative;
  overflow: hidden;
}
.arrow-link .arrow-container .arrow {
  position: absolute;
  width: 24px;
  height: 13px;
  top: 0;
  transition: transform 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}
.arrow-link .arrow-container .arrow:first-child {
  right: 125%;
}
.arrow-link .arrow-container .arrow:last-child {
  right: 0;
}
.arrow-link .arrow-container.to-top {
  width: 100%;
  height: 100%;
}
.arrow-link .arrow-container.to-top .arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: transform 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}
.arrow-link .arrow-container.to-top .arrow:first-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.arrow-link .arrow-container.to-top .arrow:last-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%, 175%);
}
.arrow-link:hover .arrow-container .arrow:first-child {
  transform: translateX(125%);
  transition: transform 0.2s cubic-bezier(0.76, 0, 0.24, 1) 0.1s;
}
.arrow-link:hover .arrow-container .arrow:last-child {
  transform: translateX(100%);
  transition: transform 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}
.arrow-link:hover .arrow-container.to-top .arrow:first-child {
  transform: translate(-50%, -175%);
  transition: transform 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}
.arrow-link:hover .arrow-container.to-top .arrow:last-child {
  transform: translate(-50%, -50%);
  transition: transform 0.2s cubic-bezier(0.76, 0, 0.24, 1) 0.1s;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}
ul li {
  margin-bottom: 1em;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
p {
  margin-top: 4px;
  margin-bottom: 12px;
  line-height: 1.75;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "PP Neue Montreal", monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "PP Neue Montreal", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.text {
  color: #ffffff;
}
.text .animated {
  visibility: hidden;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  clear: both;
  font-family: "PP Neue Montreal", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}

h1 {
  font-size: clamp(48px, 32.2909090909px + 0.0436363636 * 100vw, 144px);
  margin-bottom: clamp(13.44px, 6.2138181818px + 0.0200727273 * 100vw, 57.6px);
}
@supports not (font-size: clamp(1px, 1vw, 2px)) {
  h1 {
    font-size: 48px;
    margin-bottom: 13.44px;
  }
}

h2 {
  font-size: clamp(29.66563146px, 19.9568793458px + 0.0269687559 * 100vw, 88.99689438px);
  margin-bottom: clamp(7.1197515504px, 3.0420756624px + 0.0113268775 * 100vw, 32.0388819768px);
}
@supports not (font-size: clamp(1px, 1vw, 2px)) {
  h2 {
    font-size: 29.66563146px;
    margin-bottom: 7.1197515504px;
  }
}

h3 {
  font-size: clamp(18.33436854px, 12.3340297451px + 0.0166676078 * 100vw, 55.00310562px);
  margin-bottom: clamp(3.666873708px, 1.3867449659px + 0.006333691 * 100vw, 17.6009937984px);
}
@supports not (font-size: clamp(1px, 1vw, 2px)) {
  h3 {
    font-size: 18.33436854px;
    margin-bottom: 3.666873708px;
  }
}

h4 {
  font-size: clamp(11.33126292px, 7.6228496007px + 0.0103011481 * 100vw, 33.99378876px);
  margin-bottom: clamp(1.8130020672px, 0.5521415386px + 0.0035023904 * 100vw, 9.5182608528px);
}
@supports not (font-size: clamp(1px, 1vw, 2px)) {
  h4 {
    font-size: 11.33126292px;
    margin-bottom: 1.8130020672px;
  }
}

h5 {
  font-size: clamp(7.00310562px, 4.7111801444px + 0.0063664597 * 100vw, 21.00931686px);
  margin-bottom: clamp(0.9804347868px, 0.3157763989px + 0.0018462733 * 100vw, 5.0422360464px);
}
@supports not (font-size: clamp(1px, 1vw, 2px)) {
  h5 {
    font-size: 7.00310562px;
    margin-bottom: 0.9804347868px;
  }
}

h6 {
  font-size: clamp(4.3281573px, 2.9116694563px + 0.0039346885 * 100vw, 12.9844718999px);
  margin-bottom: clamp(0.605942022px, 0.2376551827px + 0.001023019 * 100vw, 2.856583818px);
}
@supports not (font-size: clamp(1px, 1vw, 2px)) {
  h6 {
    font-size: 4.3281573px;
    margin-bottom: 0.605942022px;
  }
}

.heading.center {
  text-align: center;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #ffffff;
  font-family: "PP Neue Montreal", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
/* Small menu. */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 200;
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  overflow: hidden;
}
.site-header .fade {
  position: absolute;
  background: linear-gradient(to bottom, #0a0a09, rgba(10, 10, 9, 0));
  width: 100vw;
  height: 100px;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.site-header .container {
  justify-content: space-between;
  position: relative;
}
.site-header .container .site-branding {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
  height: 150px;
  transition: height 0s ease 0s;
}
.site-header .container .site-branding a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.site-header .container .site-branding a #kf-logo {
  height: 120px;
  width: auto;
  transition: height 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (min-width: 1200px) {
  .site-header .container .site-branding a #kf-logo {
    height: 150px;
  }
}
.site-header .container .main-navigation .menu-menu-1-container {
  position: fixed;
  right: 0;
  top: 0;
  width: 80vw;
  height: 100vh;
  background-color: #0a0a09;
  padding: clamp(40px, 5.5555555556vw, 80px);
  padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 4);
  z-index: 100;
  transform: none;
  display: none;
  pointer-events: none;
}
@media (min-width: 1400px) {
  .site-header .container .main-navigation .menu-menu-1-container {
    all: unset;
    display: flex;
  }
}
.site-header .container .main-navigation .menu-menu-1-container #primary-menu {
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  grid-gap: 24px;
}
@media (max-width: 1399.98px) {
  .site-header .container .main-navigation .menu-menu-1-container #primary-menu {
    flex-direction: column;
  }
}
.site-header .container .main-navigation .menu-menu-1-container #primary-menu li {
  display: flex;
}
.site-header .container .main-navigation .menu-menu-1-container #primary-menu li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-self: center;
}
.site-header .container .main-navigation .menu-menu-1-container #primary-menu li.current_page_item a, .site-header .container .main-navigation .menu-menu-1-container #primary-menu li.current-menu-item a {
  color: #ecdca4;
}
.site-header .container .main-navigation.toggled .menu-toggle .menu-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header .container .main-navigation.toggled .menu-toggle .menu-line:nth-child(2) {
  opacity: 0;
}
.site-header .container .main-navigation.toggled .menu-toggle .menu-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.site-header .container .main-navigation .menu-toggle {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr;
  width: 56px;
  height: 56px;
  padding: 16px;
  z-index: 101;
  background-color: transparent;
}
@media (min-width: 1400px) {
  .site-header .container .main-navigation .menu-toggle {
    display: none;
  }
}
.site-header .container .main-navigation .menu-toggle .menu-line {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  display: block;
  transition: all 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}
.site-header.is-scrolled .fade {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.site-header.is-scrolled .container {
  z-index: 2;
}
.site-header.is-scrolled .container .site-branding {
  height: 56px;
  transition: height 0.3s ease 0.3s;
}

#back-to-top {
  position: fixed;
  display: flex;
  bottom: clamp(20px, 2.7777777778vw, 40px);
  right: clamp(20px, 2.7777777778vw, 40px);
  width: clamp(20px, 2.7777777778vw, 40px);
  height: clamp(20px, 2.7777777778vw, 40px);
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  justify-items: center;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  pointer-events: none;
}
#back-to-top.is-scrolled {
  opacity: 1;
  pointer-events: auto;
}
#back-to-top .arrow-container.to-top img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

#kf-logo #lijn_beeldmerk_buiten {
  position: relative;
}
#kf-logo #lijn_beeldmerk_buiten::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0a0a09;
}

.mobile-menu-wrapper {
  position: fixed;
  transform: translateX(100%);
  z-index: 199;
  top: 0;
  left: 0;
  background: #0a0a09;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.mobile-menu-wrapper.is-open {
  transform: translateX(0%);
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.mobile-menu-wrapper .container {
  width: 100%;
  height: 100%;
}
.mobile-menu-wrapper .container .mobile-main-navigation {
  width: 100%;
  display: flex;
  align-content: center;
}
.mobile-menu-wrapper .container .mobile-main-navigation .menu-menu-1-container {
  display: flex;
  align-content: center;
}
.mobile-menu-wrapper .container .mobile-main-navigation .menu-menu-1-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  padding-left: clamp(20px, 2.7777777778vw, 40px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mobile-menu-wrapper .container .mobile-main-navigation .menu-menu-1-container ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.5rem;
}
.mobile-menu-wrapper .container .button {
  font-size: 1.4rem;
}
.mobile-menu-wrapper .container .button .button__text {
  font-size: 1.4rem;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
.crosslinks {
  background-size: cover;
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1920px) {
  .crosslinks {
    max-width: 1920px;
    margin: 0 auto;
  }
  .crosslinks::before {
    content: "";
    width: 12.5%;
    height: 100%;
    background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
  }
  .crosslinks::after {
    content: "";
    width: 12.5%;
    height: 100%;
    background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
  }
}
.crosslinks .parallax-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%; /* Slightly larger than section */
  overflow: hidden;
}
.crosslinks .parallax-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.crosslinks .wrapper {
  background-size: cover;
  position: relative;
  padding: clamp(40px, 5.5555555556vw, 80px) 0;
}
.crosslinks .wrapper::after {
  content: "";
  opacity: 0.3;
  background: radial-gradient(100% 100% at 0% 0%, #000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.crosslinks .wrapper .container {
  flex-direction: column;
  grid-gap: 32px;
}
.crosslinks .wrapper .container .inner {
  width: 75%;
  margin-left: 0;
  position: relative;
  z-index: 1;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .crosslinks .wrapper .container .inner {
    width: 50%;
  }
}
.crosslinks .wrapper .container .inner .heading {
  color: #ffffff;
  line-height: 125%;
  font-weight: 400;
  margin-top: 0;
  padding-bottom: 24px;
  font-size: 200%;
}
@media (min-width: 1200px) {
  .crosslinks .wrapper .container .inner .heading {
    font-size: 400%;
  }
}
.crosslinks .wrapper .container .inner .crosslink-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  padding-right: clamp(40px, 5.5555555556vw, 80px);
}
.crosslinks .wrapper .container .inner .crosslink-list li .crosslink-link {
  padding: clamp(20px, 2.7777777778vw, 40px);
  text-decoration: none;
  background-color: #ecdca4;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  grid-gap: 24px;
  align-items: center;
  border-radius: 24px;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.15), 0px 4px 64px 0px rgba(0, 0, 0, 0.15);
}
.crosslinks.padding-top-none {
  padding-top: 0;
}
.crosslinks.padding-top-normal {
  padding: 0;
  margin-top: clamp(40px, 5.5555555556vw, 80px);
}

.crosslink-link-all {
  margin-top: 24px;
  padding: 24px;
  text-decoration: none;
  color: #ffffff !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 24px;
  border: 1px solid #ffffff;
  border-radius: 24px;
  backdrop-filter: blur(10px);
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
section.form.full-width .container {
  width: 100%;
}
section.form.full-width .container .column {
  width: 100%;
}
section.form.full-width .container .column .wpcf7 {
  margin-top: clamp(40px, 5.5555555556vw, 80px);
  padding: 24px;
}

section.form {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
}
section.form .container.columns-1 {
  width: 100%;
  padding: 0 clamp(20px, 2.7777777778vw, 40px);
}
@media (min-width: 768px) {
  section.form .container.columns-1 {
    padding: 0 calc(clamp(40px, 5.5555555556vw, 80px) * 4);
  }
}
section.form .container.columns-1 .column {
  width: 100%;
}
section.form .container.columns-1 .column .wpcf7 {
  border-radius: 24px;
  padding: 24px;
}
section.form .container.columns-1 .column .wpcf7 .kfink-form .note {
  padding: clamp(20px, 2.7777777778vw, 40px);
  background-color: rgba(236, 220, 164, 0.2);
  border: 1px solid #ecdca4;
  margin-bottom: clamp(20px, 2.7777777778vw, 40px);
}
section.form .container.columns-1 .column .wpcf7 .kfink-form .note h4 {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
}
section.form .container.columns-1 .column .wpcf7 .kfink-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 48px;
}
section.form .container.columns-1 .column .wpcf7 .kfink-form fieldset {
  margin-bottom: 48px !important;
  padding: 0;
  border: none;
  position: relative;
}
section.form .container.columns-1 .column .wpcf7 .kfink-form fieldset .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
section.form .container.columns-1 .column .wpcf7 .kfink-form fieldset .wpcf7-form-control-wrap .wpcf7-form-control {
  border-bottom: none;
}
section.form .container.columns-1 .column .wpcf7 .kfink-form fieldset .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox, section.form .container.columns-1 .column .wpcf7 .kfink-form fieldset .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
}
section.form .container.columns-1 .column .wpcf7 .kfink-form fieldset .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item, section.form .container.columns-1 .column .wpcf7 .kfink-form fieldset .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
section.form .container.columns-1 .column .wpcf7 .kfink-form fieldset .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label, section.form .container.columns-1 .column .wpcf7 .kfink-form fieldset .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  padding: 8px 0;
  cursor: pointer;
  display: block;
}
section.form .container.columns-1 .column .wpcf7 .kfink-form fieldset .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label, section.form .container.columns-1 .column .wpcf7 .kfink-form fieldset .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: 8px;
  text-shadow: 2px 2px #0a0a09;
}

.kfink-form.is-consult .consult-hide {
  display: none !important;
}

.cf7-file-input {
  /* keep it accessible but hidden; JS will click it */
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.cf7-dropzone {
  border: 2px dashed #bbb;
  border-radius: 0;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.cf7-dropzone.is-dragover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #888;
}

.cf7-previews {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  gap: 8px;
}

.cf7-previews li {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  margin-bottom: 0;
}

.cf7-browse {
  margin-left: 12px;
}

.field-with-message .wpcf7-form-control-wrap {
  margin-bottom: 24px !important;
}
.field-with-message .consult-show {
  margin-bottom: 48px;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
.hero {
  background-size: cover;
  margin: 0 auto;
  height: 100vh;
  min-height: 800px;
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(10, 10, 9, 0) 0%, #0a0a09 100%);
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero .svg-line-container {
  position: absolute;
  right: 0;
  width: 75%;
  aspect-ratio: 1/1;
  bottom: calc(clamp(80px, 11.1111111111vw, 160px) * -3);
  z-index: 10;
}
@media (min-width: 768px) {
  .hero .svg-line-container {
    width: clamp(120px, 16.6666666667vw, 240px);
  }
}
@media (min-width: 992px) {
  .hero .svg-line-container {
    width: clamp(160px, 22.2222222222vw, 320px);
  }
}
.hero .svg-line-container svg {
  width: 100%;
  height: auto;
}
.hero .svg-line-container::after {
  content: "";
  position: absolute;
  background: linear-gradient(to top, #0a0a09, rgba(10, 10, 9, 0));
  width: 100vw;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero .background-media {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero.full-width {
  align-content: center;
  padding: calc(clamp(40px, 5.5555555556vw, 80px) * 4) 0;
  position: relative;
}
.hero.full-width::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #0a0a09 0%, rgba(10, 10, 9, 0) 100%);
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero.full-width::after {
  content: "";
  position: absolute;
  background: linear-gradient(to top, #0a0a09, rgba(10, 10, 9, 0));
  width: 100vw;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero.full-width {
    aspect-ratio: 9/5;
    width: 100%;
    max-width: 100%;
    padding: clamp(40px, 5.5555555556vw, 80px) 0;
  }
}
.hero.full-width .container {
  flex-direction: column;
  position: relative;
  z-index: 20;
  height: 100%;
}
.hero.full-width .container .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 480px;
}
@media (min-width: 1400px) {
  .hero.full-width .container .title {
    max-width: 1000px;
  }
}
.hero.full-width .container .title .title-inner {
  position: relative;
}
.hero.full-width .container .title .title-inner .animated-circle {
  display: block;
  left: -40px;
  bottom: -20px;
  position: absolute;
  width: 85%;
  max-height: 124px;
  height: auto;
  z-index: -1;
  opacity: 0.6;
}
.hero.full-width .container .bottom {
  margin-top: auto;
  max-width: 400px;
}
.hero.full-width .container .bottom p {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.hero.artist, .hero.two-columns {
  height: 80vh;
  min-height: 640px;
}
@media (min-width: 1400px) {
  .hero.artist, .hero.two-columns {
    height: 80vh;
    min-height: 900px;
  }
}
.hero.artist .container, .hero.two-columns .container {
  display: flex;
  height: 100%;
}
.hero.artist .container .column.text, .hero.two-columns .container .column.text {
  display: flex;
  padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 6);
  flex-direction: column;
  z-index: 2;
  grid-gap: 12px;
  width: 100%;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .hero.artist .container .column.text, .hero.two-columns .container .column.text {
    width: 43.75%;
    padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 4);
    justify-content: flex-start;
  }
}
.hero.artist .container .column.text .bread-crumb a, .hero.two-columns .container .column.text .bread-crumb a {
  color: #ffffff;
  text-decoration: none;
}
.hero.artist .container .column.text h1, .hero.two-columns .container .column.text h1 {
  margin: 0;
  display: inline-block;
}
.hero.artist .container .column.text .title, .hero.two-columns .container .column.text .title {
  position: relative;
  margin-bottom: clamp(20px, 2.7777777778vw, 40px);
}
.hero.artist .container .column.text .title .title-inner h1, .hero.two-columns .container .column.text .title .title-inner h1 {
  margin: 0;
  display: inline-block;
}
.hero.artist .container .column.text .title .title-inner .animated-circle, .hero.two-columns .container .column.text .title .title-inner .animated-circle {
  bottom: -20px;
  left: -40px;
  display: block;
  position: absolute;
  height: auto;
  z-index: -1;
  opacity: 0.6;
}
.hero.artist .container .column.text .button, .hero.two-columns .container .column.text .button {
  align-self: flex-start;
}
.hero.artist .container .column.text .socials, .hero.two-columns .container .column.text .socials {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
.hero.artist .container .column.text .socials a, .hero.two-columns .container .column.text .socials a {
  text-decoration: none;
  display: flex;
  grid-gap: 8px;
}
.hero.artist .container .column.text .socials a svg, .hero.two-columns .container .column.text .socials a svg {
  color: #ecdca4;
}
.hero.artist .container .column.image, .hero.two-columns .container .column.image {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 100%;
  width: calc((100vw - 1440px) / 2 + 1008px);
}
.hero.artist .container .column.image img, .hero.two-columns .container .column.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.hero.artist .container .column.image::after, .hero.two-columns .container .column.image::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #0a0a09, rgba(10, 10, 9, 0));
  width: 50%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero.artist .container .column.image .team-detail-hero-image, .hero.two-columns .container .column.image .team-detail-hero-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page-template-page-blocks-form #page #main .hero.two-columns {
  height: 80vh;
  max-height: 600px;
  min-height: 640px;
}

.scroll-down-container {
  position: relative;
  margin-top: 24px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  cursor: pointer;
}
.scroll-down-container img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  will-change: transform;
  animation: slideY 1.5s cubic-bezier(0.76, 0, 0.24, 1) infinite;
}
.scroll-down-container img:nth-child(1) {
  --yStart: 0%;
}
.scroll-down-container img:nth-child(2) {
  --yStart: -100%;
}

/* move each image down by one height, then loop */
@keyframes slideY {
  0% {
    transform: translateY(var(--yStart));
  }
  50% {
    transform: translateY(calc(var(--yStart) + 100%));
  }
  100% {
    transform: translateY(calc(var(--yStart) + 100%));
  }
}
/* accessibility: respect reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .scroll-down-container img {
    animation: none;
  }
}
/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
.info-blocks {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
}
.info-blocks .container .heading {
  padding-bottom: 24px;
  margin-top: 0;
}
.info-blocks .container.blocks {
  display: grid;
  grid-gap: clamp(20px, 2.7777777778vw, 40px);
}
.info-blocks .container.blocks.col-1 {
  grid-template-columns: 1fr;
}
.info-blocks .container.blocks.col-2 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .info-blocks .container.blocks.col-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.info-blocks .container.blocks.col-3 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .info-blocks .container.blocks.col-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .info-blocks .container.blocks.col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.info-blocks .container.blocks .info-card.color-green {
  background-color: #ecdca4;
  border-radius: 24px;
  padding: clamp(20px, 2.7777777778vw, 40px);
}
.info-blocks .container.blocks .info-card.color-green h3 {
  color: #ffffff;
  margin-top: 0;
  font-size: 125%;
}
.info-blocks .container.blocks .info-card.color-green p {
  color: #ffffff;
}
.info-blocks .container.blocks .info-card.color-green a {
  color: #ffffff;
}
.info-blocks .container.blocks .info-card.color-blue {
  background-color: #ecdca4;
  border-radius: 24px;
  padding: clamp(20px, 2.7777777778vw, 40px);
}
.info-blocks .container.blocks .info-card.color-blue h3 {
  color: #ffffff;
  margin-top: 0;
  font-size: 125%;
}
.info-blocks .container.blocks .info-card.color-blue p {
  color: #ffffff;
}
.info-blocks .container.blocks .info-card.color-blue a {
  color: #ffffff;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
.marquee {
  padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 2);
  padding-bottom: clamp(40px, 5.5555555556vw, 80px);
  width: 100vw;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1400px) {
  .marquee {
    max-width: 1920px;
    margin: 0 auto;
  }
  .marquee::before {
    content: "";
    width: 12.5%;
    height: 100%;
    background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
  }
  .marquee::after {
    content: "";
    width: 12.5%;
    height: 100%;
    background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
  }
}
.marquee .marquee-image {
  height: 128px;
  width: auto;
  max-width: none;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
/* When modal is open or Lenis is stopped, kill page scroll */
html.modal-open,
html.lenis-stopped {
  height: 100%;
  overflow: hidden;
}

/* Your modal block: ensure it captures input */
.modal-block {
  position: fixed;
  display: none;
  inset: 0;
  z-index: 201;
  background-color: rgba(10, 10, 9, 0.95);
  overscroll-behavior: contain;
  touch-action: none;
}

.modal-block .container {
  /* don’t let flex/grid rules block shrinking */
  min-height: 0;
  min-width: 0;
  display: grid;
  place-items: center;
  padding: clamp(40px, 5.5555555556vw, 80px);
}

/* The scrollable area */
.modal-block .modal-inner {
  background-color: rgba(10, 10, 9, 0.5);
  position: relative;
  width: 100%;
  max-width: 768px;
  padding: clamp(20px, 2.7777777778vw, 40px);
  max-height: 80vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  min-height: 0;
  min-width: 0;
}
.modal-block .modal-inner .price-list h2, .modal-block .modal-inner .price-list h3 {
  color: #ecdca4;
  font-size: 1rem;
}
.modal-block .modal-inner .price-list .spacer {
  height: 24px;
}
.modal-block .modal-inner .price-list .center {
  text-align: center;
}
.modal-block .modal-inner .price-list .price-list__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.modal-block .modal-inner .price-list .price-list__grid .price-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.modal-block .modal-inner .modal_close {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  background-color: #0a0a09;
  cursor: pointer;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
.services-links {
  min-height: clamp(800px, 100vw, 1200px);
  position: relative;
  margin-top: clamp(40px, 5.5555555556vw, 80px);
}
.services-links::before {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(10, 10, 9, 0), #0a0a09);
  width: 100vw;
  height: 40%;
  top: 0;
  left: 0;
  z-index: 2;
}
.services-links::after {
  content: "";
  position: absolute;
  background: linear-gradient(to top, #0a0a09, rgba(10, 10, 9, 0));
  width: 100vw;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.services-links .subtitle {
  position: absolute;
  top: clamp(20px, 2.7777777778vw, 40px);
  left: 0;
  width: 100%;
  z-index: 20;
}
.services-links .subtitle h2 {
  font-size: 1rem;
  color: #ffffff;
}
.services-links .container .heading {
  margin-top: 0;
}
.services-links .services-image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.services-links .services-image-wrapper .service-image {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  pointer-events: none;
  position: absolute;
}
.services-links .services-image-wrapper .service-image.active {
  opacity: 1;
}
.services-links .services-title-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  min-height: 100%;
  display: flex;
}
.services-links .services-title-wrapper .container {
  display: flex;
  flex-direction: column;
  grid-gap: 0;
  width: 100%;
  align-self: center;
  padding-top: clamp(48px, 4vw, 128px);
  padding-bottom: clamp(48px, 4vw, 128px);
}
.services-links .services-title-wrapper .container .service-title {
  position: relative;
  z-index: 10;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding: 16px 0;
}
.services-links .services-title-wrapper .container .service-title .hover-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  height: clamp(48px, 4vw, 128px);
  line-height: clamp(48px, 4vw, 128px);
}
.services-links .services-title-wrapper .container .service-title .hover-text {
  font-size: clamp(48px, 4vw, 128px);
  line-height: clamp(48px, 4vw, 128px);
  display: block;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0);
  text-transform: uppercase;
}
.services-links .services-title-wrapper .container .service-title .bottom {
  top: 0;
}
.services-links .services-title-wrapper .container .service-title:not(:last-child) {
  position: relative;
}
.services-links .services-title-wrapper .container .service-title:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  pointer-events: none;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
.team-introduction {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
  padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 1.5);
}
.team-introduction .container.flex.space-between {
  align-items: center;
  padding-bottom: clamp(20px, 2.7777777778vw, 40px);
  flex-direction: column;
}
@media (min-width: 768px) {
  .team-introduction .container.flex.space-between {
    flex-direction: row;
  }
}
.team-introduction .container.flex.space-between .heading {
  margin: 0;
}
.team-introduction .container {
  grid-gap: clamp(20px, 2.7777777778vw, 40px);
}
.team-introduction .container.grid {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .team-introduction .container.grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1800px) {
  .team-introduction .container.grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.team-introduction .container .intro-block {
  display: flex;
  padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 4);
  flex-direction: column;
  grid-gap: 12px;
}
@media (min-width: 768px) {
  .team-introduction .container .intro-block {
    padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 1.5);
  }
}
.team-introduction .container .intro-block .title {
  margin: 0;
  display: inline-block;
}
.team-introduction .container .intro-block .title .title-inner {
  position: relative;
  display: inline-block;
}
.team-introduction .container .intro-block .title .title-inner h1 {
  margin: 0;
  display: inline-block;
}
.team-introduction .container .intro-block .title .title-inner .animated-circle {
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  max-height: 100%;
  height: auto;
  z-index: -1;
  opacity: 0.6;
}
.team-introduction .container .intro-block p {
  max-width: 400px;
}
.team-introduction .container .intro-block .button {
  align-self: flex-start;
}
.team-introduction .container .team-card-link {
  text-decoration: none;
  color: inherit;
}
.team-introduction .container .team-card-link .team-card {
  transition: box-shadow 0.2s ease;
  border-radius: 24px;
}
.team-introduction .container .team-card-link .team-card .team-image {
  display: flex;
  position: relative;
  overflow: hidden;
}
.team-introduction .container .team-card-link .team-card .team-image .wp-post-image {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(1);
  transform-origin: center center;
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.team-introduction .container .team-card-link .team-card .team-image .signature {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  filter: invert(1);
  width: 25%;
  height: 50%;
  object-fit: contain;
  object-position: center center;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.team-introduction .container .team-card-link .team-text {
  padding: 24px 0;
}
.team-introduction .container .team-card-link .team-text .team-title {
  display: flex;
  flex-direction: row;
  grid-gap: 24px;
  align-items: center;
}
.team-introduction .container .team-card-link .team-text .team-title h3 {
  display: inline-block;
  margin: 0;
}
.team-introduction .container .team-card-link:hover .team-image .wp-post-image {
  transform: scale(1.05);
  filter: grayscale(0);
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.team-introduction .container .team-card-link:hover .team-image .signature {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.truncate-3-lines p {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-main.team-detail .hero.two-columns {
  position: relative;
}
.site-main.team-detail .hero.two-columns .container {
  position: relative;
}
.site-main.team-detail .hero.two-columns .container .column.text {
  width: 100%;
}
@media (min-width: 768px) {
  .site-main.team-detail .hero.two-columns .container .column.text {
    width: clamp(360px, 50vw, 720px);
  }
}
.site-main.team-detail .hero.two-columns .container .column.image {
  width: 100%;
  aspect-ratio: 3/4;
}
@media (min-width: 768px) {
  .site-main.team-detail .hero.two-columns .container .column.image {
    width: clamp(240px, 33.3333333333vw, 480px);
  }
}
.site-main.team-detail section.text .container {
  flex-direction: column;
  grid-gap: 0;
  padding: 0;
}

.specialisations {
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1;
  display: flex;
  justify-items: center;
  flex-wrap: wrap;
  grid-gap: 12px;
}
.specialisations li {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid rgba(236, 220, 164, 0.5);
  border-radius: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
.testimonials-slider {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
  position: relative;
  overflow-x: hidden;
  padding-bottom: clamp(40px, 5.5555555556vw, 80px);
}
@media (min-width: 1400px) {
  .testimonials-slider {
    max-width: 1920px;
    margin: 0 auto;
  }
  .testimonials-slider::before {
    content: "";
    width: 6.25%;
    height: 100%;
    background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
  }
  .testimonials-slider::after {
    content: "";
    width: 6.25%;
    height: 100%;
    background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
  }
}
.testimonials-slider .container {
  overflow: visible;
}
.testimonials-slider .container .heading {
  text-align: center;
  width: 100%;
  padding-bottom: clamp(20px, 2.7777777778vw, 40px);
  margin: 0;
}
.testimonials-slider .container .testimonial-slider {
  width: 100%;
  overflow: visible;
}
.testimonials-slider .container .testimonial-slider .flickity-viewport {
  overflow: visible;
}
.testimonials-slider .container .testimonial-slider .testimonial {
  width: 100%;
  margin-right: 5.5555555556vw;
}
.testimonials-slider .container .testimonial-slider .testimonial .testimonial-wrapper {
  width: 100%;
  position: relative;
  position: relative;
  overflow: visible;
}
.testimonials-slider .container .testimonial-slider .testimonial .testimonial-wrapper .testimonial-image {
  aspect-ratio: 4/3;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .testimonials-slider .container .testimonial-slider .testimonial .testimonial-wrapper .testimonial-image {
    width: 50%;
  }
}
.testimonials-slider .container .testimonial-slider .testimonial .testimonial-wrapper .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials-slider .container .testimonial-slider .testimonial .testimonial-wrapper .testimonial-text {
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1), 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
  padding: clamp(20px, 2.7777777778vw, 40px) clamp(40px, 5.5555555556vw, 80px);
  width: 87.5%;
  margin-left: 6.25%;
  margin-top: calc(clamp(40px, 5.5555555556vw, 80px) * -1);
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .testimonials-slider .container .testimonial-slider .testimonial .testimonial-wrapper .testimonial-text {
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 56.25%;
    transform: translateY(-50%);
  }
}
.testimonials-slider .container .testimonial-slider .testimonial .testimonial-wrapper .testimonial-text .testimonial-title {
  margin-top: 0;
}
.testimonials-slider .container .testimonial-slider .testimonial .testimonial-wrapper .testimonial-text .testimonial-content p {
  font-style: italic;
}

.testimonial-nav button {
  cursor: pointer;
  position: absolute;
  width: clamp(20px, 2.7777777778vw, 40px);
  height: clamp(20px, 2.7777777778vw, 40px);
  border-radius: 50%;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.15), 0px 4px 64px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: 0;
  padding: 0;
}
.testimonial-nav button .arrow-container {
  width: 12px;
}
.testimonial-nav .testimonial-prev {
  left: calc(clamp(20px, 2.7777777778vw, 40px) / 2 * -1);
  top: 50%;
}
.testimonial-nav .testimonial-prev .arrow-container {
  width: 12px;
  transform: rotate(180deg);
}
.testimonial-nav .testimonial-next {
  right: calc(clamp(20px, 2.7777777778vw, 40px) / 2 * -1);
  top: 50%;
}

.customer-experiences .hero.two-columns .container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .customer-experiences .hero.two-columns .container {
    grid-template-columns: 1fr 1fr;
  }
}
.customer-experiences .hero.two-columns .container .column.text {
  order: 0;
  width: 100%;
  justify-content: flex-start;
  padding-top: clamp(40px, 5.5555555556vw, 80px);
}
.customer-experiences .hero.two-columns .container .testimonial:nth-child(odd) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .customer-experiences .hero.two-columns .container .testimonial:nth-child(odd) {
    margin-top: calc(clamp(40px, 5.5555555556vw, 80px) * -4);
  }
}
.customer-experiences .hero.two-columns .container .testimonial .testimonial-wrapper .testimonial-image {
  aspect-ratio: 4/3;
  border-radius: 24px;
  overflow: hidden;
}
.customer-experiences .hero.two-columns .container .testimonial .testimonial-wrapper .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.customer-experiences .hero.two-columns .container .testimonial .testimonial-wrapper .testimonial-text {
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.15), 0px 4px 64px 0px rgba(0, 0, 0, 0.15);
  width: calc(100% - clamp(20px, 2.7777777778vw, 40px));
  margin: 0 auto;
  padding: clamp(20px, 2.7777777778vw, 40px);
  margin-top: calc(clamp(40px, 5.5555555556vw, 80px) * -1);
  position: relative;
  z-index: 1;
}
.customer-experiences .hero.two-columns .container .testimonial .testimonial-wrapper .testimonial-text .testimonial-title {
  margin-top: 0;
}

.work {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
  padding-bottom: clamp(40px, 5.5555555556vw, 80px);
}
.work .container {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  padding-bottom: clamp(40px, 5.5555555556vw, 80px);
}
.work .container .subtitle {
  margin: 0;
  color: #ffffff;
}
.work .container h2 {
  margin: 0;
}
.work .gallery-work {
  cursor: grab;
}
.work .gallery-work .gallery-cell {
  flex: 0 0 auto;
  width: clamp(240px, 50vw, 420px);
  margin-right: 32px;
}
.work .gallery-work .gallery-cell img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
}
.work .gallery-work .gallery-cell.index-1 {
  margin-top: 32px;
}
.work .gallery-work .gallery-cell.index-3 {
  margin-top: 32px;
}
.work .gallery-work .gallery-cell.index-5 {
  margin-top: 32px;
}
.work .gallery-work .gallery-cell.index-7 {
  margin-top: 32px;
}
.work .gallery-work .gallery-cell.index-9 {
  margin-top: 32px;
}

/* Modal base */
.gallery-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.gallery-modal.open {
  opacity: 1;
  pointer-events: auto;
}

/* Backdrop */
.gallery-modal__backdrop {
  position: absolute;
  inset: 0;
}

/* Content */
.gallery-modal__content {
  position: relative;
  padding: clamp(40px, 5.5555555556vw, 80px);
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-modal__content .gallery-modal__close {
  position: absolute;
  right: calc(clamp(40px, 5.5555555556vw, 80px) - 24px);
  top: calc(clamp(40px, 5.5555555556vw, 80px) - 24px);
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  background-color: #0a0a09;
  cursor: pointer;
}
.gallery-modal__content .gallery-modal__close:hover {
  background-color: #ecdca4;
}

.gallery-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}

.gallery-modal__nav {
  border: 1px solid #ecdca4;
  background: #0a0a09;
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  display: flex;
  position: absolute;
}
.gallery-modal__nav.gallery-modal__prev {
  left: clamp(40px, 5.5555555556vw, 80px);
}
.gallery-modal__nav.gallery-modal__next {
  right: clamp(40px, 5.5555555556vw, 80px);
}

.gallery-modal__content img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
.text-two-columns {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
  padding-bottom: clamp(40px, 5.5555555556vw, 80px);
}
.text-two-columns.padding-top-large {
  padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 2);
}
.text-two-columns .container .inner {
  display: flex;
  grid-gap: clamp(40px, 5.5555555556vw, 80px);
  width: 100%;
  flex-direction: column;
}
@media (min-width: 576px) {
  .text-two-columns .container .inner {
    max-width: 640px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .text-two-columns .container .inner {
    max-width: 800px;
  }
}
.text-two-columns .container .inner .column {
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .text-two-columns .container .inner .column {
    flex-wrap: nowrap;
  }
}
.text-two-columns .container .heading {
  margin-top: 0;
}
.text-two-columns .container .text {
  color: #ffffff;
}
.text-two-columns .container .text a {
  color: #ffffff;
}
.text-two-columns.width-full .container {
  width: 100%;
}
.text-two-columns.width-full .container .inner {
  width: 100%;
  max-width: 100%;
}

.line-mask {
  overflow: hidden;
}

.split-line {
  display: block;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
section.text {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
}
section.text .container {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  grid-gap: 0;
}
@media (min-width: 768px) {
  section.text .container h2 {
    margin-left: calc(-2 * clamp(40px, 5.5555555556vw, 80px));
  }
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
.vacancies {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
}
.vacancies .container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .vacancies .container {
    grid-template-columns: 1fr 1fr;
  }
}
.vacancies .container .vacancy-card-link {
  text-decoration: none;
}
.vacancies .container .vacancy-card-link .vacancy-card .vacancy-image {
  aspect-ratio: 3/2;
  border-radius: 24px 24px clamp(80px, 11.1111111111vw, 160px) 24px;
  overflow: hidden;
}
.vacancies .container .vacancy-card-link .vacancy-card .vacancy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vacancies .container .vacancy-card-link .vacancy-card .vacancy-text {
  padding: 0 clamp(20px, 2.7777777778vw, 40px);
  margin-top: calc(clamp(40px, 5.5555555556vw, 80px) * -1);
  position: relative;
  z-index: 1;
}
.vacancies .container .vacancy-card-link .vacancy-card .vacancy-text .inner {
  background-color: #ecdca4;
  border-radius: 24px;
  padding: clamp(20px, 2.7777777778vw, 40px);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.15), 0px 4px 64px 0px rgba(0, 0, 0, 0.15);
}
.vacancies .container .vacancy-card-link .vacancy-card .vacancy-text .inner h3 {
  margin-top: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 150%;
}
.vacancies .container .vacancy-card-link .vacancy-card .vacancy-text .inner .vacancy-info {
  color: #ffffff;
  list-style: none;
  margin: 0;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
}
.vacancies .container .vacancy-card-link .vacancy-card .vacancy-text .inner .vacancy-info li {
  display: flex;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.vacancies .container .vacancy-card-link .vacancy-card .vacancy-text .inner .vacancy-info li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.single-vacatures .wpcf7 {
  margin-top: 0 !important;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
.manifest-block {
  position: relative;
  overflow: hidden;
  padding: calc(clamp(40px, 5.5555555556vw, 80px) * 2) 0 clamp(40px, 5.5555555556vw, 80px) 0;
  z-index: 10;
}
.manifest-block .manifest-text-wrapper {
  position: relative;
}
.manifest-block .manifest-text p {
  font-size: clamp(36px, 3vw, 128px);
  line-height: 125%;
  font-weight: 400;
  width: 75%;
  color: #0a0a09;
  -webkit-text-stroke: 1px #ffffff;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
.image-text {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
}
@media (min-width: 1800px) {
  .image-text {
    padding-left: calc(clamp(40px, 5.5555555556vw, 80px) * 4);
    padding-right: calc(clamp(40px, 5.5555555556vw, 80px) * 4);
  }
}
.image-text .container.grid {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .image-text .container.grid {
    grid-template-columns: 1fr 1fr;
  }
}
.image-text .container.grid .image {
  position: relative;
  z-index: 0;
  aspect-ratio: 72/64;
  display: flex;
}
@media (min-width: 768px) {
  .image-text .container.grid .image::before {
    content: "";
    position: absolute;
    background: linear-gradient(to left, #0a0a09, rgba(10, 10, 9, 0));
    width: 50%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}
.image-text .container.grid .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text .container.grid .text {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.image-text .container.grid .text h2 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .image-text .container.grid .text h2 {
    margin-left: calc(-2 * clamp(40px, 5.5555555556vw, 80px));
  }
}

.text-image {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
}
@media (min-width: 1800px) {
  .text-image {
    padding-left: calc(clamp(40px, 5.5555555556vw, 80px) * 4);
    padding-right: calc(clamp(40px, 5.5555555556vw, 80px) * 4);
  }
}
.text-image .container.grid {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .text-image .container.grid {
    grid-template-columns: 1fr 1fr;
  }
}
.text-image .container.grid .image {
  position: relative;
  z-index: 0;
  aspect-ratio: 72/64;
  display: flex;
  order: 0;
}
@media (min-width: 768px) {
  .text-image .container.grid .image {
    order: 2;
  }
  .text-image .container.grid .image::before {
    content: "";
    position: absolute;
    background: linear-gradient(to right, #0a0a09, rgba(10, 10, 9, 0));
    width: 50%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
.text-image .container.grid .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image .container.grid .text {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  order: 2;
}
@media (min-width: 768px) {
  .text-image .container.grid .text {
    order: 0;
    justify-content: center;
  }
}
.text-image .container.grid .text h2 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .text-image .container.grid .text p {
    padding-left: calc(2 * clamp(40px, 5.5555555556vw, 80px));
  }
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
.gallery-photos {
  padding-top: clamp(40px, 5.5555555556vw, 80px);
}
@media (min-width: 768px) {
  .gallery-photos {
    padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 2);
  }
}
@media (min-width: 1800px) {
  .gallery-photos {
    padding-left: calc(clamp(40px, 5.5555555556vw, 80px) * 4);
    padding-right: calc(clamp(40px, 5.5555555556vw, 80px) * 4);
  }
}
.gallery-photos .container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .gallery-photos .container {
    grid-template-columns: 3fr 2fr;
  }
}
.gallery-photos .container .gallery-photo:nth-child(odd) img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 768px) {
  .gallery-photos .container .gallery-photo:nth-child(even) {
    margin-top: calc(clamp(40px, 5.5555555556vw, 80px) * -1);
  }
}
.gallery-photos .container .gallery-photo:nth-child(even) img {
  aspect-ratio: inherit;
  width: 100%;
  height: auto;
  object-fit: contain;
  background-color: yellow;
}

/*!
Theme Name: KFayaars
Theme URI: https://brandnodig.nl/
Author: Brandnodig
Author URI: https://brandnodig.nl/
Description: Custom WordPress theme for the KFayaars website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfayaars
Update URI: false

Company: Brandnodig
Address: Campagneweg 5B, 4761 RM Zevenbergen
Phone: 06 – 45 91 46 30
Email: info@brandnodig.nl
*/
@media (min-width: 768px) {
  .quote .container {
    padding: 0 calc(clamp(40px, 5.5555555556vw, 80px) * 4);
  }
}
.quote .container .c-quote {
  font-size: 2em;
  color: #ecdca4;
  font-style: italic;
  position: relative;
}
.quote .container .c-quote .quote-line {
  position: absolute;
  left: calc(clamp(20px, 2.7777777778vw, 40px) * -1);
  top: calc(clamp(20px, 2.7777777778vw, 40px) * -1);
  width: clamp(20px, 2.7777777778vw, 40px);
  height: auto;
}
