/*!
Theme Name: Merlijn  
Author: Glenn Windhouwer
Author URI: https://doserdesign.nl/
Description: Custom theme for Brain & Development research centre  
Version: 1.0.0
Tested up to: 6.1  
Requires PHP: 7.3 
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: BDRC 
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.

Innovatie Fabriek  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.
 */
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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*-------------------------------------------------------------- 
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

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

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: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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;
}

/*--------------------------------------------------------------
# Custom imports
--------------------------------------------------------------*/
/* =Variables
-------------------------------------------------------------- */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
.row-no-padding > [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* =Alpha colours
-------------------------------------------------------------- 


body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  box-shadow:  0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  //background-image: url('../../../wp-content/uploads/2022/07/yellow-pattern.gif');
  //  height: 100px;
    background-color: $primary;
}



/* =Alpha colours
-------------------------------------------------------------- */
/* useage: @include alpha-attribute('background-color', rgba(black, 0.5), white); */
/* =Three colour gradient
-------------------------------------------------------------- */
/* =Border radius
-------------------------------------------------------------- */
/* =Shadow
-------------------------------------------------------------- */
/* =Mixins
---------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "montreal-light";
  src: url("fonts/PPNeueMontreal-Light.woff2") format("woff2"), url("fonts/PPNeueMontreal-Light.woff") format("woff");
}
@font-face {
  font-family: "montreal-regular";
  src: url("fonts/PPNeueMontreal-Regular.woff2") format("woff2"), url("fonts/PPNeueMontreal-Regular.woff") format("woff");
}
@font-face {
  font-family: "woodland-light";
  src: url("fonts/PPWoodland-Ultralight.woff2") format("woff2"), url("fonts/PPWoodland-Ultralight.woff") format("woff");
}
@font-face {
  font-family: "woodland-bold";
  src: url("fonts/PPWoodland-Bold.woff2") format("woff2"), url("fonts/PPWoodland-Bold.woff") format("woff");
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.gradient-animation {
  -webkit-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}

/* =Media queries
-------------------------------------------------------------- */
/* =Image frames
-------------------------------------------------------------- */
.image-box-l {
  width: 100%;
  height: 0px;
  padding-bottom: 30%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.image-box-l img {
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.image-box-l-large {
  width: 100%;
  height: 0px;
  padding-bottom: 75% !important;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.image-box-l-large img {
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.image-box-p {
  width: 100%;
  height: 0px;
  padding-bottom: 125%;
  position: relative;
  overflow: hidden;
}
.image-box-p img {
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.image-box-s {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.image-box-s img {
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* =Scroll buttons
-------------------------------------------------------------- */
.scroll-top-button {
  position: fixed;
  bottom: 15px;
  right: 2vw;
  z-index: 15;
  font-size: calc(24px + 1vw);
}

.scrollup {
  cursor: pointer;
}
.scrollup img {
  width: 36px;
  height: auto;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.skip-link {
  display: none;
}

.clearfix {
  clear: both;
}

html {
  font-size: 62.5%;
  overflow: visible;
}

html.mm-opened body {
  overflow: scroll !important;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =Typography -------------------------------------------------------------- */
/*----------------------------------------------titles-start*/
h1, h2, h3, h4, h5, h6 {
  font-family: "woodland-bold";
  font-weight: normal;
  color: #A87131;
}

body .text-content h1, body .text-content h2, body .text-content h3, body .text-content h4, body .text-content h5, body .text-content h6 {
  margin: 0 auto 30px auto;
  font-family: "woodland-bold";
  font-weight: normal;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  margin-bottom: 5px;
}

h1 {
  font-size: calc(36px + 1.5vw);
  line-height: calc(24px + 1.5vw);
}

h2 {
  font-size: calc(18px + 1vw);
  line-height: calc(21px + 1vw);
}

h3 {
  font-size: calc(12px + 1vw);
  line-height: calc(15px + 1vw);
}

h4 {
  font-size: calc(21px + 1.5vw);
  line-height: calc(24px + 1.5vw);
}

h5 {
  font-size: calc(21px + 1.5vw);
  line-height: calc(24px + 1.5vw);
}

h6 {
  font-size: calc(21px + 1.5vw);
  line-height: calc(24px + 1.5vw);
}

#content .blok-title {
  color: #5FC3B1;
  text-align: center;
  font-family: "woodland-bold";
  text-transform: uppercase;
  margin-bottom: 30px;
}

blockquote p {
  font-family: "woodland-bold";
  margin: 55px 55px 55px 0px;
  position: relative;
  border-left: solid 3px #F9F6ED;
  padding-left: 25px;
}
blockquote p:last-child {
  padding-bottom: 0px;
}
blockquote p cite {
  display: block;
  border-left: solid 3px rgb(255, 255, 255);
  z-index: 2;
  margin-left: -28px;
  padding: 25px;
  font-family: "montreal-regular";
  color: #444343;
}
blockquote p cite:before {
  display: inline-block;
  content: "-";
  color: #444343;
  margin-right: 5px;
}
blockquote p cite a:link, blockquote p cite a:visited {
  color: #444343;
}

.sub-title {
  font-size: calc(12px + 1vw);
  line-height: calc(15px + 1vw);
}

/*----------------------------------------------titles-end*/
/*----------------------------------------------links-start*/
.site-main a {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  position: relative;
}
.site-main a:link, .site-main a:visited {
  text-decoration: none;
  color: #A87131;
  display: inline-block;
  text-decoration: underline;
  opacity: 0.7;
}
.site-main a:hover, .site-main a:active {
  text-decoration: none;
  color: #A87131;
  text-decoration: underline;
  opacity: 1;
}
.site-main a:hover:after, .site-main a:active:after {
  display: block;
  position: absolute;
  height: 0.1em;
  width: 100%;
  content: " ";
}

a span {
  display: inline-block;
  height: auto;
  margin-left: 10px;
}

/*----------------------------------------------links-end*/
/* =Main Structure
-------------------------------------------------------------- */
.main-content p,
#content p {
  margin-bottom: 20px;
}

#content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

#content ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

.main-content-blok ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

#content table {
  border: none;
  width: 100%;
}

#content tr th,
#content thead th {
  font-weight: bold;
}

#content tr td {
  border-top: none;
}

.home .sticky {
  background: #f2f7fc;
  border-top: 4px solid #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px;
}

.entry-meta {
  color: #888;
  font-size: 12px;
}

.entry-meta abbr,
.entry-utility abbr {
  border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
  border-bottom: 1px dotted #666;
}

#content .entry-summary p:last-child {
  margin-bottom: 12px;
}

.entry-content fieldset legend {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 0 24px;
}

.entry-content input {
  margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
  margin-right: 24px;
}

.entry-content select {
  margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
  font-size: 10px;
}

.entry-content blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 24px;
  text-align: right;
  width: 33%;
}

.entry-content blockquote.right {
  float: right;
  margin-left: 24px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

.page-link {
  clear: both;
  color: #000;
  font-weight: bold;
  margin: 0 0 22px 0;
  word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none;
}

.home .sticky .page-link a {
  background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover {
  color: #ff4b33;
}

body.page .edit-link {
  clear: both;
  display: block;
}

blockquote {
  margin-bottom: 20px;
}

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
  margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -4px;
}

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
  padding-top: 4px;
}

/* =Images
-------------------------------------------------------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
#content img.size-auto,
#content img.size-full,
#content img.size-large,
#content img.size-medium,
#content .attachment img {
  max-width: 100%; /* When images are too wide for containing element, force them to fit. */
  height: auto; /* Override height to match resized width for correct aspect ratio. */
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  line-height: 18px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 18px;
  margin-left: -5px;
  margin-right: -5px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
  padding: 10px;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

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

.gallery dl {
  margin: 0;
}

.gallery br + br {
  display: none;
}

#content .attachment img { /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

/* = Content navigation elements
-------------------------------------------------------------- */
.navigation {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
}

.navigation a:link,
.navigation a:visited {
  color: #888;
  text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
  color: #ff4b33;
}

.nav-previous {
  float: left;
  width: 50%;
}

.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#nav-above {
  margin: 0 0 18px 0;
}

#nav-above {
  display: none;
}

