/*!
Theme Name: Zeegelaar Schilderwerk
Theme URI: https://underscoretw.com
Author: Hardlink
Author URI: https://www.hardlink.nl
Description: Refactor van Sveltekit website voor WordPress
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zs
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Zeegelaar Schilderwerk is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
  font-family: Munken Sans Web;

  font-weight: 400;

  font-style: normal;

  font-display: swap;

  src: url('assets/lettertypes/MunkenSansWeb-Regular/MunkenSansWeb-Regular.woff2') format("woff2"), url('assets/lettertypes/MunkenSansWeb-Regular/MunkenSansWeb-Regular.woff') format("woff")
}

@font-face {
  font-family: Munken Sans Web;

  font-weight: 500;

  font-style: normal;

  font-display: swap;

  src: url('assets/lettertypes/MunkenSansWeb-Medium/MunkenSansWeb-Medium.woff2') format("woff2"), url('assets/lettertypes/MunkenSansWeb-Medium/MunkenSansWeb-Medium.woff') format("woff")
}

@font-face {
  font-family: Munken Sans Web;

  font-weight: 700;

  font-style: normal;

  font-display: swap;

  src: url('assets/lettertypes/MunkenSansWeb-Bold/MunkenSansWeb-Bold.woff2') format("woff2"), url('assets/lettertypes/MunkenSansWeb-Bold/MunkenSansWeb-Bold.woff') format("woff")
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity))
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600
}

.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters)
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets)
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  border-left-style: solid
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em
}

.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`"
}

.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`"
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders)
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders)
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders)
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"] *))::before {
  content: "\2014"
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

/* .page-title,
.entry-title {
	@apply max-w-content mx-auto mb-6 text-3xl font-extrabold text-neutral-900;
} */

