/*!
Theme Name: Van Broekhoven Fysio
Theme URI: http://underscores.me/
Author: Rise Creative Studio
Author URI: https://rise-studio.nl/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: van_broekhoven_fysio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

De Bonte Hoeve is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap");
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;
  -webkit-text-decoration: underline dotted;
          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;
}

/* Box sizing
--------------------------------------------- */
/* 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #164374;
}

h1 {
  margin-bottom: 8px;
  font-size: 27px;
  line-height: 33px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
  }
}

h2 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 25.5px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 27px;
    line-height: 31.5px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 31.5px;
    line-height: 37.5px;
  }
}

h3 {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 22.5px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 22.5px;
    line-height: 27px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 25.5px;
    line-height: 30px;
  }
}

h4 {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 19.5px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 22.5px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 19.5px;
    line-height: 24px;
  }
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Open Sans", sans-serif;
}

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

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

big {
  font-size: 125%;
}

p {
  margin-top: 4px;
  margin-bottom: 12px;
  line-height: 1.75;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.post,
.page {
  margin: 0;
}

.container {
  display: flex;
  max-width: calc(1440px + 2 * clamp(40px, 5.5555555556vw, 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);
  }
}
.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;
}

#dev-grid-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  padding: 8px 14px;
  font-size: 14px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
#dev-grid-button:hover {
  opacity: 1;
}

#dev-grid {
  max-width: 1440px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; /*otherwise div defaults to page width*/
  height: 100%;
  margin: 0 auto; /*horizontally centers div*/
  overflow: hidden;
  justify-content: space-between;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.4;
  display: none;
}
#dev-grid.is-visible {
  display: flex;
}
#dev-grid span {
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: red;
}
#dev-grid {
  background-image: repeating-linear-gradient(to bottom, rgb(255, 0, 0), rgb(255, 0, 0) 1px, transparent 1px, transparent clamp(40px, 5.5555555556vw, 80px));
}

.pre-footer {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
}
.pre-footer .container h2 {
  text-align: center;
  max-width: 640px;
  margin-top: 0;
}
.pre-footer .container .button-group {
  display: flex;
  justify-content: center;
  grid-gap: 24px;
  flex-wrap: wrap;
}
.pre-footer .container .button-group .button:nth-child(2) {
  background-color: #595959;
}
.pre-footer .container .button-group .button:nth-child(2):hover {
  background-color: #9bb59f;
}

.site-footer {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
}
.site-footer .container {
  padding: 0;
}
@media (min-width: 576px) {
  .site-footer .container {
    padding: 0 clamp(40px, 5.5555555556vw, 80px);
  }
}
.site-footer .container .inner {
  background-color: #595959;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: clamp(40px, 5.5555555556vw, 80px);
  padding-bottom: clamp(20px, 2.7777777778vw, 40px);
  grid-gap: clamp(40px, 5.5555555556vw, 80px);
  border-radius: clamp(200px, 27.7777777778vw, 400px) 24px 0 0;
  flex-wrap: wrap;
}
.site-footer .container .inner .footer-icon {
  width: 50%;
  height: auto;
}
@media (min-width: 768px) {
  .site-footer .container .inner .footer-icon {
    width: clamp(120px, 16.6666666667vw, 240px);
    padding-left: clamp(40px, 5.5555555556vw, 80px);
  }
}
.site-footer .container .inner .column-wrapper {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .site-footer .container .inner .column-wrapper {
    grid-template-columns: 2fr 1fr;
    width: clamp(360px, 50vw, 720px);
  }
}
@media (min-width: 992px) {
  .site-footer .container .inner .column-wrapper .row.legals {
    grid-column: 1/span 2;
  }
}
.site-footer .container .inner .column-wrapper .row.legals.legals {
  padding-top: 48px;
  grid-template-columns: 1fr;
}
.site-footer .container .inner .column-wrapper .row.legals.legals .legal {
  opacity: 0.5;
}
.site-footer .container .inner .column-wrapper .row.legals.legals .legal p {
  color: #ffffff;
}
.site-footer .container .inner .column-wrapper .row.legals.legals .legal a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer .container .inner .column-wrapper .column {
  color: #ffffff;
  width: 100%;
  display: grid;
  grid-gap: clamp(20px, 2.7777777778vw, 40px);
  grid-template-columns: 1fr;
}
.site-footer .container .inner .column-wrapper .column .column-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
.site-footer .container .inner .column-wrapper .column .column-inner.socials {
  grid-gap: 16px;
}
.site-footer .container .inner .column-wrapper .column .column-inner.socials .arrow-link {
  display: flex;
  color: #ffffff;
  text-decoration: none;
  grid-gap: 16px;
  align-items: center;
}
.site-footer .container .inner .column-wrapper .column .column-inner.socials .arrow-link .arrow-container {
  width: 12px;
}
.site-footer .container .inner .column-wrapper .column .column-inner h4 {
  color: #ffffff;
  margin-top: 0;
}
.site-footer .container .inner .column-wrapper .column .column-inner .contact-address p {
  margin-bottom: 0;
  color: #a9a9a9;
  line-height: 175%;
  color: #ffffff !important;
  opacity: 0.7;
  font-size: 90%;
}
@media (min-width: 1200px) {
  .site-footer .container .inner .column-wrapper .column .column-inner .contact-address p {
    font-size: 100%;
    line-height: 125%;
  }
}
.site-footer .container .inner .column-wrapper .column .column-inner .contact-options p {
  margin-bottom: 0;
  color: #a9a9a9;
  line-height: 175%;
  color: #ffffff !important;
  font-size: 90%;
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .site-footer .container .inner .column-wrapper .column .column-inner .contact-options p {
    font-size: 100%;
    line-height: 125%;
  }
}
.site-footer .container .inner .column-wrapper .column .column-inner .contact-options p .contact-pre {
  width: 16px;
  display: inline-block;
}

