/*
Theme Name: wsn
Theme URI: http://underscores.me/
Author: Bernard
Author URI: https://webonomic.nl/
Description: Description
Version: 1.0.0
Tested up to: 8.x
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wsn
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.

jj 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


*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# CSS VARIABLES 
--------------------------------------------------------------*/
@font-face {
  font-family: "MC Regular";
  src: url("assets/fonts/MontserratCondensed-Regular.woff2") format("woff2");
  font-weight: 400; }

@font-face {
  font-family: "MC Regular";
  src: url("assets/fonts/MontserratCondensed-SemiBold.woff2") format("woff2");
  font-weight: 700; }

@font-face {
  font-family: "Imrans School";
  src: url("assets/fonts/imrans_school-webfont.woff2") format("woff2");
  font-weight: 400; }

@font-face {
  font-family: "MC Light";
  src: url("assets/fonts/MontserratCondensed-Light.woff2") format("woff2");
  font-weight: 300; }

@font-face {
  font-family: "MC Medium";
  src: url("assets/fonts/MontserratCondensed-Medium.woff2") format("woff2");
  font-weight: 500; }

@font-face {
  font-family: "MC SemiBold";
  src: url("assets/fonts/MontserratCondensed-SemiBold.woff2") format("woff2");
  font-weight: 600; }

:root {
  --font-size: 10px;
  font-size: calc(var(--font-size) * var(--scale));
  --color-black: #474d4b;
  --color: #474d4b;
  --color-turquoise: #7bbbb2;
  --color-rood: #e96a4a;
  --color-paars: #b58aa8;
  --color-geel: #d9ca23;
  --color-goud: #b09b38;
  --logo-img: url("images/logos/wsn-85wit.png");
  --width: 1000px;
  --widewidth: 1200px;
  --fullwidth: 100vw;
  --container-width: var(--widewidth);
  --scale: 1;
  --border-radius: 30px;
  --translate-block: -40%;
  --menu-padding: 0 20px;
  --padding-big: calc(var(--scale) * 100px);
  --padding-small: 20px;
  --header-height: calc(80px * var(--scale));
  --font: 400 1.7rem/1.75 "MC Regular", "Open Sans", Arial, Helvetica,
    sans-serif;
  --font-h1: 500 2rem/1.2 "MC Medium", "Open Sans", Arial, Helvetica, sans-serif;
  --font-h2: 400 7.5rem/0.85 "Imrans School", "Open Sans", Arial, Helvetica,
    sans-serif;
  --font-h3: 300 2.8rem/1.2 "MC Light", "Open Sans", Arial, Helvetica,
    sans-serif;
  --font-h4: 500 2.6rem/1.2 "MC Medium", "Open Sans", Arial, Helvetica,
    sans-serif;
  --font-h5: 500 2rem/1.2 "MC Medium", "Open Sans", Arial, Helvetica, sans-serif;
  --font-h6: 500 1.6rem/1.75 "MC Medium", "Open Sans", Arial, Helvetica,
    sans-serif;
  --font-quote: 400 6.5rem/0.85 "Imrans School", "Open Sans", Arial, Helvetica,
    sans-serif;
  --font-menu: 600 1.7rem/1.2 "MC SemiBold", "Open Sans", Arial, Helvetica,
    sans-serif;
  --font-button: 600 1.6rem/1.2 "MC SemiBold", "Open Sans", Arial, Helvetica,
    sans-serif;
  --font-slogan: 600 6rem/1.2 "MC SemiBold", "Open Sans", Arial, Helvetica,
    sans-serif;
  --font-footer: 400 1.6rem/1.75 "MC Regular", "Open Sans", Arial, Helvetica,
    sans-serif;
  --font-colofon: 500 1.5rem/1.75 "MC Medium", "Open Sans", Arial, Helvetica,
    sans-serif; }
  :root svg#defs {
    display: none; }

mb-0 {
  margin-bottom: 0em; }

mt-0 {
  margin-top: 0em; }

ml-0 {
  margin-left: 0em; }

mr-0 {
  margin-right: 0em; }

m-0 {
  margin: 0em; }

pb-0 {
  padding-bottom: 0em; }

pt-0 {
  padding-top: 0em; }

pl-0 {
  padding-left: 0em; }

pr-0 {
  padding-right: 0em; }

p-0 {
  padding: 0em; }

mb-1 {
  margin-bottom: 0.25em; }

mt-1 {
  margin-top: 0.25em; }

ml-1 {
  margin-left: 0.25em; }

mr-1 {
  margin-right: 0.25em; }

m-1 {
  margin: 0.25em; }

pb-1 {
  padding-bottom: 0.25em; }

pt-1 {
  padding-top: 0.25em; }

pl-1 {
  padding-left: 0.25em; }

pr-1 {
  padding-right: 0.25em; }

p-1 {
  padding: 0.25em; }

mb-2 {
  margin-bottom: 0.5em; }

mt-2 {
  margin-top: 0.5em; }

ml-2 {
  margin-left: 0.5em; }

mr-2 {
  margin-right: 0.5em; }

m-2 {
  margin: 0.5em; }

pb-2 {
  padding-bottom: 0.5em; }

pt-2 {
  padding-top: 0.5em; }

pl-2 {
  padding-left: 0.5em; }

pr-2 {
  padding-right: 0.5em; }

p-2 {
  padding: 0.5em; }

mb-3 {
  margin-bottom: 0.75em; }

mt-3 {
  margin-top: 0.75em; }

ml-3 {
  margin-left: 0.75em; }

mr-3 {
  margin-right: 0.75em; }

m-3 {
  margin: 0.75em; }

pb-3 {
  padding-bottom: 0.75em; }

pt-3 {
  padding-top: 0.75em; }

pl-3 {
  padding-left: 0.75em; }

pr-3 {
  padding-right: 0.75em; }

p-3 {
  padding: 0.75em; }

mb-4 {
  margin-bottom: 1em; }

mt-4 {
  margin-top: 1em; }

ml-4 {
  margin-left: 1em; }

mr-4 {
  margin-right: 1em; }

m-4 {
  margin: 1em; }

pb-4 {
  padding-bottom: 1em; }

pt-4 {
  padding-top: 1em; }

pl-4 {
  padding-left: 1em; }

pr-4 {
  padding-right: 1em; }

p-4 {
  padding: 1em; }