.page-title,
.entry-title {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull {
  max-width: none
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem
}

/*
* Cat page
*/

.cat-page,
.front-page {
  /* overflow: hidden; */
  /* display: grid; */
  /* place-content: start; */
  /* grid-template-columns: 1fr 1fr; */
  /* gap: calc(var(--global--spacing-unit) * 3); */
  margin: 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: flex-start;
  gap: 3rem
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.visible {
  visibility: visible
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

.left-0 {
  left: 0px
}

.right-0 {
  right: 0px
}

.top-0 {
  top: 0px
}

.z-0 {
  z-index: 0
}

.z-20 {
  z-index: 20
}

.col-span-2 {
  grid-column: span 2 / span 2
}

.float-right {
  float: right
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mb-20 {
  margin-bottom: 5rem
}

.mt-10 {
  margin-top: 2.5rem
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

.block {
  display: block
}

.flex {
  display: flex
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.aspect-square {
  aspect-ratio: 1 / 1
}

.h-1 {
  height: 0.25rem
}

.h-12 {
  height: 3rem
}

.h-20 {
  height: 5rem
}

.h-4 {
  height: 1rem
}

.h-\[50vh\] {
  height: 50vh
}

.h-auto {
  height: auto
}

.h-full {
  height: 100%
}

.min-h-full {
  min-height: 100%
}

.min-h-screen {
  min-height: 100vh
}

.w-12 {
  width: 3rem
}

.w-20 {
  width: 5rem
}

.w-full {
  width: 100%
}

.max-w-none {
  max-width: none
}

.flex-none {
  flex: none
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

.animate-spin {
  animation: spin 1s linear infinite
}

.cursor-pointer {
  cursor: pointer
}

.grid-flow-row {
  grid-auto-flow: row
}

.auto-rows-max {
  grid-auto-rows: max-content
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.flex-row {
  flex-direction: row
}

.flex-col {
  flex-direction: column
}

.place-content-center {
  place-content: center
}

.place-content-start {
  place-content: start
}

.place-items-start {
  place-items: start
}

.place-items-center {
  place-items: center
}

.justify-end {
  justify-content: flex-end
}

.gap-12 {
  gap: 3rem
}

.gap-7 {
  gap: 1.75rem
}

.gap-y-6 {
  row-gap: 1.5rem
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.place-self-start {
  place-self: start
}

.overflow-hidden {
  overflow: hidden
}

.break-words {
  overflow-wrap: break-word
}

.rounded-full {
  border-radius: 9999px
}

.rounded-lg {
  border-radius: 0.5rem
}

.rounded-xl {
  border-radius: 0.75rem
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity))
}

.bg-transparent {
  background-color: transparent
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.fill-current {
  fill: currentColor
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover
}

.p-6 {
  padding: 1.5rem
}

.p-8 {
  padding: 2rem
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.pb-2 {
  padding-bottom: 0.5rem
}

.pr-12 {
  padding-right: 3rem
}

.pr-2 {
  padding-right: 0.5rem
}

.pt-1 {
  padding-top: 0.25rem
}

.pt-4 {
  padding-top: 1rem
}

.pt-6 {
  padding-top: 1.5rem
}

.pt-8 {
  padding-top: 2rem
}

.align-text-bottom {
  vertical-align: text-bottom
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.text-5xl {
  font-size: 3rem;
  line-height: 1
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1
}

.text-8xl {
  font-size: 6rem;
  line-height: 1
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.font-light {
  font-weight: 300
}

.font-medium {
  font-weight: 500
}

.font-normal {
  font-weight: 400
}

.font-semibold {
  font-weight: 600
}

.uppercase {
  text-transform: uppercase
}

.capitalize {
  text-transform: capitalize
}

.leading-snug {
  line-height: 1.375
}

.leading-tight {
  line-height: 1.25
}

.tracking-tight {
  letter-spacing: -0.025em
}

.tracking-wider {
  letter-spacing: 0.05em
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity))
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity))
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity))
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.opacity-0 {
  opacity: 0
}

.opacity-100 {
  opacity: 1
}

.mix-blend-multiply {
  mix-blend-mode: multiply
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.duration-200 {
  transition-duration: 200ms
}

.content-none {
  --tw-content: none;
  content: var(--tw-content)
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

:root {
  /* Fluid typography */
  /* https://piccalil.li/tutorial/fluid-typography-with-css-clamp/ */
  /* --fluid-type-min: .75rem;
	--fluid-type-target: .75vw;
	--fluid-type-max: 1.75vw; */
  --fluid-type-min: .125rem;
  --fluid-type-target: .375vw;
  --fluid-type-max: 1.14vw;
}

#page {
  /* Prevent FOUT */
  opacity: 1;
  transition: opacity .3s ease-in-out;
}

html {
  font-size: clamp(var(--fluid-type-min, 1rem),
					calc(1rem + var(--fluid-type-target, 3vw)),
					var(--fluid-type-max, 1.3rem)) !important;
  scroll-behavior: smooth;
  /* Safari hack */
  -webkit-marquee-increment: 0vw;
}

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  /* max-width: 40rem; */
  max-width: 100%;
}

/* Lettertype */

.munken {
  font-family: Munken Sans Web, futura, "Century Gothic", CenturyGothic, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  font-variant: no-common-ligatures;
  line-height: 1.25;
}

body {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity))
}

main {
  margin-top: 0px;
  height: 100%;
  padding: 0px;
  font-family: Munken Sans Web, futura, "Century Gothic", CenturyGothic, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  font-variant: no-common-ligatures;
  line-height: 1.25
}

/* Witte achtergrond */

.wrapper {
  position: relative;
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  font-family: Munken Sans Web, futura, "Century Gothic", CenturyGothic, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  font-variant: no-common-ligatures;
  line-height: 1.25
}

.inhoud {
  margin-left: 3rem;
  margin-right: 3rem
}

/* pagina lader (PageLoader) */

.progress-bar {
  /* height: .15rem; */
  /* height: 15rem; */
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%
}

.progress-sliver {
  /* width: var(--width); */
  /* opacity: calc(var(--opacity) / 100); */
  /* @apply h-full bg-green-400 */
  display: grid;
  height: 100%;
  width: 100%;
  place-items: center
}

.progress-bar-custom {
  /* height:  .25rem; */
  /* height: 25rem; */
  /* height: 100%; */
  position: relative;
  height: 0.25rem
}

.progress-sliver-custom {
  width: var(--width);
  /* @apply h-full bg-white */
  animation: laadbalkje 2s cubic-bezier(0, 0, 0.2, 1);
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  opacity: 0;
}

@media (orientation: portrait) {
  .progress-sliver-custom {
    height: 1rem
  }
}

@media (orientation: landscape) {
  .progress-sliver-custom {
    height: 1rem
  }
}

@keyframes laadbalkje {
  75%, 100% {
    opacity: 1;
  }
}

.pagination-nav {
  box-shadow: none !important;
  /* @apply bg-pink-400 */
}

.pagination-nav>.option {
  padding: 0px !important;
  margin: 0px !important;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px
}

@media (orientation: landscape) {
  .pagination-nav>.option {
    height: 1.5rem;
    width: 1.5rem
  }
}

.pagination-nav>.option.number {
  margin: 0 .25ch !important;
  overflow: hidden;
  font-size: 1.875rem;
  line-height: 2.25rem
}

@media (orientation: landscape) {
  .pagination-nav>.option.number {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}

.pagination-nav>.option svg {
  padding: 0 .25ch !important;
}

.pagination-nav>.option svg>path {
  fill: rgba(55, 65, 81, var(--tw-text-opacity));
}

@media screen and (orientation: portrait) {
  .pagination-nav>.number {
    width: 2.5ch !important;
    overflow: hidden;
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  @media (orientation: landscape) {
    .pagination-nav>.number {
      font-size: 1rem;
      line-height: 1.5rem
    }
  }
}

@media screen and (orientation: landscape) {
  .pagination-nav>.number {
    width: 2ch !important;
    overflow: hidden;
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  @media (orientation: landscape) {
    .pagination-nav>.number {
      font-size: 1rem;
      line-height: 1.5rem
    }
  }
}

.fade-in-a {
  animation: fade-in-a 300ms linear;
}

@keyframes fade-in-a {
  100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  0% {
    opacity: 0;
  }
}

.fade-in-b {
  animation: fade-in-b 300ms linear;
}

@keyframes fade-in-b {
  100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  0% {
    opacity: 0;
  }
}

.fade-out-a {
  animation: fade-out-a 300ms linear;
}

@keyframes fade-out-a {
  100% {
    opacity: 0;
  }

  50% {
    opacity: .2;
  }

  0% {
    opacity: 1;
  }
}

.fade-out-b {
  animation: fade-out-b 300ms linear;
}

@keyframes fade-out-b {
  100% {
    opacity: 0;
  }

  50% {
    opacity: .2;
  }

  0% {
    opacity: 0;
  }
}

/* Preview pagina’s */

.preview-card {
  -webkit-hyphens: auto;
          hyphens: auto
}

/* Introtekst categorie */

.cat-introtekst {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.cat-introtekst a {
  text-decoration-line: underline
}

/* wp-post */

.post {
  padding-bottom: 3rem
}

.post h1 {
  -webkit-hyphens: auto;
          hyphens: auto
}

.post .content {
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.5
}

@media (orientation: landscape) {
  .post .content {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}

.post .featured-image {
  padding-bottom: 3rem
}

.post .content>p {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.post .content strong {
  font-weight: 500
}

.post .content ul {
  list-style-position: outside;
  list-style-type: disc;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 3rem
}

.post .content ul>li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

.post .content ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 3rem
}

.post .content ol>li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

.post .content>h2 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 3rem;
  line-height: 1.625
}

@media (orientation: landscape) {
  .post .content>h2 {
    font-size: 1.875rem;
    line-height: 2.25rem
  }
}

.post .content>h3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.625
}

@media (orientation: landscape) {
  .post .content>h3 {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

.post .content a {
  text-decoration-line: underline
}

@media only screen and (orientation: portrait) {
  /* yt video vertikaal */

  .post iframe {
    height: calc((100vw / (4 / 3)) - 9rem);
    width: 100%;
    overflow: hidden;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }
}

@media only screen and (orientation: landscape) {
  /* yt video horizontaal */

  .post iframe {
    height: calc((50vw / (4 / 3)) - 9rem);
    width: 100%;
    overflow: hidden;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }
}

.post img {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px
}

.post .gallery {
  width: 100%
}

.post .gallery .item {
  width: 100%
}

.post .gallery .gallery-item {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300
}

@media (orientation: landscape) {
  .post .gallery .gallery-item {
    margin-top: 2rem;
    margin-bottom: 2rem
  }

  .post .gallery .gallery-item .gallery-caption {
    margin-top: 1rem;
    margin-bottom: 1rem
  }
}

/* .post .gallery .gallery-item img {
	border: none !important;
	@apply border-none p-6 rounded-full
} */

.post .wp-caption-text {
  /* @apply px-3 */
}

.post blockquote:first-of-type {
  font-weight: 500
}

@media (orientation: portrait) {
  .post blockquote:first-of-type {
    padding-bottom: 3rem;
    font-size: 3.75rem;
    line-height: 1.625
  }
}

@media (orientation: landscape) {
  .post blockquote:first-of-type {
    padding-bottom: 0.75rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.625
  }
}

.post blockquote p {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

/* .post h1:first-child {
	@apply text-8xl landschap_text-5xl leading-tight landschap_leading-snug
} */

/* FORMULIER */

#modal {
  opacity: 1
}

.modal-overlay-spinner {
  visibility: hidden
}

.modal {
  opacity: 1;
  display: block
}

.modal-active {
  overflow-x: hidden;
  overflow-y: visible !important;
}

.opacity-95 {
  opacity: .95;
}

.closed {
  /* opacity: 0; */
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  /* display: none */
}

#modal-overlay {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  line-height: 1.375
}

#offerteformulier {
  opacity: 1
}

#close-button {
  display: none
}

.waarschuwing {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity))
}

.formulier-spinner {
  fill: none
}

.form-group {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column
}

.form-group label {
  margin-bottom: 0.25rem;
  width: auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.melding {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms
}

#verstuur {
  z-index: 0;
  display: inline-flex;
  width: auto;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

#verstuur:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity))
}

#verstuur:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px
}

.form-input {
  margin-bottom: 0.5rem;
  height: 5rem;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  outline: 2px solid transparent;
  outline-offset: 2px
}

.pug-test {
  /* @apply bg-pink-400 */
}

/* SPLIDE SLIDER */

button.splide__pagination__page.is-active {
  /* width: 6px; */
  /* height: 6px; */
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity))
}

@media only screen and (min-width: 1024px) {
  /* horizontaal */

  .slide-dias {
    /* height: calc(50vw - 4.5rem); */
    height: calc((100vw - 9rem) / 2);
  }
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
  /* horizontaal */

  .slide-dias {
    height: calc((100vw - 9rem) / 2);
  }
}

@media only screen and (max-width: 639px) {
  /* verticaal */

  .slide-dias {
    /* height: calc(100vw - 4.5rem); */
    height: calc((100vw - 9rem) / 2);
  }
}

@media only screen and (orientation: portrait) {
  /* verticaal */

  .slide-dias {
    height: calc((100vw - 6rem) / 1);
  }
}

.post .featured-image .slide-dias {
  /* @apply p-0 */
}

.slider-referenties {
  font-size: 1.5rem;
  line-height: 2rem
}

@media (min-width: 640px) {
  .slider-referenties {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

.slider-referenties .splide__pagination {
  bottom: -2.5rem;
  height: auto
}

ul.splide__pagination>li>button.splide__pagination__page,
ul.splide__pagination>li>button.splide__pagination__page .is-active {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: 0.75rem;
  width: 0.75rem;
  transform: none
}

.spinnertje {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 30;
  display: block;
  height: 100%;
  opacity: 0.9
}

.mijnspinnertje {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
  /* @apply border-indigo-500; */
  border-top-color: transparent;
  animation: mijnspinneranim 1.5s linear infinite
}

@keyframes mijnspinneranim {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.categorieen {
  position: relative;
  min-height: 100%
}

@media (orientation: portrait) {
  .categorieen {
    height: 100%;
    overflow-y: hidden;
    padding-top: 0px;
    padding-bottom: 0px
  }
}

/* Posts paginatie (light-paginate) */

.posts-paginatie {
  position: relative;
  height: 5rem;
  width: 100%
}

@media (orientation: landscape) {
  .posts-paginatie {
    display: flex;
    align-items: flex-end;
    justify-content: center
  }
}

.posts-paginatie .light-pagination-nav {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity))
}

@media (orientation: portrait) {
  .posts-paginatie .light-pagination-nav {
    height: 5rem;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem
  }
}

/* .splide__arrow--previous, .splide__arrow--next {
	margin: 0!important;
	padding: 0!important;
	left: 0!important;
	right: 0!important
} */

.splide__arrows .splide__arrow {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: transparent
}

.splide__arrow svg {
  fill: inherit
}

.splide__arrow--previous {
  left: 0 !important;
}

.splide__arrow--next {
  right: 0 !important;
}

.preview-cards {
  /* @apply bg-fuchsia-500 */
}

/**
* Snap scroll
*
*/

.snap-dia .featured-image {
  place-self: center
}

.snap-dia > a:hover {
  cursor: grab;
}

.snap-dias {
  display: flex;
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  overflow-x: auto
}

.snap-dia {
  /* @apply portret_text-4xl landschap_text-2xl portret_leading-normal landschap_leading-snug pr-12 pb-12 */
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
  overflow: hidden
}

/*Hide scroll bar*/

.slider__slides::-webkit-scrollbar {
  display: none;
}

/**
* Snap scroll carousel
*
*
*/

[data-slider]::-webkit-scrollbar {
  display: none;
}

[data-prev] {
  opacity: .1;
}

/* Navigation */

.slider__nav {
  /* width: calc((100vw - 9rem) / 2); */
  /* height: calc((100vw - 9rem) / 1); */
  height: auto;
  pointer-events: none;
  z-index: 10;
  display: flex
}

.slider__nav > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)))
}

@media (orientation: portrait) {
  .slider__nav {
    position: absolute;
    bottom: 0px;
    top: 0px;
    right: 0px;
    place-items: end;
    justify-content: flex-end;
    padding-bottom: 1.5rem
  }
}

@media (orientation: landscape) {
  .slider__nav {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 4rem;
    place-items: end
  }
}

.slider__nav>button {
  transition: all 0.2s ease-in-out;
  pointer-events: initial;
  position: relative;
}

.slider__nav>button>span {
  position: relative;
}

