/*!
Theme Name: Oranje Comité
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: Oranje Comite
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 {
  margin-top: -120px;
  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;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
  border-radius: 10px;
  }

  div.img-overflow {
    overflow: hidden;
  }
/* 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;
}

.wp-block-button__link .custom-btn{
  color: #FFFFFF;
  background: #ff2200;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  border: 2px solid #ff2200;
}

.wp-block-button__link .custom-btn:hover {
  border: 2px solid #ff2200;
  background: #ff2200;
  color: #FFFFFF;
  text-decoration: none;
}

/* 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
--------------------------------------------- */
/* Basis navigatie */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation > ul {
  display: flex;
  gap: 20px;
  background: #f5f5f5;
  padding: 10px 20px;
}

.main-navigation ul li {
  position: relative;
}

.main-navigation a {
  text-decoration: none;
  color: #333;
  padding: 8px 12px;
  display: block;
}

/* Submenu standaard verborgen */
.main-navigation ul ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  background-color: #ffffffcc;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  min-width: 180px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 1000;
}



/* Toon submenu bij hover */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: flex; /* zichtbaar en onder elkaar */
}

@media only screen and (max-width: 1024px) {
      /* Toon submenu bij hover */
    .main-navigation ul.sub-menu li:hover > ul,
    .main-navigation ul li.focus > ul {
      display: flex; /* zichtbaar en onder elkaar */
    }
}

/* Sub-submenu (2e niveau) verschijnt rechts */
.main-navigation ul ul.sub-menu ul {
  top: 0;
  left: 100%;
}

/* Submenu links netjes */
.main-navigation ul ul.sub-menu li a {
  padding: 10px 50px;
  color: #333;
  white-space: nowrap;
}

.main-navigation ul ul.sub li a:hover {
  background: #ff220020;
  border-radius: 10px;
}

.main-navigation li {
  position: relative;
}
.main-navigation li.kennismaken a {
  background: #FF0000;
  background: linear-gradient(160deg,rgba(255, 0, 0, 1) 0%, rgba(254, 144, 0, 1) 100%);
  color: #fff;
  padding: 9px 12px;
  border-radius:10px;
  border: 0px solid #FF0000;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.main-navigation li.kennismaken a:hover {
  background: transparent;
  color: #FF0000;
  padding: 7px 10px;
  border-radius:10px;
  border: 2px solid #FF0000;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: #FF0000;
}
.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: #FF0000;
}

/* 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: #FF0000;
  border-radius: 10px;
  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;
  }

}

@media only screen and (max-width: 1024px) {
    .main-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: none;
    }
}

.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,
 {
  margin: 0 0 0;
}

.page {
  margin: 0 0 0px;
}
.updated:not(.published) {
  display: none;
}

  body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"] {
    color: #ffffff;
    padding: 4px 10px;
    border: 2px solid #ff2200;
    border-radius: 10px;
     
    box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
    background:linear-gradient(to bottom, #ff0000 5%, #ff6600 100%);
    background-color:#ff0000;
 
    /* Vendor prefixes for older browsers */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
    -webkit-box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
}

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


@media only screen and (max-width: 768px) { 
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 3.5em 30px ;
  }
}


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

.page-header {
  background: linear-gradient(160deg,rgba(255, 0, 0, 1) 0%, rgba(254, 144, 0, 1) 100%);
  padding: 15em 0 3em 0;
  color: #FFFFFF;
}
.page-header h1 {
  text-align: center;
  font-weight: 900;
}
.page-header .content {
  text-align: center;
  line-height: 1.7;
}

.post-type-archive-lid .page-header {
  background: linear-gradient(160deg,rgba(255, 0, 0, 1) 0%, rgba(254, 144, 0, 1) 100%);
  padding: 15em 0 3em 0;
  color: #FFFFFF;
}
.post-type-archive-lid .page-header h1 {
  text-align: center;
  font-weight: 900;
  line-height: 2.5em;
}
.post-type-archive-lid .page-header .content {
  text-align: center;
  line-height: 1.7;
}
.post-type-archive-lid .leden {
  background: #F7F7F7;
  padding: 3em 0;
}

