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

7xtaal 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
--------------------------------------------------------------*/
/*
blauw: #00a8e5 of als je in HSL wilt werken: 196, 100, 45
beige: #cda980 of HSL 32, 44, 65
rood: #e9505e of HSL 355, 78, 61
tekst-zwart: #333333 of HSL 0, 0, 20
footer-grijs: #707070 of HSL 0, 0, 44



*/
@font-face {
  font-family: "Ravera Texture";
  src: url("font/RAVERA-Texture.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("font/OpenSans_SemiCondensed-Regular.woff2") format("woff2"); }

@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("font/OpenSans_SemiCondensed-Bold.woff2") format("woff2"); }

:root {
  --scale: 1;
  --scale2: 1;
  --color-blue: #00a8e5;
  --color-beige: #cda980;
  --color-red: #e9505e;
  --color-text: #333333;
  --color: #333333;
  --color-footer-gray: #707070;
  --color-white: #ffffff;
  --gradient-main: linear-gradient(
    96deg,
    var(--color-blue),
    var(--color-beige),
    var(--color-red)
  );
  --gradient-color-bar-horizontal: linear-gradient(
    to right,
    var(--color-blue) 33%,
    var(--color-beige) 33.3%,
    var(--color-beige) 66.6%,
    var(--color-red) 66.6%
  );
  --gradient-color-bar-vertical: linear-gradient(
    to bottom,
    var(--color-blue) 33%,
    var(--color-beige) 33.3%,
    var(--color-beige) 66.6%,
    var(--color-red) 66.6%
  );
  --font-head: "Ravera Texture", sans-serif;
  --font-body: "Open Sans", sans-serif;
  --width: 1000px;
  --widewidth: 1400px;
  --fullwidth: 100vw;
  --container-width: var(--widewidth);
  --header-height: 50px;
  --section-spacing: 100px; }

:root {
  --font-size: calc(22px * var(--scale));
  --font-size-heading: 55px;
  --link-color: var(--color-blue);
  --link-color-visited: var(--color-blue);
  --link-color-hover: var(--color-blue);
  --menu-padding: 0px 10px;
  --container-width: 1300px;
  --padding-big: 75px;
  --padding-small: 30px;
  --font-head: 500 80px/0.75 "Ravera Texture", sans-serif;
  /* --font-quote: 500 25px/1.3 "Cormorant Unicase"; */
  /* --font-cijfers: 500 70px/1.3 "Cormorant Unicase"; */
  --font: 300 22px/1.67 "Open Sans";
  --font-bovenkop: 300 14px/1.5 "Open Sans";
  --font-button: 400 13px/1.5 "Open Sans";
  --font-menu: 400 13px/1.5 "Open Sans";
  --font-intro: 16px/1.5 "Open Sans";
  --font-title: 21px/1.3 "Open 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);
  font-size: var(--font-size); }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

article h1,
article h2 {
  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
--------------------------------------------- */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  fill: white; }

#menu-toggle {
  display: none; }

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

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: end;
  font-weight: bold; }

.main-navigation ul,
.footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-flow: row wrap;
  justify-content: center; }

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

.main-navigation ul li a {
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 0;
  display: block;
  /* transition: opacity 0.2s ease; */
  position: relative; }

.main-navigation ul li a:hover,
.main-navigation ul li a.active {
  /* opacity: 0.7; */
  color: #ffffffcc;
  text-decoration: none; }

.main-navigation ul li a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 10px;
  background: var(--gradient-color-bar-horizontal);
  transition: width 0.3s ease; }

.main-navigation ul li a:hover::after,
.main-navigation ul li a.active::after {
  width: 120px; }

@media (max-width: 768px) {
  .main-navigation ul li a::after,
  .main-navigation ul li a:hover::after,
  .main-navigation ul li a.active::after {
    display: none; } }

@media screen and (max-width: 640px) {
  :root .site-header {
    padding-right: 0px; }
  .main-navigation {
    padding-right: 0em; }
    .main-navigation ul {
      width: 100%;
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: var(--gradient-main);
      flex-direction: column;
      padding: 20px;
      padding-top: 50px;
      gap: 15px;
      /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
      flex-flow: column nowrap; }
      .main-navigation ul a {
        padding: 0.5em 0; }
      .main-navigation ul ul a {
        max-width: 100%;
        width: 100%;
        padding-left: 20px; }
    .main-navigation #menu-toggle:checked ~ div ul {
      display: flex; }
  .menu-toggle {
    display: block;
    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; } }

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

