@charset "UTF-8";
@font-face {
  font-family: "Söhne";
  src: url("../fonts/soehne-buch.woff2") format("woff2");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Söhne";
  src: url("../fonts/soehne-leicht.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Lyon Display";
  src: url("../fonts/LyonDisplay-Light-Web.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "D-DIN-PRO";
  src: url("../fonts/d_din_pro/otf/D-DIN-PRO-400-Regular.otf") format("otf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "D-DIN-PRO";
  src: url("../fonts/d_din_pro/otf/D-DIN-PRO-700-Bold.otf") format("otf");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM_Plex_Sans/IBMPlexSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM_Plex_Sans/IBMPlexSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
}
h1 {
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 47px;
  line-height: 1.2em;
}

h2 {
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 34px;
  line-height: 40px;
}

h3 {
  font-family: "Lyon Display", "Merriweather", Georgia, "DejaVu Serif", serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
}

h4 {
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 36px;
}

h5 {
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
}

h4 {
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #226661;
}
a:hover {
  font-weight: bold;
}

.wp-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

picture {
  display: block;
  max-width: 100%;
}

img {
  display: block;
  max-width: 100%;
}

body {
  margin: 0;
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 425px) {
  body {
    font-size: 18px;
    line-height: 26px;
  }
}

header {
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  max-height: 100vh;
  overflow-y: scroll;
}
header .open-content {
  display: none;
}
header.open .open-content {
  display: block;
}
header.open .closed-content {
  display: none;
}
header ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .top-bar {
  display: flex;
  justify-content: space-between;
  background: #ECFFFC;
  padding: 19px 25px 18px 25px;
  border-bottom: 1px solid rgba(0, 168, 143, 0.3);
}
header .top-bar .header-search-wrapper {
  position: relative;
  flex-shrink: 1;
  width: calc(100% - 100px);
  max-width: 440px;
}
header .top-bar .nav-toggle {
  flex-shrink: 0;
}
header .top-bar .search-box {
  border: 1px solid #226661;
  border-radius: 3px;
  padding-left: 46px;
  font-size: 16px;
  line-height: 36px;
  width: 100%;
}
@media (max-width: 425px) {
  header .top-bar .search-box {
    padding-left: 32px;
    line-height: 26px;
    font-size: 12px;
  }
}
header .top-bar .search-submit {
  position: absolute;
  left: 20px;
  top: calc(50% - 8px);
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -50000px;
  background: url("../image/icon-search.svg") no-repeat center;
  background-size: cover;
  border: none;
  cursor: pointer;
}
@media (max-width: 425px) {
  header .top-bar .search-submit {
    left: 15px;
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
  }
}
header .header-logo-link {
  display: flex;
  height: 33px;
  text-decoration: none;
}
header .header-logo-link .logo-link-image {
  margin-right: 15px;
  height: 33px;
}
header .header-logo-link .logo-link-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  text-transform: uppercase;
}
header .header-logo-link .logo-link-top {
  font-family: "D-DIN-PRO", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 1.32px;
  color: #000;
}
header .header-logo-link .logo-link-bottom {
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 1.1px;
  color: #226661;
}
header .nav-wrapper {
  padding: 50px 15%;
  background-color: #fff;
}
@media (max-width: 767px) {
  header .nav-wrapper {
    padding: 30px 20px;
  }
}
header .nav-wrapper #nav-main > ul.menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10%;
  row-gap: 30px;
}
header .nav-wrapper #nav-main > ul.menu > li > a {
  font-size: 29px;
  line-height: 48px;
}
@media (max-width: 767px) {
  header .nav-wrapper #nav-main > ul.menu > li > a {
    font-size: 18px;
    line-height: 1.2em;
  }
}
header .nav-wrapper a {
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 767px) {
  header .nav-wrapper a {
    font-size: 14px;
    line-height: 1.2em;
  }
}
header .nav-wrapper a:hover {
  color: #226661;
  text-decoration: underline;
}
header .nav-wrapper .button a {
  display: inline-block;
  padding: 8px 11px;
  line-height: 1em;
  border-radius: 16px;
  color: #fff;
  background-color: #226661;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  -webkit-font-smoothing: auto;
  margin-top: 5px;
  background-color: black;
  font-size: 17px;
  line-height: 1em;
}
header .nav-wrapper .button a:hover {
  text-decoration: underline;
  font-weight: inherit;
}
@media (max-width: 767px) {
  header .nav-wrapper .button a {
    font-size: 12px;
  }
}
header .bottom-bar {
  padding: 13px 25px;
  background-color: #174441;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}
@media (min-width: 768px) {
  header .bottom-bar {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  header .bottom-bar ul.menu {
    margin-bottom: 15px;
  }
  header .bottom-bar ul.menu:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  header .bottom-bar ul.menu:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  header .bottom-bar ul.menu:last-child li {
    margin: 0;
  }
}
header .bottom-bar li {
  display: inline-block;
  margin-right: 19px;
}
header .bottom-bar li:last-child {
  margin: 0;
}
header .bottom-bar a {
  color: inherit;
  text-decoration: none;
}
header .bottom-bar a:hover {
  text-decoration: underline;
}
header .bottom-bar .button a {
  display: inline-block;
  padding: 8px 11px;
  line-height: 1em;
  border-radius: 16px;
  color: #fff;
  background-color: #226661;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  -webkit-font-smoothing: auto;
  background-color: #ECFFFC;
  color: #174441;
  font-family: "IBM Plex Sans", Helvetica, "Nimbus Sans L", sans-serif;
}
header .bottom-bar .button a:hover {
  text-decoration: underline;
  font-weight: inherit;
}
header .bottom-bar .button a:after {
  content: url("../image/external-link.svg");
  display: inline-block;
  margin-left: 7px;
}

.admin-bar header {
  top: 32px;
}

#footer {
  padding: 40px 60px 25px 60px;
  background-color: #174441;
  color: #D9FFF9;
  -webkit-font-smoothing: auto;
}
@media (max-width: 767px) {
  #footer {
    padding: 25px 15px;
  }
}
@media (min-width: 1024px) {
  #footer .footer-columns-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  #footer .footer-columns-wrapper .footer-column {
    width: calc(25% - 22.5px);
  }
}
#footer .footer-container {
  margin-bottom: 45px;
  border-top: 1px solid #fff;
}
#footer .footer-title {
  margin: 0 0 17px 0;
  padding-top: 23px;
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 33px;
  line-height: 38px;
  letter-spacing: 0.01em;
  color: #fff;
}
#footer .footer-menu-title {
  margin: 0 0 14px 0;
  padding-top: 7px;
}
#footer .footer-address {
  margin: 0;
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px;
  line-height: 1.27em;
}
#footer ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul.menu li {
  margin: 10px 0;
  line-height: 0;
}
#footer ul.menu a {
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px;
  line-height: 1.25em;
  text-decoration: none;
  color: inherit;
}
#footer ul.menu a:hover {
  text-decoration: underline;
}
#footer ul.menu .linkedin a:before {
  content: url("../image/Linkedin.svg");
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}
#footer ul.menu .button a {
  display: inline-block;
  padding: 8px 11px;
  line-height: 1em;
  border-radius: 16px;
  color: #fff;
  background-color: #226661;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  -webkit-font-smoothing: auto;
  margin-top: 5px;
  font-size: 12px;
}
#footer ul.menu .button a:hover {
  text-decoration: underline;
  font-weight: inherit;
}
#footer .footer-copyright {
  border-top: solid 1px #AFAFAF;
  padding-top: 10px;
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px;
  line-height: 1.27em;
}
#footer .footer-copyright a {
  font-size: 15px;
  line-height: 22px;
  color: inherit;
}
#footer #mc_embed_signup form {
  position: relative;
  margin: 0;
}
#footer #mc_embed_signup form h2 {
  margin: 0 0 14px 0;
  padding-top: 7px;
  font-size: 18px;
  line-height: 28px;
}
#footer #mc_embed_signup form .indicates-required {
  margin: 0;
  position: absolute;
  top: 40px;
  right: 0;
}
#footer #mc_embed_signup form .mc-field-group {
  width: 100%;
}
#footer #mc_embed_signup form .mc-field-group label {
  font-size: 15px;
  line-height: 1.2em;
}
#footer #mc_embed_signup form .button {
  display: inline-block;
  padding: 8px 11px;
  line-height: 1em;
  border-radius: 16px;
  color: #fff;
  background-color: #226661;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  -webkit-font-smoothing: auto;
}
#footer #mc_embed_signup form .button:hover {
  text-decoration: underline;
  font-weight: inherit;
}
#footer #mc_embed_signup form div#mce-responses {
  margin: 0 0 10px 0;
  padding: 0;
}
#footer #mc_embed_signup form #mce-success-response {
  color: #D9FFF9;
  margin: 0;
  padding: 0;
}