body {
  padding-top: 124px;
}
body.home {
  padding-top: 100px;
}
@media (min-width: 768px) {
  body {
    padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 2);
  }
  body.home {
    padding-top: 0;
  }
}
@media (min-width: 1400px) {
  body {
    padding-top: 0;
  }
}

.fixed-right .hero.two-columns.padding-top-large {
  padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 2);
  margin-top: 0;
}
.fixed-right .hero.two-columns .container .column.text .locations .container {
  padding: 0;
}
.fixed-right .hero.two-columns .container .column.text .locations .container.blocks.col-1 {
  display: grid;
  grid-template-columns: 1fr;
}
.fixed-right .hero.two-columns .container .column.text .locations .container.blocks.col-1 .location-card {
  width: 100%;
}

.sticky-container-page .column.text .heading {
  margin-top: 0;
}

.sticky-page-element {
  flex-direction: column;
  padding: 0;
  width: 100% !important;
  margin-top: 0;
  align-self: flex-start;
}
.sticky-page-element .heading {
  margin-top: 0;
}
.sticky-page-element .wpcf7 {
  background-color: #9bb59f;
  padding: 24px;
  border-radius: 24px;
}

.bread-crumb a {
  color: #a9a9a9;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.single #page #main .hero.two-columns .container .text h1 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.single #page #main .hero.two-columns .container .text .vacancy-info {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 32px;
}
.single #page #main .hero.two-columns .container .text .vacancy-info li {
  padding: 12px 0;
  border-top: 1px solid rgba(89, 89, 89, 0.2);
}
.single #page #main .hero.two-columns .container .text .vacancy-info li:last-child {
  border-bottom: 1px solid rgba(89, 89, 89, 0.2);
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

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%;
}

/* Links
--------------------------------------------- */
a {
  color: #164374;
}
a:visited {
  color: #164374;
}
a:hover, a:focus, a:active {
  color: #005f9d;
}
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: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);
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