.post,
.page {
  margin: 0; }

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

h1 + .entry-meta,
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

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

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: 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-01: url(assets/images/slider/01_slider.jpg);
  --slider-image-02: url(assets/images/slider/02_slider.jpg);
  --slider-image-03: url(assets/images/slider/03_slider.jpg);
  --slider-image-04: url(assets/images/slider/04_slider.jpg);
  --slider-image-05: url(assets/images/slider/05_slider.jpg);
  --slider-image-06: url(assets/images/slider/06_slider.jpg);
  --slider-image-07: url(assets/images/slider/07_slider.jpg);
  --slider-image-08: url(assets/images/slider/08_slider.jpg);
  --slider-image-09: url(assets/images/slider/09_slider.jpg);
  --slider-image-10: url(assets/images/slider/10_slider.jpg);
  --slider-image-11: url(assets/images/slider/11_slider.jpg);
  --slider-image-12: url(assets/images/slider/12_slider.jpg); }

/*--------------------------------------------------------------
# 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 ***********************************/
.has-black-color {
  color: var(--color-black); }

.has-black-background-color {
  background-color: var(--color-black); }

.has-none red-color {
  color: var(--color-red); }

.has-none red-background-color {
  background-color: var(--color-red); }

.has-oker-color {
  color: var(--color-oker); }

.has-oker-background-color {
  background-color: var(--color-oker); }

.has-beige-color {
  color: var(--color-beige); }

.has-beige-background-color {
  background-color: var(--color-beige); }

.has-grey-color {
  color: var(--color); }

.has-grey-background-color {
  background-color: var(--color); }

p.is-style-intro {
  font: var(--font-intro);
  font-weight: 900; }

p.is-style-bovenkop {
  font: var(--font-bovenkop);
  margin-top: 0;
  margin-bottom: 0; }

.wp-block-image figcaption {
  margin-bottom: 0; }

figure img {
  display: block; }

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

figure .wp-caption-text {
  margin: 0; }

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

.mb {
  margin-bottom: 1.5rem; }

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

.mt {
  margin-top: 1.5rem; }

.mt1 {
  margin-top: 1rem; }

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

.alignwide {
  max-width: var(--widewidth);
  margin-left: auto;
  margin-right: auto; }

h1,
h2 {
  max-width: var(--width); }

.edit-link {
  margin: 1em; }

.slider {
  margin-top: var(--padding-small);
  margin-bottom: var(--padding-small);
  width: 100%;
  margin: calc(var(--padding-big) * var(--scale)) auto;
  padding-top: 46.4%;
  color: var(--base-color, #fff);
  cursor: default;
  min-height: auto;
  text-align: center; }
  .slider:after, .slider:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    opacity: 1;
    background-repeat: no-repeat;
    z-index: -2; }
  .slider:after {
    animation: spinner-after 72s step-start infinite, spinner-fade 72s infinite;
    background-image: var(--slider-image-01); }
  .slider:before {
    animation: spinner-before 72s step-start infinite;
    background-image: var(--slider-image-02); }