.standard-layout .article-upper-wrapper {
  padding-top: 78px;
  margin-bottom: 30px;
  background-color: #ECFFFC;
}
@media (min-width: 1024px) {
  .standard-layout .article-upper-wrapper {
    margin-bottom: 87px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.standard-layout .article-upper-wrapper .article-upper-text {
  flex-grow: 1;
  padding: 0px 100px;
}
@media (max-width: 1023px) {
  .standard-layout .article-upper-wrapper .article-upper-text {
    padding: 30px 20px;
  }
}
.standard-layout .article-upper-wrapper .article-upper-text .breadcrumbs-wrapper {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .standard-layout .article-upper-wrapper .article-upper-text .breadcrumbs-wrapper {
    margin-bottom: 28px;
  }
}
.standard-layout .article-upper-wrapper .article-upper-text .breadcrumbs-wrapper a,
.standard-layout .article-upper-wrapper .article-upper-text .breadcrumbs-wrapper span {
  display: inline-block;
  margin-right: 10px;
}
.standard-layout .article-upper-wrapper .article-upper-text .breadcrumbs-wrapper a {
  text-decoration: none;
}
.standard-layout .article-upper-wrapper .article-upper-text .breadcrumbs-wrapper a:hover {
  text-decoration: underline;
}
.standard-layout .article-upper-wrapper .article-upper-text .article-h1 {
  margin-top: 0;
  margin-bottom: 28px;
}
@media (max-width: 425px) {
  .standard-layout .article-upper-wrapper .article-upper-text .article-h1 {
    margin-bottom: 13px;
    font-size: 28px;
  }
}
.standard-layout .article-upper-wrapper .article-upper-text .article-intro {
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 425px) {
  .standard-layout .article-upper-wrapper .article-upper-text .article-intro {
    margin-bottom: 13px;
    font-size: 17px;
    line-height: 24px;
  }
}
.standard-layout .article-upper-wrapper .article-upper-text .article-cta {
  display: inline-block;
  padding: 8px 11px;
  line-height: 1em;
  border-radius: 16px;
  color: #fff;
  background-color: #226661;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  -webkit-font-smoothing: auto;
  font-size: 12px;
}
.standard-layout .article-upper-wrapper .article-upper-text .article-cta:hover {
  text-decoration: underline;
  font-weight: inherit;
}
.standard-layout .article-upper-wrapper .article-upper-text .jump-links {
  margin-top: 28px;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.01em;
}
.standard-layout .article-upper-wrapper .article-upper-text .jump-links span,
.standard-layout .article-upper-wrapper .article-upper-text .jump-links a {
  display: inline-block;
  margin-right: 12px;
}
.standard-layout .article-upper-wrapper .article-upper-image {
  flex-shrink: 0;
  padding: 20px;
}
.standard-layout .article-upper-wrapper .article-upper-image .article-featured-image {
  display: flex;
  width: 500px;
  height: 531px;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 1023px) {
  .standard-layout .article-upper-wrapper .article-upper-image .article-featured-image {
    width: 100vw;
    height: 304px;
    border-radius: 20px;
  }
}
.standard-layout .article-upper-wrapper .article-upper-image .article-featured-image img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  height: auto;
}
.standard-layout .article-body-wrapper {
  position: relative;
}
.standard-layout .article-body-wrapper .sidebar {
  background-color: #fff;
}
@media (min-width: 768px) {
  .standard-layout .article-body-wrapper .sidebar {
    position: absolute;
    top: 0;
    z-index: 5;
    width: 240px;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .standard-layout .article-body-wrapper .sidebar {
    left: calc((100vw - 1240px) / 2);
  }
}
.standard-layout .article-body-wrapper .sidebar .sidebar-nav {
  margin: 0 0 20px 0;
  border-top: 1px solid #000;
  padding: 0;
  list-style: none;
}
.standard-layout .article-body-wrapper .sidebar .sidebar-nav:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .standard-layout .article-body-wrapper .sidebar .sidebar-nav {
    display: none;
  }
}
.standard-layout .article-body-wrapper .sidebar .sidebar-nav li {
  display: block;
  padding: 5px 10px 5px 36px;
  line-height: 0;
}
.standard-layout .article-body-wrapper .sidebar .sidebar-nav li.parent {
  padding-top: 10px;
  font-weight: bold;
}
.standard-layout .article-body-wrapper .sidebar .sidebar-nav li.active {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ECFFFC;
}
.standard-layout .article-body-wrapper .sidebar .sidebar-nav li.active:before {
  content: "⏺";
  display: block;
  position: absolute;
  left: 20px;
  top: 12px;
  font-size: 15px;
  color: #226661;
  line-height: 1em;
}
.standard-layout .article-body-wrapper .sidebar .sidebar-nav a {
  font-size: 15px;
  line-height: 1.25em;
  color: inherit;
  text-decoration: none;
}
.standard-layout .article-body-wrapper .sidebar .sidebar-nav a:hover {
  text-decoration: underline;
}
.standard-layout .article-body-wrapper .article-body > .text-column-block {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .standard-layout .article-body-wrapper .article-body > .text-column-block {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-right: 20px;
    padding-left: 330px;
  }
}

.page-template-default.home .breadcrumbs-wrapper,
.page-template-default.home .sidebar {
  display: none;
}
.page-template-default.home .article-upper-wrapper .article-upper-image {
  padding: 50px;
}
@media (min-width: 1024px) {
  .page-template-default.home .article-upper-wrapper .article-upper-image {
    width: 50%;
  }
}
.page-template-default.home .article-upper-wrapper .article-upper-image .article-featured-image {
  height: 603px;
  width: auto;
}
@media (max-width: 1023px) {
  .page-template-default.home .article-upper-wrapper .article-upper-image .article-featured-image {
    height: 284px;
  }
}
.page-template-default.home .article-upper-wrapper .article-upper-text .article-intro {
  font-family: "D-DIN-PRO", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #226661;
}
@media (min-width: 768px) {
  .page-template-default.home .article-upper-wrapper .article-upper-text .article-cta {
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.01em;
  }
}

.standard-layout.post-type-post .article-upper-wrapper .article-upper-text .breadcrumbs-wrapper a {
  font-weight: bold;
}
.standard-layout.post-type-post .article-upper-wrapper .article-upper-text .post-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 20px 0;
  font-size: 15px;
}
.standard-layout.post-type-post .article-upper-wrapper .article-upper-text .post-meta:last-child {
  margin-bottom: 0;
}
.standard-layout.post-type-post .article-upper-wrapper .article-upper-text .post-meta .post-tag {
  display: inline-block;
  padding: 8px 11px;
  line-height: 1em;
  border-radius: 16px;
  color: #fff;
  background-color: #226661;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  -webkit-font-smoothing: auto;
  font-size: 10px;
}
.standard-layout.post-type-post .article-upper-wrapper .article-upper-text .post-meta .post-tag:hover {
  text-decoration: underline;
  font-weight: inherit;
}
.standard-layout.post-type-post .article-upper-wrapper .article-upper-text .post-meta .post-date {
  color: #226661;
}
.standard-layout.post-type-post .article-upper-wrapper .article-upper-image .article-featured-image {
  width: 540px;
  height: 609px;
}
@media (max-width: 1023px) {
  .standard-layout.post-type-post .article-upper-wrapper .article-upper-image .article-featured-image {
    width: 100vw;
    height: 284px;
  }
}
.standard-layout.post-type-post .legacy-content {
  margin: 0 20px 100px 20px;
}
.standard-layout.post-type-post .legacy-content:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .standard-layout.post-type-post .legacy-content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-right: 20px;
    padding-left: 330px;
  }
}
.standard-layout.post-type-post .legacy-content .alignleft {
  float: left;
  margin-right: 10px;
}
.standard-layout.post-type-post .legacy-content .alignright {
  float: right;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .page-template-news-php .standard-layout .article-upper-wrapper,
  .page-template-projects-php .standard-layout .article-upper-wrapper,
  .page-template-publications-php .standard-layout .article-upper-wrapper {
    margin-bottom: 0;
  }
}

