@charset "UTF-8";
/*
Theme Name: Kader Studio 2024
Theme URI: https://a-team.agency/kaderstudio/wp-content/themes/kaderstudio_24
Author: a-team.agency
Author URI: https://a-team.agency
Description: A custom WordPress theme for an Architecture Studio.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kaderstudio
Tags: portfolio, architecture, responsive, modern
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Extended reset rules */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.6;
  word-wrap: break-word;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Additional resets can go here */
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

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

a:focus, button:focus, input:focus, textarea:focus, select:focus {
  outline: 2px solid #007bff;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

iframe, object, embed {
  width: 100%;
  height: auto;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 10px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #efefef;
  color: #000;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid #007bff;
}

button, input, select, textarea {
  background: none;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  vertical-align: middle;
  text-align: left;
  line-height: normal;
  box-shadow: none;
}
button:focus, input:focus, select:focus, textarea:focus {
  outline: none;
}
button::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
  color: #aaa;
  opacity: 1;
}
button select, input select, select select, textarea select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline: none !important;
}

body {
  font-family: "EB Garamond", adobe-garamond-pro, serif;
  font-optical-sizing: auto;
  text-wrap: balance;
}
body p {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  word-spacing: 0.05em;
  /* Slightly increase word spacing */
  letter-spacing: 0.02em;
  /* Slightly increase letter spacing */
  /* CSS property not universally supported, but applying where possible */
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%;
  /* WebKit-specific (Safari, older iOS versions) */
  -webkit-hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-last: always;
  -webkit-hyphenate-limit-zone: 8%;
  /* Mozilla-specific (Firefox) */
  -moz-hyphenate-limit-lines: 2;
  -moz-hyphenate-limit-last: always;
  -moz-hyphenate-limit-zone: 8%;
  /* Edge and IE */
  -ms-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-last: always;
  -ms-hyphenate-limit-zone: 8%;
  font-feature-settings: "liga", "kern";
  /* Enable ligatures and kerning */
  -webkit-font-smoothing: antialiased;
  /* Improve font rendering */
  -webkit-hyphenate-limit-after: 2;
  /* Specific to WebKit */
  -webkit-hyphenate-limit-before: 2;
  /* Specific to WebKit */
  text-wrap: auto !important;
}

#wrapper_page {
  position: relative;
  display: grid;
  grid-template-rows: 48px 1fr auto;
}
#wrapper_page > footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #efefef;
  display: grid;
  grid-template-columns: 16px 1fr 16px;
  padding-top: 8px;
  padding-bottom: 14px;
  z-index: 15000;
}
#wrapper_page > footer section#contact {
  position: relative;
  display: grid;
  grid-column: 2/3;
  grid-template-columns: repeat(2, 1fr);
}
#wrapper_page > footer section#contact span#address {
  grid-column: 1/2;
  grid-row: 1/2;
  text-align: left;
  font-size: 11px;
  line-height: 11px;
  font-family: nimbus-sans, sans-serif;
}
#wrapper_page > footer section#contact span#address a {
  color: black;
  text-decoration: underline;
}
#wrapper_page > footer section#contact span#address a:hover {
  text-decoration: none;
}
#wrapper_page > footer section#contact span#email {
  grid-column: 2/3;
  text-align: right;
  font-size: 11px;
  line-height: 11px;
  font-family: nimbus-sans, sans-serif;
  grid-row: 1/2;
}

#header_page {
  position: sticky;
  display: grid;
  top: 0;
  grid-template-columns: 16px 1fr 24px 16px;
  width: 100%;
  height: 100%;
  grid-row: 1/2;
  z-index: 10000;
  background-color: #efefef;
}
#header_page h1 {
  position: relative;
  display: flex;
  margin: auto;
  grid-column: 2/3;
  width: fit-content;
  height: 100%;
  margin-left: 0;
  align-self: center;
  align-content: center;
  font-family: nimbus-sans, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
#header_page h1 a {
  position: relative;
  display: block;
  line-height: 48px;
  align-self: center;
  height: 100%;
  width: 100%;
  color: #000;
}
#header_page #primary-menu {
  position: fixed;
  top: 0px;
  bottom: 0;
  background-color: #efefef;
  width: 100%;
  left: 100%;
  padding: 16px;
  display: grid;
  align-content: center;
  justify-content: right;
  transition: all 0.3s ease;
  z-index: -1;
}
#header_page #primary-menu a {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
  font-size: 24px;
  font-weight: 900;
  padding: 32px 8px;
  color: #000;
}
#header_page #primary-menu.active {
  left: 0;
}
#header_page #primary-menu_toggle {
  position: fixed;
  display: block;
  grid-column: 3/4;
  width: 100%;
  height: 100%;
  height: 24px;
  cursor: pointer;
  z-index: 20000;
  top: 16px;
  width: 20px;
  right: 16px;
  background-color: #efefef;
}
#header_page #primary-menu_toggle span {
  width: 100%;
  height: 3px;
  position: relative;
  display: block;
  background-color: #333;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}
#header_page #primary-menu_toggle.toggled span:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
}
#header_page #primary-menu_toggle.toggled span:nth-child(2) {
  opacity: 0;
}
#header_page #primary-menu_toggle.toggled span:nth-child(3) {
  top: 8px;
  transform: rotate(-45deg);
  position: absolute;
}

main {
  position: relative;
  display: grid;
  grid-template-columns: 16px 1fr 16px;
}

main#main_overview-projects {
  padding-bottom: 64px;
}

main#main_overview-stories {
  padding-bottom: 64px;
}
main#main_overview-stories section > header {
  position: sticky;
  display: block;
  top: 48px;
  background-color: #efefef;
  z-index: 9000;
}
main#main_overview-stories section > header h2 {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 8px;
}
main#main_overview-stories section > header > a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-family: nimbus-sans, sans-serif;
  font-family: 700;
  text-decoration: underline;
  color: #000;
  line-height: 12px;
  opacity: 0.8;
}
main#main_overview-stories section > a {
  position: relative;
  display: block;
  font-family: nimbus-sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
  padding-bottom: 16px;
}
main#main_overview-stories article {
  position: relative;
  display: grid;
  margin-bottom: 16px;
}
main#main_overview-stories article > div > header h3 {
  font-size: 16px;
  font-weight: 700;
}
main#main_overview-stories article > div p {
  line-height: 20px;
  font-size: 14px;
}
main#main_overview-stories article > div p a {
  color: #000;
  text-decoration: underline;
}
main#main_overview-stories article > div p a:hover {
  text-decoration: none;
}
main#main_overview-stories article:last-of-type {
  margin-bottom: 0;
}
main#main_overview-stories article:last-of-type {
  margin-bottom: 0;
}

