/*!
Theme Name: Expeditie Next  
Author: Glenn Windhouwer
Author URI: http://doserdesign.nl/
Description: Custom theme for Forte Blonde
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6 
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: urbansync 
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.

Urban Sync 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);
  -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
-------------------------------------------------------------- */
/* useage: @include alpha-attribute('background-color', rgba(black, 0.5), white); */
/* =Three colour gradient
-------------------------------------------------------------- */
/* =Border radius
-------------------------------------------------------------- */
/* =Shadow
-------------------------------------------------------------- */
/* =Mixins
---------------------------------------------------------------------------------------------------------- */
/* =Media queries
-------------------------------------------------------------- */
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: "Poppins", sans-serif;
  font-weight: normal;
}

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: "Poppins", sans-serif;
  font-weight: normal;
}

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

h1 {
  font-size: 4vw;
  line-height: 4vw;
}
@media (max-width: 900px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 1450px) {
  h1 {
    font-size: 58px;
  }
}
@media (max-width: 1000px) {
  h1 {
    line-height: 40px;
  }
}
@media (min-width: 1875px) {
  h1 {
    line-height: 75px;
  }
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 36px;
  line-height: 3.6rem;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: calc(21px + 1.3vw);
    line-height: calc(28px + 1.5vw);
  }
}

h3 {
  font-size: 2vw;
  line-height: 2.2vw;
}
@media (max-width: 1000px) {
  h3 {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 1272.7272727273px) {
  h3 {
    line-height: 28px;
  }
}
@media (min-width: 1454.5454545455px) {
  h3 {
    line-height: 32px;
  }
}

h4 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 24px;
  line-height: 2.4rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

#content .blok-title {
  color: #EAE7E1;
  text-align: center;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}

blockquote p {
  font-family: "Poppins", sans-serif;
  margin: 55px 55px 55px 0px;
  position: relative;
  border-left: solid 3px #E5AA17;
  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: "Poppins", 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;
}

.kop-geel {
  color: #E5AA17;
  font-weight: 300;
  font-size: 48px;
  font-size: 4.8rem;
}

.kop-wit {
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 48px;
  font-size: 4.8rem;
}

/*----------------------------------------------titles-end*/
/*----------------------------------------------links-start*/
.site-main a {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.site-main a:link, .site-main a:visited {
  text-decoration: none;
  color: #E5AA17;
  display: inline-block;
  text-decoration: none;
}
.site-main a:hover, .site-main a:active {
  text-decoration: none;
  color: #040404;
  background-color: #E5AA17;
}

.site-branding {
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .site-branding {
    margin-bottom: 30px;
  }
}

.title-geel {
  color: #E5AA17;
}

.title-paars {
  color: #E5AA17;
}

/*----------------------------------------------links-end*/
html body {
  font-family: "Poppins", sans-serif;
  color: rgb(255, 255, 255);
  letter-spacing: 0.025em;
  background-color: #11687B;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  html body {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

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

html {
  overflow-x: hidden;
  max-width: 100vw;
}

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

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
/* =Main Structure
-------------------------------------------------------------- */
.main-content p,
#content p {
  margin-bottom: 20px;
}

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

#content ol {
  margin-left: 28px;
  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 rgb(33, 47, 58);
  margin: 20px 0 0 0;
  padding-top: 10px;
}

/* =Header Structure
-------------------------------------------------------------- */
.site-header {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: ease-out 0.3s all;
  transition: ease-out 0.3s all;
  opacity: 1;
}
.site-header.dark, .site-header.show {
  opacity: 1;
  pointer-events: all;
}
.site-header.show {
  background-color: #11687B;
}
.site-header.sticky-smart.sticky-smart-active {
  padding: 0px;
}

.site-header {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.header-wrapper {
  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;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 15px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .header-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-navigation .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #11687B;
  margin-left: -11px;
  padding-top: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}
.header-navigation .sub-menu li {
  padding: 5px 10px !important;
  border-right: none !important;
  border-left: solid 1px rgb(255, 255, 255);
}

.header-navigation a:link, .header-navigation a:visited {
  color: rgb(255, 255, 255);
}
.header-navigation a:hover, .header-navigation a:active {
  color: #E5AA17;
  text-decoration: none;
}
.header-navigation .menu li {
  padding: 0 10px;
  border-right: solid 1px rgb(255, 255, 255);
  display: inline-block;
}
.header-navigation .menu li:last-child {
  border-right: none;
}

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  z-index: 4;
}
@media only screen and (min-width: 992px) {
  .site-branding {
    right: 70px;
  }
}
.site-branding .site-description {
  padding: 10px 0 0 10px;
  display: none;
}
.site-branding .site-title {
  padding: 10px 0 0 10px;
  display: none;
}

.custom-logo-link {
  pointer-events: auto;
  width: 120px;
  line-height: 0px;
}
@media only screen and (min-width: 768px) {
  .custom-logo-link {
    width: 200px;
  }
}
.custom-logo-link img {
  width: 100%;
  height: auto;
}

#site-navigation {
  opacity: 1;
  -webkit-transition: 3s opacity;
  transition: 3s opacity;
  z-index: 99;
  position: relative;
  max-width: 960px;
}

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