/*--------------------------------------------------------------
# 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 {
  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;
  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 {
  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"] {
  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 {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

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

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: var(--link-color);
  text-decoration: none; }

a:visited {
  color: var(--link-color-visited); }

a:hover,
a:focus,
a:active {
  color: var(--link-color-hover);
  text-decoration: underline; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid;
  border-color: var(--color-black);
  border-radius: 0;
  color: var(--color-red); }

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

/* Navigation
--------------------------------------------- */
.main-navigation {
  --nav-background-color: white;
  --link-color: var(--nav-color, "white");
  --link-color-visited: var(--nav-color, "white");
  --link-color-hover: var(--nav-color-hover, "lightred");
  font: var(--font-menu);
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  position: fixed;
  padding: var(--menu-padding);
  top: 0;
  right: 0; }
  .main-navigation a {
    text-decoration: none;
    color: var(--nav-color); }
    .main-navigation a:hover, .main-navigation a:focus {
      text-decoration: underline; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    gap: var(--menu-padding); }
    .main-navigation ul ul {
      font-size: 1.6rem;
      margin-top: var(--menu-padding); }
      .main-navigation ul ul a {
        width: fit-content; }
    .main-navigation ul li {
      position: relative; }
  .main-navigation li {
    display: flex;
    flex-flow: column nowrap;
    --nav-color: inherit; }
  .main-navigation li:hover > a,
  .main-navigation li:focus > a,
  .main-navigation li.current-menu-ancestor > a,
  .main-navigation li:focus-within > a,
  .main-navigation li.current_page_item > a {
    color: var(--nav-color-hover);
    text-decoration: underline; }

#menu-toggle,
#search-toggle {
  display: none; }

.search-toggle:hover,
.menu-toggle:hover {
  cursor: pointer; }

.search-toggle,
.search-button {
  --svg-size: 1.6em;
  fill: var(--nav-color);
  width: var(--svg-size);
  height: var(--svg-size);
  margin-left: auto;
  margin-right: 1em;
  margin-bottom: 15px; }
  .search-toggle svg,
  .search-button svg {
    width: var(--svg-size);
    height: var(--svg-size); }

.search-button {
  border: none;
  background: none; }

.search-form {
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }
  .search-form .search-button {
    margin-bottom: 0; }

.search-toggle {
  display: none; }

.menu-toggle {
  margin-left: auto;
  margin: 8px 5px 0 auto;
  z-index: 10;
  align-self: center; }
  .menu-toggle svg {
    fill: var(--nav-color);
    width: 2em;
    height: 2em; }
    .menu-toggle svg use {
      display: none; }
    .menu-toggle svg use:first-child {
      display: block; }
    #menu-toggle:checked ~ .menu-toggle svg use:first-child {
      display: none; }
    #menu-toggle:checked ~ .menu-toggle svg use:last-child {
      display: block; }

.main-navigation {
  visibility: hidden;
  transform: translateX(50vw);
  transition: transform 0.1s ease; }
  #menu-toggle:checked ~ .main-navigation {
    visibility: visible;
    transform: translateX(0rem);
    transition: transform 0.5s ease, visibility 0.8s;
    display: flex;
    background-color: var(--nav-background-color);
    padding: var(--padding-big);
    padding-top: var(--header-height, 50px);
    min-width: 60vw;
    height: 100vh;
    overflow: scroll;
    align-items: stretch;
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2); }

.site-branding {
  display: flex; }
  .site-branding .site-title,
  .site-branding .site-description {
    margin-bottom: 0; }

@media screen and (max-width: 82em) {
  .search-container {
    order: -1; }
  .main-navigation {
    font-size: 1.3em;
    padding-left: 2em;
    padding-right: 2em; }
    .main-navigation ul {
      width: 100%; }
      .main-navigation ul a {
        padding: 0.5em 0; }
      .main-navigation ul ul a {
        max-width: 100%;
        width: 100%;
        padding-left: 20px; }
    .main-navigation div > ul > li:first-child a {
      border-top: none; } }

@media screen and (min-width: 86em) {
  /* search toggle */
  .search-toggle {
    display: block; }
  .search-container {
    display: none;
    margin-bottom: 10px; }
  #search-toggle:checked ~ nav .search-container {
    display: block;
    right: 0px;
    position: absolute; }
  #search-toggle:checked ~ nav .search-toggle {
    display: none; }
  #search-toggle:checked ~ nav .menu-hoofd-container {
    display: none; }
  .main-navigation {
    visibility: visible;
    transform: translateX(0rem);
    height: var(--header-height);
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    /* end hover styling */ }
    .main-navigation .menu > li {
      padding-bottom: var(--padding-small); }
    .main-navigation .sub-menu li:first-child {
      padding-top: 1.5em; }
    .main-navigation .menu-hoofd-container {
      height: 100%;
      display: flex; }
      .main-navigation .menu-hoofd-container > ul > li > a {
        display: flex;
        flex-flow: column;
        align-items: center; }
      .main-navigation .menu-hoofd-container li:hover > a,
      .main-navigation .menu-hoofd-container li:focus > a,
      .main-navigation .menu-hoofd-container li:focus-within > a,
      .main-navigation .menu-hoofd-container li.current-menu-ancestor > a,
      .main-navigation .menu-hoofd-container li.current_page_item > a {
        text-decoration: underline; }
    .site-header .main-navigation {
      position: static; }
    .main-navigation ul {
      display: flex;
      padding: 0;
      flex-flow: row nowrap;
      align-items: flex-end;
      margin-right: calc(var(--padding-small) + 10px); }
      .main-navigation ul > li {
        padding-left: var(--padding-small);
        padding-right: var(--padding-small); }
      .main-navigation ul li.current-menu-parent,
      .main-navigation ul li.current-menu-item,
      .main-navigation ul li:hover,
      .main-navigation ul li:hover li,
      .main-navigation ul li:focus li,
      .main-navigation ul li:focus {
        background-image: linear-gradient(90deg, currentColor 2px, transparent 2px); }
      .main-navigation ul ul {
        position: absolute;
        z-index: 1;
        top: -100vh;
        left: 0px;
        opacity: 0;
        flex-flow: column nowrap;
        padding: 0;
        color: var(--nav-color);
        background-color: var(--nav-background-color);
        border-bottom-right-radius: var(--border-radius); }
        .main-navigation ul ul li {
          padding-top: 0.5em; }
        .main-navigation ul ul a {
          padding: 0.1em 0;
          max-width: 100%;
          width: 100%;
          min-width: 200px; }
        .main-navigation ul ul > li:first-child {
          padding-top: 1rem; }
        .main-navigation ul ul > li:last-child {
          padding-bottom: 1rem; }
      .main-navigation ul li:hover > ul,
      .main-navigation ul li:focus > ul,
      .main-navigation ul li:focus-within > ul {
        top: 2.1rem;
        opacity: 1; }
  .menu-toggle {
    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: flex;
  flex-flow: row wrap;
  gap: 25px; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 1 auto; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 1 auto; }

