/*!
Theme Name: Boss Netwerk
Theme URI: http://underscores.me/
Author: Blikreclame
Author URI: http://blikreclame.nl
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: boss-netwerk
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.

Boss Netwerk 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/*--------------------------------------------------------------
# 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: "Roboto", 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
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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 li.kennismaken a {
  background: #B7A472;
  color: #fff;
  padding: 7px 10px;
  border: 2px solid #B7A472;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.main-navigation li.kennismaken a:hover {
  background: #fff;
  color: #B7A472;
  border: 2px solid #B7A472;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #B7A472;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 7px 10px;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #B7A472;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.main-navigation.toggled .nav-menu {
  padding-top: 7em;
}
.main-navigation.toggled .menu-toggle .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}
.main-navigation.toggled .menu-toggle .line:nth-child(2) {
  opacity: 0;
}
.main-navigation.toggled .menu-toggle .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -7px;
}

.menu-toggle {
  float: right;
  background: #B7A472;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 1;
}
.menu-toggle .line {
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  position: relative;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: end;
    gap: 0 40px;
  }
}
.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;
}

.post-type-archive-lid .page-header {
  background: linear-gradient(325deg, #D3C9AD 14.1%, #BDB08C 86.45%);
  padding: 3em 0 3em 0;
}
.post-type-archive-lid .page-header h1 {
  text-align: center;
  font-weight: 900;
}
.post-type-archive-lid .page-header .content {
  text-align: center;
  line-height: 1.7;
}
.post-type-archive-lid .leden {
  background: #F7F7F7;
  padding: 3em 0;
}
.post-type-archive-lid .leden article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.7em;
  height: 100%;
}
.post-type-archive-lid .leden article .logo {
  padding: 2em;
  background: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
}
.post-type-archive-lid .leden article .logo img {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.post-type-archive-lid .leden article .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
  background: linear-gradient(325deg, #D3C9AD 14.1%, #BDB08C 86.45%);
  padding: 1em 2em;
  color: #fff;
  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;
}
.post-type-archive-lid .leden article .content h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.post-type-archive-lid .leden article .content p {
  margin-bottom: 15px;
}
.post-type-archive-lid .leden article .content a {
  color: #fff;
  text-decoration: none;
}
.post-type-archive-lid .leden article .content a:hover {
  text-decoration: underline;
  text-decoration: none;
}
.post-type-archive-lid .leden article .content a.btn {
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-type-archive-lid .leden article .content a.btn:hover {
  background: #fff;
  color: #d0c5a9;
}
.post-type-archive-lid .leden .link {
  text-align: center;
  margin-top: 2em;
}
.post-type-archive-lid .leden .link a {
  background: #B9A279;
  color: #fff;
  border: 2px solid #B9A279;
}
.post-type-archive-lid .leden .link a:hover {
  background: transparent;
  color: #B9A279;
}

.post-type-archive-event .page-header {
  background: linear-gradient(325deg, #D3C9AD 14.1%, #BDB08C 86.45%);
  padding: 3em 0 3em 0;
}
.post-type-archive-event .page-header h1 {
  text-align: center;
  font-weight: 900;
}
.post-type-archive-event .page-header .content {
  text-align: center;
  line-height: 1.7;
}
.post-type-archive-event .events {
  background: #F7F7F7;
  padding: 3em 0;
}
.post-type-archive-event .events .col-md-4 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeInUp 0.6s ease forwards;
          animation: fadeInUp 0.6s ease forwards;
}
.post-type-archive-event .events .col-md-4:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.post-type-archive-event .events .col-md-4:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.post-type-archive-event .events .col-md-4:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.post-type-archive-event .events .col-md-4:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.post-type-archive-event .events .col-md-4:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.post-type-archive-event .events .col-md-4:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.post-type-archive-event .events .col-md-4:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.post-type-archive-event .events .col-md-4:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.post-type-archive-event .events .col-md-4:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.post-type-archive-event .events .col-md-4:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.post-type-archive-event .events .col-md-4:nth-child(11) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.post-type-archive-event .events .col-md-4:nth-child(12) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.post-type-archive-event .events .col-md-4:nth-child(13) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.post-type-archive-event .events .col-md-4:nth-child(14) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.post-type-archive-event .events article {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  background: #fff;
  margin-bottom: 2em;
}
.post-type-archive-event .events article a {
  color: #000;
  text-decoration: none;
}
.post-type-archive-event .events article a img {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-type-archive-event .events article a .content {
  padding: 1.5em 2em 1em 1.5em;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.post-type-archive-event .events article a .content h2 {
  font-weight: 900;
  font-size: 26px;
  min-height: 80px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.post-type-archive-event .events article a .content h4 {
  font-size: 22px;
}
.post-type-archive-event .events article a .content .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-type-archive-event .events article:hover {
  background: #d3caad;
}
.post-type-archive-event .events article:hover img {
  opacity: 0.5;
}
.post-type-archive-event .events article:hover .content {
  color: #fff;
}
.post-type-archive-event .events article:hover .content h2 {
  color: #fff;
}
.post-type-archive-event .events article:hover .content .details span {
  color: #fff;
}

.page article h1 {
  padding-top: 1em;
}
.page article .post-thumbnail img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page article .entry-content a {
  color: #B9A279;
}

@media only screen and (max-width: 768px) {
  .home .entry-header .post-thumbnail img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home .entry-header .wave {
  background-image: url("./inc/img/wave.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: end;
  margin-top: -100px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home .entry-header .wave {
    height: 600px;
  }
}
.home .entry-header .wave .header-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .entry-header .wave .header-content .usps {
  padding: 1.3em 6em 1em 1.3em;
  background: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.home .entry-header .wave .header-content .usps h2 {
  text-transform: uppercase;
  color: #003258;
  font-weight: 700;
  margin: 0;
}
.home .entry-header .wave .header-content .header-title {
  padding-bottom: 2em;
}
.home .entry-header .wave .header-content .header-title h2 {
  color: #fff;
  font-weight: 800;
  padding-top: 1em;
}
.home .entry-header .wave .header-content a.btn {
  margin-top: 1em;
  background: #B9A279;
  border: 2px solid #B9A279;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  font-weight: 500;
  color: #fff;
}
.home .entry-header .wave .header-content a.btn:hover {
  background: #fff;
  color: #B9A279;
}
.home .entry-header .wave .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  padding-bottom: 2em;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.home .entry-header .wave .numbers .number {
  padding-bottom: 43px;
}
.home .entry-header .wave .numbers .number .animated-counter-wrap {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  border-radius: 12px;
  display: inline-block;
}
.home .entry-header .wave .numbers .number .animated-counter-wrap h2 span {
  font-size: 80px;
  line-height: 1;
}
.home .entry-header .wave .numbers .content h2 {
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.home .entry-header .wave .numbers .content a.btn {
  margin-top: 1em;
  background: #fff;
  border: 2px solid #fff;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  font-weight: 500;
  color: #B9A279;
}
.home .entry-header .wave .numbers .content a.btn:hover {
  background: transparent;
  color: #fff;
}
.home .entry-content {
  padding: 2em 0;
}
.home .entry-content h1 {
  font-weight: 600;
}
.home .onze-leden {
  padding-bottom: 8em;
  padding-top: 4em;
}
.home .onze-leden .title {
  padding-bottom: 4em;
}
.home .onze-leden .title h2 {
  text-align: center;
  color: #003258;
  font-weight: 700;
}
.home .onze-leden .swiper .swiper-slide .logo {
  border: 8px solid #B9A279;
  border-radius: 20px;
  height: 120px;
  padding: 1em;
}
.home .onze-leden .swiper .swiper-slide .logo img {
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .events {
  padding-bottom: 5em;
  background: #F7F7F7;
}
.home .events .title {
  padding-top: 3em;
}
.home .events .text {
  margin-bottom: 3em;
}
.home .events .title, .home .events .text {
  text-align: center;
}
.home .events .title h2, .home .events .text h2 {
  color: #003258;
  font-weight: 700;
}
.home .events .col-md-4 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeInUp 0.6s ease forwards;
          animation: fadeInUp 0.6s ease forwards;
}
.home .events .col-md-4:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.home .events .col-md-4:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.home .events .col-md-4:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.home .events .col-md-4:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.home .events .col-md-4:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.home .events .col-md-4:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.home .events .col-md-4:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.home .events .col-md-4:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.home .events .col-md-4:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.home .events .col-md-4:nth-child(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.home .events .col-md-4:nth-child(11) {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.home .events .col-md-4:nth-child(12) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.home .events .col-md-4:nth-child(13) {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.home .events .col-md-4:nth-child(14) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.home .events article {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  background: #fff;
  margin-bottom: 2em;
}
.home .events article a {
  color: #000;
  text-decoration: none;
}
.home .events article a img {
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .events article a .content {
  padding: 1.5em 2em 1em 1.5em;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.home .events article a .content h2 {
  font-weight: 900;
  font-size: 26px;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.home .events article a .content h4 {
  font-size: 22px;
}
.home .events article a .content .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .events article:hover {
  background: #d3caad;
}
.home .events article:hover img {
  opacity: 0.5;
}
.home .events article:hover .content {
  color: #fff;
}
.home .events article:hover .content h2 {
  color: #fff;
}
.home .events article:hover .content .details span {
  color: #fff;
}
.home .link {
  text-align: center;
}
.home .link a.btn {
  margin-top: 1em;
  background: #B9A279;
  color: #fff;
  border: 2px solid #B9A279;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.home .link a.btn:hover {
  background: transparent;
  color: #B9A279;
}
.home .locatie {
  background: #F7F7F7;
  padding-top: 4em;
  padding-bottom: 4em;
}
.home .locatie .title {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .locatie .title p {
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  padding: 15px 20px 10px 40px;
  margin: 0;
  color: #fff;
  background: #B7A472;
  font-weight: 800;
  font-size: 20px;
}
.home .locatie iframe {
  clip-path: polygon(4% 0, 100% 0, 100% 100%, 0% 100%);
}
.home .beeld {
  padding-top: 3em;
  padding-bottom: 2em;
}
.home .beeld .title {
  padding-bottom: 1em;
}
.home .beeld .title h2 {
  color: #003258;
  font-weight: 900;
  margin-bottom: 0;
}
.home .beeld .title p {
  font-weight: 300;
  color: #003258;
}
.home .beeld .images ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr 2em 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home .beeld .images ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  border-radius: 12px;
}
.home .beeld .images ul li:nth-child(1), .home .beeld .images ul li:nth-child(2), .home .beeld .images ul li:nth-child(3) {
  -ms-grid-column-span: 4;
  grid-column: span 4; /* 12 / 3 = 4 */
}
.home .beeld .images ul li:nth-child(4) {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}
.home .beeld .images ul li:nth-child(5) {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}
.home .beeld .images ul li img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.single-event .page-header {
  background: linear-gradient(325deg, #D3C9AD 14.1%, #BDB08C 86.45%);
  padding: 3em 0 3em 0;
}
.single-event .page-header h1 {
  text-align: center;
  font-weight: 900;
}
.single-event .page-header .content {
  text-align: center;
  line-height: 1.7;
}
.single-event article {
  background: #F7F7F7;
  padding: 4em 0;
}
.single-event article .event-inner {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .single-event article .event-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.single-event article .event-inner .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
  padding: 15px 20px;
}
.single-event article .event-inner .content h2 {
  font-weight: 900;
}
.single-event article .event-inner .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 50%;
          flex: 0 50%;
}
.single-event article .event-inner .image a.btn {
  margin-top: 1em;
  background: #B9A279;
  color: #fff;
  border: 2px solid #B9A279;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.single-event article .event-inner .image a.btn:hover {
  background: transparent;
  color: #B9A279;
}
.single-event .navigation .post-navigation {
  margin-top: 2em;
}
.single-event .navigation .post-navigation a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
.single-event .navigation .post-navigation .nav-previous {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-event .navigation .post-navigation .nav-previous:before {
  content: "";
  background-image: url("./inc/img/arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  width: 20px;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.single-event .navigation .post-navigation .nav-previous:hover:before {
  -webkit-transform: translate(-10px, 0px);
          transform: translate(-10px, 0px);
}
.single-event .navigation .post-navigation .nav-next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.single-event .navigation .post-navigation .nav-next:after {
  content: "";
  background-image: url("./inc/img/arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  width: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.single-event .navigation .post-navigation .nav-next:hover:after {
  -webkit-transform: rotate(180deg) translate(-10px, 0px);
          transform: rotate(180deg) translate(-10px, 0px);
}
.single-event .popmake .pum-content .gform_wrapper form .gform-footer {
  float: right;
}
.single-event .popmake .pum-content .gform_wrapper form .gform-footer input.gform_button {
  background: #fff;
  color: #b9a279;
  font-weight: 400;
}

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

/* Header
--------------------------------------------- */
header.site-header {
  padding: 3em 0 2em 0;
}
@media only screen and (max-width: 768px) {
  header.site-header {
    padding: 1em 0 1em 0;
  }
}
header.site-header .site-branding {
  position: relative;
}
header.site-header .site-branding .custom-logo-link {
  position: absolute;
  width: 180px;
  height: 180px;
  -webkit-transform: translate(0px, -15px);
          transform: translate(0px, -15px);
}
@media only screen and (max-width: 768px) {
  header.site-header .site-branding .custom-logo-link {
    width: 120px;
    height: 120px;
  }
}

/* Footer
--------------------------------------------- */
footer .site-content {
  background: linear-gradient(325deg, #D3C9AD 14.1%, #BDB08C 86.45%);
  padding: 3rem 0;
}
footer .site-content .footer-1, footer .site-content .footer-2 {
  line-height: 1.7;
}
footer .site-content .footer-1 h2, footer .site-content .footer-2 h2 {
  color: #000;
  font-weight: 700;
  font-size: 28px;
}
footer .site-content .footer-1 p, footer .site-content .footer-2 p {
  color: #fff;
  font-weight: 300;
}
footer .site-content .footer-1 a, footer .site-content .footer-2 a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
footer .site-content .footer-1 a:hover, footer .site-content .footer-2 a:hover {
  text-decoration: underline;
}
footer .site-info {
  color: #003258;
  padding: 0.8em 0;
}
@media (max-width: 767px) {
  footer .site-info {
    text-align: center;
  }
}

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

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}