*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  box-sizing: border-box;
}

/* a:focus {
  outline: 2px solid blue;
} */

html,
body {
  font-size: 62.5%;
  min-height: 100%;
  background: #f6f7f7;
  background: linear-gradient(90deg, #f6f7f7 10%, #ffffff 50%);
  color: #333;
  font-family: Merriweather, Georgia, "Times New Roman", Times, serif;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

article,
aside,
audio,
footer,
header,
nav,
section,
video {
  display: block;
}
::selection {
  background-color: #001158;
  color: #fff;
}

.embed-media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 4rem auto;
  clear: both;
}

.embed-media iframe,
.embed_media object,
.embed_media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 300;
  src: url("/fonts/Merriweather-Italic.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/Merriweather-Bold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Merriweather";
  font-style: italic;
  font-weight: bold;
  src: url("/fonts/Merriweather-BoldItalic.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Vestula";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/VestulaPro-Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Vestula";
  font-style: italic;
  font-weight: normal;
  src: url("/fonts/VestulaItalic-Regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Vestula";
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/VestulaPro-DemiBold.woff2") format("woff2");
}

h1 {
  font-size: 4rem;
}

textarea {
  resize: vertical;
}

/* changes textarea resizing from "both" (UA default) to vertical only */

table {
  border-collapse: collapse;
}

td {
  padding: 0.5rem;
}

/* causes tables to actually look like tables */

img {
  border: none;
  max-width: 100%;
}

/* removes outlines from linked images (for older browsers and IE), sets up images for responsive design layout */

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0px;
}

/* removes the inner border effect from focused buttons for form elements in Firefox */

input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
}

/* removes the OS X appearance from HTML5 search inputs and submit buttons when viewed in Safari */

input:required:after {
  color: #f00;
  content: " *";
}

/* sets up required form fields with the conventional following red asterix */
input[type="email"]:invalid {
  background: #f00;
}

/* causes a visual alert in browsers that do client-side checking of HTML5 email field â€“ this may already be the default in some browsers. */

.right {
  float: right;
  margin-left: 2rem;
  clear: right;
}

.left {
  float: left;
  margin-right: 2rem;
  clear: left;
}

/* allows a quick shortcut for floating elements left and right while avoiding the â€œfloat quirkâ€ problem */

sub,
sup {
  line-height: 0;
}

/* sets superscript and subscript text so that it doesn't throw off leading for elements in which they are included */

html,
body {
  margin: 0;
  padding: 0;
}

.content-container {
  padding-bottom: 12rem;
}

.home .content-container {
  background: url(/images/hpbp.webp) no-repeat top right #001158;
  background-size: 50%;
}

.content {
  max-width: 57%;
  margin: 0 auto;
}

.voorbeelden .content {
  margin-top: 60px;
}

.example-content {
  max-width: 47%;
  margin-top: 60px;
}

.index {
  margin: 40px 0 30px;
  background: #001158;
  border-radius: 0 0 80px 0;
  box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  min-height: 440px;
}

.index-left {
  width: 44%;
  background: #fff;
  padding-left: 13rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 500px;
}

.index-blog .index-left {
  width: 55%;
  background: #fff;
}

.index-example {
  box-shadow: none;
  background: transparent;
  align-items: start;
}

.index-example .index-left {
  background: white;
  width: 40%;
}

.index-example .curve {
  fill: #e1ebbb;
}

.index-example .curve-line {
  fill: none;
  stroke: #e1ebbb;
}

.index-example .index-right a {
  display: block;
  box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.05);
}

.index-blog h1 {
  color: #001158;
}

.curve-wrapper {
  position: absolute;
  top: 0;
  right: -79px;
  height: 100%;
  width: 80px;
}

.curve {
  height: 100%;
  width: 100%;
  fill: #fff;
}

.curve-line {
  fill: none;
  stroke: #fff;
}

.index-blog .curve {
  fill: #fff;
}

.index-right {
  margin: auto;
}

.index-right figure {
  /* max-width: 480px; */
  max-width: 60%;
  margin: auto;
}

/* Responsive styling */
@media (max-width: 768px) {
  .index {
    flex-direction: column;
  }

  .index-left,
  .index-right,
  .index-blog .index-left {
    width: 100%;
    min-height: initial;
    padding: 40px 0 20px 40px;
  }

  .index-right {
    padding-left: 20px; /* Reset padding omdat curve nu boven zit */
    margin-top: 30px; /* Ruimte voor de curve */
  }

  .curve-wrapper {
    right: 0;
    top: unset; /* Reset top positie */
    bottom: -30px; /* Plaats curve aan onderkant */
    width: 100%; /* Volle breedte */
    height: 30px; /* Hoogte is nu wat breedte was */
  }

  .curve {
    transform: rotate(-90deg); /* Draai de curve 90 graden */
    transform-origin: left top; /* Draai vanuit linksboven */
    position: absolute;
    width: 30px; /* Dit wordt nu effectief de horizontale curve */
    height: 100%;
    left: 0;
  }
}

.content h1 {
  font-size: 5.4rem;
  color: #333;
}

.content-home {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10rem 0;
}

.home-text {
  width: 50%;
  color: #fff;
}

.home-heading {
  font-size: 6rem;
  color: #fff;
  line-height: 0.6;
}
.home-subheading {
  color: #bcd2ff;
  font: bold 1.8rem / 1.2 Merriweather;
  margin-bottom: 2rem;
}

h2 {
  font-size: 2.8rem;
  margin: 4rem 0 1rem;
  color: #001158;
}

h3 {
  font-size: 2.2rem;
  margin: 8px 0;
  color: #001158;
  font-family: "Vestula";
}

h4 {
  font-size: 1.8rem;
  margin: 2rem 0 -1.6rem;
  color: #001158;
  font-style: italic;
}

