/*!
Theme Name: Do Coaching       
Author: Glenn Windhouwer
Author URI: https://doserdesign.nl/
Description: Custom theme for Do Coaching       
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 {
  box-shadow: -1px 0px 34px -8px rgba(0, 0, 0, 0.49);
  -webkit-box-shadow: -1px 0px 34px -8px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: -1px 0px 34px -8px rgba(0, 0, 0, 0.49);
  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);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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
---------------------------------------------------------------------------------------------------------- */
@-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: "Fira Sans", sans-serif;
  font-weight: 500;
  font-weight: 700;
  color: #272727;
  margin-bottom: 15px;
  font-weight: 300;
}

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: "Fira Sans", sans-serif;
  font-weight: 500;
  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(18px + 0.4vw);
  line-height: calc(21px + 0.8vw);
  margin-bottom: 0px;
}

h4 {
  font-size: calc(12px + 0.8vw);
  line-height: calc(18px + 0.4vw);
}

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: #FF7344;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}

blockquote p {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  position: relative;
  border-left: solid 3px #FFE9E0;
  padding-left: 15px;
  font-size: 1.2em;
  line-height: 1.2em;
}
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: "Fira Sans", sans-serif;
  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;
}

.tekst-wit {
  color: rgb(255, 255, 255);
}
.tekst-wit .highlight-subtitle {
  color: rgb(255, 255, 255);
}
.tekst-wit .highlight-title {
  color: rgb(255, 255, 255);
}

.tekst-zwart {
  color: #272727;
}
.tekst-zwart .highlight-subtitle {
  color: #272727;
}
.tekst-zwart .highlight-title {
  color: #272727;
}

.tekst-oranje {
  color: #FFE9E0;
}
.tekst-oranje .highlight-subtitle {
  color: #FFE9E0;
}
.tekst-oranje .highlight-title {
  color: #FFE9E0;
}

/*----------------------------------------------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: #FF7344;
  display: inline-block;
  text-decoration: none;
}
.site-main a:hover, .site-main a:active {
  text-decoration: none;
  color: #FF7344;
  text-decoration: underline;
}
.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;
        width: calc(15px + 1vw);
        height: auto;
        margin-left: 10px;
    }
}*/
.tekst-quote .main-wrapper p:last-child a,
.tekst-quote .main-content p:last-child a,
.tekst-quote .side-content p:last-child a, .tekst .main-wrapper p:last-child a,
.tekst .main-content p:last-child a,
.tekst .side-content p:last-child a {
  padding: 10px 25px 8px 25px;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-family: "Fira Sans", sans-serif;
  color: rgb(255, 255, 255) !important;
  background-color: #FF7344;
  font-size: calc(12px + 0.5vw);
  line-height: calc(14px + 0.5vw);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 10px;
}
.tekst-quote .main-wrapper p:last-child a:hover, .tekst-quote .main-wrapper p:last-child a:active,
.tekst-quote .main-content p:last-child a:hover,
.tekst-quote .main-content p:last-child a:active,
.tekst-quote .side-content p:last-child a:hover,
.tekst-quote .side-content p:last-child a:active, .tekst .main-wrapper p:last-child a:hover, .tekst .main-wrapper p:last-child a:active,
.tekst .main-content p:last-child a:hover,
.tekst .main-content p:last-child a:active,
.tekst .side-content p:last-child a:hover,
.tekst .side-content p:last-child a:active {
  background-color: #402F4C;
  text-decoration: none;
}

/*----------------------------------------------links-end*/
/*----------------------------------------------------------fonts*/
/*----------------------------------------------------------colors*/
.bg-blauw {
  background-color: #402F4C;
  color: #FF7344;
}

.bg-groen {
  background-color: #57c9b0;
}

.bg-rood {
  background-color: #FF7344;
}

.bg-roze {
  background-color: #E84879;
}

.bg-geel {
  background-color: #EAE4D7;
}

.bg-grijs {
  background-color: #34322F;
}

.bg-wit {
  background-color: rgba(255, 236, 228, 0.7);
}

/*----------------------------------------------------------modal*/
button {
  -webkit-appearance: none !important;
  border: none !important;
}

/*----------------------------------------------------------modal*/
.modal .modal-content {
  border: none !important;
  padding: 15px;
}
.modal .modal-header {
  border-bottom: none !important;
  padding-right: 45px;
}
.modal .modal-title {
  font-size: clamp(36px, 4vw, 100px);
  line-height: clamp(40px, 4.3vw, 110px);
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  width: 50%;
  color: #272727;
}
@media only screen and (min-width: 768px) {
  .modal .modal-title {
    width: 50%;
  }
}
.modal button.close {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 48px !important;
  opacity: 1;
  outline: none !important;
}
.modal button.close:focus-visible {
  outline: none !important;
}
.modal button.close span:focus-visible {
  outline: none !important;
}

body .form-control {
  font-size: calc(12px + 0.4vw);
  line-height: calc(16px + 0.8vw);
}

/* =Header Structure
-------------------------------------------------------------- */
html[lang=nl-NL] {
  margin-top: 0px !important;
}