.paged #nav-above,
.single #nav-above {
  display: block;
}

#nav-below {
  border-top: solid 1px #040404;
  margin: 20px 0 0 0;
  padding-top: 10px;
}

/* =Header Structure
-------------------------------------------------------------- */
.site-title {
  top: -999px;
  position: absolute;
}

.custom-logo-link {
  line-height: 0px;
}

.site-header {
  opacity: 1;
  pointer-events: all;
  position: sticky;
  width: 100%;
  height: auto;
  top: 0px;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: ease-out 0.3s all;
  transition: ease-out 0.3s all;
  background-color: transparent;
  padding: 0 15px;
  background: transparent;
}
@media only screen and (min-width: 768px) {
  .site-header {
    padding: 0 30px;
  }
}
.site-header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 8;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px 0;
  max-width: 1280px;
}
@media only screen and (min-width: 768px) {
  .site-header .header-wrapper {
    padding: 30px 0;
  }
}
.site-header .socials {
  display: none;
}
@media only screen and (min-width: 768px) {
  .site-header .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header.show {
  background-color: #F9F6ED;
}
.site-header.show .site-branding {
  opacity: 1;
}
.site-header.show .header-navigation {
  position: relative;
  top: auto;
  display: none;
}
@media only screen and (min-width: 992px) {
  .site-header.show .header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header.show .header-navigation .menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.site-header.show .header-navigation .menu li {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.site-header.show .website-branding {
  font-size: 1.5em;
  line-height: 1em;
  min-width: 240px;
}
@media only screen and (min-width: 768px) {
  .site-header.show .website-branding {
    font-size: 1em;
    line-height: 1em;
  }
}
.site-header.show .website-branding .website-border {
  display: none;
}
.site-header.show a:link, .site-header.show a:visited {
  color: #A87131;
  background-color: transparent;
}
.site-header.show a:hover, .site-header.show a:active {
  color: #A87131;
  background-color: transparent;
}
.site-header.show a:hover:after, .site-header.show a:active:after {
  border-bottom: solid 1px #040404;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.header-navigation .extra-navigation {
  font-size: calc(10px + 0.5vw);
  line-height: calc(10px + 0.5vw);
  padding: 8px 0;
}
.header-navigation .extra-navigation a {
  padding: 5px 20px;
}
.header-navigation .extra-navigation a:link, .header-navigation .extra-navigation a:visited {
  border-radius: 20px;
  color: #A87131;
  border: solid 1px #A87131;
}
.header-navigation .extra-navigation a:hover, .header-navigation .extra-navigation a:active {
  text-decoration: none !important;
  border: solid 1px #A87131;
  background-color: #A87131;
  color: #F9F6ED;
}
.header-navigation .extra-navigation a:hover:after, .header-navigation .extra-navigation a:active:after {
  display: none !important;
}
.header-navigation .extra-navigation li {
  padding: 5px 5px !important;
}
.header-navigation .extra-navigation .cta a:link, .header-navigation .extra-navigation .cta a:visited {
  background-color: #A87131;
  color: #F9F6ED;
  border: solid 1px #A87131;
}
.header-navigation .extra-navigation .cta a:hover, .header-navigation .extra-navigation .cta a:active {
  background-color: #F9F6ED;
  color: #A87131;
  border: solid 1px #A87131;
}

.navigation-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0;
}

.site-description {
  font-family: "woodland-bold";
  font-size: 21px;
  line-height: 24px;
  width: calc(260px + 5vw);
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .site-description {
    width: 240px;
  }
}

.header-panel {
  display: block;
  position: fixed;
  width: 100%;
  background-color: #040404;
  top: 0px;
}

.header-navigation {
  display: none;
  left: 0px;
  top: 100%;
  font-family: "montreal-regular";
  display: none;
}
@media only screen and (min-width: 992px) {
  .header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-navigation a {
  font-family: "montreal-light";
  position: relative;
  padding: 5px 0px;
}
.header-navigation a:link, .header-navigation a:visited {
  color: #A87131;
}
.header-navigation a:hover, .header-navigation a:active {
  color: #A87131;
}
.header-navigation a:hover:after, .header-navigation a:active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  border-bottom: solid 1px #A87131;
}
.header-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-navigation .menu > li.menu-item-has-children > a {
  pointer-events: none;
}
.header-navigation .menu li {
  display: inline-block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 5px 10px;
}
.header-navigation .menu li:last-child {
  border-right: none;
}
.header-navigation .menu li:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-navigation .menu .sub-menu {
  padding: 10px 0 5px 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: -0.5px;
  background: #F9F6ED;
}
.header-navigation .menu .sub-menu li {
  border-right: none;
  border-left: none;
  padding: 5px 5px 5px 10px;
}
.header-navigation .menu .sub-menu li a:link, .header-navigation .menu .sub-menu li a:visited {
  text-decoration: none !important;
}
.header-navigation .menu .sub-menu li a:link:after, .header-navigation .menu .sub-menu li a:visited:after {
  display: none;
}
.header-navigation .menu .sub-menu li a:hover, .header-navigation .menu .sub-menu li a:active {
  text-decoration: none !important;
  opacity: 0.8;
}
.header-navigation .menu .sub-menu li a:hover:after, .header-navigation .menu .sub-menu li a:active:after {
  display: none;
}
.header-navigation #site-navigation {
  padding: 8px 0;
}

#site-navigation {
  opacity: 1;
  -webkit-transition: 3s opacity;
  transition: 3s opacity;
  z-index: 99;
  position: relative;
  max-width: 960px;
  font-size: calc(10px + 0.5vw);
  line-height: calc(10px + 0.5vw);
}

#site-navigation.fade-out {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  z-index: 99;
  position: relative;
}

.menu-panel {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #F9F6ED;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: scroll;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  z-index: 16;
  pointer-events: none;
  overflow: visible;
}
.menu-panel:after {
  content: "";
  height: 100vh;
  background-image: url("images/lines.svg");
  background-size: contain;
  width: 100%;
  display: block;
  position: fixed;
  top: 50vh;
  background-repeat: no-repeat;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
.menu-panel.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  pointer-events: all;
}
.menu-panel .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  margin-bottom: 20px;
}
.menu-panel .menu-page-main-menu-container,
.menu-panel .menu-main-menu-container {
  position: relative;
  z-index: 1;
}
.menu-panel .nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-panel .nav-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.menu-panel .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  font-size: calc(18px + 1vw);
  line-height: calc(21px + 1.5vw);
}
@media only screen and (min-width: 768px) {
  .menu-panel .menu {
    margin-top: 0px;
  }
}
.menu-panel .menu > li {
  text-align: center;
  margin: 10px auto;
}
@media only screen and (min-width: 768px) {
  .menu-panel .menu > li {
    margin-bottom: 1.5vw;
  }
}
.menu-panel .menu a {
  text-transform: capitalize;
}
.menu-panel .menu a:link, .menu-panel .menu a:visited {
  color: #A87131;
}
.menu-panel .menu a:hover, .menu-panel .menu a:active {
  color: #A87131;
}
.menu-panel .menu .sub-menu {
  display: block;
  float: none;
  margin-left: inherit !important;
  margin-left: inherit !important;
  position: relative;
  padding-top: 25px;
  display: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 90%;
  line-height: 90%;
}
.menu-panel .menu .sub-menu li {
  margin-bottom: 10px;
}
.menu-panel .menu .sub-menu a {
  width: auto;
}
.menu-panel .menu .sub-menu.show {
  display: block;
}
.menu-panel .menu-close {
  position: absolute;
  top: 31px;
  right: 15px;
  color: #040404;
  cursor: pointer;
  z-index: 9;
  -webkit-filter: invert(100%) sepia(3%) saturate(10%) hue-rotate(52deg) brightness(105%) contrast(103%);
          filter: invert(100%) sepia(3%) saturate(10%) hue-rotate(52deg) brightness(105%) contrast(103%);
}
.menu-panel .menu-close img {
  width: 24px;
  height: auto;
}
.menu-panel .container {
  z-index: 1;
}