@keyframes spinner-fade {
  0% {
    opacity: 1; }
  8.1666666667% {
    opacity: 0; }
  16.5% {
    opacity: 1; }
  24.8333333333% {
    opacity: 0; }
  33.1666666667% {
    opacity: 1; }
  41.5% {
    opacity: 0; }
  49.8333333333% {
    opacity: 1; }
  58.1666666667% {
    opacity: 0; }
  66.5% {
    opacity: 1; }
  74.8333333333% {
    opacity: 0; }
  83.1666666667% {
    opacity: 1; }
  91.5% {
    opacity: 0; }
  99.8333333333% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes spinner-after {
  0% {
    background-image: var(--slider-image-11); }
  8.3333333333% {
    background-image: var(--slider-image-01); }
  25% {
    background-image: var(--slider-image-03); }
  41.6666666667% {
    background-image: var(--slider-image-05); }
  58.3333333333% {
    background-image: var(--slider-image-07); }
  75% {
    background-image: var(--slider-image-09); }
  91.6666666667% {
    background-image: var(--slider-image-11); } }

@keyframes spinner-before {
  0% {
    background-image: var(--slider-image-12); }
  16.6666666667% {
    background-image: var(--slider-image-02); }
  33.3333333333% {
    background-image: var(--slider-image-04); }
  50% {
    background-image: var(--slider-image-06); }
  66.6666666667% {
    background-image: var(--slider-image-08); }
  83.3333333333% {
    background-image: var(--slider-image-10); }
  100% {
    background-image: var(--slider-image-12); } }

.wp-block-button__link {
  font-size: 1em; }

.site-header,
.site-footer {
  max-width: var(--widewidth); }

.site-header {
  padding-left: Max(30px, calc((calc(100vw - var(--widewidth)) - var(--width)) / 2));
  padding-right: Max(30px, calc((calc(100vw - var(--widewidth)) - var(--width)) / 2));
  background: var(--gradient-main);
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 50px; }
  .site-header .main-navigation {
    margin-left: auto;
    margin-right: auto;
    flex: 1 0 100%;
    max-width: var(--width); }
  .site-header .site-branding {
    display: none; }

.custom-logo {
  width: 181px; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px; }

body {
  position: relative; }

.slider_logo {
  width: var(--width);
  max-width: 100vw;
  margin: auto;
  text-align: center; }
  .slider_logo img {
    width: auto;
    margin-top: calc(var(--padding-big) * var(--scale));
    margin-bottom: calc(var(--padding-big) * var(--scale));
    height: calc(200px * var(--scale, 1)); }

.bg_chunk {
  position: absolute;
  max-width: 100vw;
  width: 1100px;
  margin: 0 auto;
  left: 50%;
  z-index: -2;
  transform: translate(-50%, 0%); }
  .bg_chunk div {
    background-image: url(assets/images/7xTaal-top.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 45.4%; }

main {
  /* background-image: url(assets/images/7xTaal-top.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1100px; */ }

main .entry-content figure:last-child {
  width: 1100px;
  max-width: 100vw;
  padding: 0;
  margin-bottom: 0; }

article > .inner,
div.bg .inner {
  background-color: white;
  padding: calc(var(--padding-big) / 2) var(--padding-big) var(--padding-big); }

.inner article,
.inner article {
  background-image: none;
  padding: 0;
  margin-top: 0; }

main > .post-thumbnail {
  width: 100%;
  height: 350px;
  display: block; }
  main > .post-thumbnail img.attachment-post-thumbnail {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.site-footer {
  margin: 0 auto;
  display: flex;
  background: var(--gradient-main);
  flex-flow: column nowrap;
  justify-content: center;
  /* margin-top: calc(var(--padding-big) * -0.5); */ }

aside#secondary {
  max-width: var(--width);
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 30px;
  text-align: center;
  align-items: center;
  padding: 0; }
  aside#secondary > *:first-child {
    flex: 1 1 20%;
    display: flex; }

.site-info {
  padding: calc(var(--padding-small) * 1) 0 var(--padding-small) 0; }
  .site-info .widget {
    margin: 0; }
  .site-info svg {
    fill: var(--color-red);
    display: inline-block; }
  .site-info figure {
    max-width: calc(120px * 1); }
    .site-info figure img {
      width: auto;
      height: 100px; }
  .site-info section {
    flex: 1 1 20px;
    padding-top: 4px; }
  .site-info b {
    font-weight: bold; }
  .site-info #block-9 {
    padding-top: 0px;
    margin-left: auto;
    max-width: 380px;
    text-align: left;
    flex: 0 1 auto;
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
    color: white;
    justify-content: center; }
    .site-info #block-9 a {
      color: white; }
  .site-info ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .site-info section:first-child {
    text-align: left;
    flex: 1 0 200px; }

.site-footer .footer-navigation {
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: calc(16px * var(--scale2, 0.9));
  display: flex;
  max-width: var(--widewidth);
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  background-color: var(--color-footer-gray);
  color: white;
  padding: 1em; }
  .site-footer .footer-navigation span {
    /* padding: var(--menu-padding); */ }
  .site-footer .footer-navigation a {
    color: inherit; }
  .site-footer .footer-navigation ul {
    gap: 2px;
    text-align: center; }
  .site-footer .footer-navigation li::before {
    content: "/";
    padding: 0 0.6em; }

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