button,
.button,
.wpcf7-submit {
  background-color: #164374;
  color: #ffffff;
  display: inline-block;
  align-self: center;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
button:hover,
.button:hover,
.wpcf7-submit:hover {
  color: #ffffff;
  background-color: #9bb59f;
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
button:visited,
.button:visited,
.wpcf7-submit:visited {
  color: #ffffff;
}
button:focus, button:active,
.button:focus,
.button:active,
.wpcf7-submit:focus,
.wpcf7-submit:active {
  color: #ffffff;
}

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

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;
  grid-gap: 16px;
  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: 24px;
  padding: 10px 12px;
}
.wpcf7-form .wpcf7-submit {
  background-color: #164374;
  color: #ffffff;
  display: inline-block;
  align-self: center;
  padding: 8px 16px;
  justify-content: center;
  align-self: flex-start;
  border-radius: 32px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 28px */
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  cursor: pointer;
}
.wpcf7-form .wpcf7-submit:hover {
  color: #ffffff;
  background-color: #006078;
  transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Small menu. */
.main-navigation .menu-toggle {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr;
  width: 56px;
  height: 56px;
  padding: 16px;
  z-index: 101;
}
@media (min-width: 1400px) {
  .main-navigation .menu-toggle {
    display: none;
  }
}
.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);
}
.main-navigation .menu-menu-1-container {
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #164374;
  padding: clamp(40px, 5.5555555556vw, 80px);
  padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 2);
  z-index: 100;
  transform: none;
  display: none;
  pointer-events: none;
}
@media (min-width: 1400px) {
  .main-navigation .menu-menu-1-container {
    all: unset;
    display: flex;
  }
  .main-navigation .menu-menu-1-container #primary-menu {
    flex-direction: row;
  }
}
@media (max-width: 1399.98px) {
  .main-navigation .menu-menu-1-container #primary-menu {
    flex-direction: column;
  }
  .main-navigation .menu-menu-1-container #primary-menu li a {
    color: #ffffff !important;
  }
}
.main-navigation.toggled .menu-toggle .menu-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.main-navigation.toggled .menu-toggle .menu-line:nth-child(2) {
  opacity: 0;
}
.main-navigation.toggled .menu-toggle .menu-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.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);
}
@media (max-width: 1399.98px) {
  .site-header {
    background: #ffffff;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.15), 0px 4px 64px 0px rgba(0, 0, 0, 0.15);
  }
}
.site-header .container {
  grid-gap: 24px;
}
.site-header .container .site-branding {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.site-header .container .site-branding a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.site-header .container .site-branding a .nav-logo {
  height: 48px;
  width: auto;
  transition: height 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (min-width: 1400px) {
  .site-header .container .site-branding a .nav-logo {
    height: 56px;
  }
}
@media (max-width: 1399.98px) {
  .site-header .container .site-branding a .nav-logo {
    content: url("img/van-broekhoven-fysio-logo-color.svg");
  }
}
.site-header .container .main-navigation {
  display: flex;
  z-index: 1;
  margin-left: auto;
  transition: opacity 0.3s;
  opacity: 1;
}
.site-header .container .main-navigation .menu-menu-1-container {
  align-items: center;
  margin-left: auto;
}
.site-header .container .main-navigation .menu-menu-1-container #primary-menu {
  display: flex;
  grid-gap: 24px;
  padding: 0;
  margin: 0;
}
.site-header .container .main-navigation .menu-menu-1-container #primary-menu li {
  display: flex;
  position: relative;
}
.site-header .container .main-navigation .menu-menu-1-container #primary-menu li a {
  color: #164374;
  display: flex;
  align-self: center;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 175%;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .site-header .container .main-navigation .menu-menu-1-container #primary-menu li:last-child a {
    color: #ffffff;
    background-color: #9bb59f;
  }
}
.site-header .container .main-navigation .menu-menu-1-container #primary-menu li.current-menu-item a {
  color: #9bb59f;
}
.site-header .container .main-navigation .menu-menu-1-container #primary-menu li.current-menu-item:not(.menu-item-has-children) a {
  pointer-events: none;
}
.site-header .container .main-navigation .menu-menu-1-container #primary-menu li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: #164374;
  padding: 24px;
  margin: 0;
  list-style: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  border-radius: 6px;
}
.site-header .container .main-navigation .menu-menu-1-container #primary-menu li .sub-menu li a {
  color: #164374;
}
.site-header .container .main-navigation .menu-menu-1-container #primary-menu li:hover > .sub-menu {
  display: block;
}
.site-header .container .main-navigation .menu-menu-1-container #primary-menu li:last-child a {
  color: #ffffff;
}
.site-header .container .main-navigation .menu-menu-1-container #primary-menu li:last-child.current-menu-item a {
  color: #ffffff;
  pointer-events: none;
}
.site-header.scrolled {
  background-color: #ffffff;
  padding: 12px 0;
}
.site-header.scrolled .container .site-branding a .nav-logo {
  height: 32px;
  width: auto;
}
@media (min-width: 1200px) {
  .site-header.scrolled .container .site-branding a .nav-logo {
    height: 48px;
  }
}
.site-header.scrolled::before {
  opacity: 0;
}
.site-header.light .container .site-branding a .nav-logo {
  content: url("img/van-broekhoven-fysio-logo-color.svg");
}
.site-header.light .container .main-navigation {
  display: flex;
  z-index: 1;
}
.site-header.light .container .main-navigation .menu-menu-1-container #primary-menu li a {
  color: #ffffff;
}
.site-header.light.scrolled::before {
  opacity: 0;
}
.site-header.light.scrolled .container .main-navigation {
  display: flex;
  z-index: 1;
}
.site-header.light.scrolled .container .main-navigation .menu-menu-1-container #primary-menu li a {
  color: #164374;
}
.site-header.light.scrolled .container .main-navigation .menu-menu-1-container #primary-menu li:last-child a {
  color: #ffffff;
}
.site-header.search-focus .container .main-navigation {
  transition: opacity 0.3s;
  opacity: 0;
}
.site-header.search-focus .container .search-and-filter.header {
  width: 340px;
  transition: width 0.3s;
}
.site-header.search-focus .container .search-and-filter.header #specialisaties-search-header::-moz-placeholder {
  opacity: 1;
}
.site-header.search-focus .container .search-and-filter.header #specialisaties-search-header::placeholder {
  opacity: 1;
}
.site-header.search-focus .container .search-and-filter.header #specialisaties-search-header {
  background-position: calc(100% - 24px) 50%;
}