article .search-container {
  display: none; }

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

.post,
.page {
  margin: 0; }

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

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

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

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

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

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

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

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

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

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

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

/* Slider
--------------------------------------------- */
.slider {
  overflow: hidden;
  max-width: 100vw;
  width: 100vw;
  --scale-slider: clamp(0.3px, calc(0.4px + (100vw - 400px) / 2600), 1px);
  --scale-slider-bg: clamp(0.5px, calc(0.4px + (100vw - 400px) / 2000), 1px);
  --scale-slider-text: 1;
  --zon-y: 0px;
  --wolk-y: 0px; }

.slider-container {
  display: flex;
  flex-flow: row nowrap;
  width: 100%; }

.slider-2 .slider-container {
  animation: slider-2 20s infinite; }

.slide {
  padding-right: var(--padding-small);
  padding-left: var(--padding-small);
  flex: 0 0 100vw;
  scroll-snap-align: center;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: var(--padding-small);
  height: calc(100vh - var(--header-height));
  padding-top: calc(200px * var(--scale-slider, 1));
  padding-top: calc(30vh - var(--header-height)); }
  .slide h2,
  .slide h3,
  .slide h4 {
    line-height: 1;
    text-shadow: 2px 2px 5px white;
    margin: 0; }
  .slide h2 {
    font: var(--font-menu);
    font-size: calc(6rem * var(--scale-slider-text));
    order: 2; }
  .slide h3 {
    font: var(--font-h3);
    font-size: calc(3.8rem * var(--scale-slider-text));
    color: var(--color);
    order: 3; }
  .slide h4 {
    font: var(--font-h1);
    font-size: calc(3.2rem * var(--scale-slider-text));
    color: var(--color);
    order: 1; }
  .slide > div {
    order: 4;
    margin-top: 10px; }