div.social {
  position: relative;
  display: inline-block;
  height: 14px;
  grid-column: 1/3;
  align-self: center;
  justify-self: center;
  margin: auto;
  width: fit-content;
  grid-row: 1/2;
}
div.social span {
  position: relative;
  display: inline-block;
}
div.social a {
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  _text-indent: -999em;
  position: relative;
  display: block;
  height: 14px;
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
}
div.social a img {
  position: relative;
  display: block;
  height: 14px;
  width: auto;
}

section.overview_content.grid {
  position: relative;
  display: grid;
  grid-column: 2/3;
  grid-row-gap: 16px;
}

article.overview_article {
  position: relative;
  display: grid;
  grid-row-gap: 10px;
}
article.overview_article figure {
  position: relative;
  display: block;
  grid-column: 1/2;
  grid-row: 1/2;
}
article.overview_article figure img {
  position: relative;
  display: block;
}
article.overview_article figure.bg {
  mix-blend-mode: multiply;
}
article.overview_article header.overview_article_header {
  position: relative;
  display: block;
  grid-column: 1/2;
  grid-row: 2/3;
}
article.overview_article header.overview_article_header #project_title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  margin-bottom: 5px;
}
article.overview_article header.overview_article_header #project_subTitle {
  font-family: nimbus-sans, sans-serif;
  font-size: 12px;
}
article.overview_article .main_article_header_table {
  display: none;
  opacity: 0;
}
article.overview_article a.project_link {
  position: relative;
  display: block;
  grid-column: 1/2;
  grid-row: 1/3;
  width: 100%;
  height: 100%;
  text-indent: -999em;
}

.project-navigation {
  position: relative;
  grid-column: 2/3;
}

.project-information {
  _display: none;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.project-information.visible {
  opacity: 1;
}

.news_overview {
  grid-column: 2/3;
}

#page_about {
  display: grid;
  grid-row-gap: 16px;
  grid-column: 2/3;
  padding-bottom: 40px;
}
#page_about header.page_article_header {
  margin-bottom: 8px;
}
#page_about header.page_article_header h3 {
  position: sticky;
  display: block;
  top: 48px;
  background-color: #efefef;
  z-index: 9000;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 8px;
}
#page_about p {
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 8px;
  text-wrap: balance;
}
#page_about p strong {
  font-weight: 700;
}
#page_about p a {
  color: #000;
  text-decoration: underline;
}
#page_about p a:hover {
  text-decoration: none;
}
#page_about p:last-child {
  margin-bottom: 0;
}
#page_about .cv_table {
  position: relative;
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
}
#page_about .cv_table label {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}
#page_about .cv_table ul {
  list-style: square;
  padding-left: 18px;
  margin-bottom: 8px;
  line-height: 20px;
}
#page_about .cv_table ul li {
  _margin-bottom: 4px;
  font-size: 14px;
  text-wrap: balance;
}
#page_about .cv_table:last-child {
  margin-bottom: 0;
}
#page_about .page_article_content .content-block > ul > li {
  font-size: 14px;
  line-height: 20px;
  padding-left: 15px;
  padding-bottom: 8px;
  text-wrap: balance;
}
#page_about .page_article_content .content-block > ul > li a {
  color: black;
  text-decoration: underline;
}
#page_about .page_article_content .content-block > ul > li a:hover {
  text-decoration: none;
}
#page_about .page_article_content .content-block > ul > li strong {
  font-weight: 700;
}
#page_about .page_article_content .content-block > ul > li::before {
  content: "–";
  position: absolute;
  left: 15px;
}

#page_about_address {
  padding-top: 20px;
}

.page_article_content {
  margin-bottom: 6px;
}
.page_article_content h3 {
  position: sticky;
  display: block;
  top: 48px;
  background-color: #efefef;
  z-index: 9000;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 8px;
}
.page_article_content .main_article_content_twoColumn {
  margin-bottom: 16px;
}
.page_article_content .main_article_content_twoColumn h4 {
  font-weight: 700;
  font-size: 16px;
}
.page_article_content .main_article_content_twoColumn:last-child {
  margin-bottom: 0;
}
.page_article_content#page_about_collaborators > ul li {
  display: inline-block;
}
.page_article_content#page_about_collaborators > ul li::after {
  content: ",";
  margin-right: 4px;
}
.page_article_content:last-child {
  padding-bottom: 20px;
}

.notes_overview {
  grid-column: 2/3;
}

ul#publications_list {
  padding-bottom: 32px;
}
ul#publications_list li {
  margin-bottom: 32px;
}
ul#publications_list li h4 {
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 4px;
}
ul#publications_list li h5 {
  font-family: nimbus-sans, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
ul#publications_list li dl {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 4px;
  margin-bottom: 4px;
}
ul#publications_list li dl dt {
  position: relative;
  display: block;
  grid-column: 1/2;
  font-size: 12px;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  line-height: 16px;
  padding-right: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
}
ul#publications_list li dl dd {
  position: relative;
  display: block;
  grid-column: 2/3;
  font-size: 12px;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  line-height: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
}
ul#publications_list li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  padding-top: 4px;
}

.main_single aside {
  grid-column: 2/3;
}

.content_single {
  grid-column: 2/3;
  display: grid;
  grid-gap: 10px;
  padding-bottom: 64px;
}
.content_single figure {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100% !important;
}
.content_single figure figcaption {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0px;
  text-wrap: balance;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  color: #333;
  flex-shrink: 0;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.content_single figure.bg {
  mix-blend-mode: multiply;
}
.content_single figure img {
  height: auto !important;
  flex-grow: 1;
  object-fit: cover;
}
@media screen and (min-width: 748px) {
  .content_single figure img:hover {
    cursor: pointer;
  }
}
.content_single header.content_single_header h3 {
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.content_single header.content_single_header h4 {
  font-size: 12px;
  font-family: nimbus-sans, sans-serif;
  margin-bottom: 10px;
}
.content_single header.content_single_header .content_single_header_excerpt {
  position: relative;
  display: block;
  padding-top: 16px;
}
.content_single p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  text-wrap: balance;
}
.content_single p:last-child {
  margin-bottom: 0;
}
.content_single p a {
  color: #000;
  text-decoration: underline;
}
.content_single p a:hover {
  text-decoration: none;
}
.content_single .content_single_content {
  position: relative;
  display: grid;
  grid-gap: 16px;
}

#dataset_list > li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
#dataset_list > li h4 {
  font-weight: 700;
  line-height: 20px;
}
#dataset_list > li h5 {
  font-style: italic;
  line-height: 20px;
}
#dataset_list > li dl {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: auto 1fr;
  grid-column-gap: 10px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#dataset_list > li dl dt {
  position: relative;
  display: block;
  grid-column: 1/2;
  grid-row: span 1;
  font-weight: 700;
}
#dataset_list > li dl dd {
  position: relative;
  display: block;
  grid-column: 2/3;
  grid-row: span 1;
}
#dataset_list > li p {
  font-size: 14px;
  line-height: 20px;
}
#dataset_list > li:last-child {
  margin-bottom: 0;
}

