*,
*::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: #fff;
  color: #000;
  font-family: Vestula, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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;
}
.embed-media iframe,
.embed_media object,
.embed_media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@font-face {
  font-family: "Vestula";
  src: url("../fonts/VestulaPro-Regular.woff2") format("woff2"),
    url("../fonts/VestulaPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Vestula";
  src: url("../fonts/VestulaItalic-Regular.woff2") format("woff2"),
    url("../fonts/VestulaItalic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Vestula";
  src: url("../fonts/VestulaPro-DemiBold.woff2") format("woff2"),
    url("../fonts/VestulaPro-DemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Custom";
  src: url("/fonts/leidenblogs.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Regular.woff2") format("woff2"),
    url("/ul2common/fonts/Merriweather-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Italic.woff2") format("woff2"),
    url("/ul2common/fonts/Merriweather-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Bold.woff2") format("woff2"),
    url("/ul2common/fonts/Merriweather-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-BoldItalic.woff2") format("woff2"),
    url("/ul2common/fonts/Merriweather-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

body {
  background: url(../images/header-tile-60.png) repeat-x 0 0;
}

/* ensures that older browsers will display HTML5 elements correctly */

h1 {
  font-size: 4rem;
  line-height: 1.1;
}

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

p {
  margin: 2rem 0;
  font-size: 1.8rem;
  font-family: "Merriweather";
  line-height: 1.5;
  color: #333333;
}

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

/* -------------------------  Process ---------------------------- */

.phase-text {
  max-width: 680px;
  margin: auto;
}

.phase-text h2 {
  font-size: 2.2rem;
}

.phase-text p {
  font: normal 1.6rem / 1.3 Vestula;
  margin: 8px 0;
}

/* .administration h2 {
  color: #bf2e88;
}
.personal-life h2 {
  color: #b5bc21;
}
.designing h2 {
  color: #0ba9a0;
}
.writing h2 {
  color: #1b73b9;
}
.gathering h2 {
  color: #efa928;
}
.analysing h2 {
  color: #ed6d68;
} */

.c-administration {
  fill: #bf2e88;
  opacity: 0.7;
}
.c-personal-life {
  fill: #b5bc21;
  opacity: 0.7;
}
.c-designing {
  fill: #0ba9a0;
  opacity: 0.7;
}
.c-writing {
  fill: #1b73b9;
  opacity: 0.7;
}
.c-gathering {
  fill: #efa928;
  opacity: 0.7;
}
.c-analysing {
  fill: #ed6d68;
  opacity: 0.7;
}

.active .c-administration,
.active .c-personal-life,
.active .c-designing,
.active .c-writing,
.active .c-gathering,
.active .c-analysing {
  opacity: 0.1;
}

.administration .c-administration,
.personal-life .c-personal-life,
.designing .c-designing,
.writing .c-writing,
.gathering .c-gathering,
.analysing .c-analysing {
  animation: fadeInAnimation ease 0.8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.7;
  }
}

@keyframes slideInAnimation {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

h4 {
  font-size: 24px;
}

.legend-project {
  fill: #d9dded;
}
.legend-phase {
  fill: #a5aec9;
}
.legend-text {
  font-family: "Vestula";
  font-weight: bold;
  font-size: 0.6rem;
  fill: #333;
}
.legend-year {
  font-family: "Vestula";
  font-weight: bold;
  font-size: 0.6rem;
  fill: #001158;
}



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

.tooltip-container {
  position: relative; 
  cursor: pointer;
}


.tooltip-container .tooltip-content {
  background-color: #fff;
  color: #333;
  padding: 2rem;
  border-radius: 5px;
  width: 250px;
  text-align: left;
  position: absolute;
  bottom: 90%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 12px; 
  z-index: 10;
  opacity: 0;
  visibility: hidden;
    box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3),
    0 4px 8px 3px rgba(60, 64, 67, 0.15);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.tooltip-container:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}

.tooltip-container .tooltip-content::after {
  content: '';
  position: absolute;
  top: 100%; 
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent; /* Pijltje wijst naar beneden */
}

.tooltip-content h2 {
    margin: 0;
    font-size: 2rem;
    font-family: Merriweather;
}

.tooltip-content p {
    font-weight: normal;
    margin: .8rem 0 0;
    font-size: 1.4rem;
    line-height: 1.4;
    font-family: Vestula;
}

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

.info {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 360px;
  transform: translateX(100%);
  transition: 0.3s ease-out;
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3),
    0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

.info.active {
  transform: translateX(0);
}

.info.open {
  animation: slideInAnimation ease 0.8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.info-header {
  border-bottom: 1px solid #dadce0;
  font-family: Roboto, Vestula;
  position: relative;
  padding: 0 3rem;
}

.info-header h2 {
  font-size: 24px;
  margin: 6px 0;
}

#info-content {
  padding: 3rem;
  font-size: 16px;
  font-family: Merriweather;
  line-height: 1.5;
  color: #333;
}

.info-link {
  font: 1.8rem / 1.2 Vestula !important;
}

.close {
  font-size: 32px;
  text-decoration: none;
  color: #333;
  position: absolute;
  top: -7px;
  right: 18px;
  cursor: pointer;
  font-weight: bold;
}

.proccess-content {
  display: none;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 6rem 0 4rem;
}

.toggle {
  font-family: Vestula;
  width: 13%;
  background-color: transparent;
  padding: 0 4px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin: 4px 8px;
  cursor: pointer;
  border-radius: 35px;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.toggle.designing {
  border: 2px solid #4ba59e;
}

.toggle.designing.dimmed {
  background: #ddeeec;
}

.toggle.designing:before {
  content: url(/images/designing.svg);
  width: 32px;
  display: inline-block;
  margin-top: 3px;
}

.toggle.writing {
  border: 2px solid #3670b4;
}

.toggle.writing.dimmed {
  background: #ebf0f8;
}

.toggle.writing:before {
  content: url(/images/writing.svg);
  width: 32px;
  display: inline-block;
  margin-top: 3px;
}

.toggle.gathering {
  border: 2px solid #f3930f;
}

.toggle.gathering.dimmed {
  background: #fde9d5;
}

.toggle.gathering:before {
  content: url(/images/gathering.svg);
  width: 32px;
  display: inline-block;
  margin-top: 3px;
}

.toggle.analysing {
  border: 2px solid #ed6b66;
}
.toggle.analysing.dimmed,
.button.anna.dimmed {
  background: #fce2e0;
}

.toggle.analysing:before {
  content: url(/images/analyzing.svg);
  width: 32px;
  display: inline-block;
  margin-top: 3px;
}

.toggle.administration {
  border: 2px solid #c4228e;
}

.toggle.administration.dimmed {
  background: #f5d5e9;
}

.toggle.administration:before {
  content: url(/images/administration.svg);
  width: 32px;
  display: inline-block;
  margin-top: 3px;
}

.toggle.personal-life {
  border: 2px solid #b5bc20;
}

.toggle.personal-life.dimmed {
  background: #f0f2d7;
}

.toggle.personal-life:before {
  content: url(/images/personal.svg);
  width: 32px;
  display: inline-block;
  margin-top: 3px;
}

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

.wrapper-small {
  max-width: 1024px;
  margin: auto;
  position: relative;
}

header {
  position: relative;
  height: 16rem;
}

.header__ullink {
  width: 120px;
  display: block;
  position: absolute;
  top: 3rem;
}

.header__pglink {
  width: 135px;
  display: block;
  position: absolute;
  top: 3.5rem;
  left: 16rem;
}

.header__logo {
  font: 600 20px/1.1 Merriweather;
  position: absolute;
  left: 340px;
  top: 34px;
  border-left: 1px solid #ccc;
  padding-left: 2rem;
}

.header__logolink {
  text-decoration: none;
  color: #2a4673;
}

.header__logolink span {
  color: #7ca8b2;
  display: block;
}

.hero {
  position: relative;
  width: 100%;
  height: 140px;
  padding-top: 2rem;
}

.home .hero {
  height: 680px;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/lotos.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 0;
}

.hero h1 {
  font-size: 24px;
  position: relative;
  color: #2c6b71;
  text-transform: uppercase;
  text-align: center;
}

.hero-content {
  position: relative;
  width: 50%;
  margin: auto;
}

.hero h1.hero-title {
  font: 600 52px/1.1 Merriweather;
  margin-bottom: 0;
  color: #4f817d;
  text-align: left;
  text-transform: initial;
}

.hero h1.hero-title span {
  font-style: italic;
  color: #123411;
}

.hero-content p {
  font-size: 19px;
  margin: 2rem 0;
  line-height: 1.5;
  font-family: "Merriweather";
  color: #123411;
  width: 80%;
}

.hero-button {
  font-family: Vestula, Arial, sans-serif;
  background-color: #123411;
  color: #fff;
  border: none;
  padding: 8px 20px;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 18px;
  text-decoration: none;
}

.hero-button:hover {
  background-color: #7ca8b2;
  color: #fff;
}

.svg-separator {
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.chapter {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 12px;
}

/* .chapter a {
  text-decoration: none;
  color: #666;
  font-size: 12px;
} */

.process-home {
  position: absolute;
  z-index: 10;
  margin: 4rem;
  /* width: 70%; */
}

.blogpost {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  margin-bottom: 2rem;
  text-decoration: none;
  color: #333;
}

.blogpost-new {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  margin-bottom: 3rem;
  text-decoration: none;
  color: #333;
  align-items: center;
}

.blog-hero {
  position: relative;
  margin-top: 32px;
}

.blog-hero-image {
  width: 100%;
  border-radius: 16px 16px 0 0;
}

.blog-hero-caption {
  color: #fff;
  font: 1.2rem Verdana;
  position: absolute;
  right: 2rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.85);
  top: 1rem;
}

.article-image img {
  border-radius: 12px 12px 0 0;
}

/* .article-home-new {
  width: 47%;
} */

.article-image-new {
  width: 40%;
}

.article-image-new img {
  display: block;
}

.blog-post-content-new {
  width: 55%;
}

.article-text h3 {
  font-size: 3.2rem;
  color: #20474b;
  line-height: 1.05;
}

.blog-post-content-new {
  font-size: 1.8rem;
  line-height: 1.15;
}

.image-left {
  float: left;
  margin-right: 30px;
}

.image-right {
  float: right;
  margin-left: 30px;
}

nav {
  float: right;
  margin-top: 40px;
}

nav ul {
  list-style: none;
  display: flex;
  padding: 0;
  align-items: center;
}

nav li {
  margin-right: 2rem;
}

nav li:last-child {
  margin-right: 0;
}

nav a {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #123411;
}

nav a:hover {
  color: #7ca8b2;
}

nav a.active {
  border-bottom: 3px solid #4e817d;
  color: #4e817d;
}

.language-selector {
  border: 3px solid #123411;
  background-color: #123411;
  padding: 0 1px;
  border-radius: 100vh;
  display: flex;
  margin: 0;
}

.language-selector__item {
  padding: 0 6px;
  border-radius: 100vh;
  text-transform: uppercase;
  border: none;
  color: #fff;
}

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

.content-full {
  display: flex;
  flex-wrap: wrap;
  gap: 7%;
}

.content-full .main {
  width: 63%;
}

.content-full aside {
  width: 30%;
}

aside {
  width: 30%;
}

aside .more-link {
  text-decoration: none;
  color: #2c6b71;
  font-size: 15px;
  margin-top: 12px;
  margin-left: auto;
  font-weight: bold;
  float: right;
}

aside .more-link:hover {
  color: #50a6b0;
}

aside .more-link:after {
  content: " \003E";
}

.home-section {
  background-color: #f7f5ef;
}

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

.indent {
  margin: 0 14rem;
}

.content-block h2,
.content h2 {
  font: bold 1.9rem/1.2 Merriweather;
  color: #20474b;
}

.content-block a,
.info-link a {
  color: rgb(0, 149, 255);
  border-bottom: none;
  text-decoration: none;
}

.content-block a:hover,
.info-link a:hover {
  border-bottom: 2px dotted;
}

.blogsheading {
  position: absolute;
  top: -108px;
  font-size: 16px;
  font-weight: 100;
  left: 4px;
  color: #2c6b71;
}

.list-wrapper {
  margin-top: 6rem;
  border-top: 1px dotted #ccc;
  padding: 6rem 0;
}

.pagination {
  clear: both;
  border-top: 1px dotted #ccc;
  font: 1.4rem / 1 "Vestula" !important;
  padding: 1em 0;
  text-align: center;
  color: #888;
  list-style: none;
  text-align: center;
}

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

.pagination__item {
  display: inline-block;
  margin: 0 0.5%;
  padding: 0.4rem 0.8rem 0.4rem;
}

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

.pagination__link--prev:before {
  content: "\e80b";
  font-family: Custom;
  padding-right: 1rem;
  font-size: 1.5rem;
}

.pagination__link--next:after {
  content: "\e80c";
  font-family: Custom;
  padding-right: 1rem;
  font-size: 1.5rem;
}

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

.blogposts.blogposts-list {
  width: 100%;
  margin: 0;
}

.blogposts img {
  border-radius: 12px 12px 0 0;
}

.blogposts article {
  width: 31.33333%;
}

.blogposts article a {
  text-decoration: none;
}

.result-image {
  position: relative;
}

.result-serie {
  position: absolute;
  bottom: 20px;
  background: #4e817d;
  padding: 4px 16px;
  left: -10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.content h1 {
  font: 600 5.2rem/1.05 Vestula;
  color: #20474b;
  margin-bottom: 3rem;
}

.content h1 span {
  font-family: "Merriweather";
  display: block;
  font-size: 2.2rem;
  color: #50a6b0;
  font-weight: 100;
  line-height: 1.2;
  margin: 2rem 0;
}

.home-content h2 {
  margin: 0 0 4rem 0;
  font: bold 3.2rem / 1.2 Merriweather;
  color: #123411;
}

.home-content aside h2 {
  font: bold 22px/1.2 Merriweather;
  margin: 4rem 0 2rem;
  color: #35527d;
}

.home-content p {
  font-size: 18px;
  /* text-align: center; */
}

.home-content p.article-meta {
  color: #2c6b71;
  margin-top: 12px;
  padding-top: 0.6rem;
  font-size: 1.3rem;
}

.forum-list {
  list-style: none;
  line-height: 1.6;
  font-size: 1.8rem;
}

.forum-list li {
  border-bottom: 1px dotted #ccc;
  margin: 2rem 0;
}

.forum-list a {
  text-decoration: none;
  color: #333;
  padding: 0 0 2rem;
  display: block;
}

.research .content h2 {
  margin-top: 7rem;
}

.result-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}

.filters {
  width: 20%;
  margin-top: 80px;
}

.results-posts {
  width: 75%;
}

.content p,
.content ul,
.content ol {
  font-size: 1.8rem;
  font-family: "Merriweather";
  line-height: 1.5;
  color: #333333;
  margin: 2rem 0;
}

.content p.intro,
.content .intro p {
  font-family: "Merriweather";
  display: block;
  font-size: 2.2rem;
  color: #3a7c84;
  font-weight: 100;
  line-height: 1.4;
  margin: 2rem 0 4rem;
}

.content ul {
  padding-left: 2rem;
}

.content ol {
  list-style: none;
  counter-reset: my-counter;
}

.content ol li {
  counter-increment: my-counter;
  display: flex;
  margin-bottom: 16px;
}

.content ol li::before {
  content: counter(my-counter) " ";
  font-size: 18px;
  float: left;
  line-height: 1.3;
  color: #fff;
  margin-top: 7px;
  background: #a1c8cd;
  border-radius: 50%;
  padding: 0px 8px;
  margin-right: 2rem;
  width: 24px;
  height: 24px;
}

.content ul.tabs {
  list-style: none;
  display: flex;
  padding: 0;
  align-items: center;
  font: normal 1.8rem/1 Vestula;
  border-bottom: 4px solid #f0eeee;
  padding-bottom: 14px;
  margin: 4rem 0;
}

.content ul.tabs li {
  margin-right: 4rem;
}

.content ul.tabs li a {
  text-decoration: none;
  text-decoration: none;
  padding-bottom: 11px;
  color: #94acb1;
  font-weight: bold;
}

.content ul.tabs li a.active {
  border-bottom: 5px solid #4e817d;
  color: #4e817d;
}

.article-content {
  padding: 2rem 0 4rem;
  text-decoration: none;
}

.article-text {
  padding: 2rem 0 4rem;
}

.read-more {
  float: right;
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-family: Vestula, Arial, sans-serif;
  background-color: #4e817d;
  color: #fff;
  border: none;
  padding: 8px 20px;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 18px;
  text-decoration: none;
}

.read-more:hover {
  background-color: #7ca8b2;
  color: #fff;
}

.serie {
  background-color: #f5f5f5;
  padding: 10px 30px;
  margin-bottom: 40px;
}

.content .serie p,
.content .serie a,
.content .serie li {
  font-family: Vestula;
}

.serie ol li {
  margin: 0;
}

.serie a {
  color: #3a7c84;
  text-underline-offset: 0.25em;
}

.crumb {
      font-size: 2rem;
    text-decoration: none;
    color: #4e817d;
}

.intro-process {
  margin-bottom: 4rem;
}

.blogs {
  padding: 8rem 0;
}

.blogposts .article-meta {
  color: #2c6b71;
  margin-top: 12px;
  padding-top: 0.6rem;
  font-size: 1.3rem;
}

.blogposts h3 {
  font-size: 3.2rem;
  color: #20474b;
  line-height: 1.05;
}

h3 span {
  font: normal italic 1.4rem/1.3 Merriweather;
  display: inline-block;
  padding: 6px 0;
}

.blogposts p {
  font-size: 1.8rem;
  color: #737373;
  margin: 1rem 0;
  line-height: 1.5;
}

.blog-authors {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.blog-author {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  margin-bottom: 10px;
  transition: all 0.13s ease-in-out;
}
.blog-author:hover {
  scale: 1.05;
}

.blog-author-content {
  font: 1.5rem / 1.3 Merriweather;
  color: #333;
}

.blog-author-content time {
  padding-left: 2rem;
}

.blog-author img {
  border: 6px solid #4e817d;
  border-radius: 50%;
  width: 100px;
}

.blog-author span {
  background-color: #4e817d;
  color: #fff;
  font: normal 1.6rem / 1.1 Merriweather;
  padding: 6px 20px;
  display: block;
  margin-bottom: 6px;
}

.content p,
.content ul,
.content ol {
  font-size: 1.8rem;
  font-family: "Merriweather";
  line-height: 1.5;
  color: #333333;
  margin: 2rem 0;
}

.home-content .chapter {
  position: relative;
  width: 60%;
  min-height: 45rem;
  background: white;
  margin-top: -28rem;
  margin-bottom: 8rem;
  z-index: 2;
  border-radius: 12px;
  overflow: clip;
  box-shadow: 0 0 40px 0 rgb(32 71 75 / 10%), 0 6px 6px 0px rgb(32 71 75 / 5%);
  background: url(../images/pattern2.svg) repeat-x 0px -5px #fff;
  background-size: 14%;
}

.home-content .chapter-new {
  position: relative;
  width: 48.5%;
  min-height: 45rem;
  background: white;
  margin-top: -28rem;
  margin-bottom: 8rem;
  z-index: 2;
  border-radius: 12px;
  overflow: clip;
  box-shadow: 0 0 40px 0 rgb(32 71 75 / 10%), 0 6px 6px 0px rgb(32 71 75 / 5%);
  background: url(../images/pattern2.svg) repeat-x 0px -5px #fff;
  background-size: 14%;
      padding-bottom: 6rem;
}

.home-content .chapter.phases {
  width: 37%;
}

.chapter-articles {
  display: flex;
  gap: 6%;
  flex-wrap: wrap;
}


.chapter-articles-new {
    display: flex;
    gap: 6%;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    width: 70%;
    margin-top: 40px;
}

.article-home {
  width: 47%;
}

.chapter-content {
  padding: 4rem 4rem 0 4rem;
}

.process-image {
  width: 100%;
  margin-bottom: 60px;
}

.process-image-new {
  width: 100%;
  /* margin-bottom: 60px; */
  opacity: 0.2;
  position: absolute;
  top: 40%;
}

.splash {
  fill: #566659;
  position: absolute;
  right: -30px;
  top: -50px;
  width: 150px;
}

.temp .splash {
  fill: #123411;
}

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

.symptom {
  line-height: 1.6;
  width: 30%;
  text-decoration: none;
  color: #333;
  font-size: 1.8rem;
  margin: 2rem 0;
}

.symptom h3 {
  font: bold 20px/1.2 Merriweather;
  margin: 1rem 0;
  color: #213b70;
}

.symptoms figure {
  display: inline-block;
  background: #213b70;
  padding: 14px;
  margin-bottom: 1rem;
  border-radius: 18px;
  width: 76px;
  height: 76px;
  text-align: center;
  box-shadow: 2px 3px 8px 0px rgb(0 0 0 / 40%);
}

.team {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
  margin: 2rem 0;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 20px;
}

.team-member {
  width: 20.5%;
  text-align: center;
}

.team-member img {
  border-radius: 50%;
  width: 100px;
  margin-bottom: 1rem;
}

.team-member h3 {
  font: 600 1.6rem/1.2 Merriweather;
  color: #2c6b71;
}

.team-member p {
  font-size: 1.6rem;
  color: #737373;
  margin: 0.4rem 0 1.2rem;
  line-height: 1.2;
}

.content ul.publication-list {
  list-style: none;
  padding: 0;
  font: normal 2rem / 1.4 Vestula;
}

.content ul.publication-list li {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}
.content ul.publication-list li a {
  text-decoration: none;
  color: #333;
}

.explanation {
  font-style: italic;
}

.publication-list-home {
  list-style: none;
  padding: 0;
  font-size: 1.5rem;
}

.publication-list-home {
  padding: 2rem 0;
  border-bottom: 1px dotted #ccc;
}

.publication-list-home:first-child {
  padding-top: 0;
}

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


footer {
  background: #4e817d;
}

.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  padding: 7rem 0;
}

footer section:first-child {
  width: 40%;
}

footer section {
  width: 26%;
}

footer p {
  color: #c8dee2;
  font-size: 15px;
  font-family: "Merriweather";
}

.nwo-logo {
  fill: #f0f6f7;
  width: 7rem;
  float: left;
  margin-right: 20px;
}

.nwo-text {
  font-family: "Vestula";
  font-size: 11px;
  color: #ffffff;
  padding: 0 80px;
}

.nwo-text a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #a8c1be;
}

.footer-logos {
  display: flex;
  gap: 30px;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5%;
}

.team-list-member {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 31%;
  margin: 6rem 0 6rem;
  text-decoration: none;
}

.team-list-member h3 {
  text-align: center;
  font-size: 2.4rem;
  color: #2c6b71;
}

.team-header {
  text-align: center;
  background-color: #f3f4ef;
  z-index: 1;
  border-radius: 12px 12px 0 0;
}

.team-list-member p {
  text-align: center;
  margin: 0.4rem 0;
}

.team-list-member img {
  width: 15rem;
  margin: -45px auto 20px;
  border-radius: 50%;
}

.team-full-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  align-items: center;
  margin: 4rem 0;
}

.team-full-heading img {
  width: 15rem;
  border-radius: 50%;
}

.team-full-heading a {
  font-size: 2rem;
  text-decoration: none;
  color: #4e817e;
  font-weight: bold;
}

.team-full-heading a:hover {
  text-decoration: underline;
}

.team-full-content {
  width: 80%;
}

.team-content {
  padding: 3rem;
  box-shadow: 0 0 40px 0 rgb(32 71 75 / 10%), 0 6px 6px 0px rgb(32 71 75 / 5%);
  border-radius: 12px;
}

.team-content h2 {
  font: bold 2.2rem/1.1 Merriweather;
  margin: 0 0 12px;
  color: #2c6b71;
}

.team-content h3 {
  font: normal 17px/1.2 Vestula;
  color: #1c474c;
}


.content p.position {
    margin-top: -3rem;
    font: normal 2rem / 1.1 Vestula;
}

.project-list-item {
  background: #f3f4ef;
  padding: 1rem 2rem;
  border-radius: 12px;
  margin-bottom: 24px;
  position: relative;
}

.project-list-item:after {
  content: ">";
  position: absolute;
  right: 12px;
  font-size: 19px;
  font-weight: bold;
  color: #2c6b71;
  top: 31%;
}

.project-list-item a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  align-items: center;
}

.project-list-icon {
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 14px;
}

.project-list-icon svg {
  width: 24px;
  fill: #2c6b71;
}

.project-list-content {
  width: 77%;
}
.project-list-content time {
  font-size: 12px;
  color: #90967b;
}

.project-list-content h3 {
  font-size: 18px;
  color: #2c6b71;
}

.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.4rem;
}

.filters h3:first-child {
  margin-top: 0;
}

.filters h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #2c6b71;
  margin: 3rem 0px 0rem;
}

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