.slider__nav>button:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.slide-dias-nieuw {
  aspect-ratio: 1 / 1
}

@media only screen and (min-width: 1024px) {
  /* horizontaal */

  .slide-dias-nieuw {
    /* height: calc((100vw - 9rem) / 2); */
    /* @apply aspect-square */
  }
}

@media only screen and (min-width: 1024px) and (orientation: landscape) {
  /* horizontaal */

  .slide-dias-nieuw {
    /* height: calc((100vw - 9rem) / 2); */
    /* @apply aspect-square */
  }
}

@media only screen and (max-width: 639px) {
  /* verticaal */

  .slide-dias-nieuw {
    /* height: calc((100vw - 9rem) / 2); */
    /* @apply aspect-square */
  }
}

@media only screen and (orientation: portrait) {
  /* verticaal */

  .slide-dias-nieuw {
    /* @apply aspect-square bg-lime-300 */
  }
}

@media screen and (orientation: portrait) {
  .slider__nav {
    width: calc((100vw - 9rem) / 2);
    height: auto
  }
}

@media screen and (orientation: landscape) {
  .slider__nav {
    /* width: calc((100vw - 9rem) / 2); */
    height: calc((100vw - 9rem) / 2);
    /* width: auto; */
    /* height: auto */
    /* height: auto; */
  }
}

.post .featured-image .slide-dias {
  /* @apply p-0 */
}

.slider-referenties {
  font-size: 1.5rem;
  line-height: 2rem
}

@media (min-width: 640px) {
  .slider-referenties {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

.slider-referenties .splide__pagination {
  bottom: -2.5rem;
  height: auto
}

.spinnertje {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 30;
  display: block;
  height: 100%;
  opacity: 0.9
}

.mijnspinnertje {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
  /* @apply border-indigo-500; */
  border-top-color: transparent;
  animation: mijnspinneranim 1.5s linear infinite
}

@keyframes mijnspinneranim {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.categorieen {
  position: relative;
  min-height: 100%
}

@media (orientation: portrait) {
  .categorieen {
    height: 100%;
    overflow-y: hidden;
    padding-top: 0px;
    padding-bottom: 0px
  }
}

/* Posts paginatie (light-paginate) */

.posts-paginatie {
  position: relative;
  height: 5rem;
  width: 100%
}

@media (orientation: landscape) {
  .posts-paginatie {
    display: flex;
    align-items: flex-end;
    justify-content: center
  }
}

.posts-paginatie .light-pagination-nav {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity))
}

@media (orientation: portrait) {
  .posts-paginatie .light-pagination-nav {
    height: 5rem;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 5rem
  }
}

/* Hamburger Menu */

.pin {
  /* @apply bg-pink-200 */
  position: absolute;
  align-self: flex-end
}

#menu {
  /* @apply bg-pink-200 */
}

@media (orientation: portrait) {
  #menu .link {
    line-height: 1.375
  }
}

@media (orientation: landscape) {
  #menu .link {
    line-height: 1.25
  }
}

#menu li {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

@media (orientation: landscape) {
  #menu li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }
}

details[open] summary ~ * {
  animation: leesmeer 300ms ease-in-out;
}

@keyframes leesmeer {
  0% {
    opacity: 0;
    /* transform: translateX(-10px); */
  }

  100% {
    opacity: 1;
    /* transform: translateX(0); */
  }
}

.slide-dias, .preview-card > div > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* place-content: start; */
  height: 100%;
  /* height: calc(( 100vw - 9rem ) / 2); */
  aspect-ratio: 1 /1 ;
  /* background-color: cadetblue; */
}

.featured-image figure, .category .preview-card figure > a {
  /* height: 100%; */
  width: 100%;
  height: auto;
  min-height: 100%;
  /* width: 100%; */
  /* min-width: 100%; */
  /* min-height: 100%; */
  /* object-fit: cover; */
  /* display: block; */
  /* place-self: center; */
}

.category .preview-card figure > a {
  /* aspect-ratio: 1 / 1; */
  /* background-color: fuchsia; */
  /* display: flex; */
  /* border: 3px solid lime */
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured-image figure img, .category .preview-card figure > a > img {
  height: unset;
  /* width: 100%; */
  max-width:unset;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  /* display: block; */
  /* width: 100%; */
  /* min-width: 100%; */
  /* min-height: 100%; */
  /* object-fit: cover; */
  /* display: block; */
  /* place-self: center; */
}

.preview-card figure > a > img {
  /* min-height: 200%; */
}

/**
 * WP CONTACT FORM 7
 * (Offerteformulier)
 */

#close-button {
  display: none
}

.form-group {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column
}

.form-group label {
  margin-bottom: 0.25rem;
  width: auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.melding {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms
}

#verstuur {
  z-index: 0;
  display: inline-flex;
  width: auto;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

#verstuur:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity))
}

#verstuur:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px
}

.form-input {
  margin-bottom: 0.5rem;
  height: 5rem;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  outline: 2px solid transparent;
  outline-offset: 2px
}

.wpcf7 {
  position: relative;
  margin-top: 2.5rem;
  height: 100%;
  width: 100%;
  flex-direction: column
}

