@charset "UTF-8";
/*
Theme Name: oktoich
Theme URI: http://underscores.me/
Author: Bernard
Author URI: https://webonomic.nl/
Description: Description
Version: 1.0.0
Tested up to: 5.7
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jj
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: "Aviator";
  src: url("assets/fonts/aviator-regular.woff") format("woff"), url("assets/fonts/aviator-regular.woff2") format("woff2");
  font-weight: 400; }

@font-face {
  font-family: "Aviator Bold";
  src: url("assets/fonts/aviator-bold.woff") format("woff"), url("assets/fonts/aviator-bold.woff2") format("woff2");
  font-weight: 700; }

@font-face {
  font-family: "Barlow Semi Condensed";
  src: url("assets/fonts/barlow.woff2") format("woff2");
  font-weight: 400; }

@font-face {
  font-family: "Barlow Semi Condensed Light";
  src: url("assets/fonts/barlow-light.woff2") format("woff2");
  font-weight: 300; }

@font-face {
  font-family: "Barlow Semi Condensed Light";
  src: url("assets/fonts/barlow.woff2") format("woff2");
  font-weight: 400; }

:root {
  --font-size: 10px;
  font-size: calc(var(--font-size) * var(--scale));
  --color-black: #545454;
  --color: #545454;
  --color-groen: #599373;
  --color-blauw: #4d80b7;
  --color-rood: #db6565;
  --color-beige: #d9b778;
  --font-size-heading: 55px;
  --font-size-cijfers: 70px;
  --font-size-quotes: 30px;
  --link-color: var(--color-rood);
  --link-color-visited: var(--color-rood);
  --link-color-hover: var(--color-rood);
  --nav-color: white;
  --nav-color-visited: hsla(0, 100%, 100%, 0.8);
  --nav-color-hover: hsla(0, 100%, 100%, 0.8);
  --logo-img: url("images/logos/oktoich-85wit.png");
  --width: 1100px;
  --widewidth: 1400px;
  --fullwidth: 100vw;
  --container-width: var(--widewidth);
  --scale: 1;
  --translate-block: -40%;
  --menu-padding: 0 20px;
  --padding-big: 75px;
  --padding-small: 20px;
  --header-height: calc(60px * var(--scale));
  --font-head: 700 6.2rem/1.2 "Aviator Bold", "Open Sans", Arial, Helvetica,
    sans-serif;
  --font-head2: 300 2.4rem/1.8 "Barlow Semi Condensed", "Open Sans", Arial,
    Helvetica, sans-serif;
  --font: 300 2.4rem/1.8 "Barlow Semi Condensed Light", "Open Sans", Arial,
    Helvetica, sans-serif;
  --font-menu: 400 2.4rem/1.2 "Aviator", "Open Sans", Arial, Helvetica,
    sans-serif;
  --font-footer: 400 2rem/1.2 "Aviator", "Open Sans", Arial, Helvetica,
    sans-serif; }
  :root svg#defs {
    display: none; }

/*--------------------------------------------------------------
# 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: black;
  --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);
  text-transform: lowercase;
  letter-spacing: 0.04em;
  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 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
    gap: var(--menu-padding); }
    .main-navigation ul ul {
      margin-top: var(--menu-padding); }
      .main-navigation ul ul a {
        width: 180px; }
    .main-navigation ul li {
      position: relative; }
  .main-navigation li {
    display: flex;
    flex-flow: column nowrap; }
  .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); }

#menu-toggle {
  display: none; }

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

.search-toggle {
  width: 2em;
  height: 2em;
  margin-left: auto;
  margin-right: 1em; }

.menu-toggle {
  margin-left: auto;
  margin: 8px 5px 0 auto;
  z-index: 10; }
  .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(80vw);
  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: 80vw;
    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: 62em) {
  .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;
        border-top: 2px solid rgba(255, 255, 255, 0.7); }
      .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: 62em) {
  /* search toggle */
  .search-toggle {
    width: 1em;
    height: 1em;
    order: 1;
    margin-left: 10px;
    margin-right: 0; }
  .main-navigation {
    visibility: visible;
    transform: translateX(0rem);
    height: var(--header-height);
    display: flex;
    /* end hover styling */ }
    .main-navigation .menu-main-container {
      height: 100%;
      display: flex; }
      .main-navigation .menu-main-container > ul > li > a {
        display: flex;
        flex-flow: column;
        align-items: center; }
      .main-navigation .menu-main-container > ul > li > a:after {
        display: block;
        content: "";
        width: 2em;
        margin-top: 0.8rem;
        border-bottom: 2px solid transparent; }
      .main-navigation .menu-main-container li:hover,
      .main-navigation .menu-main-container li:focus,
      .main-navigation .menu-main-container li:focus-within,
      .main-navigation .menu-main-container li.current-menu-ancestor,
      .main-navigation .menu-main-container li.current_page_item {
        color: var(--nav-color-hover); }
        .main-navigation .menu-main-container li:hover > a:after,
        .main-navigation .menu-main-container li:focus > a:after,
        .main-navigation .menu-main-container li:focus-within > a:after,
        .main-navigation .menu-main-container li.current-menu-ancestor > a:after,
        .main-navigation .menu-main-container li.current_page_item > a:after {
          border-bottom: 2px solid var(--nav-color-hover); }
    .site-header .main-navigation {
      position: static; }
    .main-navigation ul {
      display: flex;
      padding: 0;
      flex-flow: row nowrap;
      align-items: flex-end; }
      .main-navigation ul ul {
        position: absolute;
        z-index: 99;
        top: -100vh;
        right: calc(50% - 85px);
        opacity: 0;
        transition: opacity 0.1s ease 0.2s, top 0s ease 0.4s;
        flex-flow: column nowrap;
        padding: 0 var(--padding-small);
        color: var(--nav-color);
        background-color: var(--nav-background-color);
        border-radius: 4px;
        /* top tip */ }
        .main-navigation ul ul a {
          padding: 0.5em 0;
          border-top: 2px solid rgba(255, 255, 255, 0.7);
          max-width: 100%;
          width: 100%;
          min-width: 200px; }
        .main-navigation ul ul > li:first-child a {
          border-top: none; }
        .main-navigation ul ul:after {
          position: absolute;
          width: 1em;
          height: 0.5em;
          top: -0.5em;
          background-color: inherit;
          right: 30%;
          content: "";
          clip-path: polygon(50% 0, 100% 100%, 0% 100%); }
      .main-navigation ul li:hover > ul,
      .main-navigation ul li:focus > ul,
      .main-navigation ul li:focus-within > ul {
        top: calc(var(--header-height));
        transition: opacity 0.1s ease 0s, top 0s ease 0s;
        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; }

