@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
Theme Name: 	Tijdelijk Fonds voor Filmcultuur
Theme URI:
Description: 	Custom theme
Version: 		2026.1.0
Author: 		edwin slothouber
Author URI:
----------------------------------------------------------------------------------------------------------
14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

---------------------------- in plaats van 1440, 768, 640 gebruiken we em:
 640 - 40em
 704 - 44em
 768 - 48em
 960 - 60em
1024 - 64.em
1080 - 68em
1280 - 80em
1440 - 90em
1920 - 120em
----------------------------------------------------------------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *		user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  display: inline-block;
  vertical-align: middle;
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *		Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *		and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *		`input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *		(include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*---------------------------- classes:
.push-right			zet dingen rechts
.col-xx-xx			columns in 12
.push-xx-xx			creates an empty space on the left
.small-col-xx-xx	forceert een column wanneer small (<48em/768px)
.medium-col-xx-xx	forceert een column wanneer medium (<48em/768px)
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0px;
}

img {
  display: inline-block;
  vertical-align: middle;
}

.push-right {
  float: right;
}

/* -------------------------------- mobile first / tot 640px / small */
@media only screen {
  .row {
    z-index: 10;
    width: 100%;
    max-width: 90em;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0px;
    padding-left: var(--gutter); /* row-space to left */
    padding-right: 0px; /* row-space to right: (row-space-left - column-space) e.g. 30px-30px=0 */
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .row.center-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row:before, .row:after {
    content: normal;
  }
  .row:after {
    clear: both;
  }
  .row [class*=c-] {
    float: left;
    padding-right: var(--gutter); /* column-space */
  }
  .row .c-s-12 {
    width: 100%;
  }
  .row .c-s-11 {
    width: 91.66%;
  }
  .row .c-s-10 {
    width: 83.333%;
  }
  .row .c-s-9 {
    width: 75%;
  }
  .row .c-s-8 {
    width: 66.66%;
  }
  .row .c-s-7 {
    width: 58.33%;
  }
  .row .c-s-6 {
    width: 50%;
  }
  .row .c-s-5 {
    width: 41.66%;
  }
  .row .c-s-4 {
    width: 33.33%;
  }
  .row .c-s-3 {
    width: 25%;
  }
  .row .c-s-2 {
    width: 16.667%;
  }
  .row .c-s-1 {
    width: 8.33%;
  }
  .row .hide-on-small {
    display: none !important;
  }
  .row .p-s-11 {
    margin-left: 91.66%;
  }
  .row .p-s-10 {
    margin-left: 83.333%;
  }
  .row .p-s-9 {
    margin-left: 75%;
  }
  .row .p-s-8 {
    margin-left: 66.66%;
  }
  .row .p-s-7 {
    margin-left: 58.33%;
  }
  .row .p-s-6 {
    margin-left: 50%;
  }
  .row .p-s-5 {
    margin-left: 41.66%;
  }
  .row .p-s-4 {
    margin-left: 33.33%;
  }
  .row .p-s-3 {
    margin-left: 25%;
  }
  .row .p-s-2 {
    margin-left: 16.667%;
  }
  .row .p-s-1 {
    margin-left: 8.33%;
  }
  .row .p-s-0 {
    margin-left: 0;
  }
}
/* -------------------------------------------------- vanaf 768px / medium */
@media only screen and (min-width: 48em) {
  .row {
    padding-left: var(--gutter); /* row-space to left */
  }
  .row [class*=c-] {
    padding-right: var(--gutter); /* row-space to left */
  }
  .row .c-m-12 {
    width: 100%;
  }
  .row .c-m-11 {
    width: 91.66%;
  }
  .row .c-m-10 {
    width: 83.333%;
  }
  .row .c-m-9 {
    width: 75%;
  }
  .row .c-m-8 {
    width: 66.66%;
  }
  .row .c-m-7 {
    width: 58.33%;
  }
  .row .c-m-6 {
    width: 50%;
  }
  .row .c-m-5 {
    width: 41.66%;
  }
  .row .c-m-4 {
    width: 33.33%;
  }
  .row .c-m-3 {
    width: 25%;
  }
  .row .c-m-2 {
    width: 16.667%;
  }
  .row .c-m-1 {
    width: 8.33%;
  }
  .row .hide-on-small {
    display: block !important;
  }
  .row .hide-on-medium {
    display: none !important;
  }
  .row .p-m-11 {
    margin-left: 91.66%;
  }
  .row .p-m-10 {
    margin-left: 83.333%;
  }
  .row .p-m-9 {
    margin-left: 75%;
  }
  .row .p-m-8 {
    margin-left: 66.66%;
  }
  .row .p-m-7 {
    margin-left: 58.33%;
  }
  .row .p-m-6 {
    margin-left: 50%;
  }
  .row .p-m-5 {
    margin-left: 41.66%;
  }
  .row .p-m-4 {
    margin-left: 33.33%;
  }
  .row .p-m-3 {
    margin-left: 25%;
  }
  .row .p-m-2 {
    margin-left: 16.667%;
  }
  .row .p-m-1 {
    margin-left: 8.33%;
  }
  .row .push-meduim-0 {
    margin-left: 0;
  }
}
/* -------------------------------------------------- vanaf 1024px */
@media only screen and (min-width: 64em) {
  .row {
    width: 100%;
    padding-left: var(--gutter); /* row-space to left */
  }
  .row [class*=c-] {
    padding-right: var(--gutter); /* row-space to left */
  }
  .row .c-l-12 {
    width: 100%;
  }
  .row .c-l-11 {
    width: 91.66%;
  }
  .row .c-l-10 {
    width: 83.333%;
  }
  .row .c-l-9 {
    width: 75%;
  }
  .row .c-l-8 {
    width: 66.66%;
  }
  .row .c-l-7 {
    width: 58.33%;
  }
  .row .c-l-6 {
    width: 50%;
  }
  .row .c-l-5 {
    width: 41.66%;
  }
  .row .c-l-4 {
    width: 33.33%;
  }
  .row .c-l-3 {
    width: 25%;
  }
  .row .c-l-2 {
    width: 16.667%;
  }
  .row .c-l-1 {
    width: 8.33%;
  }
  .row .hide-on-small {
    display: block !important;
  }
  .row .hide-on-medium {
    display: block !important;
  }
  .row .hide-on-large {
    display: none !important;
  }
  .row .p-l-11 {
    margin-left: 91.66%;
  }
  .row .p-l-10 {
    margin-left: 83.333%;
  }
  .row .p-l-9 {
    margin-left: 75%;
  }
  .row .p-l-8 {
    margin-left: 66.66%;
  }
  .row .p-l-7 {
    margin-left: 58.33%;
  }
  .row .p-l-6 {
    margin-left: 50%;
  }
  .row .p-l-5 {
    margin-left: 41.66%;
  }
  .row .p-l-4 {
    margin-left: 33.33%;
  }
  .row .p-l-3 {
    margin-left: 25%;
  }
  .row .p-l-2 {
    margin-left: 16.667%;
  }
  .row .p-l-1 {
    margin-left: 8.33%;
  }
  .row .p-l-0 {
    margin-left: 0;
  }
}
/* -------------------------------------------------- vanaf 1024px */
@media only screen and (min-width: 80em) {
  .row {
    width: 100%;
    padding-left: var(--gutter); /* row-space to left */
  }
  .row [class*=c-] {
    padding-right: var(--gutter); /* row-space to left */
  }
  .row .c-x-12 {
    width: 100%;
  }
  .row .c-x-11 {
    width: 91.66%;
  }
  .row .c-x-10 {
    width: 83.333%;
  }
  .row .c-x-9 {
    width: 75%;
  }
  .row .c-x-8 {
    width: 66.66%;
  }
  .row .c-x-7 {
    width: 58.33%;
  }
  .row .c-x-6 {
    width: 50%;
  }
  .row .c-x-5 {
    width: 41.66%;
  }
  .row .c-x-4 {
    width: 33.33%;
  }
  .row .c-x-3 {
    width: 25%;
  }
  .row .c-x-2 {
    width: 16.667%;
  }
  .row .c-x-1 {
    width: 8.33%;
  }
  .row .hide-on-small {
    display: block !important;
  }
  .row .hide-on-medium {
    display: block !important;
  }
  .row .hide-on-large {
    display: none !important;
  }
  .row .hide-on-xlarge {
    display: none !important;
  }
  .row .p-x-11 {
    margin-left: 91.66%;
  }
  .row .p-x-10 {
    margin-left: 83.333%;
  }
  .row .p-x-9 {
    margin-left: 75%;
  }
  .row .p-x-8 {
    margin-left: 66.66%;
  }
  .row .p-x-7 {
    margin-left: 58.33%;
  }
  .row .p-x-6 {
    margin-left: 50%;
  }
  .row .p-x-5 {
    margin-left: 41.66%;
  }
  .row .p-x-4 {
    margin-left: 33.33%;
  }
  .row .p-x-3 {
    margin-left: 25%;
  }
  .row .p-x-2 {
    margin-left: 16.667%;
  }
  .row .p-x-1 {
    margin-left: 8.33%;
  }
  .row .p-x-0 {
    margin-left: 0;
  }
}
header {
  position: fixed;
  width: 100%;
  padding: 0px 20px;
  left: 0px;
  top: 0px;
  z-index: 9998;
  background-color: var(--bijnazwart);
}
@media (max-width: 55em) {
  header {
    position: relative;
    padding: 10px 0px;
    z-index: 9999;
  }
}
header .logo {
  position: absolute;
  left: var(--gutter);
  top: 10px;
  z-index: 99;
  width: 284px;
  height: 120px;
  text-decoration: none;
  background-image: url("img/tffc-logo-trans.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .logo:after {
  position: absolute;
  content: "";
  left: 14.5%;
  top: 20.5%;
  width: 57px;
  height: 57px;
  background-image: url(img/oranje-cirkels.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: rotate 5s infinite linear;
          animation: rotate 5s infinite linear;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
header.klein ul#hoofdmenu {
  padding: 7px 0 10px;
}
header.klein .logo {
  top: 7px;
  height: 70px;
}
header.klein .logo:after {
  left: 23px;
  width: 33px;
  height: 33px;
}
header ul#hoofdmenu {
  display: block;
  padding: 34px 0 36px;
  margin: 0;
  text-align: right;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header ul#hoofdmenu > li {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0 20px 0 20px;
  height: 52px;
}
header ul#hoofdmenu > li.current_page_item > a, header ul#hoofdmenu > li.current-menu-item > a, header ul#hoofdmenu > li.current-menu-ancestor > a {
  border-bottom: 4px solid;
}
header ul#hoofdmenu > li a {
  overflow: hidden;
  display: block;
  font-size: 1.25rem;
  line-height: 2.4em;
  font-weight: 500;
  font-family: var(--josefin);
  text-decoration: none;
  padding: 7px 0px 0px;
  color: var(--wit);
  height: 52px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header ul#hoofdmenu > li a:hover {
  border-bottom: 4px solid var(--oranje);
}
header ul#hoofdmenu > li a[href^="#"] {
  cursor: default;
}
header ul#hoofdmenu > li:hover .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
header ul#hoofdmenu > li .sub-menu {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  padding: 20px;
  position: absolute;
  background-color: var(--bijnazwart);
  margin-top: -4px;
  left: 0px;
  border-radius: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
header ul#hoofdmenu > li .sub-menu li {
  position: relative;
  margin-left: 0px;
  padding: 5px 10px 10px;
  list-style: none;
}
header ul#hoofdmenu > li .sub-menu li.current-menu-item a {
  border-bottom: 4px solid var(--wit);
}
header ul#hoofdmenu > li .sub-menu li a {
  line-height: 1.6em;
  display: block;
  padding: 0 0 0px 0;
  text-align: left;
  color: var(--wit);
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header ul#hoofdmenu > li .sub-menu li a:hover {
  border-color: var(--wit);
}

button.hamburger {
  display: none;
  position: absolute;
  right: var(--gutter);
  top: 20px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  width: 50px;
}
button.hamburger .bar {
  display: block;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 3px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.3s ease;
  transition: transform 0.4s ease, opacity 0.3s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
button.hamburger {
  /* Actieve staat → kruis */
}
button.hamburger.open .bar:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(135deg);
          transform: translateY(9px) rotate(135deg);
}
button.hamburger.open .bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
button.hamburger.open .bar:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-135deg);
          transform: translateY(-9px) rotate(-135deg);
}

/* ---------------- nav mobiel */
@media screen and (max-width: 55em) {
  header {
    position: absolute;
    left: 0px;
    padding: 0px !important;
    min-height: 85px;
  }
  header .logo {
    top: 12px;
    width: 250px;
    height: 70px;
  }
  header .logo:after {
    left: 23px;
    width: 33px;
    height: 33px;
  }
  header button.hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header ul#hoofdmenu {
    position: relative;
    background-color: var(--bijnazwart);
    left: 0px;
    padding-top: 150px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    display: none;
    padding-bottom: 20px;
    -webkit-transition: none;
    transition: none;
  }
  header ul#hoofdmenu > li {
    display: block;
    padding: 0 30px 10px 30px;
    text-align: center;
    height: auto;
  }
  header ul#hoofdmenu > li a {
    font-size: 30px;
    line-height: 40px;
    color: var(--wit);
    display: inline-block;
    width: auto;
    height: auto;
  }
  header ul#hoofdmenu > li:hover:after {
    content: "-";
  }
  header ul#hoofdmenu > li:hover .sub-menu {
    padding-top: 0px;
    max-height: 999px;
  }
}
/* josefin-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/josefin-sans-v34-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/josefin-sans-v34-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* josefin-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/josefin-sans-v34-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --josefin: "Josefin Sans";
  --wit: #fff;
  --oranje: #F5C242;
  --zwart: #0D0C0C;
  --bijnazwart: #32312D;
  --oranjelicht: #f7cf68;
  --h1: 56;
  --h2: 48;
  --h3: 26;
  --intro: 24;
  --gutter: 50px;
}
@media (max-width: 64em) {
  :root {
    --gutter: 35px;
    --h1: 46;
    --h2: 38;
    --h3: 22;
  }
}
@media (max-width: 48em) {
  :root {
    --gutter: 20px;
    --h1: 42;
    --h2: 30;
    --h3: 22;
  }
}

.bijnazwart {
  color: var(--bijnazwart);
}

.oranje {
  color: var(--oranje);
}

.wit {
  color: var(--wit);
}

.zwart {
  color: var(--zwart);
}

.bg_bijnazwart {
  background-color: var(--bijnazwart);
  color: var(--wit);
}
.bg_bijnazwart h1, .bg_bijnazwart h2, .bg_bijnazwart h3, .bg_bijnazwart h4 {
  color: inherit;
}

.bg_oranje {
  background-color: var(--oranje);
  color: var(--zwart);
}
.bg_oranje h1, .bg_oranje h2, .bg_oranje h3, .bg_oranje h4 {
  color: inherit;
}

.bg_wit {
  background-color: var(--wit);
  color: var(--zwart);
}
.bg_wit h1, .bg_wit h2, .bg_wit h3, .bg_wit h4 {
  color: inherit;
}

.bg_zwart {
  background-color: var(--zwart);
  color: var(--wit);
}
.bg_zwart h1, .bg_zwart h2, .bg_zwart h3, .bg_zwart h4 {
  color: inherit;
}

html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

html {
  background-color: var(--wit);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  color: var(--zwart);
  background-color: var(--wit);
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: normal;
  font-family: var(--josefin);
}

p, div {
  padding: 0px;
  margin: 0px;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: var(--wit);
}

::-webkit-scrollbar-thumb {
  background: var(--bijnazwart);
}

/*
:target {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}
*/
::-moz-selection {
  background: var(--oranje); /* WebKit/Blink Browsers */
  color: var(--wit);
}
::selection {
  background: var(--oranje); /* WebKit/Blink Browsers */
  color: var(--wit);
}

::-moz-selection {
  background: var(--oranje); /* Gecko Browsers */
  color: var(--wit);
}

*:focus {
  outline: 0 !important;
}

.fixed {
  position: fixed;
  top: 0px !important;
}

img {
  max-width: 100%;
  height: auto;
  border: 0px solid transparent;
  vertical-align: top;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 120px;
}
.gallery .gallery-item {
  height: 100%;
  margin: 0px !important;
}
@media (max-width: 48em) {
  .gallery .gallery-item {
    width: 50% !important;
  }
}
@media (max-width: 40em) {
  .gallery .gallery-item {
    width: 100% !important;
  }
}
.gallery .gallery-item a img {
  border: 10px solid var(--wit) !important;
}
.gallery .gallery-caption {
  display: none;
}

iframe {
  width: 100%;
  max-width: 100%;
}
iframe[src*="https://www.youtube"] {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}

/* ------------------------------- algemene tekst en afbeelding stijlen binnen de content blokken --- */
#ronddraaier_container {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
  opacity: 0.2;
}
#ronddraaier_container #ronddraaier {
  inset: -30%;
  position: absolute;
  background-image: url(img/cirkels-wit.svg);
  background-size: 100%;
  background-position: 100% center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.inhoud {
  padding: 20px 0;
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: normal;
  font-family: var(--josefin);
}
@media (max-width: 48em) {
  .inhoud {
    font-size: 1.125rem;
    line-height: 1.4em;
    font-weight: 350;
    font-family: var(--josefin);
  }
}
.inhoud a {
  border-bottom: 2px solid var(--zwart);
}
.inhoud a:hover {
  border-bottom: 3px solid var(--zwart);
}
.inhoud img {
  display: block;
  max-width: 100%;
  height: auto;
}
.inhoud sub {
  font-size: 0.875rem;
  line-height: 1.2em;
  font-weight: 300;
  font-family: var(--josefin);
  display: block;
}
.inhoud strong,
.inhoud b {
  font-family: var(--josefin);
  font-weight: 700;
}
.inhoud .socials,
.inhoud .sharesocials {
  margin: 20px 0;
  line-height: 40px;
  vertical-align: middle;
}
.inhoud .socials a.social,
.inhoud .sharesocials a.social {
  top: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  text-align: right;
  font-size: 30px;
  color: var(--zwart) !important;
}
.inhoud .sharesocials {
  display: inline-block;
}
.inhoud ul {
  padding-left: 0px;
  margin: 0 0 20px 0;
  list-style: none;
}
.inhoud ul li {
  padding: 5px 0 5px 30px;
  background-image: url(img/bullet.svg);
  background-repeat: no-repeat;
  background-position: 0px 12px;
  background-size: 12px 12px;
}
.inhoud ol {
  padding-left: 20px;
}

.intro {
  font-size: calc(var(--intro) / 16 * 1rem);
  line-height: calc(1.2 * var(--intro) / var(--intro) * 1em);
  font-weight: 300;
  font-family: var(--josefin);
}
@media (max-width: 48em) {
  .intro {
    font-size: 1.6875rem;
    line-height: 1.2em;
    font-weight: 300;
    font-family: var(--josefin);
  }
}

a,
button {
  color: inherit;
  position: relative;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
a.button,
button.button {
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 800;
  font-family: var(--josefin);
  background-color: var(--oranjelicht);
  border-radius: 99px;
  color: var(--zwart);
  position: relative;
  display: inline-block;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 0px solid transparent;
}
a.button:hover,
button.button:hover {
  background-color: var(--bijnazwart);
  color: var(--wit);
}
@media (max-width: 48em) {
  a.button,
  button.button {
    padding: 5px 30px;
    display: block;
    background-clip: initial;
    border-radius: 50px;
    height: auto;
    line-height: 1.5em;
  }
  a.button:before, a.button:after,
  button.button:before,
  button.button:after {
    display: none;
  }
}
a.button,
button.button {
  text-decoration: none;
}
a.button.transparant,
button.button.transparant {
  background-color: transparent;
  border: 1px solid var(--zwart);
  color: var(--zwart);
}
a,
button {
  /*	&[href$=".zip"],
  &[href$=".doc"],
  &[href$=".docx"],
  */
}

a:not(.button)[href$=".pdf"] {
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 700;
  font-family: var(--josefin);
  display: inline-block;
  padding-left: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-image: url(img/download.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 21px;
}
a:not(.button)[href$=".pdf"]:hover {
  color: var(--oranje);
  background-image: url(img/download-1.svg);
}

span {
  display: inline-block;
}

img.aligncenter {
  margin: 0 auto;
}

.clearfix:after {
  zoom: 1;
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.contentspacer {
  position: relative;
  z-index: 50;
  min-height: calc(100vh - 400px);
  background-color: transparent;
  margin-top: 170px;
}
@media (max-width: 55em) {
  .contentspacer {
    margin-top: 120px !important;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: var(--zwart);
  margin: 0;
  padding: 0 0 0 0;
  font-weight: normal;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  text-decoration: none;
  font-family: var(--josefin);
  color: inherit;
}

h1, .h1 {
  font-size: calc(var(--h1) / 16 * 1rem);
  line-height: calc(1 * var(--h1) / var(--h1) * 1em);
  font-weight: 500;
  font-family: var(--josefin);
  margin-bottom: 20px;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: calc(var(--h2) / 16 * 1rem);
  line-height: calc(1.2 * var(--h2) / var(--h2) * 1em);
  font-weight: 500;
  font-family: var(--josefin);
  margin-bottom: 10px;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: calc(var(--h3) / 16 * 1rem);
  line-height: calc(1.2 * var(--h3) / var(--h3) * 1em);
  font-weight: 500;
  font-family: var(--josefin);
  margin-bottom: 0px;
}

hr {
  margin: 30px 0;
  border: 0px solid var(--wit);
  border-bottom: 1px solid var(--zwart);
}

label {
  display: inline-block;
  color: var(--zwart);
}

input::-webkit-input-placeholder {
  color: #aaa;
  opacity: 0.5; /* Voor Firefox */
}

input::-moz-placeholder {
  color: #aaa;
  opacity: 0.5; /* Voor Firefox */
}

input:-ms-input-placeholder {
  color: #aaa;
  opacity: 0.5; /* Voor Firefox */
}

input::-ms-input-placeholder {
  color: #aaa;
  opacity: 0.5; /* Voor Firefox */
}

input::placeholder {
  color: #aaa;
  opacity: 0.5; /* Voor Firefox */
}

input,
input[type=textarea] input[type=text] {
  display: inline-block;
  color: var(--zwart);
  background-color: trans;
  border: 1px solid var(--zwart);
  margin: 5px 0 5px 0;
  padding: 7px 20px;
  font-size: 1.125rem;
  line-height: 1.2em;
  font-weight: normal;
  font-family: var(--josefin);
}

input[type=submit] {
  display: inline-block;
  border: 1px solid var(--bijnazwart);
  background-color: var(--wwit);
  color: var(--zwart);
}

input[type=checkbox],
input[type=radio] {
  margin: 5px 15px 5px 0;
}

b,
strong {
  font-weight: bold;
  font-weight: 700;
}
b a,
strong a {
  font-weight: inherit;
}

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.grid .grid-item {
  margin-bottom: 30px;
}
.grid .grid-item a,
.grid .grid-item a img {
  display: block;
  margin: 0px;
}

.video-container {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px;
}
.video-container iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* ============================================= ZOEKRESULTATEN === */
.search .resultaten {
  padding: 50px 0;
}
.search .resultaten ol.resultaten {
  padding: 0 0 0 0px;
  list-style-type: none;
}
.search .resultaten ol.resultaten article {
  margin: 0 0 40px 0;
}
.search .resultaten ol.resultaten article h2 {
  font-size: 1.4em;
}

.pager div {
  display: block;
  width: 50%;
}
.pager .nieuwer {
  float: left;
  text-align: left;
}
.pager .ouder {
  float: right;
  text-align: right;
}

/* ============================= algemeen= ============ */
.hero {
  padding: 0 0 var(--gutter) 0;
}
.hero .row [class*=c-] .inhoud h1 {
  text-align: center;
}
.hero .row [class*=c-] .inhoud {
  padding: var(--gutter) 0 0;
}

.modulair.faq {
  padding: var(--gutter) 0;
}
.modulair.faq .vraag_antwoord .row [class*=c-] .inhoud {
  padding-right: 20px;
}
.modulair.faq .vraag_antwoord .row [class*=c-] .inhoud .vraag {
  position: relative;
  cursor: pointer;
  font-size: calc(var(--h3) / 16 * 1rem);
  line-height: calc(1 * var(--h3) / var(--h3) * 1em);
  font-weight: 800;
  font-family: var(--josefin);
  padding-left: 20px;
  padding-right: 50px;
}
.modulair.faq .vraag_antwoord .row [class*=c-] .inhoud .vraag i {
  position: absolute;
  right: 0px;
  top: -5px;
  color: var(--wit);
  border-radius: 999px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.modulair.faq .vraag_antwoord .row [class*=c-] .inhoud .vraag.actief i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.modulair.faq .vraag_antwoord .row [class*=c-] .inhoud .antwoord {
  display: none;
  padding: 10px 0 0 20px;
}
.modulair.faq .vraag_antwoord:nth-child(odd) .row [class*=c-] .inhoud {
  background-color: var(--oranjelicht);
}
.modulair.een_kolom {
  padding: var(--gutter) 0;
}
.modulair.een_kolom .inhoud {
  min-width: 10px;
}
.modulair.een_kolom .buttons {
  padding-bottom: 30px;
}
@media (max-width: 48em) {
  .modulair.twee_kolommen .row {
    padding-bottom: calc(2 * var(--gutter));
  }
}
.modulair.twee_kolommen .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 48em) {
  .modulair.twee_kolommen .row {
    display: block;
  }
}
.modulair.twee_kolommen .row [class*=c-] .inhoud {
  height: 100% !important;
  margin: 0 auto;
  padding: var(--gutter) 0;
}
.modulair.twee_kolommen .row [class*=c-] .inhoud img {
  padding-bottom: 30px;
}
@media (max-width: 48em) {
  .modulair.twee_kolommen .row [class*=c-] .inhoud {
    padding: 0px 0px;
  }
  .modulair.twee_kolommen .row [class*=c-] .inhoud img {
    margin: 0 auto;
    padding: 0;
  }
}
.modulair.twee_kolommen .row [class*=c-] .inhoud .bullets {
  margin-top: 0px;
}
.modulair.twee_kolommen .row [class*=c-] .inhoud .bullets .bullet {
  margin: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modulair.twee_kolommen .row [class*=c-] .inhoud .bullets .bullet img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  position: absolute;
  display: inline-block;
  width: 65px;
  height: 65px;
  margin-right: 30px !important;
  padding: 0 !important;
}
.modulair.twee_kolommen .row [class*=c-] .inhoud .bullets .bullet .tekst {
  text-align: left;
  padding-left: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modulair.twee_kolommen .row [class*=c-]:nth-of-type(2) .inhoud {
  padding-right: 6vw;
}

/* ========================================================================= footer ======== */
#footer {
  width: 100%;
  color: var(--wit);
}
#footer .rij_1 {
  padding: 30px 0;
  background-color: var(--bijnazwart);
}
#footer .rij_2 {
  padding: 40px 0 50px;
  text-align: center;
  color: #B3B3B3;
  font-size: 0.875rem;
  line-height: 1.2em;
  font-weight: 400;
  font-family: var(--josefin);
}
#footer .row [class*=c-] .inhoud {
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: 400;
  font-family: var(--josefin);
  height: 100%;
  text-align: left;
}
#footer .row [class*=c-] .inhoud a {
  display: inline-block;
  color: var(--wit);
  margin-bottom: 5px;
}
#footer .row [class*=c-] .inhoud h1, #footer .row [class*=c-] .inhoud h2, #footer .row [class*=c-] .inhoud h3 {
  color: var(--wit);
}
#footer .row [class*=c-] .inhoud.logo img {
  margin: 0 auto;
}
#footer .row [class*=c-] .inhoud.kolom_1 a {
  font-family: var(--josefin);
  display: inline-block;
  padding-bottom: 10px;
}
#footer .row [class*=c-] .inhoud.socials {
  padding-top: 0px;
  margin-top: 20px;
}
#footer .row [class*=c-] .inhoud.socials a.social {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0 10px;
  text-align: left;
  font-size: 30px;
  color: var(--wit) !important;
}

/* ========================================================================= diversen ======== */
.alignleft {
  text-align: left;
  float: left;
  margin-right: 10px;
}

.alignright {
  text-align: right;
  float: right;
  margin-left: 10px;
}

.trans {
  background-color: transparent;
}

.radius {
  border-radius: 10px;
}

.fixed {
  position: fixed;
  top: 0px;
  z-index: 999;
}

.paddingT50 {
  padding-top: 50px;
}

.marginT10 {
  margin-top: 10px;
}

.paddingB20 {
  padding-bottom: 20px !important;
}

.beeld100prc {
  max-width: 100%;
}

.beeld100prc img {
  width: 100%;
  height: auto;
}

/* ========================================================================= garvity forms ===== */
.gform_heading {
  display: none !important;
}

.gform-theme--framework .gfield_list_group_item::before,
.gform-theme--framework .gform-field-label {
  font-size: 1.125rem !important;
  font-weight: normal !important;
}

.gform_body .gform_fields .gfield .gfield_label {
  margin: 8px 0 0 0;
}
.gform_body .gform_fields .gfield .gfield_label sub {
  display: block;
}
.gform_body .gform_fields .gfield input[type=text],
.gform_body .gform_fields .gfield input[type=email] {
  font-size: 1rem;
  line-height: 5em;
  font-weight: 300;
  font-family: var(--josefin);
  padding: 0px 10px;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--wit);
  border: 1px solid var(--zwart);
}
.gform_body .gform_fields .gfield .textarea {
  font-size: 1.125rem;
  line-height: 1.2em;
  font-weight: 400;
  font-family: var(--josefin);
  padding-left: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 1px solid var(--zwart);
}

.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer input.gform_button {
  font-size: 1.25rem !important;
  line-height: 1.2em !important;
  font-weight: 800 !important;
  font-family: var(--josefin) !important;
  position: relative;
  display: inline-block;
  padding: 0 105px 0 22px;
  color: var(--wit);
  height: 44px !important;
  min-width: 250px;
  line-height: 44px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 0px solid transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: left !important;
  width: 390px !important;
  padding: 0 15px !important;
}
@media (max-width: 48em) {
  .gform_wrapper .gform_footer input[type=submit],
  .gform_wrapper .gform_footer input.gform_button {
    padding: 5px 30px !important;
    display: inline-block !important;
    border-radius: 50px !important;
    height: auto !important;
    line-height: 1.5em !important;
    width: auto !important;
  }
  .gform_wrapper .gform_footer input[type=submit]:before, .gform_wrapper .gform_footer input[type=submit]:after,
  .gform_wrapper .gform_footer input.gform_button:before,
  .gform_wrapper .gform_footer input.gform_button:after {
    display: none;
  }
}

.gform_body .gform_fields .gfield .gfield_label {
  margin: 0 !important;
}