.filter-container a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #333;
}

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

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

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

.filter-container a.active span.checkmark::after {
  background: #2c6b71;
}

.filter__toggle,
.filter__checkbox,
.filter__arrow {
  display: none;
}

.navigation__toggle,
.navigation__checkbox {
  display: none;
}

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

@media only screen and (max-width: 1250px) {
  .toggle {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-content {
    width: 60%;
  }

  .wrapper-small {
    max-width: 90%;
  }

  .blogposts article {
    width: 48%;
  }

  .toggle {
    width: 26%;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .hero-content {
    width: 100%;
  }

 .home-content .chapter-new  {
    width: 100%;
  }

   .home-content .chapter-new:first-child {
    margin-top: -30rem;
   }

    .home-content .chapter-new:nth-child(2) {
    margin-top: -3rem ;
   }

   .chapter-articles-new {
    width: 100%;
   }

  .navigation__toggle {
    display: block;
    position: absolute;
    top: 2.4rem;
    right: 1.4rem;
    font-size: 2.6rem;
    line-height: 1.3;
    background: #2c6b71;
    width: 36px;
    aspect-ratio: 1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
  }

  .navigation__checkbox:checked ~ ul {
    text-align: center;
    display: block;
    z-index: 3;
    padding: 30px;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 62px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
  }

  .language-selector {
    width: 70px;
    margin: 1rem auto 0;
  }

  nav ul {
    display: none;
  }

  nav li {
    margin-right: 0;
  }

  nav a {
    padding: 10px;
    display: block;
  }

  nav a.active {
    border: none;
  }

  .article-home {
    width: 100%;
  }

  .indent {
    margin: 0;
  }

  .filters {
    width: inherit;
    margin-top: 0;
  }

  .filter__toggle {
    display: block;
    font-size: 1.6rem;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    border-radius: 20px;
    position: absolute;
    top: -50px;
    background: white;
    width: 100%;
    padding: 10px 20px;
  }

  .navigation__list,
  .filter__form {
    display: none;
  }

  .filter__checkbox:checked ~ .filter__form {
    display: block;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: -36px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    padding: 20px;
    border-radius: 4px;
  }

  .filter__arrow {
    fill: none;
    stroke: #2c6b71;
    stroke-width: 5;
    stroke-linecap: round;
    width: 18px;
    position: absolute;
    right: 20px;
    display: inline-block;
    top: 16px;
  }

  .results-posts {
    width: 100%;
  }

  .toggle {
    width: 36%;
  }
}

@media only screen and (max-width: 768px) {
  .hero-content p {
    width: 100%;
  }

  .home-content .chapter.phases {
    width: 100%;
  }

  .home-content .chapter.results {
    width: 100%;
    margin-top: -30px;
  }
}

@media only screen and (max-width: 425px) {
  .home-content .chapter.phases {
    margin-top: -60px;
  }

  .hero h1.hero-title {
    font: 600 46px / 1.1 Merriweather;
  }

  footer section:first-child,
  footer section {
    width: 100%;
  }

  .blogposts article {
    width: 100%;
  }

  .toggle {
    width: 100%;
  }
}