.content-group .content-block {
  position: relative;
  display: block;
  margin-bottom: 8px;
}
.content-group .content-block:last-child {
  margin-bottom: 0;
}

.table_data dl {
  position: relative;
  display: grid;
  grid-template-columns: 25vw 1fr;
  margin-bottom: 5px;
}
.table_data dl dt {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 8px;
  grid-column: 1/2;
  grid-row: span 1;
  font-family: nimbus-sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.table_data dl dd {
  position: relative;
  display: block;
  width: 100%;
  grid-column: 2/3;
  grid-row: span 1;
  font-family: nimbus-sans, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.table_data dl dd a {
  color: #000;
  text-decoration: underline;
}
.table_data dl dd a:hover {
  text-decoration: none;
}

#project_leadImage_content {
  display: none !important;
}

#gallery_fullscreen {
  display: none;
  opacity: 0;
  /* Start hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
  /* Transition for fade */
}

#gallery_fullscreen.visible {
  opacity: 1;
  /* Fully visible when the .visible class is added */
}

ul#gallery_image_list {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 100;
  background-color: rgba(200, 200, 200, 0.66);
}

ul#gallery_image_list li {
  position: relative;
  display: grid;
  height: 100dvh;
  width: 100%;
  max-width: 60dvw;
  margin: auto;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  grid-column: 1/2;
  grid-row: 1/2;
  align-content: center;
}
ul#gallery_image_list li figure {
  display: grid;
  align-content: center;
  padding: 40px;
  margin-left: -10px;
}
ul#gallery_image_list li figure img {
  opacity: 1 !important;
  width: 100%;
  height: 90dvh;
  display: block;
  object-fit: contain;
  margin: auto;
}

ul#gallery_image_list li.active {
  opacity: 1;
}

#gallery_nav {
  position: absolute;
  display: grid;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 150;
  grid-template-columns: repeat(2, 1fr);
  pointer-events: none;
}

#gallery_nav div {
  grid-row: 1/2;
  grid-column: span 1;
  width: 100%;
  height: 100%;
}

/* Custom cursor for #gallery_nav_left */
div#gallery_nav_left {
  justify-self: left;
  width: 64px;
  background-image: url("img/arrow_left.svg");
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 0;
  cursor: pointer;
  pointer-events: fill;
  filter: drop-shadow(0 0 3px #fff) !important;
  margin-left: 9dvw;
}

/* Custom cursor for #gallery_nav_right */
div#gallery_nav_right {
  justify-self: right;
  width: 64px;
  background-image: url("img/arrow_right.svg");
  background-position: -12px center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 20px;
  cursor: pointer;
  margin-right: 9dvw;
  pointer-events: fill;
}

.content_single_alternate #project_excerpt {
  position: relative;
  display: grid;
  grid-template-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-gap: 16px;
  margin-bottom: 0px;
}
.content_single_alternate #project_excerpt p {
  margin-bottom: 0;
}
.content_single_alternate #project_excerpt .single_content_leadImage {
  display: none;
}
.content_single_alternate #project_excerpt .content_single_left {
  position: relative;
  display: grid;
  grid-gap: 16px;
  width: 100%;
  height: auto;
}
.content_single_alternate #project_excerpt .content_single_left figure {
  background-color: #efefef;
}
.content_single_alternate #project_excerpt .content_single_left figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.content_single_alternate #project_excerpt .content_single_left #plans_toggleButton {
  position: relative;
  display: block;
  font-family: nimbus-sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}
.content_single_alternate .content_single_right {
  position: relative;
  display: grid;
  grid-gap: 16px;
  width: 100%;
  height: auto;
}
.content_single_alternate .content_single_right figure {
  width: 100%;
  height: fit-content;
}
.content_single_alternate .content_single_right figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

