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

/* a:focus {
  outline: 2px solid blue;
} */
/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v35-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v35-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v35-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v35-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v35-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html,
body {
  font-size: 62.5%;
  min-height: 100%;
  color: #333;
  font-family: Open Sans, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

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

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

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

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2.25rem;
}

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

input:focus {
  outline: none;
}

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

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


/* 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 */
.wrapper {
  max-width: 1360px;
  margin: auto;
  position: relative;
}

.wrapper.small {
  max-width: 1024px;
}

.small-text {
  max-width: 720px;
  font-size: 2rem;
  margin: auto;
}

.small-text p {
  margin: 2rem 0;
}

.small-text ul {
  margin: 2rem;
}

.small-text a {
  color: #147299;
}

.small-text a:hover {
  text-decoration: none;
}

.team-member-contact a {
  text-decoration: none;
}

.team-member-contact a:hover {
  text-decoration: underline;
}

.small-text.columns {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}

.small-text .column {
  width: 48%;
}

.blub {
  width: 52%;
  position: absolute;
  right: 0;
  top: 0;
}

.home .blub {
  width: 55%;
}

.hero-image {
  position: absolute;
  top: 170px;
  right: -2%;
  width: 44%;
  filter: drop-shadow(6px 6px 5px rgb(0 0 0 / 0.3));
}

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

header {
  position: relative;
  overflow-x: clip;
}

.header__logo {
  width: 25rem;
  display: inline-block;
  margin-top: 4rem;
}

nav {
  float: right;
  margin-top: 10rem;
  margin-top: 5rem;
}

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

nav li {
  margin-right: 3rem;
}

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

nav a {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 3px solid transparent;
  font-size: 1.8rem;
  color: #fff;
}

nav a:not(.language-selector__item):hover,
nav a:not(.language-selector__item).active {
  border-bottom: 3px solid #fff;
}

.language-selector {
  border: 2px solid rgb(255 255 255 / 0%);
  background-color: rgb(255 255 255 / 40%);
  padding: 0 1px;
  border-radius: 100vh;
  display: flex;
  margin: 0;
}

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

.language-selector__item {
  padding: 0 8px;
  border-radius: 100vh;
  text-transform: uppercase;
  border: none;
  font-size: 1.8rem;
}

.navigation__toggle,
.navigation__checkbox {
  display: none;
}

.navigation__checkbox:checked~ul {
  display: block;
  z-index: 3;
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  top: 60px;
  padding: 2rem 3rem;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
}

.dropbtn {
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  /* display: inline-block; */
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 26px;
  background-color: #fff;
  min-width: 24rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  font-size: 1.6rem;
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.content {
  margin-top: 8rem;
  padding: 6rem 0;
}

.home .content {
  min-height: 48rem;
}

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

.main {
  width: 45%;
}

.aside {
  width: 50%;
  align-items: center;
  justify-content: end;
  display: flex;
}

.image-set {
  position: relative;
}

.image-set-back {
  /* width: 80%; */
  box-shadow: 0 0 40px 0 rgb(32 71 75 / 10%), 0 6px 6px 0px rgb(32 71 75 / 5%);
  float: right;
}

.profile .image-set-back {
  width: 60%;
  margin: auto;
  float: none;
  text-align: center;
  border-radius: 50%;
  display: block;
}

.image-set-front {
  position: absolute;
  box-shadow: 0 0 40px 0 rgb(32 71 75 / 10%), 0 6px 6px 0px rgb(32 71 75 / 5%);
  width: 50%;
  z-index: 1000;
  left: 60px;
  bottom: -70px;
}

.content h1 {
  font-size: 5.4rem;
  font-weight: 100;
  color: #6a891f;
  line-height: 1;
}

.content h1 span {
  font-weight: 600;
  text-transform: lowercase;
}

.content p {
  font-size: 2rem;
  margin: 3rem 0;
}

.content p:first-of-type {
  font-weight: bold;
}

.home-info .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
  align-items: center;
  padding: 2rem 0 6rem;
}