.is-hidden {
  display: none !important;
}

.home .site .site-header.site-header.light .container .site-branding a .nav-logo {
  content: none;
}
@media (max-width: 1399.98px) {
  .home .site .site-header.site-header.light .container .site-branding a .nav-logo {
    content: url("img/van-broekhoven-fysio-logo-color.svg");
  }
}

#back-top-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;
}
#back-top-top .arrow-container {
  transform: rotate(-90deg);
}

.search-and-filter.header {
  margin-bottom: 0;
}

/* Media
--------------------------------------------- */
.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;
}

/* Captions
--------------------------------------------- */
.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;
}

/* Galleries
--------------------------------------------- */
.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;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* 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;
}

/* Alignments
--------------------------------------------- */
.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;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.hero {
  background-size: cover;
  margin: 0 auto;
}
.hero.full-width {
  align-content: center;
  border-radius: 0 0 clamp(120px, 27.7777777778vw, 380px) 24px;
  padding: calc(clamp(40px, 5.5555555556vw, 80px) * 4) 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero.full-width {
    aspect-ratio: 9/5;
    width: 100%;
    max-width: 1920px;
    padding: clamp(40px, 5.5555555556vw, 80px) 0;
  }
}
.hero.full-width .container {
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.hero.full-width .container::before {
  content: "";
  position: absolute;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: blur(120px);
  width: 100vw;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .hero.full-width .container::before {
    height: 200vh;
  }
}
.hero.full-width .container .column {
  width: 100%;
  color: #ffffff;
  position: relative;
}
@media (min-width: 768px) {
  .hero.full-width .container .column {
    width: 56.25%;
  }
}
@media (min-width: 1200px) {
  .hero.full-width .container .column {
    width: 43.75%;
  }
}
@media (min-width: 1400px) {
  .hero.full-width .container .column {
    max-width: 800px;
    width: 37.5%;
  }
}
.hero.full-width .container .column h1 {
  color: #ffffff;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.hero.full-width .container .column p {
  position: relative;
  z-index: 2;
}
.hero.full-width .container .column .button-group {
  display: flex;
  padding-top: 16px;
  justify-content: flex-start;
  grid-gap: 24px;
  flex-wrap: wrap;
}
@media (min-width: 1400px) {
  .hero.two-columns {
    padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
    margin-top: clamp(20px, 2.7777777778vw, 40px);
  }
}
.hero.two-columns .container {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .hero.two-columns .container {
    flex-wrap: nowrap;
  }
}
.hero.two-columns .container .column.image {
  border-radius: 24px 24px clamp(80px, 11.1111111111vw, 160px) 24px;
  overflow: hidden;
  display: flex;
  aspect-ratio: 8/6;
  width: 100%;
}
@media (max-width: 991.98px) {
  .hero.two-columns .container .column.image {
    order: 1;
  }
}
@media (min-width: 992px) {
  .hero.two-columns .container .column.image {
    width: 50%;
    order: 2 !important;
  }
}
.hero.two-columns .container .column.image .hero-media {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero.two-columns .container .column.image .hero-media img,
.hero.two-columns .container .column.image .hero-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero.two-columns .container .column.text {
  width: 100%;
}
@media (max-width: 991.98px) {
  .hero.two-columns .container .column.text {
    order: 2;
  }
}
@media (min-width: 992px) {
  .hero.two-columns .container .column.text {
    width: 43.75%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    order: 0 !important;
  }
  .hero.two-columns .container .column.text h1 {
    margin-top: 0;
  }
  .hero.two-columns .container .column.text .button {
    align-self: flex-start;
  }
}

.container.sticky-container-page .locations {
  padding-top: 32px;
}

.hero.two-columns .container.sticky-container-page .column.text {
  justify-content: flex-start;
}

.vacancy-hero-image,
.team-detail-hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-two-columns {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
}
.text-two-columns.padding-top-large {
  padding-top: calc(clamp(40px, 5.5555555556vw, 80px) * 2);
}
.text-two-columns .container .heading {
  margin-top: 0;
}
.text-two-columns .container .text {
  color: #595959;
}
.text-two-columns .container.grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 8px;
}
@media (min-width: 1200px) {
  .text-two-columns .container.grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: clamp(40px, 5.5555555556vw, 80px);
  }
}

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);
  background-color: #9bb59f;
  border-radius: 24px;
  padding: 24px;
}