.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;
  background-color: transparent;
  padding: 0 15px;
  background: transparent;
}
.site-header .header-wrapper {
  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;
  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 15px 0;
  max-width: 1024px;
}
.site-header.show {
  background-color: #FFE9E0;
}
.site-header.show .site-branding {
  opacity: 1;
}
.site-header .website-branding {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2em;
  line-height: 1em;
}
.site-header .website-branding .website-subtitle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .website-branding .website-subtitle-wrapper .website-subtitle {
  font-style: italic;
}
.site-header .website-branding .website-subtitle-wrapper .website-border {
  border-bottom: solid 1px #272727;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
}

#primary-menu > li .menu-item-description {
  display: none;
}

.custom-logo-link {
  max-width: 175px;
  width: 100%;
  line-height: 0px;
  left: 0px;
  bottom: -8px;
}
@media only screen and (min-width: 768px) {
  .custom-logo-link {
    max-width: 240px;
  }
}
.custom-logo-link img {
  width: 100%;
  height: auto;
  max-width: none;
}

.site-branding {
  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;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
}
.site-branding .site-title {
  font-size: calc(24px + 3vw);
  line-height: calc(30px + 3vw);
  margin-bottom: 0px;
  position: absolute;
  -webkit-transform: translateY(-1000px);
          transform: translateY(-1000px);
}
.site-branding .site-title a:link, .site-branding .site-title a:visited {
  color: #FFE9E0;
  text-decoration: none;
}
.site-branding .site-title a:hover, .site-branding .site-title a:active {
  color: #FFE9E0;
  text-decoration: none;
}
.site-branding .site-description {
  color: #FFE9E0;
  margin-bottom: 0px;
  position: absolute;
  -webkit-transform: translateY(-1000px);
          transform: translateY(-1000px);
}

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

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

.header-widgets {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-widgets .nav-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-widgets .nav-icons .nav-icon {
  margin-left: 10px;
}
.header-widgets .nav-icons i:hover, .header-widgets .nav-icons i:active {
  color: #FF7344;
  cursor: pointer;
}

.header-navigation {
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-navigation a {
  font-family: "Fira Sans", sans-serif;
  font-size: calc(10px + 0.4vw);
  line-height: calc(14px + 0.8vw);
}
.header-navigation a:link, .header-navigation a:visited {
  color: #402F4C;
  padding: 5px 1vw;
}
.header-navigation a:hover, .header-navigation a:active {
  color: #402F4C;
}
.header-navigation a:hover:after, .header-navigation a:active:after {
  display: block;
  position: absolute;
  bottom: 0px;
  -webkit-transform: translate(-50%, 75%);
          transform: translate(-50%, 75%);
  content: "";
  background-image: url("images/stripe.webp");
  background-size: contain;
  width: 50px;
  height: 10px;
  background-repeat: no-repeat;
  left: 50%;
}
.header-navigation .menu-item-description {
  display: block;
}
.header-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-navigation .menu > li.menu-item-has-children > a {
  pointer-events: none;
}
.header-navigation .menu li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.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-color: rgb(255, 255, 255);
  font-size: calc(12px + 0.5vw);
  line-height: calc(12px + 0.5vw);
}
.header-navigation .menu .sub-menu:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content: "";
  display: block;
  top: 0px;
  z-index: 2;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  left: 60px;
}
.header-navigation .menu .sub-menu li {
  border-right: none;
  border-left: none;
  padding: 5px 5px 5px 10px;
}
.header-navigation .menu .sub-menu .menu-item-description {
  display: block !important;
  font-size: 0.75em;
  font-family: "Fira Sans", sans-serif;
  opacity: 0.5;
  text-transform: none;
  margin-top: 5px;
}
.header-navigation #site-navigation {
  margin-top: auto;
  padding: 5px 0 3px 0;
}

.menu-panel {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #FFE9E0;
  -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 .logo-wrapper {
  text-align: center;
}
.menu-panel .custom-logo-link {
  width: 240px;
  height: auto;
  margin-bottom: 20px;
}
.menu-panel .socials {
  margin: 0 auto;
  padding: 0px;
}
.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:link, .menu-panel .menu a:visited {
  color: #402F4C;
}
.menu-panel .menu a:hover, .menu-panel .menu a:active {
  color: #FF7344;
}
.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 !important;
          box-shadow: none !important;
}
.menu-panel .menu .sub-menu li {
  margin-bottom: 10px;
}
.menu-panel .menu .sub-menu a {
  font-size: 0.75em;
  width: auto;
}
.menu-panel .menu .sub-menu.show {
  display: block;
}
.menu-panel .menu-close {
  position: absolute;
  top: 16px;
  right: 15px;
  color: rgb(255, 255, 255);
  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: 768px) {
  .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: 24px;
  right: 0vw;
  cursor: pointer;
  color: #FF7344;
}

/*-------------------------------------------- general-start*/
html body {
  font-family: "Fira Sans", sans-serif;
  color: #402F4C;
  letter-spacing: 0.025em;
  font-size: calc(12px + 0.4vw);
  line-height: calc(16px + 0.8vw);
  margin-bottom: 0px !important;
  position: relative;
}

