@charset "UTF-8";
@font-face {
  font-family: "Sohne";
  src: url(../images/soehne-web-buch-e879cf4711c53e5e300ac0612db99980.woff2);
}
section {
  display: grid;
  grid-template-columns: 1fr 4fr;
  padding: 0 1%;
}
section:first-of-type {
  margin-top: 100px;
}
section .section-title h1 {
  position: sticky;
  top: 95px;
  text-align: right;
  font-size: 15px;
  margin-top: 5px;
}
section .subsection {
  display: flex;
  margin-left: 45px;
}
section .subsection h2 {
  grid-area: subtitle;
  position: sticky;
  top: 100px;
  font-size: 10px;
  width: 100px;
}
section .subsection .publication {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "img desc";
  column-gap: 40px;
  margin-bottom: 24px;
  margin-left: 7%;
}
section .subsection .publication img {
  grid-area: img;
}
section .subsection .publication .desc {
  grid-area: desc;
}
section .subsection .publication .desc h3 {
  font-size: 16px;
}
section .subsection .publication .desc h3 a {
  font-weight: 600;
  text-decoration: none;
}
section .subsection .publication .desc h3 a:hover {
  text-decoration: underline;
}
section .subsection .publication .desc p {
  font-size: 14px;
}
section .subsection .publication .desc p span {
  white-space: nowrap;
}
section .subsection .publication .desc ul {
  padding: 0;
}
section .subsection .publication .desc ul li {
  display: inline-block;
  list-style: none;
}
section .subsection .publication .desc ul li:nth-of-type(2n) {
  margin-left: 28px;
}
section .subsection .publication .desc ul li a {
  font-size: 12px;
  text-decoration: none;
}
section .subsection .publication .desc ul li a:hover {
  text-decoration: underline;
}

.publication-page-body {
  padding-left: 10%;
  padding-right: 10%;
}
.publication-page-body year {
  display: grid;
  padding-bottom: 50px;
  grid-template-columns: 15% 1fr;
}
.publication-page-body pubs pub {
  display: grid;
  grid-template-columns: 175px 1fr;
  padding-bottom: 20px;
}
.publication-page-body pubs pub .pubimg {
  width: 150px;
}
.publication-page-body pubs pub .pubtxt .title {
  font-weight: bolder;
  font-size: larger;
  color: #303030;
}
.publication-page-body pubs pub .pubtxt .authors {
  color: #303030;
}
.publication-page-body pubs pub .pubtxt .source {
  color: #303030;
  font-style: italic;
}

.cite_popup {
  background: white;
  border: 1px solid black;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 600px;
  margin-left: 10px;
  margin-right: 10px;
  transform: translate(-50%, -50%);
}

.cite_popup ul {
  list-style-type: none;
  margin-left: 20px;
  margin-right: 20px;
}

.cite_popup li {
  list-style-type: none;
}

.cite_popup p {
  margin: 10px;
}

.cite_popup button {
  border: 0px;
}

.pub-year {
  position: sticky;
  top: 0;
}

.pub-year h2 {
  position: sticky;
  top: 0;
}

.project-publications {
  margin-top: 50px;
}
.project-publications pub {
  display: grid;
  grid-template-columns: 175px 1fr;
  padding-bottom: 20px;
}
.project-publications pub .pubimg {
  width: 150px;
}
.project-publications pub .pubtxt .title {
  font-weight: bolder;
  font-size: larger;
}
.project-publications pub .pubtxt .source {
  font-style: italic;
}

