@charset "UTF-8";
@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/barlow-v13-latin/barlow-v13-latin-regular.woff2") format("woff2"); }

@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/barlow-v13-latin/barlow-v13-latin-700.woff2") format("woff2"); }

@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/barlow-v13-latin/barlow-v13-latin-800.woff2") format("woff2"); }

@font-face { font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 300; font-display: swap; src: url("../fonts/ibm-plex-sans-v23-latin/ibm-plex-sans-v23-latin-300.woff2") format("woff2"); }

@font-face { font-family: 'IBM Plex Sans'; font-style: italic; font-weight: 300; font-display: swap; src: url("../fonts/ibm-plex-sans-v23-latin/ibm-plex-sans-v23-latin-300italic.woff2") format("woff2"); }

@font-face { font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/ibm-plex-sans-v23-latin/ibm-plex-sans-v23-latin-regular.woff2") format("woff2"); }

@font-face { font-family: 'IBM Plex Sans'; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/ibm-plex-sans-v23-latin/ibm-plex-sans-v23-latin-italic.woff2") format("woff2"); }

@font-face { font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/ibm-plex-sans-v23-latin/ibm-plex-sans-v23-latin-500.woff2") format("woff2"); }

@font-face { font-family: 'IBM Plex Sans'; font-style: italic; font-weight: 500; font-display: swap; src: url("../fonts/ibm-plex-sans-v23-latin/ibm-plex-sans-v23-latin-500italic.woff2") format("woff2"); }

@font-face { font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/ibm-plex-sans-v23-latin/ibm-plex-sans-v23-latin-600.woff2") format("woff2"); }

@font-face { font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/ibm-plex-sans-v23-latin/ibm-plex-sans-v23-latin-700.woff2") format("woff2"); }

.wide .page__inner-wrap { max-width: 1400px; margin: 0 auto; padding: 0 2em 0 5rem; float: none !important; }

@media (max-width: 640px) { .wide .page__inner-wrap { padding: 0 1em; } }

@media (min-width: 64em) { .wide .page, .layout--project .page { width: 100% !important; float: none !important; } .layout--project .page__inner-wrap { float: none !important; width: 100% !important; padding: 0 2em 0 5rem; } }

.project-header { margin-bottom: 1em; }

.project-header + hr { margin-bottom: 0.5em; }

.project-divider + h2 { margin-top: 0.75em; }

.project-fullname { font-size: 1.2em; color: #555; margin-bottom: 1em; }

.project-meta { background: #ECF2F2; border-left: 3px solid #36F1CD; padding: 1em; border-radius: 0 4px 4px 0; }

.project-meta p { margin: 0.25em 0; }

.pi-profile { display: flex; gap: 2.5rem; align-items: flex-start; margin-bottom: 2.5rem; }

@media (max-width: 600px) { .pi-profile { flex-direction: column; align-items: center; text-align: center; } }

.pi-profile__photo { flex: 0 0 200px; }

.pi-profile__photo img { width: 200px; height: 200px; border-radius: 50%; object-fit: cover; object-position: center top; border: 3px solid #36F1CD; box-shadow: 0 4px 24px rgba(28, 48, 65, 0.15); display: block; }

@media (max-width: 600px) { .pi-profile__photo { flex: 0 0 160px; } .pi-profile__photo img { width: 160px; height: 160px; } }

.pi-profile__info { flex: 1; display: flex; flex-direction: column; gap: 0.45rem; padding-top: 0.25rem; }

.pi-profile__role { font-size: 0.8rem; font-weight: 700; color: #EB002B; text-transform: uppercase; letter-spacing: 0.09em; margin: 0 0 0.25rem; }

.pi-profile__institution { font-size: 1.05rem; font-weight: 600; color: #1C3041; margin: 0; }

.pi-profile__department { font-size: 0.9rem; color: rgba(28, 48, 65, 0.6); margin: -0.3rem 0 0; }

.pi-profile__links { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.75rem; }

@media (max-width: 600px) { .pi-profile__links { justify-content: center; } }

.pi-profile__link { display: inline-flex; align-items: center; padding: 0.3em 1em; border-radius: 999px; border: 1px solid rgba(54, 241, 205, 0.55); background: rgba(54, 241, 205, 0.08); color: #1C3041 !important; font-size: 0.85rem; font-weight: 600; text-decoration: none !important; transition: background 140ms, border-color 140ms; }

.pi-profile__link:hover { background: rgba(54, 241, 205, 0.2); border-color: #36F1CD; }

.pi-profile__project { margin-top: 1rem; font-size: 0.9rem; color: rgba(28, 48, 65, 0.65); }

.pi-profile__project a { color: #1C3041 !important; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(54, 241, 205, 0.5); }

.pi-profile__project a:hover { border-color: #36F1CD; }

.pi-profile__divider { border: none; border-top: 1px solid rgba(28, 48, 65, 0.12); margin: 0 0 2rem; }

.grid__wrapper { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2em; margin: 2em 0; }

@media (max-width: 900px) { .grid__wrapper { grid-template-columns: 1fr; } }

.grid__wrapper--compact { grid-template-columns: repeat(3, 1fr); gap: 1em; }

@media (max-width: 900px) { .grid__wrapper--compact { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600px) { .grid__wrapper--compact { grid-template-columns: 1fr; } }

.grid__item { width: 100%; }

.grid__item .archive__item { background: #fff; border: 1px solid #e1e4e8; border-radius: 8px; padding: 2em; height: 100%; transition: box-shadow 0.2s; }

.grid__item .archive__item:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }

.grid__item .project-card--compact { padding: 1em 1.25em; }

.grid__item .archive__item-title { font-size: 1.4em; margin-bottom: 0.5em; }

.grid__item .archive__item-excerpt { font-size: 1em; line-height: 1.6; color: #444; }

.project-fullname-small { font-size: 0.8em; color: #666; margin: 0 0 0.6em; line-height: 1.4; }

.project-keywords { margin-top: 0.75em; margin-bottom: 0; display: flex; flex-wrap: wrap; gap: 0.4em; }

.project-keyword { background: rgba(54, 241, 205, 0.12); border: 1px solid rgba(54, 241, 205, 0.45); border-radius: 20px; color: #1C3041; font-size: 0.75em; padding: 0.2em 0.65em; white-space: nowrap; }

.grid__item .archive__item-teaser { margin-bottom: 1em; text-align: center; }

.grid__item .archive__item-teaser img { max-width: 120px; width: 100%; height: auto; border-radius: 8px; object-fit: contain; }

.news-grid { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 900px) { .news-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600px) { .news-grid { grid-template-columns: 1fr; } }

.news-grid .grid__item .archive__item-teaser { margin-bottom: 0.6em; text-align: center; }

.news-grid .grid__item .archive__item-teaser img { max-width: 100%; width: 100%; height: var(--teaser-height, 130px); border-radius: 6px; object-fit: var(--teaser-fit, cover); object-position: var(--teaser-pos, center center); }

.news-grid .grid__item .archive__item { padding: 0.6em; text-align: center; }

.news-grid .grid__item .archive__item-title { font-size: 0.95em; margin-top: 0.3em; margin-bottom: 0.3em; }

.news-grid .grid__item .archive__item-excerpt { font-size: 0.85em; margin-bottom: 0.3em; }

.news-section-cta { margin-top: 0.25em; margin-bottom: 2em; }

.layout--splash .page__content h2 { margin-top: 2em; margin-bottom: 0.5em; }

.layout--splash .page__content h2 a { color: inherit !important; text-decoration: none !important; }

.layout--splash .page__content h2 a:hover { color: #36F1CD !important; }

.page__content .header-link { display: none !important; }

.pi-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5em; margin: 2em 0; align-items: stretch; }

@media (max-width: 900px) { .pi-card-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600px) { .pi-card-grid { grid-template-columns: 1fr; } }

.pi-card-grid .grid__item { display: flex; }

.pi-card { background: #fff; border: 1px solid #e1e4e8; border-radius: 8px; padding: 1.5em 1.25em; display: flex; flex-direction: column; align-items: center; text-align: center; transition: border-color 0.2s, box-shadow 0.2s; width: 100%; }

.pi-card:hover { border-color: #36F1CD; box-shadow: 0 4px 16px rgba(28, 48, 65, 0.12); }

.pi-card__photo { width: 100px; height: 100px; border-radius: 8px; overflow: hidden; margin-bottom: 0.75em; flex-shrink: 0; }

.pi-card__photo a { display: block; width: 100%; height: 100%; }

.pi-card__photo img { width: 100px; height: 100px; border-radius: 8px; object-fit: cover; object-position: center top; display: block; }

.pi-card__photo--placeholder { background: #ECF2F2; border: 1px solid rgba(28, 48, 65, 0.08); }

.pi-card__body { width: 100%; }

.pi-card__name { font-size: 0.85rem !important; font-weight: 700 !important; margin: 0 0 0.2em !important; line-height: 1.3; }

.pi-card__name a { color: #1C3041; text-decoration: none; }

.pi-card__name a:hover { color: #EB002B; text-decoration: underline; }

.pi-card__role { font-size: 0.65rem !important; color: #EB002B !important; font-weight: 600 !important; margin: 0 0 0.75em !important; line-height: 1.3; }

.pi-card__footer { width: 100%; margin-top: 0.6em; }

.pi-card__institution { font-size: 0.72rem !important; color: rgba(28, 48, 65, 0.6) !important; margin: 0 0 0.3em !important; line-height: 1.4; }

.pi-card__project { font-size: 0.72rem !important; margin: 0 0 0.4em !important; }

.pi-card__project a { color: #1C3041; text-decoration: none; font-weight: 600; }

.pi-card__project a:hover { color: #EB002B; text-decoration: underline; }

.pi-card__links { font-size: 0.8rem !important; margin: 0.4em 0 0 !important; overflow-wrap: break-word; }

.people-filter { display: flex; flex-wrap: wrap; gap: 0.5em; margin-bottom: 1.5em; align-items: center; overflow-x: auto; padding-bottom: 0.25em; }

.people-filter .people-search { margin-left: auto; padding: 0.3em 0.8em; border: 1px solid #ddd; border-radius: 20px; font-size: 0.85em; outline: none; width: 180px; transition: border-color 0.15s, width 0.2s; }

.people-filter .people-search:focus { border-color: #888; width: 240px; }

.people-filter .filter-btn { background: #f0f0f0; border: 1px solid #ddd; border-radius: 20px; color: #444; cursor: pointer; font-size: 0.85em; padding: 0.3em 0.9em; transition: background 0.15s, border-color 0.15s, color 0.15s; }

.people-filter .filter-btn:hover { background: #f0f0f0; border-color: #ddd; color: #EB002B; }

.people-filter .filter-btn.active { background: #f0f0f0; border-color: #ddd; color: #EB002B; font-weight: 600; }

.grid__item .archive__item-title.no_toc { font-size: 0.8em; }

.leaflet-popup-content .map-popup-link, .leaflet-container .map-popup-link { font-weight: bold !important; font-size: 0.88em !important; color: #1C3041 !important; text-decoration: none !important; }

.leaflet-popup-content .map-popup-link:hover, .leaflet-popup-content .map-popup-link:focus, .leaflet-container .map-popup-link:hover, .leaflet-container .map-popup-link:focus { color: #EB002B !important; text-decoration: underline !important; outline: 2px solid #EB002B; outline-offset: 2px; }

.leaflet-container img { max-width: none !important; box-shadow: none !important; }

.project-map-section { margin: 2em 0 3em; }

#project-map { height: 480px; border-radius: 8px; border: 1px solid #e1e4e8; z-index: 0; }

@media (max-width: 600px) { #project-map { height: 340px; } }

#map-consent { display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-end; height: 100%; gap: 1em; background: #fff url("/assets/images/Screenshot%202026-06-25%20160744.png") left/contain no-repeat; border-radius: 8px; text-align: right; padding: 1.5em; font-size: 0.9em; }

#map-consent p { margin: 0; background: rgba(255, 255, 255, 0.88); padding: 0.4em 0.8em; border-radius: 4px; color: #555; }

#map-consent #map-load-btn { font-size: 1.1em; padding: 0.75em 1.75em; }

@media (max-width: 600px) { #map-consent { align-items: center; justify-content: center; text-align: center; background-image: none; font-size: 0.85em; padding: 1.25em 1em; } #map-consent #map-load-btn { font-size: 1em; padding: 0.65em 1.4em; } }

.map-legend-note { font-size: 0.82em; color: #888; margin-top: 0.75em; }

.layout--splash .page__content { max-width: 1200px; margin: 0 auto; padding: 0 2em; }

.feature__wrapper { margin-bottom: 2em; }

.feature__wrapper--stats { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; gap: 1.25em !important; border-bottom: none !important; margin-bottom: 1em !important; clear: both; }

.feature__wrapper--stats .feature__item { float: none !important; width: auto !important; margin-inline-start: 0 !important; margin-bottom: 0 !important; flex: 1 1 220px !important; font-size: 1em !important; }

.feature__wrapper--stats .feature__item .archive__item { background: #fff; border: 1px solid rgba(28, 48, 65, 0.12); border-radius: 10px; box-shadow: 0 2px 8px rgba(28, 48, 65, 0.07); padding: 1.25em 1.5em; height: 100%; box-sizing: border-box; transition: box-shadow 0.2s ease; overflow-wrap: break-word; word-break: break-word; text-align: center; }

.feature__wrapper--stats .feature__item .archive__item:hover { box-shadow: 0 4px 16px rgba(28, 48, 65, 0.13); }

.feature__wrapper--stats .feature__item .archive__item-body { padding-inline: 0 !important; }

.feature__wrapper--stats .feature__item .archive__item-title { color: #1C3041; font-size: clamp(1rem, 1.8vw, 1.2rem) !important; margin-top: 0; margin-bottom: 0.25em; line-height: 1.2; }

.feature__wrapper--stats .feature__item .archive__item-excerpt { font-size: clamp(0.8rem, 1.4vw, 0.9rem) !important; line-height: 1.4; margin-bottom: 0.4em; }

.lang-de { display: none; }

[data-lang="en"] .lang-de { display: none !important; }

[data-lang="de"] .lang-en { display: none !important; }

[data-lang="de"] .lang-de { display: revert !important; }

.lang-switch { margin-left: 0.5em; display: inline-flex; align-items: center; gap: 0.3em; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.06em; }

.lang-switch a { color: rgba(54, 241, 205, 0.85) !important; text-decoration: none !important; border: 2px solid transparent !important; border-radius: 2em; padding: 0.2em 0.6em; transition: color 0.15s, border-color 0.15s; cursor: pointer; }

.lang-switch a:hover { color: #36F1CD !important; }

.lang-switch a.lang-active { color: #36F1CD !important; border-color: #36F1CD !important; }

.lang-switch .lang-switch-sep { color: rgba(54, 241, 205, 0.75); }

body, h1, h2, h3, h4, h5, h6, p, li, a, blockquote, .page__title, .archive__item-title, .page__lead, .page__content, .nav__list, .masthead__menu-item, input, button, select, textarea { font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important; }

body { background-color: #ECF2F2; }

a { color: #1C3041; }

a:focus { outline-color: #36F1CD; }

.archive__item-title a, .page__title a { color: #1C3041; }

.masthead { position: absolute !important; top: 0 !important; left: 0 !important; right: 0 !important; background: #0a141d !important; border-bottom: 3px solid #36F1CD; overflow: visible !important; z-index: 1000 !important; }

.initial-content { padding-top: calc(6.5rem + 2rem + 3px + 1.5rem); }

@media (max-width: 480px) { .initial-content { padding-top: calc(4.5rem + 2rem + 3px + 1.5rem); } }

body.layout--splash .initial-content { padding-top: calc(6.5rem + 2rem + 3px); }

@media (max-width: 480px) { body.layout--splash .initial-content { padding-top: calc(4.5rem + 2rem + 3px); } }

body.layout--splash .page__hero--canvas { margin-bottom: 3rem !important; }

.page__hero--canvas__content { position: relative; z-index: 3; max-width: 100%; margin: 0 auto; padding: 2rem 2em 2rem 2em; min-height: 460px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 20px; }

@media (min-width: 80em) { .page__hero--canvas__content { max-width: 1400px; } }

@media (max-width: 640px) { .page__hero--canvas__content { padding: 2rem 1.25em; } }

.masthead__inner-wrap, .masthead__menu { overflow: visible !important; position: static !important; }

.greedy-nav { background: transparent; }

.greedy-nav a.site-title { color: #fff; font-family: 'Barlow', sans-serif; font-weight: 700; letter-spacing: 0.03em; }

.greedy-nav a.site-title .site-subtitle { color: #36F1CD; letter-spacing: 0.18em; }

.greedy-nav a.site-title:hover { color: #36F1CD; }

.greedy-nav .visible-links { margin-left: 0 !important; flex: 1; justify-content: flex-start !important; }

.greedy-nav .search__toggle, .greedy-nav .greedy-nav__toggle { margin-left: auto; }

.greedy-nav .visible-links a { color: #36F1CD !important; font-weight: 700; font-size: 1.1rem; }

.greedy-nav .visible-links a::before { background: #36F1CD; }

.greedy-nav .visible-links a:hover { color: #fff !important; }

.greedy-nav .visible-links a.is-active { border: 2px solid #36F1CD; border-radius: 2em; padding: 0.25em 0.9em; }

.greedy-nav .hidden-links { position: fixed !important; top: calc(6.5rem + 2rem + 3px) !important; left: 0 !important; right: 0 !important; width: 100% !important; max-width: 100% !important; margin: 0 !important; background: #0a141d !important; border: none !important; border-top: 1px solid rgba(54, 241, 205, 0.45) !important; border-bottom: 1px solid rgba(54, 241, 205, 0.45) !important; border-radius: 0 !important; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35) !important; z-index: 9999 !important; max-height: calc(100vh - 6.5rem - 2rem - 3px) !important; overflow-y: auto !important; }

.greedy-nav .hidden-links a { color: #36F1CD !important; font-weight: 700; display: block; padding: 0.5em 1.4em !important; }

.greedy-nav .hidden-links a:hover { color: #fff !important; background: rgba(54, 241, 205, 0.1); }

.greedy-nav button.greedy-nav__toggle { color: rgba(255, 255, 255, 0.7); }

.greedy-nav button.greedy-nav__toggle:hover { color: #36F1CD; }

.greedy-nav .search__toggle { color: #36F1CD; }

.greedy-nav .search__toggle:hover { color: #fff; }

.greedy-nav .has-dropdown { position: relative; }

.greedy-nav .has-dropdown:hover .nav-dropdown, .greedy-nav .has-dropdown:focus-within .nav-dropdown, .greedy-nav .has-dropdown.dropdown-open .nav-dropdown { display: block; }

.greedy-nav, .greedy-nav .visible-links, .greedy-nav .masthead__menu, .greedy-nav .masthead__inner-wrap { overflow: visible !important; }

.greedy-nav { position: relative !important; }

@media (max-width: 900px) { .greedy-nav .visible-links { max-width: 0 !important; overflow: hidden !important; } .greedy-nav button.greedy-nav__toggle { display: inline-flex !important; align-items: center; } }

.nav-dropdown { display: none; position: absolute; top: 100%; left: 0; background: #0a141d; border: 1px solid rgba(54, 241, 205, 0.45); border-radius: 6px; list-style: none !important; padding: 0.4em 0 !important; margin: 0 !important; min-width: 160px; z-index: 200; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25); }

.nav-dropdown li { padding: 0 !important; margin: 0 !important; }

.nav-dropdown a { display: block; padding: 0.4em 1.1em !important; color: #36F1CD !important; font-size: 0.9rem !important; font-weight: 600 !important; white-space: nowrap; text-decoration: none !important; border: none !important; }

.nav-dropdown a:hover { color: #fff !important; background: rgba(54, 241, 205, 0.1); }

.pi-project { background: rgba(54, 241, 205, 0.12); color: #1C3041; border: 1px solid rgba(54, 241, 205, 0.45); }

.grid__item .archive__item:hover { border-color: #36F1CD; box-shadow: 0 4px 16px rgba(28, 48, 65, 0.12); }

.filter-btn:focus { outline: none; }

.filter-btn:hover { background: #f0f0f0; border-color: #ddd; color: #EB002B; text-decoration: none; }

.filter-btn.active { background: #f0f0f0; border-color: #ddd; color: #EB002B; font-weight: 600; }

.people-search:focus { border-color: #36F1CD; }

#project-map { border-color: rgba(28, 48, 65, 0.18); }

.site-logo { flex-shrink: 0; }

.site-logo img { max-height: 6.5rem; width: auto; }

@media (max-width: 480px) { .site-logo img { max-height: 4.5rem; } }

.site-logo ~ .site-title { display: none !important; }

.btn, .btn--primary, .btn--inverse, .btn--info, .btn--success, .btn--warning, .btn--danger { background-color: #EB002B !important; color: #fff !important; border-color: #EB002B !important; border-radius: 2em !important; font-weight: 600; }

.btn:hover, .btn--primary:hover, .btn--inverse:hover, .btn--info:hover, .btn--success:hover, .btn--warning:hover, .btn--danger:hover { background-color: #1C3041 !important; border-color: #1C3041 !important; color: #fff !important; }

.hero-canvas-btn { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; margin-top: 8px; padding: 14px 30px; font-size: 16px; letter-spacing: 0.01em; box-shadow: 0 0 28px rgba(235, 0, 43, 0.3); transition: background 160ms cubic-bezier(0.2, 0, 0, 1), transform 160ms cubic-bezier(0.2, 0, 0, 1); }

.hero-canvas-btn:hover { background-color: #CC0025 !important; border-color: #CC0025 !important; transform: translateY(-1px); }

.hero-canvas-btn:active { background-color: #AD001F !important; border-color: #AD001F !important; transform: translateY(0); }

.pagination { display: flex !important; justify-content: center !important; gap: 0.75em; margin-bottom: 1em !important; }

.pagination--pager { background-color: #EB002B !important; color: #fff !important; border-color: #EB002B !important; border-radius: 2em !important; font-weight: 600 !important; font-size: 0.95rem !important; padding: 0.5em 1.75em !important; width: auto !important; text-decoration: none !important; }

.pagination--pager:hover { background-color: #1C3041 !important; border-color: #1C3041 !important; color: #fff !important; }

.pagination--pager.disabled { background-color: #e1e4e8 !important; border-color: #e1e4e8 !important; color: #999 !important; cursor: default !important; pointer-events: none; }

.page__hero--overlay { padding: 2em 0 !important; }

.page__hero--overlay .page__title, .page__hero--overlay .page__meta, .page__hero--overlay .page__lead { color: #1C3041; text-shadow: none; }

.page__hero--overlay .wrapper { max-width: 1400px !important; margin-left: auto !important; margin-right: auto !important; padding-left: 5rem !important; padding-right: 2em !important; }

@media (max-width: 640px) { .page__hero--overlay .wrapper { padding-left: 1em !important; padding-right: 1em !important; } }

.projects-grid { grid-template-columns: repeat(3, 1fr) !important; gap: 1.25em !important; }

@media (max-width: 900px) { .projects-grid { grid-template-columns: repeat(2, 1fr) !important; } }

@media (max-width: 600px) { .projects-grid { grid-template-columns: 1fr !important; } }

.grid__item .project-flat-card.archive__item { background: #fff; border: 1px solid #e1e4e8 !important; border-radius: 8px; padding: 1.25em; box-shadow: none; transition: border-color 0.2s, box-shadow 0.2s; }

.grid__item .project-flat-card.archive__item:hover { border-color: #36F1CD !important; box-shadow: 0 4px 16px rgba(28, 48, 65, 0.12) !important; }

.project-city { font-size: 0.7rem !important; font-weight: 500 !important; letter-spacing: 0.14em; color: rgba(28, 48, 65, 0.45); margin: 0 0 0.4em; text-transform: uppercase; }

.grid__item .project-flat-card .archive__item-title { font-size: 0.95rem !important; font-weight: 700 !important; line-height: 1.3; margin-bottom: 0.25em; }

.grid__item .project-flat-card .archive__item-title a { color: #1C3041; text-decoration: none; }

.grid__item .project-flat-card .archive__item-title a:hover { color: #EB002B; }

.grid__item .project-flat-card .project-fullname-small { font-size: 0.72rem !important; color: rgba(28, 48, 65, 0.55) !important; margin: 0 0 1em !important; line-height: 1.45; }

.project-lead-pi { font-size: 0.82rem !important; font-weight: 500 !important; color: rgba(28, 48, 65, 0.6); margin: 0 0 0.75em !important; }

.page__footer { padding: 0 !important; margin: 0 !important; background: transparent !important; }

.page__footer footer { padding: 0 !important; margin: 0 !important; max-width: none !important; width: 100% !important; background: transparent !important; }

.footer-main { background-color: #0a141d; padding: 3rem 2rem 1.5rem; }

.footer-main__inner { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 3rem; max-width: 1400px; margin: 0 auto; padding: 0 1rem; }

@media (max-width: 900px) { .footer-main__inner { gap: 2rem; } }

@media (max-width: 600px) { .footer-main__inner { flex-direction: column; gap: 1.5rem; } }

.footer-right { display: flex; align-items: flex-start; gap: 3rem; }

@media (max-width: 900px) { .footer-right { gap: 2rem; } }

@media (max-width: 600px) { .footer-right { flex-direction: column; gap: 1.25rem; } }

.footer-logo-link { flex-shrink: 0; display: inline-flex; align-items: flex-start; border: none !important; text-decoration: none !important; }

.footer-logo-img { height: 7rem; width: auto; display: block; }

@media (max-width: 600px) { .footer-logo-img { height: 4.5rem; } }

.footer-social { display: flex; gap: 0.45rem; align-items: flex-start; padding-top: 0.2rem; flex-shrink: 0; }

.footer-social-btn { display: inline-flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; background: #36F1CD; color: #1C3041 !important; border-radius: 5px; font-size: 0.9rem; text-decoration: none !important; border: none !important; transition: background 0.15s; }

.footer-social-btn:hover { background: #fff; color: #1C3041 !important; }

.footer-social-btn i { line-height: 1; }

.footer-nav { display: flex; gap: 3rem; }

@media (max-width: 900px) { .footer-nav { gap: 2rem; } }

@media (max-width: 600px) { .footer-nav { flex-direction: column; gap: 0; } .footer-nav ul + ul { margin-top: 0.55rem; } }

.footer-nav ul { list-style: none !important; padding: 0 !important; margin: 0 !important; display: flex; flex-direction: column; gap: 0.55rem; }

.footer-nav li { margin: 0 !important; padding: 0 !important; }

.footer-nav a { color: #36F1CD !important; font-weight: 700 !important; font-size: 1rem !important; text-decoration: none !important; border: none !important; transition: color 0.15s; white-space: nowrap; }

.footer-nav a:hover { color: #fff !important; }

.footer-left { display: flex; align-items: flex-start; }

.footer-copyright { flex: 0 0 100%; margin-top: -1rem; }

@media (max-width: 600px) { .footer-copyright { margin-top: 0; } }

.footer-copyright span { font-size: 0.8rem; color: rgba(54, 241, 205, 0.85); font-weight: 400; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.footer-funding { background: #fff; width: 100%; box-sizing: border-box; display: flex; justify-content: flex-end; align-items: center; padding: 0.5rem 0.5rem 0.5rem 0; }

.footer-funding__link { display: inline-flex; align-items: center; border: none !important; text-decoration: none !important; }

.footer-bmftr-logo { height: 200px !important; width: auto !important; display: block !important; }

@media (max-width: 640px) { .footer-bmftr-logo { height: 100px !important; } }

.page__hero--overlay .page__title, .layout--project .page__title { font-size: clamp(1.9rem, 3.5vw, 2.75rem) !important; font-weight: 700 !important; line-height: 1.15; }

.page__hero--overlay .page__lead { font-size: clamp(1.05rem, 1.8vw, 1.3rem) !important; font-weight: 600 !important; }

h2, .page__content h2 { font-size: clamp(1.35rem, 2.5vw, 1.875rem) !important; font-weight: 700 !important; }

h3, .page__content h3 { font-size: clamp(1.1rem, 1.8vw, 1.4rem) !important; font-weight: 700 !important; }

.page__content p, .page__content li { font-size: 1.05rem; line-height: 1.75; }

.page__content a:not(.btn):not(.archive__item-title a) { text-decoration: underline; }

.page__content a:not(.btn):not(.archive__item-title a):hover { color: #EB002B !important; }

.news-article { display: grid; grid-template-columns: clamp(200px, 30%, 360px) 1fr; gap: 2.5em; margin-bottom: 3.5em; align-items: start; }

@media (max-width: 640px) { .news-article { grid-template-columns: 84px 1fr; gap: 1em; margin-bottom: 1.75em; padding-bottom: 1.75em; border-bottom: 1px solid rgba(28, 48, 65, 0.08); } }

.news-article__image img { width: 100%; aspect-ratio: 1 / 1; object-fit: var(--teaser-fit, cover); object-position: var(--teaser-pos, center center); border-radius: 8px; display: block; }

@media (max-width: 640px) { .news-article__image img, .news-article__image .news-article__image-placeholder { border-radius: 6px; } }

.post-with-image { display: flex; gap: 2em; align-items: flex-start; }

.post-with-image__image { flex: 0 0 240px; }

.post-with-image__image img { width: 100%; border-radius: 8px; }

.post-with-image__body { flex: 1; min-width: 0; }

@media (max-width: 640px) { .post-with-image { flex-direction: column; } .post-with-image__image { flex: none; width: 100%; } }

.news-article__image-placeholder { background: #ECF2F2; aspect-ratio: 1 / 1; border-radius: 8px; border: 1px solid rgba(28, 48, 65, 0.08); }

.news-label { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(28, 48, 65, 0.5); margin: 0 0 0.4em; }

.news-article .news-article__title, h2.news-article__title { font-size: clamp(1.05rem, 1.5vw, 1.25rem) !important; font-weight: 700 !important; line-height: 1.3; margin: 0 0 0.4em; }

.news-article .news-article__title a, h2.news-article__title a { color: #1C3041; text-decoration: none; }

.news-article .news-article__title a:hover, h2.news-article__title a:hover { color: #EB002B; }

.news-article__date { font-size: 0.85rem !important; font-weight: 500; color: rgba(28, 48, 65, 0.55); margin: 0 0 0.75em; }

.news-article__excerpt { font-size: 0.9rem !important; font-weight: 400; line-height: 1.75; color: #1C3041; margin: 0 0 1.25em; }

@media (max-width: 640px) { .news-article__excerpt { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0 0 0.75em; } }

@media (max-width: 640px) { .news-article .news-article__date { margin: 0 0 0.4em; } .news-article .btn--primary { padding: 0.4em 1em !important; font-size: 0.85rem !important; } }

.project-hero-fullname { font-size: clamp(1rem, 2vw, 1.35rem) !important; font-weight: 400 !important; color: #1C3041 !important; text-shadow: none !important; margin: 0.4em 0 1.75em !important; line-height: 1.45; }

.project-body { max-width: 840px; }

.layout--project .page__content p, .layout--project .page__content li { font-size: 1rem; }

.project-team-section { margin-top: 3em; padding-top: 2em; border-top: 1px solid rgba(28, 48, 65, 0.1); }

.project-team-section > h2 { margin-bottom: 1.25em !important; }

.project-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5em; }

@media (max-width: 900px) { .project-team-grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600px) { .project-team-grid { grid-template-columns: 1fr; } }

.project-subprojects-section { margin-top: 3em; padding-top: 2em; border-top: 1px solid rgba(28, 48, 65, 0.1); }

.project-subprojects-section > h2 { margin-bottom: 1.25em !important; }

.project-subprojects-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2em; }

@media (max-width: 640px) { .project-subprojects-grid { grid-template-columns: 1fr; } }

.project-subproject-item .project-subproject-title { font-size: 0.9rem !important; font-weight: 700 !important; text-transform: uppercase; letter-spacing: 0.06em; color: #1C3041; margin: 0 0 0.4em !important; line-height: 1.3; }

.project-subproject-item .project-subproject-lead { font-size: 0.9rem; color: #1C3041; margin: 0 0 0.2em; }

.project-subproject-item .project-subproject-city { font-size: 0.85rem; color: rgba(28, 48, 65, 0.6); margin: 0 0 0.8em; }

.project-publications-section { margin-top: 3em; padding-top: 2em; border-top: 1px solid rgba(28, 48, 65, 0.1); }

.project-publications-section > h2 { margin-bottom: 1.25em !important; }

.project-publications-list { list-style: none !important; padding: 0 !important; margin: 0 !important; }

.project-publication-item { margin-bottom: 1.75em; padding-bottom: 1.75em; border-bottom: 1px solid rgba(28, 48, 65, 0.08); }

.project-publication-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.project-publication-title { font-weight: 700; font-size: 1rem; margin: 0 0 0.3em !important; }

.project-publication-title a { color: #1C3041; text-decoration: none; }

.project-publication-title a:hover { color: #EB002B; }

.project-publication-title a::after { content: " ↗"; font-size: 0.82em; opacity: 0.5; }

.project-publication-authors { font-size: 0.9rem; color: #1C3041; margin: 0 0 0.2em !important; }

.project-publication-journal { font-size: 0.85rem; color: rgba(28, 48, 65, 0.6); margin: 0 !important; }

.contact-team { display: flex; flex-direction: column; gap: 1.5em; margin-bottom: 3em; }

.contact-card { display: flex; flex-direction: row; align-items: center; gap: 1.5em; }

@media (max-width: 600px) { .contact-card { flex-direction: column; text-align: center; } }

.contact-card__photo { flex: 0 0 100px; }

.contact-card__photo img { width: 100px; height: 100px; border-radius: 8px; object-fit: cover; object-position: center 20%; display: block; }

.contact-card__photo--placeholder { width: 100px; height: 100px; border-radius: 8px; background: #ECF2F2; border: 1px solid rgba(28, 48, 65, 0.12); }

.contact-card__body { flex: 1; }

.contact-card__name { font-size: 0.85rem !important; font-weight: 700 !important; color: #1C3041 !important; text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 0.2em !important; }

.contact-card__role { font-size: 0.82rem !important; color: #EB002B !important; font-weight: 600 !important; margin: 0 0 0.2em !important; }

.contact-card__institution { font-size: 0.82rem !important; color: rgba(28, 48, 65, 0.6) !important; margin: 0 0 0.4em !important; }

.contact-card__contact { overflow-wrap: break-word; }

.contact-card__contact p { font-size: 0.8rem !important; margin: 0.15em 0 !important; color: #1C3041; }

.contact-card__contact a { color: #1C3041; text-decoration: none; }

.contact-card__contact a:hover { color: #EB002B; text-decoration: underline; }

.contact-card__contact .contact-label { color: rgba(28, 48, 65, 0.5); }

.contact-map-section { margin-top: 2em; padding-top: 2em; border-top: 1px solid rgba(28, 48, 65, 0.1); }

.contact-map-section > h2 { margin-bottom: 1em !important; }

.contact-map-embed iframe { border-radius: 8px; border: 1px solid rgba(28, 48, 65, 0.12); }

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