@media only screen and (max-width: 768px) { 
  .post-type-archive-lid .page-header {
    background: linear-gradient(160deg,rgba(255, 0, 0, 1) 0%, rgba(254, 144, 0, 1) 100%);
    padding: 15em 30px 3em 30px;
    color: #FFFFFF;
  }

  .post-type-archive-lid .leden {
    background: #F7F7F7;
    padding: 3em 30px;
  }
	
	.post-type-archive-lid .leden article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid!important;
  padding-bottom: 1.7em;
  height: 100%;
	}
	
	.post-type-archive-lid .leden article .logo img {
	  width: 250px!important;
	  height: 150px!important;
	  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 .logo {
		padding: 2em;
		background: #fff;
		-webkit-box-flex: 0;
		-ms-flex: 0 100%;
		flex: 0 100%;
	}
}

.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 100%;
          flex: 0 100%;
  background: #ffffff;
  padding: 1em 2em;
  color: #222;
  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: #ff0000;
  text-decoration: none;
}
.post-type-archive-lid .leden article .content a:hover {
  border: 2px solid #ff2200;
  background: #ff2200;
  color: #FFFFFF;
  text-decoration: none;
}

.post-type-archive-lid .leden article .content a.partner {
  color: #ff0000;
  text-decoration: none;
}
.post-type-archive-lid .leden article .content a.partner:hover {
  border: 2px solid #ff2200;
  background: #ff2200;
  color: #FFFFFF;
  text-decoration: none;
}
.post-type-archive-lid .leden article .content a.btn {
  border: 2px solid #ff2200;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
} s
.post-type-archive-lid .leden article .content a.btn:hover {
  border: 2px solid #ff2200;
  background: #ff2200;
  color: #FFFFFF;
  text-decoration: none;
}
.post-type-archive-lid .leden .link {
  text-align: center;
  margin-top: 2em;
}
.post-type-archive-lid .leden .link a {
  background: #FF0000;
  color: #fff;
  border: 2px solid #FF0000;
  text-decoration: none;
}
.post-type-archive-lid .leden .link a {
  background: #ff2200;
  border: 2px solid #ffffff;
  color: #FFFFFF;
  text-decoration: none;
}

.post-type-archive-lid .leden .link a:hover {
  background: #F7F7F7;
  border: 2px solid #ff2200;
  color: #ff2200;
  text-decoration: none;
}

.post-type-archive-event .page-header {
  background: linear-gradient(160deg,rgba(255, 0, 0, 1) 0%, rgba(254, 144, 0, 1) 100%);
  padding: 15em 0 3em 0;
  color: #FFFFFF;
}
.post-type-archive-event .page-header h1 {
  text-align: center;
  font-weight: 900;
  line-height: 2.5em;
}
.post-type-archive-event .page-header .content {
  text-align: center;
  line-height: 1.7;
}
.post-type-archive-event .events {
  background: #F7F7F7;
  padding: 3em 15px;
}
.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;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.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;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -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: #FF0000;
  -webkit-transform: scale(1);
  transform: scale(1);
-webkit-animation: ZoomIn 0.6s ease forwards;
  animation: ZoomIn 0.6s ease forwards;
}

@keyframes ZoomIn {
  to {
    opacity: 1;
    -webkit-transform: scale(1.05, 1,05);
            transform: scale(1.05, 1.05);
  }
}
.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: 2em;
  line-height: 2.5em;
}

.page article h1.sub-header {
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.5em;
}