.news-filter-wrapper,
.projects-filter-wrapper,
.publications-filter-wrapper {
  border-top: 1px solid #226661;
  padding: 20px 16px 25px 16px;
  background-color: #F7F9FA;
  font-size: 15px;
  line-height: 1.27em;
}
.news-filter-wrapper:first-child,
.projects-filter-wrapper:first-child,
.publications-filter-wrapper:first-child {
  margin-top: 0;
}
.news-filter-wrapper label,
.projects-filter-wrapper label,
.publications-filter-wrapper label {
  display: block;
  margin-bottom: 17px;
  color: #226661;
}
.news-filter-wrapper select,
.projects-filter-wrapper select,
.publications-filter-wrapper select {
  display: block;
  margin-bottom: 17px;
  width: 100%;
  border: 10px solid #fff;
  color: #174441;
  opacity: 0.8;
}
.news-filter-wrapper select:last-child,
.projects-filter-wrapper select:last-child,
.publications-filter-wrapper select:last-child {
  margin: 0;
}

.post-type-project .post-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 20px 0;
  font-size: 15px;
}
.post-type-project .post-meta:last-child {
  margin-bottom: 0;
}
.post-type-project .post-meta .post-tag {
  display: inline-block;
  padding: 8px 11px;
  line-height: 1em;
  border-radius: 16px;
  color: #fff;
  background-color: #226661;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  -webkit-font-smoothing: auto;
  font-size: 10px;
}
.post-type-project .post-meta .post-tag:hover {
  text-decoration: underline;
  font-weight: inherit;
}
.post-type-project .post-meta .post-tag:hover {
  text-decoration: none;
}
.post-type-project .post-meta .post-date {
  color: #226661;
}