header.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff; }

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 h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  font: var(--font-head);
  line-height: 0.75em;
  /* letter-spacing: 0.005em; */
  text-transform: capitalize;
  font-variant-ligatures: none;
  margin-top: 0;
  /* color: var(--color-red); */
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  margin-left: auto;
  margin-right: auto;
  /* display: inline-flex; */
  /* color: transparent; */
  /* background: var(--gradient-main);
  background-clip: text;
  width: fit-content; */
  /* margin-left: Max(calc((100vw - var(--width)) / 2 - var(--padding-big)), 0px); */
  margin-top: calc(45px * var(--scale));
  margin-bottom: 0rem;
  clear: left;
  /* width: 100%; */
  margin-bottom: calc(25px * var(--scale));
  font-size: calc(80px * var(--scale));
  letter-spacing: 0.005em; }
  main h1 > span, main h1 > strong,
  main h2 > span,
  main h2 > strong,
  main h3 > span,
  main h3 > strong,
  main h4 > span,
  main h4 > strong,
  main h5 > span,
  main h5 > strong,
  main h6 > span,
  main h6 > strong {
    color: transparent;
    background: var(--gradient-main);
    background-clip: text;
    display: inline-block;
    font-weight: inherit; }

main h3 {
  font-size: calc(60px * var(--scale)); }

main h1 {
  margin-top: 0; }

main h4 {
  font-size: calc(50px * var(--scale));
  letter-spacing: 0.01em; }

main h5,
main h6 {
  font-size: calc(42px * var(--scale));
  letter-spacing: 0.01em; }

main p {
  margin-top: 0;
  margin-bottom: calc(25px * var(--scale)); }

main figure {
  margin: calc(var(--padding-big) * var(--scale)) 0; }

main .entry-content {
  margin-top: 0; }

/* blog ********************************************************************************/
/*
spinner
-----------------------------------------------------------------------------------*/
/*
.spinner {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow: hidden;
}
.flex {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  z-index: 5;
}
.spinner span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  will-change: opacity, transform;
  transition: opacity 0s ease, transform 0s ease;
}
span.zoom {
  transform: scale(1.04);
  transition: opacity 1s ease, transform 6s linear;
}

span.hiding {
  opacity: 0;
} */
/* form
*************************************/
.wpcf7-form input[type="text"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="email"],
form input[type="text"],
form input[type="url"],
form input[type="email"] {
  width: 100%;
  background-color: var(--color-beige); }
  .wpcf7-form input[type="text"].wpcf7-submit,
  .wpcf7-form input[type="url"].wpcf7-submit,
  .wpcf7-form input[type="email"].wpcf7-submit,
  form input[type="text"].wpcf7-submit,
  form input[type="url"].wpcf7-submit,
  form input[type="email"].wpcf7-submit {
    width: 120px;
    border: 2px solid var(--color-black);
    background-color: #fff;
    text-transform: uppercase;
    font: var(--font-button);
    color: var(--color-red); }

.wpcf7-form textarea,
form textarea {
  background-color: var(--color-beige); }

.wpcf7-form input[type="checkbox"],
form input[type="checkbox"] {
  margin: 1em 1em 0 0; }

@media screen and (max-width: 1100px) {
  :root {
    --scale: 0.9; }
    :root main h2::before,
    :root main h1::before {
      display: none; }
    :root article,
    :root aside#secondary {
      padding-left: var(--padding-small);
      padding-right: var(--padding-small); }
    :root main .entry-content figure:last-child,
    :root main.slider {
      padding: 2em 0 0 0;
      margin-right: calc(var(--padding-small) * -1);
      margin-left: calc(var(--padding-small) * -1); }
    :root main .alignwide {
      margin-right: calc(var(--padding-small) * -1);
      margin-left: calc(var(--padding-small) * -1); } }

/* Responsive Design */
@media (max-width: 768px) {
  :root {
    --scale: 0.7;
    --scale2: 0.9; }
  main h1,
  main h2 {
    font-size: 56px; }
  .container {
    width: 95%; }
  .site-info #block-9 {
    margin: 0 auto; }
  #block-8:first-child {
    justify-content: center; }
  .site-footer .footer-navigation li::before {
    content: "";
    padding: 0; } }

@media (max-width: 332px) {
  .site-info #block-9 {
    text-align: center; } }

/* -------------------------------------------------------------------------- */
/*	6. Search Modal
/* -------------------------------------------------------------------------- */
main h2::before,
main h1::before {
  content: " ";
  display: block;
  width: 25px;
  height: 450px;
  position: absolute;
  left: 0px;
  background: var(--gradient-color-bar-vertical); }

p.sterretje {
  font-size: calc(19px * var(--scale)); }

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