html#html {
  margin-top: 0px !important;
}

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

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

p:empty {
  display: none;
}

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

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

article.post,
article.page {
  margin-bottom: 0px;
}

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

.site {
  position: relative;
}

.site-main {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: hidden;
}
.site-main ul, .site-main ol {
  margin-left: 20px;
  margin-bottom: 30px;
}

article {
  position: relative;
  z-index: 2;
}

p {
  margin-bottom: 30px;
}

.logged-in .menu-close {
  position: absolute;
  top: 86wpx;
}

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

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

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

/*------------------ -------------------------- standard elements*/
.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: 32px;
}
.socials a:link, .socials a:visited {
  color: rgb(255, 255, 255);
}
.socials a:hover, .socials a:active {
  color: #402F4C;
  opacity: 0.6;
}

.scroll-down {
  position: absolute !important;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  font-size: 48px;
  color: #fff !important;
  width: 48px;
  height: 48px;
}
body .is-layout-constrained ul, body .is-layout-constrained li {
  margin-left: 10px !important;
}

.alignright, .alignleft {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .alignright, .alignleft {
    width: auto;
  }
}

/*-------------------------------------------- header-start*/
.image-header {
  margin-bottom: 60px;
}

body {
  background-color: #FFE9E0;
  position: relative;
}
body .bg-image-1 {
  display: block;
  position: absolute;
  width: 100%;
  top: 200px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body .bg-image-2 {
  display: block;
  position: absolute;
  width: 100%;
  top: 200vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body .bg-image-3 {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 0px;
}

.frm_forms {
  margin: 0 auto;
}

/*-------------------------------------------- footer-start*/
.site-footer {
  background-size: cover;
  font-size: calc(12px + 0.2vw);
  line-height: calc(14px + 0.4vw);
  color: #FFFFFF;
}
.site-footer .footer-widgets {
  padding: 0 0 15px 0px;
}
.site-footer .footer-widgets .widget {
  margin-bottom: 0px;
}
.site-footer .footer-widgets-wrapper {
  position: relative;
  z-index: 2;
}
.site-footer .widget-title {
  font-size: calc(18px + 0.2vw);
  line-height: calc(21px + 0.4vw);
  margin-bottom: 15px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}
.site-footer .widget_nav_menu ul, .site-footer .widget_nav_menu ol {
  list-style-type: none;
}
.site-footer a:link, .site-footer a:visited {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.site-footer a:hover, .site-footer a:active {
  color: #402F4C;
  text-decoration: underline;
}
.site-footer h1, .site-footer h2, .site-footer h3 {
  color: rgb(255, 255, 255);
}
.site-footer h2 {
  font-size: clamp(36px, 4vw, 100px);
  line-height: clamp(40px, 4.3vw, 110px);
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.widgets-wrapper {
  padding: 0px 0 0px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .widgets-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.widgets-wrapper .footer-widgets .widget {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .widgets-wrapper .footer-widgets .widget {
    margin-bottom: 15px;
  }
}
.widgets-wrapper .footer-widgets-1 {
  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;
  text-align: left;
}
.widgets-wrapper .footer-widgets-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .widgets-wrapper .footer-widgets-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.widgets-wrapper .footer-widgets-3 {
  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) {
  .widgets-wrapper .footer-widgets-3 {
    text-align: left;
  }
}
.widgets-wrapper .footer-widgets-4 {
  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) {
  .widgets-wrapper .footer-widgets-4 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
}

.header-widgets {
  margin-right: 48px;
}
@inlcude respond-to(tablet) {
  .header-widgets {
    margin-right: 0px;
  }
}
.header-widgets .widget {
  margin: 0px;
}
.header-widgets .menu {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .header-widgets .menu {
    border-left: solid 1px #444343;
  }
}
.header-widgets .menu a {
  padding: 0 10px;
}
.header-widgets .menu a:link, .header-widgets .menu a:visited {
  color: #272727;
}
.header-widgets .menu a:hover, .header-widgets .menu a:active {
  color: #402F4C;
}

.accordion .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion .accordion-title span {
  color: #FFE9E0;
  min-width: 80px;
  display: inline-block;
}

.section {
  position: relative;
}
.section.sticky {
  position: sticky;
  top: 74px;
}
.section.bg-rood {
  background-color: #ECDDDD;
}
.section.bg-grijs {
  background: rgb(233, 226, 226);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 226, 226)), to(rgb(225, 228, 224)));
  background: linear-gradient(180deg, rgb(233, 226, 226) 0%, rgb(225, 228, 224) 100%);
}
.section.bg-zwart {
  background-color: #272727;
  color: rgb(255, 255, 255);
}

.section-title {
  color: #272727;
  margin-bottom: 30px;
}

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

html body .inner-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  padding: 30px 15px 30px 15px;
}
@media only screen and (min-width: 768px) {
  html body .inner-wrapper {
    padding: 60px 15px 60px 15px;
  }
}
html body .inner-wrapper.boven {
  padding: 60px 15px 0 15px;
}
html body .inner-wrapper.onder {
  padding: 0px 15px 60px 15px;
}
@media only screen and (min-width: 768px) {
  html body .inner-wrapper.beide {
    padding: 60px 15px 60px 15px;
  }
}
html body .inner-wrapper.geen {
  padding: 0px 15px;
}
html body .container {
  padding: 30px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 50px;
}

.inner-wrapper-large {
  max-width: 89.75em !important;
  margin: 0 auto;
  padding: 60px 15px 60px 15px;
  background-image: url("");
}
.inner-wrapper-large.boven {
  padding: 60px 15px 0 15px;
}
.inner-wrapper-large.onder {
  padding: 0px 15px 60px 15px;
}
.inner-wrapper-large.beide {
  padding: 60px 15px 60px 15px;
}
.inner-wrapper-large.geen {
  padding: 0px 15px;
}

.bg-rood {
  background-color: #ECDDDD;
}

.bg-grijs {
  background-color: #F4F4F5;
}

.bg-zwart {
  background-color: #272727;
  color: rgb(255, 255, 255);
}

.grid-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2vw 1fr 2vw 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2vw;
  width: 100%;
  position: relative;
}
.grid-wrap.two {
  -ms-grid-columns: 1fr 2vw 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.grid-wrap.three {
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 768px) {
  .grid-wrap.three {
    -ms-grid-columns: 1fr 2vw 1fr 2vw 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid-wrap.four {
  -ms-grid-columns: 1fr 2vw 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px) {
  .grid-wrap.four {
    -ms-grid-columns: 1fr 2vw 1fr 2vw 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .grid-wrap.four {
    -ms-grid-columns: 1fr 2vw 1fr 2vw 1fr 2vw 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-wrap .item-inner {
  background-color: #F4F4F5;
  height: 100%;
}
.grid-wrap .item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: calc(36px + 2vw);
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .columns {
    margin: 0 -30px;
  }
}
.columns.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.columns > div {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .columns .main-content {
    padding: 0 30px;
  }
}
.columns.small {
  font-size: inherit;
  line-height: inherit;
}
@media only screen and (min-width: 768px) {
  .columns.small > div {
    padding: 0 30px;
  }
}
.columns.small .main-content {
  width: 100%;
  padding-right: 0px;
}
.columns.small .main-content .inner {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 50px;
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .columns.small .main-content {
    width: 50%;
  }
}
.columns.small .main-content img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 10px;
}
.columns.small .side-content {
  width: 100%;
}
.columns.small .side-content img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 10px;
}
.columns.small .side-content .inner {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 50px;
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .columns.small .side-content {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .columns.medium > div {
    padding: 0 30px;
  }
}
.columns.medium .main-content {
  width: 100%;
  padding-right: 0px;
}
@media only screen and (min-width: 768px) {
  .columns.medium .main-content {
    width: 66.6666666667%;
  }
}
.columns.medium .side-content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .columns.medium .side-content {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .columns.large > div {
    padding: 0 30px;
  }
}
.columns.large .main-content {
  width: 100%;
  padding-right: 0px;
}
@media only screen and (min-width: 768px) {
  .columns.large .main-content {
    width: 75%;
  }
}
.columns.large .side-content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .columns.large .side-content {
    width: 25%;
  }
}

.quote-container .quote-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  margin: -30px auto 0 auto;
  padding-bottom: 30px;
}
.quote-container .quote-inner {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: rgb(255, 255, 255);
}
.quote-container .quote-inner p {
  margin-bottom: 0px;
}
.quote-container .quote-inner.rond {
  border-radius: 50%;
  background-image: url("images/quote-bg.webp");
  background-size: cover;
}
.quote-container .quote-inner.rond:after {
  border-radius: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
  border: solid 1px rgb(255, 255, 255);
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.quote-container .quote-inner.vierkant {
  background-image: url("images/quote-bg-2.webp");
  background-size: cover;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.quote-container .quote-inner.vierkant:after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
  border: solid 1px rgb(255, 255, 255);
  border-top-right-radius: 20px;
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.quote-container .quote-inner.vierkant .quote-content {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.quote-container .quote-content {
  padding: 30px;
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.methoden .methode {
  border-bottom: solid 1px #402F4C;
  padding: 30px 0;
}
.methoden .methode:first-child {
  padding: 0 0 30px 0;
}
.methoden .methode:last-child {
  border-bottom: none;
}
.methoden .methode-title a:link, .methoden .methode-title a:visited {
  color: #402F4C;
}
.methoden .methode-title a:hover, .methoden .methode-title a:active {
  color: #FF7344;
}

@media only screen and (min-width: 768px) {
  .main-sectie {
    min-height: 500px;
  }
}
.main-sectie img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  font-family: "Fira Sans", sans-serif;
  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: "Fira Sans", sans-serif;
  color: rgb(255, 255, 255) !important;
  background-color: #FF7344;
  font-size: calc(12px + 0.5vw);
  line-height: calc(14px + 0.5vw);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 10px;
}
.button:hover, .button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(255, 255, 255);
  background-color: #402F4C;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.frm_submit {
  text-align: right !important;
}

#wpadminbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  #wpadminbar {
    display: block;
  }
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 -15px;
}
.flex-wrap > div {
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}

.stickit {
  position: sticky;
  top: 0px;
  right: 0px;
  z-index: 2;
}

/*------------------------------------------------------ image-boxes ---*/
.image-box-l {
  width: 100%;
  height: 0px;
  padding-bottom: 60%;
  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%;
  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;
  display: block;
}
.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%;
}

.wp-block-image img {
  -webkit-box-shadow: 8px 8px 0px 0px rgb(0, 132, 155);
  box-shadow: 8px 8px 0px 0px rgb(0, 132, 155);
}
.wp-block-image figcaption {
  color: #FFE9E0;
  margin-left: 10px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-size: calc(12px + 0.4vw);
  line-height: calc(18px + 0.8vw);
}

/*------------------------------------------------------ blok-styling ---*/
.center-content {
  text-align: center;
}
.center-content img {
  margin: 0 auto;
}

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

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

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

/*------------------------------------------------------ colours ---*/
.bg-lichtgroen {
  background-color: #E0EDE7;
}
.bg-lichtgroen h1, .bg-lichtgroen h2, .bg-lichtgroen h3, .bg-lichtgroen h4, .bg-lichtgroen h5, .bg-lichtgroen h6 {
  color: #272727;
}

.bg-groen {
  background-color: #57c9b0;
}
.bg-groen h1, .bg-groen h2, .bg-groen h3, .bg-groen h4, .bg-groen h5, .bg-groen h6 {
  color: #272727;
}

.bg-donkergroen {
  background-color: #7CAB95;
}
.bg-donkergroen h1, .bg-donkergroen h2, .bg-donkergroen h3, .bg-donkergroen h4, .bg-donkergroen h5, .bg-donkergroen h6 {
  color: #272727;
}

.bg-grijs {
  background-color: #F4F4F5;
}

.bg-oranje {
  background-color: #FFE9E0;
}

/*------------------------------------------------------ section-inner ---*/
.accordion {
  margin-bottom: 30px;
}
.accordion .card {
  border: none;
  border-bottom: solid 1px #dddddd !important;
}
.accordion .card-header {
  background-color: transparent;
  border: none;
  padding: 0.75rem 0rem;
  font-weight: 600;
}
.accordion .card-header a {
  cursor: pointer;
  color: #272727;
}
.accordion .card-header a:link, .accordion .card-header a:visited {
  color: #272727;
}
.accordion .card-header a:hover, .accordion .card-header a:active {
  color: #FFE9E0;
  text-decoration: none;
}
.accordion .card-body {
  padding: 0.75rem 0rem;
}

/*------------------------------------------------------ modal  ---*/
.modal .modal-content {
  border: none !important;
  padding: 15px;
}
.modal .modal-header {
  border-bottom: none !important;
  padding-right: 45px;
}
.modal .modal-title {
  font-size: clamp(36px, 4vw, 100px);
  line-height: clamp(40px, 4.3vw, 110px);
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #272727;
}
.modal button.close {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 48px !important;
  opacity: 1;
  outline: none !important;
}
.modal button.close:focus-visible {
  outline: none !important;
}
.modal button.close span:focus-visible {
  outline: none !important;
}

/*------------------------------------------------------ forms  ---*/
body #searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body #searchform input[type=text] {
  width: 100%;
}
body #searchform input[type=text]:hover, body #searchform input[type=text]:active, body #searchform input[type=text]:focus-visible {
  border: none !important;
  outline: none !important;
}
body #searchform .search-knop {
  width: 20px;
  height: 20px;
  padding: 5px 0;
}
body #searchform .search-knop:hover i, body #searchform .search-knop:active i {
  color: #FFE9E0;
  cursor: pointer;
}
body #searchform .search-knop input[type=submit] {
  opacity: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