.page article .post-thumbnail img {
  width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.page article .entry-content a {
  color: #FF0000;
}

@media only screen and (max-width: 768px) {
  .home .entry-header .post-thumbnail img {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .page article h1 {
    padding-top: 2em;
    line-height: 1.25em;
  }
  
}
.home .entry-header .wave {
  background-image: url("./inc/img/wave.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 400px;
  width: 100%;
  padding: 3em 0px;
  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: 500px;
  }

  .home .entry-header .wave {
    background-image: url("./inc/img/wave.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 450px;
    width: 100%;
    padding: 2em 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: end;
    margin-top: -100px;
    z-index: 1;
    position: relative;
  }
}
.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;
  color:#FFFFFF;
  text-align: center;
}


@media only screen and (max-width: 768px) { 

  .home .entry-header .wave .header-content .header-title {
    padding: 0px 30px 1em 30px;
    color:#FFFFFF;
    text-align: center;
  } 
}

.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: #004E89;
  background: linear-gradient(160deg,rgba(0, 78, 137, 1) 0%, rgba(0, 125, 227, 1) 100%);
  border: 0px solid #004E89;
  padding: 12px 22px;
  -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: transparent;
  border: 2px solid #004E89;
  padding: 10px 20px;
  color: #FFF
}
.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: #FF0000;
}
.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;
  line-height: 3em;
  font-size: calc(1.325rem + .9vw);
}

@media only screen and (max-width: 768px) { 
  .home .entry-content {
    padding: 2em 30px;
  }
  .home .entry-content h1 {
    font-weight: 600;
    line-height: 1.25em;
    font-size: calc(1.325rem + .9vw);
  }
}