section.form {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
}
section.form .container.columns-1 {
  width: 100%;
}
section.form .container.columns-1 .column {
  width: 100%;
}
section.form .container.columns-1 .column .wpcf7 {
  margin-top: clamp(20px, 2.7777777778vw, 40px);
  background-color: #9bb59f;
  border-radius: 24px;
  padding: 24px;
}

.locations {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
}
.locations .container .heading {
  margin: 0;
  padding-bottom: clamp(20px, 2.7777777778vw, 40px);
}
.locations .container.blocks {
  flex-wrap: wrap;
}
.locations .container.blocks .location-card .location-image {
  aspect-ratio: 3/2;
  border-radius: 24px 24px clamp(80px, 11.1111111111vw, 160px) 24px;
  overflow: hidden;
}
.locations .container.blocks .location-card .location-image .location-media {
  width: 100%;
  height: 100%;
  position: relative;
}
.locations .container.blocks .location-card .location-image .location-media .video-play-btn {
  background: none;
}
.locations .container.blocks .location-card .location-image .location-media .video-play-btn .video-play-btn__icon {
  background: rgba(0, 0, 0, 0.25);
  opacity: 0.7;
}
.locations .container.blocks .location-card .location-image .location-media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.locations .container.blocks .location-card .location-image img {
  width: 100%;
  height: 100%;
  -o-object-position: bottom center;
     object-position: bottom center;
  -o-object-fit: cover;
     object-fit: cover;
}
.locations .container.blocks .location-text {
  padding: 0 clamp(20px, 2.7777777778vw, 40px);
  margin-top: calc(clamp(40px, 5.5555555556vw, 80px) * -1);
  position: relative;
  z-index: 1;
}
.locations .container.blocks .location-text .inner {
  background-color: #9bb59f;
  border-radius: 24px;
  padding: clamp(20px, 2.7777777778vw, 40px);
}
.locations .container.blocks .location-text .inner h3 {
  margin-top: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 150%;
}
.locations .container.blocks .location-text .inner .contact-option {
  color: #ffffff;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
}
.locations .container.blocks .location-text .inner .contact-option .arrow-container {
  width: 16px;
}
.locations .container.blocks .location-text .inner .contact-option p {
  margin: 0;
}
@media (min-width: 992px) {
  .locations .container.col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: clamp(20px, 2.7777777778vw, 40px);
  }
}

.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;
}

.partner-gallery {
  background-color: #f2f2f2;
  padding: clamp(40px, 5.5555555556vw, 80px) 0;
  border-radius: 0 clamp(40px, 5.5555555556vw, 80px) 0 0;
}
@media (min-width: 768px) {
  .partner-gallery {
    border-radius: 0 clamp(120px, 16.6666666667vw, 240px) 0 0;
  }
}
.partner-gallery .container.center {
  width: 100%;
  justify-content: center;
}
.partner-gallery .container.center .heading {
  margin: 0;
  padding-bottom: clamp(40px, 5.5555555556vw, 80px);
  color: #595959;
}
.partner-gallery .container .gallery-image {
  width: 100%;
}
.partner-gallery .container .gallery-cell {
  max-width: 240px;
  background-color: #f2f2f2;
}
.partner-gallery .container .partner-image {
  mix-blend-mode: luminosity;
}