.index h2 {
  font-weight: normal;
  font-size: 15px;
  margin-top: 40px;
  text-transform: uppercase;
}

p,
ol,
ul {
  font: normal 2rem/1.5 Merriweather;
  margin: 2rem 0;
}

ol,
ul {
  padding-left: 2rem;
}

a {
  color: #2196f3;
}

.alert {
  background: #f5f5f5;
  padding: 20px;
  border-left: 5px solid #001158;
  display: inline-block;
}

.font-show-vestula-normal {
  font: normal 4.2rem/1.3 Vestula;
  background: #f5f5f5;
  padding: 10px 20px;
  overflow-wrap: break-word;
}

.font-show-vestula-italic {
  font: normal italic 4.2rem/1.3 Vestula;
  background: #f5f5f5;
  padding: 10px 20px;
  overflow-wrap: break-word;
}

.font-show-vestula-bold {
  font: bold 4.2rem/1.3 Vestula;
  background: #f5f5f5;
  padding: 10px 20px;
  overflow-wrap: break-word;
}

.font-show-merriweather-normal {
  font: normal 3.6rem/1.3 Merriweather;
  background: #f5f5f5;
  padding: 10px 20px;
  overflow-wrap: break-word;
}

.font-show-merriweather-italic {
  font: normal italic 3.6rem/1.3 Merriweather;
  background: #f5f5f5;
  padding: 10px 20px;
  overflow-wrap: break-word;
}

.font-show-merriweather-bold {
  font: bold 3.6rem/1.3 Merriweather;
  background: #f5f5f5;
  padding: 10px 20px;
  overflow-wrap: break-word;
}

.overview {
  padding: 0 10px;
  border-left: 5px solid #001158;
  margin: 20px 0 40px;
}

.overview h2 {
  margin: 0;
}

.overview ul {
  margin: 0;
  padding-left: 1rem;
}

.overview li {
  list-style: none;
  margin: 4px 0;
}

.overview li a {
  font: normal 18px / 1.3 Vestula;
  text-decoration: none;
  color: #005797;
}

.overview li a:hover {
  font-weight: bold;
}

.breadcrumbs ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 0;
  padding: 0;
}

.breadcrumbs li {
  margin: 0 0 0 0.6875rem;
  padding-right: 1em;
  position: relative;
}

.breadcrumbs li:not(:last-child)::after {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: block;
  height: 0.5em;
  position: absolute;
  right: 0.4em;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 0.5em;
}

.breadcrumbs a {
  color: #333;
  text-underline-offset: 0.25em;
  font: 16px / 1.3 vestula;
}

.breadcrumbs li:last-child a {
  text-decoration: none;
  font-weight: bold;
}

.wrapper {
  max-width: 1280px;
  margin: auto;
}

.logo {
  display: inline;
}

.logo svg {
  width: 130px;
  margin: 30px 0;
}

.logo .logo-background {
  fill: #fff;
}

.logo-blue {
  fill: #001158;
}

.logo-white {
  fill: #fff;
}


.navigation__checkbox,
.navigation__toggle {
  display: none;
}

.navigation__checkbox:checked ~ .navigation__list {
  display: block;
  z-index: 3;
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  top: 120px;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
}

.subnav {
  opacity: 0;
  transform: translateY(25%);
  transition: all 350ms ease;
  pointer-events: none;
  left: 0;
  min-width: 190px;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.15);
  top: 100%;
  padding: 1rem 0;
}

.subnav a {
  font-weight: normal;
  font-size: 1.6rem;
  margin: 8px 20px;
  display: inline-block;
}

/* ----------------- */

.mainmenu {
  float: right;
  margin-top: 40px;
}

.mainmenu ul {
  list-style: none;
  margin: 0;
  padding: 0; 
  display: inline;
}

.mainmenu .navigation__list > li {
  display: inline-block;
  position: relative; 
  margin: 0 20px 0 0;
  padding-bottom: 16px;
}

.mainmenu .navigation__list a {
  font: 1.8rem / 1.3 "Vestula";
  color: #001158;
  text-decoration: none;
  position: relative; 
}

.mainmenu .navigation__list > li > a {
  display: block;
}

.mainmenu .navigation__list > li > a.is-active:after,
.mainmenu .navigation__list > li > a:hover:after,
.mainmenu .navigation__list > li > a.is-ancestor:after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  height: 0.5625rem;
  width: 100%;
  background-color: #001158;
  border-radius: 0.3125rem;
}