/*--------------------------------------------------------------
# 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
--------------------------------------------- */
html {
  --slider-image-08: url(images/banners/home-fotoheader-Andrej-Roebljev-Holy-Trinity.webp);
  --slider-image-07: url(images/banners/home-fotoheader-Oktoich-zangers-1.webp);
  --slider-image-03: url(images/banners/home-fotoheader-Nesterov-schilderij-orthodox-nonnen-koor.webp);
  --slider-image-04: url(images/banners/home-fotoheader-Oktoich-zangers-2.webp);
  --slider-image-05: url(images/banners/home-fotoheader-russisch-kerkschildering.webp);
  --slider-image-06: url(images/banners/home-fotoheader-Oktoich-zangers-3.webp);
  --slider-image-02: url(images/banners/home-fotoheader-brandende-kaarsen-voor-Maria-icoon.webp);
  --slider-image-01: url(images/banners/home-fotoheader-Feodorovski-kapel-Sint-Petersburg.webp); }

.atys-gallery-container {
  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;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.8); }
  .atys-gallery-container .close {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 0; }
  .atys-gallery-container.hidden {
    display: none; }
  .atys-gallery-container a {
    text-decoration: none;
    font-size: calc(5rem * var(--scale, 1));
    padding: 0.8em;
    cursor: pointer;
    opacity: 0.6; }
  .atys-gallery-container a:hover,
  .atys-gallery-container a:focus {
    opacity: 1; }
  .atys-gallery-container 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; }
    .atys-gallery-container figure div {
      align-self: stretch;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      flex: 1 0 1em; }
    .atys-gallery-container 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; }
    .atys-gallery-container figure caption {
      align-self: stretch;
      flex: 1 0 1em;
      padding: 1em 0;
      align-items: center;
      color: var(--color); }