figure.bg {
  mix-blend-mode: normal !important;
  background-color: #efefef;
}
figure.bg img {
  mix-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
  #header_page {
    grid-template-columns: 16px 1fr 1fr 16px;
  }
  #header_page #primary-menu_toggle {
    display: none;
  }
  #header_page #primary-menu {
    position: relative;
    grid-row: 1/2;
    grid-column: 3/5;
    left: unset;
    top: unset;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    width: fit-content;
    justify-self: right;
    justify-content: right;
  }
  #header_page #primary-menu a {
    padding: 0 16px;
    font-size: 14px;
    width: fit-content;
    text-align: center;
    align-self: center;
    justify-self: right;
  }
  #header_page #primary-menu a:hover {
    text-decoration: underline;
  }

  section.overview_content.grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
  }
  section.overview_content.grid .masonry-column {
    position: relative;
    display: block;
    grid-column: span 1;
  }

  article.overview_article {
    margin-bottom: 16px;
    grid-row-gap: 8px;
  }
  article.overview_article header.overview_article_header #project_title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }
  article.overview_article header.overview_article_header #project_subTitle {
    font-size: 10px;
    line-height: 12px;
  }

  main#main_overview-stories {
    grid-template-columns: 0px 1fr 2fr 0px;
    grid-gap: 16px;
    padding-bottom: 48px;
  }
  main#main_overview-stories section > header {
    top: unset;
  }
  main#main_overview-stories section > header h2 {
    font-size: 14px;
  }
  main#main_overview-stories section.news_overview > header {
    top: 0;
  }
  main#main_overview-stories section.notes_overview > header {
    top: 48px;
  }
  main#main_overview-stories article > div header h3 {
    font-size: 14px;
  }
  main#main_overview-stories article > div p {
    font-size: 12px;
    line-height: 16px;
  }

  main#main_single-project {
    grid-template-columns: 16px 1fr 2fr 16px;
  }

  .news_overview {
    position: fixed;
    width: calc(33.33% - 16px);
    overflow: auto;
    left: 16px;
    /* bottom: 0; */
    top: 48px;
    height: calc(100dvh - 96px);
    padding-right: 100vw;
    box-sizing: content-box;
  }
  .news_overview .show-all {
    display: none !important;
  }

  .notes_overview {
    grid-column: 3/4;
  }
  .notes_overview .show-all {
    display: none !important;
  }

  #page_about {
    grid-template-columns: 1fr 2fr;
    grid-row-gap: 0 !important;
    grid-column-gap: 20px;
  }
  #page_about .scrollable-content {
    width: 100%;
    height: 100%;
    padding-right: 40px;
    box-sizing: content-box;
    overflow: auto;
    /* Enable scrolling on this container */
    pointer-events: auto;
    /* Allow pointer events inside this container */
  }
  #page_about p {
    line-height: 16px;
    font-size: 12px;
  }
  #page_about header.page_article_header {
    grid-column: 1/2;
    grid-row: 1/5;
    position: fixed;
    width: calc(33.33% - 10px);
    overflow: auto;
    left: 16px;
    top: 48px;
    height: 100vh;
    padding-right: 100vw;
    box-sizing: content-box;
    z-index: 1;
    pointer-events: none;
  }
  #page_about header.page_article_header h3 {
    font-size: 14px;
    top: 0;
  }
  #page_about header.page_article_header figure {
    height: 33%;
    margin-bottom: 16px;
  }
  #page_about header.page_article_header figure img {
    height: 100%;
    object-fit: cover;
  }
  #page_about header.page_article_header #page_about_address {
    padding-top: 20px;
    margin-bottom: 120px;
  }
  #page_about .page_article_content {
    background-color: #eee;
    z-index: 100;
  }
  #page_about .page_article_content + .page_article_content {
    padding-top: 16px !important;
  }
  #page_about .page_article_content h3 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  #page_about .page_article_content#page_about_address {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  #page_about .page_article_content#page_about_people {
    grid-column: 2/3;
    grid-row: 1/2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
    margin-bottom: 0;
    z-index: 100;
  }
  #page_about .page_article_content#page_about_people h3 {
    grid-column: 1/3;
  }
  #page_about .page_article_content#page_about_collaborators {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-bottom: 0;
    z-index: 100;
  }
  #page_about .page_article_content#page_about_collaborators ul {
    position: relative;
    display: flex;
    flex-flow: wrap;
  }
  #page_about .page_article_content#page_about_collaborators ul li {
    font-size: 12px;
    line-height: 18px;
    position: relative;
  }
  #page_about .page_article_content#page_about_vacancies {
    grid-column: 2/3;
    grid-row: 3/5;
    margin-bottom: 0;
    z-index: 100;
  }
  #page_about .page_article_content#page_about_publications {
    grid-column: 2/3;
    grid-row: 5/7;
    z-index: 100;
  }
  #page_about .page_article_content .main_article_content_twoColumn {
    margin-bottom: 0;
  }
  #page_about .page_article_content .main_article_content_twoColumn h4 {
    font-size: 12px;
    position: sticky;
    top: 66px;
    background-color: #efefef;
    z-index: 1000;
    line-height: 16px;
    margin-bottom: 4px;
  }
  #page_about .page_article_content .main_article_content_twoColumn ul li {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 4px;
  }
  #page_about .page_article_content > ul li {
    font-size: 11px;
    line-height: 16px;
  }
  #page_about .page_article_content {
    grid-column: 2/3;
    margin-bottom: 0;
  }
  #page_about .page_article_content .content-block > ul {
    position: relative;
  }
  #page_about .page_article_content .content-block > ul > li {
    line-height: 16px;
    font-size: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
  }
  #page_about .page_article_content .content-block > ul > li::before {
    left: 0px;
  }
  #page_about .cv_table label {
    font-size: 12px;
  }
  #page_about .cv_table ul li {
    font-size: 11px;
  }

  .page_article_content {
    grid-column: 2/3;
    margin-bottom: 0;
  }

  ul#publications_list li h4 {
    font-size: 14px;
    line-height: 16px;
  }
  ul#publications_list li h5 {
    font-size: 12px;
    line-height: 16px;
  }
  ul#publications_list li dl dt {
    font-size: 11px;
    padding-bottom: 4px;
  }
  ul#publications_list li dl dd {
    font-size: 11px;
    padding-bottom: 4px;
  }
  ul#publications_list li a {
    font-size: 12px;
    padding-top: 0;
  }

  ul#dataset_list > li h4 {
    line-height: 16px;
    font-size: 12px;
  }
  ul#dataset_list > li h5 {
    line-height: 16px;
    font-size: 12px;
  }
  ul#dataset_list > li dl {
    font-size: 11px;
    line-height: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  ul#dataset_list > li dl dt, ul#dataset_list > li dl dd {
    line-height: 16px;
    font-size: 11px;
  }
  ul#dataset_list > li p {
    line-height: 16px;
    font-size: 12px;
  }
  ul#dataset_list.two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  ul#dataset_list.two-column > li {
    margin-bottom: 0;
    grid-column: span 1;
    grid-row: span 1;
  }

  .content-group {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 8px;
    grid-column-gap: 16px;
  }
  .content-group .content-block {
    position: relative;
    display: block;
    grid-column: span 1;
    grid-row: span 1;
    margin-bottom: 0px;
    align-self: flex-start;
  }

  .content_single {
    grid-column: 2/4;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 16px;
  }
  .content_single figure.single_content_leadImage {
    grid-column: 1/3;
  }
  .content_single figure.single_content_leadImage img {
    height: 100%;
    object-fit: contain;
  }
  .content_single figure figcaption {
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
  }
  .content_single header.content_single_header {
    position: sticky;
    top: 0;
    padding-top: 100%;
    grid-column: 1/2;
    grid-row: 1/-1;
  }
  .content_single header.content_single_header h3 {
    font-size: 14px;
    padding-top: 16px;
  }
  .content_single header.content_single_header h4 {
    font-size: 11px;
    margin-bottom: 16px;
  }
  .content_single .content_single_content {
    grid-column: 2/3;
    grid-template-columns: repeat(2, 1fr);
  }
  .content_single .content_single_content #project_excerpt {
    grid-column: 1/3;
  }
  .content_single .content_single_content .full_column {
    grid-column: span 2;
  }
  .content_single .content_single_content img {
    object-fit: contain;
  }
  .content_single p {
    font-size: 12px;
    line-height: 18px;
  }

  .table_data dl {
    grid-template-columns: 1fr 2fr;
    margin-bottom: 8px;
  }
  .table_data dl dt {
    font-size: 10px;
    line-height: 14px;
  }
  .table_data dl dd {
    font-size: 10px;
    line-height: 14px;
  }

  #project_leadImage_content {
    display: flex !important;
  }

  #project_leadImage {
    display: none !important;
  }

  .content_single_alternate #project_excerpt {
    grid-gap: 16px;
  }
  .content_single_alternate #project_excerpt .single_content_leadImage {
    display: block !important;
    width: 100%;
    height: auto;
    grid-column: 1/2;
  }
  .content_single_alternate #project_excerpt .single_content_leadImage img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .content_single_alternate #project_excerpt .content_single_left {
    display: grid;
    width: 100%;
    height: auto;
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .content_single_alternate #project_excerpt .content_single_left #plans_toggleButton {
    display: none;
  }
  .content_single_alternate .content_single_right {
    grid-column: 1/3;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
  .content_single_alternate .content_single_right .single_content_leadImage#project_leadImage_content {
    display: none !important;
  }
  .content_single_alternate .content_single_right figure {
    grid-column: span 1;
    grid-row: span 1;
  }
  .content_single_alternate .content_single_right figure img {
    height: 100%;
    object-fit: cover;
  }
  .content_single_alternate .content_single_right figure.two-column {
    grid-column: span 2;
    height: auto;
    object-fit: unset;
  }

  #gallery_fullscreen {
    display: grid;
  }
}
@media screen and (min-width: 1024px) {
  #wrapper_page > footer section#contact span#address {
    font-size: 10px;
  }
  #wrapper_page > footer section#contact span#email {
    font-size: 10px;
  }

  main {
    grid-template-columns: 1fr 3fr 1fr;
  }

  main#main_overview-stories {
    grid-template-columns: 0px 1fr 1fr 2fr 1fr 0px;
    grid-gap: 0;
  }
  main#main_overview-stories article > div p {
    font-size: 11px;
    line-height: 14px;
  }

  main#main_single-project {
    grid-template-columns: 16px calc(20% - 16px) 20% 40% calc(20% - 16px) 16px;
  }

  .news_overview {
    width: calc(20vw - 0px);
    left: 20vw;
  }

  .notes_overview {
    grid-column: 4/5;
    padding-left: 16px;
  }

  section.overview_content.grid {
    grid-gap: 16px;
  }

  article.overview_article {
    margin-bottom: 12px;
    grid-row-gap: 4px;
  }
  article.overview_article header.overview_article_header #project_title {
    font-size: 12px;
    line-height: 16px;
  }
  article.overview_article header.overview_article_header #project_subTitle {
    font-size: 10px;
    line-height: 12px;
  }

  aside.project-navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    padding-right: 16px;
    text-align: right;
    display: grid;
    align-content: center;
  }
  aside.project-navigation nav ul li a {
    font-family: nimbus-sans, sans-serif;
    font-size: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #000;
  }
  aside.project-navigation nav ul li.current-cat a {
    font-weight: 700;
  }

  aside.project-information {
    left: 16px;
    position: fixed;
    width: calc(20vw - 32px);
    z-index: 100;
    top: 48px;
    bottom: 44px;
    display: grid;
    grid-gap: 16px;
    grid-template-rows: auto max-content auto;
    align-items: start;
  }
  aside.project-information .data_title {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: flex-end;
    padding-top: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
  aside.project-information .data_subTitle {
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: center;
    line-height: 14px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 700;
    font-family: nimbus-sans, sans-serif;
  }
  aside.project-information .main_article_header_table.table_data {
    display: block;
    grid-column: 1/2;
    grid-row: 3/4;
    align-self: flex-start;
  }

  .project-information {
    left: 0;
    position: fixed;
    width: 20vw;
    z-index: 100;
    top: 48px;
    bottom: 44px;
    display: grid;
  }

  .content_single {
    grid-column: 2/6;
    display: grid;
    grid-template-columns: 1fr calc(20% - 16px) calc(40% + 16px) 1fr;
    padding-bottom: 40px;
  }
  .content_single figure.single_content_leadImage {
    grid-column: 3/4;
    height: calc(100vh - 90px);
  }
  .content_single figure figcaption {
    font-size: 9px;
    line-height: 12px;
  }
  .content_single p {
    line-height: 14px;
  }
  .content_single header.content_single_header {
    position: fixed;
    top: 0;
    padding-top: 0;
    height: calc(100vh + 4px);
    width: calc(20vw - 30px);
    grid-column: 1/3;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
    grid-template-rows: auto max-content auto;
    align-items: start;
  }
  .content_single header.content_single_header h3 {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: flex-end;
    padding-top: 0;
  }
  .content_single header.content_single_header h4 {
    grid-column: 1/2;
    grid-row: 2/3;
    align-self: center;
    line-height: 14px;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 700;
  }
  .content_single header.content_single_header .table_data {
    grid-column: 1/2;
    grid-row: 3/4;
    align-self: flex-start;
  }
  .content_single header.content_single_header .content_single_header_excerpt {
    grid-column: 2/3;
    grid-row: 1/4;
    /* Span all three rows */
    align-self: center;
    padding-top: 0;
  }
  .content_single .content_single_content {
    grid-column: 2/4;
    grid-template-columns: repeat(3, 1fr);
  }
  .content_single .content_single_content #project_leadImage_content {
    height: calc(96vh - 90px);
    grid-column: 2/4;
  }
  .content_single .content_single_content #project_excerpt {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: center;
  }
  .content_single .content_single_content .one_column {
    grid-column: span 1;
  }
  .content_single .content_single_content .two_column {
    grid-column: span 2;
  }
  .content_single .content_single_content .two_column_left {
    grid-column: 1/3;
  }
  .content_single .content_single_content .two_column_right {
    grid-column: 2/4;
  }
  .content_single .content_single_content .full_column {
    grid-column: span 3;
  }
  .content_single p {
    line-height: 14px;
    font-size: 11px;
  }

  .table_data dl {
    grid-template-columns: 2fr 3fr;
    margin-bottom: 4px;
  }
  .table_data dl dt {
    font-size: 9px;
    line-height: 12px;
  }
  .table_data dl dd {
    font-size: 9px;
    line-height: 12px;
  }

  #page_about header.page_article_header {
    width: calc(20vw - 0px);
    left: calc(20vw - 4px);
  }
  #page_about .page_article_content h3 {
    padding-bottom: 0px;
  }
  #page_about .page_article_content .main_article_content_twoColumn h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #page_about .page_article_content .content-block > ul > li {
    line-height: 15px;
  }
  #page_about p {
    line-height: 15px;
  }

  .content_single_alternate #project_excerpt {
    grid-gap: 16px;
    align-self: flex-start !important;
    position: fixed;
    overflow: auto;
    width: calc(20vw - 0px);
    left: calc(20vw - 10px);
    top: 48px;
    height: calc(100vh - 84px);
    padding-right: 100vw;
    box-sizing: content-box;
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  .content_single_alternate #project_excerpt p:last-of-type {
    margin-bottom: 0 !important;
  }
  .content_single_alternate #project_excerpt .single_content_leadImage {
    display: none !important;
  }
  .content_single_alternate #project_excerpt .content_single_left {
    grid-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    height: fit-content;
  }
  .content_single_alternate #project_excerpt .content_single_left p {
    grid-column: 1/3;
  }
  .content_single_alternate #project_excerpt .content_single_left figure {
    grid-column: span 1;
    grid-row: span 1;
  }
  .content_single_alternate #project_excerpt .content_single_left figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content_single_alternate #project_excerpt .content_single_left figure.two-column {
    grid-column: span 2;
  }
  .content_single_alternate .content_single_right {
    grid-column: 2/4;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
    height: fit-content;
    align-self: flex-start;
  }
  .content_single_alternate .content_single_right .single_content_leadImage#project_leadImage_content {
    display: block !important;
    grid-column: 1/5;
    height: fit-content;
    padding-left: 0;
  }
  .content_single_alternate .content_single_right .single_content_leadImage#project_leadImage_content img {
    height: auto;
  }
  .content_single_alternate .content_single_right p {
    grid-column: 1/5;
  }
  .content_single_alternate .content_single_right figure {
    grid-column: span 1;
    grid-row: span 1;
  }
  .content_single_alternate .content_single_right figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content_single_alternate .content_single_right figure.two-column {
    grid-column: span 2;
  }
  .content_single_alternate .content_single_right figure.three-column {
    grid-column: span 3;
  }
  .content_single_alternate .content_single_right figure.four-column {
    grid-column: span 4;
  }

  #image_zoom figure {
    max-width: 60dvw;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  #wrapper_page > footer section#contact span#address {
    font-size: 12px;
  }
  #wrapper_page > footer section#contact span#email {
    font-size: 12px;
  }

  #header_page h1 {
    font-size: 20px;
  }
  #header_page #primary-menu a {
    font-size: 18px;
  }

  .content_single {
    grid-row-gap: 32px !important;
  }
  .content_single header.content_single_header h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .content_single header.content_single_header h4 {
    font-size: 12px;
    line-height: 16px;
  }
  .content_single figure.single_content_leadImage {
    padding-left: 8px;
  }
  .content_single figure figcaption {
    font-size: 12px;
    line-height: 16px;
  }
  .content_single .content_single_content {
    padding-left: 8px;
    grid-gap: 16px !important;
  }
  .content_single p {
    line-height: 18px;
    font-size: 14px;
  }

  article.overview_article {
    grid-row-gap: 8px;
    margin-bottom: 16px;
  }
  article.overview_article figure {
    margin-bottom: 0;
  }
  article.overview_article header.overview_article_header #project_title {
    font-size: 14px;
    line-height: 18px;
  }
  article.overview_article header.overview_article_header #project_subTitle {
    font-size: 12px;
    line-height: 16px;
  }

  main#main_overview-stories {
    padding-bottom: 40px;
  }
  main#main_overview-stories section > header h2 {
    font-size: 16px;
    line-height: 24px;
  }
  main#main_overview-stories article {
    margin-bottom: 16px;
    grid-gap: 10px;
  }
  main#main_overview-stories article figure {
    display: flex;
  }
  main#main_overview-stories article > div header {
    margin-bottom: 4px;
  }
  main#main_overview-stories article > div header h3 {
    font-size: 16px;
    line-height: 20px;
  }
  main#main_overview-stories article > div p {
    line-height: 18px;
    font-size: 14px;
  }

  #page_about {
    grid-row-gap: 40px;
    grid-column-gap: 30px;
  }
  #page_about header.page_article_header h3 {
    font-size: 16px;
    line-height: 24px;
  }
  #page_about header.page_article_header figure {
    height: 33%;
  }
  #page_about p {
    line-height: 20px;
    font-size: 14px;
  }
  #page_about .page_article_content h3 {
    font-size: 16px;
    line-height: 24px;
  }
  #page_about .page_article_content .main_article_content_twoColumn h4 {
    font-size: 16px;
    margin-bottom: 8px;
    top: 72px;
    padding-top: 4px;
    padding-bottom: 8px;
    margin-bottom: 0;
  }
  #page_about .page_article_content .main_article_content_twoColumn ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  #page_about .page_article_content .main_article_content_twoColumn ul li:last-child {
    margin-bottom: 0;
  }
  #page_about .page_article_content#page_about_people h3 {
    padding-bottom: 0;
  }
  #page_about .page_article_content#page_about_collaborators ul li {
    font-size: 14px;
    line-height: 18px;
  }
  #page_about .page_article_content#page_about_vacancies {
    grid-row: 3/5;
  }
  #page_about .page_article_content#page_about_publications {
    grid-row: 5/6;
  }
  #page_about .page_article_content .content-block > ul > li {
    line-height: 18px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 5px;
  }
  #page_about .cv_table label {
    font-size: 15px;
    margin-bottom: 0;
  }

  ul#publications_list li h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  ul#publications_list li h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  ul#publications_list li dl {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  ul#publications_list li dl dt {
    font-size: 12px;
    line-height: 18px;
  }
  ul#publications_list li dl dd {
    font-size: 12px;
    line-height: 18px;
  }
  ul#publications_list li a {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }

  ul#dataset_list > li h4 {
    line-height: 18px;
    font-size: 14px;
  }
  ul#dataset_list > li h5 {
    line-height: 18px;
    font-size: 14px;
  }
  ul#dataset_list > li p {
    line-height: 18px;
    font-size: 14px;
  }
  ul#dataset_list > li dl {
    line-height: 18px;
    font-size: 12px;
  }
  ul#dataset_list > li dl dt {
    line-height: 18px;
    font-size: 12px;
  }
  ul#dataset_list > li dl dd {
    line-height: 18px;
    font-size: 12px;
  }

  aside.project-navigation nav ul li a {
    display: block;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  aside.project-information .data_title {
    font-size: 16px;
    line-height: 24px;
  }
  aside.project-information .data_subTitle {
    font-size: 12px;
    line-height: 16px;
  }

  .table_data dl {
    grid-template-columns: 36.66% 1fr;
  }
  .table_data dl dt {
    font-size: 12px;
    line-height: 16px;
  }
  .table_data dl dd {
    font-size: 12px;
    line-height: 16px;
  }

  .content_single_alternate #project_excerpt {
    left: calc(20vw + 0px);
  }
  .news_overview {
    left: calc(20vw + 4px);
    height: calc(100dvh - 104px);
  }
}
@media screen and (min-width: 1920px) {
  #wrapper_page {
    grid-template-rows: 64px 1fr auto;
  }
  #wrapper_page > footer section#contact span#address {
    font-size: 12px;
  }
  #wrapper_page > footer section#contact span#email {
    font-size: 12px;
  }

  #header_page {
    grid-template-columns: 24px 1fr 1fr 24px;
  }
  #header_page h1 {
    font-size: 24px;
    line-height: 24px;
    height: fit-content;
    align-self: center;
  }
  #header_page #primary-menu {
    height: fit-content;
    align-self: center;
  }
  #header_page #primary-menu a {
    font-size: 20px;
    padding: 0 24px;
  }

  main#main_single-project {
    grid-template-columns: 24px calc(20% - 24px) 20% 40% calc(20% - 24px) 24px;
  }

  .content_single {
    grid-row-gap: 32px !important;
  }
  .content_single header.content_single_header {
    top: 64px;
    height: calc(-6px + 90vh);
  }
  .content_single header.content_single_header h3 {
    margin-top: -18px;
    font-size: 18px;
    line-height: 24px;
  }
  .content_single header.content_single_header h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .content_single figure.single_content_leadImage {
    padding-left: 16px;
  }
  .content_single figure figcaption {
    font-size: 14px;
    line-height: 18px;
  }
  .content_single .content_single_content {
    padding-left: 16px;
    grid-gap: 24px !important;
  }
  .content_single p {
    line-height: 22px;
    font-size: 16px;
  }

  .news_overview {
    top: 64px;
  }

  section.overview_content.grid {
    grid-gap: 24px;
  }

  article.overview_article {
    margin-bottom: 24px;
    grid-row-gap: 8px;
    margin-bottom: 16px;
  }
  article.overview_article figure {
    margin-bottom: 0;
  }
  article.overview_article header.overview_article_header #project_title {
    font-size: 16px;
    line-height: 24px;
  }
  article.overview_article header.overview_article_header #project_subTitle {
    font-size: 14px;
    line-height: 18px;
  }

  main#main_overview-stories section > header h2 {
    font-size: 18px;
    line-height: 24px;
  }
  main#main_overview-stories section.notes_overview > header {
    top: 64px;
  }
  main#main_overview-stories article {
    margin-bottom: 24px;
    grid-gap: 16px;
  }
  main#main_overview-stories article figure {
    display: flex;
  }
  main#main_overview-stories article > div header {
    margin-bottom: 4px;
  }
  main#main_overview-stories article > div header h3 {
    font-size: 18px;
    line-height: 22px;
  }
  main#main_overview-stories article > div p {
    line-height: 22px;
    font-size: 16px;
  }

  .notes_overview {
    padding-left: 20px;
  }

  #page_about {
    grid-row-gap: 40px;
    grid-column-gap: 24px;
  }
  #page_about header.page_article_header {
    grid-row: 1/5;
    top: 64px;
  }
  #page_about header.page_article_header h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
  #page_about header.page_article_header figure {
    height: 33%;
  }
  #page_about p {
    line-height: 22px;
    font-size: 16px;
  }
  #page_about .page_article_content h3 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 4px;
    margin-bottom: 0;
  }
  #page_about .page_article_content .main_article_content_twoColumn h4 {
    font-size: 18px;
    margin-bottom: 8;
    top: 86px;
    padding-top: 8px;
  }
  #page_about .page_article_content .main_article_content_twoColumn ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  #page_about .page_article_content .main_article_content_twoColumn ul li:last-child {
    margin-bottom: 0;
  }
  #page_about .page_article_content#page_about_address {
    grid-row: 3/6;
  }
  #page_about .page_article_content#page_about_people {
    grid-column-gap: 32px;
  }
  #page_about .page_article_content#page_about_people h3 {
    padding-bottom: 0;
  }
  #page_about .page_article_content#page_about_collaborators ul li {
    font-size: 16px;
    line-height: 22px;
  }
  #page_about .page_article_content#page_about_vacancies {
    grid-row: 3/5;
  }
  #page_about .page_article_content#page_about_publications {
    grid-row: 5/6;
  }
  #page_about .page_article_content .content-block > ul > li {
    line-height: 22px;
    font-size: 16px;
    padding-bottom: 8px;
  }
  #page_about .cv_table label {
    font-size: 16px;
    margin-bottom: 8px;
  }

  ul#publications_list li h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  ul#publications_list li h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  ul#publications_list li dl {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  ul#publications_list li dl dt {
    font-size: 14px;
    line-height: 20px;
  }
  ul#publications_list li dl dd {
    font-size: 14px;
    line-height: 20px;
  }
  ul#publications_list li a {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  ul#dataset_list > li h4 {
    line-height: 22px;
    font-size: 16px;
  }
  ul#dataset_list > li h5 {
    line-height: 22px;
    font-size: 16px;
  }
  ul#dataset_list > li p {
    line-height: 22px;
    font-size: 16px;
  }
  ul#dataset_list > li dl {
    line-height: 20px;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  ul#dataset_list > li dl dt {
    line-height: 20px;
    font-size: 15px;
  }
  ul#dataset_list > li dl dd {
    line-height: 20px;
    font-size: 15px;
  }

  aside.project-navigation {
    padding-right: 24px;
  }
  aside.project-navigation nav ul li a {
    display: block;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  aside.project-information {
    width: calc(20vw - 48px);
    left: 24px;
    top: 64px;
  }
  aside.project-information .data_title {
    font-size: 18px;
    line-height: 24px;
  }
  aside.project-information .data_subTitle {
    font-size: 14px;
    line-height: 18px;
  }

  .table_data dl {
    margin-bottom: 8px;
    grid-template-columns: 30% 1fr;
  }
  .table_data dl dt {
    font-size: 14px;
    line-height: 18px;
    padding-right: 8px;
  }
  .table_data dl dd {
    font-size: 14px;
    line-height: 18px;
  }

  .page_article_content h3 {
    top: 64px;
  }

  .content_single_alternate #project_excerpt {
    top: 64px;
    height: calc(100vh - 100px);
  }
  .content_single_alternate #project_excerpt .content_single_left {
    grid-gap: 24px;
  }
  .content_single_alternate .content_single_right {
    grid-gap: 24px;
  }
  .content_single_alternate .content_single_right .single_content_leadImage#project_leadImage_content {
    padding-left: 0;
  }
  .content_single_alternate .content_single_right .single_content_leadImage#project_leadImage_content img {
    height: auto;
  }
  .content_single_alternate .content_single_right figure {
    grid-column: span 1;
    grid-row: span 1;
  }
  .content_single_alternate .content_single_right figure.two-column {
    grid-column: span 2;
  }
}
@media screen and (min-width: 2560px) {
  #wrapper_page {
    grid-template-rows: 80px 1fr auto;
  }

  #header_page h1 {
    font-size: 28px;
  }
  #header_page #primary-menu a {
    font-size: 24px;
  }

  section.overview_content.grid {
    grid-gap: 32px;
  }

  .table_data dl {
    grid-template-columns: auto 1fr;
    margin-bottom: 8px;
    grid-template-columns: 25% 1fr;
  }
  .table_data dl dt {
    font-size: 16px;
    line-height: 24px;
    padding-right: 8px;
  }
  .table_data dl dd {
    font-size: 16px;
    line-height: 24px;
  }

  aside.project-information {
    width: calc(20vw - 64px);
    top: 80px;
  }
  aside.project-information .data_title {
    font-size: 20px;
    line-height: 24px;
    padding-top: 16px;
  }
  aside.project-information .data_subTitle {
    font-size: 16px;
    line-height: 24px;
  }

  aside.project-navigation nav ul li a {
    display: block;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  article.overview_article {
    grid-row-gap: 12px;
    margin-bottom: 24px;
  }
  article.overview_article header.overview_article_header #project_title {
    font-size: 20px;
    line-height: 28px;
  }
  article.overview_article header.overview_article_header #project_subTitle {
    font-size: 16px;
    line-height: 24px;
  }

  .content_single header.content_single_header {
    top: 80px;
  }
  .content_single header.content_single_header h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .content_single header.content_single_header h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .content_single p {
    line-height: 28px;
    font-size: 20px;
  }
  .content_single figure.single_content_leadImage {
    padding-left: 24px;
  }
  .content_single figure figcaption {
    font-size: 16px;
    line-height: 24px;
  }
  .content_single .content_single_content {
    padding-left: 24px;
  }

  .news_overview {
    top: 80px;
  }

  .notes_overview {
    padding-left: 32px;
  }

  main#main_overview-stories section > header h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  main#main_overview-stories article > div p {
    line-height: 28px;
    font-size: 20px;
    max-width: 800px;
  }
  main#main_overview-stories article > div header h3 {
    font-size: 20px;
    line-height: 24px;
  }
  main#main_overview-stories section.notes_overview > header {
    top: 80px;
  }

  #page_about {
    grid-column-gap: 50px;
  }
  #page_about header.page_article_header {
    grid-row: 1/4;
    top: 80px;
  }
  #page_about header.page_article_header h3 {
    font-size: 24px;
  }
  #page_about p {
    line-height: 28px;
    font-size: 20px;
    max-width: 800px;
  }
  #page_about .cv_table label {
    font-size: 18px;
  }
  #page_about .page_article_content h3 {
    top: 80px;
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 12px;
  }
  #page_about .page_article_content .main_article_content_twoColumn h4 {
    top: 108px;
    font-size: 20px;
    padding-bottom: 8px;
  }
  #page_about .page_article_content#page_about_people h3 {
    padding-bottom: 5px;
  }
  #page_about .page_article_content#page_about_collaborators ul {
    max-width: 800px;
  }
  #page_about .page_article_content#page_about_collaborators ul li {
    font-size: 18px;
    line-height: 24px;
  }
  #page_about .page_article_content > ul li {
    max-width: 720px;
  }
  #page_about .page_article_content .content-block > ul > li {
    line-height: 28px;
    font-size: 20px;
    max-width: unset;
    padding-bottom: 12px;
    padding-left: 24px;
  }
  #page_about .page_article_content + .page_article_content {
    padding-top: 32px !important;
  }

  ul#dataset_list > li h4 {
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 5px;
  }
  ul#dataset_list > li h5 {
    line-height: 25px;
    font-size: 18px;
  }
  ul#dataset_list > li p {
    line-height: 25px;
    font-size: 18px;
    max-width: 800px;
    margin-top: 5px;
  }
  ul#dataset_list > li dl {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 2px;
  }
  ul#dataset_list > li dl dt {
    line-height: 32px;
    font-size: 18px;
    padding-right: 20px;
  }
  ul#dataset_list > li dl dd {
    line-height: 20px;
    font-size: 16px;
  }

  .content_single_alternate #project_excerpt {
    top: 80px;
  }
  .content_single_alternate #project_excerpt .content_single_left {
    padding-bottom: 20px;
  }
  .content_single_alternate #project_excerpt .content_single_left figure {
    height: fit-content;
    box-sizing: border-box;
  }

  .news_overview {
    height: calc(100dvh - 120px);
  }
}
@media (max-width: 767px) {
  .news_article:nth-child(n+2),
.notes_article:nth-child(n+2) {
    display: none;
  }

  .content_single_alternate #project_excerpt .content_single_left .content_single_content_figure:not(:first-child) {
    display: none;
  }
}
@media (max-width: 1023px) {
  .project-navigation {
    display: none !important;
  }
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
  /* Prevents the page from scrolling */
}

/*# sourceMappingURL=style.css.map */