.post-type-publication .post-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 20px 0;
  font-size: 15px;
}
.post-type-publication .post-meta:last-child {
  margin-bottom: 0;
}
.post-type-publication .post-meta .post-tag {
  display: inline-block;
  padding: 8px 11px;
  line-height: 1em;
  border-radius: 16px;
  color: #fff;
  background-color: #226661;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  -webkit-font-smoothing: auto;
  font-size: 10px;
}
.post-type-publication .post-meta .post-tag:hover {
  text-decoration: underline;
  font-weight: inherit;
}
.post-type-publication .post-meta .post-tag:hover {
  text-decoration: none;
}
.post-type-publication .post-meta .post-tag.publication-type {
  border: 1px solid #226661;
  padding: 7px 10px;
  background: none;
  color: #226661;
}
.post-type-publication .post-meta .post-date {
  color: #226661;
}
.post-type-publication .legacy-content {
  margin: 0 20px 20px 20px;
}
@media (min-width: 768px) {
  .post-type-publication .legacy-content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-right: 20px;
    padding-left: 330px;
  }
}
.post-type-publication .file-link-wrapper {
  margin: 0 20px 100px 20px;
}
@media (min-width: 768px) {
  .post-type-publication .file-link-wrapper {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-right: 20px;
    padding-left: 330px;
  }
}
.post-type-publication .file-link-wrapper .file-link {
  display: inline-block;
  padding: 8px 11px;
  line-height: 1em;
  border-radius: 16px;
  color: #fff;
  background-color: #226661;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  -webkit-font-smoothing: auto;
}
.post-type-publication .file-link-wrapper .file-link:hover {
  text-decoration: underline;
  font-weight: inherit;
}

.publications-teaser .article-tags .article-tag {
  background-color: #ECFFFC;
}
.publications-teaser .article-tags .article-tag.publication-type {
  background-color: #EDF8FF;
}
.publications-teaser .article-teaser-inner .article-image {
  width: auto;
  height: auto;
  max-width: 321px;
}