.rates {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
}
.rates .container .inner {
  border: 1px solid #d3d3d3;
  flex-direction: column;
  width: 100%;
  display: flex;
  padding: clamp(20px, 2.7777777778vw, 40px);
  border-radius: 24px;
}
.rates .container .inner h3 {
  margin-top: 0;
}
.rates .container .inner .rate {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}
.rates .container .inner .rate:not(:last-child) {
  border-bottom: 1px solid #d3d3d3;
}
.rates .container .inner .rate p {
  margin: 0;
}

.our-specialisations {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
}
.our-specialisations .container .heading {
  margin-top: 0;
}
.our-specialisations .specialisations-wrapper {
  position: relative;
  width: 100%;
}
.our-specialisations .specialisations-wrapper .specialisation-image-preview {
  flex: 1;
  position: relative;
  aspect-ratio: 5/4;
  overflow: hidden;
  border-radius: 24px 24px 31.25% 24px;
  margin-top: 24px;
  width: 100%;
}
@media (min-width: 992px) {
  .our-specialisations .specialisations-wrapper .specialisation-image-preview {
    width: 62.5%;
  }
}
.our-specialisations .specialisations-wrapper .specialisation-image-preview .preview-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  pointer-events: none;
}
.our-specialisations .specialisations-wrapper .specialisation-image-preview .preview-image.active {
  opacity: 1;
}
.our-specialisations .specialisations-wrapper .specialisation-titles {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #164374;
  border-radius: 24px;
  padding: 12px clamp(20px, 2.7777777778vw, 40px);
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.15);
  width: 87.5%;
  margin-top: calc(clamp(40px, 5.5555555556vw, 80px) * -1);
  margin-left: 6.25%;
}
@media (min-width: 992px) {
  .our-specialisations .specialisations-wrapper .specialisation-titles {
    margin-top: 0;
    margin-left: 0;
    width: 56.25%;
    top: -56px;
    position: absolute;
    right: 0;
  }
}
.our-specialisations .specialisations-wrapper .specialisation-titles .specialisation-title {
  font-size: 1.2rem;
  padding: 24px 0;
  transition: color 0.2s cubic-bezier(0.76, 0, 0.24, 1);
  cursor: pointer;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.our-specialisations .specialisations-wrapper .specialisation-titles .specialisation-title:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.our-specialisations .specialisations-wrapper .specialisation-titles .specialisation-title:hover {
  opacity: 0.8;
}
.our-specialisations .specialisations-wrapper .specialisation-titles .specialisation-title.active {
  opacity: 0.8;
}

.specialisations-overview {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
}
.specialisations-overview .container .specialisations-cards {
  display: grid;
  grid-gap: clamp(40px, 5.5555555556vw, 80px);
  width: 100%;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .specialisations-overview .container .specialisations-cards {
    grid-template-columns: 1fr 1fr;
  }
}
.specialisations-overview .container .specialisations-cards .specialisation-card .specialisation-image {
  aspect-ratio: 5/3;
  width: 100%;
  background-size: cover;
  border-radius: 24px 24px clamp(80px, 11.1111111111vw, 160px) 24px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
}
.specialisations-overview .container .specialisations-cards .specialisation-card .specialisation-image .zoom-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transform: scale(1);
}
.specialisations-overview .container .specialisations-cards .specialisation-card:hover .specialisation-image .zoom-bg {
  transform: scale(1.05);
}
.specialisations-overview .container .specialisations-cards .specialisation-card .specialisation-list {
  padding: 0 clamp(20px, 2.7777777778vw, 40px);
  margin-top: calc(clamp(40px, 5.5555555556vw, 80px) * -1);
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .specialisations-overview .container .specialisations-cards .specialisation-card .specialisation-list {
    padding: 0 48px;
  }
}
.specialisations-overview .container .specialisations-cards .specialisation-card .specialisation-list .specialisation-list-inner {
  background-color: #164374;
  padding: 24px;
  color: #ffffff;
  border-radius: 24px;
}
.specialisations-overview .container .specialisations-cards .specialisation-card .specialisation-list .specialisation-list-inner .arrow-link {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}
.specialisations-overview .container .specialisations-cards .specialisation-card .specialisation-list .specialisation-list-inner .arrow-link h3 {
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
}
.specialisations-overview .container .specialisations-cards .specialisation-card .specialisation-list .specialisation-list-inner .specialisation-children .arrow-link {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.specialisations-overview .container .specialisations-cards .specialisation-card .specialisation-list .specialisation-list-inner .specialisation-children .arrow-link h4 {
  color: #ffffff;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.specialisations-overview .container .specialisations-cards .specialisation-card .specialisation-list .specialisation-list-inner .specialisation-children .arrow-link .arrow-container {
  width: 16px;
}
.specialisations-overview .container .specialisations-cards.compact {
  grid-gap: clamp(20px, 2.7777777778vw, 40px);
}
.specialisations-overview .container .specialisations-cards.compact .specialisation-list {
  margin-top: 0;
  padding: 0;
}

.search-and-filter {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: clamp(20px, 2.7777777778vw, 40px);
  z-index: 100;
  position: relative;
}
@media (min-width: 768px) {
  .search-and-filter {
    grid-template-columns: 1fr 1fr;
    grid-gap: clamp(40px, 5.5555555556vw, 80px);
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .search-and-filter.compact {
    grid-gap: clamp(20px, 2.7777777778vw, 40px);
  }
}
.search-and-filter .search-wrapper {
  padding-bottom: clamp(20px, 2.7777777778vw, 40px);
  position: relative;
}
.search-and-filter .search-wrapper #specialisaties-search,
.search-and-filter .search-wrapper #specialisaties-search-header {
  border-radius: 32px;
  padding: 15px 24px;
  width: 100%;
  outline: none;
  position: relative;
  z-index: 2;
  background-image: url(img/search.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) 50%;
}
.search-and-filter .search-wrapper #autocomplete-results,
.search-and-filter .search-wrapper #autocomplete-results-header {
  list-style: none;
  margin: 0;
  padding: 0 24px;
  background-color: #d3d3d3;
  z-index: 1;
  padding-top: 28px;
  margin-top: -28px;
  position: absolute;
  width: 100%;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.15), 0px 4px 64px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 24px 24px;
  display: none;
}
.search-and-filter .search-wrapper #autocomplete-results li a,
.search-and-filter .search-wrapper #autocomplete-results-header li a {
  padding: 12px 0;
  text-decoration: none;
  color: #595959;
  display: flex;
  transition: color 0.2s cubic-bezier(0.76, 0, 0.24, 1);
}
.search-and-filter .search-wrapper #autocomplete-results li a:hover,
.search-and-filter .search-wrapper #autocomplete-results-header li a:hover {
  color: #000000;
}
.search-and-filter .search-wrapper #autocomplete-results li:not(:last-child),
.search-and-filter .search-wrapper #autocomplete-results-header li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.search-and-filter .filter-wrapper {
  position: relative;
}
.search-and-filter .filter-wrapper #specialisaties-filter {
  border-radius: 32px;
  padding: 15px 24px;
  width: 100%;
  appearance: none; /* for modern browsers */
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */
  background-image: url(img/select.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) 50%;
  outline: none;
}
.search-and-filter.header {
  grid-template-columns: 1fr;
  width: 56px;
}
.search-and-filter.header .search-wrapper {
  padding-bottom: 0;
}
.search-and-filter.header .search-wrapper #specialisaties-search-header {
  background-position: 50% 50%;
}
.search-and-filter.header .search-wrapper #specialisaties-search-header::-moz-placeholder {
  opacity: 0;
}
.search-and-filter.header .search-wrapper #specialisaties-search-header::placeholder {
  opacity: 0;
}