.wpcf7-form {
  display: grid;
  row-gap: 0px;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

@media (orientation: portrait) {
  .wpcf7-form {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media (orientation: landscape) {
  .wpcf7-form {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

.wpcf7-form > * {
  width: 100%;
  place-self: start
}

@media (orientation: portrait) {
  .wpcf7-form > * {
    margin-top: 2rem
  }
}

@media (orientation: landscape) {
  .wpcf7-form > * {
    margin-top: 1rem;
    margin-bottom: 1rem
  }
}

.wpcf7-form > p > label {
  /* @apply form-group */
}

@media (orientation: portrait) {
  .wpcf7-form > p > label {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

.wpcf7-form > p > label:first-child {
  margin-bottom: 0.25rem;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (orientation: portrait) {
  .wpcf7-form > p > label:first-child {
    font-size: 1.875rem;
    line-height: 2.25rem
  }
}

@media (orientation: landscape) {
  .wpcf7-form > p > label:first-child {
    font-size: 1.125rem;
    line-height: 1.75rem
  }
}

.wpcf7-form > p > label > span {
  margin-top: 1rem
}

.wpcf7-form-control-wrap {
  height: 3rem
}

.wpcf7-form-control-wrap > input, .wpcf7-form-control-wrap > textarea {
  margin-bottom: 0.5rem;
  height: 5rem;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px
}

@media (orientation: portrait) {
  .wpcf7-form-control-wrap > input, .wpcf7-form-control-wrap > textarea {
    font-size: 2.25rem;
    line-height: 2.5rem
  }
}

@media (orientation: landscape) {
  .wpcf7-form-control-wrap > input, .wpcf7-form-control-wrap > textarea {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

.wpcf7-form-control-wrap > input, .wpcf7-form-control-wrap > textarea {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity))
}

.wpcf7-form-control-wrap > textarea {
}

@media (orientation: portrait) {
  .wpcf7-form > *:nth-child(2) {
    order: 1;
    grid-column: span 2 / span 2
  }
}

.wpcf7-form > *:nth-child(2) {
  /* @apply portret_mt-6; */
  /* @apply border-4 border-purple-400 */
}

@media (orientation: portrait) {
  .wpcf7-form > *:nth-child(3) {
    order: 3;
    grid-column: span 2 / span 2
  }
}

.wpcf7-form > *:nth-child(3) {
  /* @apply portret_mt-10; */
  /* @apply border-4 border-indigo-400; */
}

@media (orientation: portrait) {
  .wpcf7-form > *:nth-child(2), .wpcf7-form > *:nth-child(3), .wpcf7-form > *:nth-child(4) , .wpcf7-form > *:nth-child(5), .wpcf7-form > *:nth-child(8), .wpcf7-form > *:nth-child(9) {
    margin-top: 3rem
  }
}

@media (orientation: landscape) {
  .wpcf7-form > *:nth-child(2), .wpcf7-form > *:nth-child(3), .wpcf7-form > *:nth-child(4) , .wpcf7-form > *:nth-child(5), .wpcf7-form > *:nth-child(8), .wpcf7-form > *:nth-child(9) {
    margin-top: 3rem
  }
}

@media (orientation: portrait) {
  .wpcf7-form > *:nth-child(2) input, .wpcf7-form > *:nth-child(3) input, .wpcf7-form > *:nth-child(4) textarea , .wpcf7-form > *:nth-child(5) input {
    margin-top: 1.5rem
  }
}

@media (orientation: landscape) {
  .wpcf7-form > *:nth-child(2) input, .wpcf7-form > *:nth-child(3) input, .wpcf7-form > *:nth-child(4) textarea , .wpcf7-form > *:nth-child(5) input {
    margin-top: 1.5rem
  }
}

@media (orientation: portrait) {
  .wpcf7-form > *:nth-child(2) span, .wpcf7-form > *:nth-child(3) span, .wpcf7-form > *:nth-child(5) span , .wpcf7-form > *:nth-child(8) {
    height: 6rem
  }

  .wpcf7-form > *:nth-child(2) input, .wpcf7-form > *:nth-child(3) input, .wpcf7-form > *:nth-child(5) input, .wpcf7-form > *:nth-child(4) textarea {
    height: 100%
  }

  .wpcf7-form > *:nth-child(4) {
    order: 2;
    grid-column: span 2 / span 2
  }
}

.wpcf7-form > *:nth-child(4) {
  /* @apply portret_mt-6; */
  /* @apply border-4 border-teal-400 */
}

.wpcf7-form > p:nth-child(4) {
  /* @apply landschap_h-72 portret_h-72; */
}

@media (orientation: portrait) {
  .wpcf7-form > p:nth-child(4) {
    height: 20rem
  }
}

.wpcf7-form > p:nth-child(4) textarea.wpcf7-textarea {
  /* @apply */
  display: block;
}

@media (orientation: portrait) {
  .wpcf7-form > p:nth-child(4) textarea.wpcf7-textarea {
    height: 15rem;
    width: 100%
  }
}

@media (orientation: landscape) {
  .wpcf7-form > p:nth-child(4) textarea.wpcf7-textarea {
    height: 18rem
  }
}

@media (orientation: portrait) {
  .wpcf7-form > *:nth-child(5) {
    order: 4;
    grid-column: span 2 / span 2
  }
}

.wpcf7-form > *:nth-child(5) {
  /* @apply portret_mt-6; */
  /* @apply border-4 border-yellow-400 */
}

@media (orientation: portrait) {
  .wpcf7-form > *:nth-child(8) {
    order: 5
  }
}

.wpcf7-form > *:nth-child(8) {
  /* @apply border-4 border-pink-400 */
}

.wpcf7-form > *:nth-child(6) {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 0px;
  overflow: hidden;
  padding: 0px
}

.wpcf7-form > *:nth-child(7) {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 0px;
  overflow: hidden;
  padding: 0px
}

.wpcf7-form > p:nth-child(8) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  place-items: center;
  justify-items: end
}

@media (orientation: portrait) {
  .wpcf7-form > p:nth-child(8) {
    margin-top: 4rem;
    width: 100%
  }
}

@media (orientation: landscape) {
  .wpcf7-form > p:nth-child(8) {
    width: 100%
  }
}

.wpcf7-form > p:nth-child(8) > span.wpcf7-spinner {
  position: absolute;
  display: block;
  aspect-ratio: 1 / 1;
  height: 3rem;
  place-self: center;
  justify-self: end;
  opacity: 0.6
}

.wpcf7-form > p:nth-child(8) input {
  position: relative;
  grid-column: span 2 / span 2;
  height: 100%;
  width: 100%;
  place-self: center;
  justify-self: end;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

@media (orientation: portrait) {
  .wpcf7-form > *:nth-child(9) {
    order: 6;
    margin-top: 4rem
  }
}

.wpcf7-form > *:nth-child(9) {
  /* @apply border-4 border-red-400 */
}

.wpcf7-spinner {
  visibility: hidden;
  /* background-color: #23282d; Dark Gray 800 */
  background-color: transparent;
  opacity: 1;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 1ch;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  display: flex;
  flex-direction: row;
  align-content: center;
  place-content: center;
  /* background-color: #fbfbfc; Light Gray 100 */
  background-color: transparent;
  /* Light Gray 100 */
  top: 0px;
  left: 0px;
  width: 2.5ch;
  height:2.5ch;
  border-width: .45ch;
  border-style: dotted;
  border-color: #111;
  border-radius: 100%;
  transform-origin: 50% 50%;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.wpcf7-spinner {
  width: auto
}

.wpcf7-submit {
  /* @apply inline-flex items-center z-0 p-4 py-2 rounded-lg bg-white font-medium text-base filter drop-shadow-sm text-gray-800 focus_outline-none focus_border-transparent transition hover_text-gray-900 w-auto; */
  /* @apply h-12 */
  margin-bottom: 0.5rem;
  height: 5rem;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  justify-content: flex-end;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity))
}

@media (orientation: portrait) {
  .wpcf7-submit {
    font-size: 1.875rem;
    line-height: 2.25rem
  }
}

.wpcf7-submit:hover {
  cursor: pointer
}

.wpcf7 form .wpcf7-response-output {
  margin: 0px;
  height: 6rem;
  border-width: 0px;
  padding: 0px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

@media (orientation: portrait) {
  .wpcf7 form .wpcf7-response-output {
    margin-top: 3rem
  }
}

.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  margin: 0px;
  height: 2rem;
  padding: 0px
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 .invalid {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
  text-transform: none
}

.wpcf7 form.sent .wpcf7-response-output {
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 1
}

@media (orientation: landscape) {
  .wpcf7 form.sent .wpcf7-response-output {
    padding-top: 2rem
  }
}

/**
 * Referenties
 *
 */

.referenties-dias {
  padding-top: 3rem;
  font-family: Munken Sans Web, futura, "Century Gothic", CenturyGothic, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  font-variant: no-common-ligatures;
  line-height: 1.25
}

.referenties-dia {
  padding-right: 3rem;
  padding-bottom: 3rem
}

@media (orientation: portrait) {
  .referenties-dia {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.5
  }
}

@media (orientation: landscape) {
  .referenties-dia {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.375
  }
}

.tab-panels-container {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  /* height: 30rem; */
  width: 100%;
  display: flex;
  /* background: red; */
}

.tab-panel-content {
  /* margin: auto; */
  /* padding: 3rem; */
  /* color: #fff; */
  /* background: blue; */
}

.tab-panel-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}

.tab-panel {
  scroll-snap-align: start;
  /* only supported in Chrome */
  scroll-snap-stop: always;
  /* background: yellow; */
  flex: 1 0 auto;
  height: 100%;
  /* display: flex; */
}

.tab-panel-content:hover {
  cursor: grab
}

.tab-panel:first-of-type {
  /* width: 33.33%!important; */
}

.tab-panel-content > span {
  display: inline-block
}

.tab-panel-content > p.recensie {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5
}

.tab-panel-content > p.recensie:hover {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none
}

.tab-panel-content > p.naam {
  padding-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: 0em
}

.tab-panel-content .naam a:hover {
  text-decoration-line: underline;
  text-underline-offset: 4px
}

@media screen and (orientation: portrait) {
  .tab-panel {
    width: 90%;
  }
}

@media screen and (orientation: landscape) {
  .tab-panel {
    width: 45%;
  }
}

/**
 * LOGO + VIDEO
 *
 *
 */

:root {
  --logobreedte: 50vw;
  --extrabreedte: 0rem;
  --streepeenheid: 2.485vw;
  --hoek: 90deg;
  --hoekschuinmidden: 90deg;
  --logokleur: white;
  --logotransparent: transparent

}

.logo {
  /* --logohoogte: calc(var(--logobreedte) - 2vw); */
  width: var(--logobreedte);
  height: var(--logobreedte);
  /* background-color: lightgreen!important; */
  display: grid;
  place-content: center;
  overflow: hidden;
  -webkit-clip-path: polygon(0 var(--streepeenheid), 100% var(--streepeenheid), 100% calc(100% - var(--streepeenheid)), 0 calc(100% - var(--streepeenheid)));
          clip-path: polygon(0 var(--streepeenheid), 100% var(--streepeenheid), 100% calc(100% - var(--streepeenheid)), 0 calc(100% - var(--streepeenheid)));
}

.logolinksboven {
  width: var(--logobreedte);
  height: var(--logobreedte);
  /* background-color: aqua; */
  background-image: repeating-linear-gradient(var(--hoek), var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
  /* background-position: calc(var(--streepeenheid) * -1) 0; */
  /* let op: masker moet randen schuine strepen raken */
  /* clip-path: polygon(0 0.5%, 0 50.5%, 100% 0.5%); */
  -webkit-clip-path: polygon(0 0, 0 50%, 100% 0);
          clip-path: polygon(0 0, 0 50%, 100% 0);
}

.logoschuinmidden {
  width: var(--logobreedte);
  height: var(--logobreedte);
  /* background-color: lightgreen; */
  background-image: repeating-linear-gradient(var(--hoekschuinmidden), var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2.01));
  background-position: 0 calc(var(--streepeenheid) * -0.07);
  /* let op: masker moet randen schuine strepen dekken */
  /* clip-path: polygon(0 50.5%, 100% 0.5%, 100% 49.5%, 0 99.5%); */
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 50%, 0 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 50%, 0 100%);
}

.logorechtsonder {
  width: var(--logobreedte);
  height: var(--logobreedte);
  /* background-color: lightpink; */
  background-image: repeating-linear-gradient(var(--hoek), var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
  /* background-position: calc(var(--streepeenheid) * -1) 0; */
  /* let op: masker moet randen schuine strepen raken */
  /* clip-path: polygon(0 99.5%, 100% 49.5%, 100% 99.5%); */
  -webkit-clip-path: polygon(0 100%, 100% 50%, 100% 100%);
          clip-path: polygon(0 100%, 100% 50%, 100% 100%);
}

.logolinksboven {
  animation: roterenhorizontaalboven 2s ease-in-out forwards;
  /* animation-delay: 500ms; */
}

.logorechtsonder {
  animation: roterenhorizontaalonder 2s ease-in-out forwards;
}

.logoschuinmidden {
  animation: roterendiagonaal 2s ease-in-out forwards;
  /* animation-delay: 500ms; */
}

/* https://www.bram.us/2021/01/29/animating-a-css-gradient-border/ */

/* https://codepen.io/bramus/pen/XWMwPgO?editors=0110*/

@supports (background: paint(worklet)) {
  @property --hoek {
    syntax: '<angle>';

    initial-value: 90deg;

    inherits: false;
  }

  @property --hoekschuinmidden {
    syntax: '<angle>';

    initial-value: 90deg;

    inherits: false;
  }

  @keyframes roterenhorizontaalboven {
    to {
      --hoek: 0deg;
    }
  }

  @keyframes roterenhorizontaalonder {
    to {
      --hoek: 0deg;
    }
  }

  @keyframes roterendiagonaal {
    to {
      --hoekschuinmidden: 153.4deg;
    }
  }
}

@supports not (background: paint(worklet)) {
  .logoschuinmidden {
    background-position: 0 calc(var(--streepeenheid) * 0);
  }

  @keyframes roterenhorizontaalboven {
    0% {
      background-image: repeating-linear-gradient(-90deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    1% {
      background-image: repeating-linear-gradient(-90.02deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    2% {
      background-image: repeating-linear-gradient(-90.08deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    3% {
      background-image: repeating-linear-gradient(-90.17deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    4% {
      background-image: repeating-linear-gradient(-90.29deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    5% {
      background-image: repeating-linear-gradient(-90.45deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    6% {
      background-image: repeating-linear-gradient(-90.65deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    6.9% {
      background-image: repeating-linear-gradient(-90.86deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    7.9% {
      background-image: repeating-linear-gradient(-91.13deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    8.9% {
      background-image: repeating-linear-gradient(-91.43deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    9.8% {
      background-image: repeating-linear-gradient(-91.73deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    10.8% {
      background-image: repeating-linear-gradient(-92.1deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    11.8% {
      background-image: repeating-linear-gradient(-92.51deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    12.8% {
      background-image: repeating-linear-gradient(-92.95deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    13.8% {
      background-image: repeating-linear-gradient(-93.43deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    14.8% {
      background-image: repeating-linear-gradient(-93.95deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    15.8% {
      background-image: repeating-linear-gradient(-94.5deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    16.8% {
      background-image: repeating-linear-gradient(-95.09deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    17.8% {
      background-image: repeating-linear-gradient(-95.71deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    18.8% {
      background-image: repeating-linear-gradient(-96.37deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    19.8% {
      background-image: repeating-linear-gradient(-97.06deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    20.8% {
      background-image: repeating-linear-gradient(-97.79deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    21.8% {
      background-image: repeating-linear-gradient(-98.56deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    22.8% {
      background-image: repeating-linear-gradient(-99.36deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    23.79% {
      background-image: repeating-linear-gradient(-100.2deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    24.8% {
      background-image: repeating-linear-gradient(-101.08deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    25.8% {
      background-image: repeating-linear-gradient(-101.99deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    26.8% {
      background-image: repeating-linear-gradient(-102.93deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    27.8% {
      background-image: repeating-linear-gradient(-103.92deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    28.79% {
      background-image: repeating-linear-gradient(-104.93deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    29.79% {
      background-image: repeating-linear-gradient(-105.99deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    30.8% {
      background-image: repeating-linear-gradient(-107.08deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    31.8% {
      background-image: repeating-linear-gradient(-108.21deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    32.8% {
      background-image: repeating-linear-gradient(-109.37deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    33.8% {
      background-image: repeating-linear-gradient(-110.57deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    34.79% {
      background-image: repeating-linear-gradient(-111.8deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    35.79% {
      background-image: repeating-linear-gradient(-113.07deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    36.79% {
      background-image: repeating-linear-gradient(-114.38deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    37.79% {
      background-image: repeating-linear-gradient(-115.72deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    38.8% {
      background-image: repeating-linear-gradient(-117.1deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    39.8% {
      background-image: repeating-linear-gradient(-118.52deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    40.79% {
      background-image: repeating-linear-gradient(-119.97deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    41.8% {
      background-image: repeating-linear-gradient(-121.46deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    42.8% {
      background-image: repeating-linear-gradient(-122.98deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    43.8% {
      background-image: repeating-linear-gradient(-124.54deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    44.8% {
      background-image: repeating-linear-gradient(-126.13deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    45.8% {
      background-image: repeating-linear-gradient(-127.76deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    46.8% {
      background-image: repeating-linear-gradient(-129.43deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    47.8% {
      background-image: repeating-linear-gradient(-131.13deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    48.8% {
      background-image: repeating-linear-gradient(-132.87deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    49.8% {
      background-image: repeating-linear-gradient(-134.65deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    50.8% {
      background-image: repeating-linear-gradient(-136.43deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    51.8% {
      background-image: repeating-linear-gradient(-138.19deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    52.8% {
      background-image: repeating-linear-gradient(-139.9deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    53.8% {
      background-image: repeating-linear-gradient(-141.59deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    54.8% {
      background-image: repeating-linear-gradient(-143.23deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    55.8% {
      background-image: repeating-linear-gradient(-144.84deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    56.8% {
      background-image: repeating-linear-gradient(-146.41deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    57.8% {
      background-image: repeating-linear-gradient(-147.95deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    58.8% {
      background-image: repeating-linear-gradient(-149.45deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    59.8% {
      background-image: repeating-linear-gradient(-150.92deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    60.8% {
      background-image: repeating-linear-gradient(-152.35deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    61.8% {
      background-image: repeating-linear-gradient(-153.74deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    62.8% {
      background-image: repeating-linear-gradient(-155.1deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    63.8% {
      background-image: repeating-linear-gradient(-156.42deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    64.8% {
      background-image: repeating-linear-gradient(-157.7deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    65.8% {
      background-image: repeating-linear-gradient(-158.95deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    66.8% {
      background-image: repeating-linear-gradient(-160.16deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    67.8% {
      background-image: repeating-linear-gradient(-161.34deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    68.8% {
      background-image: repeating-linear-gradient(-162.48deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    69.8% {
      background-image: repeating-linear-gradient(-163.59deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    70.8% {
      background-image: repeating-linear-gradient(-164.66deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    71.8% {
      background-image: repeating-linear-gradient(-165.69deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    72.8% {
      background-image: repeating-linear-gradient(-166.69deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    73.8% {
      background-image: repeating-linear-gradient(-167.65deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    74.8% {
      background-image: repeating-linear-gradient(-168.57deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    75.8% {
      background-image: repeating-linear-gradient(-169.46deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    76.8% {
      background-image: repeating-linear-gradient(-170.32deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    77.8% {
      background-image: repeating-linear-gradient(-171.13deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    78.8% {
      background-image: repeating-linear-gradient(-171.92deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    79.8% {
      background-image: repeating-linear-gradient(-172.66deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    80.8% {
      background-image: repeating-linear-gradient(-173.37deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    81.8% {
      background-image: repeating-linear-gradient(-174.04deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    82.8% {
      background-image: repeating-linear-gradient(-174.68deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    83.8% {
      background-image: repeating-linear-gradient(-175.28deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    84.8% {
      background-image: repeating-linear-gradient(-175.85deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    85.8% {
      background-image: repeating-linear-gradient(-176.38deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    86.8% {
      background-image: repeating-linear-gradient(-176.87deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    87.8% {
      background-image: repeating-linear-gradient(-177.33deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    88.8% {
      background-image: repeating-linear-gradient(-177.75deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    89.8% {
      background-image: repeating-linear-gradient(-178.13deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    90.8% {
      background-image: repeating-linear-gradient(-178.48deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    91.8% {
      background-image: repeating-linear-gradient(-178.79deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    92.8% {
      background-image: repeating-linear-gradient(-179.07deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    93.8% {
      background-image: repeating-linear-gradient(-179.31deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    94.8% {
      background-image: repeating-linear-gradient(-179.52deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    95.8% {
      background-image: repeating-linear-gradient(-179.69deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    96.8% {
      background-image: repeating-linear-gradient(-179.82deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    97.8% {
      background-image: repeating-linear-gradient(-179.92deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    98.8% {
      background-image: repeating-linear-gradient(-179.98deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    99.8% {
      background-image: repeating-linear-gradient(-180deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    100% {
      background-image: repeating-linear-gradient(-180deg, var(--logotransparent) 0 var(--streepeenheid), var(--logokleur) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }
  }

  @keyframes roterendiagonaal {
    0% {
      background-image: repeating-linear-gradient(90deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    1% {
      background-image: repeating-linear-gradient(90.01deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    2% {
      background-image: repeating-linear-gradient(90.05deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    3% {
      background-image: repeating-linear-gradient(90.11deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    4% {
      background-image: repeating-linear-gradient(90.2deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    5% {
      background-image: repeating-linear-gradient(90.31deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    6% {
      background-image: repeating-linear-gradient(90.45deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    6.9% {
      background-image: repeating-linear-gradient(90.6deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    7.9% {
      background-image: repeating-linear-gradient(90.79deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    8.9% {
      background-image: repeating-linear-gradient(91deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    9.8% {
      background-image: repeating-linear-gradient(91.21deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    10.8% {
      background-image: repeating-linear-gradient(91.47deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    11.8% {
      background-image: repeating-linear-gradient(91.76deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    12.8% {
      background-image: repeating-linear-gradient(92.07deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    13.8% {
      background-image: repeating-linear-gradient(92.41deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    14.8% {
      background-image: repeating-linear-gradient(92.77deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    15.8% {
      background-image: repeating-linear-gradient(93.16deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    16.8% {
      background-image: repeating-linear-gradient(93.57deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    17.8% {
      background-image: repeating-linear-gradient(94.01deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    18.8% {
      background-image: repeating-linear-gradient(94.48deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    19.8% {
      background-image: repeating-linear-gradient(94.97deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    20.8% {
      background-image: repeating-linear-gradient(95.48deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    21.8% {
      background-image: repeating-linear-gradient(96.02deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    22.8% {
      background-image: repeating-linear-gradient(96.59deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    23.79% {
      background-image: repeating-linear-gradient(97.18deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    24.8% {
      background-image: repeating-linear-gradient(97.79deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    25.8% {
      background-image: repeating-linear-gradient(98.44deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    26.8% {
      background-image: repeating-linear-gradient(99.1deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    27.8% {
      background-image: repeating-linear-gradient(99.79deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    28.79% {
      background-image: repeating-linear-gradient(100.51deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    29.79% {
      background-image: repeating-linear-gradient(101.26deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    30.8% {
      background-image: repeating-linear-gradient(102.02deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    31.8% {
      background-image: repeating-linear-gradient(102.82deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    32.8% {
      background-image: repeating-linear-gradient(103.64deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    33.8% {
      background-image: repeating-linear-gradient(104.48deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    34.79% {
      background-image: repeating-linear-gradient(105.35deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    35.79% {
      background-image: repeating-linear-gradient(106.25deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    36.79% {
      background-image: repeating-linear-gradient(107.17deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    37.79% {
      background-image: repeating-linear-gradient(108.11deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    38.8% {
      background-image: repeating-linear-gradient(109.08deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    39.8% {
      background-image: repeating-linear-gradient(110.08deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    40.79% {
      background-image: repeating-linear-gradient(111.1deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    41.8% {
      background-image: repeating-linear-gradient(112.15deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    42.8% {
      background-image: repeating-linear-gradient(113.22deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    43.8% {
      background-image: repeating-linear-gradient(114.32deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    44.8% {
      background-image: repeating-linear-gradient(115.44deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    45.8% {
      background-image: repeating-linear-gradient(116.59deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    46.8% {
      background-image: repeating-linear-gradient(117.77deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    47.8% {
      background-image: repeating-linear-gradient(118.97deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    48.8% {
      background-image: repeating-linear-gradient(120.19deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    49.8% {
      background-image: repeating-linear-gradient(121.44deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    50.8% {
      background-image: repeating-linear-gradient(122.7deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    51.8% {
      background-image: repeating-linear-gradient(123.94deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    52.8% {
      background-image: repeating-linear-gradient(125.15deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    53.8% {
      background-image: repeating-linear-gradient(126.33deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    54.8% {
      background-image: repeating-linear-gradient(127.49deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    55.8% {
      background-image: repeating-linear-gradient(128.62deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    56.8% {
      background-image: repeating-linear-gradient(129.73deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    57.8% {
      background-image: repeating-linear-gradient(130.81deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    58.8% {
      background-image: repeating-linear-gradient(131.87deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    59.8% {
      background-image: repeating-linear-gradient(132.9deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    60.8% {
      background-image: repeating-linear-gradient(133.91deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    61.8% {
      background-image: repeating-linear-gradient(134.89deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    62.8% {
      background-image: repeating-linear-gradient(135.85deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    63.8% {
      background-image: repeating-linear-gradient(136.78deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    64.8% {
      background-image: repeating-linear-gradient(137.68deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    65.8% {
      background-image: repeating-linear-gradient(138.56deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    66.8% {
      background-image: repeating-linear-gradient(139.42deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    67.8% {
      background-image: repeating-linear-gradient(140.25deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    68.8% {
      background-image: repeating-linear-gradient(141.05deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    69.8% {
      background-image: repeating-linear-gradient(141.83deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    70.8% {
      background-image: repeating-linear-gradient(142.58deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    71.8% {
      background-image: repeating-linear-gradient(143.31deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    72.8% {
      background-image: repeating-linear-gradient(144.01deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    73.8% {
      background-image: repeating-linear-gradient(144.69deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    74.8% {
      background-image: repeating-linear-gradient(145.34deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    75.8% {
      background-image: repeating-linear-gradient(145.97deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    76.8% {
      background-image: repeating-linear-gradient(146.57deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    77.8% {
      background-image: repeating-linear-gradient(147.15deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    78.8% {
      background-image: repeating-linear-gradient(147.7deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    79.8% {
      background-image: repeating-linear-gradient(148.22deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    80.8% {
      background-image: repeating-linear-gradient(148.72deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    81.8% {
      background-image: repeating-linear-gradient(149.19deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    82.8% {
      background-image: repeating-linear-gradient(149.64deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    83.8% {
      background-image: repeating-linear-gradient(150.07deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    84.8% {
      background-image: repeating-linear-gradient(150.47deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    85.8% {
      background-image: repeating-linear-gradient(150.84deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    86.8% {
      background-image: repeating-linear-gradient(151.19deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    87.8% {
      background-image: repeating-linear-gradient(151.51deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    88.8% {
      background-image: repeating-linear-gradient(151.8deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    89.8% {
      background-image: repeating-linear-gradient(152.08deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    90.8% {
      background-image: repeating-linear-gradient(152.32deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    91.8% {
      background-image: repeating-linear-gradient(152.54deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    92.8% {
      background-image: repeating-linear-gradient(152.74deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    93.8% {
      background-image: repeating-linear-gradient(152.91deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    94.8% {
      background-image: repeating-linear-gradient(153.05deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    95.8% {
      background-image: repeating-linear-gradient(153.17deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    96.8% {
      background-image: repeating-linear-gradient(153.27deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    97.8% {
      background-image: repeating-linear-gradient(153.33deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    98.8% {
      background-image: repeating-linear-gradient(153.38deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    99.8% {
      background-image: repeating-linear-gradient(153.39deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    100% {
      background-image: repeating-linear-gradient(153.39deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }
  }

  @keyframes roterenhorizontaalonder {
    0% {
      background-image: repeating-linear-gradient(-90deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    1% {
      background-image: repeating-linear-gradient(-90.02deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    2% {
      background-image: repeating-linear-gradient(-90.08deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    3% {
      background-image: repeating-linear-gradient(-90.17deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    4% {
      background-image: repeating-linear-gradient(-90.29deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    5% {
      background-image: repeating-linear-gradient(-90.45deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    6% {
      background-image: repeating-linear-gradient(-90.65deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    6.9% {
      background-image: repeating-linear-gradient(-90.86deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    7.9% {
      background-image: repeating-linear-gradient(-91.13deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    8.9% {
      background-image: repeating-linear-gradient(-91.43deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    9.8% {
      background-image: repeating-linear-gradient(-91.73deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    10.8% {
      background-image: repeating-linear-gradient(-92.1deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    11.8% {
      background-image: repeating-linear-gradient(-92.51deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    12.8% {
      background-image: repeating-linear-gradient(-92.95deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    13.8% {
      background-image: repeating-linear-gradient(-93.43deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    14.8% {
      background-image: repeating-linear-gradient(-93.95deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    15.8% {
      background-image: repeating-linear-gradient(-94.5deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    16.8% {
      background-image: repeating-linear-gradient(-95.09deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    17.8% {
      background-image: repeating-linear-gradient(-95.71deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    18.8% {
      background-image: repeating-linear-gradient(-96.37deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    19.8% {
      background-image: repeating-linear-gradient(-97.06deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    20.8% {
      background-image: repeating-linear-gradient(-97.79deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    21.8% {
      background-image: repeating-linear-gradient(-98.56deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    22.8% {
      background-image: repeating-linear-gradient(-99.36deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    23.79% {
      background-image: repeating-linear-gradient(-100.2deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    24.8% {
      background-image: repeating-linear-gradient(-101.08deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    25.8% {
      background-image: repeating-linear-gradient(-101.99deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    26.8% {
      background-image: repeating-linear-gradient(-102.93deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    27.8% {
      background-image: repeating-linear-gradient(-103.92deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    28.79% {
      background-image: repeating-linear-gradient(-104.93deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    29.79% {
      background-image: repeating-linear-gradient(-105.99deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    30.8% {
      background-image: repeating-linear-gradient(-107.08deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    31.8% {
      background-image: repeating-linear-gradient(-108.21deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    32.8% {
      background-image: repeating-linear-gradient(-109.37deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    33.8% {
      background-image: repeating-linear-gradient(-110.57deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    34.79% {
      background-image: repeating-linear-gradient(-111.8deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    35.79% {
      background-image: repeating-linear-gradient(-113.07deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    36.79% {
      background-image: repeating-linear-gradient(-114.38deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    37.79% {
      background-image: repeating-linear-gradient(-115.72deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    38.8% {
      background-image: repeating-linear-gradient(-117.1deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    39.8% {
      background-image: repeating-linear-gradient(-118.52deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    40.79% {
      background-image: repeating-linear-gradient(-119.97deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    41.8% {
      background-image: repeating-linear-gradient(-121.46deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    42.8% {
      background-image: repeating-linear-gradient(-122.98deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    43.8% {
      background-image: repeating-linear-gradient(-124.54deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    44.8% {
      background-image: repeating-linear-gradient(-126.13deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    45.8% {
      background-image: repeating-linear-gradient(-127.76deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    46.8% {
      background-image: repeating-linear-gradient(-129.43deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    47.8% {
      background-image: repeating-linear-gradient(-131.13deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    48.8% {
      background-image: repeating-linear-gradient(-132.87deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    49.8% {
      background-image: repeating-linear-gradient(-134.65deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    50.8% {
      background-image: repeating-linear-gradient(-136.43deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    51.8% {
      background-image: repeating-linear-gradient(-138.19deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    52.8% {
      background-image: repeating-linear-gradient(-139.9deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    53.8% {
      background-image: repeating-linear-gradient(-141.59deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    54.8% {
      background-image: repeating-linear-gradient(-143.23deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    55.8% {
      background-image: repeating-linear-gradient(-144.84deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    56.8% {
      background-image: repeating-linear-gradient(-146.41deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    57.8% {
      background-image: repeating-linear-gradient(-147.95deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    58.8% {
      background-image: repeating-linear-gradient(-149.45deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    59.8% {
      background-image: repeating-linear-gradient(-150.92deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    60.8% {
      background-image: repeating-linear-gradient(-152.35deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    61.8% {
      background-image: repeating-linear-gradient(-153.74deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    62.8% {
      background-image: repeating-linear-gradient(-155.1deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    63.8% {
      background-image: repeating-linear-gradient(-156.42deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    64.8% {
      background-image: repeating-linear-gradient(-157.7deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    65.8% {
      background-image: repeating-linear-gradient(-158.95deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    66.8% {
      background-image: repeating-linear-gradient(-160.16deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    67.8% {
      background-image: repeating-linear-gradient(-161.34deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    68.8% {
      background-image: repeating-linear-gradient(-162.48deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    69.8% {
      background-image: repeating-linear-gradient(-163.59deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    70.8% {
      background-image: repeating-linear-gradient(-164.66deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    71.8% {
      background-image: repeating-linear-gradient(-165.69deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    72.8% {
      background-image: repeating-linear-gradient(-166.69deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    73.8% {
      background-image: repeating-linear-gradient(-167.65deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    74.8% {
      background-image: repeating-linear-gradient(-168.57deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    75.8% {
      background-image: repeating-linear-gradient(-169.46deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    76.8% {
      background-image: repeating-linear-gradient(-170.32deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    77.8% {
      background-image: repeating-linear-gradient(-171.13deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    78.8% {
      background-image: repeating-linear-gradient(-171.92deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    79.8% {
      background-image: repeating-linear-gradient(-172.66deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    80.8% {
      background-image: repeating-linear-gradient(-173.37deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    81.8% {
      background-image: repeating-linear-gradient(-174.04deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    82.8% {
      background-image: repeating-linear-gradient(-174.68deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    83.8% {
      background-image: repeating-linear-gradient(-175.28deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    84.8% {
      background-image: repeating-linear-gradient(-175.85deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    85.8% {
      background-image: repeating-linear-gradient(-176.38deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    86.8% {
      background-image: repeating-linear-gradient(-176.87deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    87.8% {
      background-image: repeating-linear-gradient(-177.33deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    88.8% {
      background-image: repeating-linear-gradient(-177.75deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    89.8% {
      background-image: repeating-linear-gradient(-178.13deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    90.8% {
      background-image: repeating-linear-gradient(-178.48deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    91.8% {
      background-image: repeating-linear-gradient(-178.79deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    92.8% {
      background-image: repeating-linear-gradient(-179.07deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    93.8% {
      background-image: repeating-linear-gradient(-179.31deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    94.8% {
      background-image: repeating-linear-gradient(-179.52deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    95.8% {
      background-image: repeating-linear-gradient(-179.69deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    96.8% {
      background-image: repeating-linear-gradient(-179.82deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    97.8% {
      background-image: repeating-linear-gradient(-179.92deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    98.8% {
      background-image: repeating-linear-gradient(-179.98deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    99.8% {
      background-image: repeating-linear-gradient(-180deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    100% {
      background-image: repeating-linear-gradient(-180deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }
  }

  @keyframes roterendiagonaal {
    0% {
      background-image: repeating-linear-gradient(90deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    1% {
      background-image: repeating-linear-gradient(90.01deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    2% {
      background-image: repeating-linear-gradient(90.05deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    3% {
      background-image: repeating-linear-gradient(90.11deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    4% {
      background-image: repeating-linear-gradient(90.2deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    5% {
      background-image: repeating-linear-gradient(90.31deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    6% {
      background-image: repeating-linear-gradient(90.45deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    6.9% {
      background-image: repeating-linear-gradient(90.6deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    7.9% {
      background-image: repeating-linear-gradient(90.79deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    8.9% {
      background-image: repeating-linear-gradient(91deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    9.8% {
      background-image: repeating-linear-gradient(91.21deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    10.8% {
      background-image: repeating-linear-gradient(91.47deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    11.8% {
      background-image: repeating-linear-gradient(91.76deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    12.8% {
      background-image: repeating-linear-gradient(92.07deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    13.8% {
      background-image: repeating-linear-gradient(92.41deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    14.8% {
      background-image: repeating-linear-gradient(92.77deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    15.8% {
      background-image: repeating-linear-gradient(93.16deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    16.8% {
      background-image: repeating-linear-gradient(93.57deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    17.8% {
      background-image: repeating-linear-gradient(94.01deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    18.8% {
      background-image: repeating-linear-gradient(94.48deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    19.8% {
      background-image: repeating-linear-gradient(94.97deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    20.8% {
      background-image: repeating-linear-gradient(95.48deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    21.8% {
      background-image: repeating-linear-gradient(96.02deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    22.8% {
      background-image: repeating-linear-gradient(96.59deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    23.79% {
      background-image: repeating-linear-gradient(97.18deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    24.8% {
      background-image: repeating-linear-gradient(97.79deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    25.8% {
      background-image: repeating-linear-gradient(98.44deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    26.8% {
      background-image: repeating-linear-gradient(99.1deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    27.8% {
      background-image: repeating-linear-gradient(99.79deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    28.79% {
      background-image: repeating-linear-gradient(100.51deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    29.79% {
      background-image: repeating-linear-gradient(101.26deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    30.8% {
      background-image: repeating-linear-gradient(102.02deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    31.8% {
      background-image: repeating-linear-gradient(102.82deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    32.8% {
      background-image: repeating-linear-gradient(103.64deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    33.8% {
      background-image: repeating-linear-gradient(104.48deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    34.79% {
      background-image: repeating-linear-gradient(105.35deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    35.79% {
      background-image: repeating-linear-gradient(106.25deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    36.79% {
      background-image: repeating-linear-gradient(107.17deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    37.79% {
      background-image: repeating-linear-gradient(108.11deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    38.8% {
      background-image: repeating-linear-gradient(109.08deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    39.8% {
      background-image: repeating-linear-gradient(110.08deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    40.79% {
      background-image: repeating-linear-gradient(111.1deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    41.8% {
      background-image: repeating-linear-gradient(112.15deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    42.8% {
      background-image: repeating-linear-gradient(113.22deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    43.8% {
      background-image: repeating-linear-gradient(114.32deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    44.8% {
      background-image: repeating-linear-gradient(115.44deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    45.8% {
      background-image: repeating-linear-gradient(116.59deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    46.8% {
      background-image: repeating-linear-gradient(117.77deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    47.8% {
      background-image: repeating-linear-gradient(118.97deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    48.8% {
      background-image: repeating-linear-gradient(120.19deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    49.8% {
      background-image: repeating-linear-gradient(121.44deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    50.8% {
      background-image: repeating-linear-gradient(122.7deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    51.8% {
      background-image: repeating-linear-gradient(123.94deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    52.8% {
      background-image: repeating-linear-gradient(125.15deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    53.8% {
      background-image: repeating-linear-gradient(126.33deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    54.8% {
      background-image: repeating-linear-gradient(127.49deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    55.8% {
      background-image: repeating-linear-gradient(128.62deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    56.8% {
      background-image: repeating-linear-gradient(129.73deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    57.8% {
      background-image: repeating-linear-gradient(130.81deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    58.8% {
      background-image: repeating-linear-gradient(131.87deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    59.8% {
      background-image: repeating-linear-gradient(132.9deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    60.8% {
      background-image: repeating-linear-gradient(133.91deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    61.8% {
      background-image: repeating-linear-gradient(134.89deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    62.8% {
      background-image: repeating-linear-gradient(135.85deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    63.8% {
      background-image: repeating-linear-gradient(136.78deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    64.8% {
      background-image: repeating-linear-gradient(137.68deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    65.8% {
      background-image: repeating-linear-gradient(138.56deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    66.8% {
      background-image: repeating-linear-gradient(139.42deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    67.8% {
      background-image: repeating-linear-gradient(140.25deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    68.8% {
      background-image: repeating-linear-gradient(141.05deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    69.8% {
      background-image: repeating-linear-gradient(141.83deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    70.8% {
      background-image: repeating-linear-gradient(142.58deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    71.8% {
      background-image: repeating-linear-gradient(143.31deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    72.8% {
      background-image: repeating-linear-gradient(144.01deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    73.8% {
      background-image: repeating-linear-gradient(144.69deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    74.8% {
      background-image: repeating-linear-gradient(145.34deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    75.8% {
      background-image: repeating-linear-gradient(145.97deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    76.8% {
      background-image: repeating-linear-gradient(146.57deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    77.8% {
      background-image: repeating-linear-gradient(147.15deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    78.8% {
      background-image: repeating-linear-gradient(147.7deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    79.8% {
      background-image: repeating-linear-gradient(148.22deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    80.8% {
      background-image: repeating-linear-gradient(148.72deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    81.8% {
      background-image: repeating-linear-gradient(149.19deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    82.8% {
      background-image: repeating-linear-gradient(149.64deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    83.8% {
      background-image: repeating-linear-gradient(150.07deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    84.8% {
      background-image: repeating-linear-gradient(150.47deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    85.8% {
      background-image: repeating-linear-gradient(150.84deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    86.8% {
      background-image: repeating-linear-gradient(151.19deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    87.8% {
      background-image: repeating-linear-gradient(151.51deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    88.8% {
      background-image: repeating-linear-gradient(151.8deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    89.8% {
      background-image: repeating-linear-gradient(152.08deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    90.8% {
      background-image: repeating-linear-gradient(152.32deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    91.8% {
      background-image: repeating-linear-gradient(152.54deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    92.8% {
      background-image: repeating-linear-gradient(152.74deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    93.8% {
      background-image: repeating-linear-gradient(152.91deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    94.8% {
      background-image: repeating-linear-gradient(153.05deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    95.8% {
      background-image: repeating-linear-gradient(153.17deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    96.8% {
      background-image: repeating-linear-gradient(153.27deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    97.8% {
      background-image: repeating-linear-gradient(153.33deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    98.8% {
      background-image: repeating-linear-gradient(153.38deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    99.8% {
      background-image: repeating-linear-gradient(153.39deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }

    100% {
      background-image: repeating-linear-gradient(153.39deg, var(--logokleur) 0 var(--streepeenheid), var(--logotransparent) var(--streepeenheid) calc(var(--streepeenheid) * 2));
    }
  }
}

/**
 * CATEGORY DESCRIPTION
 *
 *
 */

details[open] summary ~ * {
  animation: leesmeer 300ms ease-in-out;
}

@keyframes leesmeer {
  0% {
    opacity: 0;
    /* transform: translateX(-10px); */
  }

  100% {
    opacity: 1;
    /* transform: translateX(0); */
  }
}

.description {
  position: relative
}

@media (orientation: portrait) {
  .description {
    margin-bottom: 4rem;
    height: auto
  }
}

@media (orientation: landscape) {
  .description {
    grid-column: span 2 / span 2;
    margin-bottom: 2rem;
    height: auto;
    place-self: start
  }
}

.description > details {
  /* display: contents!important; */
  /* @apply bg-indigo-400 */
}

.description > details > summary {
  cursor: pointer;
  font-weight: 500
}

.description > details > summary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

@media (orientation: portrait) {
  .description > details > summary {
    font-size: 3.75rem;
    line-height: 1.25
  }
}

@media (orientation: landscape) {
  .description > details > summary {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.375
  }
}

/* .diensten > div:nth-child(2) > details:nth-child(1) > p:nth-child(2) */

.description > details > p:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

@media (orientation: portrait) {
  .description > details > p {
    margin-top: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.5
  }
}

@media (orientation: landscape) {
  .description > details > p {
    margin-top: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}

/**
* FOOTER
*
*/

footer#colophon {
  position: relative;
  display: none
}

#colophon-test {
  position: relative;
  height: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: Munken Sans Web, futura, "Century Gothic", CenturyGothic, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  font-variant: no-common-ligatures;
  line-height: 1.25
}

.navigation.post-navigation {
  display: none
}

.entry-footer {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity))
}

/**
* SINGLE POST
*
*/

.posts-paginatie {
  display: none
}

.spinner {
  display: grid;
  aspect-ratio: 1 / 1;
  width: 100%;
  place-content: center;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  color: transparent
}

@media (orientation: portrait) {
  .post.single-custom .featured-image {
    padding-bottom: 3rem
  }
}

@media (orientation: landscape) {
  .post.single-custom .featured-image {
    padding-bottom: 0.75rem
  }
}

.post.single-custom .featured-image figure > .inner-figure-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column
}

.post.single-custom .featured-image figure > .inner-figure-wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
}

.post.single-custom .featured-image  figure > .inner-figure-wrapper > img {
  aspect-ratio: 1 / 1;
  width: 100%;
  flex-grow: 0;
  overflow: hidden;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover
}

.post.single-custom .featured-image figure > .inner-figure-wrapper > figcaption {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  place-self: end;
  overflow: visible;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity))
}

@media (orientation: landscape) {
  .post.single-custom .featured-image figure > .inner-figure-wrapper > figcaption {
    margin-bottom: 1.5rem
  }
}

/**
 * GDPR
 */

#cookie-notice:not(.cookie-notice-hidden) .cookie-notice-container {
  display: flex!important;
  place-items: center;
  justify-content: space-between
}

#cookie-notice:not(.cookie-notice-hidden) .cookie-notice-container > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
}

#cookie-notice:not(.cookie-notice-hidden) .cookie-notice-container {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Munken Sans Web, futura, "Century Gothic", CenturyGothic, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  font-variant: no-common-ligatures;
  line-height: 1.25
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container {
  /* display: none!important; */
}

#cookie-notice .cn-text-container {
  position: relative;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity))
}

@media (orientation: portrait) {
  #cookie-notice .cn-text-container {
    width: 75%
  }
}

@media (orientation: landscape) {
  #cookie-notice .cn-text-container {
    width: 50%
  }
}

.custom-cookie-notice {
  position: relative;
  border-radius: 0.125rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity))
}

#cookie-notice .cn-buttons-container {
  /* margin-right: 2rem!important; */
  /* padding-right: 2rem!important; */
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  display: grid;
  flex-shrink: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  justify-self: end
}

#cookie-notice .cn-buttons-container > .cn-set-cookie:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

#cookie-notice .cn-close-icon {
  position: relative;
  display: none;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity))
}

@media (orientation: portrait) {
  #cookie-notice .cn-close-icon {
    justify-self: center
  }
}

@media (orientation: landscape) {
  #cookie-notice .cn-close-icon {
    justify-self: end
  }
}

#cookie-notice .cn-close-icon:before, #cookie-notice .cn-close-icon:after {
  height: 1.25rem;
  width: 0.25rem
}

.hover_text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity))
}

.focus_outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

@media (orientation: portrait) {
  .portret_relative {
    position: relative
  }

  .portret_h-1 {
    height: 0.25rem
  }

  .portret_h-36 {
    height: 9rem
  }

  .portret_h-auto {
    height: auto
  }

  .portret_grid-flow-row {
    grid-auto-flow: row
  }

  .portret_grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .portret_text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .portret_text-6xl {
    font-size: 3.75rem;
    line-height: 1
  }

  .portret_text-8xl {
    font-size: 6rem;
    line-height: 1
  }

  .portret_leading-normal {
    line-height: 1.5
  }

  .portret_leading-tight {
    line-height: 1.25
  }
}

@media (orientation: landscape) {
  .landschap_col-span-1 {
    grid-column: span 1 / span 1
  }

  .landschap_col-span-2 {
    grid-column: span 2 / span 2
  }

  .landschap_mt-56 {
    margin-top: 14rem
  }

  .landschap_h-0 {
    height: 0px
  }

  .landschap_h-0\.5 {
    height: 0.125rem
  }

  .landschap_h-48 {
    height: 12rem
  }

  .landschap_h-9 {
    height: 2.25rem
  }

  .landschap_h-auto {
    height: auto
  }

  .landschap_h-full {
    height: 100%
  }

  .landschap_h-screen {
    height: 100vh
  }

  .landschap_min-h-full {
    min-height: 100%
  }

  .landschap_min-h-screen {
    min-height: 100vh
  }

  .landschap_w-9 {
    width: 2.25rem
  }

  .landschap_grid-flow-col {
    grid-auto-flow: column
  }

  .landschap_grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .landschap_place-content-start {
    place-content: start
  }

  .landschap_gap-6 {
    gap: 1.5rem
  }

  .landschap_space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .landschap_place-self-start {
    place-self: start
  }

  .landschap_break-words {
    overflow-wrap: break-word
  }

  .landschap_py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }

  .landschap_pb-24 {
    padding-bottom: 6rem
  }

  .landschap_pt-1 {
    padding-top: 0.25rem
  }

  .landschap_pt-3 {
    padding-top: 0.75rem
  }

  .landschap_pt-4 {
    padding-top: 1rem
  }

  .landschap_text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .landschap_text-5xl {
    font-size: 3rem;
    line-height: 1
  }

  .landschap_text-7xl {
    font-size: 4.5rem;
    line-height: 1
  }

  .landschap_text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }

  .landschap_text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
  }

  .landschap_text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .landschap_text-xs {
    font-size: 0.75rem;
    line-height: 1rem
  }

  .landschap_leading-snug {
    line-height: 1.375
  }

  .landschap_leading-tight {
    line-height: 1.25
  }
}