/*--------------------------------------------------------------
# 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-audio audio {
  min-width: 200px; }

.wp-block-button__link {
  background-color: gray;
  border-radius: 4px;
  font: var(--font-menu);
  font-size: 2.4rem;
  padding: 0.3em 2em;
  text-transform: lowercase;
  letter-spacing: 0.04em;
  width: initial; }
  .wp-block-button__link:hover {
    text-decoration: none;
    opacity: 0.8; }

.aankondiging-blok .wp-block-buttons .wp-block-button__link {
  width: initial; }

.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 {
  margin: 0 0 1.8rem 0; }
  .wp-block-image img {
    display: block; }
  .wp-block-image figcaption {
    text-align: left;
    margin-top: 0.2em;
    margin-bottom: 0;
    font: var(--font-intro);
    color: var(--color-black);
    font-size: 14px;
    line-height: 1.3em; }
  .wp-block-image a {
    display: block; }

b,
strong {
  font-weight: 700; }

article h2 + *,
article h3 + *,
article h4 + *,
article h6 + *,
article h5 + * {
  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,
.home h2.h1 {
  font: var(--font-head);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  letter-spacing: 0.06em; }
  h1:after,
  .home h2.h1:after {
    content: "";
    display: block;
    height: 2px;
    margin: 0.5em auto;
    width: 3em; }

h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em; }

h2 {
  font: var(--font-head);
  font-size: 5rem;
  font-weight: bold; }

h3 {
  font-size: 3rem;
  line-height: 1.5em; }

h4 {
  font-size: 3rem;
  line-height: 1.5em; }

h5 {
  font-size: 3rem;
  line-height: 1.5em;
  color: var(--color);
  text-transform: initial; }

h6 {
  font-size: 3rem;
  line-height: 1.5em;
  font-weight: 400; }

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

figure.is-style-border {
  border: 1px solid var(--color); }

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

.alignwide {
  max-width: var(--widewidth); }

.custom-logo {
  width: 181px; }
  .home .custom-logo {
    width: 211px; }

html {
  scroll-behavior: smooth; }

#enter {
  padding: 20px;
  margin-top: 2rem; }

body {
  position: relative;
  letter-spacing: 0.02em; }

main {
  background-image: url(images/3-kerktorens.png);
  padding-bottom: calc(180px * var(--scale));
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: calc(341px * var(--scale)); }
  main h1, .home main h2.h1 {
    font: var(--font-head);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06em; }
    main h1:after, .home main h2.h1:after {
      content: "";
      display: block;
      height: 2px;
      margin: 0.5em auto;
      width: 3em; }
  main h2,
  main h3,
  main h4,
  main h5,
  main h6 {
    margin: 0; }
  main h2 {
    font: var(--font-head);
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1.8rem; }
  main h3 {
    font: var(--font-head2);
    text-transform: uppercase;
    font-size: 3.6rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    font-weight: 400; }
  main h4 {
    font: var(--font-head2);
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase; }
  main h5 {
    font: var(--font-head2);
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 0.06em;
    font-weight: 400; }
  main h6 {
    font: var(--font);
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 300; }
    main h6 a {
      text-decoration: none;
      font: var(--font-head);
      font-size: 3rem;
      letter-spacing: 0.06em; }
      main h6 a:hover, main h6 a:focus {
        text-decoration: underline; }
  main .entry-footer > *:not(.alignwide, .alignfull),
  main .entry-content > *:not(.alignwide, .alignfull),
  main .page-content > *:not(.alignwide, .alignfull) {
    max-width: var(--width);
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  main .post-thumbnail img {
    width: 100%; }
  main .type-post {
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto; }

.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 {
  background: var(--color-beige);
  font: var(--font-footer);
  letter-spacing: 0.03em;
  text-transform: lowercase; }
  .site-footer .contact-icons {
    margin: 0;
    padding: 1em 0;
    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 img {
      max-width: calc(200px * var(--scale)); }
    .site-footer .contact-icons li a {
      color: #fff;
      border-radius: 100%;
      border: solid 1px;
      text-align: center;
      display: flex;
      place-content: center;
      transition: background-color 0.2s ease-in-out;
      padding: calc(1rem * var(--scale)); }
      .site-footer .contact-icons li a:hover, .site-footer .contact-icons li a:focus {
        background-color: rgba(255, 255, 255, 0.2);
        opacity: 0.8; }
  .site-footer .site-info {
    background: var(--color-black);
    color: white;
    text-transform: lowercase; }
  .site-footer .footer-navigation {
    text-transform: lowercase;
    --link-color: white;
    --link-color-visited: white;
    --link-color-hover: white;
    padding: calc(var(--padding-small) / 2) var(--padding-big);
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    background-color: var(--color-black);
    color: white; }
    .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 {
        opacity: 0.8;
        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); }

header.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 5px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: var(--header-height);
  background-color: var(--color-beige); }
  header.site-header .site-branding {
    display: none; }
  header.site-header svg {
    fill: white; }
  header.site-header .main-navigation {
    --nav-background-color: var(--color-beige);
    --nav-color: white;
    --nav-color-hover: hsla(10, 100%, 100%, 0.7);
    margin-left: auto;
    flex: 1 1 600px;
    color: white; }
  .home header.site-header {
    background-color: transparent; }
  .scrolled.home header.site-header {
    background-color: var(--color-beige); }

form input[type="submit"] {
  border: none;
  inset: none; }

.rood {
  --color-block: var(--color-rood); }
  .rood h1 {
    color: var(--color-rood); }
    .rood h1:after {
      background-color: var(--color-rood); }
  .rood h2,
  .rood h3,
  .rood h4,
  .rood h5,
  .rood h6 a {
    color: var(--color-rood); }
  .rood .wp-block-separator {
    background-color: var(--color-rood); }
  .rood .ornament-logo {
    background-image: url("images/logos/oktoich-rood.png"); }
  .rood .ornament-top {
    background-image: url("images/ornaments/boven-rood.png"); }
  .rood .ornament-bottom {
    background-image: url("images/ornaments/onder-rood.png"); }

.spotlight-blok.rood {
  --color-block: var(--color-rood); }

.groen {
  --color-block: var(--color-groen); }
  .groen h1 {
    color: var(--color-groen); }
    .groen h1:after {
      background-color: var(--color-groen); }
  .groen h2,
  .groen h3,
  .groen h4,
  .groen h5,
  .groen h6 a {
    color: var(--color-groen); }
  .groen .wp-block-separator {
    background-color: var(--color-groen); }
  .groen .ornament-logo {
    background-image: url("images/logos/oktoich-groen.png"); }
  .groen .ornament-top {
    background-image: url("images/ornaments/boven-groen.png"); }
  .groen .ornament-bottom {
    background-image: url("images/ornaments/onder-groen.png"); }

.spotlight-blok.groen {
  --color-block: var(--color-groen); }

.blauw {
  --color-block: var(--color-blauw); }
  .blauw h1 {
    color: var(--color-blauw); }
    .blauw h1:after {
      background-color: var(--color-blauw); }
  .blauw h2,
  .blauw h3,
  .blauw h4,
  .blauw h5,
  .blauw h6 a {
    color: var(--color-blauw); }
  .blauw .wp-block-separator {
    background-color: var(--color-blauw); }
  .blauw .ornament-logo {
    background-image: url("images/logos/oktoich-blauw.png"); }
  .blauw .ornament-top {
    background-image: url("images/ornaments/boven-blauw.png"); }
  .blauw .ornament-bottom {
    background-image: url("images/ornaments/onder-blauw.png"); }

.spotlight-blok.blauw {
  --color-block: var(--color-blauw); }

.accent4 {
  --color-block: var(--color-accent4); }
  .accent4 h1 {
    color: var(--color-accent4); }
    .accent4 h1:after {
      background-color: var(--color-accent4); }
  .accent4 h2,
  .accent4 h3,
  .accent4 h4,
  .accent4 h5,
  .accent4 h6 a {
    color: var(--color-accent4); }
  .accent4 .wp-block-separator {
    background-color: var(--color-accent4); }
  .accent4 .ornament-logo {
    background-image: url("images/logos/oktoich-accent4.png"); }
  .accent4 .ornament-top {
    background-image: url("images/ornaments/boven-accent4.png"); }
  .accent4 .ornament-bottom {
    background-image: url("images/ornaments/onder-accent4.png"); }

.spotlight-blok.accent4 {
  --color-block: var(--color-accent4); }

.foreign-blok {
  border: 2px solid var(--color-block, var(--color-rood));
  padding: var(--padding-big); }
  .foreign-blok h3 + p {
    margin-top: 0.25em; }

.home .nieuwsbrief-blok {
  --color-block: var(--color-rood); }

.nieuwsbrief-blok {
  background-color: var(--color-block);
  color: white;
  padding: var(--padding-big);
  text-align: center; }
  .nieuwsbrief-blok .wp-block-button__link {
    background-color: transparent;
    border: 2px solid white;
    width: auto; }
    .home .nieuwsbrief-blok .wp-block-button__link {
      background-color: var(--color-groen);
      border: none; }
  .nieuwsbrief-blok h2,
  .nieuwsbrief-blok p,
  .nieuwsbrief-blok form {
    width: 100%;
    max-width: var(--width);
    margin-left: auto;
    margin-right: auto; }
  .nieuwsbrief-blok h2 {
    color: inherit;
    font: var(--font-head);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-size: 5rem; }
    .nieuwsbrief-blok h2:after {
      content: "";
      display: block;
      height: 2px;
      margin: 0.5em auto;
      width: 3em; }
  .nieuwsbrief-blok h2:after {
    background-color: white;
    margin-top: 0.5em; }

.home h2 {
  font: var(--font-head);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 5rem; }
  .home h2:after {
    content: "";
    display: block;
    height: 2px;
    margin: 0.5em auto;
    width: 3em; }

.home main {
  margin-top: calc(-1 * var(--header-height)); }
  .home main article {
    max-width: 100vw; }
    .home main article header {
      max-width: var(--container-width);
      margin-left: auto;
      margin-right: auto; }
    .home main article .entry-content {
      padding: 0; }
      .home main article .entry-content > .wp-block-group {
        max-width: var(--width);
        margin-left: auto;
        margin-right: auto; }
        .home main article .entry-content > .wp-block-group.alignfull {
          max-width: 100vw; }

.luisteren-blok {
  --color-block: var(--color-groen);
  padding-top: var(--padding-big);
  padding-bottom: var(--padding-big); }
  .luisteren-blok h2 {
    color: var(--color-block); }
    .luisteren-blok h2:after {
      background-color: var(--color-block); }
  .luisteren-blok .wp-block-button__link {
    background-color: var(--color-block); }

.aankondiging-blok {
  padding-top: var(--padding-big);
  padding-bottom: var(--padding-big);
  --color-block: var(--color-groen);
  display: flex; }
  .aankondiging-blok > div {
    border: 2px solid var(--color-block);
    text-align: center;
    padding-bottom: var(--padding-big); }
    .aankondiging-blok > div img {
      width: 100%; }
  .aankondiging-blok h2 {
    color: var(--color-block);
    margin-top: calc(var(--padding-small) + 1.2rem); }
    .aankondiging-blok h2:after {
      background-color: var(--color-block); }
  .aankondiging-blok p {
    padding: var(--padding-small); }
  .aankondiging-blok .wp-block-button__link {
    background-color: var(--color-block); }

main2 {
  --color-block: var(--color-rood); }
  main2 .spotlight-blok {
    gap: 0px;
    margin-bottom: 0;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    main2 .spotlight-blok .wp-block-button__link {
      background-color: var(--color-block); }
    main2 .spotlight-blok h6,
    main2 .spotlight-blok h2 {
      box-sizing: content-box;
      padding-left: clamp(20px, 20%, 200px);
      padding-right: 20%;
      text-transform: uppercase;
      max-width: 500px;
      color: white; }
      main2 .spotlight-blok h6:after,
      main2 .spotlight-blok h2:after {
        content: none; }
    main2 .spotlight-blok h6 + h2 {
      margin-top: 0.25em; }
    main2 .spotlight-blok h3 {
      color: var(--color-block); }
    main2 .spotlight-blok h3 + p {
      margin-top: 0.25em; }
    main2 .spotlight-blok > .wp-block-group {
      padding-left: var(--padding-big);
      padding-right: var(--padding-big); }
    @media screen and (min-width: 936px) {
      main2 .spotlight-blok {
        grid-template-columns: 5fr 4fr;
        align-items: stretch; }
        main2 .spotlight-blok .wp-block-buttons.is-content-justification-center {
          justify-content: flex-start; } }
    main2 .spotlight-blok > figure {
      z-index: -1;
      padding: 0;
      margin: 0; }
      @media screen and (min-width: 936px) {
        main2 .spotlight-blok > figure {
          grid-area: 1 / 2 / 1 /2; } }
      main2 .spotlight-blok > figure img {
        object-fit: cover;
        height: 100%;
        width: 100%; }
    main2 .spotlight-blok > div {
      padding: var(--padding-small); }
    main2 .spotlight-blok > div:first-of-type {
      background-color: var(--color-block);
      color: white; }
      @media screen and (min-width: 936px) {
        main2 .spotlight-blok > div:first-of-type {
          grid-area: 1 / 1 / 1 /1;
          display: grid;
          place-content: center;
          text-align: left; }
          main2 .spotlight-blok > div:first-of-type h2 {
            text-align: left; } }
    main2 .spotlight-blok > div:last-child {
      max-width: 100%;
      min-width: 300px;
      background-color: rgba(255, 255, 255, 0.9);
      padding-bottom: var(--padding-big); }
      @media screen and (min-width: 936px) {
        main2 .spotlight-blok > div:last-child {
          text-align: left;
          grid-area: 1 / 2 / 1 /2;
          min-width: 400px;
          padding: var(--padding-big);
          margin: calc(var(--padding-big) * var(--scale) * 0.8);
          margin-left: 0;
          align-self: center;
          transform: translateX(calc( var(--translate-block) * var(--scale) * var(--translate-direction, 1))); } }
  main2 .spotlight-blok.reverse {
    --translate-direction: -1; }
    @media screen and (min-width: 936px) {
      main2 .spotlight-blok.reverse {
        align-items: stretch; } }
  @media screen and (min-width: 936px) and (min-width: 936px) {
    main2 .spotlight-blok.reverse > figure {
      grid-area: 1 / 1 / 1 /1; } }
    @media screen and (min-width: 936px) {
        main2 .spotlight-blok.reverse > div:first-of-type {
          grid-area: 1 / 2 / 1 /2; }
        main2 .spotlight-blok.reverse > div:last-child {
          grid-area: 1 / 1 / 1 /1; } }
main {
  --color-block: var(--color-rood); }
  main .spotlight-blok {
    background-color: var(--color-block);
    gap: 0px;
    margin-bottom: 0;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    main .spotlight-blok .wp-block-button__link {
      background-color: var(--color-block); }
    main .spotlight-blok h6,
    main .spotlight-blok h2 {
      box-sizing: content-box;
      padding-left: 5%;
      padding-right: 5%;
      text-transform: uppercase;
      color: white;
      overflow-wrap: break-word; }
      main .spotlight-blok h6:after,
      main .spotlight-blok h2:after {
        content: none; }
    main .spotlight-blok h6 + h2 {
      margin-top: 0.25em; }
    main .spotlight-blok h3 {
      color: var(--color-block); }
    main .spotlight-blok h3 + p {
      margin-top: 0.25em; }
    main .spotlight-blok > .wp-block-group {
      padding-left: var(--padding-small);
      padding-right: var(--padding-small); }
    @media screen and (min-width: 936px) {
      main .spotlight-blok {
        grid-template-columns: 3fr 6fr 1fr 2fr 1fr 6fr 3fr;
        align-items: stretch;
        justify-content: space-between; }
        main .spotlight-blok .wp-block-buttons.is-content-justification-center {
          justify-content: flex-start; } }
    main .spotlight-blok > figure {
      z-index: 3;
      padding: 0;
      margin: 0; }
      @media screen and (min-width: 936px) {
        main .spotlight-blok > figure {
          grid-area: 1 / 5 / 1/8; } }
      main .spotlight-blok > figure img {
        object-fit: cover;
        height: 100%;
        width: 100%; }
    main .spotlight-blok > div {
      padding: calc(var(--padding-small) * 1.5); }
    main .spotlight-blok > div:first-of-type {
      color: white; }
      @media screen and (min-width: 936px) {
        main .spotlight-blok > div:first-of-type {
          grid-area: 1 / 2 / 1 /4;
          display: grid;
          place-content: center;
          text-align: left;
          padding-left: var(--padding-big);
          padding-right: var(--padding-big);
          padding-right: 0; }
          main .spotlight-blok > div:first-of-type h2 {
            min-width: 100px;
            text-align: left; } }
    main .spotlight-blok > div:last-child {
      max-width: 100%;
      min-width: 300px;
      background-color: rgba(255, 255, 255, 0.9); }
      @media screen and (min-width: 936px) {
        main .spotlight-blok > div:last-child {
          text-align: left;
          grid-area: 1 / 4 / 1 /7;
          z-index: 5;
          padding: var(--padding-big);
          margin: calc(var(--padding-big) * var(--scale) * 0.8);
          align-self: center;
          transform: translateX(0); } }
  main .spotlight-blok.reverse {
    --translate-direction: -1; }
    @media screen and (min-width: 936px) {
      main .spotlight-blok.reverse {
        align-items: stretch; } }
  @media screen and (min-width: 936px) and (min-width: 936px) {
    main .spotlight-blok.reverse > figure {
      grid-area: 1 / 1 / 1 /4; } }
    @media screen and (min-width: 936px) {
        main .spotlight-blok.reverse > div:first-of-type {
          grid-area: 1 / 5 / 1 /7;
          padding-left: 0;
          padding-right: var(--padding-big); }
        main .spotlight-blok.reverse > div:last-child {
          grid-area: 1 / 2 / 1 /5; } }
.spotlight-blok {
  --color-block: var(--color-groen); }

main .post-thumbnail {
  max-width: var(--widewidth);
  margin-left: auto;
  margin-right: auto; }
  main .post-thumbnail img {
    width: 100%; }

.ornament-logo,
.ornament-top,
.ornament-bottom {
  margin-top: 2.4em;
  margin-bottom: 1em;
  height: calc(53px * var(--scale));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: calc(200px * var(--scale)); }

.ornament-bottom {
  margin-bottom: var(--padding-big);
  margin-bottom: 2.4em; }
  .ornament-bottom:last-child {
    margin-bottom: 0.4em; }

.ornament-logo {
  height: calc(400px * var(--scale));
  margin: 0;
  max-width: 100vw;
  background-size: calc(350px * var(--scale)); }

span.ornament {
  display: block;
  width: fit-content; }

span.ornament img {
  --margin: calc(1.5rem * var(--scale));
  /* display: inline-block; */
  float: left;
  width: calc((100% - var(--margin)) * var(--scale));
  margin-right: var(--margin);
  margin-top: 0.4em;
  /* display: inline-flex; */
  /* margin-right: 1rem; */
  /* float: left; */
  /* width: 40%; */ }