@media (min-width: 2560px) {
  section {
    grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 769px) and (max-width: 2559px) {
  section {
    grid-template-columns: auto 1fr;
  }
}
@media (min-width: 400px) and (max-width: 768px) {
  section {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 680px) {
  section {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  section .section-title h1 {
    position: static;
    text-align: left;
    font-size: 15px;
    margin-top: 5px;
  }
  section .subsection {
    flex-direction: column;
    margin-left: 0;
  }
  section .subsection .subsection-title {
    padding-bottom: 20px;
  }
  section .subsection .publication {
    display: grid;
    grid-template-columns: auto;
    grid-template-areas: "img" "desc";
    margin-left: 0;
  }
  section .subsection .publication img {
    width: 100%;
  }
}
@font-face {
  font-family: "Sohne";
  src: url(../images/soehne-web-buch-e879cf4711c53e5e300ac0612db99980.woff2);
}
navigation-bar {
  top: 0;
  width: 100%;
  height: 45px;
  position: absolute;
}

.titlebar {
  padding-top: 10px;
  padding-left: 3.5%;
  padding-right: 3.5%;
  background-color: #E9E3DB;
  z-index: 999;
}

.titlebar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.titlebar-title {
  font-size: 25px;
  justify-self: left;
}

.titlebar-button {
  display: flex;
  align-items: flex-end;
  justify-content: left;
  font-size: 15px;
}

.dropbtn {
  border: none;
}

.dropdown {
  background-color: #E9E3DB;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  background-color: #E9E3DB;
  border: 1px solid #303030;
}

.dropdown-content a {
  padding: 12px 10px;
  text-decoration: none;
  display: block;
  border: 1px solid #303030;
}

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

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

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

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

@font-face {
  font-family: "Sohne";
  src: url(../images/soehne-web-buch-e879cf4711c53e5e300ac0612db99980.woff2);
}
footer {
  display: grid;
  column-gap: 1%;
  padding: 0 1% 0.75% 1%;
  text-align: center;
}
footer h1 {
  font-family: "Sohne";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 13px;
  letter-spacing: 0.06em;
}
footer h2 {
  font-family: "Sohne";
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.06em;
}
footer ul {
  list-style-type: none;
  margin-top: 0;
}
footer ul h2 {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
}
footer ul li {
  font-size: 10px;
  line-height: 150%;
}
footer p {
  grid-area: copy;
}
footer .footer-projects {
  grid-area: projects;
  display: grid;
  grid-template-areas: "title" "list";
  grid-template-rows: auto 1fr;
}
footer .footer-support {
  grid-area: support;
  display: grid;
  grid-column-gap: 10px;
  width: 190px;
  grid-template-areas: "logo text";
  grid-template-rows: auto 1fr;
}
footer .footer-support-logo {
  grid-area: logo;
}
footer .footer-support-logo img {
  width: 75px;
  border: none;
}
footer .footer-support-text {
  grid-area: text;
  font-size: smaller;
  margin-top: 0px;
  margin-bottom: 5px;
  width: 200px;
}
footer .footer-collabs {
  grid-area: collabs;
  display: grid;
  grid-template-areas: "title" "list";
  grid-template-rows: auto 1fr;
}
footer .footer-logos {
  grid-area: logo;
}
footer .footer-logos img {
  width: 75px;
  border: none;
}
footer .footer-logos p {
  grid-area: text;
  font-size: smaller;
  margin-top: 0px;
  margin-bottom: 5px;
}
footer .footer-thrusts {
  display: grid;
  grid-column-gap: 20px;
  grid-template-areas: "thrust-title1 thrust-title2 thrust-title3 thrust-title4" "thrust-content1 thrust-content2 thrust-content3 thrust-content4";
}
footer .footer-thrust {
  grid-area: thrust;
}
footer .footer-section-title {
  color: #303030;
  font-size: larger;
  border-bottom: solid #303030 1px;
}
footer .thrust-title {
  color: #303030;
  font-size: larger;
  margin-bottom: 5px;
}
footer .thrust-title h2 {
  margin-block: 2px;
}
footer .footer-content {
  color: #303030;
}
footer .footer-section-content {
  color: #303030;
}
footer .footer-section {
  column-gap: 15px;
}
footer .footer-section h1 {
  grid-area: title;
}
footer .footer-section .footer-list h2 {
  font-size: 13px;
  margin-bottom: 6px;
}
footer .thrusts {
  grid-area: thrusts;
  grid-template-areas: "thrust thrust thrust";
}
footer .apps {
  grid-area: apps;
  grid-template-areas: "title title" ". .";
}
footer .projects {
  grid-area: projects;
  grid-template-areas: "title" ".";
}

@media (min-width: 2560px) {
  footer {
    grid-template-areas: "title1 title2 title3 title4" "content1 content2 content3 content4";
    grid-template-columns: 4fr 1fr 1fr 1fr;
    row-gap: 5px;
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 2559px) {
  footer {
    grid-template-areas: "title1 title2 title3 title4" "content1 content2 content3 content4";
    grid-template-columns: auto auto auto auto;
    row-gap: 5px;
    text-align: center;
  }
}
@media (min-width: 400px) and (max-width: 768px) {
  footer {
    display: grid;
    grid-template-areas: "title1 title2 title3 title4" "content1 content2 content3 content4";
    grid-template-columns: auto auto auto auto;
    row-gap: 5px;
    text-align: center;
  }
}
@media (max-width: 399px) {
  footer {
    grid-template-areas: "thrusts" "apps" "projects";
    grid-template-columns: 1fr;
    padding: 1%;
    row-gap: 5px;
    text-align: center;
  }
  footer .thrusts {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "." "." "." "." ".";
  }
  footer .apps {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "." ".";
  }
}
@font-face {
  font-family: "Sohne";
  src: url(../images/soehne-web-buch-e879cf4711c53e5e300ac0612db99980.woff2);
}
thrust-page {
  top: 45px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding-left: 2%;
  padding-right: 2%;
  overflow: auto;
  display: grid;
  grid-template-areas: "sidebar content" "footer footer";
  grid-template-columns: 30% 1fr;
  grid-template-rows: 1fr 1fr;
}

thrust-footer {
  grid-area: footer;
  padding: 2px;
  font-size: 12px;
  padding: 1%;
  width: 100%;
  box-sizing: border-box;
  column-gap: 10px;
}

thrust-sidebar {
  grid-area: sidebar;
}
thrust-sidebar div {
  position: sticky;
  top: 0;
}
thrust-sidebar h1 {
  font-family: "Sohne";
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
}
thrust-sidebar h2 {
  font-family: "Sohne";
  font-weight: 400;
  font-size: 2rem;
  line-height: 32px;
  margin-top: 5px;
}
thrust-sidebar ul {
  padding-left: 20px;
  margin-top: 28px;
}
thrust-sidebar ul li {
  list-style: none;
  margin: 8px 0;
  font-size: 20px;
}
thrust-sidebar ul li a {
  text-decoration: none;
  line-height: 150%;
}
thrust-sidebar ul li a:hover {
  text-decoration: underline;
}

thrust-content {
  grid-area: content;
}
thrust-content img {
  width: 100%;
}
thrust-content ul li {
  padding-top: 10px;
  margin-left: 20px;
  font-size: 20px;
}
thrust-content ul li a::after {
  content: "   ";
  white-space: pre;
  background-image: url("../images/icons/url_arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
thrust-content p a {
  position: relative;
  font-weight: 600;
  padding-right: 10px;
}
thrust-content p a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 0.5em;
  height: 0.5em;
  background-image: url("../images/icons/url_arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
thrust-content h3 {
  padding-top: 50px;
  font-family: "Sohne";
  letter-spacing: 0.05rem;
  line-height: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
thrust-content p {
  font-family: "Sohne";
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  margin: 20px 0;
}
thrust-content p.big-paragraph {
  font-size: 1.25rem;
}
thrust-content .subsection {
  margin-top: 50px;
}
thrust-content .single-image, thrust-content .dual-images {
  padding-top: 30px;
}
thrust-content .single-image h5, thrust-content .dual-images h5 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 10px;
  line-height: 15px;
  margin-top: 0;
  font-weight: 400;
}
thrust-content .dual-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4.5%;
}

@font-face {
  font-family: "Sohne";
  src: url(../images/soehne-web-buch-e879cf4711c53e5e300ac0612db99980.woff2);
}
#about-container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1%;
}
#about-container .top-image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#about-container #ethos {
  width: 100%;
  box-sizing: border-box;
  padding-left: 10%;
  padding-right: 10%;
  justify-self: center;
}
#about-container #ethos p {
  font-size: 20px;
  font-family: "Sohne";
  color: #303030;
  z-index: 2;
}
#about-container #ethos img {
  grid-area: ethos;
  z-index: 1;
  opacity: 25%;
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
#about-container #ethos ul {
  padding-left: 40px;
}
#about-container #ethos li {
  list-style: disc;
  padding-top: 5px;
}
#about-container #people h1 {
  font-family: "Sohne";
  width: 100%;
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 30px 0;
}
#about-container #people h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}
#about-container #people ul {
  display: flex;
  column-gap: 5%;
  flex-wrap: wrap;
  justify-content: center;
}
#about-container #people ul li {
  width: 15%;
  max-width: 200px;
  min-width: 100px;
  list-style-type: none;
}
#about-container #people ul li img {
  width: 100%;
}
#about-container #people ul li h3 {
  font-size: 1rem;
  line-height: 100%;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
}
#about-container #people ul li h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 12px;
  text-align: center;
}