.mainmenu .level-2,
.mainmenu .level-3 {
  opacity: 0;
  transform: translateY(15px); 
  transition: opacity 300ms ease, transform 300ms ease;
  pointer-events: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.mainmenu .level-2 {
  min-width: 220px; 
  top: 100%; 
  left: 0;
  padding: 1rem 0;
}

.mainmenu .navigation__list > li:hover > .level-2 {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mainmenu .level-2 > li,
.mainmenu .level-3 > li  {
  display: block; 
  position: relative; 
  padding: 0;
  margin: 0;
}

.mainmenu .level-2 > li > a,
.mainmenu .level-3 > li > a {
  display: block; /* Zorgt dat de link de hele breedte pakt */
  padding: 8px 20px;
  font-weight: normal;
  font-size: 1.6rem;
  text-decoration: none;
  color: #333;
}

.mainmenu .level-2 > li > a:hover,
.mainmenu .level-3 > li > a:hover {
  background-color: #f5f5f5;
}


/* --- LEVEL 3: HET ZIJPANEEL --- */
.mainmenu .level-3 {
  min-width: 220px;
  top: 0; /* Lijn uit met de bovenkant van de parent <li> (bv. 'Beeld') */
  left: 100%; /* Plaats het PRECIES rechts van de parent <li> */
  padding: 1rem 0;
  border-left: 1px solid #eee; /* Visuele scheiding */
}

/* Laat het zijpaneel zien bij hover op de Level 2 li */
.mainmenu .level-2 > li:hover > .level-3 {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


/* .mainmenu .level-2 > li > a {
    We hebben al styling, dus we voegen alleen de pijl toe als er een level-3 is 
} */

.mainmenu .level-2 > li:has(.level-3) > a::after {
    content: '›'; /* Of gebruik een SVG-icoon */
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-weight: bold;
}



/* ---------------- */

.language-selector {
  display: inline;
  font-family: Vestula, sans-serif;
  border: 2px solid #e5e5e5;
  background-color: #e5e5e5;
  border-radius: 100vh;
}

.language-selector a {
  font-size: 1.8rem;
}

.language-selector a:hover:after {
  height: 0;
  width: 0;
}

.language-selector__item {
  padding: 0 6px;
  border-radius: 100vh;
  text-transform: uppercase;
  border: none;
  font-size: 1.6rem;
  text-decoration: none;
  color: #001158;
}

.language-selector .is-active {
  background-color: #ffffff;
}

.searchbar-input {
  display: block;
  width: 90%;
  padding: 18px;
  box-shadow: inset 3px 2px 6px 0px #0000000d;
  font-family: "Vestula";
  font-size: 1.8rem;
  border: 1px dotted #ccc;
  margin: auto;
}

.board-container {
  display: flex;
  gap: 10%;
  flex-wrap: wrap;
}

#board {
  width: 66.5%;
}

.aside {
  width: 300px;
  margin-top: 5rem;
}

.results-table {
  font-size: 1.8rem;
  width: 100%;
  /* margin-top: 3rem; */
}

.results-table .results-head-item {
  font-family: Vestula;
  font-weight: normal;
  color: #999;
  font-size: 1.6rem;
  padding: 16px 0;
  border-bottom: 1px dotted #ccc;
}

.results-table th {
  text-align: left;
}

.results-table .results-body {
  font-family: "Vestula";
}

.results-table td {
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
}

.results-item:nth-child(1) {
  font-weight: bold;
}

.pagination,
.paginate {
  clear: both;
  padding: 1em 0;
  text-align: center;
  color: #333;
  list-style: none;
}

.paginate {
  margin: 4rem 0 2rem;
}

.pagination__item {
  display: inline-block;
  margin: 0 0.5%;
  padding: 4px 8px;
  font: 1.6rem / 1 "Vestula";
}

.pagination__item--current {
  border-radius: 30px;
  border: 1px solid #ccc;
}

.pagination__link {
  text-decoration: none;
  color: #333;
}

.paginate a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  margin: 0 0.5%;
  padding: 4px 8px;
  font: 1.6rem / 1 "Vestula";
}

.paginate a.active {
  border-radius: 30px;
  border: 1px solid #ccc;
}

.pagination__link--prev:before {
  content: "\003C";
  padding-right: 1rem;
  font-size: 1.5rem;
}

.pagination__link--next:after {
  content: "\003E";
  padding-right: 1rem;
  font-size: 1.5rem;
}

.table {
  font: normal 1.8rem / 1.5 Merriweather;
  margin: 4rem 0;
}

/* Wrapper voor de scrollbare tabel */
.table-wrapper-scroll {
  overflow-x: auto; /* Maakt horizontaal scrollen mogelijk */
  -webkit-overflow-scrolling: touch; /* Voor soepel scrollen op iOS */
}

/* Zorgt dat de tabel binnen de wrapper niet samengedrukt wordt */
.table-wrapper-scroll table {
  min-width: 600px; /* Pas deze breedte eventueel aan */
}

.home-items {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
  margin-bottom: 4rem;
  width: 80%;
}

.home-item-rows {
  flex: 1;
  min-width: 320px;
}

.home-subheading {
  color: #bcd2ff;
  font: bold 1.8rem / 1.2 Merriweather;
  margin-bottom: 2rem;
}

.direct-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.direct-links a {
  text-decoration: none;
  text-align: center;
  background: rgb(189 211 255 / 15%);
  padding: 2rem;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.direct-links a:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.direct-links-image {
  min-height: 60px;
  width: 60px;
  background: #d8dce7;
  padding: 1rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.direct-links-image.logo-box {
  background: #001158;
  border: 1px solid #394a8d;
}

.direct-links h2 {
  color: #fff;
  font-size: 1.8rem;
  font-family: "Vestula";
  margin: 0;
}

.article-list-small {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0;
}

.chapter .article-list-small {
  max-width: 50%;
  margin: 4rem 0 1rem;
}

.chapter .article-list-small a {
  border: 1px solid #e3e3e3;
}

.article-list-small a {
  width: 100%;
  display: flex;
  background: rgb(255 255 255 / 90%);
  border-radius: 0 0 2.4rem 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
  justify-content: space-between;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.article-list-small a:hover {
  transform: scale(1.03);
}

.article-list-small__container {
  padding: 2rem;
  flex: 1;
}

.article-list-small__container h3 {
  color: #001158;
  font-size: 2rem;
  margin: 0;
}

.article-list-small__image {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 0;
}

/* ====================================== */
/* ===      Responsive Aanpassingen   === */
/* ====================================== */

/* Voor tablets en mobiele telefoons (onder 992px) */
@media (max-width: 1024px) {
  .home-items {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .home-items {
    flex-direction: column; /* Stapel de twee hoofd-kolommen onder elkaar */
  }
}

/* Optioneel: Voor hele kleine schermen (onder 480px) */
@media (max-width: 480px) {
  /* .direct-links {
    /* Je zou hier de grid naar 1 kolom kunnen zetten als 2 te krap wordt */
    /* grid-template-columns: 1fr; 
  } */

  .article-list-small a {
    flex-direction: column-reverse; /* Plaatst de afbeelding boven de tekst */
  }

  .article-list-small__image {
    width: 100%; /* Afbeelding over de volledige breedte */
    height: 150px; /* Vaste hoogte voor de afbeelding */
    border-radius: 0;
  }

  .article-list-small a {
    border-radius: 0 0 1.5rem 0;
  }
}

/* ----------------------------------- */

.column-title {
  font-size: 2.8rem;
  margin: 0.8rem 0.8rem 3rem;
  user-select: none;
  color: #001158;
}

.roadmap-container {
  width: 100%;

  margin: 0 auto;
}

.roadmap-grid {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.roadmap-column {
  flex: 1;
  border-radius: 8px;
}

.tasks-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.task-card {
  background-color: white;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}

.task-title {
  font: bold 2rem / 1 Vestula, sans-serif;
  margin: 0 0 0 -20px;
  color: #333;
  user-select: none;
  padding-left: 20px;
}

.task-meta {
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.task-deadline {
  background: #ededed;
  color: #305c7a;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Vestula";
  border-radius: 6px;
  text-align: center;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.task-deadline.expired {
  background-color: #a41467;
  color: #fff;
}

.finished .task-deadline {
  background-color: #4d781f;
}

.task-bell {
  width: 19px;
  fill: #305c7a;
}

.expired .task-bell {
  fill: #fff;
}

.task-likes,
.task-info {
  background: #ededed;
  color: #305c7a;
  padding: 4px 12px;
  display: inline-flex;
  margin-left: 10px;
  border-radius: 6px;
  text-align: center;
  user-select: none;
  cursor: pointer;
}

.task-heart {
  fill: #305c7a;
  width: 19px;
  /* cursor: pointer; */
}

.task-description p {
  font: 1.8rem / 1.4 Vestula;
  margin-bottom: 0;
}

.chapter-layout {
  display: flex;
  gap: 16rem;
  position: relative; /* Voor positionering van de sidebar */
}

.sidebar {
  width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  /* margin-top: auto;  Dit duwt de sidebar naar beneden */
}

.main-content {
  flex: 1;
  min-width: 0;
}

.main-content h2 {
  margin-top: 4rem;
  border-top: 1px dotted #ccc;
  padding-top: 3rem;
}

.info-card {
  padding: 3rem 4rem;
  border-radius: 16px;
  background: #fff;
  color: #333;
  border: 1px solid #eeeeee;
  box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.05);
}

.info-card h3 {
  font-family: Merriweather;
  margin: 0 0 0.75rem 0;
  color: #001158;
  font-size: 2.4rem;
  line-height: 1.3;
}

.info-card p {
  font-family: Vestula;
}

.info-card select {
  width: 100%;
  padding: 8px;
  margin: 10px 0 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1.6rem;
  font-family: "Vestula";
}

.info-card .download-button {
  background-color: #001158;
  color: white;
  padding: 14px 20px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  width: 100%;
  font-size: 1.6rem;
  font-family: "Vestula";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  text-decoration: none;
}

.download-button:hover {
  background-color: #a8b1c8;
}

.info-card .download-button:disabled {
  background-color: #d2d9df;
}

p,
ol,
ul {
  font: normal 1.8rem / 1.5 Merriweather;
  margin: 2rem 0;
}

.chapter-link {
  color: #001158;
  text-decoration: none;
  border-left: 4px solid #ccc;
  font-size: 18px;
  display: block;
  padding: 2px 0 2px 2rem;
  font-weight: 600;
  font-family: Vestula;
  margin: 24px 0;
}

.chapter-link:hover {
  text-decoration: underline;
}

.chapter-image {
  text-align: center;
  margin: 6rem auto;
  max-width: 560px;
}

.enlarge {
  position: relative;
  display: block;
}

.enlarge svg {
  width: 32px;
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.lightbox:target {
  outline: none;
  display: block;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  margin-top: 3%;
  border: 12px solid #fff;
  box-shadow: 0rem 0rem 4rem 4px rgba(0, 0, 0, 0.8);
  position: relative;
}

/* Responsive design */

@media (max-width: 1024px) {
  .chapter-layout {
    gap: 6rem;
  }
}

@media (max-width: 768px) {
  .chapter-layout {
    flex-direction: column;
    gap: 0;
  }

  .sidebar {
    width: 100%;
    order: 2;
    margin-top: 2rem;
  }

  .main-content {
    order: 1;
  }

  .info-card {
    max-width: 800px;
    margin-bottom: 4rem;
  }
}

.colorswatches {
  display: flex;
  flex-wrap: wrap;
  gap: 15%;
}

.color {
  width: 23.3%;
  margin-top: 40px;
}

.swatch {
  width: 90%;
  aspect-ratio: 1;
  position: relative;
  margin-bottom: 20px;
}

.swatch span {
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.4s cubic-bezier(0.45, 0, 0.55, 1);
  width: 65%;
  height: 65%;
  z-index: 1;
  border: 4px solid transparent;
}

.swatch span.active {
  width: 80%;
  height: 80%;
  z-index: 2;
  border: 4px solid #fff;
  box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.05);
}

.swatch span:first-child {
  left: 0;
  transform: translateY(-50%);
}

.swatch span:last-child {
  right: 0;
  transform: translateY(-50%);
}

/* 
.swatch {
  width: 90%; 
  aspect-ratio: 1; 
  position: relative; 
}


.swatch span {
  width: 100%;
  height: 50%;
  display: block;
  cursor: pointer;
  position: absolute; 
  left: 0;
  border: 3px solid transparent;
  box-sizing: border-box; 
  transition: border-color 0.2s ease-in-out;
}

.swatch span:first-child {
  top: 0;
  border-radius: 100vw 100vw 0 0; 
}

.swatch span:last-child {
  bottom: 0;
  border-radius: 0 0 100vw 100vw;
}

.swatch span.active {
  border-color: red;
} */

.colorvalues {
  margin: 2rem 0 4rem;
  font: normal 1.4rem/1.3 Vestula;
  width: 100%;
}

.colorvalues th {
  padding: 24px 0 4px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: left;
  border-bottom: 1px dotted #ccc;
  color: #74747f;
}

.colorvalues td {
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
  vertical-align: text-top;
}

.colorvalues td:nth-child(even) {
  font-weight: bold;
  padding-left: 20px;
}

/* .value span:nth-child(even) {
  font-weight: bold;
} */

.content-image {
  margin: 4rem auto;
  max-width: 460px;
  text-align: center;
}

.logo.blue .logo-text {
  fill: #001158;
}

h1 {
  font: bold 4.8rem / 1 Merriweather;
  color: #001158;
  margin-top: 40px;
}

.index-left-content h1 {
  font-size: 4.8rem;
  margin-top: 0;
  z-index: 1;
  position: relative;
}

h1 span {
  display: block;
  font: normal 52px / 1 Vestula;
  margin-top: 16px;
}

.contents {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 40px 0;
  gap: 4%;
}

.contents a {
  width: 22%;
  min-height: 200px;
  margin-bottom: 40px;
  padding: 4rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 15px 18px 0 rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
}

.contents a:hover {
  scale: 1.1;
}

.contents-image {
  width: 60px;
}

.contents-image.blue {
  min-height: 60px;
  width: 60px;
  background: #1c2e6e;
  padding: 1rem;
  border: 1px solid #34437d;
  border-radius: 12px;
}

.logo-box .contents-image {
  width: 140px;
}

.contents-title {
  font-size: 3rem;
  line-height: 1.2;
  color: #001158;
  font-weight: normal;
}

.logo-box .contents-title {
  color: #fff;
}

.contents-headings {
  font-size: 1.6rem;
  color: #001158;
}

.date-like {
  display: flex;
  gap: 8%;
  align-items: center;
  margin: 14px 0 30px;
}

.date {
  font: normal 1.8rem / 1 Vestula;
  margin: 0;
}

.date::first-letter {
  text-transform: uppercase;
}

.downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}

.download,
.read-more {
  background: #001158;
  border-radius: 12px;
  padding: 9px 70px;
  color: #fff;
  font-family: "Vestula";
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
}

.download:hover {
  background: #a8b1c8;
}

.download-icon,
.read-more-icon {
  width: 26px;
  fill: #fff;
  padding-left: 11px;
}

.read-more span {
  white-space: nowrap;
}

/* .download.contact {
  background: #00584f;
}

.download.contact:hover {
  background: #6d9792;
} */

.likes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.upvote-upvote .heart {
  fill: #8ea763;
  width: 24px;
  cursor: pointer;
}

.upvote-vote-match .heart {
  fill: #001158;
}

.task-info p,
.like-number {
  font-family: "Vestula";
  font-size: 1.4rem;
  color: #305c7a;
  margin: 0 0 0 4px;
  font-weight: bold;
}
.task-info:after {
  content: "\002B";
  color: #305c7a;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding-left: 4px;
}

.task-card.withText.active .task-info:after {
  content: "\2212";
}

.cto p {
  color: #7c7364;
  font-weight: 200;
  margin-top: 0;
  padding-left: 6px;
}

.examples {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 40px;
}

.example-list {
  width: 74%;
  columns: 300px;
}

.example-list article {
  margin-bottom: 18px;
  margin-right: 14px;
}

.example-list a {
  text-decoration: none;
  display: block;
  transition: all 0.13s ease-in-out;
}

.example-list a:hover {
  scale: 1.02;
}

.example-full {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 10%;
}

.example-full-content {
  width: 55%;
}

.example-full-image {
  width: 35%;
}

.example-full-image img {
  box-shadow: 3px 3px 16px 0px #00000017;
}

.example-list h3 {
  font-size: 2.2rem;
  margin-top: 12px;
  color: #333;
}

.example-list h3 span {
  display: block;
  font-size: 15px;
  color: #007e83;
}

.attention svg {
  width: 12px;
}

.example-list p {
  color: #333;
  font-size: 16px;
  margin: 8px 0px;
}

.example-list img {
  box-shadow: 3px 3px 16px 0px #00000017;
  width: 100%;
}

.filters {
  width: 23%;
  height: 100%;
  padding-left: 4rem;
}

.filter__checkbox,
.filter__toggle {
  display: none;
}

.filter__group {
  margin-bottom: 40px;
}

.filter__group h3 {
  font: bold 20px / 1.1 Vestula;
  color: #001158;
  border-top: 1px dotted #ccc;
  padding-top: 11px;
}

.filter__group:first-child h3 {
  border: none;
}

.filter-container {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  margin: 12px 0;
  font-size: 1.6rem;
  font-family: "Vestula";
}

.filter-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  aspect-ratio: 1;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.filter-container input:checked ~ .checkmark::after {
  background: #001158;
}

.filter-container:hover input ~ .checkmark {
  background: #f5f5f5;
}

.checkmark:after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 40px 0;
  gap: 4%;
}

.item-list article {
  width: 22%;
  min-height: 200px;
  margin-bottom: 40px;
}

.item-list article a {
  text-decoration: none;
  color: #333;
}

.item-list article img {
  width: 100%;
}

.article-list__container {
  margin-top: 2rem;
}

.home .article-list__container {
  color: #fff;
}

.article-list__header {
  color: #333;
  margin: -0.8rem 0 0.6rem;
  font-size: 3.8rem;
  line-height: 1.1;
}

.home .article-list__header {
  color: #fff;
  font-size: 3.8rem;
  line-height: 1.1;
}

.intro {
  font: 400 2.8rem / 1.25 Vestula;
  margin-bottom: 40px;
  margin-top: 60px;
}

.article__hero {
  margin-top: 2rem;
}

.article-list__meta {
  font: 1.6rem / 1.4 Vestula, sans-serif;
  color: #848484;
  border-top: 1px dotted #ccc;
  margin: 0;
  padding-top: 0.4rem;
}

.home .article-list__meta {
  color: #bcd2ff;
  border-top: 1px dotted #cdcfde;
}

.article__meta {
  font: bold 2rem / 1.4 Vestula, sans-serif;
  color: #7e85ab;
  margin: 0;
  padding-top: 2rem;
}

.cc-w *,
.cc-w *::before,
.cc-w *::after {
  box-sizing: border-box;
}
.cc-w article,
.cc-w figure,
.cc-w footer,
.cc-w header {
  display: block;
}
.cc-w figure,
.cc-w p,
.cc-w textarea {
  margin: 0;
  padding: 0;
}
.cc-w img {
  height: auto;
  max-width: 100%;
}
.cc-w strong {
  font-weight: 700;
}
.cc-w small {
  font-size: 0.875em;
}
.cc-w a {
  cursor: pointer;
  text-decoration: none;
}
.cc-w a,
.cc-w .cc-a {
  color: #687a86;
}
.cc-w a:hover,
.cc-w a:active,
.cc-w .cc-a:hover,
.cc-w .cc-a:active {
  color: #363636;
}
.cc-w .cc-w-i > .cc-i:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.cc-w.no-avatar .cc-i .cc-i {
  margin-left: 3rem;
}
.cc-w .cc-i-wrap {
  overflow: hidden;
}
.cc-w .cc-i-header,
.cc-w .cc-i-footer,
.cc-w .cc-v,
.cc-w .cc-ll {
  display: flex;
  align-items: center;
}
.cc-w .cc-i-comment > .cc-i {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.cc-w .cc-i-header,
.cc-w .cc-i-footer {
  font-size: 1.6rem;
  color: #2a2e2e;
}
.cc-w .cc-i-body {
  padding: 3px 0 7px;
}
.cc-w .cc-i-figure {
  float: left;
  margin-right: 0.75rem;
}
.cc-w .cc-i-image {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  overflow: hidden;
}
.cc-w .cc-i .cc-i .cc-i-image {
  width: 36px;
  height: 36px;
}
.cc-w .cc-i-img img {
  display: block;
  height: auto;
  width: 100%;
}
.cc-w .cc-i-image-icon {
  background: #949ea7;
}
.cc-w .cc-i-image-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 80%;
  background-position: 50% 100%;
  background-color: #e2e7ea;
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23949ea7' d='M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z'%3E%3C/path%3E%3C/svg%3E");
}
.cc-w .cc-ll-i {
  display: inline-flex;
}
.cc-w .cc-ll-i::before {
  content: "·";
  font-size: 0.875em;
  padding: 0 5px;
}
.cc-w .cc-i-header-links {
  display: none;
  margin-left: auto;
}
.cc-w .cc-i-header-links.has-flag,
.cc-w .cc-i-content:hover .cc-i-header-links {
  display: block;
  margin-right: 0.5rem;
}
.cc-w .cc-i-flag {
  width: 12px;
  height: 12px;
  display: block;
  opacity: 0.6;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M349.565 98.783C295.978 98.783 251.721 64 184.348 64c-24.955 0-47.309 4.384-68.045 12.013a55.947 55.947 0 0 0 3.586-23.562C118.117 24.015 94.806 1.206 66.338.048 34.345-1.254 8 24.296 8 56c0 19.026 9.497 35.825 24 45.945V488c0 13.255 10.745 24 24 24h16c13.255 0 24-10.745 24-24v-94.4c28.311-12.064 63.582-22.122 114.435-22.122 53.588 0 97.844 34.783 165.217 34.783 48.169 0 86.667-16.294 122.505-40.858C506.84 359.452 512 349.571 512 339.045v-243.1c0-23.393-24.269-38.87-45.485-29.016-34.338 15.948-76.454 31.854-116.95 31.854z'%3E%3C/path%3E%3C/svg%3E");
  border: none;
  cursor: pointer;
  outline: none;
}
.cc-w .cc-i-header .cc-icon svg {
  width: 13px;
  height: 13px;
  fill: inherit;
  margin-right: 5px;
  margin-left: 5px;
  color: #687a86;
  padding-top: 5px;
  display: inline-block;
  vertical-align: middle;
}
.cc-w .cc-i-reply {
  color: #687a86;
  font-weight: 500;
}
.cc-w form[data-action] {
  margin: 0;
  padding: 0;
}
.cc-w .cc-v-up,
.cc-w .cc-v-down {
  position: relative;
  padding: 0 5px;
  margin: 0 4px;
  color: #656c7a;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
.cc-w .cc-v-up::after,
.cc-w .cc-v-down::after {
  content: "";
  width: 10px;
  height: 11px;
  display: block;
  opacity: 0.7;
  min-height: 12px;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}
.cc-w .cc-v-up:hover:not(.disabled)::after,
.cc-w .cc-v-down:hover:not(.disabled)::after {
  opacity: 1;
}
.cc-w .cc-v-up.disabled,
.cc-w .cc-v-down.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.4;
}
.cc-w .cc-v-down::before {
  content: "";
  border-left: 2px solid #e7e9ee;
  height: 12px;
  position: absolute;
  top: 0;
  left: -5px;
  cursor: default;
  pointer-events: none;
}
.cc-w .cc-v-up::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'%3E%3C/path%3E%3C/svg%3E");
}
.cc-w .cc-v-down::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
}
.cc-w .cc-i-delete {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
}
.cc-w .cc-f-wrap {
  position: relative;
  border-top: 1px dotted #ccc;
  padding-top: 40px;
}
.cc-w .cc-f-input,
.cc-w .cc-f-textarea,
.cc-w .cc-f-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border: none;
  color: #2a2e2e;
  box-shadow: none;
  display: block;
  font-size: 1rem;
  font: normal 1.6rem/1.25 Vestula, sans-serif;
  padding: 30px;
  position: relative;
  border-radius: 8px;
}
.cc-w .cc-f-input::-webkit-input-placeholder,
.cc-w .cc-f-textarea::-webkit-input-placeholder,
.cc-w .cc-f-btn::-webkit-input-placeholder {
  color: #9facb5;
}
.cc-w .cc-f-input::-moz-placeholder,
.cc-w .cc-f-textarea::-moz-placeholder,
.cc-w .cc-f-btn::-moz-placeholder {
  color: #9facb5;
}
.cc-w .cc-f-input:-ms-input-placeholder,
.cc-w .cc-f-textarea:-ms-input-placeholder,
.cc-w .cc-f-btn:-ms-input-placeholder {
  color: #9facb5;
}
.cc-w .cc-f-input::-ms-input-placeholder,
.cc-w .cc-f-textarea::-ms-input-placeholder,
.cc-w .cc-f-btn::-ms-input-placeholder {
  color: #9facb5;
}
.cc-w .cc-f-input::placeholder,
.cc-w .cc-f-textarea::placeholder,
.cc-w .cc-f-btn::placeholder {
  color: #9facb5;
}
.cc-w .cc-f-input:active,
.cc-w .cc-f-input:focus,
.cc-w .cc-f-textarea:active,
.cc-w .cc-f-textarea:focus,
.cc-w .cc-f-btn:active,
.cc-w .cc-f-btn:focus {
  outline: 0;
}
.cc-w .cc-f-input,
.cc-w .cc-f-textarea {
  width: 100%;
}
.cc-w .cc-f-input:active,
.cc-w .cc-f-input:focus,
.cc-w .cc-f-textarea:active,
.cc-w .cc-f-textarea:focus {
  border-color: #bec5ce;
}
.cc-w .cc-f-textarea {
  max-width: 100%;
  min-width: 100%;
  background: #f6f8f9;
  max-height: 600px;
  min-height: 200px;
  resize: none;
}
.cc-w .cc-f-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
.cc-w .cc-f-col {
  flex: 1 0 auto;
  padding: 0 0.25rem;
}
.cc-w .cc-f-input {
  margin-bottom: 0.5rem;
}
.cc-w .cc-f-btn {
  padding: 0;
  margin: 0.5rem 0 0 0;
  cursor: pointer;
  padding: 0.5rem 2rem;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #001158;
  position: absolute;
  bottom: 60px;
  right: 30px;
}
.cc-w .cc-f-btn:hover {
  background: #8087ac;
}
.cc-w .cc-f-btn:hover,
.cc-w .cc-f-btn:active {
  border-color: #bec5ce;
}

.cc-w .cc-f-label {
  color: #656c7a;
  font-size: 90%;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.cc-w .cc-f-label-i {
  color: #7e8594;
  font-size: 80%;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.cc-w .cc-f-label-r {
  color: #fb4143;
}
.cc-w .cc-f-select {
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 4'%3E%3Cpath fill='%23333F48' fill-rule='evenodd' d='M7.484.643a.23.23 0 0 1-.067.154l-3.12 3.12a.23.23 0 0 1-.154.067.23.23 0 0 1-.154-.067L.869.797A.23.23 0 0 1 .8.643.23.23 0 0 1 .868.489l.335-.335a.218.218 0 0 1 .154-.067.23.23 0 0 1 .154.067l2.632 2.632L6.775.154a.23.23 0 0 1 .154-.067.23.23 0 0 1 .154.067l.334.335c.04.04.067.1.067.154z'/%3E%3C/svg%3E")
    no-repeat;
  background-position: right 0.75rem center;
  background-size: 0.7rem;
  padding-right: 2rem;
}
.cc-w .cc-e {
  color: #b80002;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0.5rem 0;
}
.cc-w .cc-n {
  color: #2972fa;
  font-size: 80%;
  font-weight: 500;
  margin: 0.5rem 0;
}
.cc-w .cc-w-h {
  border-bottom: 1px solid #dbdfe4;
  margin-bottom: 1rem;
}
.cc-w .cc-sub {
  color: #656c7a;
  font-size: 80%;
  font-weight: 600;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
}
.cc-w .cc-sub.is-subscribed,
.cc-w .cc-sub.is-subscribed:hover,
.cc-w .cc-sub.is-subscribed:active {
  color: #5cb767;
}
.cc-w .cc-sub:hover,
.cc-w .cc-sub:active {
  color: #424750;
}
.cc-w .cc-sub .cc-icon-envelope svg {
  width: 17px;
  height: 19px;
  fill: inherit;
  margin-right: 5px;
}
.cc-w .cc-sub .cc-icon-check svg {
  width: 12px;
  height: 14px;
  fill: inherit;
  margin-left: 7px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.cc-w .cc-sub.is-subscribed .cc-icon-check svg {
  opacity: 1;
}
.comments {
  font-family: Vestula, sans-serif;
  margin: 40px 0;
}
.cc-i-comment p,
.cc-i-comment ol,
.cc-i-comment ul {
  font: normal 1.8rem/1.3 Vestula, sans-serif;
  margin: 6px 0;
}

.cc-i-content {
  margin: 20px 0;
}

.comments h2 {
  font-family: Merriweather, "Times New Roman", Times, serif;
  padding: 30px 0 10px;
}

.comments h2 span {
  font: bold 18px / 1.3 Vestula, sans-serif;
  background: #001158;
  color: #fff;
  padding: 0px 10px;
  border-radius: 12px;
  margin-left: 2px;
}

.generalform__label {
  font-size: 1.8rem;
  display: block;
  color: #666;
  margin-top: 1.8rem;
}

.generalform__input {
  font: 1.8rem / 1.5 Vestula, sans-serif;
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid #ccc;
}

.generalform__label-required:after {
  content: "*";
  font-size: 1.3rem;
  color: #bd3636;
  padding-left: 0.3rem;
}

.settings-wrapper {
  max-width: 450px;
  margin: auto;
}

.generalform__submit {
  background-color: #001158;
  color: white;
  padding: 10px 40px;
  border: none;
  border-radius: 12px;
  font-size: 1.6rem;
  font-family: "Vestula";
  margin-top: 30px;
}

.generalform__forgot {
  display: block;
  margin-top: 2rem;
  font-size: 1.7rem;
  text-decoration: none;
}

.contact-icon {
  width: 30px;
}

footer {
  background: #f6f8f9;
  border-top: 1px dotted #ccc;
}

footer .wrapper {
  padding: 60px 0;
}

.footer-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}

.footer-section {
  width: 30%;
}

footer h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

footer h3 a {
  font: bold 18px / 1 Vestula;
  text-decoration: none;
  color: #333;
}

footer h3 a:hover {
  text-decoration: underline;
}

.footer-list {
  font: 100 1.6rem/1.5 Vestula, sans-serif;
  margin-top: 0;
}

.footer-list a {
  text-decoration: none;
  color: #333;
}

.footer-list a:hover,
.contact-block a:hover {
  text-decoration: underline;
}

.contact-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4%;
}

.contact-block a {
  font: normal 1.6rem / 1.3 Vestula, sans-serif;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
  .wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .chapter .article-list-small {
    max-width: 75%;
  }
  .contents a {
    width: 30.3%;
  }
  .item-list article {
    width: 30.6%;
  }
}

@media screen and (max-width: 910px) {
  .mainmenu a {
    font: 1.5rem / 1.3 "Vestula";
  }
  .color {
    width: 42.5%;
  }
}

@media screen and (max-width: 768px) {
  #about-content,
  #help-content {
    width: 100%;
    overflow: scroll;
  }
  .welcome-content {
    width: 75%;
  }
  .contents a {
    width: 48%;
  }

  .content {
    max-width: 100%;
  }

  .navigation__list {
    display: none;
  }
  .mainmenu .navigation__list > li,
  .navigation__list li {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  .navigation__list a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px dotted #ccc;
  }

  .mainmenu .navigation__list > li > a.is-active:after,
.mainmenu .navigation__list > li > a:hover:after,
.mainmenu .navigation__list > li > a.is-ancestor:after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  height: 0;
  width: 0;
}

  .navigation__list .language-selector a {
    display: inline-block;
    padding: 0px 12px;
    margin: 20px 0;
  }

  .mainmenu a.active:after,
  .mainmenu a:hover:after {
    content: "";
    position: inherit;
    left: 0;
    height: 0;
    width: 0;
  }

  .navigation__toggle {
    display: block;
    position: absolute;
    top: 2.4rem;
    right: 1.4rem;
    font-size: 4rem;
    line-height: 1.3;
    width: 46px;
    aspect-ratio: 1;
    text-align: center;
    color: #001158;
  }
  .subnav {
    opacity: initial;
    transform: none;
    transition: none;
    pointer-events: initial;
    font-size: 1.6rem;
    font-weight: normal;
    position: initial;
    box-shadow: none;
    border-bottom: none;
    padding: 0;
  }
  .roadmap-grid {
    flex-direction: column;
  }
  .filters {
    padding-left: 0;
    width: 100%;
    border: none;
  }
  .filter__toggle {
    display: block;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    border-radius: 20px;
    position: absolute;
    top: -60px;
    background: white;
    width: 100%;
    padding: 10px 20px;
    font: normal 18px / 1.2 Vestula, sans-serif;
  }
  .filter__arrow {
    fill: none;
    stroke: #001158;
    stroke-width: 5;
    stroke-linecap: round;
    width: 22px;
    position: absolute;
    right: 20px;
    display: inline-block;
    top: 16px;
  }

  .navigation__list,
  .mainmenu ul,
  .filter__form {
    display: none;
  }

  .filter__checkbox:checked ~ .filter__form {
    display: block;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    padding: 20px;
    border-radius: 4px;
  }
  .example-list {
    width: 100%;
  }
  .examples {
    margin-top: 80px;
  }
  .item-list article {
    width: 48%;
  }
  .index-example .index-left {
    width: 100%;
  }
  .voorbeelden .index-right {
    padding-left: 0;
    margin-top: 0;
    text-align: center;
  }
  .index-example .index-right a {
    /* display: block; */
    box-shadow: none;
  }
  .chapter .article-list-small {
    max-width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .item-list article {
    width: 100%;
  }
  .home-text {
    width: 100%;
  }
  .contents a {
    width: 100%;
  }
  .footer-section  {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  #welcome {
    position: absolute;
    top: 30px;
  }
  .content-home {
    padding: 10rem 0 0;
  }
  .home-heading {
    font-size: 5rem;
  }
  #welcome h1 {
    font-size: 25px;
  }
  .enter-button a {
    display: block;
    border-radius: 12px !important;
    margin: 4px 0;
  }

  .color {
    width: 100%;
  }
}

.async-hide {
  opacity: 0 !important;
}
@-webkit-keyframes cc-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes cc-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