/* MEDIA QUERIES */
@media screen and (max-width: 1600px) {
  :root .spotlight-blok {
    grid-template-columns: 0fr 6fr 0fr 2fr 0fr 6fr 0fr; } }

@media screen and (max-width: 1100px) {
  :root {
    --widewidth: 96vw;
    --widewidth: 90vw;
    --width: 90vw; } }

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

@media screen and (max-width: 736px) {
  :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%; } }

@media screen and (max-width: 480px) {
  :root {
    --scale: 0.75; } }

@media screen and (max-width: 370px) {
  :root {
    --scale: 0.65; } }

.slider {
  display: grid;
  place-content: center;
  align-items: center;
  color: var(--base-color, #fff);
  cursor: default;
  min-height: 100vh;
  position: relative;
  text-align: center; }
  .slider .slider_logo {
    background-image: var(--logo-img);
    background-position: center;
    background-size: contain;
    width: calc(500px * var(--scale, 1));
    height: calc(500px * var(--scale, 1));
    background-repeat: no-repeat; }
    @media screen and (max-width: 936px) {
      .slider .slider_logo {
        width: calc(400px * var(--scale, 1));
        height: calc(400px * var(--scale, 1)); } }
  .slider .enter-scroll {
    display: inline-block;
    position: absolute;
    bottom: 1em;
    left: calc(50% - 3rem);
    text-decoration: none;
    color: white;
    display: flex;
    flex-flow: column;
    align-items: center;
    stroke: white;
    font: var(--font-menu); }
    .slider .enter-scroll:hover {
      color: rgba(255, 255, 255, 0.8);
      stroke: rgba(255, 255, 255, 0.8); }
    .slider .enter-scroll svg {
      fill: none;
      width: 2.5em;
      height: 2.5em; }
  .slider:after, .slider:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -2; }
  .slider:after {
    animation: spinner-after 48s step-start infinite, spinner-fade 48s infinite;
    background-image: var(--slider-image-01); }
  .slider:before {
    animation: spinner-before 48s step-start infinite;
    background-image: var(--slider-image-02); }