.search-results .results-wrapper {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
}
.search-results .tease {
  border-top: 1px solid #000;
  max-width: 980px;
}
.search-results .tease:first-child {
  border: none;
}
.search-results .tease .tease-link {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 37px;
  padding-top: 20px;
  text-decoration: none;
  color: inherit;
}
.search-results .tease .tease-link:hover {
  font-weight: inherit;
  background-color: #ECFFFC;
  color: #226661;
}
.search-results .tease .tease-link:hover .tease-title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.search-results .tease .tease-text .tease-title {
  font-size: 34px;
  line-height: 40px;
  margin: 0 0 6px 0;
}
@media (max-width: 425px) {
  .search-results .tease .tease-text .tease-title {
    font-size: 21px;
    line-height: 1.28em;
  }
}
.search-results .tease .tease-text .tease-excerpt {
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 6px 0;
}
@media (max-width: 425px) {
  .search-results .tease .tease-text .tease-excerpt {
    font-size: 15px;
    line-height: 1.27em;
  }
}
.search-results .tease .tease-text .tease-date {
  font-size: 16px;
  line-height: 24px;
  color: #484848;
}
.search-results .tease .tease-image {
  flex-shrink: 0;
  width: 308px;
  height: 200px;
}
@media (max-width: 425px) {
  .search-results .tease .tease-image {
    display: none;
  }
}
.search-results .tease .tease-image img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  height: auto;
}