.site-main.specialisation .hero.two-columns {
  position: relative;
}
.site-main.specialisation .hero.two-columns .container {
  position: relative;
}
.site-main.specialisation .hero.two-columns .container .column.image {
  width: clamp(320px, 44.4444444444vw, 640px);
}
.site-main.specialisation .hero.two-columns .container .sticky-element {
  position: relative;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .site-main.specialisation .hero.two-columns .container .sticky-element {
    position: absolute;
    top: 0;
    right: clamp(40px, 5.5555555556vw, 80px);
  }
}
.site-main.specialisation .hero.two-columns .container .sticky-element img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .site-main.specialisation .hero.two-columns .container {
    position: relative;
  }
}
.site-main.specialisation section.text .container {
  flex-direction: column;
  grid-gap: 0;
  padding: 0;
}

.team-introduction {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
}
.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 {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .team-introduction .container.grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .team-introduction .container.grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.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;
  border-radius: 24px;
  overflow: hidden;
}
.team-introduction .container .team-card-link .team-card .team-image img {
  width: 100%;
  aspect-ratio: 5/6;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.team-introduction .container .team-card-link .team-card .team-image .specialisations {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
  margin: 0;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 12px;
}
.team-introduction .container .team-card-link .team-card .team-image .specialisations li {
  color: #ffffff;
  padding: 4px 10px;
  background-color: #164374;
  border-radius: 24px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.team-introduction .container .team-card-link .team-text {
  padding: 24px;
}
.team-introduction .container .team-card-link .team-text h3 {
  margin-top: 0;
  font-size: 24px;
}
.team-introduction .container .team-card-link .team-text .big-number {
  font-size: 12px;
}
.team-introduction .container .team-card-link:hover .team-image img {
  transform: scale(1.05);
  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.text .specialisations {
  padding: 16px 0;
  margin: 0;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 12px;
}
.site-main.team-detail .hero.two-columns .container .column.text .specialisations li {
  color: #ffffff;
  padding: 4px 10px;
  background-color: #164374;
  border-radius: 24px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.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;
}

.crosslinks {
  background-size: cover;
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
  position: relative;
  overflow: hidden;
}
.crosslinks:not(.background-green) .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;
}
@media only screen and (min-width: 1920px) {
  .crosslinks:not(.background-green) {
    max-width: 1920px;
    margin: 0 auto;
  }
  .crosslinks:not(.background-green)::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:not(.background-green)::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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.crosslinks .wrapper {
  background-size: cover;
  position: relative;
  padding: clamp(40px, 5.5555555556vw, 80px) 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 .headingh2 {
    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: #164374;
  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.background-green {
  background-color: #a9a9a9;
}
.crosslinks.background-green .wrapper .container .inner {
  width: 100%;
}
.crosslinks.background-green .wrapper .container .inner .crosslink-list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 991.98px) {
  .crosslinks.background-green .wrapper .container .inner .crosslink-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .crosslinks.background-green .wrapper .container .inner .crosslink-list {
    grid-template-columns: 1fr;
  }
}
.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);
}

.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%;
  -o-object-fit: cover;
     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 {
  visibility: hidden;
}
.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%;
}

.testimonial.is-selected .testimonial-nav {
  visibility: visible;
}

.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%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     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;
}