.home .onze-leden {
  padding-bottom: 5em;
  padding-top: 4em;
}
.home .onze-leden .title {
  padding-bottom: 0em;
}
.home .onze-leden .title h2 {
  text-align: center;
  color: #003258;
  font-weight: 600;
  font-size: calc(1.325rem + .9vw);
}
.home .onze-leden .swiper .swiper-slide .logo {

  border-radius: 20px;
  height: 220px;

}
.home .onze-leden .swiper .swiper-slide .logo img {
  height: 225px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .events {
  padding-bottom: 5em;
  background: #FF0000;
  background: linear-gradient(160deg,rgba(255, 0, 0, 1) 0%, rgba(254, 144, 0, 1) 100%);
}

@media only screen and (max-width: 768px) { 

    .home .events {
      padding-bottom: 5em;
      background: #FF0000;
      background: linear-gradient(160deg,rgba(255, 0, 0, 1) 0%, rgba(254, 144, 0, 1) 100%);
      padding: 0px 30px 50px 30px;
    }
}

.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: #FFFFFF;
  font-weight: 600;
  font-size: calc(1.325rem + .9vw);
}
.home .events .col-md-4 {
  opacity: 0;
  border-radius: 10px;
  -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) {
  border-radius: 10px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.home .events .col-md-4:nth-child(2) {
  border-radius: 10px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.home .events .col-md-4:nth-child(3) {
  border-radius: 10px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.home .events .col-md-4:nth-child(4) {
  border-radius: 10px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.home .events .col-md-4:nth-child(5) {
  border-radius: 10px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.home .events .col-md-4:nth-child(6) {
  border-radius: 10px;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.home .events .col-md-4:nth-child(7) {
  border-radius: 10px;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.home .events .col-md-4:nth-child(8) {
  border-radius: 10px;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.home .events .col-md-4:nth-child(9) {
  border-radius: 10px;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.home .events .col-md-4:nth-child(10) {
  border-radius: 10px;
  -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) {
  border-radius: 10px;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.home .events .col-md-4:nth-child(13) {
  border-radius: 10px;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.home .events .col-md-4:nth-child(14) {
  border-radius: 10px;
  -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;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.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;
  height: 330px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px ;
  -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: #FF0000;
  -webkit-transform: scale(1);
  transform: scale(1);
-webkit-animation: ZoomIn 0.6s ease forwards;
  animation: ZoomIn 0.6s ease forwards;
}

@keyframes ZoomIn {
  to {
    opacity: 1;
    -webkit-transform: scale(1.05, 1,05);
            transform: scale(1.05, 1.05);
  }
}
.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: #FF0000;
  color: #fff;
  border: 2px solid #FF0000;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.home .link a.btn:hover {
  background: transparent;
  color: #FFFFFF;
}

.home .link a.sponsoren {
  margin-top: 1em;
  background: #FF0000;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid #FF0000;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
	position: relative;
	z-index: 999;
}
.home .link a.sponsoren:hover {
  background: transparent;
  padding: 10px;
  text-decoration: none;
  border-radius: 10px;
  color: #FF0000;
		position: relative;
	z-index: 999;
}
.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;
  background-color: #f2f2f2;
  padding-bottom: 8em;
}


@media only screen and (max-width: 768px) { 

  .home .beeld {
    padding-top: 3em;
    background-color: #f2f2f2;
    padding-bottom: 8em;
    padding-left: 30px;
    padding-right: 30px;
  }
  
}

.home .beeld .title {
  padding-bottom: 1em;
}
.home .beeld .title h2 {
  color: #003258;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: calc(1.325rem + .9vw);
  line-height: 1.5em;
}
.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: 400px;
  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: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) { 


  .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(0, 1fr);
    gap: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .home .beeld .images ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    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: 11;
    grid-column: span 11; /* 12 / 3 = 4 */
  }

  .home .beeld .images ul li:nth-child(4) {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  .home .beeld .images ul li:nth-child(5) {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }

  .home .beeld .images ul li img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    border-radius: 10px;
  }
}

.single-event .page-header {
  background: linear-gradient(160deg,rgba(255, 0, 0, 1) 0%, rgba(254, 144, 0, 1) 100%);
  padding: 17em 0 5em 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: #FF0000;
  color: #fff;
  border: 2px solid #FF0000;
  -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: #FF0000;
}
.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: #FF0000;
  font-weight: 400;
}

.wp-block-group__inner-container {
  position: relative;
  background-color: color(display-p3 0.94 0.59 0.212 / 0.25);
  padding: 60px 0px;
  margin: 60px 0px;
}
.wp-block-group__inner-container::before{
  content: "";
  position: absolute;
  background-color: color(display-p3 0.94 0.59 0.212 / 0.25);
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.wp-block-group__inner-container::after{
  content: "";
  position: absolute;
  background-color: color(display-p3 0.94 0.59 0.212 / 0.25);
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
}

h3.wp-block-heading.custom {

font-size: 1.75rem;
line-height: 4em;

}

h3.wp-block-heading, h2.wp-block-heading{

font-size: 1.75rem;
line-height: 4em;

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

figure.wp-block-gallery.has-nested-images {
  align-items: normal;
  padding-top: 2em;
  border-radius: 10px;
}

figure.wp-block-gallery.has-nested-images.wp-block-gallery-1 {
  --wp--style--unstable-gallery-gap: 30px;
  gap: 30px;
  border-radius: 10px;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  }

.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
--------------------------------------------- */

.site-header, 
.main-navigation {
  position: sticky;
  top: 0;
  z-index: 9999; /* Zorg dat het menu boven andere elementen blijft */
}

/* Corrigeer positie als de gebruiker is ingelogd (admin bar zichtbaar) */
body.admin-bar .site-header,
body.admin-bar .main-navigation {
  top: 32px; /* hoogte van de WP admin bar op desktop */
}

/* Voor mobiel: de admin bar is iets groter */
@media screen and (max-width: 782px) {
  body.admin-bar .site-header,
  body.admin-bar .main-navigation {
    top: 46px;
  }
}

header.site-header {
  padding: 1.5em 0 1.5em 0;
  background-color: #ffffffcc;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
@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: 200px;
  height: 150px;
  -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: 190px;
    height: 190px;
  }
}

/* Footer
--------------------------------------------- */
footer .site-content {
  background: #FF0000;
  background: linear-gradient(160deg,rgba(255, 0, 0, 1) 0%, rgba(254, 144, 0, 1) 100%);
  padding: 3rem 0;
}

@media only screen and (max-width: 768px) {
  footer .site-content {
    background: #FF0000;
    background: linear-gradient(160deg,rgba(255, 0, 0, 1) 0%, rgba(254, 144, 0, 1) 100%);
    padding: 3rem 30px;
  }
}

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