.pagination-block {
  margin-bottom: 47px;
  max-width: 980px;
}
.pagination-block ul, .pagination-block li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-block .pagination {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.pagination-block .pagination .prev a,
.pagination-block .pagination .next a {
  color: #000;
}
.pagination-block .pagination .prev a:hover,
.pagination-block .pagination .next a:hover {
  color: #226661;
}
.pagination-block .pagination .number-links {
  display: flex;
  gap: 10px;
}
.pagination-block .pagination .number-links > .current {
  display: inline-block;
  padding: 0 12px;
  background-color: #ECFFFC;
}
.pagination-block .pagination .number-links a {
  color: #000;
  text-decoration: none;
}
.pagination-block .pagination .number-links a:hover {
  text-decoration: underline;
  color: #226661;
}

.full-width-image-block {
  margin: 80px 0;
  position: relative;
}
.full-width-image-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .full-width-image-block {
    margin: 30px 0;
  }
}
.full-width-image-block .full-width-image {
  height: 756px;
  width: 100vw;
  overflow: hidden;
  display: flex;
  margin: 0 auto;
}
.full-width-image-block .full-width-image img {
  width: 100vw;
  max-height: 100%;
  object-fit: cover;
  margin: 0 auto;
}
.full-width-image-block .full-width-image-block-text-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
}
.full-width-image-block .full-width-image-block-text-wrapper .full-width-image-block-text-inner {
  border-radius: 20px;
  padding: 30px;
  background: #ECFFFC;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 768px) {
  .full-width-image-block .full-width-image-block-text-wrapper .full-width-image-block-text-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.full-width-image-block .full-width-image-block-text-wrapper .label {
  font-family: "Lyon Display", "Merriweather", Georgia, "DejaVu Serif", serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .full-width-image-block .full-width-image-block-text-wrapper .label {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .full-width-image-block .full-width-image-block-text-wrapper .label {
    margin-bottom: 15px;
    font-size: 27px;
    line-height: 1.2em;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .full-width-image-block .full-width-image-block-text-wrapper .cta-link {
    text-align: center;
  }
}
.full-width-image-block .full-width-image-block-text-wrapper .cta-link a {
  display: inline-block;
  padding: 8px 11px;
  line-height: 1em;
  border-radius: 16px;
  color: #fff;
  background-color: #226661;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  -webkit-font-smoothing: auto;
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 400;
}
.full-width-image-block .full-width-image-block-text-wrapper .cta-link a:hover {
  text-decoration: underline;
  font-weight: inherit;
}
@media (max-width: 767px) {
  .full-width-image-block .full-width-image-block-text-wrapper .cta-link a {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .full-width-image-block .full-width-image-block-text-wrapper .cta-link a {
    padding: 10px 14px;
    border-radius: 22px;
    font-size: 17px;
    line-height: 20px;
  }
}

.jump-section-block {
  max-width: 1240px;
  margin: 100px auto 30px auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .jump-section-block {
    margin: 30px auto 20px auto;
  }
}
.jump-section-block .jump-section-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #000;
  padding-top: 10px;
}
.jump-section-block .jump-section-heading {
  margin: 0;
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.jump-section-block .jump-section-link {
  display: inline-block;
  padding: 8px 11px;
  line-height: 1em;
  border-radius: 16px;
  color: #fff;
  background-color: #226661;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  -webkit-font-smoothing: auto;
  font-size: 15px;
}
.jump-section-block .jump-section-link:hover {
  text-decoration: underline;
  font-weight: inherit;
}

.pullquote-block {
  box-sizing: border-box;
  margin: 80px auto;
  padding: 0 20px;
  max-width: 1240px;
}
@media (min-width: 768px) {
  .pullquote-block {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .pullquote-block {
    margin: 30px auto;
  }
}
.pullquote-block figure {
  margin: 0;
  border-top: 1px solid #226661;
  padding: 20px 0 0 0;
  text-align: left;
}
.pullquote-block figure blockquote {
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 300;
  font-size: 39px;
  line-height: 51px;
}
@media (max-width: 425px) {
  .pullquote-block figure blockquote {
    font-size: 27px;
    line-height: 1.31em;
  }
}
.pullquote-block figure blockquote p {
  margin: 0;
}
.pullquote-block figure blockquote cite {
  margin-top: 19px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #226661;
}

.image-video-block {
  margin-top: 50px;
  margin-bottom: 50px;
}
.image-video-block .image-video-embed {
  overflow: hidden;
  border-radius: 20px;
}
.image-video-block .image-video-embed iframe {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.image-video-block .image-video-image {
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  height: 505px;
}
.image-video-block .image-video-image img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.image-video-block .image-video-text {
  margin-top: 10px;
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px;
  line-height: 1.27em;
  color: #484848;
}

.cta-single-block {
  margin: 80px 0;
  background-color: #ECFFFC;
}
.cta-single-block:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cta-single-block {
    display: flex;
  }
}
@media (max-width: 767px) {
  .cta-single-block {
    margin: 30px 0;
  }
}
.cta-single-block .cta-single-image-wrapper {
  box-sizing: border-box;
  padding: 30px;
}
@media (min-width: 768px) {
  .cta-single-block .cta-single-image-wrapper {
    flex-shrink: 0;
    flex-grow: 0;
    width: 50%;
  }
}
.cta-single-block .cta-single-image {
  display: flex;
  width: 100%;
  height: 640px;
  overflow: hidden;
  border-radius: 30px;
}
.cta-single-block .cta-single-image img {
  filter: grayscale(100%);
  object-fit: cover;
  max-height: 100%;
}
@media (min-width: 768px) {
  .cta-single-block .cta-single-text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cta-single-block .cta-single-text-wrapper {
    text-align: center;
  }
}
.cta-single-block .cta-single-text-wrapper .cta-single-text-inner {
  margin: 10px 20px;
}
@media (min-width: 1024px) {
  .cta-single-block .cta-single-text-wrapper .cta-single-text-inner {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .cta-single-block .cta-single-text-wrapper .cta-single-text-inner {
    margin: 0;
    padding: 25px 15px;
  }
}
.cta-single-block .cta-single-text-wrapper .cta-single-text-inner .supertitle {
  margin-bottom: 16px;
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #226661;
}
@media (max-width: 767px) {
  .cta-single-block .cta-single-text-wrapper .cta-single-text-inner .supertitle {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
  }
}
.cta-single-block .cta-single-text-wrapper .cta-single-text-inner .title {
  margin: 0;
  font-family: "Lyon Display", "Merriweather", Georgia, "DejaVu Serif", serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
}
@media (max-width: 767px) {
  .cta-single-block .cta-single-text-wrapper .cta-single-text-inner .title {
    font-size: 27px;
    line-height: 1.2em;
  }
}
.cta-single-block .cta-single-text-wrapper .cta-single-text-inner .cta-link a {
  margin-top: 16px;
  display: inline-block;
  padding: 8px 11px;
  line-height: 1em;
  border-radius: 16px;
  color: #fff;
  background-color: #226661;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  -webkit-font-smoothing: auto;
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 13px;
}
.cta-single-block .cta-single-text-wrapper .cta-single-text-inner .cta-link a:hover {
  text-decoration: underline;
  font-weight: inherit;
}

.cta-double-block {
  margin: 80px 0;
}
.cta-double-block:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cta-double-block {
    display: flex;
  }
}
.cta-double-block .cta-column {
  background-color: #ECFFFC;
}
@media (min-width: 768px) {
  .cta-double-block .cta-column {
    width: 50%;
  }
  .cta-double-block .cta-column:first-child {
    border-right: 1px solid #226661;
  }
  .cta-double-block .cta-column:last-child {
    border-left: 1px solid #226661;
  }
}
@media (max-width: 767px) {
  .cta-double-block .cta-column:first-child {
    margin-bottom: 20px;
  }
}
.cta-double-block .cta-column .cta-double-image-wrapper {
  padding: 30px 30px 0 30px;
}
.cta-double-block .cta-column .cta-double-image {
  overflow: hidden;
  border-radius: 30px;
  max-width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  .cta-double-block .cta-column .cta-double-image {
    height: 500px;
  }
}
.cta-double-block .cta-column .cta-double-image img {
  object-fit: cover;
  max-height: 100%;
}
.cta-double-block .cta-column .cta-double-text-wrapper {
  padding: 25px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .cta-double-block .cta-column .cta-double-text-wrapper {
    padding: 25px 75px;
    min-height: 340px;
  }
}
@media (min-width: 1024px) {
  .cta-double-block .cta-column .cta-double-text-wrapper {
    padding: 25px 150px;
  }
}
.cta-double-block .cta-column .cta-double-text-wrapper .supertitle {
  margin: 10px 0 16px 0;
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #226661;
}
@media (max-width: 767px) {
  .cta-double-block .cta-column .cta-double-text-wrapper .supertitle {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
  }
}
.cta-double-block .cta-column .cta-double-text-wrapper .title {
  margin: 10px 0;
  font-family: "Lyon Display", "Merriweather", Georgia, "DejaVu Serif", serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
}
@media (max-width: 767px) {
  .cta-double-block .cta-column .cta-double-text-wrapper .title {
    font-size: 27px;
    line-height: 1.2em;
  }
}
.cta-double-block .cta-column .cta-double-text-wrapper .cta-link a {
  margin: 16px 0 10px 0;
  display: inline-block;
  padding: 8px 11px;
  line-height: 1em;
  border-radius: 16px;
  color: #fff;
  background-color: #226661;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  -webkit-font-smoothing: auto;
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px;
}
.cta-double-block .cta-column .cta-double-text-wrapper .cta-link a:hover {
  text-decoration: underline;
  font-weight: inherit;
}

.featured-content-block {
  margin: 0 auto 100px auto;
  max-width: 1240px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .featured-content-block {
    margin: 30px auto;
  }
}
@media (min-width: 768px) {
  .featured-content-block .featured-content-inner {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .featured-content-block .featured-content-item {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .featured-content-block .featured-content-item {
    margin-bottom: 35px;
  }
  .featured-content-block .featured-content-item:last-child {
    margin: 0;
  }
}
.featured-content-block .featured-content-item .featured-item-link {
  display: block;
  padding-bottom: 25px;
  color: inherit;
  text-decoration: none;
}
.featured-content-block .featured-content-item .featured-item-link:hover {
  background-color: #ECFFFC;
  color: #226661;
}
.featured-content-block .featured-content-item .featured-item-link:hover .featured-title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.featured-content-block .featured-content-item .featured-item-link:hover .featured-description {
  text-decoration: none;
  font-weight: 300;
}
.featured-content-block .featured-content-item .featured-content-image {
  display: flex;
  margin-bottom: 20px;
  height: 180px;
  border-radius: 20px;
  overflow: hidden;
}
.featured-content-block .featured-content-item .featured-content-image img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  height: auto;
}
.featured-content-block .featured-content-item .featured-title {
  margin: 0 0 4px 0;
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .featured-content-block .featured-content-item .featured-title {
    font-size: 26px;
    line-height: 1.24em;
  }
}
.featured-content-block .featured-content-item .featured-description {
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px;
  line-height: 1.27em;
}

.featured-tall-block {
  margin: 0 auto 100px auto;
  max-width: 1240px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .featured-tall-block {
    display: flex;
    justify-content: space-between;
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .featured-tall-block {
    margin: 30px auto;
  }
}
@media (min-width: 768px) {
  .featured-tall-block .featured-tall-item {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .featured-tall-block .featured-tall-item {
    margin-bottom: 30px;
  }
  .featured-tall-block .featured-tall-item:last-child {
    margin: 0;
  }
}
.featured-tall-block .featured-tall-item .featured-item-link {
  display: block;
  padding-bottom: 25px;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .featured-tall-block .featured-tall-item .featured-item-link {
    padding-bottom: 10px;
  }
}
.featured-tall-block .featured-tall-item .featured-item-link:hover {
  background-color: #ECFFFC;
  color: #226661;
}
.featured-tall-block .featured-tall-item .featured-item-link:hover .featured-title {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.featured-tall-block .featured-tall-item .featured-item-link:hover .featured-description {
  text-decoration: none;
  font-weight: 300;
}
.featured-tall-block .featured-tall-item .featured-tall-image {
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
  height: 304px;
}
@media (max-width: 767px) {
  .featured-tall-block .featured-tall-item .featured-tall-image {
    margin-bottom: 10px;
  }
}
.featured-tall-block .featured-tall-item .featured-tall-image img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  height: auto;
}
.featured-tall-block .featured-tall-item .featured-title {
  margin: 0 0 4px 0;
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .featured-tall-block .featured-tall-item .featured-title {
    font-size: 26px;
    line-height: 1.24em;
  }
}
.featured-tall-block .featured-tall-item .featured-description {
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .featured-tall-block .featured-tall-item .featured-description {
    font-size: 15px;
    line-height: 1.27em;
  }
}

.accordion-wrapper-block {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .accordion-wrapper-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.accordion-block {
  margin-bottom: 15px;
}
.accordion-block:last-child {
  margin-bottom: 0;
}
.accordion-block .accordion-label-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #226661;
  padding: 10px 20px;
  background-color: #F7F9FA;
}
.accordion-block .accordion-label {
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  margin: 0;
  font-size: 18px;
  line-height: 25px;
}
.accordion-block .accordion-toggle {
  display: block;
}
.accordion-block .toggle-closed {
  display: none;
}
.accordion-block .toggle-open {
  display: block;
}
.accordion-block .accordion-inner {
  margin-top: 20px;
  display: none;
}

.accordion-block.open .toggle-closed {
  display: block;
}
.accordion-block.open .toggle-open {
  display: none;
}
.accordion-block.open .accordion-inner {
  display: block;
}

.button-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.button-block a {
  display: inline-block;
  padding: 8px 11px;
  line-height: 1em;
  border-radius: 16px;
  color: #fff;
  background-color: #226661;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  -webkit-font-smoothing: auto;
  font-weight: 400;
  font-size: 15px;
}
.button-block a:hover {
  text-decoration: underline;
  font-weight: inherit;
}

.highlight-text-block {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 39px;
}
@media (max-width: 425px) {
  .highlight-text-block {
    font-size: 22px;
    line-height: 1.31em;
  }
}

.people-block {
  margin: 0 auto 100px auto;
  padding: 0 15px;
  max-width: 1240px;
}
@media (min-width: 426px) {
  .people-block {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .people-block {
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 426px) {
  .people-block .person {
    width: 220px;
  }
}
@media (max-width: 425px) {
  .people-block .person {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
  }
}
.people-block .person .person-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 425px) {
  .people-block .person .person-link {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.people-block .person .person-link:hover {
  background-color: #ECFFFC;
  color: #226661;
}
.people-block .person .person-link:hover .person-name {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.people-block .person .person-image {
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  height: 280px;
}
@media (max-width: 425px) {
  .people-block .person .person-image {
    margin-right: 10px;
    width: 125px;
    height: 125px;
  }
}
.people-block .person .person-image img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  height: auto;
}
.people-block .person .person-name {
  margin: 0;
  padding: 10px 0;
  font-family: "Söhne", Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 26px;
  line-height: 36px;
}
@media (max-width: 425px) {
  .people-block .person .person-name {
    font-size: 21px;
    line-height: 36px;
  }
}

.people-extended-block {
  margin: 0 auto 100px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 57px;
}
.people-extended-block .person {
  width: 100%;
}
@media (min-width: 426px) {
  .people-extended-block .person {
    flex-shrink: 1;
    width: calc(50% - 17px);
  }
}
.people-extended-block .person .person-upper {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 23px;
}
.people-extended-block .person .person-upper .person-upper-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
  border-top: 1px solid #000;
}
.people-extended-block .person .person-upper .person-upper-text .person-name {
  font-size: 26px;
  line-height: 36px;
}
.people-extended-block .person .person-upper .person-upper-text .person-title {
  font-size: 15px;
  line-height: 26px;
}
.people-extended-block .person .person-upper .person-image {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 20px;
  width: 150px;
  height: 150px;
}
.people-extended-block .person .person-upper .person-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.people-extended-block .person .person-content {
  font-size: 15px;
  line-height: 20px;
}

.article-teaser-block,
.news-teaser,
.projects-teaser,
.publications-teaser {
  margin-top: 30px;
  margin-bottom: 20px;
}
.article-teaser-block .article-teaser-inner,
.news-teaser .article-teaser-inner,
.projects-teaser .article-teaser-inner,
.publications-teaser .article-teaser-inner {
  border-bottom: 1px solid #000;
  padding-bottom: 26px;
}
@media (min-width: 1024px) {
  .article-teaser-block .article-link,
  .article-teaser-block .article-nolink,
  .news-teaser .article-link,
  .news-teaser .article-nolink,
  .projects-teaser .article-link,
  .projects-teaser .article-nolink,
  .publications-teaser .article-link,
  .publications-teaser .article-nolink {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
}
.article-teaser-block .article-link,
.news-teaser .article-link,
.projects-teaser .article-link,
.publications-teaser .article-link {
  text-decoration: none;
  color: #000;
}
.article-teaser-block .article-link:hover,
.news-teaser .article-link:hover,
.projects-teaser .article-link:hover,
.publications-teaser .article-link:hover {
  background-color: #ECFFFC;
}
.article-teaser-block .article-link:hover .article-title,
.news-teaser .article-link:hover .article-title,
.projects-teaser .article-link:hover .article-title,
.publications-teaser .article-link:hover .article-title {
  color: #226661;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.article-teaser-block .article-link:hover .article-text,
.news-teaser .article-link:hover .article-text,
.projects-teaser .article-link:hover .article-text,
.publications-teaser .article-link:hover .article-text {
  color: #226661;
}
.article-teaser-block .article-link:hover .article-tag,
.news-teaser .article-link:hover .article-tag,
.projects-teaser .article-link:hover .article-tag,
.publications-teaser .article-link:hover .article-tag {
  background-color: #fff;
}
.article-teaser-block .article-image,
.news-teaser .article-image,
.projects-teaser .article-image,
.publications-teaser .article-image {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 20px;
  width: 321px;
  height: 200px;
}
@media (max-width: 425px) {
  .article-teaser-block .article-image,
  .news-teaser .article-image,
  .projects-teaser .article-image,
  .publications-teaser .article-image {
    margin-top: 20px;
  }
}
.article-teaser-block .article-image img,
.news-teaser .article-image img,
.projects-teaser .article-image img,
.publications-teaser .article-image img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  height: auto;
}
.article-teaser-block .article-tag,
.news-teaser .article-tag,
.projects-teaser .article-tag,
.publications-teaser .article-tag {
  display: inline-block;
  margin-right: 12px;
  border-radius: 16px;
  background-color: #DBF1FF;
  padding: 5px 10px;
  font-family: "IBM Plex Sans", Helvetica, "Nimbus Sans L", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.05em;
}
.article-teaser-block .article-title,
.news-teaser .article-title,
.projects-teaser .article-title,
.publications-teaser .article-title {
  margin: 10px 0;
  font-size: 26px;
  line-height: 36px;
}
@media (max-width: 425px) {
  .article-teaser-block .article-title,
  .news-teaser .article-title,
  .projects-teaser .article-title,
  .publications-teaser .article-title {
    font-size: 21px;
    line-height: 1.28em;
  }
}
.article-teaser-block .article-text,
.news-teaser .article-text,
.projects-teaser .article-text,
.publications-teaser .article-text {
  margin: 0;
  font-size: 18px;
  line-height: 25px;
}

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