body #searchform .search-knop i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}

/*------------------------------------------------------ filters ---*/
form.wpv-filter-form {
  font-family: "Fira Sans", sans-serif;
  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 #402F4C;
  color: #FDEADB;
}
form.wpv-filter-form .searchbar-wrapper input[type=text] {
  width: calc(100% - 155px);
  padding: 0px 20px 0 40px;
  height: 36px;
  border: solid 1px #402F4C;
  border-radius: 0px;
  color: #FDEADB;
}
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: #272727;
  cursor: pointer;
}
form.wpv-filter-form .form-group .form-check label:hover, form.wpv-filter-form .form-group .form-check label:active {
  color: #FFE9E0;
}
form.wpv-filter-form .form-group input[type=checkbox]:checked + label,
form.wpv-filter-form .form-group input[type=radio]:checked + label {
  color: #272727;
}
form.wpv-filter-form .form-group .selected {
  color: #FFE9E0;
  border-bottom: solid 1px #FFE9E0;
}
form.wpv-filter-form .form-group .selected label:hover, form.wpv-filter-form .form-group .selected label:active {
  color: #FFE9E0 !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: "Fira Sans", sans-serif;
  font-weight: 500;
}

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

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

body .section .header-slider {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body .section .header-slider .slick-track {
    height: 60vw;
    max-height: 600px;
  }
}
body .section .header-slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .section .header-slider .slide.overlay-wit .slide-image-wrapper:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
body .section .header-slider .slide.overlay-wit h1, body .section .header-slider .slide.overlay-wit h2, body .section .header-slider .slide.overlay-wit h3, body .section .header-slider .slide.overlay-wit h4, body .section .header-slider .slide.overlay-wit h5, body .section .header-slider .slide.overlay-wit h6 {
  color: #272727;
}
body .section .header-slider .slide.overlay-wit .slide-title {
  color: #272727;
}
body .section .header-slider .slide.overlay-zwart .slide-image-wrapper:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body .section .header-slider .slide.overlay-zwart .slide-content-wrapper {
  color: rgb(255, 255, 255);
}
body .section .header-slider .slide.overlay-zwart .slide-content-wrapper h1, body .section .header-slider .slide.overlay-zwart .slide-content-wrapper h2, body .section .header-slider .slide.overlay-zwart .slide-content-wrapper h3, body .section .header-slider .slide.overlay-zwart .slide-content-wrapper h4, body .section .header-slider .slide.overlay-zwart .slide-content-wrapper h5, body .section .header-slider .slide.overlay-zwart .slide-content-wrapper h6 {
  color: rgb(255, 255, 255);
}
body .section .header-slider .slide.overlay-zwart .slide-content-wrapper .slide-title {
  color: #402F4C;
}
body .section .header-slider .slide-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  max-width: 1400px;
}
@media only screen and (min-width: 768px) {
  body .section .header-slider .slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body .section .header-slider .slide-image-wrapper {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  body .section .header-slider .slide-image-wrapper {
    height: 100%;
  }
}
body .section .header-slider .slide-image-wrapper .slide-image-inner {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .section .header-slider .slide-image-wrapper video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .section .header-slider .slide-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
body .section .header-slider .slide-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 320px;
}
body .section .header-slider .slide-content-inner {
  margin: 0 auto;
  background-color: #FFE9E0;
  padding: 15px;
  position: relative;
  -webkit-box-shadow: 7px 7px 11px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 7px 7px 11px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  width: 100%;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  body .section .header-slider .slide-content-inner {
    width: auto;
  }
}
body .section .header-slider .slide-content-inner:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("images/bonnetje.webp");
  left: 0px;
  background-repeat: repeat-x;
  bottom: 0px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
body .section .header-slider .slide-title {
  font-size: calc(14px + 0.4vw);
  line-height: calc(18px + 0.8vw);
  color: #272727;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
body .section .header-slider .slide-title:before {
  background-image: url(images/asterix.svg);
  position: absolute;
  height: 7px;
  width: 100%;
  background-repeat: repeat-x;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
body .section .header-slider .logo-wrapper {
  margin-bottom: 30px;
}
body .section .header-slider h1, body .section .header-slider h2, body .section .header-slider h3, body .section .header-slider h4, body .section .header-slider h5, body .section .header-slider h6 {
  color: rgb(255, 255, 255);
}
body .section .header-slider .slide-content {
  display: none;
  position: relative;
  padding-bottom: 15px;
}
body .section .header-slider .slide-content p:last-child {
  margin-bottom: 0px;
}
body .section .header-slider .slide-content:after {
  background-image: url(images/dash.svg);
  position: absolute;
  height: 2px;
  width: 100%;
  background-repeat: repeat-x;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
@media only screen and (min-width: 768px) {
  body .section .header-slider .slide-content {
    display: block;
  }
}

.slick-slide {
  margin: 0px;
}

/* 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: #5C5359;
}

.arrangementen-slider .slick-list {
  margin: 0 -15px;
}
.arrangementen-slider .slick-arrow {
  position: absolute;
  top: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}
.arrangementen-slider .slick-arrow.fa-chevron-left {
  left: 0px;
}
.arrangementen-slider .slick-arrow.fa-chevron-right {
  right: 0px;
}

.zalen-overzicht .slick-list {
  margin: 0 -15px;
}

.slider-buttons a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  font-family: "Fira Sans", sans-serif;
  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: "Fira Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 40px;
  margin-bottom: 30px;
}
.slider-buttons a:link, .slider-buttons a:visited {
  color: #402F4C;
  background-color: rgb(255, 255, 255);
}
.slider-buttons a:hover, .slider-buttons a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFE9E0;
  background-color: rgb(255, 255, 255);
}
.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;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
  color: rgb(255, 255, 255);
}
.slick-arrow.fa-chevron-left {
  left: 15px;
}
.slick-arrow.fa-chevron-right {
  right: 15px;
}

.slider-wrapper .section-title {
  text-align: center;
}

.reviews {
  background-image: url(images/quote-bg.webp);
  background-size: cover;
  background-position: center;
  padding: 60px 60px 30px 60px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 50px;
}
.reviews .review {
  text-align: center;
  color: rgb(255, 255, 255);
}
.reviews .review-auteur {
  font-weight: bold;
}

.recente-artikelen .item-image {
  background-color: #272727;
  line-height: 0px;
}
.recente-artikelen .item-image .image-box-l {
  opacity: 0.8;
}
.recente-artikelen .grid-item:hover .image-box-l,
.recente-artikelen .grid-item:active .image-box-l {
  opacity: 1;
}

.frm_forms {
  background-color: rgba(255, 236, 228, 0.7);
  padding: 30px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 50px;
}

.tekst-quote .column-wrapper {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tekst-quote .column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
.tekst-quote .column-wrapper .main-wrapper {
  width: 100%;
  padding: 30px 60px 30px 30px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 50px;
}
.tekst-quote .column-wrapper .main-wrapper > * {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .tekst-quote .column-wrapper .main-wrapper {
    width: 75%;
  }
}
.tekst-quote .column-wrapper .main-wrapper img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.tekst-quote .column-wrapper .quote-wrapper {
  max-width: 50%;
  width: 100%;
  font-size: 13px;
  line-height: 16px;
  z-index: 0;
  position: relative;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .tekst-quote .column-wrapper .quote-wrapper {
    font-size: 15px;
    line-height: 20px;
    max-width: 25%;
    margin-left: inherit;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (min-width: 768px) {
  .tekst-quote .column-wrapper.links-boven {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tekst-quote .column-wrapper.links-boven .main-wrapper {
    padding: 30px 60px 30px 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
  }
  .tekst-quote .column-wrapper.links-boven .quote-inner {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
  }
  .tekst-quote .column-wrapper.links-boven .quote-inner.vierkant {
    -webkit-transform: translate(-30px, -30px) rotate(45deg);
            transform: translate(-30px, -30px) rotate(45deg);
    border-top-right-radius: 20px;
  }
  .tekst-quote .column-wrapper.links-gecentreerd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tekst-quote .column-wrapper.links-gecentreerd .main-wrapper {
    padding: 30px 60px 30px 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
  }
  .tekst-quote .column-wrapper.links-gecentreerd .quote-inner {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
  }
  .tekst-quote .column-wrapper.links-gecentreerd .quote-inner.vierkant {
    -webkit-transform: translate(-30px, -30px) rotate(45deg);
            transform: translate(-30px, -30px) rotate(45deg);
    border-top-right-radius: 20px;
  }
  .tekst-quote .column-wrapper.links-onder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tekst-quote .column-wrapper.links-onder .main-wrapper {
    padding: 30px 60px 30px 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
  }
  .tekst-quote .column-wrapper.links-onder .quote-inner {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
  }
  .tekst-quote .column-wrapper.links-onder .quote-inner.vierkant {
    -webkit-transform: translate(-30px, -30px) rotate(45deg);
            transform: translate(-30px, -30px) rotate(45deg);
    border-top-right-radius: 20px;
  }
  .tekst-quote .column-wrapper.rechts-boven .main-wrapper {
    padding: 30px 80px 30px 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
  }
  .tekst-quote .column-wrapper.rechts-boven .quote-inner {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
  }
  .tekst-quote .column-wrapper.rechts-boven .quote-inner.vierkant {
    -webkit-transform: translate(-30px, -30px) rotate(45deg);
            transform: translate(-30px, -30px) rotate(45deg);
    border-top-right-radius: 20px;
  }
  .tekst-quote .column-wrapper.rechts-gecentreerd .main-wrapper {
    padding: 30px 80px 30px 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
  }
  .tekst-quote .column-wrapper.rechts-gecentreerd .quote-inner {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
  }
  .tekst-quote .column-wrapper.rechts-gecentreerd .quote-inner.vierkant {
    -webkit-transform: translate(-30px, -30px) rotate(45deg);
            transform: translate(-30px, -30px) rotate(45deg);
    border-top-right-radius: 20px;
  }
  .tekst-quote .column-wrapper.rechts-onder .main-wrapper {
    padding: 30px 80px 30px 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
  }
  .tekst-quote .column-wrapper.rechts-onder .quote-inner {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
  }
  .tekst-quote .column-wrapper.rechts-onder .quote-inner.vierkant {
    -webkit-transform: translate(-30px, -30px) rotate(45deg);
            transform: translate(-30px, -30px) rotate(45deg);
    border-top-right-radius: 20px;
  }
}
.tekst-quote .quote-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tekst-quote .quote-inner {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: rgb(255, 255, 255);
}
.tekst-quote .quote-inner p {
  margin-bottom: 0px;
}
.tekst-quote .quote-inner.rond {
  border-radius: 50%;
  background-image: url("images/quote-bg.webp");
  background-size: cover;
}
.tekst-quote .quote-inner.rond:after {
  border-radius: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
  border: solid 1px rgb(255, 255, 255);
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.tekst-quote .quote-inner.vierkant {
  background-image: url("images/quote-bg-2.webp");
  background-size: cover;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tekst-quote .quote-inner.vierkant:after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
  border: solid 1px rgb(255, 255, 255);
  border-top-right-radius: 20px;
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.tekst-quote .quote-inner.vierkant .quote-content {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.tekst-quote .quote-content {
  padding: 30px;
  margin-top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tekst-foto .column-wrapper {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tekst-foto .column-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
.tekst-foto .column-wrapper .main-wrapper {
  width: 100%;
}
.tekst-foto .column-wrapper .main-wrapper > * {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .tekst-foto .column-wrapper .main-wrapper {
    width: 75%;
  }
}
.tekst-foto .column-wrapper .main-wrapper img, .tekst-foto .column-wrapper .main-wrapper picture {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.tekst-foto .column-wrapper .quote-wrapper {
  max-width: 50%;
  width: 100%;
  font-size: 13px;
  line-height: 16px;
  z-index: 0;
  position: relative;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .tekst-foto .column-wrapper .quote-wrapper {
    font-size: 15px;
    line-height: 20px;
    max-width: 25%;
    margin-left: inherit;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (min-width: 768px) {
  .tekst-foto .column-wrapper.links-boven {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tekst-foto .column-wrapper.links-boven .main-wrapper {
    padding: 30px 60px 30px 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
  }
  .tekst-foto .column-wrapper.links-boven .quote-inner {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
  }
  .tekst-foto .column-wrapper.links-boven .quote-inner.vierkant {
    -webkit-transform: translate(-30px, -30px) rotate(45deg);
            transform: translate(-30px, -30px) rotate(45deg);
    border-top-right-radius: 20px;
  }
  .tekst-foto .column-wrapper.links-gecentreerd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tekst-foto .column-wrapper.links-gecentreerd .main-wrapper {
    padding: 30px 60px 30px 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
  }
  .tekst-foto .column-wrapper.links-gecentreerd .quote-inner {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
  }
  .tekst-foto .column-wrapper.links-gecentreerd .quote-inner.vierkant {
    -webkit-transform: translate(-30px, -30px) rotate(45deg);
            transform: translate(-30px, -30px) rotate(45deg);
    border-top-right-radius: 20px;
  }
  .tekst-foto .column-wrapper.links-onder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tekst-foto .column-wrapper.links-onder .main-wrapper {
    padding: 30px 60px 30px 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
  }
  .tekst-foto .column-wrapper.links-onder .quote-inner {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-transform: translate(-30px, -30px);
            transform: translate(-30px, -30px);
  }
  .tekst-foto .column-wrapper.links-onder .quote-inner.vierkant {
    -webkit-transform: translate(-30px, -30px) rotate(45deg);
            transform: translate(-30px, -30px) rotate(45deg);
    border-top-right-radius: 20px;
  }
  .tekst-foto .column-wrapper.rechts-boven .main-wrapper {
    padding: 30px 80px 30px 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
  }
  .tekst-foto .column-wrapper.rechts-boven .quote-inner {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
  }
  .tekst-foto .column-wrapper.rechts-boven .quote-inner.vierkant {
    -webkit-transform: translate(-30px, -30px) rotate(45deg);
            transform: translate(-30px, -30px) rotate(45deg);
    border-top-right-radius: 20px;
  }
  .tekst-foto .column-wrapper.rechts-gecentreerd .main-wrapper {
    padding: 30px 80px 30px 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
  }
  .tekst-foto .column-wrapper.rechts-gecentreerd .quote-inner {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
  }
  .tekst-foto .column-wrapper.rechts-gecentreerd .quote-inner.vierkant {
    -webkit-transform: translate(-30px, -30px) rotate(45deg);
            transform: translate(-30px, -30px) rotate(45deg);
    border-top-right-radius: 20px;
  }
  .tekst-foto .column-wrapper.rechts-onder .main-wrapper {
    padding: 30px 80px 30px 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 50px;
  }
  .tekst-foto .column-wrapper.rechts-onder .quote-inner {
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
  }
  .tekst-foto .column-wrapper.rechts-onder .quote-inner.vierkant {
    -webkit-transform: translate(-30px, -30px) rotate(45deg);
            transform: translate(-30px, -30px) rotate(45deg);
    border-top-right-radius: 20px;
  }
}
.tekst-foto .quote-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tekst-foto .quote-inner {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: rgb(255, 255, 255);
}
.tekst-foto .quote-inner p {
  margin-bottom: 0px;
}
.tekst-foto .quote-inner.rond {
  border-radius: 50%;
  background-image: url("images/quote-bg.webp");
  background-size: cover;
}
.tekst-foto .quote-inner.rond:after {
  border-radius: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
  border: solid 1px rgb(255, 255, 255);
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.tekst-foto .quote-inner.vierkant {
  background-size: cover;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tekst-foto .quote-inner.vierkant:after {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
  border: solid 1px rgb(255, 255, 255);
  border-top-right-radius: 20px;
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.tekst-foto .quote-inner.vierkant .quote-content {
  -webkit-transform: translate(-59%, -16%) rotate(-45deg);
          transform: translate(-59%, -16%) rotate(-45deg);
  position: absolute;
  top: 0%;
  left: 50%;
}
.tekst-foto .quote-content {
  margin-top: 0%;
  width: 140%;
  padding-bottom: 100%;
  height: 0px;
}
.tekst-foto .quote-content img {
  -webkit-mask-image: url(images/mask.webp);
          mask-image: url(images/mask.webp);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}