.mobile-button {
  position: absolute;
  right: 0vw;
  line-height: 0px;
  cursor: pointer;
  width: 24px;
  z-index: 99;
  display: block;
  pointer-events: all;
}
@media only screen and (min-width: 992px) {
  .mobile-button {
    display: none;
  }
}
.mobile-button a:link, .mobile-button a:visited {
  display: block;
}
.mobile-button a:hover, .mobile-button a:active {
  display: block;
}
.mobile-button img {
  width: 100%;
  height: auto;
}

.mobile-close {
  position: absolute;
  top: 40px;
  right: 0vw;
  cursor: pointer;
  color: #5FC3B1;
}

/*-------------------------------------------- general-start*/
html body {
  font-family: "montreal-regular";
  color: #A87131;
  background-color: #F9F6ED;
  font-size: calc(14px + 0.3vw);
  line-height: calc(21px + 0.5vw);
  margin-bottom: 0px !important;
}
html body:after {
  content: "";
  height: 100vh;
  background-image: url("images/lines.svg");
  background-size: contain;
  width: 100%;
  display: block;
  position: fixed;
  top: 50vh;
  background-repeat: no-repeat;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

html.theme-wrap,
html.no-js {
  margin-top: 0px !important;
  overflow-x: hidden;
}

body {
  overflow-y: scroll;
}
body .site {
  max-width: 100vw;
}

article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.bg-oranje {
  background-color: #F05A24;
  color: rgb(255, 255, 255);
}

.bg-lichtgeel {
  background-color: #FBF8EF;
  color: #040404;
}

.bg-geel {
  background-color: #F0E2B6;
  color: #040404;
}

.bg-grijs {
  background-color: #444444;
  color: rgb(255, 255, 255);
}

.entry-content {
  margin-top: 0px;
}

.section {
  position: relative;
}

.section-title {
  text-align: center;
  font-size: calc(24px + 1vw);
  line-height: calc(30px + 1vw);
  font-family: "woodland-bold";
  margin-bottom: 60px;
}

.tb-fields-and-text {
  width: 100%;
}

.site {
  position: relative;
}

p {
  margin-bottom: 30px;
}

.logged-in .menu-close {
  position: absolute;
  top: 77px;
}

.site-header.show .socials {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

body .wp-caption .wp-caption-text {
  text-align: left;
}

.inner-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 15px 60px 15px;
}
@media only screen and (min-width: 768px) {
  .inner-wrapper {
    padding: 60px 30px 60px 30px;
  }
}
.inner-wrapper.boven {
  padding: 30px 15px 0 15px;
}
@media only screen and (min-width: 768px) {
  .inner-wrapper.boven {
    padding: 60px 30px 0 30px;
  }
}
.inner-wrapper.onder {
  padding: 0px 15px 30px 15px;
}
@media only screen and (min-width: 768px) {
  .inner-wrapper.onder {
    padding: 0px 30px 60px 30px;
  }
}
.inner-wrapper.beide {
  padding: 30px 15px 30px 15px;
}
@media only screen and (min-width: 768px) {
  .inner-wrapper.beide {
    padding: 60px 30px 60px 30px;
  }
}
.inner-wrapper.geen {
  padding: 0px 15px;
}
@media only screen and (min-width: 768px) {
  .inner-wrapper.geen {
    padding: 0px 30px;
  }
}

.main-content h1, .main-content h2, .main-content h3 {
  margin-bottom: 2vw;
}
.main-content strong {
  font-family: "woodland-bold";
}
.main-content blockquote {
  font-family: text-font;
  font-size: calc(18px + 1vw);
  line-height: calc(21px + 1vw);
  margin-bottom: 20px;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column .main-content h1, .column .main-content h2, .column .main-content h3 {
  margin-bottom: 2vw;
}
.column .side-content h1, .column .side-content h2, .column .side-content h3 {
  margin-bottom: 2vw;
}
.column.small {
  margin: 0 15px;
}
@inbclude respond-to(tablet) {
  .column.small {
    margin: 0 -30px;
  }
}
.column.small .main-content {
  width: 100%;
  padding-right: 0px;
}
@media only screen and (min-width: 768px) {
  .column.small .main-content {
    width: 50%;
    padding: 0 30px;
  }
}
.column.small .side-content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .column.small .side-content {
    width: 50%;
    padding: 0 30px;
  }
}
.column.small .section-title {
  text-align: left;
}
.column.medium {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column.medium .main-content {
  width: 100%;
  padding-right: 0px;
}
@media only screen and (min-width: 768px) {
  .column.medium .main-content {
    width: calc(75% - 15px);
    padding-right: 45px;
  }
}
.column.medium .side-content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .column.medium .side-content {
    width: calc(25% - 15px);
  }
}
.column.medium .section-title {
  text-align: left;
}
.column.large {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column.large .main-content {
  width: 100%;
  padding-right: 0px;
}
@media only screen and (min-width: 768px) {
  .column.large .main-content {
    width: calc(66.6666666667% - 15px);
    padding: 0px 45px 45px 45px;
  }
}
.column.large .side-content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .column.large .side-content {
    width: calc(33.3333333333% - 15px);
  }
}
.column.large .section-title {
  text-align: left;
}
.column.full .main-content {
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .column.full .main-content {
    width: 100%;
  }
}

body .main-content ul, body .main-content ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

body .site-footer ul, body .site-footer ol {
  margin-left: 0px;
  margin-bottom: 0px;
}

.site-main a.more-link {
  float: right;
}
.site-main a.more-link:link, .site-main a.more-link:visited {
  color: #040404;
}
.site-main a.more-link:hover, .site-main a.more-link:active {
  color: #040404;
  text-decoration: underline;
}
.site-main a.more-link span {
  display: inline-block;
}
.site-main a.more-link span img {
  width: 100%;
  height: auto;
}

body .site-main .link-zwart {
  margin-top: 10px;
}
body .site-main .link-zwart:link, body .site-main .link-zwart:visited {
  color: #040404;
}
body .site-main .link-zwart:hover, body .site-main .link-zwart:active {
  color: #444444;
}

.tekst ul li {
  margin-bottom: 5px;
}

.site-main ul, .site-main ol {
  margin-left: 20px;
  margin-bottom: 30px;
}

.blok-link {
  position: absolute !important;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.retreats.overzicht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
.retreats.overzicht .retreat {
  width: 100%;
  padding: 0 30px 60px 30px;
}
@media only screen and (min-width: 768px) {
  .retreats.overzicht .retreat {
    width: 50%;
  }
}
.retreats.overzicht .retreat-teaser-wrapper {
  padding: 30px 15px 30px 15px;
}
@media only screen and (min-width: 768px) {
  .retreats.overzicht .retreat-teaser-wrapper {
    padding: 30px 45px 60px 45px;
  }
}
.retreats.overzicht .retreat-titel {
  margin-bottom: 15px;
}
.retreats.overzicht .retreat-inner {
  height: 100%;
}

/*------------------ -------------------------- search-start*/
.searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 30px -15px;
}
.searchbar > div {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .searchbar > div {
    width: 50%;
  }
}
.searchbar input {
  margin: 0px;
}

.search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-input {
  margin-right: 15px !important;
}

.reset-button-wrapper,
.search-button-wrapper {
  color: rgb(255, 255, 255);
  background-color: #040404;
  position: relative;
  margin: 0 5px;
}
.reset-button-wrapper:hover, .reset-button-wrapper:active,
.search-button-wrapper:hover,
.search-button-wrapper:active {
  opacity: 0.8;
}
.reset-button-wrapper .search-button,
.reset-button-wrapper .reset-button,
.search-button-wrapper .search-button,
.search-button-wrapper .reset-button {
  color: rgb(255, 255, 255);
  background-color: #040404;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  margin-right: 0px !important;
}
.reset-button-wrapper .search-button:hover, .reset-button-wrapper .search-button:active,
.reset-button-wrapper .reset-button:hover,
.reset-button-wrapper .reset-button:active,
.search-button-wrapper .search-button:hover,
.search-button-wrapper .search-button:active,
.search-button-wrapper .reset-button:hover,
.search-button-wrapper .reset-button:active {
  color: rgb(255, 255, 255);
  background-color: #040404;
}
.reset-button-wrapper i,
.search-button-wrapper i {
  position: absolute;
  color: rgb(255, 255, 255);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.buttons {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.buttons .button {
  margin: 0 5px;
}

/*-------------------------------------------- header-start*/
/*-------------------------------------------- header-start*/
/*-------------------------------------------- header-start*/
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-right: 36px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .socials {
    padding-right: 0px;
  }
}
.socials .social {
  display: block;
  margin: 0 5px;
  line-height: 0px;
}
.socials .social img {
  width: auto;
  height: 24px;
}
.socials a:link, .socials a:visited {
  color: rgb(255, 255, 255);
}
.socials a:hover, .socials a:active {
  color: #F9F6ED;
  opacity: 0.6;
}

/*-------------------------------------------- main-start*/
/*-------------------------------------------- Sections-start*/
.sections {
  position: relative;
  z-index: 3;
}

.section.header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section.header .header-content-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .section.header .header-content-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 5vw;
  }
}
.section.header .header-image-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .section.header .header-image-wrapper {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
.section.header .header-title {
  margin-bottom: 15px;
}

.tekstbeeld-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  overflow: hidden;
  line-height: 0px;
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .tekstbeeld-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tekstbeeld-wrapper.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.tekstbeeld-wrapper .tekst-column {
  width: 100%;
  line-height: calc(21px + 0.5vw);
  padding: 45px 30px;
}
@media only screen and (min-width: 992px) {
  .tekstbeeld-wrapper .tekst-column {
    width: 60%;
    padding: 45px;
  }
}
.tekstbeeld-wrapper .tekst-column h1, .tekstbeeld-wrapper .tekst-column h2, .tekstbeeld-wrapper .tekst-column h3 {
  margin-bottom: 30px;
}
.tekstbeeld-wrapper .beeld-column {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .tekstbeeld-wrapper .beeld-column {
    width: 40%;
  }
}
.tekstbeeld-wrapper .beeld-column .image-box-p {
  height: 100%;
}

.tekst .main-content.bg-bruin {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
}
@media only screen and (min-width: 992px) {
  .tekst .main-content.bg-bruin {
    padding: 45px;
  }
}
.tekst .main-content.bg-bruin ul {
  margin-left: 0px;
}
@media only screen and (min-width: 768px) {
  .tekst .main-content.bg-bruin ul {
    margin-left: 20px;
  }
}
.tekst .column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lessen.lijst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lessen.lijst .les {
  width: 100%;
  padding: 10px 50px 10px 0;
}
@media only screen and (min-width: 768px) {
  .lessen.lijst .les {
    width: 50%;
  }
}
.lessen.lijst .les-inner {
  border-bottom: solid 1px #A87131;
}
.lessen.lijst .les-titel {
  cursor: pointer;
}
.lessen.lijst .les-teaser {
  margin: 30px 0 0 0;
}

.lessen.overzicht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.lessen.overzicht .les {
  width: 100%;
  padding: 0px 15px 30px 15px;
}
@media only screen and (min-width: 768px) {
  .lessen.overzicht .les {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .lessen.overzicht .les {
    width: 33.3333333333%;
  }
}
.lessen.overzicht .les:hover, .lessen.overzicht .les:active {
  -webkit-transform: scale(1.05, 1.05) translate3d(0, 0, 0);
          transform: scale(1.05, 1.05) translate3d(0, 0, 0);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.lessen.overzicht .les-titel {
  cursor: pointer;
  margin-bottom: 15px;
}
.lessen.overzicht .les-teaser-wrapper {
  margin: 30px 45px 60px 45px;
}
.lessen.overzicht .les-inner {
  height: 100%;
  position: relative;
}
.lessen.overzicht .rating-wrapper {
  display: none;
}
.lessen.overzicht a:link, .lessen.overzicht a:visited {
  text-decoration: none;
}
.lessen.overzicht a:hover, .lessen.overzicht a:active {
  text-decoration: none;
}

.blokken .blok {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  margin-bottom: 15px;
  position: relative;
}
.blokken .blok:hover, .blokken .blok:active {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.blokken .blok-link {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.blokken .flex-inner {
  background-color: rgb(255, 255, 255);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.blokken .blok-teaser {
  padding: 30px 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blokken .blok-teaser .workshop-datum {
  margin-top: auto;
}
.blokken .blok-afbeelding {
  width: 100%;
}

body .les-types {
  background-color: rgb(255, 255, 255);
  margin: 0 0px;
  width: calc(100% + 0px);
  padding: 60px 2.5vw 0 2.5vw;
}
body .les-types .les-type-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .les-types .les-type.flex-item {
  padding: 0 2.5vw 60px 2.5vw;
}
body .les-types .item-link {
  position: relative;
  padding: 5px 15px !important;
}
body .les-types .les-type-content {
  padding-bottom: 30px;
}
body .les-types .les-type-titel {
  margin-bottom: 30px;
}
body .les-types .les-type-teaser {
  margin-bottom: 30px;
}

.teamlid-foto {
  padding: 0 15%;
}

#accordion .card {
  background-color: transparent;
  border: none;
  border-radius: 0px;
}

#sb_instagram {
  max-width: 100vw !important;
  margin-left: -10px;
}
@media only screen and (min-width: 768px) {
  #sb_instagram {
    margin-left: 0px;
  }
}
#sb_instagram .section-title {
  font-size: clamp(24px, 2vw, 64px);
  line-height: clamp(30px, 2.3vw, 64px);
  font-family: "montreal-regular";
  font-weight: 600;
  text-transform: none;
  border-bottom: solid 1px #F9F6ED;
  margin-bottom: 10px;
}
#sb_instagram .sbi_photo_wrap {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
#sb_instagram .sbi_photo_wrap .sbi_photo {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-bottom: 100%;
  max-height: 0px;
}
#sb_instagram #sb_instagram #sbi_images {
  height: 100%;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.slick-arrow.fa-chevron-left {
  left: 10px;
  cursor: pointer;
}
.slick-arrow.fa-chevron-right {
  right: 0px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .slick-arrow.fa-chevron-right {
    right: -5px;
  }
}

.rating-wrapper .rating {
  display: inline-block;
  position: relative;
}
.rating-wrapper .rating-0 {
  clip-path: polygon(0% 0, 0% 100%, 0 100%, 0 0);
}
.rating-wrapper .rating-1 {
  clip-path: polygon(10% 0, 10% 100%, 0 100%, 0 0);
}
.rating-wrapper .rating-2 {
  clip-path: polygon(20% 0, 20% 100%, 0 100%, 0 0);
}
.rating-wrapper .rating-3 {
  clip-path: polygon(30% 0, 30% 100%, 0 100%, 0 0);
}
.rating-wrapper .rating-4 {
  clip-path: polygon(40% 0, 40% 100%, 0 100%, 0 0);
}
.rating-wrapper .rating-5 {
  clip-path: polygon(50% 0, 50% 100%, 0 100%, 0 0);
}
.rating-wrapper .rating-6 {
  clip-path: polygon(60% 0, 60% 100%, 0 100%, 0 0);
}
.rating-wrapper .rating-7 {
  clip-path: polygon(70% 0, 70% 100%, 0 100%, 0 0);
}
.rating-wrapper .rating-8 {
  clip-path: polygon(80% 0, 80% 100%, 0 100%, 0 0);
}
.rating-wrapper .rating-9 {
  clip-path: polygon(90% 0, 90% 100%, 0 100%, 0 0);
}
.rating-wrapper .rating-10 {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}

/*-------------------------------------------- single-retreat*/
.dagen {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dagen .dag .dag-inner {
  padding: 30px;
  height: 100%;
}
.dagen .programma-onderdeel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.dagen .programma-onderdeel .programma-tijd {
  min-width: 140px;
  font-weight: bold;
}

.retreat-dag {
  margin-bottom: 20px;
}

/*-------------------------------------------- single-workshop*/
.workshop-meta {
  background-color: #A87131;
  color: #F9F6ED;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 15px;
}

.title {
  margin-bottom: 15px;
}

.workshops .workshop {
  margin-bottom: 60px;
}
.workshops .workshop-teaser-content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .workshops .workshop-teaser-content {
    width: 60%;
    padding: 0 15px;
  }
}
.workshops .workshop-foto {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .workshops .workshop-foto {
    width: 40%;
    padding: 0 15px;
  }
}
.workshops .workshop-foto .image-box-l-large {
  height: 100% !important;
}
.workshops .teaser-inner {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.workshops .teaser-inner .button-wrapper {
  margin-top: auto;
}

.teamleden .teamlid-teaser-wrapper {
  padding: 30px 0;
  margin-bottom: 60px;
}
.teamleden .grid-sizer {
  position: absolute;
  display: none;
}
.teamleden .grid-sizer,
.teamleden .teamlid {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .teamleden .grid-sizer,
  .teamleden .teamlid {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .teamleden .grid-sizer,
  .teamleden .teamlid {
    width: 33.3333333333%;
  }
}
.teamleden .teamlid {
  padding: 0 45px;
}
.teamleden .stamp {
  left: 33.3333333333%;
  width: 100%;
  height: 100px;
  position: absolute;
  display: none;
}
@media only screen and (min-width: 992px) {
  .teamleden .stamp {
    width: calc(33.3333333333% - 20px);
    left: 33.3333333333%;
    display: block;
  }
}
.teamleden .teamlid-titel {
  font-family: "montreal-regular";
  opacity: 1 !important;
  margin-bottom: 15px;
}
.teamleden .teamlid-teaser p {
  margin-bottom: 15px;
}

.abonnement-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.abonnement-wrapper .tekst-column {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .abonnement-wrapper .tekst-column {
    width: 33.3333333333%;
    padding-right: 30px;
  }
}
.abonnement-wrapper .abonnementen-column {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .abonnement-wrapper .abonnementen-column {
    width: 66.6666666667%;
  }
}

.abonnementen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .abonnementen {
    margin: 0 -15px;
  }
}
.abonnementen .abonnement {
  width: 100%;
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .abonnementen .abonnement {
    width: 50%;
  }
}
.abonnementen .abonnement li {
  list-style-position: inside;
}
.abonnementen .abonnement-inner {
  padding: 45px;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.abonnementen .abonnement-prijs {
  font-family: "woodland-bold";
  font-size: calc(12px + 1vw);
  line-height: calc(15px + 1vw);
  margin-bottom: 30px;
}
.abonnementen h2.abonnement-title {
  font-size: calc(12px + 1vw);
  line-height: calc(15px + 1vw);
  margin-bottom: 30px;
}
.abonnementen .abbonement-tekst {
  margin-bottom: 30px;
}
.abonnementen .abbonement-tekst p:last-child, .abonnementen .abbonement-tekst ol:last-child, .abonnementen .abbonement-tekst ul:last-child {
  margin-bottom: 0px;
}
.abonnementen .button-wrapper {
  margin-top: auto;
}

.optie-titel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
}

.faqs .card-header {
  background-color: transparent;
  cursor: pointer;
}
.faqs .faq-question {
  text-align: left;
}

body .small {
  font-size: 100%;
  font-weight: 400;
}

.les-linkblok .content-inner {
  height: 100%;
}
.les-linkblok .section-title {
  margin-bottom: 0px !important;
  text-align: center !important;
  padding: 30px 15px;
}

.rating-blok {
  padding: 30px;
}
.rating-blok .rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rating-blok h2 {
  text-align: left;
}

/*-------------------------------------------- teamlid-start*/
.teamlid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  overflow: hidden;
  line-height: 0px;
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 45px 30px 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.teamlid-wrapper .section-title {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .teamlid-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .teamlid-wrapper.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.teamlid-wrapper .tekst-column {
  width: 100%;
  line-height: calc(21px + 0.5vw);
  padding: 0 45px 0 0;
}
@media only screen and (min-width: 768px) {
  .teamlid-wrapper .tekst-column {
    width: 75%;
  }
}
.teamlid-wrapper .tekst-column h1, .teamlid-wrapper .tekst-column h2, .teamlid-wrapper .tekst-column h3 {
  margin-bottom: 30px;
}
.teamlid-wrapper .beeld-column {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .teamlid-wrapper .beeld-column {
    width: 16%;
  }
}
.teamlid-wrapper .teamlid-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.teamlid-wrapper .teamlid-meta > strong {
  min-width: 120px;
}

.gallery {
  max-width: 100vw;
}

.ihc-login-form-wrap {
  margin: 0 auto;
  display: block;
  background-color: transparent;
}
.ihc-login-form-wrap .impu-form-line-fr {
  background-color: transparent;
}
.ihc-login-form-wrap .impu-form-line-fr:hover, .ihc-login-form-wrap .impu-form-line-fr:active {
  background-color: transparent;
}
.ihc-login-form-wrap .impu-form-submit input {
  background-color: #A87131;
  border-radius: 40px;
}
.ihc-login-form-wrap .impu-form-submit input:hover, .ihc-login-form-wrap .impu-form-submit input:active {
  background-color: #A87131;
}

/*-------------------------------------------- workshop-start*/
.workshop-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  overflow: hidden;
  line-height: 0px;
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.workshop-wrapper .section-title {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .workshop-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .workshop-wrapper.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.workshop-wrapper .tekst-column {
  width: 100%;
  line-height: calc(21px + 0.5vw);
  padding: 30px 30px 0px 30px;
}
@media only screen and (min-width: 768px) {
  .workshop-wrapper .tekst-column {
    width: 75%;
    padding: 30px 45px 0px 45px;
  }
}
.workshop-wrapper .tekst-column h1, .workshop-wrapper .tekst-column h2, .workshop-wrapper .tekst-column h3 {
  margin-bottom: 30px;
}
.workshop-wrapper .beeld-column {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .workshop-wrapper .beeld-column {
    width: 25%;
  }
}
.workshop-wrapper .workshop-meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.workshop-wrapper .workshop-meta-row > strong {
  min-width: 120px;
}

.gekoppelde-teamleden .teamlid-inner {
  border-radius: 10px;
}
.gekoppelde-teamleden .teamlid-foto {
  margin-bottom: 15px;
}
.gekoppelde-teamleden .teamlid-inner {
  padding: 30px;
}
.gekoppelde-teamleden .teamlid-meta-blok {
  margin-bottom: 15px;
}

.showform .event-tickets .tribe-tickets__form {
  margin: 0 auto;
  border-radius: 10px;
  border: none;
  max-width: 960px;
  display: block;
}
.showform .event-tickets .tribe-tickets__tickets-title {
  text-align: center;
  font-size: calc(24px + 1vw);
  line-height: calc(30px + 1vw);
  font-family: "woodland-bold";
  color: #A87131;
}
.showform .tribe-tickets__tickets-item-content-title {
  color: #A87131 !important;
}
.showform .tribe-tickets__tickets-sale-price {
  color: #A87131 !important;
}
.showform .entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled, .showform .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled, .showform .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled, .showform .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled {
  background-color: #A87131;
  border-radius: 40px;
}
.showform .entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled:hover, .showform .entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled:active, .showform .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled:hover, .showform .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled:active, .showform .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled:hover, .showform .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled:active, .showform .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled:hover, .showform .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled:active {
  background-color: #A87131;
}
.showform .entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn, .showform .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn, .showform .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn, .showform .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn {
  background-color: #A87131;
  border-radius: 40px;
}
.showform .entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover, .showform .entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:active, .showform .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover, .showform .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:active, .showform .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover, .showform .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:active, .showform .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover, .showform .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:active {
  background-color: #A87131;
  opacity: 0.8;
}

.tribe-tickets__form {
  display: none;
}

.ticket-form-wrapper {
  position: relative;
}

/*-------------------------------------------- membership-start*/
body .ich_level_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .ich_level_wrap .ihc-level-item-wrap {
  border-radius: 30px !important;
}
body .ich_level_wrap .ihc-level-item-top {
  background-color: #A87131;
}
body .ich_level_wrap .ihc-level-item-price {
  display: none;
}
body .ich_level_wrap .ihc-level-item-title {
  padding: 40px 30px;
  color: #F9F6ED;
  line-height: 30px;
}
body .ich_level_wrap .ihc-level-item-content p {
  color: #A87131;
}
body .ich_level_wrap .ihc-level-item-bottom > .ihc-level-item-link {
  background-color: #A87131;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  font-family: "woodland-light";
  padding: 10px 25px 8px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  -webkit-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 40px;
  font-size: calc(15px + 0.5vw);
  line-height: calc(18px + 0.5vw);
}
body .ich_level_wrap .ihc-level-item-bottom > .ihc-level-item-link:hover, body .ich_level_wrap .ihc-level-item-bottom > .ihc-level-item-link:active {
  background-color: #A87131 !important;
  opacity: 0.8;
}

/*-------------------------------------------- footer-start*/
.site-footer {
  color: #A87131;
}
.site-footer a:link, .site-footer a:visited {
  color: #A87131;
  text-decoration: none;
  opacity: 1;
}
.site-footer a:hover, .site-footer a:active {
  color: #A87131;
  text-decoration: none;
  opacity: 0.7;
}
.site-footer .footer-widgets {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-widgets {
    padding: 15px 30px;
  }
}
.site-footer .footer-widgets .widget {
  margin-bottom: 0px;
}
.site-footer .menu {
  list-style-type: none;
}
.site-footer .menu li {
  padding: 5px 0;
}
.site-footer .menu a:link, .site-footer .menu a:visited {
  color: #A87131;
  text-decoration: none;
  opacity: 1;
}
.site-footer .menu a:hover, .site-footer .menu a:active {
  color: #A87131;
  text-decoration: none;
  opacity: 0.7;
}
.site-footer .menu .sub-menu {
  list-style-type: none;
}
.site-footer .footer-top .inner-wrapper {
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-top .inner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 30px;
  }
}
.site-footer .footer-top .inner-wrapper .footer-widgets-1 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.site-footer .footer-top .inner-wrapper .footer-widgets-1 img {
  width: 100%;
  max-width: 300px !important;
}
.site-footer .footer-top .inner-wrapper .footer-widgets-2, .site-footer .footer-top .inner-wrapper .footer-widgets-3, .site-footer .footer-top .inner-wrapper .footer-widgets-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid rgb(255, 255, 255);
}
.site-footer .footer-bottom .inner-wrapper {
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-bottom .inner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px 30px;
  }
}
.site-footer .footer-bottom .inner-wrapper .widget_media_image {
  max-width: 200px;
  width: 100%;
}
.site-footer .footer-bottom .inner-wrapper .widget_media_image img {
  max-width: none;
  width: 100%;
}
.site-footer .footer-bottom .inner-wrapper .footer-widgets {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-bottom .inner-wrapper .footer-widgets {
    width: auto;
  }
}
.site-footer .footer-bottom .inner-wrapper .footer-widgets-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-footer .footer-bottom .inner-wrapper .footer-widgets-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-footer .footer-bottom .inner-wrapper .footer-widgets-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-footer .footer-credits .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-credits .inner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.ihc-user-page-top-ap-background {
  display: none !important;
}

.ihc-ap-top-theme-2 {
  padding-top: 0px !important;
}

.woocommerce-checkout .form-row {
  display: block !important;
}
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
  max-width: none !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/*-------------------------------------------- flexgrid-start*/
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.flex-2 .flex-item {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.flex-2 .end {
  position: relative;
  margin-top: auto !important;
}
.flex-2 .flex-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-2 .flex-inner > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex-2 .flex-link {
  position: absolute;
  top: 0px;
  width: 100%;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .flex-2.tablet .flex-item {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .flex-2.desktop .flex-item {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-2.widescreen .flex-item {
    width: 50%;
  }
}

.flex-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0px;
  width: calc(100% + 0px);
}
.flex-3 .flex-item {
  width: 100%;
  padding: 0px;
}
@media only screen and (min-width: 768px) {
  .flex-3 .flex-item {
    padding: 0 15px;
  }
}
.flex-3 .end {
  position: relative;
  margin-top: auto !important;
}
.flex-3 .flex-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-3 .flex-inner > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .flex-3.tablet .flex-item {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 992px) {
  .flex-3.desktop .flex-item {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-3.widescreen .flex-item {
    width: 33.3333333333%;
  }
}

.header-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header-slider .slick-slide {
  height: inherit !important;
}
.header-slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-slider .slide .slide-inner-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-slider .slide-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .header-slider .slide-content {
    width: 41.6666666667%;
    padding: 0px 60px 0px 0;
  }
}
.header-slider .slide-media {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header-slider .slide-media {
    width: 58.3333333333%;
  }
}
.header-slider .slide-tekst-wrapper {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  left: 0px;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .header-slider .slide-tekst-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 50%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.header-slider .slide-title {
  margin-bottom: 2vw;
}

.slick-slide {
  margin: 0 15px;
}

/* the parent */
.slick-list {
  margin: 0 -15px;
}

.slick-dots {
  font-size: 2rem;
}

.slick-dots li button:before {
  font-size: 24px !important;
}

.header-sectie {
  background-color: #E5AA15;
}

.impressie-slider {
  height: 240px;
}
@media only screen and (min-width: 768px) {
  .impressie-slider {
    height: 300px;
  }
}
.impressie-slider .slick-list {
  height: 240px;
}
@media only screen and (min-width: 768px) {
  .impressie-slider .slick-list {
    height: 300px;
  }
}
.impressie-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
}
.impressie-slider .slick-slide {
  height: inherit !important;
  position: relative;
}
.impressie-slider .slick-slide img {
  height: 100%;
  width: auto;
}
.impressie-slider a {
  height: 100%;
  display: block;
}

.slider-buttons a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  font-family: "montreal-regular";
  padding: 10px 25px 8px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  -webkit-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-family: "montreal-regular";
  text-transform: uppercase;
  border-radius: 40px;
  margin-bottom: 30px;
}
.slider-buttons a:link, .slider-buttons a:visited {
  color: #8B0428;
  background-color: #F0E2B6;
}
.slider-buttons a:hover, .slider-buttons a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #8B0428;
  color: #F0E2B6;
}
.slider-buttons a:first-letter {
  text-transform: capitalize;
}

.slick-current .slide-tekst {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.site-main .button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  font-family: "woodland-light";
  padding: 10px 25px 8px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  -webkit-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 40px;
  font-size: calc(15px + 0.5vw);
  line-height: calc(18px + 0.5vw);
}
.site-main .button:link, .site-main .button:visited {
  color: #F9F6ED;
  background-color: #A87131;
  opacity: 1;
}
.site-main .button:hover, .site-main .button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #F9F6ED;
  background-color: #A87131;
  opacity: 0.7;
}
.site-main .button:first-letter {
  text-transform: capitalize;
}
.site-main .button-transparent {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  font-family: "woodland-light";
  padding: 10px 25px 8px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  -webkit-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 40px;
  font-size: calc(15px + 0.5vw);
  line-height: calc(18px + 0.5vw);
}
.site-main .button-transparent:link, .site-main .button-transparent:visited {
  color: #A87131;
  background-color: transparent;
  border: solid 1px #A87131;
  opacity: 1;
}
.site-main .button-transparent:hover, .site-main .button-transparent:active {
  color: #F9F6ED;
  background-color: #A87131;
  border: solid 1px #A87131;
  opacity: 1;
}
.site-main .button-transparent:first-letter {
  text-transform: capitalize;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
  display: inline-block;
  color: rgb(255, 255, 255) !important;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  background: #A87131;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  font-family: "montreal-regular";
  margin-top: 0px;
  cursor: pointer;
  text-align: center;
  border: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .frm_form_submit_style:hover, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover {
  background: #F9F6ED;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message i, .frm_style_formidable-style.with_frm_style input[type=submit] i, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button] i, .frm_style_formidable-style.with_frm_style .frm_submit button i, .frm_form_submit_style i, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] i {
  font-size: 36px !important;
  color: rgb(255, 255, 255) !important;
}

.frm_submit .frm_button_submit {
  padding: 10px 20px !important;
}

.frm_form_fields input, .frm_form_fields textarea {
  border-radius: 0px !important;
}

.reset-button {
  margin: 0 20px 20px 0;
  border: solid 1px #F9F6ED;
  background: #F9F6ED;
  padding: 5px 20px;
  color: rgba(24, 100, 108, 0.5);
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  color: #A87131;
}
.reset-button:link, .reset-button:visited {
  color: rgba(24, 100, 108, 0.5);
}
.reset-button:hover, .reset-button:active {
  background: rgb(255, 255, 255);
  color: #040404;
}

.image-box-l {
  width: 100%;
  height: 0px;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.image-box-l img {
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.image-box-l-medium {
  width: 100%;
  height: 0px;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.image-box-l-medium img {
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.image-box-l-large {
  width: 100%;
  height: 0px;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.image-box-l-large img {
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.image-box-p {
  width: 100%;
  height: 0px;
  padding-bottom: 130%;
  position: relative;
  overflow: hidden;
}
.image-box-p img {
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.image-box-s {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.image-box-s img {
  position: absolute;
  top: 0px;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.round {
  border-radius: 50%;
}

.center-content {
  text-align: center;
}
.center-content img {
  margin: 0 auto;
}

.rounded {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  overflow: hidden;
}

.rounded-top {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}

.rounded-bottom {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}

.bg-bruin {
  background-color: #A87131;
  color: #F9F6ED;
}
.bg-bruin a:link, .bg-bruin a:visited {
  color: #F9F6ED;
  text-decoration: none;
}
.bg-bruin a:hover, .bg-bruin a:active {
  color: #F9F6ED;
  text-decoration: underline;
}
.bg-bruin h1, .bg-bruin h2, .bg-bruin h3 {
  color: #F9F6ED;
}
.bg-bruin ul {
  list-style-type: none;
}
.bg-bruin ul li {
  position: relative;
  padding-left: 20px;
}
.bg-bruin ul li:before {
  background-image: url(images/check.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 5px;
  position: absolute;
  left: 0px;
}

.bg-wit {
  background-color: rgb(255, 255, 255);
}

.bg-transparant {
  background-color: transparent;
}

.bg-zwart {
  background-color: #040404;
}
.bg-zwart a:link, .bg-zwart a:visited {
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: inline-block;
  text-decoration: underline;
}
.bg-zwart a:hover, .bg-zwart a:active {
  text-decoration: underline;
  color: #F9F6ED;
}

.bg-geel {
  background-color: #F9F6ED;
}
.bg-geel a:link, .bg-geel a:visited {
  text-decoration: none;
  color: #040404;
  display: inline-block;
  text-decoration: none;
}
.bg-geel a:hover, .bg-geel a:active {
  text-decoration: none;
  color: #F05A24;
}

.v-pad-top {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .v-pad-top {
    padding-top: 80px;
  }
}

.v-pad-top-small {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .v-pad-top-small {
    padding-top: 30px;
  }
}

.v-pad-bottom {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .v-pad-bottom {
    padding-bottom: 80px;
  }
}

.v-pad-bottom-small {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .v-pad-bottom-small {
    padding-bottom: 30px;
  }
}

.v-pad {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .v-pad {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.v-pad-small {
  padding-top: 30px;
  padding-bottom: 40px;
}

.v-pad-large {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .v-pad-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.v-pad-top-large {
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .v-pad-top-large {
    padding-top: 100px;
  }
}

.v-pad-bottom-large {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .v-pad-bottom-large {
    padding-bottom: 60px;
  }
}

.site-main {
  opacity: 1;
  -webkit-transition: opacity ease-in 1s;
  transition: opacity ease-in 1s;
}

.fade-out {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

p:empty {
  padding-bottom: 0px;
}

body .frm_style_formidable-style.with_frm_style legend + h3,
body .frm_style_formidable-style.with_frm_style h3.frm_form_title {
  color: #A87131;
  font-family: "woodland-bold";
  margin-bottom: 30px !important;
}
body .frm_style_formidable-style.with_frm_style .form-field {
  color: #A87131;
}
body input[type=text], body input[type=email], body input[type=url], body input[type=password], body input[type=search], body input[type=number], body input[type=tel], body input[type=range], body input[type=date], body input[type=month], body input[type=week], body input[type=time], body input[type=datetime], body input[type=datetime-local], body input[type=color], body textarea {
  color: #A87131 !important;
  background-color: #040404;
  min-height: 40px;
  border-radius: 0px;
  padding: 0 15px;
  font-size: calc(14px + 0.3vw) !important;
  line-height: calc(18px + 0.5vw) !important;
  font-family: "woodland-bold" !important;
}
body input[type=text]::-webkit-input-placeholder, body input[type=email]::-webkit-input-placeholder, body input[type=url]::-webkit-input-placeholder, body input[type=password]::-webkit-input-placeholder, body input[type=search]::-webkit-input-placeholder, body input[type=number]::-webkit-input-placeholder, body input[type=tel]::-webkit-input-placeholder, body input[type=range]::-webkit-input-placeholder, body input[type=date]::-webkit-input-placeholder, body input[type=month]::-webkit-input-placeholder, body input[type=week]::-webkit-input-placeholder, body input[type=time]::-webkit-input-placeholder, body input[type=datetime]::-webkit-input-placeholder, body input[type=datetime-local]::-webkit-input-placeholder, body input[type=color]::-webkit-input-placeholder, body textarea::-webkit-input-placeholder {
  font-family: "woodland-bold";
  font-size: calc(14px + 0.3vw);
  line-height: calc(18px + 0.5vw);
  color: #A87131 !important;
  opacity: 0.5;
}
body input[type=text]::-moz-placeholder, body input[type=email]::-moz-placeholder, body input[type=url]::-moz-placeholder, body input[type=password]::-moz-placeholder, body input[type=search]::-moz-placeholder, body input[type=number]::-moz-placeholder, body input[type=tel]::-moz-placeholder, body input[type=range]::-moz-placeholder, body input[type=date]::-moz-placeholder, body input[type=month]::-moz-placeholder, body input[type=week]::-moz-placeholder, body input[type=time]::-moz-placeholder, body input[type=datetime]::-moz-placeholder, body input[type=datetime-local]::-moz-placeholder, body input[type=color]::-moz-placeholder, body textarea::-moz-placeholder {
  font-family: "woodland-bold";
  font-size: calc(14px + 0.3vw);
  line-height: calc(18px + 0.5vw);
  color: #A87131 !important;
  opacity: 0.5;
}
body input[type=text]:-ms-input-placeholder, body input[type=email]:-ms-input-placeholder, body input[type=url]:-ms-input-placeholder, body input[type=password]:-ms-input-placeholder, body input[type=search]:-ms-input-placeholder, body input[type=number]:-ms-input-placeholder, body input[type=tel]:-ms-input-placeholder, body input[type=range]:-ms-input-placeholder, body input[type=date]:-ms-input-placeholder, body input[type=month]:-ms-input-placeholder, body input[type=week]:-ms-input-placeholder, body input[type=time]:-ms-input-placeholder, body input[type=datetime]:-ms-input-placeholder, body input[type=datetime-local]:-ms-input-placeholder, body input[type=color]:-ms-input-placeholder, body textarea:-ms-input-placeholder {
  font-family: "woodland-bold";
  font-size: calc(14px + 0.3vw);
  line-height: calc(18px + 0.5vw);
  color: #A87131 !important;
  opacity: 0.5;
}
body input[type=text]::-ms-input-placeholder, body input[type=email]::-ms-input-placeholder, body input[type=url]::-ms-input-placeholder, body input[type=password]::-ms-input-placeholder, body input[type=search]::-ms-input-placeholder, body input[type=number]::-ms-input-placeholder, body input[type=tel]::-ms-input-placeholder, body input[type=range]::-ms-input-placeholder, body input[type=date]::-ms-input-placeholder, body input[type=month]::-ms-input-placeholder, body input[type=week]::-ms-input-placeholder, body input[type=time]::-ms-input-placeholder, body input[type=datetime]::-ms-input-placeholder, body input[type=datetime-local]::-ms-input-placeholder, body input[type=color]::-ms-input-placeholder, body textarea::-ms-input-placeholder {
  font-family: "woodland-bold";
  font-size: calc(14px + 0.3vw);
  line-height: calc(18px + 0.5vw);
  color: #A87131 !important;
  opacity: 0.5;
}
body input[type=text]::placeholder, body input[type=email]::placeholder, body input[type=url]::placeholder, body input[type=password]::placeholder, body input[type=search]::placeholder, body input[type=number]::placeholder, body input[type=tel]::placeholder, body input[type=range]::placeholder, body input[type=date]::placeholder, body input[type=month]::placeholder, body input[type=week]::placeholder, body input[type=time]::placeholder, body input[type=datetime]::placeholder, body input[type=datetime-local]::placeholder, body input[type=color]::placeholder, body textarea::placeholder {
  font-family: "woodland-bold";
  font-size: calc(14px + 0.3vw);
  line-height: calc(18px + 0.5vw);
  color: #A87131 !important;
  opacity: 0.5;
}
body select.form-control {
  color: #A87131;
  background-color: transparent;
  min-height: 40px;
  border-radius: 0px !important;
  margin-bottom: 0px;
  font-size: calc(16px + 0.3vw);
  line-height: calc(21px + 0.5vw);
  border: solid 1px #A87131;
}
body .with_frm_style .frm_primary_label {
  font-weight: bold;
  color: #BFBFBF;
}
body .with_frm_style .frm_required {
  color: #BFBFBF;
}
body .with_frm_style, body .with_frm_style form, body .with_frm_style .frm-show-form div.frm_description p {
  max-width: 800px;
  width: 100%;
}
body .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, body .frm_style_formidable-style.with_frm_style input[type=submit], body .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], body .frm_style_formidable-style.with_frm_style .frm_submit button, body .frm_form_submit_style, body .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  font-family: "woodland-light";
  padding: 10px 25px 8px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  -webkit-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 40px;
}
body .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:link, body .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:visited, body .frm_style_formidable-style.with_frm_style input[type=submit]:link, body .frm_style_formidable-style.with_frm_style input[type=submit]:visited, body .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:link, body .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:visited, body .frm_style_formidable-style.with_frm_style .frm_submit button:link, body .frm_style_formidable-style.with_frm_style .frm_submit button:visited, body .frm_form_submit_style:link, body .frm_form_submit_style:visited, body .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:link, body .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:visited {
  color: #F9F6ED;
  background-color: #A87131;
  opacity: 1;
}
body .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, body .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:active, body .frm_style_formidable-style.with_frm_style input[type=submit]:hover, body .frm_style_formidable-style.with_frm_style input[type=submit]:active, body .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, body .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active, body .frm_style_formidable-style.with_frm_style .frm_submit button:hover, body .frm_style_formidable-style.with_frm_style .frm_submit button:active, body .frm_form_submit_style:hover, body .frm_form_submit_style:active, body .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover, body .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #F9F6ED;
  background-color: #A87131;
  opacity: 0.7;
}
body .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:first-letter, body .frm_style_formidable-style.with_frm_style input[type=submit]:first-letter, body .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:first-letter, body .frm_style_formidable-style.with_frm_style .frm_submit button:first-letter, body .frm_form_submit_style:first-letter, body .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:first-letter {
  text-transform: capitalize;
}

form.wpv-filter-form {
  font-family: "montreal-regular";
  text-transform: lowercase;
}
form.wpv-filter-form .wpv-reset-trigger {
  margin-right: 10px;
}
form.wpv-filter-form .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  form.wpv-filter-form .checkbox-wrapper {
    width: 50%;
    min-width: 50%;
  }
}
form.wpv-filter-form .searchbar-wrapper {
  max-width: 536px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  form.wpv-filter-form .searchbar-wrapper {
    width: 50%;
    min-width: 50%;
  }
}
form.wpv-filter-form .searchbar-wrapper .form-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form.wpv-filter-form .searchbar-wrapper input[type=submit] {
  width: 155px;
  height: 36px;
  border: solid 1px #F9F6ED;
  color: rgba(24, 100, 108, 0.5);
}
form.wpv-filter-form .searchbar-wrapper input[type=text] {
  width: calc(100% - 155px);
  padding: 0px 20px 0 40px;
  height: 36px;
  border: solid 1px #F9F6ED;
  border-radius: 0px;
  color: rgba(24, 100, 108, 0.5);
}
form.wpv-filter-form .searchbar-wrapper .fa-search {
  position: absolute;
  top: 10px;
  left: 10px;
}
form.wpv-filter-form .filterbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  form.wpv-filter-form .filterbar {
    margin: 30px auto 0 auto;
  }
}
form.wpv-filter-form .filterbar.blog-filterbar {
  padding: 0px;
  max-width: none;
}
form.wpv-filter-form .form-group input[type=radio],
form.wpv-filter-form .form-group input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
form.wpv-filter-form .form-group .form-check {
  padding: 0px;
  margin-right: 10px;
  border-bottom: solid 1px transparent;
}
form.wpv-filter-form .form-group .form-check label {
  color: #040404;
  cursor: pointer;
}
form.wpv-filter-form .form-group .form-check label:hover, form.wpv-filter-form .form-group .form-check label:active {
  color: #A87131;
}
form.wpv-filter-form .form-group input[type=checkbox]:checked + label,
form.wpv-filter-form .form-group input[type=radio]:checked + label {
  color: #040404;
}
form.wpv-filter-form .form-group .selected {
  color: #A87131;
  border-bottom: solid 1px #A87131;
}
form.wpv-filter-form .form-group .selected label:hover, form.wpv-filter-form .form-group .selected label:active {
  color: #A87131 !important;
}
form.wpv-filter-form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
form.wpv-filter-form .filter-label {
  margin-right: 20px;
  margin-bottom: 10px;
  border-bottom: solid 1px transparent;
  font-family: "woodland-bold";
}

.filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}
.filter-bar .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.checkbox-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

label.selected {
  color: rgb(255, 255, 255) !important;
}

p:empty {
  display: none;
}

label[for=post_category-geen-categorie],
.post_category-geen-categorie {
  display: none;
}

.anchor-link {
  position: absolute;
  z-index: -1;
  top: -50px;
}