.home-video {
  width: 45.5%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.home-video img {
  display: block;
}

.home-audience {
  width: 46.5%;
}

.home-audience h1 {
  color: #147299;
}

.home-audience ul {
  list-style: none;
}

.home-audience a {
  display: flex;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  color: #333;
  background: #f6f7f4;
  padding: 12px 32px;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  margin: 18px 0;
}

.home-audience a:hover {
  color: #fff;
  background: #147299;
}

.home-audience a:hover .circle-arrow {
  stroke: #fff;
}

.home-audience a p {
  width: 96%;
}

.circle-arrow {
  width: 4%;
  fill: none;
  stroke: #333;
  stroke-width: 66.6667;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 133.3333;
}

.banner-pattern {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.banner-pattern.pattern1 {
  background-image: url(../images/wave_1.svg);
}

.banner-pattern.pattern2 {
  background-image: url(../images/wave_2.svg);
}

.banner-pattern.pattern3 {
  background-image: url(../images/wave_3.svg);
}

.banner {
  position: relative;
  width: 100%;
  background-color: transparent;
  padding: 6rem 0;
}

.green {
  background-image: linear-gradient(90deg, #78853f 0%, #b8d255 100%);
}

.blue {
  background-image: linear-gradient(90deg, #108771 0%, #9adaf6 100%);
}

.purple {
  background-image: linear-gradient(90deg, #711087 0%, #cbb5d0 100%);
}

.grey-blue {
  background-image: linear-gradient(90deg, #405168 0%, #8c9cb5 100%);
}

.grey-green {
  background-image: linear-gradient(90deg, #3f7875 0%, #8bb5b2 100%);
}

.banner p {
  color: #fff;
  font-size: 3rem;
  width: 60%;
  padding: 6rem 0;
}

.banner a {
  color: #fff;
  font-style: italic;
  text-decoration: none;
}

.banner a:hover {
  text-decoration: underline;
}

section {
  padding: 6rem 0;
}

section.top-margin {
  margin-top: 20rem;
}

.contact .heading {
  padding-bottom: 0;
}

section.team:nth-child(odd),
.content-block section:nth-child(odd),
.contact-form {
  background-color: #f7f7f4;
}

.contact-form,
.actueel .content-block section:nth-child(odd) {
  background-color: #fff;
}

.actual-full {
  padding-bottom: 0;
}

.section-heading,
.subsection-heading {
  text-align: center;
  width: 54%;
  margin: auto;
}


.actueel .section-heading {
  text-align: left;
}

.project-heading {
  width: 100%;
}

.actual-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
  align-items: center;
  margin-bottom: 6rem;
}

.newsletter {
  width: 40%;
  border-left: 1px dotted #ccc;
  padding-left: 8rem;
}

.newsletter h2 {
  font-size: 3.2rem;
  line-height: 1.15;
  color: #6a891f;
}

.formField {
  width: 100%;
  padding: 1.6rem 1.5rem;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
  background: #fff;
  font-size: 1.6rem;
  margin: 3rem 0 4rem;
  font-family: Open Sans, Arial, sans-serif;
}

.formButton {
  background: #147299;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.formButton:hover {
  background: #6b96a8;
}

.blockImage {
  display: table;
  margin: 1em auto;
}

figcaption {
  caption-side: bottom;
  color: #6f6c6c;
  display: table-caption;
  padding-top: 5px;
  font-size: 16px;
}

.actual-items {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  margin-bottom: 4rem;
}

.agenda,
.news,
.in-the-media {
  width: 31.33%;
}

.items {
  width: 50%;
}

.actual-items h2 {
  color: #147299;
  font-size: 2.4rem;
  margin-bottom: 24px;
}

.agenda ul,
.news ul,
.in-the-media ul,
.items ul {
  list-style: none;
}

.agenda-item:last-child a,
.news-item:last-child a,
.in-the-media-item:last-child a {
  border-bottom: none;
}

.agenda-item a {
  display: flex;
  gap: 4%;
  text-decoration: none;
  color: #333;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 16px;
  align-items: center;
  padding-bottom: 16px;
  transition: all 0.13s ease-in-out;
}

.news-item a,
.in-the-media-item a {
  display: block;
  text-decoration: none;
  color: #333;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 16px;
  padding-bottom: 16px;
  transition: all 0.13s ease-in-out;
}

.agenda-item a:hover,
.news-item a:hover,
.in-the-media-item a:hover {
  scale: 1.02;
}

.agenda-full-data {
  display: grid;
  grid-template-columns: auto auto;
  font-size: 20px;
  justify-content: start;
  gap: 5%;
}

.actualTitle {
  line-height: 1.15;
  color: #147299;
  margin-bottom: 2rem;
}

.postDate {
  font-size: 20px;
}

.agenda-full-data span {
  text-align: left;
}

.in-the-media a {
  margin-bottom: 22px;
  padding-bottom: 22px;
}

.extern:after {
  height: 18px;
  content: "";
  display: inline-block;
  background: url(../images/extLink.svg) no-repeat;
  width: 18px;
  margin-left: 8px;
  vertical-align: bottom;
}

.in-the-media-item a:before {
  height: 24px;
  content: "";
  display: block;
  background: url(../images/microphone.svg) no-repeat;
  width: 24px;
  float: left;
  margin-right: 14px;
}

.in-the-media-item.video a:before {
  background: url(../images/video.svg) no-repeat;
}

.in-the-media-item.document a:before {
  background: url(../images/doc.svg) no-repeat;
}

.in-the-media-item.publication a:before {
  background: url(../images/academic.svg) no-repeat;
}

.in-the-media-item.videofile a:before {
  background: url(../images/video.svg) no-repeat;
}

.in-the-media-item.presentation a:before {
  background: url(../images/presentation.svg) no-repeat;
}

.agenda-item date {
  width: 60px;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  text-align: center;
  border: solid 2px #87b31d;
}

.agenda-item date span:first-child {
  text-transform: uppercase;
  color: #333;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 3px solid #007b98;
  margin-top: 7%;
}

.agenda-item-content {
  max-width: 80%;
}

.agenda-item date span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-top: -3px;
}

.agenda-item h3,
.news-item h3,
.in-the-media-item h3 {
  font-size: 1.6rem;
}

.in-the-media-item h3 {
  margin-left: 3.8rem;
}

.agenda-item p,
.news-item date {
  font-size: 16px;
  color: #929191;
}

.section-heading h1,
.project-heading h1 {
  line-height: 1.15;
  color: #147299;
  margin-bottom: 5rem;
}

.team-member-content h1 {
  line-height: 1.2;
  color: #147299;
}

.project-heading h1 {
  text-align: center;
}

.audience .small-text h1 {
  color: #147299;
}

.project-heading-content {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  align-items: center;
  width: 80%;
  margin: auto;
}

.project-heading-content img {
  box-shadow: 0 0 40px 0 rgb(32 71 75 / 10%), 0 6px 6px 0px rgb(32 71 75 / 5%);
}

.subsection-heading h2,
.home-audience h2 {
  line-height: 1.2;
  color: #6a891f;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.subsection-heading p {
  font-size: 2rem;
  margin: 2rem 0;
}

.section-heading p,
.project-heading p {
  font-size: 2.4rem;
  margin: 5rem 0 6rem;
}

.project-heading p {
  width: 44.9%;
}

.listing-list,
.listing-list-images {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}

.listing-list li,
.listing-list-images li {
  width: 48%;
  margin-bottom: 4rem;
}

.listing-list li a {
  position: relative;
  border-left: 4px solid #6a891f;
  padding-left: 3rem;
  text-decoration: none;
  color: #333;
  font-size: 1.5rem;
  display: block;
  height: 100%;
  transition: all 0.13s ease-in-out;
}

.listing-list-images li a {
  position: relative;
  border-left: 4px solid #6a891f;
  padding-left: 3rem;
  text-decoration: none;
  color: #333;
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  align-items: center;
  height: 100%;
  transition: all 0.13s ease-in-out;
}

.listing-image {
  width: 20%;
}

.listing-content {
  width: 74%;
}

.listing-list a:before {
  content: "";
  display: block;
  background: url(../images/globe.svg) no-repeat;
  width: 3rem;
  height: 100%;
  float: left;
  margin-top: 3rem;
  margin-right: 3rem;
}

.listing-list li.podcast a:before {
  background: url(../images/microphone.svg) no-repeat;
}

.listing-list li.document a:before {
  background: url(../images/doc.svg) no-repeat;
}

.listing-list li.publication a:before {
  background: url(../images/academic.svg) no-repeat;
}

.listing-list li.videofile a:before {
  background: url(../images/video.svg) no-repeat;
}

.listing-list li.presentation a:before {
  background: url(../images/presentation.svg) no-repeat;
}


.listing-list li a:hover {
  scale: 1.02;
  border-left: 4px solid #147299;
}

.listing-list li p,
.listing-list-images li p {
  font-size: 2rem;
  display: table;
}

.project-overview {
  /* background-color: #f7f7f4; */
  padding: 8rem 0;
}

.project-overview-list,
.partners-overview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  justify-content: center;
}

.project-overview-item,
.partner-overview-item {
  background-color: #fff;
  width: 31.33%;
  position: relative;
  cursor: pointer;
  transition: all 0.13s ease-in-out;
  margin-bottom: 4rem;
  text-decoration: none;
  color: #333;
  box-shadow: 0 0 40px 0 rgb(32 71 75 / 10%), 0 6px 6px 0 rgb(32 71 75 / 5%);
}

.partner-overview-item {
  /* background-color: #f7f7f4; */
  border-top: 6px solid #6a891f;
}

.partner-overview-image {
  height: 106px;
  padding: 4rem 4rem 0;
  mix-blend-mode: darken;
}

.project-overview-item:hover {
  scale: 1.02;
}

.project-overview-item-content {
  padding: 4rem;
  font-size: 2rem;
  margin-bottom: 4rem;
}

.partner-overview-item-content {
  padding: 4rem;
  font-size: 2rem;
}

.project-overview-item h2 {
  font-size: 3.6rem;
  line-height: 1.1;
}

.partner-overview-item h2 {
  font-size: 2.2rem;
}

.project-overview-item p,
.partner-overview-item p {
  margin: 2rem 0;
}

.partner-overview-item h3 {
  font-size: 1.8rem;
  color: #147299;
  margin: 3rem 0 2rem;
}

.partner-overview-partners {
  list-style: none;
}

.partner-overview-partners img {
  width: 25%;
  height: 100%;
  border-radius: 50%;
}

.partner-overview-partners a {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  text-decoration: none;
  transition: all 0.13s ease-in-out;
  color: #333;
  margin-bottom: 2rem;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 2rem;
}

.partner-overview-partners a:hover {
  scale: 1.02;
}

.partner-overview-partners li:last-of-type a {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.partner-overview-partner {
  display: flex;
  flex-wrap: wrap;
}

.partner-overview-partner-content {
  width: 67%;
  padding-top: 2rem;
}

.partner-overview-partner-content h4 {
  font-size: 1.8rem;
}

.partner-overview-partner-content p {
  margin: 0;
  font-size: 1.8rem;
}

.accordion {
  font-size: 2rem;
  cursor: pointer;
  padding: 18px;
  text-align: left;
  transition: 0.4s;
  max-width: 720px;
  border-top: 1px solid #ccc;
  margin: auto;
  position: relative;
  font-weight: 100;
}

.accordion::after {
  content: "";
  background: url(/images/arrow_down.svg) #e4e4e2;
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
}

.accordion.active:after {
  transform-origin: center center;
  transform: scale3d(1, -1, 1);
}

.panel {
  padding: 0 18px;
  font-size: 1.8rem;
  max-width: 720px;
  margin: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.innerpanel {
  padding-bottom: 20px;
}

.panel p {
  margin-bottom: 2rem;
}

.disorders-content {
  margin-top: 8rem;
}

.disorder {
  width: 28%;
}

.disorder h2 {
  color: #6a891f;
  font-size: 2.5rem;
}

.disorder p {
  margin: 2rem 0;
  font-size: 2rem;
}


.tips-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10%;
  margin-bottom: 4rem;
}

.tip-image {
  width: 30%;
}

.tip-list {
  width: 50%;
}

.tip-list li {
  list-style-image: url(/images/check.svg);
  font-size: 2rem;
}

.tip-list li::marker {
  font-size: 3rem;
}

.contact-block {
  border-radius: 16px;
  display: flex;
  gap: 4%;
  align-items: flex-start;
}

.pagination {
  margin: auto;
  text-align: center;
}

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

.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 #91c024;
}

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

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

footer {
  padding: 6rem 0 2rem;
  background: #e8e8e3;
}

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

.footer-section {
  width: 30%;
  margin-bottom: 6rem;
}

footer h2 {
  color: #255358;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}

footer p {
  font-size: 1.6rem;
  color: #19739a;
}

.footer-footer {
  border-top: 1px solid #c9d4d7;
  padding: 1rem 0;
  text-align: center;
}

.footer-footer a {
  font-size: 1.4rem;
  max-width: 26rem;
  color: #19739a;
  text-decoration: none;
  padding: 0 1rem;
}

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

.uleiden {
  width: 40%;
}

address {
  font-style: normal;
}

.helpdesk {
  width: 4.8rem;
  margin-top: 0.8rem;
}

.phone {
  font-size: 3rem;
  text-decoration: none;
  color: #147299;
}

address p {
  font-size: 1.6rem;
  max-width: 26rem;
  color: #19739a;
}

address p span {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
}

.email {
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 600;
  color: #19739a;
}

.follow {
  background: #19739a;
  padding: 6px;
  fill: #fff;
  border-radius: 50%;
  margin: 0 1rem 6rem 0;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.follow svg {
  width: 18px;
  height: 18px;
}

.team-overview-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  justify-content: center;
}

.team-overview-member {
  width: 22%;
  position: relative;
  margin-bottom: 3rem;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  transition: all 0.13s ease-in-out;
}

.team-center h2,
.video h2 {
  text-align: center;
  font-size: 3rem;
}

.video .wrapper {
  max-width: 1024px;
  font-size: 2rem;
  margin: auto;
}

.video p {
  margin: 2rem 0 4rem;
  text-align: center;
}

.team-center .team-overview-member {
  text-align: center;
}

.team-overview-member:hover {
  scale: 1.02;
}

.team-overview-member img {
  width: 80%;
  border-radius: 50%;
  margin: 4rem auto;
}

.team-overview-content {
  padding: 0 0 4rem;
  font-size: 2rem;
  margin-bottom: 4rem;
}

.team-center .team-overview-content {
  padding: 0;
  margin: 0;
}

.team-overview-member h2 {
  font-size: 2.4rem;
}

.team-member-content .organisation,
.team-overview-member .organisation {
  font-size: 1.4rem;
  color: #757575;
  display: block;
  margin: -2px 0 4px 0;
}

.team-overview-member-position {
  color: #6a891f;
}

.team-member-content .team-overview-member-position {
  font-size: 2.4rem;
}

.team-overview-member p {
  margin: 2rem 0;
}

.team-member-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5%;
}

.team-member-image img {
  border-radius: 100%;
}

p.read-more {
  position: absolute;
  bottom: 2rem;
  color: #147299;
  font-weight: 600;
  font-size: 1.6rem;
}

a.read-more {
  color: #147299;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none;
  margin-top: 2rem;
  display: block;
  transition: all 0.13s ease-in-out;
}

a.read-more:hover {
  scale: 1.02;
}

.partner-overview-item-content a.read-more {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 2rem;
}

.footer-section a.read-more,
.newsletter-block a.read-more,
.team-member-content a.read-more {
  border: none;
}

.read-more::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/arrow-icon.svg) 2px 3px no-repeat;
  display: inline-block;
}

.contact-blocks {
  display: flex;
  flex-wrap: nowrap;
  gap: 5%;
  justify-content: center;
  padding-bottom: 6rem;
}

.contact-blocks div h2 {
  color: #19739a;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}

.contact-blocks div p {
  font-size: 1.6rem;
  color: #19739a;
}

.generalform {
  margin: 0rem auto 14rem;
  width: 60%;
}

.generalform__label {
  display: block;
  color: #666;
  margin-top: 2rem;
  padding-bottom: 8px;
  font-size: 1.8rem;
}

.generalform__input {
  width: 100%;
  padding: 1.6rem 1.5rem;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
  background: #fff;
  font-size: 1.8rem;
}

input#generalform__check,
label.generalform__check {
  display: none;
}

.generalform__textarea {
  width: 100%;
  padding: 1.6rem 1.5rem;
  min-height: 100px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
  font-size: 1.8rem;
}

.generalform__submit {
  margin-top: 2rem;
  border: none;
  background: #147299;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.alert {
  background: #147299;
  padding: 10px 40px;
  font-size: 2rem;
  color: white;
}

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

  .aside {
    width: 35%;
  }

  .blub {
    width: 64%;
  }
}

@media only screen and (max-width: 1180px) {
  .project-overview-item h3 {
    font-size: 2.8rem;
  }

  nav li {
    margin-right: 2rem;
  }

  nav a {
    font-size: 1.8rem;
  }

  .language-selector__item {
    font-size: 1.6rem;
  }

  .image-set-back {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .blub {
    width: 70%;
  }

  .team-overview-member {
    width: 30%;
  }
}

@media only screen and (max-width: 940px) {
  .blub {
    width: 65%;
  }

  nav a {
    font-size: 1.4rem;
  }

  .language-selector__item {
    font-size: 1.2rem;
  }

  .content-top {
    display: block;
  }

  .main,
  .aside {
    width: 100%;
  }

  

  .listing-list li a {
    padding-left: 2rem;
  }

  .listing-list a:before {
    margin-right: 2rem;
  }

  .listing-list li, .listing-list-images li {
    width: 100%;
  }

}

@media only screen and (max-width: 830px) {
  .header__logo {
    width: 20rem;
  }

  .blub {
    width: 55%;
  }

  nav ul {
    display: none;
  }

  nav li {
    text-align: center;
  }

  nav li a {
    font-size: 1.8rem;
  }

  nav a:not(.language-selector__item):hover,
  nav a:not(.language-selector__item).active {
    border-bottom: 1px solid #ccc;
  }

  nav a {
    color: #333;
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
  }

  .dropdown-content a,
  .language-selector__item {
    font-size: 1.8rem;
  }

  .dropbtn {
    display: none;
  }

  .dropdown-content {
    display: block;
    box-shadow: none;
    position: initial;
  }

  .navigation__toggle {
    display: block;
    position: absolute;
    top: 2.4rem;
    right: 1.4rem;
    font-size: 3rem;
    line-height: 1.3;
    background: var(--orange);
    width: 46px;
    aspect-ratio: 1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
  }

  .language-selector {
    margin: 0;
    padding: 1rem 0;
    display: inline-flex;
  }

  .content h1 {
    font-size: 4.4rem;
  }

  .project-overview-item,
  .partner-overview-item {
    width: 48.33%;
  }

  .banner p {
    width: 100%;
  }

  .team-overview-member {
    width: 48%;
  }

  .section-heading,
  .subsection-heading,
  .items {

    width: 100%;
  }

  .newsletter {
    width: 100%;
    border-left: none;
    padding-left: 0;
    padding-top: 40px;
  }
  .agenda, .news, .in-the-media {
    width: 100%;
    margin-bottom: 4rem;
  }
  .tip-image {
    width: 0%;
  }
  .tip-list {
    width: 90%;
  }
}

  @media only screen and (max-width: 425px) {
    .blub {
      width: 55%;
    }

    .hero-image {
      top: 140px;
      right: 15%;
      width: 70%;
    }

    .listing-image {
      width: unset;
    }

    .main {
      width: 100%;
      margin-top: 5rem;
    }

    .project-overview-item,
    .partner-overview-item,
    .news-item,
    .home-audience,
    .home-video,
    .footer-section {
      width: 100%;
    }

    .home-info .wrapper {
      padding: 0;
    }

    .home .content {
      padding: 6rem 0 0 0;
      min-height: auto;
    }

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

    .team-member-image {
      margin: auto;
    }

    .team-member-content {
      text-align: center;
      margin: 3rem auto;
    }

    .small-text .column {
      width: 100%;
    }

    .generalform {
      width: 90%;
    }

  }