.navigation-tab {
  display: none;
  background-color: #040404;
  max-width: 130px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  padding: 15px 15px;
  font-size: 2vw;
  line-height: 3vw;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .navigation-tab {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .navigation-tab {
    font-size: 30px;
  }
}
@media (max-width: 1000px) {
  .navigation-tab {
    line-height: 30px;
  }
}
@media (min-width: 1000px) {
  .navigation-tab {
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .navigation-tab {
    max-width: 280px;
    padding: 50px 25px;
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 823px) and (orientation: landscape) {
  .navigation-tab {
    display: none;
  }
}
@media only screen and (min-width: 801px) {
  .navigation-tab {
    margin-left: 0px;
  }
}
.navigation-tab .menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.navigation-tab .logo-wrapper {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .navigation-tab .logo-wrapper {
    margin-bottom: 65px;
  }
}
.navigation-tab .logo-wrapper a {
  width: 100%;
  display: block;
  position: relative;
}
.navigation-tab .logo-wrapper img {
  width: 100%;
  height: auto;
}

.navigation-tab .menu a {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 5px;
}
.navigation-tab .menu a:link, .navigation-tab .menu a:visited {
  text-decoration: underline;
}
.navigation-tab .menu a:hover, .navigation-tab .menu a:visited {
  text-decoration: underline;
}

.menu-panel {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #11687B;
  z-index: 9;
  -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: 10;
  pointer-events: none;
  overflow: visible;
}
.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: 100%;
}
.menu-panel .main-navigation.sub-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu-panel .menu-menu-1-container {
  width: 100%;
}
.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;
  width: 100%;
  position: relative;
}
.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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .menu-panel .menu {
    margin-top: 0px;
  }
}
.menu-panel .menu > li {
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .menu-panel .menu > li {
    margin-bottom: 1.5vw;
  }
}
.menu-panel .menu a {
  font-size: 3vw;
  line-height: 3vw;
}
@media (max-width: 800px) {
  .menu-panel .menu a {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .menu-panel .menu a {
    font-size: 48px;
  }
}
@media (max-width: 800px) {
  .menu-panel .menu a {
    line-height: 24px;
  }
}
@media (min-width: 1600px) {
  .menu-panel .menu a {
    line-height: 48px;
  }
}
.menu-panel .menu a:link, .menu-panel .menu a:visited {
  color: rgb(255, 255, 255);
  border-bottom: 1px solid transparent;
}
.menu-panel .menu a:hover, .menu-panel .menu a:active {
  color: rgb(255, 255, 255);
  border-bottom: 1px solid transparent;
}
.menu-panel .menu .sub-menu {
  display: block;
  float: none;
  margin-left: inherit !important;
  margin-top: 10px !important;
  position: relative;
  left: auto;
  padding-top: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: none;
}
.menu-panel .menu .sub-menu li {
  margin-bottom: 10px;
}
.menu-panel .menu .sub-menu a {
  font-size: 2vw;
  line-height: 2.2vw;
  width: auto;
}
@media (max-width: 900px) {
  .menu-panel .menu .sub-menu a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .menu-panel .menu .sub-menu a {
    font-size: 24px;
  }
}
@media (max-width: 1272.7272727273px) {
  .menu-panel .menu .sub-menu a {
    line-height: 28px;
  }
}
@media (min-width: 1454.5454545455px) {
  .menu-panel .menu .sub-menu a {
    line-height: 32px;
  }
}
.menu-panel .socials {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.menu-panel .menu-close {
  position: absolute;
  top: 70px;
  right: 28px;
  font-size: 48px;
  font-size: 4.8rem;
  color: rgb(255, 255, 255);
  cursor: pointer;
  z-index: 9;
}
.menu-panel .menu-close img {
  width: 32px;
  height: auto;
}
.menu-panel .container {
  z-index: 1;
}

.mobile-button {
  position: absolute;
  top: 40px;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 0px;
  cursor: pointer;
  width: 30px;
  z-index: 99;
  display: block;
  pointer-events: all;
}
@media only screen and (min-width: 768px) {
  .mobile-button {
    display: none;
    width: 36px;
  }
}
.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;
  right: 20px;
  top: 15px;
  font-size: 48px;
  font-size: 4.8rem;
  cursor: pointer;
  color: #EAE7E1;
}

.menu > .menu-item-has-children > a {
  pointer-events: none;
}

.menu-panel .menu > .menu-item-has-children > a {
  pointer-events: none;
}

.menu-panel .menu-item-has-children.show .sub-menu {
  display: block !important;
}

.main-navigation .sub-menu {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-top: 0px !important;
}

/*-------------------------------------------- header-start*/
.logged-in .site-header {
  top: 46px;
}
@media only screen and (min-width: 768px) {
  .logged-in .site-header {
    top: 32px;
  }
}
.logged-in .site-main {
  top: 46px;
}
@media only screen and (min-width: 768px) {
  .logged-in .site-main {
    margin-top: 0px;
  }
}
.logged-in #wpadminbar {
  position: fixed !important;
}
.logged-in .mobile-close {
  top: 60px;
}
.logged-in .site-main {
  top: 46px;
}
@media only screen and (min-width: 768px) {
  .logged-in .site-main {
    top: 32px;
  }
}

html.js {
  margin-top: 0px !important;
}
@media only screen and (min-width: 768px) {
  html.js {
    margin-top: 0px !important;
  }
}

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

.bg-blauw {
  background-color: rgba(24, 100, 108, 0.5);
}

.bg-donkerblauw {
  background-color: #11687B;
}

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

.bg-paars {
  background-color: #2B255F;
}
.bg-paars h1, .bg-paars h2, .bg-paars h3 {
  color: #E5AA17;
}

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

.grid-wrapper {
  margin: 0 30px;
}
@media only screen and (min-width: 768px) {
  .grid-wrapper {
    margin-right: 0px;
  }
}

.grid-3-col {
  margin: 0 -30px;
  position: relative;
  z-index: 4;
}
.grid-3-col .grid-sizer,
.grid-3-col .grid-item {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .grid-3-col .grid-sizer,
  .grid-3-col .grid-item {
    width: calc(33.3333333333% - 30px);
    margin-bottom: 30px;
  }
}
.grid-3-col .gutter-sizer {
  width: 30px;
}
.grid-3-col .grid-image {
  width: 100%;
  display: block;
}
.grid-3-col .grid-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.grid-2-col {
  margin: 0 -30px;
  position: relative;
  z-index: 4;
}
.grid-2-col .grid-sizer,
.grid-2-col .grid-item {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .grid-2-col .grid-sizer,
  .grid-2-col .grid-item {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
}
.grid-2-col .gutter-sizer {
  width: 30px;
}
.grid-2-col .grid-image {
  width: 100%;
  display: block;
}
.grid-2-col .grid-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.stamp {
  position: absolute;
}

.stamp-1 {
  left: 0px;
  top: 0px;
  height: 50px;
  width: calc(33.3333333333% - 30px);
}

.stamp-2 {
  left: 33.3333333333%;
  top: 0px;
  height: 100px;
  width: calc(33.3333333333% - 30px);
}

/*-------------------------------------------- main-start*/
.navigation-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0;
}

.site-main {
  padding-top: 130px;
}
@media only screen and (min-width: 768px) {
  .site-main {
    padding-top: 200px;
  }
}

.site-main .page {
  min-height: 500px;
}