/* prettier-ignore */
.slide-1 {
  background-image: url(images/WSN-skyline-Rotterdam-Nesselande@2x.png), url(images/WSN-zon@2x.png), url(images/WSN-vlieger@2x.png), url(images/WSN-wolk-donker@2x.png), url(images/WSN-wolk-donker@2x.png), url(images/WSN-wolk-lichter@2x.png), url(images/bg/tile-golfjes.svg#turquoise);
  background-repeat: no-repeat,  no-repeat,  no-repeat,  no-repeat,  no-repeat, no-repeat,  repeat;
  background-size: calc(1024 * var(--scale-slider)), calc(164 * var(--scale-slider)), calc(191 * var(--scale-slider)), calc(210 * var(--scale-slider)), calc(140 * var(--scale-slider)), calc(210 * var(--scale-slider)), calc(200 * var(--scale-slider-bg));
  background-position: right 22% bottom, left -30px top calc(33% + var(--zon-y)), left 8vw top 60%, left 6vw top 52%, right 12vw top calc(8vh + calc(var(--wolk-y) / 2)), right top calc(20vh + var(--wolk-y)), 0% 0%; }
  .slide-1 h2 {
    color: var(--color-rood); }

/* prettier-ignore */
.slide-2 {
  background-image: url(images/WSN-seizoenen-tafereel@2x.png), url(images/WSN-zon@2x.png), url(images/WSN-gitaar-kever-bloemen@2x.png), url(images/WSN-vlinders@2x.png), url(images/WSN-vlaggetjes@2x.png), url(images/WSN-palmstok@2x.png), url(images/bg/tile-wolkjes.svg#turquoise);
  background-repeat: no-repeat,  no-repeat,  no-repeat,  no-repeat,  no-repeat,  no-repeat, repeat;
  background-size: calc(724 * var(--scale-slider)), calc(164 * var(--scale-slider)), calc(225 * var(--scale-slider)), calc(144 * var(--scale-slider)), calc(328 * var(--scale-slider)), calc(136 * var(--scale-slider)), calc(370 * var(--scale-slider-bg));
  background-position: right 20% bottom, left -30px top calc(33% + var(--zon-y)), left 8vw top 60%, left 40vw bottom 20%, right top, right -30px top 18vh, 0% 0%; }
  .slide-2 h2 {
    color: var(--color-paars); }
  .slide-2 .wp-block-button.is-style-wsn a {
    background-color: var(--color-paars); }

/* prettier-ignore */
.slide-3 {
  background-image: url(images/WSN-tuinieren-oogsten@2x.png), url(images/WSN-zon@2x.png), url(images/WSN-handvaardigheid-breien@2x.png), url(images/WSN-kokkerellen@2x.png), url(images/bg/tile-gekriebel.svg#turquoise);
  background-repeat: no-repeat,  no-repeat,  no-repeat,  no-repeat,  repeat;
  background-size: calc(645 * var(--scale-slider)), calc(164 * var(--scale-slider)), calc(254 * var(--scale-slider)), calc(300 * var(--scale-slider)), calc(320 * var(--scale-slider-bg));
  background-position: right 15% bottom, left -30px top calc(33% + var(--zon-y)), right top calc(10vh + var(--wolk-y)), left 10vw top 60%, 0% 0%; }
  .slide-3 h2 {
    color: var(--color-turquoise); }
  .slide-3 .wp-block-button.is-style-wsn a {
    background-color: var(--color-turquoise); }

.slide:first-child {
  scroll-snap-align: start; }

.slide:last-child {
  scroll-snap-align: end; }

.slide::-webkit-scrollbar {
  width: 0em; }

@keyframes slider {
  0% {
    transform: translate(0, 0); }
  29% {
    transform: translate(0, 0); }
  35% {
    transform: translate(-100vw, 0); }
  60% {
    transform: translate(-100vw, 0); }
  66% {
    transform: translate(-200vw, 0); }
  94% {
    transform: translate(-200vw, 0); }
  /*
  94.1% {
    transform: translate(0, 0);
  }
  */
  100% {
    transform: translate(0, 0); } }

@keyframes slider-bu {
  0% {
    transform: translate(0, 0); }
  30% {
    transform: translate(0, 0); }
  33% {
    transform: translate(-100vw, 0); }
  63% {
    transform: translate(-100vw, 0); }
  66% {
    transform: translate(-200vw, 0); }
  97% {
    transform: translate(-200vw, 0); }
  100% {
    transform: translate(0, 0); } }

@keyframes slider-2 {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 0); }
  55% {
    transform: translate(-100vw, 0); }
  95% {
    transform: translate(-100vw, 0); }
  100% {
    transform: translate(0, 0); } }

@media screen and (max-width: 1080px) {
  /* prettier-ignore */
  .slide-1 {
    background-image: url(images/WSN-skyline-Rotterdam-Nesselande@2x.png), url(images/WSN-zon@2x.png), none, none, url(images/WSN-wolk-donker@2x.png), url(images/WSN-wolk-lichter@2x.png), url(images/bg/tile-golfjes.svg#turquoise); }
  /* prettier-ignore */
  .slide-2 {
    background-image: url(images/WSN-seizoenen-tafereel@2x.png), url(images/WSN-zon@2x.png), none, none, url(images/WSN-vlaggetjes@2x.png), none, url(images/bg/tile-wolkjes.svg#turquoise); }
  /* prettier-ignore */
  .slide-3 {
    background-image: url(images/WSN-tuinieren-oogsten@2x.png), url(images/WSN-zon@2x.png), url(images/WSN-handvaardigheid-breien@2x.png), none, url(images/bg/tile-gekriebel.svg#turquoise); } }

@media screen and (max-width: 1550px) {
  .slider {
    --scale-slider-text: 0.8; } }

@media screen and (max-width: 1080px) {
  .slider {
    --zon-y: -100px;
    --wolk-y: -70px;
    --scale-slider-text: 0.6; } }

@media screen and (max-width: 400px) {
  .slider {
    --scale-slider-text: 0.5; } }

@media screen and (orientation: portrait) and (min-width: 500px) {
  .slider {
    --scale-slider-text: 0.5; }
  /* prettier-ignore */
  .slide-1 {
    background-image: url(images/WSN-skyline-Rotterdam-Nesselande@2x.png), url(images/WSN-zon@2x.png), url(images/WSN-vlieger@2x.png), url(images/WSN-wolk-donker@2x.png), url(images/WSN-wolk-donker@2x.png), url(images/WSN-wolk-lichter@2x.png), url(images/bg/tile-golfjes.svg#turquoise); }
  /* prettier-ignore */
  .slide-2 {
    background-image: url(images/WSN-seizoenen-tafereel@2x.png), url(images/WSN-zon@2x.png), url(images/WSN-gitaar-kever-bloemen@2x.png), none, url(images/WSN-vlaggetjes@2x.png), url(images/WSN-palmstok@2x.png), url(images/bg/tile-wolkjes.svg#turquoise); }
  /* prettier-ignore */
  .slide-3 {
    background-image: url(images/WSN-tuinieren-oogsten@2x.png), url(images/WSN-zon@2x.png), url(images/WSN-handvaardigheid-breien@2x.png), url(images/WSN-kokkerellen@2x.png), url(images/bg/tile-gekriebel.svg#turquoise); } }

/*--------------------------------------------------------------
# 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;
  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: 1em;
  margin-bottom: 1em; }

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

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

/* quote stijlen
:root ***********************************/
.wp-block-image figcaption {
  margin-bottom: 0; }

.wp-block-image.zoom-in {
  overflow: hidden; }
  .wp-block-image.zoom-in img {
    transition: transform 0.5s ease; }
  .wp-block-image.zoom-in img:hover {
    transform: scale(1.05); }

.wp-block-pullquote {
  font: var(--font-quote);
  padding: 1rem 0;
  text-align: center; }
  .wp-block-pullquote p {
    margin-top: var(--padding-small);
    margin-bottom: var(--padding-small); }

.wp-block-quote {
  font: var(--font-quote);
  width: fit-content;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center; }
  .wp-block-quote p {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    gap: 0.3em;
    color: var(--color-paars);
    justify-content: center;
    margin-bottom: 1em; }
  .wp-block-quote p:after,
  .wp-block-quote p:before {
    display: inline-block;
    content: "";
    background-image: url(images/WSN-quote-bloem-rechts@2x.png);
    width: 58px;
    height: 63px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 1 58px;
    min-width: calc(58px * var(--scale)); }
  .wp-block-quote p:before {
    background-image: url(images/WSN-quote-bloem-links@2x.png); }

.fotoblok figure {
  position: relative;
  margin: 0; }
  .fotoblok figure:last-child {
    margin-top: 2em; }
  .fotoblok figure a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    border-radius: var(--border-radius); }
  .fotoblok figure a:focus:after,
  .fotoblok figure a:hover:after {
    opacity: 0; }

.fotoblok .wp-block-column:nth-child(1) .wp-block-image:first-child a::after {
  background-color: var(--color-turquoise);
  display: block; }

.fotoblok .wp-block-column:nth-child(2) .wp-block-image:first-child a::after {
  background-color: var(--color-paars); }

.fotoblok .wp-block-column:nth-child(3) .wp-block-image:first-child a::after {
  background-color: var(--color-geel); }

.fotoblok .wp-block-column:nth-child(4) .wp-block-image:first-child a::after {
  background-color: var(--color-rood); }

.fotoblok .wp-block-column:nth-child(1) .wp-block-image:last-child a::after {
  background-color: var(--color-geel); }

.fotoblok .wp-block-column:nth-child(2) .wp-block-image:last-child a::after {
  background-color: var(--color-rood); }

.fotoblok .wp-block-column:nth-child(3) .wp-block-image:last-child a::after {
  background-color: var(--color-paars); }

.fotoblok .wp-block-column:nth-child(4) .wp-block-image:last-child a::after {
  background-color: var(--color-turquoise); }

.fotoblok .achtergrond-bomen {
  background: url(images/WSN-4bomen@2x.png) no-repeat bottom center;
  height: calc(120px * var(--scale));
  background-size: calc(var(--scale) * 164px); }

.wp-block-group.bg-gaas-wit {
  background-image: url(images/bg/WSN_bgr-tile-gaas-geel.svg);
  background-size: calc(550px * var(--scale));
  background-color: white;
  background-position: bottom; }

.wp-block-group.bg-golfjes-wit {
  background-image: url(images/bg/WSN_bgr-tile-golfjes-turquoise.svg);
  background-size: calc(200px * var(--scale));
  background-color: white; }

.home .wp-block-group.bg-gaas-wit h2,
.home .wp-block-group.bg-gaas-wit h3,
.home .wp-block-group.bg-gaas-wit h4 {
  font: var(--font-h1);
  font-size: 2.8rem; }

.home .wp-block-group.bg-gaas-wit h4 {
  font-style: italic;
  font-size: 2rem; }

.home .wp-block-group.bg-gaas-wit h2 {
  font-size: 4.1rem;
  margin-bottom: calc(var(--padding-small) * 2); }

.home .wp-block-group.bg-gaas-wit figure {
  text-align: center; }

.home .wp-block-group.bg-gaas-wit figure:last-child {
  margin-bottom: 0; }

.wp-block-group ul,
.wp-block-group ol {
  padding-left: 1em; }

button.is-style-wsn {
  margin-top: 4px;
  border-radius: var(--border-radius);
  font: var(--font-button);
  position: relative;
  padding: 10px 15px;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  border: none;
  color: white;
  cursor: pointer; }
  button.is-style-wsn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border: solid 1px var(--color-black);
    border-radius: var(--border-radius);
    transform: translate(5px, 3px); }
  button.is-style-wsn:hover {
    text-decoration: underline; }
    button.is-style-wsn:hover:after {
      display: none; }

.wp-block-button.is-style-wsn {
  margin-top: 0.25em; }
  .wp-block-button.is-style-wsn a {
    margin-top: 4px;
    background-color: var(--color-rood);
    border-radius: var(--border-radius);
    font: var(--font-button);
    position: relative; }
    .wp-block-button.is-style-wsn a:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      border: solid 1px var(--color-black);
      border-radius: var(--border-radius);
      transform: translate(5px, 3px); }
    .wp-block-button.is-style-wsn a:hover {
      text-decoration: underline; }
      .wp-block-button.is-style-wsn a:hover:after {
        display: none; }

.wp-block-separator {
  border: 0;
  height: 2px; }

.foreign-blok {
  border: 2px solid var(--color-block, var(--color-rood));
  padding: var(--padding-big); }

.wp-block-image img,
.wp-block-gallery.has-nested-images figure.wp-block-image img,
.wp-block-embed img {
  display: block; }

.wp-block-image figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.wp-block-embed figcaption {
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 0;
  font: var(--font-intro);
  color: var(--color-black);
  font-size: 1.4rem;
  line-height: 1.6em;
  font-style: italic; }

.wp-block-image.is-style-rounded img {
  border-radius: var(--border-radius); }

b,
strong {
  font-weight: 700; }

article h2 + *,
article h3 + *,
article h4 + *,
article h6 + *,
article h5 + * {
  margin-top: 0.25em; }

figure.alignright + p {
  margin-top: 0.25em; }

.mb {
  margin-bottom: 1.5rem; }

.mb0 {
  margin-bottom: 0rem; }

.mb2 {
  margin-bottom: calc(var(--padding-small) / 1.2); }

.mt {
  margin-top: 1.8rem; }

.mt1 {
  margin-top: 1rem; }

.mt2 {
  margin-top: calc(var(--padding-small) / 1.2); }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  clear: initial; }

h1 {
  font: var(--font-h1);
  clear: both;
  font-style: italic; }

h2 {
  font: var(--font-h2); }

h3 {
  font: var(--font-h3); }

h4 {
  font: var(--font-h4); }

h5 {
  font: var(--font-h5); }

h6 {
  font: var(--font-h6); }

a {
  color: var(--link-color);
  text-decoration: underline; }
  a:hover, a:focus {
    color: var(--link-color-hover);
    text-decoration: none; }

.winter {
  --background-image: url(images/bg/winter.jpg); }

.zomer {
  --background-image: url(images/bg/zomer.jpg); }

.alignwide,
.alignfull {
  margin: 0 auto;
  max-width: 100vw;
  width: 100vw; }

:root .alignwide {
  max-width: var(--widewidth);
  --wp--style--global--wide-size: var(--widewidth); }

html {
  scroll-behavior: smooth; }

body {
  position: relative; }

.search-div,
.entry-footer > *:not(.alignwide, .alignfull),
.entry-content > *:not(.alignwide, .alignfull),
.entry-header > *:not(.alignwide, .alignfull),
.entry-header:not(.alignwide, .alignfull),
.page-content > *:not(.alignwide, .alignfull, .alignright, .alignleft) {
  max-width: var(--widewidth);
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .search-div > *:not(.alignright, .alignleft),
  .entry-footer > *:not(.alignwide, .alignfull) > *:not(.alignright, .alignleft),
  .entry-content > *:not(.alignwide, .alignfull) > *:not(.alignright, .alignleft),
  .entry-header > *:not(.alignwide, .alignfull) > *:not(.alignright, .alignleft),
  .entry-header:not(.alignwide, .alignfull) > *:not(.alignright, .alignleft),
  .page-content > *:not(.alignwide, .alignfull, .alignright, .alignleft) > *:not(.alignright, .alignleft) {
    max-width: var(--width);
    margin-left: auto;
    margin-right: auto;
    width: 100%; }

main {
  padding-bottom: 0;
  overflow: hidden; }
  main input:not(.wpcf7-submit),
  main select,
  main textarea {
    width: 400px;
    max-width: 100%;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    height: 2em; }
  main > article {
    padding-top: calc(var(--padding-big) * 1.9); }
  main h2 + p,
  main h2 + h4 {
    margin-top: 4rem; }
  main a {
    --link-color: var(--color-goud);
    --link-color-hover: var(--color-goud);
    --link-color-visited: var(--color-goud);
    font-style: italic;
    font-family: "MC Medium";
    text-decoration: none; }
    main a:focus, main a:hover {
      text-decoration: underline; }
  .home main article {
    padding-top: calc(var(--padding-big)); }
  .home main .geel h1 {
    color: var(--color-rood); }
  main > article > .entry-content {
    display: flow-root; }
    main > article > .entry-content figure.wp-block-image.bottom, main > article > .entry-content figure.wp-block-image.right, main > article > .entry-content figure.wp-block-image.top {
      position: absolute;
      max-width: none;
      width: fit-content; }
      main > article > .entry-content figure.wp-block-image.bottom img, main > article > .entry-content figure.wp-block-image.right img, main > article > .entry-content figure.wp-block-image.top img {
        max-width: none; }
    main > article > .entry-content figure.wp-block-image.top {
      bottom: calc(100% + 70px);
      left: 50%;
      width: fit-content; }
    main > article > .entry-content figure.wp-block-image.bottom {
      top: calc(100% - 140px);
      left: 70%; }
    main > article > .entry-content figure.wp-block-image.right {
      bottom: 50%;
      left: calc(100% - 40px); }
  main > article > .entry-content > .wp-block-group:first-child {
    background-color: white;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    padding-bottom: var(--padding-big);
    margin-bottom: var(--padding-big);
    position: relative; }
  main > article > .entry-header {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    background-color: white;
    padding-bottom: calc(var(--padding-small) / 2); }
  main .post-thumbnail img {
    width: 100%; }
  main .type-post {
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto; }
  main h1 {
    padding-top: calc(0.75 * var(--padding-big)); }

h3 {
  margin-bottom: 4rem; }

/*********************
 SEARCH-PAGE / ARCHIVE
*********************/
.search-div {
  background-color: white;
  border-radius: var(--border-radius);
  position: relative; }
  .search-div h1 {
    font: var(--font-h2); }
  .search-div h2 {
    padding-top: 1.5em;
    font: var(--font-h1); }

.search-page article {
  padding-bottom: var(--padding-big); }

/*********************
 COLORS
*********************/
.wp-block-table thead th {
  font: var(--font-h5); }

.wp-block-table th,
.wp-block-table td {
  border-color: var(--color-goud); }

.wp-block-table.is-style-stripes tbody tr:nth-child(2n + 1) {
  background-color: var(--background-color-light); }

article input,
article textarea,
article select {
  background-color: var(--background-color-light); }

article form button {
  background-color: var(--background-color-button); }

article.paars {
  background-image: url(images/bg/WSN_bgr-tile-wolkjes-paars.svg);
  background-size: calc(370px * var(--scale));
  background-color: #c4a1ba;
  --background-color-button: hsl(317.1, 22.9%, 70%);
  --background-color-light: hsl(317.1, 22.9%, 90%); }
  article.paars h1,
  article.paars h3 {
    color: var(--color-paars); }
  article.paars h2,
  article.paars h4,
  article.paars h5,
  article.paars h6 {
    color: var(--color-goud); }

article.geel {
  background-image: url(images/bg/WSN_bgr-tile-gaas-geel.svg);
  background-size: calc(550px * var(--scale));
  background-color: #e0d54f;
  --background-color-button: #7bbbb2;
  --background-color-light: #e1efed; }
  article.geel h1,
  article.geel h3 {
    color: var(--color-turquoise); }
  article.geel h2,
  article.geel h5,
  article.geel h4,
  article.geel h6 {
    color: var(--color-goud); }

article.turquoise {
  background-image: url(images/bg/WSN_bgr-tile-golfjes-turquoise.svg);
  background-size: calc(200px * var(--scale));
  background-color: #9cccc5;
  --background-color-light: #e1efed;
  --background-color-button: #7bbbb2; }
  article.turquoise h1,
  article.turquoise h3 {
    color: var(--color-turquoise); }
  article.turquoise h2,
  article.turquoise h5,
  article.turquoise h4,
  article.turquoise h6 {
    color: var(--color-goud); }

article.rood {
  background-color: var(--color-rood);
  background-color: #ee8f77;
  --background-color-button: #e96e4a;
  --background-color-light: hsl(12.1, 77.8%, 90%);
  background-image: url(images/bg/WSN_bgr-tile-gekriebel-rood.svg);
  background-size: calc(320px * var(--scale)); }
  article.rood h1,
  article.rood h3 {
    color: var(--color-rood); }
  article.rood h2,
  article.rood h5,
  article.rood h4,
  article.rood h6 {
    color: var(--color-goud); }

.wp-block-pullquote.alignfull {
  background-color: var(--color-turquoise);
  color: white; }
  .wp-block-pullquote.alignfull blockquote {
    margin: calc(var(--padding-small) * 3); }

.wp-block-pullquote.alignfull.has-rood {
  background-color: var(--color-rood);
  color: white; }

.wp-block-pullquote.alignfull.has-paars {
  background-color: var(--color-paars);
  color: white; }

.wp-block-pullquote.alignfull.has-geel {
  background-color: var(--color-geel);
  color: white; }

.wp-block-pullquote.alignfull.has-turquoise {
  background-color: var(--color-turquoise);
  color: white; }

.wp-block-pullquote.alignfull.has-goud {
  background-color: var(--color-goud);
  color: white; }

.comments-area {
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto; }

div.container {
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding: var(--padding-big);
  z-index: 1;
  background-image: url(images/tile_home.png);
  position: relative; }

article.post,
article.page {
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative; }

.site-footer {
  font: var(--font-footer);
  padding-top: var(--padding-small); }
  .site-footer .contact-icons {
    margin: 0;
    padding: var(--padding-small);
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: var(--padding-small);
    list-style: none; }
    .site-footer .contact-icons svg {
      max-width: calc(30px * var(--scale));
      max-height: calc(30px * var(--scale));
      height: 30px;
      width: 30px;
      fill: white; }
    .site-footer .contact-icons li {
      position: relative; }
      .site-footer .contact-icons li a {
        color: #fff;
        border-radius: 100%;
        text-align: center;
        display: flex;
        place-content: center;
        transition: background-color 0.2s ease-in-out;
        padding: calc(1rem * var(--scale));
        background-color: var(--color-rood); }
        .site-footer .contact-icons li a:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1;
          border: solid 1px var(--color-black);
          border-radius: 100%;
          transform: translate(-5px, -2px); }
        .site-footer .contact-icons li a:hover:after {
          border-color: transparent;
          opacity: 0.8; }
    .site-footer .contact-icons li:nth-child(1) a {
      background-color: var(--color-rood); }
    .site-footer .contact-icons li:nth-child(2) a {
      background-color: var(--color-turquoise); }
    .site-footer .contact-icons li:nth-child(3) a {
      background-color: var(--color-goud); }
    .site-footer .contact-icons li:nth-child(4) a {
      background-color: var(--color-paars); }
  .site-footer .site-info {
    font: var(--font-colofon);
    color: white; }
  .site-footer .sidebar-1,
  .site-footer .sidebar-2,
  .site-footer .footer-navigation {
    max-width: var(--width);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    .site-footer .sidebar-1 > section,
    .site-footer .sidebar-2 > section,
    .site-footer .footer-navigation > section {
      margin-bottom: 0; }
  .site-footer .sidebar-1 a,
  .site-footer .sidebar-2 a {
    color: var(--color-goud);
    font-style: italic;
    font-family: "MC Medium";
    text-decoration: none; }
    .site-footer .sidebar-1 a:focus, .site-footer .sidebar-1 a:hover,
    .site-footer .sidebar-2 a:focus,
    .site-footer .sidebar-2 a:hover {
      text-decoration: underline; }
  .site-footer .sidebar-2 {
    flex-flow: column wrap; }
    .site-footer .sidebar-2 figure {
      margin-bottom: 0.25em; }
    .site-footer .sidebar-2 p {
      margin-top: 0; }
  .site-footer .sidebar-1 {
    gap: calc(var(--padding-small) / 2);
    align-items: center;
    justify-content: space-between; }
  .site-footer .footer-navigation {
    background-color: var(--color-paars);
    --link-color: white;
    --link-color-visited: white;
    --link-color-hover: white;
    padding: calc(var(--padding-small) / 2) var(--padding-small);
    align-items: center;
    min-height: 50px;
    color: white;
    text-align: center; }
    .site-footer .footer-navigation span {
      padding: var(--menu-padding); }
    .site-footer .footer-navigation a {
      text-decoration: none; }
      .site-footer .footer-navigation a:hover, .site-footer .footer-navigation a:focus {
        text-decoration: underline; }
    .site-footer .footer-navigation ul {
      margin: 0;
      padding: 0;
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      align-items: center;
      list-style: none;
      gap: var(--menu-padding); }

.scrolling .site-branding {
  transform: translate(0, calc(-160px * var(--scale))) scale(0.6); }

.scrolled .site-branding {
  align-self: center;
  transition: none;
  background-color: transparent;
  background-image: url(images/Logo-Waldorfschool-Nesselande-woordmerk@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 260px;
  height: 60px; }
  .scrolled .site-branding img {
    display: none; }

.custom-logo {
  width: calc(var(--scale) * 400px);
  margin-left: var(--padding-small); }

@media screen and (max-width: 42em) {
  main article {
    padding-top: calc(var(--padding-big) * 1.5); }
  .site-branding {
    align-self: center;
    transition: none;
    background-color: transparent;
    background-image: url(images/Logo-Waldorfschool-Nesselande-woordmerk@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 260px;
    height: 60px; }
    .site-branding img {
      display: none; } }

header.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  margin: 0;
  padding: 0 var(--padding-big);
  padding: 0 Max(calc((100vw - var(--widewidth) - 450px) / 2), var(--padding-small));
  justify-content: space-between;
  display: flex;
  height: var(--header-height);
  background-color: white; }
  header.site-header .site-branding {
    transition: transform ease 1s;
    transform-origin: left; }
  header.site-header .site-title {
    display: none; }
  header.site-header svg {
    fill: var(--color-rood); }
  header.site-header .search-toggle svg,
  header.site-header .search-button svg {
    fill: var(--color-turquoise); }
  header.site-header .search-container {
    border: 2px solid var(--color-turquoise);
    border-radius: var(--border-radius);
    padding: 0 0 0 1rem;
    margin-right: 22px; }
    header.site-header .search-container input {
      font-size: 1.6rem; }
    header.site-header .search-container input {
      border: none;
      background: none;
      max-width: 30vw; }

main {
  --color-block: var(--color-rood);
  --translate-direction: 1; }
  main .spotlight-blok {
    font: var(--font-h1);
    font-size: 1.7rem;
    line-height: 1.75;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-bottom: 0;
    color: white; }
    main .spotlight-blok h2 {
      font: var(--font-menu);
      font-size: 4.1rem;
      color: white; }
    main .spotlight-blok h4 {
      font: var(--font-h1);
      font-size: 2rem;
      font-style: italic;
      color: white; }
    main .spotlight-blok h4 + h3 {
      margin-top: 0; }
    main .spotlight-blok h3 {
      font: var(--font-h3);
      font-size: 2.7rem;
      color: white; }
    main .spotlight-blok h3 + p {
      margin-top: var(--padding-small); }
    main .spotlight-blok a {
      color: rgba(255, 255, 255, 0.65);
      font-weight: 800;
      text-decoration: underline; }
      main .spotlight-blok a:hover, main .spotlight-blok a:focus {
        text-decoration: none; }
    main .spotlight-blok > figure {
      margin: 0;
      width: 100%; }
      main .spotlight-blok > figure img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    main .spotlight-blok > .wp-block-group {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      padding-left: var(--padding-big);
      padding-right: var(--padding-big);
      padding-bottom: var(--padding-small);
      padding: calc(var(--padding-big) * 0.7); }
      main .spotlight-blok > .wp-block-group > div {
        padding: var(--padding-small); }
      main .spotlight-blok > .wp-block-group > div:first-child {
        margin: 0 auto;
        flex: 0 0 150px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        padding: var(--padding-small) 0;
        gap: 0; }
        main .spotlight-blok > .wp-block-group > div:first-child > * {
          font: var(--font-menu);
          font-size: calc(7rem * var(--scale));
          flex: 0 0 fit-content;
          text-align: center;
          height: fit-content;
          line-height: 1em; }
          main .spotlight-blok > .wp-block-group > div:first-child > * p {
            margin: 0; }
        main .spotlight-blok > .wp-block-group > div:first-child > div:first-child {
          font: var(--font-h3);
          font-size: calc(32px * var(--scale)); }
        main .spotlight-blok > .wp-block-group > div:first-child > div:last-child {
          font: var(--font-h5);
          font-size: calc(32px * var(--scale)); }
    @media screen and (min-width: 1020px) {
      main .spotlight-blok {
        display: grid;
        grid-template-columns: 1fr 2fr;
        align-items: stretch;
        gap: 0px; }
        main .spotlight-blok > figure {
          margin: 0;
          order: calc(1 * var(--translate-direction)); }
        main .spotlight-blok > .wp-block-group {
          flex-flow: row nowrap;
          padding: 0 var(--padding-small);
          order: calc(2 * var(--translate-direction)); }
          main .spotlight-blok > .wp-block-group > div:first-child {
            order: calc(2 * var(--translate-direction));
            margin: 0; }
          main .spotlight-blok > .wp-block-group > div:last-child {
            max-width: Max(calc(66vw - 800px), 800px);
            flex: 1 1 250px;
            align-self: flex-start;
            order: calc(1 * var(--translate-direction));
            padding: var(--padding-big); } }
  main .spotlight-blok.reverse {
    --translate-direction: -1;
    grid-template-columns: 2fr 1fr; }
    main .spotlight-blok.reverse > .wp-block-group > div:first-child {
      margin-left: auto; }
  @media screen and (min-width: 936px) {
    main {
      align-items: stretch; } }
main .post-thumbnail {
  max-width: var(--widewidth);
  margin-left: auto;
  margin-right: auto; }
  main .post-thumbnail img {
    width: 100%; }

/* MEDIA QUERIES */
@media screen and (max-width: 1280px) {
  :root {
    --scale: 0.9;
    --widewidth: 92vw;
    --width: Min(1000px, calc(var(--widewidth) - 1.5 * var(--padding-big)));
    --wp--style--global--wide-size: var(--widewidth);
    --wp--style--global--wide-size: var(--width); }
  .site-branding {
    transform: scale(0.8) !important; } }

@media screen and (max-width: 936px) {
  :root {
    --scale: 0.85;
    --translate-block: -10%;
    --widewidth: 93vw;
    --width: 86vw; }
    :root .spotlight-blok {
      grid-template-columns: 1fr; } }

@media screen and (max-width: 782px) {
  :root {
    --scale: 0.85;
    --translate-block: 0px;
    --padding-small: 15px; }
    :root figure.full-resp {
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
      :root figure.full-resp img {
        width: 100%; }
  .wp-block-quote {
    padding-left: 0.5em;
    padding-right: 0.5em; } }

@media screen and (max-width: 480px) {
  :root {
    --scale: 0.75;
    --widewidth: 92vw;
    --widewidth: min(92vw, calc(100vw - 40px));
    --width: min(82vw, calc(100vw - 80px)); }
  #menu-toggle:checked ~ .main-navigation {
    padding: calc(var(--padding-big) * 0.5); }
  .wp-block-quote {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 782px) {
  /* IPHONE bug */
  @supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .zomer,
    .winter {
      background-attachment: scroll; }
    main > article > .entry-header {
      padding-bottom: 10px; }
    .search-button svg {
      width: 1.5em;
      height: 1.7em; } } }

@media (orientation: portrait) {
  .home-test .zomer,
  .home-test .winter {
    height: 50vh;
    background-attachment: scroll; } }

/* END MEDIA QUERIES */
.wp-block-column[style*="flex-basis"] {
  flex-grow: 1; }

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: #fff; }

.background-image,
.winter,
.zomer {
  background-image: var(--background-image);
  content: " ";
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  background-attachment: fixed;
  height: 100vh; }
  @supports (-webkit-touch-callout: none) {
    .background-image,
    .winter,
    .zomer {
      background-attachment: scroll;
      /* CSS specific to iOS devices */ } }

.wsn-illustratie {
  display: block;
  width: fit-content !important;
  width: calc(var(--wsn-illustratie-width) * var(--scale)) !important;
  position: absolute; }
  .wsn-illustratie.wsn-desktop {
    width: calc(var(--wsn-illustratie-width) * var(--scale)) !important; }
    @media screen and (max-width: 1280px) {
      .wsn-illustratie.wsn-desktop {
        display: none; } }
  .wsn-illustratie img {
    display: block; }

#welkom,
*[id] {
  scroll-margin: calc(var(--header-height) + 25px) 0 0 0; }

.home-new {
  scroll-margin: 50px 0 0 0; }

:root .fotoblok {
  background-position: top; }
  :root .fotoblok .wp-block-columns .wp-block-column {
    flex-basis: 40% !important;
    min-width: 150px; }
  :root .fotoblok > .alignwide {
    max-width: 2000px; }

.wsn-gallery {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  z-index: 20;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.85); }
  .wsn-gallery .close {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 0; }
  .wsn-gallery.hidden {
    display: none; }
  .wsn-gallery a {
    text-decoration: none;
    font-size: calc(5rem * var(--scale, 1));
    padding: 0.8em;
    cursor: pointer;
    opacity: 0.6; }
  .wsn-gallery a:hover,
  .wsn-gallery a:focus {
    opacity: 1; }
  .wsn-gallery figure {
    color: var(--color);
    border-bottom-width: 0px;
    z-index: 40;
    margin: 0;
    max-height: 96vh;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    max-width: 98vw;
    transition: width 1s; }
    .wsn-gallery figure div {
      align-self: stretch;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      flex: 1 0 1em; }
    .wsn-gallery figure img {
      object-fit: contain;
      width: 100%;
      height: 100%;
      max-width: 96vw;
      min-width: 20%;
      min-height: 20%;
      max-height: 84vh;
      flex: 1 1 fit-content;
      transition: width 1s; }
    .wsn-gallery figure caption {
      align-self: stretch;
      flex: 1 0 1em;
      padding: 1em 0;
      align-items: center;
      color: var(--color); }

form label {
  font-weight: 700; }

form input[type="submit"] {
  margin-top: 4px;
  border-radius: var(--border-radius);
  font: var(--font-button);
  position: relative;
  border: 0;
  display: block;
  padding: 0.6em 1.2em;
  font: var(--font-button); }

form .wpcf7-checkbox > span {
  display: flex;
  align-items: center;
  margin-left: 0; }
  form .wpcf7-checkbox > span input {
    width: unset;
    margin-right: 1em; }

.wsn-columns h3 {
  margin-bottom: 0; }

.wsn-columns .wp-block-column {
  display: flex;
  flex-flow: column nowrap; }
  .wsn-columns .wp-block-column figure {
    flex: 0 0 200px;
    display: flex;
    align-items: flex-end; }

header.site-header .site-branding .custom-logo-link {
  display: block;
  width: 100%; }

.wp-block-columns p:last-child {
  margin-bottom: 0; }

.wp-block-image.rotate-right-1 {
  transform: rotate(1deg); }

.wp-block-image.rotate-left-2 {
  transform: rotate(-2deg); }

.wp-block-image.rotate-right-2 {
  transform: rotate(2deg); }

.wp-block-image.rotate-left-1 {
  transform: rotate(-1deg); }

.wp-block-image {
  transition: transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6) 1s; }
  .wp-block-image.inactive {
    transform: rotate(0); }

.search-div,
.error-404 div.not-found {
  padding-bottom: 160px !important; }

/*# sourceMappingURL=style.css.map */