.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: #9bb59f;
  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: #164374;
  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;
}

.partner-gallery {
  background-color: #f2f2f2;
  padding: clamp(40px, 5.5555555556vw, 80px) 0;
  border-radius: 0 clamp(40px, 5.5555555556vw, 80px) 0 0;
}
@media (min-width: 768px) {
  .partner-gallery {
    border-radius: 0 clamp(120px, 16.6666666667vw, 240px) 0 0;
  }
}
.partner-gallery .container.center {
  width: 100%;
  justify-content: center;
}
.partner-gallery .container.center .heading {
  margin: 0;
  padding-bottom: clamp(40px, 5.5555555556vw, 80px);
  color: #595959;
}
.partner-gallery .container .gallery-image {
  width: 100%;
}
.partner-gallery .container .gallery-cell {
  max-width: 240px;
  background-color: #f2f2f2;
}
.partner-gallery .container .partner-image {
  mix-blend-mode: luminosity;
}

.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%;
  -o-object-fit: cover;
     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: #9bb59f;
  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;
}

.text-media {
  padding: clamp(40px, 5.5555555556vw, 80px) 0 0 0;
}

.text-media__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  width: 100%;
}

@media (min-width: 992px) {
  .text-media__grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}
.text-media__media-box {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  background: #000;
  border-radius: 16px;
}

.text-media__thumbvideo {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none; /* button gets the click */
}

.text-media__media-box--video {
  background-size: cover;
  background-position: center;
}

.text-media__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-play-btn {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 0;
}
.video-play-btn:hover {
  background: rgba(0, 0, 0, 0.15);
}

.video-play-btn__icon {
  width: 84px;
  height: 84px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 42px;
  line-height: 1;
}

.text-media__buttons {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Modal (fixed, so no layout impact) */
.tm-video-modal[hidden] {
  display: none;
}

.tm-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.tm-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.tm-video-modal__panel {
  position: absolute;
  inset: 24px;
  max-width: 1100px;
  margin: auto;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.tm-video-modal__close {
  justify-self: end;
  margin: 10px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
}

.tm-video-modal__video {
  width: 100%;
  height: 100%;
  display: block;
}

html.tm-lock {
  overflow: hidden;
  height: 100%;
}/*# sourceMappingURL=style.css.map */