@keyframes spinner-fade {
  0% {
    opacity: 1; }
  1.25% {
    opacity: 1; }
  11.25% {
    opacity: 0; }
  13.75% {
    opacity: 0; }
  23.75% {
    opacity: 1; }
  26.25% {
    opacity: 1; }
  36.25% {
    opacity: 0; }
  38.75% {
    opacity: 0; }
  48.75% {
    opacity: 1; }
  51.25% {
    opacity: 1; }
  61.25% {
    opacity: 0; }
  63.75% {
    opacity: 0; }
  73.75% {
    opacity: 1; }
  76.25% {
    opacity: 1; }
  86.25% {
    opacity: 0; }
  88.75% {
    opacity: 0; }
  98.75% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes spinner-after {
  0% {
    background-image: var(--slider-image-07); }
  12.5% {
    background-image: var(--slider-image-01); }
  37.5% {
    background-image: var(--slider-image-03); }
  62.5% {
    background-image: var(--slider-image-05); }
  87.5% {
    background-image: var(--slider-image-07); } }

@keyframes spinner-before {
  0% {
    background-image: var(--slider-image-08); }
  25% {
    background-image: var(--slider-image-02); }
  50% {
    background-image: var(--slider-image-04); }
  75% {
    background-image: var(--slider-image-06); }
  100% {
    background-image: var(--slider-image-08); } }

@media screen and (max-width: 48em) {
  :root {
    --padding-big: 25px; } }

@media (max-width: 782px) {
  /* IPHONE bug */
  @supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .slider::after,
    .slider::before {
      background-attachment: scroll; } } }

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