/*-------------------------------------------- header-start*/
.header-content {
  position: absolute;
  z-index: 5;
  color: rgb(255, 255, 255);
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-image {
  position: relative;
  line-height: 0px;
  overflow: hidden;
}

.project-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: 0px 1px 41px -11px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 0px 1px 41px -11px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 0px 1px 41px -11px rgba(0, 0, 0, 0.75) inset;
  opacity: 1;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.project-image:hover:before {
  opacity: 0;
}

.project-image:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.project-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-weight: bold;
  line-height: 26px;
  line-height: 2.6rem;
}

.uitgelicht .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uitgelicht .item > div {
  width: 50%;
}
.uitgelicht .item-teaser-content {
  padding-right: 100px;
}
.uitgelicht .item-title {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
}
.uitgelicht .item-date {
  color: #E5AA17;
}
.uitgelicht .item-date span {
  color: rgb(255, 255, 255);
}
.uitgelicht .item-image {
  position: relative;
}
.uitgelicht .item-date-block {
  position: absolute;
  left: 30px;
  bottom: 0px;
  -webkit-transform: translateY(28px);
          transform: translateY(28px);
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.uitgelicht .item-date-block .top {
  background-color: rgb(255, 255, 255);
  color: #040404;
  text-align: center;
  padding: 20px 30px;
  font-size: 26px;
  font-size: 2.6rem;
}
.uitgelicht .item-date-block .bottom {
  background-color: #E5AA17;
  color: #040404;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.uitgelicht .item-date-block .day {
  font-weight: 900;
  font-size: 36px;
  font-size: 3.6rem;
}

.contact-sectie strong {
  color: #E5AA17;
}

.post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-bottom: 30px;
}
.post-header .post-header-image {
  width: 100%;
}
.post-header .post-header-image:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgb(4, 4, 4);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(4, 4, 4)), color-stop(30%, rgba(4, 4, 4, 0)));
  background: linear-gradient(0deg, rgb(4, 4, 4) 0%, rgba(4, 4, 4, 0) 30%);
  z-index: 2;
  width: 100%;
  height: 400px;
}
.post-header .post-header-wrapper {
  position: absolute;
  left: 15px;
  bottom: 0px;
  width: 100%;
  padding-right: 30px;
  z-index: 2;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.post-header .post-header-wrapper .post-header-subtitle {
  width: 66%;
}
.post-header .post-header-title {
  font-weight: 300;
  padding: 30px 0;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  line-height: 4rem;
}
@media only screen and (min-width: 768px) {
  .post-header .post-header-title {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    line-height: 5.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .post-header .post-header-title {
    font-size: 60px;
    font-size: 6rem;
    line-height: 70px;
    line-height: 7rem;
  }
}
.post-header .post-header-meta {
  font-weight: 600;
  padding: 0 0 15px 0;
  color: #E5AA17;
}
.post-header .post-header-meta span {
  color: rgb(255, 255, 255);
}

.project-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .project-header {
    min-height: 640px;
  }
}
.project-header .project-header-image {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 768px) {
  .project-header .project-header-image {
    width: 62%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
  }
}
.project-header .project-content {
  border-radius: 40px;
  background-color: #E5AA17;
  padding: 30px 30px;
  color: #040404;
  margin-top: 50px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .project-header .project-content {
    padding: 30px 45px;
  }
}
.project-header .project-header-wrapper {
  width: 100%;
  z-index: 2;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 768px) {
  .project-header .project-header-wrapper {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.project-header .project-header-wrapper .post-header-subtitle {
  width: 50%;
}
.project-header .project-header-wrapper button {
  display: inline-block;
  background-color: rgb(255, 255, 255) !important;
  color: #11687B !important;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  padding: 10px 30px;
  font-weight: 600;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: 4px 4px 5px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 4px 5px -4px rgba(0, 0, 0, 0.75);
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.project-header .project-header-wrapper button:link, .project-header .project-header-wrapper button:visited {
  color: #11687B !important;
}
.project-header .project-header-wrapper button:hover, .project-header .project-header-wrapper button:active {
  color: #11687B !important;
  color: #11687B !important;
}
.project-header .project-header-subtitle {
  font-weight: 600;
  padding: 0 0 15px 0;
}
.project-header .header-icon {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
  max-width: 200px;
  height: auto;
}
.project-header .expeditie-leider {
  position: absolute;
  bottom: 0px;
  right: 0%;
  -webkit-transform: translate(0%, 42%);
          transform: translate(0%, 42%);
  max-width: 100px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .project-header .expeditie-leider {
    max-width: 300px;
    -webkit-transform: translate(80%, 20%);
            transform: translate(80%, 20%);
  }
}

.project-header-title {
  font-weight: 500;
  padding: 0 0 30px 0;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  line-height: 4rem;
}
@media only screen and (min-width: 768px) {
  .project-header-title {
    padding: 30px 0;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 56px;
    line-height: 5.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .project-header-title {
    font-size: 60px;
    font-size: 6rem;
    line-height: 70px;
    line-height: 7rem;
  }
}

/*-------------------------------------------- section-start*/
.home-intro-wrapper {
  position: relative;
  z-index: 3;
}

.home-intro {
  padding: 30px;
  margin-top: -100px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .home-intro {
    margin-top: 0px;
  }
}
.home-intro p:last-child {
  padding-bottom: 0;
}

.novanext-icon {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 180px;
  z-index: 4;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .novanext-icon {
    width: 300px;
    -webkit-transform: translate(-25%, 50%);
            transform: translate(-25%, 50%);
  }
}

.nieuws-lijst-sectie {
  padding: 15px;
  border-radius: 40px;
}
.nieuws-lijst-sectie .nieuwsbericht-titel {
  font-size: calc(14px + 0.5vw);
  font-weight: 600;
}
.nieuws-lijst-sectie .nieuwsbericht {
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 15px;
}
.nieuws-lijst-sectie .nieuwsbericht a:link, .nieuws-lijst-sectie .nieuwsbericht a:visited {
  text-decoration: none;
}
.nieuws-lijst-sectie .nieuwsbericht a:hover, .nieuws-lijst-sectie .nieuwsbericht a:active {
  background-color: transparent;
}
.nieuws-lijst-sectie .button-wit {
  display: block !important;
}
.nieuws-lijst-sectie .button-wit a:link, .nieuws-lijst-sectie .button-wit a:visited {
  color: #e31927 !important;
}
.nieuws-lijst-sectie .button-wit a:hover, .nieuws-lijst-sectie .button-wit a:active {
  color: #e31927 !important;
}

.overlap {
  margin-top: 0px;
}
@media only screen and (min-width: 768px) {
  .overlap {
    margin-top: -100px;
  }
}

.sectie-inhoud-wrapper {
  margin-top: 30px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .sectie-inhoud-wrapper {
    margin-top: -100px;
  }
}

.sectie-inhoud-wrapper {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding: 0px;
}
@media only screen and (min-width: 768px) {
  .sectie-inhoud-wrapper {
    padding: 45px;
  }
}

.sectie:last-child {
  padding-bottom: 30px;
}

.sectie-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.sectie-header .sectie-illustratie {
  position: absolute;
  display: none;
  max-width: 200px;
  width: 100%;
  right: 0px;
  bottom: 0px;
  -webkit-transform: translateX(calc(30px + 100%));
          transform: translateX(calc(30px + 100%));
}
@media only screen and (min-width: 768px) {
  .sectie-header .sectie-illustratie {
    display: block;
  }
}
.sectie-header .sectie-title {
  display: inline-block;
  position: relative;
}

.not-rounded {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
@media only screen and (min-width: 768px) {
  .not-rounded {
    padding: 0 45px 45px 45px !important;
  }
}

.impressie-header {
  z-index: 3;
}
.impressie-header .sectie-illustratie {
  position: absolute;
  display: none;
  max-width: 128px;
  width: 100%;
  right: 0px;
  bottom: 0px;
  -webkit-transform: translate(calc(30px + 100%), 25%);
          transform: translate(calc(30px + 100%), 25%);
}
@media only screen and (min-width: 768px) {
  .impressie-header .sectie-illustratie {
    display: block;
  }
}

.expeditie-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .expeditie-header {
    min-height: 640px;
    display: block;
  }
}
.expeditie-header .expeditie-intro {
  background-color: #E5AA17;
  padding: 60px 30px 30px 30px;
  border-radius: 40px;
  width: 100%;
  z-index: 3;
  position: relative;
  color: #040404;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: -80px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .expeditie-header .expeditie-intro {
    max-width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 45px 30px 45px;
  }
}
.expeditie-header .expeditie-intro a:link, .expeditie-header .expeditie-intro a:visited {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.expeditie-header .expeditie-intro a:hover, .expeditie-header .expeditie-intro a:active {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
.expeditie-header .expeditie-image {
  position: relative;
  width: 100%;
  top: 0px;
  right: 0px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 768px) {
  .expeditie-header .expeditie-image {
    position: absolute;
    max-width: 62%;
  }
}
.expeditie-header .header-icon {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  max-width: 200px;
  height: auto;
}
.expeditie-header .expeditie-leider {
  position: absolute;
  bottom: 0px;
  right: 0%;
  max-width: 200px;
  height: auto;
  -webkit-transform: translate(5%, 18%);
          transform: translate(5%, 18%);
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .expeditie-header .expeditie-leider {
    max-width: 400px;
    -webkit-transform: translate(50%, 30%);
            transform: translate(50%, 30%);
  }
}
.expeditie-header button {
  display: inline-block;
  background-color: rgb(255, 255, 255) !important;
  color: #11687B !important;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  padding: 10px 30px;
  font-weight: 600;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: 4px 4px 5px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 4px 5px -4px rgba(0, 0, 0, 0.75);
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.expeditie-header button:link, .expeditie-header button:visited {
  color: #11687B !important;
}
.expeditie-header button:hover, .expeditie-header button:active {
  color: #11687B !important;
  color: #11687B !important;
}

.vdm button {
  display: inline-block;
  background-color: rgb(255, 255, 255) !important;
  color: #11687B !important;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  padding: 10px 30px;
  font-weight: 600;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  cursor: pointer;
  text-align: center;
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: 4px 4px 5px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 4px 5px -4px rgba(0, 0, 0, 0.75);
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.vdm button:link, .vdm button:visited {
  color: #11687B !important;
}
.vdm button:hover, .vdm button:active {
  color: #11687B !important;
  color: #11687B !important;
}

.terugblikken {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.terugblikken .terugblik {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .terugblikken .terugblik {
    width: 33.3333333333%;
  }
}
.terugblikken .terugblik-inner {
  padding: 0 15px;
}

.eventbutton-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eventbutton-bar button {
  display: inline-block;
  color: rgb(255, 255, 255) !important;
  background-color: #E5AA17;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
  -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: left;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  font-weight: 600;
  border: none;
  margin-right: 10px;
  font-family: "Poppins", sans-serif;
  font-size: inherit;
}
.eventbutton-bar button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

/*-------------------------------------------- sidebar-start*/
.blog-overzicht .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
.blog-overzicht .item:hover .item-image img, .blog-overzicht .item:active .item-image img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.blog-overzicht .item:hover .item-title, .blog-overzicht .item:active .item-title {
  color: #E5AA17;
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.blog-overzicht .item-teaser-content {
  padding-right: 100px;
}
.blog-overzicht .item-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
}
.blog-overzicht .item-date {
  color: #E5AA17;
}
.blog-overzicht .item-date span {
  color: rgb(255, 255, 255);
}
.blog-overzicht .item-image {
  position: relative;
  margin-bottom: 40px;
}
.blog-overzicht .item-image img {
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.blog-overzicht .item-date-block {
  position: absolute;
  left: 30px;
  bottom: 0px;
  -webkit-transform: translateY(28px);
          transform: translateY(28px);
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.blog-overzicht .item-date-block .top {
  background-color: rgb(255, 255, 255);
  color: #040404;
  text-align: center;
  padding: 20px 30px;
  font-size: 26px;
  font-size: 2.6rem;
}
.blog-overzicht .item-date-block .bottom {
  background-color: #E5AA17;
  color: #040404;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.blog-overzicht .item-date-block .day {
  font-weight: 900;
  font-size: 36px;
  font-size: 3.6rem;
}

.news-overzicht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.news-overzicht .newsitem {
  width: 50%;
  padding: 0 15px;
  min-height: 100px;
}
.news-overzicht .news-teaser-content {
  background-color: #444343;
  padding: 15px;
}
.news-overzicht .news-date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #E5AA17;
}
.news-overzicht .news-date span {
  color: rgb(255, 255, 255);
}
.news-overzicht .news-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 300;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 10px;
}

.subpages .subpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.subpages .subpage:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.subpages .subpage:nth-child(even) .subpage-teaser-content {
  padding: 0 45px 0 0px;
}
.subpages .subpage > div {
  width: 50%;
}
.subpages .subpage .subpage-teaser-content {
  padding: 0 0 0 45px;
}
.subpages .subpage .subpage-link {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-header > div {
  width: 50%;
}
.page-header .page-header-content {
  padding: 0 45px 0 0;
}

/*-------------------------------------------- sidebar-start*/
.wp-block-latest-posts__list a {
  margin-bottom: 15px;
}
.wp-block-latest-posts__list a:link, .wp-block-latest-posts__list a:visited {
  color: rgb(255, 255, 255);
}
.wp-block-latest-posts__list a:hover, .wp-block-latest-posts__list a:active {
  color: #040404;
}

.wp-block-categories-list {
  list-style-type: none;
}
.wp-block-categories-list li {
  margin-bottom: 15px;
}

.widget-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 40px;
  line-height: 4rem;
}

.wp-block-search__inside-wrapper {
  background-color: #E5AA17;
}
.wp-block-search__inside-wrapper input {
  margin-bottom: 0px;
}
.wp-block-search__inside-wrapper .wp-block-search__input {
  background: #E5AA17;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding-left: 10px;
  color: #040404;
}
.wp-block-search__inside-wrapper .wp-block-search__input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.wp-block-search__inside-wrapper .wp-block-search__input:-ms-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.wp-block-search__inside-wrapper .wp-block-search__input::-ms-input-placeholder {
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 0px;
  background-color: #E5AA17;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.wp-block-search__inside-wrapper .wp-block-search__button:hover, .wp-block-search__inside-wrapper .wp-block-search__button:active {
  cursor: pointer;
}

.widget-area-header {
  font-size: 70px;
  font-size: 7rem;
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-bottom: 100px;
}

/*-------------------------------------------- footer-start*/
.site-footer {
  background-color: #E5AA17;
  padding: 30px 15px 15px 15px;
  color: #040404;
  font-size: 14px;
  font-size: 1.4rem;
}
.site-footer .widget_block p:last-child {
  padding-bottom: 0px;
}

.footer-menu .widget_nav_menu {
  margin-bottom: 0px;
}
.footer-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  list-style-type: none;
}
.footer-menu .menu li {
  margin-right: 15px;
}
.footer-menu .menu a:link, .footer-menu .menu a:visited {
  color: rgb(255, 255, 255);
}
.footer-menu .menu a:hover, .footer-menu .menu a:active {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.footer-widgets-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-widgets-wrapper .widget-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: rgb(255, 255, 255);
}
.footer-widgets-wrapper .footer-widgets {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer-widgets-wrapper .footer-widgets {
    width: 33.3333333333%;
  }
}
.footer-widgets-wrapper .widget_nav_menu ul {
  list-style-type: none;
}
.footer-widgets-wrapper a:link, .footer-widgets-wrapper a:visited {
  color: rgb(255, 255, 255);
}

.footer-widgets-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.footer-widgets-2 .widget_media_image {
  max-width: 25%;
  position: absolute;
  top: 0px;
  right: 15px;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
  z-index: 3;
}
.close-wrapper {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

/*-------------------------------------------- footer-start*/
.intro {
  font-weight: 600;
  padding-bottom: 20px;
}
.intro:after {
  content: "";
}
.intro .title-geel {
  font-size: 60px;
  font-size: 6rem;
  line-height: 70px;
  line-height: 7rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.homepage-text {
  display: none;
}

.readmore:hover, .readmore:active {
  background-color: transparent !important;
}
.readmore img {
  width: 30px;
}

.readmore[aria-expanded=true] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.expedities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.expedities .expeditie {
  width: 50%;
  padding: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .expedities .expeditie {
    width: 16.6666666667%;
  }
}
.expedities .expeditie:hover, .expedities .expeditie:active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.expedities .expeditie:hover .expeditie-link a, .expedities .expeditie:active .expeditie-link a {
  color: #040404 !important;
}
.expedities .expeditie img {
  -webkit-transition: ease-out 0.3s transform;
  transition: ease-out 0.3s transform;
}
.expedities .expeditie .image-box-p img {
  -o-object-fit: contain;
     object-fit: contain;
}
.expedities .expeditie a:hover, .expedities .expeditie a:active {
  background-color: transparent;
}
.expedities .expeditie-link {
  font-size: calc(14px + 0.5vw);
  line-height: calc(18px + 0.5vw);
  font-weight: 600;
}

.faq-vraag {
  margin-bottom: 5px;
}

.buttons-bar {
  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;
}
.buttons-bar .buttons-blok {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .buttons-bar .buttons-blok {
    width: 50%;
    margin-bottom: 0px;
  }
}
.buttons-bar .button-header {
  font-weight: 600;
}

strong {
  font-weight: 600 !important;
}

.mailchimpform {
  color: rgb(255, 255, 255);
}
.mailchimpform label {
  display: none;
}
.mailchimpform input[type=text],
.mailchimpform input[type=email] {
  width: 280px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
}
.mailchimpform input[type=submit] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #E5AA17;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem;
}
.mailchimpform h3 {
  margin-bottom: 20px;
}

.mc4wp-form-fields {
  text-align: center;
}

.modal-content {
  background-color: #11687B;
}

.modal .modal-header {
  border-bottom: 0px;
  text-align: center;
}
.modal p {
  padding-bottom: 20px;
}
.modal button.close {
  font-size: 24px;
  font-size: 2.4rem;
  color: rgb(255, 255, 255);
}

.partners-overzicht .partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px rgb(255, 255, 255);
  padding: 30px 0 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .partners-overzicht .partner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.partners-overzicht .partner .partner-logo {
  width: 100%;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .partners-overzicht .partner .partner-logo {
    width: 20%;
    padding-right: 30px;
  }
}
.partners-overzicht .partner .partner-tekst {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .partners-overzicht .partner .partner-tekst {
    width: 80%;
  }
}

.programma-overzicht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}
.programma-overzicht .activiteit {
  width: 100%;
  padding: 0 15px 30px 15px;
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .programma-overzicht .activiteit {
    width: 25%;
  }
}
.programma-overzicht .activiteit img {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.programma-overzicht .activiteit:hover img, .programma-overzicht .activiteit:active img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.programma-overzicht .activiteit-inner {
  background-color: #f9b232;
  height: 100%;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.programma-overzicht .activiteit-inner.kampioenenkoorts, .programma-overzicht .activiteit-inner.cat-135 {
  background-color: #eb5d47;
}
.programma-overzicht .activiteit-inner.bewaak-de-kluis-van-franeker, .programma-overzicht .activiteit-inner.bewaak-de-kluis-van-zutphen, .programma-overzicht .activiteit-inner.cat-137 {
  background-color: #955f8a;
}
.programma-overzicht .activiteit-inner.techniek-op-hol, .programma-overzicht .activiteit-inner.cat-138 {
  background-color: #00a9c8;
}
.programma-overzicht .activiteit-inner.aardbewoners, .programma-overzicht .activiteit-inner.cat-134 {
  background-color: #52a45b;
}
.programma-overzicht .activiteit-inner.naar-de-sterren-en-er-voorbij, .programma-overzicht .activiteit-inner.cat-133 {
  background-color: #f9b232;
}
.programma-overzicht .activiteit-inner.het-woeste-land, .programma-overzicht .activiteit-inner.cat-136 {
  background-color: #ba8b66;
}
.programma-overzicht .activiteit-afbeelding {
  width: 100%;
  position: relative;
  height: 100px;
}
.programma-overzicht .activiteit-content {
  padding: 0px 15px 15px 15px;
}
.programma-overzicht .activiteit-categorieen {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
.programma-overzicht .activiteit-categorieen div {
  display: inline-block;
}
.programma-overzicht .activiteit-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem;
}
.programma-overzicht .activiteit-title a:link, .programma-overzicht .activiteit-title a:visited {
  color: rgb(255, 255, 255);
  background-color: transparent;
}
.programma-overzicht .activiteit-title a:hover, .programma-overzicht .activiteit-title a:active {
  color: rgb(255, 255, 255);
  background-color: transparent;
}

.organisatoren-info {
  font-style: italic;
}

.page-title {
  margin-bottom: 15px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .header-content-blok {
    padding-right: 30px;
    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;
    height: 100%;
  }
}

.header-introtekst {
  font-weight: 600;
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
}

.filterbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}
.filterbar .filters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .filterbar .filters-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.filterbar .reset-wrapper input {
  border: none;
  background: transparent;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
.filterbar .form-group {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .filterbar .form-group {
    width: 25%;
    padding-right: 15px;
  }
}
.filterbar .form-group:last-child {
  padding-right: 0px;
}
.filterbar select.form-control {
  color: #040404;
  border: none;
  min-height: 40px;
  border-radius: 0px !important;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0px;
}
.filterbar .reset-wrapper {
  margin-top: 5px;
  margin-right: -15px;
}
.filterbar input[type=text] {
  height: 40px;
  border: none;
  border-radius: 0px;
  padding-left: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

.button-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}
.button-bar .reset-wrapper input {
  border: none;
  background: transparent;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 24px;
  font-size: 2.4rem;
}
.button-bar .reset-wrapper {
  margin-right: -15px;
}
.button-bar input[type=submit] {
  border: none;
  background: transparent;
  color: white;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
}

.locatie-activiteiten {
  margin-top: 40px;
}

.map-wrapper {
  color: #040404;
}
.map-wrapper button {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: none !important;
}
.map-wrapper button img {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.map-wrapper .gm-style .gm-style-iw-c {
  padding: 15px;
}
.map-wrapper a {
  font-weight: 600;
}
.map-wrapper a:link, .map-wrapper a:visited {
  color: #040404;
}

.nieuwsoverzicht .nieuwsbericht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .nieuwsoverzicht .nieuwsbericht {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.nieuwsoverzicht .nieuwsbericht:hover .nieuwsbericht-image img, .nieuwsoverzicht .nieuwsbericht:active .nieuwsbericht-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.nieuwsoverzicht .nieuwsbericht:hover .nieuwsbericht-content, .nieuwsoverzicht .nieuwsbericht:active .nieuwsbericht-content {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  padding: 30px;
  background-color: #E5AA17;
}
.nieuwsoverzicht .nieuwsbericht-image {
  position: relative;
  display: block;
  line-height: 0px;
}
@media only screen and (min-width: 768px) {
  .nieuwsoverzicht .nieuwsbericht-image {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.nieuwsoverzicht .nieuwsbericht-image img {
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}
.nieuwsoverzicht .nieuwsbericht-content {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  padding: 30px;
  background-color: #eb5d47;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}
.nieuwsoverzicht .nieuwsbericht-content a:link, .nieuwsoverzicht .nieuwsbericht-content a:visited {
  color: rgb(255, 255, 255);
}
.nieuwsoverzicht .nieuwsbericht-content a:hover, .nieuwsoverzicht .nieuwsbericht-content a:active {
  color: rgb(255, 255, 255);
}

.hidden {
  display: none !important;
}

.search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-wrapper label {
  text-transform: uppercase;
}
.search-wrapper input {
  width: 100%;
}

.event-image {
  margin-bottom: 30px;
}

.wetenschappers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wetenschappers > div {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .wetenschappers > div {
    width: 50%;
  }
}

.wetenschapper-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 15px;
}
.wetenschapper-container .wetenschapper-image {
  width: 75px;
  min-width: 75px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.wetenschapper-container .wetenschapper-tekst {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
  line-height: 2.1rem;
  padding: 0 15px;
}
.wetenschapper-container .wetenschapper-vakgebied {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 15px);
}

.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.events .event {
  width: 100%;
  pointer-events: none;
}
.events .event.past {
  opacity: 0.5;
}
.events .event.current {
  pointer-events: all;
  background-color: #E5AA17;
}
.events .event.current .event-title a:link, .events .event.current .event-title a:visited {
  color: rgb(255, 255, 255);
}
.events .event.current .event-title a:hover, .events .event.current .event-title a:active {
  color: rgb(255, 255, 255);
}
.events .event:hover img, .events .event:active img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform ease-out 0.3s;
  transition: -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
}
@media only screen and (min-width: 768px) {
  .events .event {
    width: 33.3333333333%;
  }
}
.events .event .event-container {
  padding: 10px;
}
.events .event .event-image {
  margin-bottom: 10px;
}
.events .event .event-datum {
  margin-bottom: 10px;
}
.events .event-title {
  font-weight: 600;
}
.events .event-title a:hover, .events .event-title a:active {
  color: #E5AA17;
  text-decoration: underline;
  background-color: transparent;
}
.events .upcoming {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-id-3266 .site-footer {
  display: none;
}

.call-to-action {
  position: absolute;
  right: 150px;
  top: 15px;
  width: 80px;
  height: auto;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media only screen and (min-width: 768px) {
  .call-to-action {
    right: 120px;
    width: 120px;
  }
}
.call-to-action:hover, .call-to-action:active {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.call-to-action img {
  pointer-events: none;
}
.call-to-action .cta-button {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.call-to-action .cta-button button {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  opacity: 0;
}

.entry-content ul, .entry-content ol {
  margin-left: 20px;
}

/*
.header-slider{
    position: relative; 
    width: 100%;
    display: block;
    overflow: hidden;
    .js-wpv-view-layout{
        width: 100%; 
        height: 100%;
        position: relative;        
    }
    .gallery-slider-wrapper{
        width: 100%;
        overflow: hidden;
        display: flex;
    }

    .gallery-slider{
        position: relative;
        margin-bottom: 0px;
        .slick-track{
            height: 100%;
        }
    }
    .slide{
        height: 50vh; 
        max-height: 500px;
    }
} 

*/
.header-slider .slide {
  position: relative;
}
.header-slider .button {
  margin-right: 10px;
}
.header-slider .slide-content {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header-slider .slide-image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .header-slider .slide-image {
    max-width: 95%;
    width: 70%;
  }
}
.header-slider .slide-tekst-wrapper {
  width: 100%;
  max-width: 1200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  margin-top: -30px;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
@media only screen and (min-width: 768px) {
  .header-slider .slide-tekst-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 0px;
  }
}
.header-slider .slide-tekst {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  padding: 30px;
}
@media only screen and (min-width: 992px) {
  .header-slider .slide-tekst {
    left: 10%;
    width: 50%;
  }
}
.header-slider .slide-tekst h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 992px) {
  .header-slider .slide-tekst h2 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 55px;
    line-height: 5.5rem;
  }
}
.header-slider .slide-subtekst {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .header-slider .slide-subtekst {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
    width: 100%;
  }
}
.header-slider .slide-link {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #11687B;
}
.header-slider .slide-link:link, .header-slider .slide-link:visited {
  color: #E5AA17;
  background-color: transparent !important;
}
.header-slider .slide-link:hover, .header-slider .slide-link:active {
  color: rgb(255, 255, 255);
  background-color: #E5AA17 !important;
}

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

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

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

.impressie-slider .slick-next {
  right: 15px;
}
.impressie-slider .slick-prev {
  left: 15px;
}
.impressie-slider .slick-arrow {
  width: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  z-index: 3;
}

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

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

.slide-wrapper {
  position: relative;
}
.slide-wrapper .terug-button {
  background-color: #eb5d47 !important;
}
@media only screen and (min-width: 768px) {
  .slide-wrapper .terug-button {
    position: absolute !important;
    bottom: 10px;
    left: 30px;
    z-index: 3;
  }
}

.expeditie-slider {
  position: relative;
}
.expeditie-slider .slide {
  position: relative;
}
.expeditie-slider .slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.expeditie-slider .slide-inner > div {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .expeditie-slider .slide-inner > div {
    width: 50%;
  }
}
.expeditie-slider .slide-image {
  width: 100%;
  height: 0px;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.expeditie-slider .slide-image 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%;
}
@media only screen and (min-width: 768px) {
  .expeditie-slider .slide-image {
    max-height: none;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    position: relative;
  }
  .expeditie-slider .slide-image img {
    position: relative;
  }
}
.expeditie-slider .antwoorden {
  display: block;
}
.expeditie-slider .slide-content {
  padding: 30px 0 0 0;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .expeditie-slider .slide-content {
    padding: 30px 30px 30px 30px;
  }
}
.expeditie-slider .slide-content h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .expeditie-slider .slide-content h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.expeditie-slider .button {
  text-align: left;
}
.expeditie-slider .button:hover, .expeditie-slider .button:active {
  background-color: #11687B;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.expeditie-slider a:link, .expeditie-slider a:visited {
  display: inline-block;
  color: rgb(255, 255, 255) !important;
  background-color: #E5AA17;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
  -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: left;
  font-family: "Poppins", sans-serif;
}
.expeditie-slider a:link:hover, .expeditie-slider a:link:active, .expeditie-slider a:visited:hover, .expeditie-slider a:visited:active {
  background-color: #E5AA17;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.expeditie-slider-nav {
  display: none !important;
}

.button {
  display: inline-block;
  color: rgb(255, 255, 255) !important;
  background-color: #E5AA17;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
  -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: left;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
  font-weight: 600;
}
.button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.button-blauw {
  display: inline-block;
  color: rgb(255, 255, 255) !important;
  background-color: #11687B;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
  -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: left;
  font-family: "Poppins", sans-serif;
}
.button-blauw:hover, .button-blauw:active {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  background-color: #11687B !important;
}

.bg-geel .button {
  display: inline-block;
  color: rgb(255, 255, 255) !important;
  background-color: #11687B;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
  -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: left;
  font-family: "Poppins", sans-serif;
}
.bg-geel .button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #11687B;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.button.button-wit {
  display: inline-block;
  background-color: rgb(255, 255, 255) !important;
  color: #11687B !important;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  padding: 10px 30px;
  font-weight: 600;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: 4px 4px 5px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 4px 5px -4px rgba(0, 0, 0, 0.75);
}
.button.button-wit:link, .button.button-wit:visited {
  color: #11687B !important;
}
.button.button-wit:hover, .button.button-wit:active {
  color: #11687B !important;
}

.button-geel {
  display: inline-block;
  background-color: #E5AA17 !important;
  color: #040404;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  padding: 10px 30px;
  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: "Poppins", sans-serif;
}
.button-geel:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.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: rgb(33, 47, 58);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  font-family: "Poppins", sans-serif;
  margin-top: 0px;
  font-size: 18px;
  font-size: 1.8rem;
  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: #EAE7E1;
}
.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 {
  text-align: right;
}
.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 #E5AA17;
  background: #E5AA17;
  padding: 5px 20px;
  color: rgba(24, 100, 108, 0.5);
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  color: #11687B;
}
.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-large {
  width: 100%;
  height: 0px;
  padding-bottom: 65%;
  position: relative;
  overflow: hidden;
}
.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-l-large2 {
  width: 100%;
  height: 0px;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}
.image-box-l-large2 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 {
  width: 100%;
  height: 0px;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.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-small {
  width: 100%;
  height: 0px;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
}
.image-box-l-small 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: contain;
     object-fit: contain;
  -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%;
}

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

.sectie-roze {
  background-color: #E5AA17;
}

.no-sidepadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.no-margin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.no-sidepadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

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

.margin-side {
  margin-left: 15px;
  margin-right: 15px;
}

.offset-top {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.shadow-blok {
  -webkit-box-shadow: 7px 7px 14px -5px rgba(0, 0, 0, 0.24);
  box-shadow: 7px 7px 14px -5px rgba(0, 0, 0, 0.24);
  border-left: solid 3px #E5AA17;
}

.blok-padder {
  padding: 30px 15px;
}

.image-blok-right {
  z-index: 2;
}
.image-blok-right img {
  width: calc(100% + 60px);
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  max-width: none;
}

.image-blok-left {
  z-index: 2;
}
.image-blok-left img {
  width: calc(100% + 60px);
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  max-width: none;
}

.inner-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.full-bg {
  max-width: none !important;
}

.blok-titel {
  width: 100%;
  margin-bottom: 10px;
}

.align-right {
  text-align: right;
}

body .rounded {
  border-top-left-radius: 40px !important;
  border-top-right-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
}

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

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

.padded-container {
  padding-left: 60px;
  padding-right: 60px;
}

.bg-patroon {
  background-image: url("images/achtergrond-patroon.svg");
}

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

.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: #E5AA17;
}

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

.bg-rood {
  background-color: #eb5d47;
}
.bg-rood a:link, .bg-rood a:visited {
  text-decoration: none;
  color: #040404;
  display: inline-block;
  text-decoration: underline;
}
.bg-rood a:hover, .bg-rood a:active {
  text-decoration: underline;
  color: #040404;
}

.constrain-x {
  overflow: hidden;
}

.inline-button {
  display: inline-block;
}

.padding {
  padding: 60px;
}

.padding-small {
  padding: 30px;
}

.blok-shadow {
  -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.75);
}

.full-height {
  height: 100%;
  position: relative;
}
.full-height .row, .full-height .container {
  height: 100%;
  position: relative;
}

.equal-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.center-title {
  margin: 0 auto;
}

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

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

.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-bottom-small {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .v-pad-bottom-small {
    padding-bottom: 30px;
  }
}

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

.blue-panel {
  background-color: #EAE7E1 !important;
  color: rgb(255, 255, 255) !important;
}
.blue-panel .border-line {
  background-color: #E5AA17 !important;
}

/*  
.h-pad{
    padding-left: 15px; 
    padding-right: 15px;
    @include respond-to(tablet){
        padding-left: 30px; 
        padding-right: 30px;
    }
    @include respond-to(desktop){
        padding-left: 140px; 
        padding-right: 140px;
    }
}  */
.h-pad {
  max-width: 1640px;
  margin: 0 auto;
}

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

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.v-pad-120 {
  padding: 60px 0 60px 0;
}
@media only screen and (min-width: 601px) {
  .v-pad-120 {
    padding: 120px 0 120px 0;
  }
}

.no-p p {
  margin-bottom: 0px !important;
}

.border-bottom {
  border-bottom: solid 1px rgb(255, 255, 255);
}

@media only screen and (min-width: 768px) {
  .custom-col-8 {
    width: 12.5%;
  }
}

body .frm_style_formidable-style.with_frm_style legend + h3,
body .frm_style_formidable-style.with_frm_style h3.frm_form_title {
  color: #11687B;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  margin-bottom: 30px !important;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.flex-row .flex-v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#primary {
  opacity: 1;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
  width: 100%;
}

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

strong {
  font-family: "Poppins", sans-serif;
}

.sticky-panel {
  position: sticky;
  top: 0px;
}

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

.page {
  margin-bottom: 0px;
}

p {
  padding-bottom: 40px;
}

form.wpv-filter-form {
  font-family: "Poppins", sans-serif;
  text-transform: lowercase;
}
form.wpv-filter-form .wpv-reset-trigger {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  form.wpv-filter-form .wpv-reset-trigger {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
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 #E5AA17;
  color: rgba(24, 100, 108, 0.5);
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  form.wpv-filter-form .searchbar-wrapper input[type=submit] {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
form.wpv-filter-form .searchbar-wrapper input[type=text] {
  width: calc(100% - 155px);
  padding: 0px 20px 0 40px;
  height: 36px;
  border: solid 1px #E5AA17;
  border-radius: 0px;
  color: rgba(24, 100, 108, 0.5);
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  form.wpv-filter-form .searchbar-wrapper input[type=text] {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
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 0px auto;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  form.wpv-filter-form .filterbar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 30px auto 0px auto;
  }
}
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: #11687B;
}
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: #11687B;
  border-bottom: solid 1px #11687B;
}
form.wpv-filter-form .form-group .selected label:hover, form.wpv-filter-form .form-group .selected label:active {
  color: #11687B !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: "Poppins", sans-serif;
}

.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;
  font-size: 1vw;
  line-height: 1.5vw;
  margin: 30px 0;
}
@media (max-width: 2400px) {
  .filter-bar {
    font-size: 24px;
  }
}
@media (min-width: 2400px) {
  .filter-bar {
    font-size: 24px;
  }
}
@media (max-width: 1600px) {
  .filter-bar {
    line-height: 24px;
  }
}
@media (min-width: 1600px) {
  .filter-bar {
    line-height: 24px;
  }
}
.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;
}

body .post, body .page {
  margin: 0;
}

p:empty {
  display: none;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 25px;
  right: 58px;
}
@media only screen and (min-width: 768px) {
  .socials {
    top: 30px;
    right: 0px;
  }
}
.socials .social {
  width: 36px;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .socials .social {
    width: 48px;
  }
}
.socials .social:hover, .socials .social:active {
  opacity: 0.6;
}
.socials .social i {
  color: rgb(255, 255, 255);
  font-size: 30px;
}
@media only screen and (min-width: 768px) {
  .socials .social i {
    font-size: 36px;
  }
}

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

.box-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.box-link:hover, .box-link:active {
  background-color: transparent !important;
}