.grant-statement {
  text-align: center;
  padding: 20px;
}

@font-face {
  font-family: "Sohne";
  src: url(../images/soehne-web-buch-e879cf4711c53e5e300ac0612db99980.woff2);
}
#list-container {
  display: grid;
  padding: 0 1% 2% 1%;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  box-sizing: border-box;
  column-gap: 10px;
}
#list-container .list h1 {
  font-family: "Sohne";
}
#list-container .list li {
  font-weight: 600;
  font-size: 20px;
}
#list-container .list ul {
  margin: 40px 0 30px 20px;
}
#list-container .list ul li {
  font-weight: 400;
  margin-bottom: 10px;
}
#list-container .list .important {
  flex-grow: 2;
}
#list-container .list img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}

@font-face {
  font-family: "Sohne";
  src: url(../images/soehne-web-buch-e879cf4711c53e5e300ac0612db99980.woff2);
}
homepage-page {
  top: 45px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding-left: 2%;
  padding-right: 2%;
  overflow: auto;
  display: grid;
  grid-template-areas: "content";
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
homepage-page homepage-content {
  grid-area: content;
}
homepage-page #hero-thrust a {
  display: grid;
  grid-template-areas: "hero hero" "title desc";
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
homepage-page #hero-thrust a img {
  grid-area: hero;
  width: 100%;
  object-fit: cover;
}
homepage-page #hero-thrust a h1 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 200;
}
homepage-page #hero-thrust a .thrust-title {
  grid-area: title;
}
homepage-page #hero-thrust a .thrust-title p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}
homepage-page #hero-thrust a .thrust-title h1 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 200;
}
homepage-page #about-lab {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 40px;
  box-sizing: border-box;
}
homepage-page #about-lab p {
  position: relative;
  font-family: "Sohne";
  color: #303030;
  font-size: 15px;
}
homepage-page #about-lab h2 {
  font-size: 15px;
  text-transform: uppercase;
  grid-area: auto;
  margin-top: 35px;
  font-weight: 200;
}
homepage-page .research-thrusts {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 100px;
}
homepage-page h3 {
  grid-area: auto;
  margin-top: 35px;
  font-weight: 100;
}
homepage-page .research-thrust {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 70%;
  padding-bottom: 40px;
}
homepage-page .research-thrust img {
  grid-area: auto;
  width: 100%;
  object-fit: cover;
}

@font-face {
  font-family: "Sohne";
  src: url(../images/soehne-web-buch-e879cf4711c53e5e300ac0612db99980.woff2);
}
:root {
  font-family: "Sohne";
  background-color: #E9E3DB;
  font-size: 16px;
}

@media (min-width: 400px) and (max-width: 768px) {
  :root {
    font-size: 14px;
  }
}
body {
  margin-top: 10px;
}

p {
  color: #303030;
}

a {
  color: #303030;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

li {
  color: #303030;
}

h1 {
  color: #303030;
  font-size: 2em;
}

h2 {
  color: #303030;
}

h3 {
  color: #303030;
}

hr {
  border: 1px solid #303030;
  margin-left: 1%;
  margin-right: 1%;
}

#hero-image {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}

img {
  border: 1px solid black;
}

svis-page {
  top: 45px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding-left: 2%;
  padding-right: 2%;
  overflow: auto;
}

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