.beluisteren-container,
.wp-block-cb-carousel:not(.slick-initialized) {
  display: flex;
  flex-flow: row nowrap;
  width: auto;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
  gap: var(--padding-big); }
  .beluisteren-container > *,
  .wp-block-cb-carousel:not(.slick-initialized) > * {
    flex: 0 0 fit-content;
    max-width: 60%;
    scroll-snap-align: center; }
  .beluisteren-container > *:first-child,
  .wp-block-cb-carousel:not(.slick-initialized) > *:first-child {
    scroll-snap-align: start; }
  .beluisteren-container > *:last-child,
  .wp-block-cb-carousel:not(.slick-initialized) > *:last-child {
    scroll-snap-align: end; }
  .beluisteren-container img,
  .wp-block-cb-carousel:not(.slick-initialized) img {
    width: 100%; }
  .beluisteren-container::-webkit-scrollbar,
  .wp-block-cb-carousel:not(.slick-initialized)::-webkit-scrollbar {
    width: 0em; }
  .beluisteren-container:hover,
  .wp-block-cb-carousel:not(.slick-initialized):hover {
    cursor: ew-resize; }
  .beluisteren-container > div,
  .wp-block-cb-carousel:not(.slick-initialized) > div {
    border: 2px solid var(--color-block); }
    .beluisteren-container > div p,
    .beluisteren-container > div h4,
    .wp-block-cb-carousel:not(.slick-initialized) > div p,
    .wp-block-cb-carousel:not(.slick-initialized) > div h4 {
      padding: 0 var(--padding-small); }

