/* src/css/tokens/_global.css */
:root {
  /* Colors */
  --color-green-500: #018c26;
  --color-red-500: #ff5b2b;
  --color-azur-500: #8fd2e5;
  --color-blue-500: #1333d8;
  --color-pink-500: #ffbdbd;
  --color-fuchsia-500: #ff7db4;
  --color-orange-500: #fe6d01;
  --color-yellow-500: #ffad1b;
  --color-yellow-900: #fff4ba;
  --color-black-005: #f2f2f2;
  --color-black-100: #f4f4f4;
  --color-black-200: #e6e6e6;
  --color-black-250: #d9d9d9;
  --color-black-500: #1a1a1a;
  --color-black-950: #0d0d0d;
  --color-black-1000: #000000;
  --color-white: #ffffff;

  /* Fonts */
  --font-sans-light: font-sans-light, Helvetica, sans-serif;
  --font-sans-regular: "font-sans-regular", sans-serif;
  --font-sans-bold: font-sans-bold, Helvetica, sans-serif;
  --font-sans-black: font-sans-black, Helvetica, sans-serif;
  --font-mono-bold: font-mono-bold, Courier, monospace;
  --font-mono-regular: font-mono-regular, Courier, monospace;
  --font-mono-thin: font-mono-thin, Courier, monospace;

  /* Type scale */
  --text-xxs: 0.5rem;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;
  --text-7xl: 4.5rem;
  --text-8xl: 5rem;
  --text-9xl: 6rem;

  /* Line height */
  --line-height-base: 1.5;

  /* Spacing (migrated from my-* spacing variables) */
  --spacing-0: 0;
  --spacing-1: 0.25rem;
  --spacing-2: 0.5rem;
  --spacing-3: 0.75rem;
  --spacing-4: 1rem;
  --spacing-6: 1.5rem;
  --spacing-8: 2rem;
  --spacing-12: 3rem;
  --spacing-16: 4rem;
  --spacing-32: 8rem;
  --spacing-64: 16rem;

  /* Border radius */
  --rounded-none: 0px;
  --rounded-sm: 0.125rem;
  --rounded-base: 0.25rem;
  --rounded-md: 0.375rem;
  --rounded-lg: 0.5rem;
  --rounded-xl: 0.75rem;
  --rounded-2xl: 1rem;
  --rounded-3xl: 1.5rem;

  /* Breakpoints (reference only — cannot be used in media queries) */
  /* --breakpoint-sm: 375px  */
  /* --breakpoint-md: 600px  */
  /* --breakpoint-lg: 1244px */
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Universal box-sizing reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: subpixel;
}
/* || TYPOGRAPHY */
/* fonts — shared (GT Flexa + JetBrainsMono) */
@font-face {
  font-family: "font-sans-light";
  src: url("/assets/fonts/GT-Flexa-Light-Trial.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "font-sans-regular";
  src: url("/assets/fonts/GT-Flexa-Regular-Trial.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "font-sans-bold";
  src: url("/assets/fonts/GT-Flexa-Bold-Trial.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "font-sans-black";
  src: url("/assets/fonts/gt-flexa-black-trial.woff") format("woff");
  font-weight: 900;
}
/* variable font, kan eventueel bovenstaande vervangen? */
@font-face {
  font-family: "GT Flexa variable";
  src: url("/assets/fonts/gt-flexa-var-trial.ttf") format("truetype");
  font-weight: 1 1000;
}
@font-face {
  font-family: "font-mono-bold";
  src: url("/assets/fonts/JetBrainsMono-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "font-mono-regular";
  src: url("/assets/fonts/JetBrainsMono-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "font-mono-thin";
  src: url("/assets/fonts/JetBrainsMono-Thin.woff2") format("woff2");
  font-weight: 100;
}
/* base typography */
html {
  font-size: 16px;
}
body {
  font-family: var(--font-sans-light);
  line-height: var(--line-height-base);
  color: var(--color-black-500);
}
::-moz-selection {
  color: var(--color-blue-500);
  background: var(--color-yellow-900);
}
::selection {
  color: var(--color-blue-500);
  background: var(--color-yellow-900);
}
ul,
li {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: var(--color-blue-500);
}
a:hover {
    color: var(--color-orange-500);
  }
.link {
  cursor: pointer;
}
/* header typography */
.header {
  font-family: var(--font-mono-regular);
  font-size: var(--text-xs);
  letter-spacing: 1px;
}
.header .version--date,
  .header .changelog--link--container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
.header .version--date {
    left: 80px;
  }
.header .changelog--link--container {
    right: 80px;
  }
/* content wrapper typography */
.content--wrapper p.preheader {
    line-height: clamp(1em, calc(1.2em + 2vw), 1.6em); /* default 1em + 2vw, min 1em, max 1.2em */
    font-size: clamp(1.2rem, 4vw, 1.6rem); /* default 10vw, niet kleiner dan 2rem, niet groter dan 5rem */
    margin-top: 0;
    margin-bottom: var(--spacing-16);
  }
.content--wrapper p {
    line-height: clamp(1em, calc(1.2em + 2vw), 1.6em); /* default 1em + 2vw, min 1em, max 1.2em */
    font-size: clamp(1.2rem, 4vw, 1.6rem); /* default 10vw, niet kleiner dan 2rem, niet groter dan 5rem */
    margin-top: var(--spacing-16);
    margin-bottom: var(--spacing-16);
  }
.content--wrapper p.leadin {
    font-family: var(--font-sans-bold);
    line-height: clamp(1em, calc(1em + 2vw), 1.2em); /* default 1em + 2vw, min 1em, max 1.2em */
    font-size: clamp(24px, 8vw, 80px); /* default 10vw, niet kleiner dan 2rem, niet groter dan 5rem */
    margin-top: var(--spacing-32);
    margin-bottom: var(--spacing-32);
  }
.content--wrapper p.article {
    margin-top: var(--spacing-8);
    margin-bottom: var(--spacing-8);
  }
.content--wrapper p.article:last-of-type {
      margin-bottom: var(--spacing-32);
    }
.content--wrapper ul.links--socials {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: var(--text-lg);
  }
.content--wrapper ul.links--socials li {
      float: left;
      margin-right: 40px;
    }
.content--wrapper ul.links--socials li a {
        color: var(--color-blue-500);
        text-decoration: none;
      }
.content--wrapper p.caption { /* uitlijnen op grid? */ /* vervangen voor variabele */
  }
.content--wrapper p.caption::before {
      font-family: var(--font-mono-regular);
      content: "->>";
      display: block;
      position: absolute;
      transform: translateX(-40px);
      color: var(--color-pink-500);
    }
.content--wrapper p.caption {

    position: relative;
    transform: translateX(-100%) translateX(90vw);
    z-index: 999;
    font-size: var(--text-sm);
    line-height: var(--line-height-base);
    width: 20vw;
    min-width: 300px;
}
/* footnotes */
ol.footnotes {
  display: block;
  position: relative;
  left: 80px;
  top: 50%;
  /* transform: translateY(-50%); */

  list-style: none;
  counter-reset: my-awesome-counter;
  font-family: var(--font-mono-regular);
  font-size: var(--text-xs);
  width: calc(100% - 40px);
}
ol.footnotes li {
    counter-increment: my-awesome-counter;
  }
ol.footnotes li::before {
      content: counter(my-awesome-counter) ". ";
      color: var(--color-pink-500);
      font-family: var(--font-mono-regular);
    }
/* footer typography */
.footer {
  font-family: var(--font-mono-regular);
  font-size: var(--text-sm);
}
/* || TYPOGRAPHY MEDIA QUERIES */
/* On screens that are 1244px width or less */
@media screen and (max-width: 1244px) {
    .content--wrapper p.preheader {
      font-size: var(--text-2xl);
      margin-bottom: var(--spacing-8);
    }

    .content--wrapper p.leadin {
      margin-top: var(--spacing-32);
      margin-bottom: var(--spacing-32);
    }

    .content--wrapper p.article {
      margin-top: var(--spacing-8);
      margin-bottom: var(--spacing-8);
    }

      .content--wrapper p.article:last-of-type {
        margin-bottom: var(--spacing-32);
      }
}
/* On screens that are 600px or less */
@media screen and (max-width: 600px) {
  .header--metadata {
    height: 80px;
    font-size: var(--text-xs);
  }

    .header--metadata .version--date {
      left: 40px;
      display: block;
    }

    .header--metadata .changelog--link--container {
      left: 40px;
      display: block;
      margin-top: 20px;
    }
    .content--wrapper p.preheader {
      font-size: var(--text-lg);
      margin-bottom: var(--spacing-8);
    }

    .content--wrapper p.leadin {
      margin-top: var(--spacing-16);
      margin-bottom: var(--spacing-32);
      font-size: var(--text-4xl);
    }

    .content--wrapper p.article {
      font-size: var(--text-lg);
      margin-top: var(--spacing-8);
      margin-bottom: var(--spacing-8);
    }

      .content--wrapper p.article:last-of-type {
        margin-bottom: var(--spacing-16);
      }

  .header .changelog--link--container {
    display: none;
  }
    .footer ol.footnotes {
      left: 40px;
    }
}
/* On screens that are 375px or less */
@media screen and (max-width: 375px) {
    .content--wrapper p.preheader {
      font-size: var(--text-sm);
      margin-bottom: var(--spacing-4);
    }

    .content--wrapper p.leadin {
      margin-top: var(--spacing-8);
      margin-bottom: var(--spacing-16);
      font-size: var(--text-3xl);
    }

    .content--wrapper p.article {
      font-size: var(--text-base);
    }

      .content--wrapper p.article:last-of-type {
        margin-bottom: var(--spacing-32);
      }

  .footer {
    font-size: var(--text-sm);
  }

    .footer ol.footnotes {
      left: 40px;
      top: 50%;
      transform: translateY(-50%);
    }
}
/* || LAYOUT */
/* nav wrapper — structural positioning only */
.nav--wrapper {
  position: fixed;
  z-index: 100;
  width: 80px;
  height: 100vh;
  left: 0;
  top: 0;
}
.nav--wrapper .nav--openCloseContainer {
    position: absolute;
    width: 80px;
    height: 100vh;
    right: 0;
    top: 0;
  }
/* main */
main {
  position: relative;
  z-index: 0;
  width: calc(100% - 80px);
  left: 80px;
  top: 0;
  overflow: hidden; /* prevents horizontal scrollbar */
}
/* header */
.header {
  position: relative;
  height: 15vh;
  top: 0;
  left: 0;
}
/* content wrapper — layout only */
.content--wrapper {
  margin-bottom: 20vh;
  margin-top: 10vh;
  width: 100%;
}
/* footer — layout dimensions only */
.footer {
  height: 160px;
  margin-top: 32vh;
  width: 100%;
}
/* || UTILITY: alignment */
.centered {
  margin-left: auto;
  margin-right: auto;
}
/* || UTILITY: width */
.w-full {
  width: calc(100% - 80px);
}
.w-large {
  width: calc(100% - 10vw);
  max-width: 1440px;
}
.w-medium {
  width: calc(100% - 10vw);
  max-width: 1000px;
}
.w-small {
  width: calc(100% - 10vw);
  max-width: 1000px;
  padding-left: 80px;
  padding-right: 80px;
}
/* || LAYOUT MEDIA QUERIES */
/* On screens that are 1244px width or less */
@media screen and (max-width: 1244px) {
    .content--wrapper .w-medium {
      width: calc(100% - 30vw);
      max-width: 1000px;
    }

    .content--wrapper .w-small {
      width: calc(100% - 30vw);
      max-width: 1000px;
      padding-left: 0;
      padding-right: 0;
    }
}
/* On screens that are 600px or less */
@media screen and (max-width: 600px) {
  main {
    left: 0;
    width: 100%;
  }

  .footer {
    height: 80px;
  }
}
/* On screens that are 375px or less */
@media screen and (max-width: 375px) {
  .footer {
    height: 100px;
    margin: 320px 0 80px 0; /* krijg positionering footer niet goed */
  }
}
/* component: nav */
.nav--wrapper .nav--openCloseContainer {
    background-color: var(--page-nav-bg, var(--color-pink-500));
    border-right: 1px solid var(--page-nav-border, var(--page-border, var(--page-text)));
    color: var(--page-nav-text, var(--page-text));
  }
.nav--wrapper .nav--openCloseContainer .hamburger {
      position: absolute;
      width: 40px;
      height: 40px;
      top: calc(50% - 20px);
      right: 20px;
      fill: var(--page-nav-icon, var(--page-text));

      transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: rotate(-90deg);
    }
.nav--wrapper .nav--items {
    position: absolute;
    height: 100vh;
    top: 0;
    right: 80px;
    overflow: hidden;

    left: 0;
    background-color: var(--color-black-005);
  }
.nav--wrapper .nav--items li {
      position: absolute;
      display: block;
      max-height: 160px;
      width: 2500px;
      left: -1200px;

      font-family: "GT Flexa variable", serif;
      font-variation-settings: "wght" 500, "wdth" 10, "ital" 200;

      font-size: var(--text-9xl);
      text-transform: uppercase;
      text-align: right;
      padding: 0.8em 0.6em;
      margin: 0 auto;
      line-height: 0;
    }
.nav--wrapper .nav--items li a:hover {
          color: white;
          animation: scrolling-left2 20s linear infinite;
          animation-delay: 10s;
        }
.nav--wrapper .nav--items li.home {
      bottom: 310px;
      transform: rotate(10deg);
      background-color: var(--color-green-500);
    }
.nav--wrapper .nav--items li.home a {
        color: var(--color-blue-500);
      }
.nav--wrapper .nav--items li.lezer {
      bottom: 450px;
      transform: rotate(-6deg);
      background-color: #FFD4D3;
    }
.nav--wrapper .nav--items li.lezer a {
        color: #FE6D01;
      }
.nav--wrapper .nav--items li.maker {
      bottom: 50px;
      transform: rotate(-15deg);
      background-color: #FECC1A;
    }
.nav--wrapper .nav--items li.maker a {
        color: var(--color-green-500);
      }
.nav--wrapper .nav--items li.blog {

      bottom: 550px;
      transform: rotate(7deg);
      background-color: #025DE8;
    }
.nav--wrapper .nav--items li.blog a {
        color: #FAA9CB;
      }
.nav--wrapper .authorDate {
    position: absolute;
    width: 200px;
    bottom: 40px;
    left: 50%;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: top left;
    white-space: no-wrap;

    font-family: var(--font-mono-regular);
    font-size: var(--text-xs);
    letter-spacing: 1px;
    line-height: 0;
  }
/* nav media query — mobile (600px and below) */
@media screen and (max-width: 600px) {

  .nav--wrapper {
    position: fixed;
    width: 100vw;
    height: 80px;

    left: 0;
    top: calc(100dvh - 80px);
  }

    .nav--wrapper .nav--openCloseContainer {
      position: absolute;
      width: 100vw;
      height: calc(80px + env(safe-area-inset-bottom));
      z-index: 999;

      right: 0;
      top: 0;
      padding-bottom: env(safe-area-inset-bottom);
      border-right: none;
      border-top: 1px solid var(--page-nav-border, var(--page-border, var(--page-text)));
    }

    .nav--wrapper .nav--items {
      right: 0;
    }

    .nav--wrapper .hamburger {
      top: 20px; /* centers 40px icon in 80px bar */
      right: auto;
      left: calc(50% - 20px);
      transform: rotate(0deg) translate(0, 0);
    }

    .nav--wrapper .authorDate {
      display: none;
    }

  .nav--items li {
    font-size: var(--text-5xl); /* 48px, down from 96px (--text-9xl) */
  }
}
/* nav media query — short screens */
@media (max-height: 600px) {
  .authorDate {
    display: none;
  }
}
/* component: changelog */
/* changelog layout */
.changelog-layover {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: var(--color-blue-500);
  mix-blend-mode: hard-light;
  z-index: 1000;
}
.changelog {
  position: fixed;
  overflow-y: scroll;
  width: 60vw;
  max-width: 1000px;
  min-width: 550px;
  transform: translateX(100vw) translateX(0%); /* stacking translateX to position left to viewport and than its own width to the left */
  top: 0;
  height: 100vh;
  margin: 0;
  padding: 0 6vw 0 6vw;
  z-index: 1001;
}
/* changelog styling */
.changelog {
  color: var(--color-blue-500);
  font-family: var(--font-mono-regular);
  background-color: var(--color-yellow-900);
  background-image: url("/assets/svg/ApprovedStamp.svg");
  background-repeat: no-repeat;
  background-position: calc(60vw - 200px) calc(50vh - 80px);
  background-size: 160px 160px;
}
.changelog .changelog-logo {
    width: 80px;
    height: 80px;
    mix-blend-mode: multiply;
  }
.changelog h1 {
    color: var(--color-black-500);
    font-family: var(--font-sans-black);
    text-transform: uppercase;
    font-size: var(--text-6xl);
    margin: 6vw 0 40px 0;
  }
.changelog a {
    -webkit-text-decoration: underline dashed blue;
            text-decoration: underline dashed blue;
  }
.changelog .tableHeader {
    color: var(--color-black-500);
    font-size: var(--text-xs);
    text-transform: capitalize;
    font-weight: bold;
  }
.changelog .sectionHeader {
    font-size: var(--text-xs);
    font-weight: bold;
  }
.changelog .sectionContent {
    font-size: var(--text-xs);
  }
.changelog .changelog--gridRow {
    display: grid;
    grid-template-columns: 140px 1fr 1fr 50px;
  }
.changelog .changelog--gridRow > div {
    padding: 20px;
  }
.changelog .sectionContent {
    grid-column: 1 / 5;
  }
.changelog .col-1    { grid-column: 1 / 2; }
.changelog .col-2    { grid-column: 2 / 3; }
.changelog .col-2to3 { grid-column: 2 / 4; }
.changelog .col-3    { grid-column: 3 / 4; }
.changelog .col-4    { grid-column: 4 / 5; }
.changelog .changelog--gridRow > div.col-1 {
    padding-left: 0;
  }
.changelog .changelog--gridRow > div.col-4 {
    padding-right: 0;
    text-align: right;
  }
.changelog .tableHeader { /* Safari */
    position: sticky;
    top: 0;
    background-color: var(--color-yellow-900);

    text-transform: uppercase;
    border-bottom: 2px solid var(--color-black-500);
  }
.changelog .changelog--gridRow.sectionHeader {
    border-top: 0px solid black;
    border-bottom: 5px double var(--color-black-500);
  }
.changelog .description {
    border-bottom: 1px solid var(--color-black-500);
  }
.changelog .col-2, .changelog .col-3, .changelog .col-2to3 {
    border-right: 1px solid var(--color-black-500);
  }
.changelog .col-2, .changelog .col-2to3 {
    border-left: 1px solid var(--color-black-500);
  }
.changelog .changelog--footer {
    position: sticky;
    bottom: 0px;
    border-top: 2px solid var(--color-black-500);
    color: var(--color-black-500);
    margin-top: 80px;
    background-color: var(--color-yellow-900);
  }
.changelog .changelog--footer p {
      display: block;
      width: 200px;
      font-size: var(--text-sm);
      font-weight: bold;
      margin-top: 30px;
      height: 140px;
      border-bottom: 2px dashed var(--color-black-500);
    }
.changelog .changelog--footer img {
      width: 140px;
      height: 140px;
      margin-top: -120px;
    }
/* Footer component — typography in _typography.css, layout in _layout.css */
/* component: header */
.header .version--date,
  .header .changelog--link--container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
.header .version--date {
    left: 80px;
  }
.header .changelog--link--container {
    right: 80px;
  }
/* header media query — small screens (600px and below) */
@media screen and (max-width: 600px) {

  .header--metadata {
    height: 80px;
    font-size: var(--text-xs);
  }

    .header--metadata .version--date {
      left: 40px;
      display: block;
    }

    .header--metadata .changelog--link--container {
      left: 40px;
      display: block;
      margin-top: 20px;
    }

  .header .changelog--link--container {
    display: none;
  }
}
/* Page-specific fonts */
@font-face {
    font-family: "Agrandir narrow";
    src: url("/assets/fonts/agrandir-narrow-webfont.woff2") format("woff2");
    font-weight: 400;
}
@font-face {
    font-family: "Agrandir tight";
    src: url("/assets/fonts/agrandir-tight-webfont.woff2") format("woff2");
    font-weight: 400;
}
/* Page-specific tokens */
:root {
  /* palette */
  --theme-lightgrey-500: #f3e6dd;
  --theme-black-200: #3e3b39;
  --theme-orange-500: #fe6d01;
  --font-title: "Agrandir tight", Helvetica, sans-serif;

  /* page roles */
  --page-bg: var(--theme-lightgrey-500);
  --page-text: var(--theme-black-200);
  --page-text-subtle: var(--color-blue-500);
  --page-link: var(--color-black-950);
  --page-link-hover: var(--color-black-250);
  --page-accent: var(--theme-orange-500);
  --page-border: var(--theme-black-200);
  --page-interactive: var(--theme-black-200);
  --page-nav-bg: var(--page-bg);
  --page-nav-border: var(--page-border);
  --page-nav-text: var(--page-text);
  --page-nav-icon: var(--page-text);
}
/* Page-specific styles */
.theme_reader {
    background-color: var(--page-bg);
    color: var(--page-text);



}
.theme_reader .version--date   { color: var(--page-text); }
.theme_reader #changelog--link { color: var(--page-link); }
.theme_reader .content--wrapper a {
        color: var(--page-link);
    }
.theme_reader .content--wrapper a:hover {
            color: var(--page-link-hover);
        }
/* .section {
        background-color: pink;
    }

    .section:nth-child(odd) {
        background-color: red;
    } */
.theme_reader .section--intro {
        display: grid;
        grid-template-columns: 1fr 2fr 2fr;
        padding-bottom: 100px;
    }
.theme_reader .section--intro .article {
            grid-column: 1 / 3;
            font-size: var(--text-lg);
            line-heigth: 1em;
            /* background-color: yellow; */
        }
.theme_reader .section--intro p.article {
            margin: 0;
        }
.theme_reader .section--intro p.article:last-of-type {
                margin: 0;
            }
.theme_reader .section--data {
        padding-bottom: 15vh;



    }
.theme_reader .section--data .container-data {
            display: grid;
            grid-template-columns: minmax(100px, 1fr)  minmax(420px, 3fr) minmax(420px, 3fr);
            grid-template-rows: 60px 350px 50px;
            width: 100%;
            /* background-color: green; */
        }
.theme_reader .section--data .headers {
            height: 1.5em;
            overflow: hidden;
            font-family: var(--font-sans-regular);
            font-size: var(--text-base);
        }
.theme_reader .section--data .headers-year {
            grid-column: 1 / 2;
            grid-row: 1 / 2;
            color: var(--page-text-subtle);
            font-family: var(--font-mono-regular);
        }
.theme_reader .section--data .headers-pages {
            grid-column: 2 / 3;
            grid-row: 1 / 2;
        }
.theme_reader .section--data .headers-minutes {
            grid-column: 3 / 4;
            grid-row: 1 / 2;
        }
.theme_reader .section--data .number-wrapper {
            display: inline-block;
            height: 15em;  /* sizes number-wrapper to height of large number */

            font-size: 1em;
            font-family: "GT Flexa variable", serif;
            --wdth: 0;
            --wght: 350;
            font-variation-settings: "wght" var(--wght), "wdth" var(--wdth);
            letter-spacing: -0.5em;

            overflow: hidden;
            padding: 0;
        }
.theme_reader .section--data .number-wrapper-pages {
            grid-column: 2 / 3;
            grid-row: 2 / 3;
            --wdth: 0;
            --wght: 350;
        }
.theme_reader .section--data .number-wrapper-minutes {
            grid-column: 3 / 4;
            grid-row: 2 / 3;
            --wdth: 0;
            --wght: 100;
        }
.theme_reader .section--data .number-col {
            display: inline-flex;
            flex-direction: column;
            width: -moz-min-content;
            width: min-content;
            transform: translateY(0);
            visibility: hidden;
        }
.theme_reader .section--data .number {
            font-size: clamp(1em, 25vw, 19em);
            width: -moz-min-content;
            width: min-content;
            line-height: 1em;
            text-align: center;
            transform: translateY(-0.1em); /* positions large number at top of number-wrapper */

        }
.theme_reader .section--data .booktotals-wrapper {
            grid-column: 2 / 4;
            grid-row: 3 / 4;

            height: 1.5em;
            margin: 0;
            overflow: hidden;

            font-size: var(--text-base);
        }
.theme_reader .section--data .booktotals-em {
            font-family: "font-sans-bold";
            font-style: normal;
        }
.theme_reader .section--data .booktotals-emdash {
            display: inline-block;
            transform: translatey(-0.2em);
            margin: 0 1em;
            content: "";
            width: 100px;
            height: 1px;
            background-color: #333333;
        }
/* end section_data */
.theme_reader .section--favorites {
        padding-bottom: 25vh;

    }
.theme_reader .section--favorites .container-favorites {
            display: grid;
            grid-template-columns: 120px 4fr;
            width: 100%;
            font-family: var(--font-sans-regular);
            /* background-color: yellow; */
        }
.theme_reader .section--favorites .favorites-header {
            grid-column: 1 / 2;

            font-size:  var(--text-base);
            font-weight: normal;
            padding-top: 100px;
        }
.theme_reader .section--favorites .favorites-book-wrapper {
            grid-column: 2 / 3;
            width: 100%;
            height: 350px;

            display: flex;
            -moz-column-gap: 20px;
                 column-gap: 20px;
            align-items: flex-end;
            flex-wrap: no-wrap;
        }
.theme_reader .section--favorites .favorites-book {
            display: block;
            border: 1px solid var(--color-black-500);
            border-radius: 3px;
            padding: 1px;

            background-color: white;
            background-image: repeating-linear-gradient(0deg, #B6ACA5 1px, #B6ACA5 2px, var(--page-bg) 2px, var(--page-bg) 3px);
            box-shadow: inset 0 0 0 1px var(--page-bg);
            overflow: hidden;

            position: relative;
            z-index: 0;

        }
.theme_reader .section--favorites .favorites-book:after {
                /* ellipse styling, rightside of pageVisual */
                position: absolute;
                display: block;
                content: "";
                width: 10px;
                right: -5px;
                background-color: var(--page-bg);
                border-radius: 100% / 100%; /* magic ellipse with the height of parent div */
            }
.theme_reader .section--favorites .favorites-book-image {
            height: clamp(240px, 16vw, 340px);
            width: auto;
            position: relative;
            z-index: 999;
        }
.theme_reader .section--favorites .favorites-book-01 {
            padding-bottom: 37px;
        }
.theme_reader .section--favorites .favorites-book-01:after {
                /* ellipse styling, rightside of pageVisual. */
                height: 47px;
                bottom: -5px;
            }
.theme_reader .section--favorites .favorites-book-02 {
            padding-bottom: 33px;
        }
.theme_reader .section--favorites .favorites-book-02:after {
                /* ellipse styling, rightside of pageVisual */
                height: 43px;
                bottom: -5px;
            }
.theme_reader .section--favorites .favorites-book-03 {
            padding-bottom: 9px;
        }
.theme_reader .section--favorites .favorites-book-03:after {
                /* ellipse styling, rightside of pageVisual */
                height: 19px;
                bottom: -5px;
            }
.theme_reader .section--favorites .favorites-info {
            position: absolute;
            width: 200px;
            left: clamp(750px, 65vw, 2000px);
        }
.theme_reader .section--favorites .favorites-info-default {
            position: absolute;
            padding-top: 100px;
        }
.theme_reader .section--favorites .favorites-info-book {
            position: absolute;
            top: 0;
        }
.theme_reader .section--favorites .favorites-info-title {
            font-family: "Agrandir narrow", Helvetica, sans-serif;
            font-weight: 100;
            line-height: 1.2em;
            font-size:  var(--text-2xl);

            margin-bottom: 0.3em;
        }
.theme_reader .section--favorites .favorites-book-author {
            font-size:  var(--text-sm);
            font-weight: 200;

            margin-bottom: 2em;
        }
.theme_reader .section--favorites .favorites-book-description {
            font-size:  var(--text-sm);
            margin: 0;
            margin-bottom: 20px;
        }
.theme_reader .section--favorites .favorites-book-rating {

        }
.theme_reader .section--favorites .book__numberOfPages {
            font-size: var(--text-xs);
        }
/* end section_favorites */
.theme_reader .section--shelf {
        height: 600px;
        position: relative;
        margin-bottom: 25vh;
    }
.theme_reader .section--shelf .container-shelf {
            position: absolute;
            border-bottom: 1px solid black;
            width: calc(580px + 40vw);
            height: 550px;
            /* background-color: green; */

        }
.theme_reader .section--shelf .shelf-header {
            position: absolute;
            font-size:  var(--text-base);
            font-weight: normal;
            bottom: 10px;
        }
.theme_reader .section--shelf ul.shelf-wrapper {
            list-style-type: none;
            position: absolute;
            height: 500px;
            right: 10vw;
            width: 100%;
            bottom: -1px;
            /* transition:all 0.4s ease-in-out; */
        }
.theme_reader .section--shelf .shelf-book {
            position: absolute;
            border: 1px solid var(--color-black-500);
            border-radius: 3px;
            font-family: var(--font-title);
            width: -moz-fit-content;
            width: fit-content;
            transform-origin: bottom left;
            padding: 35px 150px 35px 35px;
            /* transition:all 0.4s ease-in-out; */
        }
.theme_reader .section--shelf .shelf-book-01 {
            bottom: 0;
            right: 125px;
            width: 540px;
            transform: rotate(-61deg);
        }
.theme_reader .section--shelf .shelf-book-02 {
            bottom: 0px;
            right: -150px;
            bottom: 0;
            width: 700px;
            height: 210px;
        }
.theme_reader .section--shelf .shelf-book-03 {
            bottom: 209px;
            right: 50px;
            width: 400px;
            height: 180px;
        }
.theme_reader .section--shelf .shelf-book-bottomview {
            right: 100px;
            bottom: 389px;
            height: 150px;
            width: 300px;
            /* transition:all 0.4s ease-in-out; */

        }
.theme_reader .section--shelf h1.shelf-book-title {
            font-size: var(--text-5xl);
            line-height: 1em;
            margin: 0 0 10px 0;
            font-weight: normal;
        }
.theme_reader .section--shelf .shelf-book-author {
            font-size: var(--text-2xl);
            line-height: 1em;
            margin: 0;
            font-weight: normal;
        }
.theme_reader .section--shelf .shelf-book-pages {
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            top: 0;
            right: 40px;
            font-size: var(--text-sm);
            /* transform: rotate(90deg);   */
            height: 100%;
            border-left: 1px solid black;
            border-right: 1px solid black;
            text-align: center;
            margin: 0;
        }
.theme_reader .section--shelf .shelf-book-numberOfPages {
            display: block;
            transform: rotate(90deg);
        }
.theme_reader .section--shelf .shelf-book-bottomview {
            position: absolute;
            display: block;
            box-shadow: inset 0 0 0 5px var(--page-bg);
            background-image: repeating-linear-gradient(0deg, #B6ACA5 1px, #B6ACA5 2px, var(--page-bg) 2px, var(--page-bg) 4px);
            padding: 10px;
            margin-bottom: -1px;
            border-top: 1px solid var(--page-text);
            border-bottom: 1px solid var(--page-text);
            border-left: 1px solid var(--page-text);
            border-radius: 5px;
            overflow: hidden;
        }
/* clips svg pagesVisualCurve */
.theme_reader .section--shelf .shelf-book-bottomview:after {
                /* ellipse styling, rightside of pageVisual */
                position: absolute;
                display: block;
                content: "";
                width: 80px;
                right: -40px;
                height: 120%;
                top: -10%;
                background-color: var(--page-bg);
                border-radius: 100% / 100%; /* magic ellipse with the height of parent div */
            }
.theme_reader .book__imgWrapper {
        display: block;
        position: fixed;
        transform-style: preserve-3d;
        transform: translateZ(9999px);
        pointer-events: none;
        width: 200px;
        height: 300px;
        bottom: 40px;
        right: 40px;
        overflow: hidden;
        /* transform: translateX(-100%) translateY(-100%) translateZ(9999); */
        visibility: hidden;

        border: 1px solid var(--color-black-500);
        border-radius: 3px;
        padding: 5px;

        /* background-color: white;
        background-image: repeating-linear-gradient(0deg, #B6ACA5 1px, #B6ACA5 2px, var(--page-bg) 2px, var(--page-bg) 3px); */
        box-shadow: inset 0 0 0 1px var(--page-bg);
        overflow: hidden;

        background-color: var(--page-bg);
        background-blend-mode: luminosity, normal;
    }
.theme_reader .section--booklist {
        position: relative;
        padding-bottom: 15vh;
    }
.theme_reader .section--booklist .theme_reader__Year {
            font-family: var(--font-mono-regular);
            font-size: var(--text-sm);
            color: var(--page-accent);
        }
.theme_reader .section--booklist .theme_reader__Title {
            display: block;
            /* position: sticky; */

            transform-style: preserve-3d;
            transform: translateZ(-280px);

            right: 0;
            top: -150px;
            min-width: calc(100vw - 80px);
            text-align: center;
            font-size: clamp(5em, 7vw, 8em);
            font-family: "GT Flexa variable", serif;
            --wght: 1800;
            --wdth: 200;
            color: white;
            opacity: 0.5;
            font-variation-settings: "wght" var(--wght), "wdth" var(--wdth);
            letter-spacing: 0;
            text-transform: uppercase;
        }
.theme_reader .section--booklist .caption {
            padding-right: 60px;
        }
.theme_reader .section--booklist .caption:before {
                color: var(--page-accent);
            }
.theme_reader .section--booklist ul.bookList {
            position: relative;
            perspective: 3000px;
            transform-style: preserve-3d;
        }
/* background-color: red; */
.theme_reader .section--booklist ul.bookList .book {
                position: relative;
                display: block;
                width: -moz-fit-content;
                width: fit-content;
                min-width: 500px;
                margin: 0 auto;
                margin-bottom: -1px;
                background-color: var(--page-bg);
                padding: 1.6em 6.5em 2em 3.5em;
                border: 1px solid var(--page-text);
                border-radius: 5px 0 0 5px;

                transform-origin: center center center;
                transform-style: preserve-3d;
                transform: translateX(-100px) rotateY(-20deg);
            }
/* decorative styling elements */
.theme_reader .section--booklist ul.bookList .book:after {
                    position: absolute;
                    display: block;
                    content: "";
                    background-color: var(--page-text);
                    top: 10px;
                    left: 20px;
                    width: 1px;
                    height: calc(100% - 20px);
                    box-shadow: 5px 0 0 var(--page-text);
                }
/* half width of book__pagesVisual, rotation to show bookVisual */
.theme_reader .section--booklist ul.bookList .book h1.book__title {
                    font-family: var(--font-title);
                    font-size: var(--text-5xl);
                    line-height: 1.2em;
                    margin: 0;
                    overflow-wrap: break-word;
                    -ms-hyphens: auto;
                    -webkit-hyphens: auto;
                    hyphens: auto;
                    -moz-hyphenate-limit-chars: 6 3 2;     /* not yet supported */
                    -webkit-hyphenate-limit-chars: 6 3 2;  /* not yet supported */
                    -ms-hyphenate-limit-chars: 6 3 2;
                    hyphenate-limit-chars: 6 3 2;
                }
.theme_reader .section--booklist ul.bookList .book .book__author {
                    display: inline-block;
                    font-family: var(--font-mono-bold);
                    font-size: var(--text-xs);
                    line-height: 1em;
                    margin: 0 10px 0 0;
                }
.theme_reader .section--booklist ul.bookList .book .book__description {
                    display: inline-block;
                    font-family: var(--font-mono-regular);
                    font-size: var(--text-xs);
                    margin: 0;
                }
.theme_reader .section--booklist ul.bookList .book .book__description .book__numberOfPages {
                    }
.theme_reader .section--booklist ul.bookList .book .book__description .book__daysToFinish {
                    }
.theme_reader .section--booklist ul.bookList .book .book__rating {
                    position: absolute;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    top: 10px;
                    right: 2%;
                    border-left: 1px solid var(--page-text);
                    border-right: 1px solid var(--page-text);
                    padding: 0;
                    height: calc(100% - 20px);
                    width: 40px;
                }
.theme_reader .section--booklist ul.bookList .book .book__rating:after {
                        display: block;
                        height: 20px;
                        transform: rotate(90deg) translateY(0.25em);
                        font-size: 0.8em;
                        line-height: 1em;
                        letter-spacing: 0.3em;
                    }
.theme_reader .section--booklist ul.bookList .book .book__rating--1:after {
                    content: "\2605";
                }
.theme_reader .section--booklist ul.bookList .book .book__rating--2:after {
                    content: "\2605 \2605";
                }
.theme_reader .section--booklist ul.bookList .book .book__rating--3:after {
                    content: "\2605 \2605 \2605";
                }
.theme_reader .section--booklist ul.bookList .book .book__rating--4:after {
                    content: "\2605 \2605 \2605 \2605";
                }
.theme_reader .section--booklist ul.bookList .book img {
                    display: none;
                }
.theme_reader .section--booklist ul.bookList .book__genre-thriller {
                background-color: var(--page-text);
            }
/* decorative styling elements */
.theme_reader .section--booklist ul.bookList .book__genre-thriller:after {
                    background-color: var(--page-bg);
                    box-shadow: 5px 0 0 var(--page-bg);
                }
/* box-shadow: inset 0 -1px 0 0 var(--page-bg); */
.theme_reader .section--booklist ul.bookList .book__genre-thriller h1.book__title {
                    font-family: var(--font-title);
                    color: var(--page-bg);
                }
.theme_reader .section--booklist ul.bookList .book__genre-thriller .book__author, .theme_reader .section--booklist ul.bookList .book__genre-thriller .book__description, .theme_reader .section--booklist ul.bookList .book__genre-thriller .book__rating {
                    color: var(--page-bg);
                }
.theme_reader .section--booklist ul.bookList .book__genre-thriller .book__rating {
                    border-left: 1px solid  var(--page-bg);
                    border-right: 1px solid  var(--page-bg);
                }
.theme_reader .section--booklist ul.bookList .book__genre-thriller .book__coverVisual-Front, .theme_reader .section--booklist ul.bookList .book__genre-thriller .book__coverVisual-Back {
                    background-color: var(--page-text);
                }
.theme_reader .section--booklist ul.bookList .book__genre-Non-Fiction h1.book__title, .theme_reader .section--booklist ul.bookList .book__genre-Literatuur h1.book__title {
                    font-family: var(--font-title);
                }
.theme_reader .section--booklist ul.bookList .book__coverVisual-Front, .theme_reader .section--booklist ul.bookList .book__coverVisual-Back {
                position: absolute;
                display: block;
                left: 0;
                top: 0;
                height: 250%;
                width: 100%;
                transform: rotateX(90deg) translateY(-100%);


                transform-style: preserve-3d;
                transform-origin: 0 0 0;

                pointer-events: none;

                background-color: #F3E6DD;
                border-top: 2px solid var(--page-text);
                border-left: 2px solid var(--page-text);

                border-radius: 0px 5px 5px 0px;

            }
.theme_reader .section--booklist ul.bookList .book__coverVisual-Front {
            }
.theme_reader .section--booklist ul.bookList .book__coverVisual-Back {
                /* background-color: red; */
            }
.theme_reader .section--booklist ul.bookList .book__pagesVisual {
                position: absolute;
                display: block;
                left: 100%;
                top: -1px;
                height: calc(100% + 2px);
                width: 75%;
                opacity: 1;
                pointer-events: none;
                box-shadow: inset 5px 0 0 5px var(--page-bg);

                background-image: repeating-linear-gradient(0deg, rgb(243,230,221,1), rgb(243,230,221,1) 3px, #7B7876 4px, #7B7876 1px);
                padding: 10px;
                margin-bottom: -1px;
                border-top: 1px solid var(--page-text);
                border-bottom: 1px solid var(--page-text);
                border-left: 1px solid var(--page-text);
                overflow: hidden; /* clips svg pagesVisualCurve */

                transform-style: preserve-3d;
                transform-origin: top left;
                transform: rotateY(90deg);
            }
.theme_reader .section--booklist ul.bookList .book__pagesVisual:after {
                    /* ellipse styling, rightside of pageVisual */
                    position: absolute;
                    display: block;
                    content: "";
                    width: 40px;
                    right: -20px;
                    height: 120%;
                    top: -10%;
                    background-color: var(--page-bg);
                    border-radius: 100% / 100%; /* magic ellipse with the height of parent div */
                }
.theme_reader .bookArchive-imgWrapper {
        display: block;
        position: fixed;
        pointer-events: none;
        width: 200px;
        height: 300px;
        transform: translateY(2150%) translateX(0);

        top: -100px;
        left: calc(50vw - 380px);

        overflow: hidden;
        border-radius: 3px;

        background-color: var(--page-bg);
        background-blend-mode: luminosity;
    }
.theme_reader .section--bookArchive {
        padding-bottom: 15vh;

    }
.theme_reader .section--bookArchive h2.bookArchive-title {
            font-family: var(--font-mono-regular);
            font-size: var(--text-sm);
            color: var(--page-accent);
            text-transform: uppercase;
            padding-bottom: 40px;
            padding-left: 80px;
        }
.theme_reader .section--bookArchive .container--bookArchive {
            position: relative;
            overflow: hidden;
        }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper {
                width: 100%;
                display: grid;
                grid-template-columns: 3fr 7fr;
                grid-template-rows: 500px min-content;
                align-items: center;
                padding: 80px 80px 120px 80px;

                border: 1px solid var(--color-black-500);
                border-radius: 3px;



            }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper:before {
                    /* ellipse styling, rightside of pageVisual */
                    position: absolute;
                    display: block;
                    content: "";
                    width: 25px;
                    height: 25px;
                    left: 30px;
                    top: 600px;
                    background-color: var(--page-bg);
                    border-radius: 100% / 100%; /* magic ellipse with the height of parent div */
                    border: 1px solid var(--page-text);
                }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper:after {
                    /* ellipse styling, rightside of pageVisual */
                    position: absolute;
                    display: block;
                    content: "";
                    width: 25px;
                    height: 25px;
                    left: 30px;
                    top: calc(1000px);
                    background-color: var(--page-bg);
                    border-radius: 100% / 100%; /* magic ellipse with the height of parent div */
                    border: 1px solid var(--page-text);
                }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-pagesVisual {
                    /* ellipse styling, rightside of pageVisual */
                    position: absolute;
                    display: block;
                    left: 0;
                    bottom: 0;
                    height: 21px;
                    width: 100%;
                    box-shadow: inset 1px 0 0 1px var(--page-bg);

                    background-image: repeating-linear-gradient(0deg, #B6ACA5 1px, #B6ACA5 2px, var(--page-bg) 2px, var(--page-bg) 3px);
                    border: 1px solid var(--page-text);
                    border-radius: 0px 0px 3px 3px;
                    overflow: hidden;
                }
/* clips svg pagesVisualCurve */
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-pagesVisual:after {
                        /* ellipse styling, rightside of pageVisual */
                        position: absolute;
                        display: block;
                        content: "";
                        width: 10px;
                        right: -5px;
                        height: 120%;
                        top: -10%;
                        background-color: var(--page-bg);
                        border-radius: 100% / 100%; /* magic ellipse with the height of parent div */
                    }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-year {
                    display: block;
                    grid-column: 1 / 2;
                    grid-row: 1 / 2;
                    align-self: start;

                    font-family: "GT Flexa variable", serif;

                    font-size: 7em;
                    font-weight: normal;
                    line-height: 1em;
                }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-year-row1 {
                    --wdth: 10;
                    --wght: 0;
                    font-variation-settings: "wght" var(--wght), "wdth" var(--wdth);
                }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-year-row2 {
                    --wdth: 0;
                    --wght: 500;
                    font-variation-settings: "wght" var(--wght), "wdth" var(--wdth);
                }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-year-row2 {
                    display: block;
                }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-description {
                    position: relative;
                    grid-column: 2 / 3;
                    grid-row: 1 / 2;
                    justify-self: end;
                    align-self: start;


                    font-family: var(--font-title);
                    font-size: var(--text-2xl);
                }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-description:before {
                        position: absolute;
                        display: block;
                        content: "//";
                        left: -1.4em;
                        top: 0.6em;
                        padding-right: 1em;
                        font-size: 0.6em;
                    }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-list {
                    grid-column: 2 / 3;
                    grid-row: 2 / 3;
                    list-style: none;
                }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-listitem {
                    display: grid;
                    grid-template-columns: 2fr 1fr 50px 5ch;
                    align-items: center;
                    -moz-column-gap: 20px;
                         column-gap: 20px;

                    height: 50px;
                    border-bottom: 1px solid var(--page-text);
                    padding-bottom: 1px;
                    background-color: var(--page-bg);

                    font-size:  var(--text-sm);
                    font-weight: normal;
                    }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper h1.bookArchive-title {
                    grid-column: 1 / 2;

                    font-size:  var(--text-sm);
                    font-weight: normal;
                    margin: 0;

                    white-space: nowrap;
                    overflow:hidden;
                    text-overflow:elipses;
                }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper h2.bookArchive-author {
                    grid-column: 2 / 3;

                    font-family: var(--font-title);
                    font-size:  var(--text-sm);
                    font-weight: normal;
                }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-rating {
                    grid-column: 3 / 4;
                }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-rating:after {
                        display: block;
                        font-size: 0.7em;
                        line-height: 1.9em;
                        letter-spacing: 0em;
                        opacity: 50%;
                    }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive__rating--1:after {
                    content: "\2605";
                }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive__rating--2:after {
                    content: "\2605 \2605";
                }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive__rating--3:after {
                    content: "\2605 \2605 \2605";
                }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive__rating--4:after {
                    content: "\2605 \2605 \2605 \2605";
                }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-numberOfPages {
                    grid-column: 4 / 5;
                    justify-self: end;

                    font-family: var(--font-title);
                    font-size:  var(--text-sm);
                    font-weight: normal;
                }
.theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-image {
                    width: 200px;
                    display: none;
                }
/* end section bookarchive */
.theme_reader .header--metadata a, .theme_reader .footer a {color: var(--page-link);}
.theme_reader .header--metadata {color: var(--page-link);}
/* end body theme_reader */
/* On screens that are 1244px width or less */
@media screen and (max-width: 1244px) {

        .theme_reader .content--wrapper .w-medium {
            width: calc(100% - 20vw);
        }

        .theme_reader .section--data {
            padding-bottom: 0;
        }

        .theme_reader .section--favorites {
            padding-bottom: 10vh;
            padding-top: 10vh;
        }

            .theme_reader .section--favorites .container-favorites {
                grid-template-columns: 4fr 1fr;
                grid-template-rows: 150px 300px;
            }

            .theme_reader .section--favorites .favorites-header {
                grid-column: 1 / 2;
                grid-row: 1 / 2;
                padding-top: 100px;
            }

            .theme_reader .section--favorites .favorites-book-wrapper {
                grid-column: 1 / 2;
                grid-row: 2 / 3;
                }

            .theme_reader .section--favorites .favorites-info {
                padding-top: 150px;
                left: clamp(700px, 60vw, 1200px);
            }

            .theme_reader .section--favorites .favorites-info-book {
                top: auto;
            }

            .theme_reader .section--favorites .content--wrapper .w-medium {
                width: calc(100% - 10vw);
            } /* end section favorites */
            .theme_reader .section--shelf .container-shelf {
            }

            .theme_reader .section--shelf .shelf-header {
                left: 0;
            }

            .theme_reader .section--shelf ul.shelf-wrapper {
                height: 500px;
                right: 0;
                width: 100%;
            }

            .theme_reader .section--shelf .shelf-book-01 {
                bottom: 0;
                right: 50px;
                transform: rotate(-75deg);
            }

            .theme_reader .section--shelf .shelf-book-02 {
                bottom: 0;
                right: -210px;
                height: 170px;
            }

            .theme_reader .section--shelf .shelf-book-03 {
                bottom: 169px;
                right: 53px;
                height: 140px;
            }

            .theme_reader .section--shelf .shelf-book-bottomview {
                right: 100px;
                bottom: 309px;
                height: 80px;
            }

            .theme_reader .section--shelf h1.shelf-book-title {
                font-size: var(--text-4xl);
                margin: 0 0 7px 0;
            }

            .theme_reader .section--shelf .shelf-book-author {
                font-size: var(--text-xl);
            }
                    .theme_reader .section--booklist ul.bookList .book h1.book__title {
                        font-size: var(--text-4xl);
                    }

        .theme_reader .bookArchive-imgWrapper {
            left: calc(18vw + 80px);
        }
                .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper {
                    grid-template-columns: 240px 1fr;
                    grid-template-rows: 400px min-content;
                    padding: 40px 40px 80px 40px;

                }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-listitem {
                        grid-template-columns: 3fr 50px 5ch;
                        grid-template-rows: 2fr 1fr;
                        padding: 8px 0 13px 0;
                        height: auto;
                        }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper h1.bookArchive-title {
                        grid-column: 1 / 2;
                        grid-row: 1 / 2;
                        font-size:  var(--text-base);
                        font-weight: normal;
                        margin: 0;
                    }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper h2.bookArchive-author {
                        grid-column: 1 / 2;
                        grid-row: 2 / 3;
                        font-size:  var(--text-xs);
                        line-height: 1.2em;
                    }


}
/* On screens that are 1000px width or less */
@media screen and (max-width: 1000px) {
            .theme_reader .section--intro .article {
                grid-column: 1 / 4;
                padding-right: 15%;
                font-size: var(--text-base);
            }
            .theme_reader .section--data .container-data {
                grid-template-columns: minmax(42vw, 1fr) minmax(35vw, 1fr);
                grid-template-rows: 50px 35px 35vw 40px;
            }

            .theme_reader .section--data .headers {
                font-size: var(--text-sm);
            }

            .theme_reader .section--data .headers-year {
                grid-column: 1 / 3;
                grid-row: 1 / 2;
            }

            .theme_reader .section--data .headers-pages {
                grid-column: 1 / 2;
                grid-row: 2 / 3;
            }

            .theme_reader .section--data .headers-minutes {
                grid-column: 2 / 3;
                grid-row: 2 / 3;
            }

            .theme_reader .section--data .number-wrapper {
                height: 22vw;
            }

            .theme_reader .section--data .number-wrapper-pages {
                grid-column: 1 / 2;
                grid-row: 3 / 4;
            }

            .theme_reader .section--data .number-wrapper-minutes {
                grid-column: 2 / 3;
                grid-row: 3 / 4;
            }

            .theme_reader .section--data .number {
                font-size: 28vw;
                transform: translateY(-0.1em); /* positions large number at top of number-wrapper */
                letter-spacing: 0;
            }

            .theme_reader .section--data .booktotals-wrapper {
                grid-column: 1 / 3;
                grid-row: 4 / 5;

                font-size: var(--text-sm);
            }


            .theme_reader .section--data .booktotals-emdash {
                transform: translatey(-0.2em);
                margin: 0 1em;
                width: 50px;
                height: 1px;
            } /* end section data */

        .theme_reader .section--favorites {
            padding-bottom: 5vh;
        }

            .theme_reader .section--favorites .container-favorites {
                grid-template-columns: 1fr;
                grid-template-rows: 150px 1fr 200px;
            }

            .theme_reader .section--favorites .favorites-header {
                grid-column: 1 / 2;
                grid-row: 1 / 2;

                padding-top: 50px;
            }

            .theme_reader .section--favorites .favorites-book-wrapper {
                grid-column: 1 / 2;
                grid-row: 2 / 3;
                height: auto;
                margin-bottom: 50px;
            }

            .theme_reader .section--favorites .favorites-book-image {
                height: auto;
                width: 20vw;
                position: relative;
                z-index: 999;
            }

            .theme_reader .section--favorites .favorites-info {
                width: 400px;
                left: 10vw;
                margin-top: calc(150px + 45vw);
                padding-top: 0;
            }

            .theme_reader .section--favorites .favorites-info-default {
                padding-top: 0;
            }


            .theme_reader .section--favorites .content--wrapper .w-medium {
                width: calc(100% - 10vw);
            } /* end section favorites */
            .theme_reader .section--shelf .container-shelf {
                left: 0;
            }


            .theme_reader .section--shelf ul.shelf-wrapper {
                right: -10vw;
            }

            .theme_reader .section--shelf .shelf-header {
                top: 0%;
                left: 0;
            }

            .theme_reader .section--shelf .shelf-book-01 {
                bottom: 0;
                left: 50px;
                transform: rotate(-87deg);
            }

            .theme_reader .section--shelf .shelf-book-02 {
                bottom: 4px;
                left: 387px;
                height: 170px;
                width: 500px;
                transform: rotate(-91deg);
            }

            .theme_reader .section--shelf .shelf-book-03 {
                bottom: 0;
                left: 210px;
                height: 140px;
                transform: rotate(-90deg);
            }

            .theme_reader .section--shelf .shelf-book-bottomview {
                left: 470px;
                bottom: 0;
                height: 80px;
                transform: rotate(-90deg);
                transform-origin: bottom left;
            }
            .theme_reader .section--booklist ul.bookList {
                perspective: none;

                -moz-column-count: 2;

                     column-count: 2;
                -moz-column-gap: 40px;
                     column-gap: 40px;
                -webkit-column-break-inside: avoid;





            }

                .theme_reader .section--booklist ul.bookList .book {
                    position: relative;
                    margin: 0;
                    width: 100%;
                    min-width: 200px;
                    transform: translateX(0) rotateY(0);
                    margin-bottom: calc(100px + 40px); /* hoogte pageVisual + marge */
                    padding: 1.9em 2.2em 1.9em 2.2em;
                    border-radius: 5px 5px 3px 0;
                    overflow: none;


                }

                    /* decorative styling elements */
                    .theme_reader .section--booklist ul.bookList .book:after {
                        display: none;
                    }

                    .theme_reader .section--booklist ul.bookList .book h1.book__title {
                        font-size: var(--text-6xl);
                        margin-bottom: 15px;
                        padding: 0.1em 0 0.1em 0;
                        line-height: 1em;
                        max-width: 100%;
                        overflow: hidden;
                    }

                    .theme_reader .section--booklist ul.bookList .book .book__author {
                        display: block;
                        margin: 0;
                        padding: 0;
                        width: 100%;
                    }

                    .theme_reader .section--booklist ul.bookList .book .book__description {
                        display: block;
                        position: absolute;
                    }

                        .theme_reader .section--booklist ul.bookList .book .book__description .book__daysToFinish {
                            display: none;
                        }

                        .theme_reader .section--booklist ul.bookList .book .book__description .book__descriptionText {
                            display: none;
                        }

                        .theme_reader .section--booklist ul.bookList .book .book__description .book__numberOfPages {
                            position: absolute;
                            bottom: -219px;
                            left: 0;
                            padding: 0.5em;
                            background-color: var(--page-link);
                            color: white;
                            border-radius: 0 0 3px 3px;
                            font-size: var(--text-xs);
                            z-index: 10000;
                        }

                    .theme_reader .section--booklist ul.bookList .book .book__rating {
                        display: block;
                        position: relative;
                        width: 100%;
                        margin-top: 100px;
                        right: 0;
                        border: none;
                        border-top: 1px solid rgba(0, 0, 0, 0.5);
                        line-height: 1em;
                        padding: 1.2em 0 0.5em 0;
                        font-size: var(--text-xs);
                        font-family: var(--font-mono-bold);
                    }

                        /* &:before {
                            font-family: var(--font-mono-regular);
                            content: "rating: ";
                        } */

                        .theme_reader .section--booklist ul.bookList .book .book__rating:after {
                            display: inline;
                            transform: rotate(0deg);
                            font-size: 1.8em;
                            line-height: 1.2em;
                            letter-spacing: 0em;
                        }


                    .theme_reader .section--booklist ul.bookList .book .book__pagesVisual {
                        position: absolute;
                        display: block;
                        left: -1px;
                        top: 100%;
                        height: 100px;
                        width: 100%;
                        transform-origin: top left;
                        box-shadow: inset 2px 0 0 5px var(--page-bg);

                        background-image: repeating-linear-gradient(0deg, rgb(243,230,221,1), rgb(243,230,221,1) 3px, #7B7876 4px, #7B7876 1px);
                        padding: 5px;
                        margin-bottom: -1px;
                        border-top: 1px solid var(--page-text);
                        border-bottom: 1px solid var(--page-text);
                        border-left: 1px solid var(--page-text);
                        border-radius: 0 0 0 3px;
                        overflow: hidden; /* clips svg pagesVisualCurve */
                        transform: rotateY(0deg);
                    }

                        .theme_reader .section--booklist ul.bookList .book .book__pagesVisual:after {
                            /* ellipse styling, rightside of pageVisual */
                            position: absolute;
                            display: block;
                            content: "";
                            width: 40px;
                            right: -20px;
                            height: 120%;
                            top: -10%;
                            background-color: var(--page-bg);
                            border-radius: 100% / 100%; /* magic ellipse with the height of parent div */
                        } /* end section booklist */

        .theme_reader .bookArchive-imgWrapper {
            display: none;
        }
                .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper {
                    grid-template-columns: 1fr;
                    grid-template-rows: 300px min-content;

                }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper:before {
                        display: none;
                    }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper:after {
                        display: none;
                    }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-list {
                        grid-column: 1 / 3;
                    }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-listitem {
                        grid-template-columns: 1fr 50px;
                        grid-template-rows: 1fr 1fr;
                        padding: 10px 0 8px 0;
                        }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper h1.bookArchive-title {
                        grid-column: 1 / 2;
                        grid-row: 1 / 2;
                        line-height: 1.4em;
                    }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper h2.bookArchive-author {
                        grid-column: 1 / 2;
                        grid-row: 2 / 3;
                    }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-rating {
                        grid-column: 3 / 4;
                        grid-row: 2 / 3;
                        justify-self: end;
                    }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-numberOfPages {
                        grid-column: 3 / 4;
                    }
}
/* On screens that are 600px width or less */
@media screen and (max-width: 600px) {
            .theme_reader .section--intro p.article {
                font-size: var(--text-sm);
            }
            .theme_reader .section--data .container-data {
                grid-template-columns: minmax(39vw, 1fr) minmax(34vw, 1fr);
                grid-template-rows: 50px 35px 35vw 40px 40px;
            }

            .theme_reader .section--data .headers {
                font-size: var(--text-sm);
            }

            .theme_reader .section--data .headers-year {
                grid-column: 1 / 2;
                grid-row: 1 / 2;
            }

            .theme_reader .section--data .headers-pages {
                grid-column: 1 / 2;
                grid-row: 2 / 3;
            }

            .theme_reader .section--data .headers-minutes {
                grid-column: 2 / 3;
                grid-row: 2 / 3;
            }

            .theme_reader .section--data .number-wrapper {
                height: 22vw;
            }


            .theme_reader .section--data .number {
                font-size: 27vw;
                transform: translateY(-0.1em); /* positions large number at top of number-wrapper */
                letter-spacing: 0;
            }

            .theme_reader .section--data .booktotals-wrapper {
                grid-column: 1 / 3;
                grid-row: 4 / 6;

                font-size: var(--text-sm);
                height: auto;
            }



            .theme_reader .section--data .booktotals-emdash {
                display: none;
            }

            .theme_reader .section--data .booktotals-genre-wrapper {
                display: block;
                grid-column: 1 / 3;
                grid-row: 5 / 6;
            } /* end section data */

            .theme_reader .section--favorites .container-favorites {
                grid-template-rows: 100px 1fr;
            }

            .theme_reader .section--favorites .favorites-header {
                padding-top: 0;
            }

            .theme_reader .section--favorites .favorites-book-image {
                height: auto;
            }

            .theme_reader .section--favorites .favorites-info {
                display: none;
            }
            .theme_reader .section--shelf .shelf-header {
                top: 10%;
                left: 10vw;
            }

            .theme_reader .section--shelf ul.shelf-wrapper {
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                list-style-type: none;
                position: absolute;
                right: 0;
                width: 100%;
                bottom: 0;
            }

            .theme_reader .section--shelf .shelf-book {
                position: absolute;
                border: 1px solid var(--color-black-500);
                border-radius: 3px;
                font-family: var(--font-title);
                transform-origin: bottom left;
                width: -moz-fit-content;
                width: fit-content;
                height: -moz-fit-content;
                height: fit-content;
                padding: 4vw 22vw 4vw 4vw;
            }

            .theme_reader .section--shelf .shelf-book-01 {
                position: relative;
                bottom: -3px;
                left: 0;
                transform: rotate(0deg);
                min-width: 70vw;
            }

            .theme_reader .section--shelf .shelf-book-02 {
                position: relative;
                left: 3vw;
                bottom: -2px;
                transform: rotate(0deg);
                min-width: 70vw;
            }

            .theme_reader .section--shelf .shelf-book-03 {
                position: relative;
                bottom: -1px;
                left: 0vw;
                transform: rotate(0deg);
                min-width: 60vw;
            }

            .theme_reader .section--shelf .shelf-book-bottomview {
                position: relative;
                bottom: 0px;
                left: 10vw;
                height: 400px;
                transform: rotate(0deg);
                width: 50vw;
            }

            .theme_reader .section--shelf h1.shelf-book-title {
                font-size: 5vw;
                margin: 0 0 7px 0;
            }

            .theme_reader .section--shelf .shelf-book-author {
                font-size: 3vw;
            }
            .theme_reader .section--booklist ul.bookList {

                -moz-column-count: 1;

                     column-count: 1;

            }

                .theme_reader .section--booklist ul.bookList .book h1.book__title{
                    font-size: var(--text-5xl);
                }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-listitem {
                        grid-template-columns: 1fr 50p 4ch;
                        grid-template-rows: 1fr 1fr;
                        padding: 10px 0 8px 0;
                        }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper h1.bookArchive-title {
                        grid-column: 1 / 4;
                        grid-row: 1 / 2;
                        line-height: 1.4em;
                    }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper h2.bookArchive-author {
                        grid-column: 1 / 2;
                        grid-row: 2 / 3;
                    }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-rating {
                        grid-column: 2 / 3;
                        grid-row: 2 / 3;
                        justify-self: end;
                    }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-numberOfPages {
                        grid-column: 3 / 4;
                        grid-row: 2 / 3;
                        font-size: var(--text-xs);
                    }

}
/* On screens that are 500px width or less */
@media screen and (max-width: 500px) {

            .theme_reader .section--favorites .container-favorites {
                grid-template-rows: 75px 1fr;
            }

            .theme_reader .section--favorites .favorites-header {
                padding-top: 0;
            }

            .theme_reader .section--favorites .favorites-book-wrapper {
                width: 100%;
                overflow: hidden;
                -moz-column-gap: 20px;
                     column-gap: 20px;
            }

                .theme_reader .section--booklist ul.bookList .book {
                    margin: 0;
                    width: 100%;
                    min-width: 200px;
                    margin-bottom: calc(100px + 40px); /* hoogte pageVisual + marge */
                    padding: 1.9em 1.7em 1.7em 1.7em;
                    border-radius: 5px 5px 3px 0;
                    overflow: none;
                }

                .theme_reader .section--booklist ul.bookList .book h1.book__title{
                    font-size: var(--text-4xl);
                }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-listitem {
                        grid-template-columns: 1fr;
                        grid-template-rows: 1fr 1fr 1fr;
                        padding: 10px 0 10px 0;
                        }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper h1.bookArchive-title {
                        grid-column: 1 / 1;
                        grid-row: 1 / 2;
                        line-height: 1.4em;
                        font-size: var(--text-sm);

                    }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper h2.bookArchive-author {
                        grid-column: 1 / 1;
                        grid-row: 2 / 3;
                    }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-rating {
                        grid-column: 1 / 1;
                        grid-row: 3 / 4;
                        justify-self: start;
                        padding-top: 5px;

                    }

                    .theme_reader .section--bookArchive .container--bookArchive .bookArchive-wrapper .bookArchive-numberOfPages {
                        display: none;
                    }

}
/* On screens that are 375px width or less */
@media screen and (max-width: 340px) {
                    .theme_reader .section--booklist ul.bookList .book h1.book__title {
                        font-size: var(--text-4xl);
                    }
}