:root .slick-dots li button::before {
  font-family: sans-serif;
  font-size: 25px;
  color: darkgray;
  content: "⦾";
  opacity: 0.5; }

:root .slick-dots li.slick-active button::before {
  color: var(--color-groen);
  content: "⦿"; }

.slick-next,
.slick-prev {
  width: 0px;
  height: 0px;
  display: none; }

.wp-block-cb-carousel .slick-next::before,
.wp-block-cb-carousel .slick-prev::before {
  font-family: sans-serif;
  font-size: 50px;
  color: var(--color-groen);
  content: "";
  display: none; }

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

div.wp-block-cb-carousel + hr.wp-block-separator {
  margin-top: 3em; }

h2[id],
h3[id],
h4[id] {
  scroll-margin-top: calc(var(--header-height) + 0.5em); }

.atys-gallery-container {
  background-color: rgba(255, 255, 255, 0.95); }
  .atys-gallery-container a {
    color: var(--color);
    font-size: calc(6rem * var(--scale, 1)); }

.spotlight-blok.inactive > div {
  opacity: 0;
  transform: translate(0rem, 60px) !important; }

.spotlight-blok.inactive > div:last-child {
  transform: translate(0rem, -60px) !important; }

.spotlight-blok > div {
  transition: opacity 0.5s ease-out 0.5s, transform 0.5s ease-out 0.5s; }

.enter-scroll {
  transition: transform 0.4s ease; }
  .enter-scroll:hover {
    transform: translate(0, -20px); }

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