@charset "UTF-8";
/*
  <PROJECT>
  Copyright (C) 2020 by Systemantics, Bureau for Informatics

  Systemantics GmbH
  Hausbroicher Str. 218
  47877 Willich
  GERMANY

  Web:    www.systemantics.net
  Email:  hello@systemantics.net

  Permission granted to use the files associated with this
  website only on your webserver.

  Changes to these files are PROHIBITED due to license restrictions.
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Clearfix hack by http://nicolasgallagher.com/micro-clearfix-hack/ */
@font-face {
  font-family: "Graphik";
  src: url("../webfonts/GraphikGeorgian-Regular-Web.woff2") format("woff2"), url("../webfonts/GraphikGeorgian-Regular-Web.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../webfonts/GraphikGeorgian-RegularItalic-Web.woff2") format("woff2"), url("../webfonts/GraphikGeorgian-RegularItalic-Web.woff") format("woff");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../webfonts/GraphikGeorgian-Semibold-Web.woff2") format("woff2"), url("../webfonts/GraphikGeorgian-Semibold-Web.woff") format("woff");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Graphik";
  src: url("../webfonts/GraphikGeorgian-SemiboldItalic-Web.woff2") format("woff2"), url("../webfonts/GraphikGeorgian-SemiboldItalic-Web.woff") format("woff");
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: "Inter";
  src: url("../webfonts/Inter-Regular.woff2") format("woff2"), url("../webfonts/Inter-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  unicode-range: U+2190, U+2191, U+2192, U+2193, U+2197;
}
/* Styles */
body,
input {
  font: normal 12px/10px "Inter", "Graphik", Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: #f9423a;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  background-color: #f8f8f8;
}

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

body {
  position: relative;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

hr {
  border: 0;
  width: 80px;
  border-top: 2px solid #f9423a;
  margin-top: 54px;
  margin-bottom: 54px;
}

.link-extern:after {
  content: "↗";
  font: normal 1em/1 "Inter";
}

.link-intern:after {
  content: "→";
  font: normal 1em/1 "Inter";
}

.link-archive:before {
  content: "→ ";
  font: normal 1em/1 "Inter";
}

.link-download:after {
  content: "↓";
  font: normal 1em/1 "Inter";
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.linethrough {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.lazyimage-container {
  display: block;
  position: relative;
}

.lazyimage {
  transition: opacity 300ms ease;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  object-fit: cover;
}

.lazyloaded {
  opacity: 1;
}

:root {
  --space-left: 22px;
  --space-right: 22px;
  --main-space-large: 98px;
  --scrollbar: 1px;
  --max-width: 1100px;
}
@media screen only and (max-width: 1250px) {
  :root {
    --space-left: 20px;
    --space-right: 20px;
  }
}

.clickable-block {
  cursor: pointer;
  user-select: none;
}

.header {
  font: normal 17px/20px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
@media only screen and (max-width: 1250px) {
  .header {
    line-height: 1.5;
  }
}

.header__inner {
  background-color: #f9423a;
  padding-left: var(--space-left);
  padding-right: var(--space-right);
  position: relative;
  z-index: 1;
}
.header__inner a {
  color: #000;
}

.header__content {
  -webkit-display: flex;
  display: flex;
  padding-top: 11px;
  padding-bottom: 8px;
}

.header__content-left {
  -webkit-display: flex;
  display: flex;
  text-transform: uppercase;
}

.header-menu {
  -webkit-display: flex;
  display: flex;
  margin-left: 46px;
}

.header-menu--use .header-menu__item--active > a, .header-menu--use .header-menu__item--active > span {
  text-decoration: none;
}

.header-menu__item {
  position: relative;
}
.header-menu__item + .header-menu__item {
  margin-left: 24px;
}
.header-menu__item a,
.header-menu__item span {
  text-underline-offset: 1px;
}
.no-touch .header-menu__item a:hover,
.no-touch .header-menu__item span:hover {
  text-decoration: underline;
}

.header-menu__item--active > a, .header-menu__item--active > span,
.header-menu__item--temp-active > a,
.header-menu__item--temp-active > span {
  text-decoration: underline;
}

.header-menu__item--open .header-submenu {
  display: block;
}

.header-menu__item-submenu {
  cursor: pointer;
  user-select: none;
}

.header-submenu {
  display: none;
  position: absolute;
  text-transform: normal;
}

.header-submenu__item {
  text-underline-offset: 1px;
  margin-top: 4px;
  white-space: nowrap;
}
.header-submenu__item:last-child {
  padding-bottom: 6px;
}

.header-submenu__item--active {
  text-decoration: underline;
}

.header__content-right {
  -webkit-display: flex;
  display: flex;
  margin-left: auto;
}

.header__button-search {
  cursor: pointer;
  user-select: none;
  background-image: url("../elements/icon_search_new.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 21px;
  width: 21px;
}

.header__button-lang {
  margin-left: 6px;
}
.header__button-lang a {
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  width: 20px;
  height: 20px;
  font-size: 11px;
  line-height: 1.7em;
}
.no-touch .header__button-lang a:hover {
  background-color: #000;
  color: #f9423a;
}

.header__jump {
  position: absolute;
  bottom: -43px;
  padding-left: var(--space-left);
  padding-right: var(--space-right);
}

.header__jump-items {
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
}

.header__jump-item {
  cursor: pointer;
  user-select: none;
  background-color: #f8f8f8;
  border: 1px solid #f9423a;
  color: #f9423a;
  padding: 2px 5px 3px;
}
.header__jump-item + .header__jump-item {
  margin-left: 7px;
}
.no-touch .header__jump-item:hover {
  color: #fff;
  background-color: #f9423a;
}

.header__jump-item--active {
  color: #fff;
  background-color: #f9423a;
}

.header__right {
  position: absolute;
  right: var(--space-left);
  top: 100%;
  margin-top: 21px;
  text-align: right;
}

.header__langs {
  justify-content: flex-end;
  -webkit-display: flex;
  display: flex;
  color: #f9423a;
}
.header__langs + * {
  margin-top: 19px;
}
.header__langs a {
  color: #f9423a;
}

.header__lang {
  display: block;
  border: 1px solid #f9423a;
  background-color: #f8f8f8;
  color: #f9423a;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.8em;
}
.header__lang + .header__lang {
  margin-left: 5px;
}
.no-touch .header__lang:hover {
  background-color: #f9423a;
  color: #fff;
}

.header__lang--selected {
  background-color: #f9423a;
  color: #fff;
}

.header__breadcrumb {
  font: normal 14px/14px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  background-color: #f8f8f8;
  border-bottom: 1px solid #f9423a;
  padding-left: var(--space-left);
  padding-right: var(--space-right);
  padding-top: 6px;
  padding-bottom: 7px;
  color: #f9423a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1250px) {
  .header__breadcrumb {
    line-height: 1.5;
  }
}

.header__breadcrumb-arrow:after {
  content: "→";
  font: normal 1em/1 "Inter";
}

.header__right-button + .header__right-button {
  margin-top: 15px;
}

.header-button {
  font: normal 17px/20px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  background-color: #f8f8f8;
  border: 1px solid #f9423a;
  display: inline-block;
  padding: 2px 5px 4px;
}
@media only screen and (max-width: 1250px) {
  .header-button {
    line-height: 1.5;
  }
}
.no-touch .header-button:hover {
  background-color: #f9423a;
  color: #fff;
}

.header__darkmode {
  cursor: pointer;
  user-select: none;
  display: inline-block;
  border: 1px solid #000;
  background-color: #f8f8f8;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  position: relative;
  overflow: hidden;
}
* + .header__darkmode {
  margin-top: 15px;
}
.header__darkmode:before {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  height: 100%;
  width: 50%;
}

.header__tags {
  font: normal 17px/20px "Inter", "Graphik", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1250px) {
  .header__tags {
    line-height: 1.5;
  }
}
* + .header__tags {
  margin-top: 9px;
}

.header__tag a {
  color: #000;
}
.header__tag + .header__tag {
  margin-top: 1px;
}

.header__search {
  display: none;
  padding-top: 11px;
}

.search-is-open .header__content {
  display: none;
}
.search-is-open .header__search {
  -webkit-display: flex;
  display: flex;
}

.header__search-wrap {
  margin-left: 70px;
  width: 100%;
}

.header-search__input {
  -webkit-appearance: none;
  appearance: none;
  font: normal 30px/34px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  border: 1px solid #000;
  background-color: transparent;
  padding: 11px 10px 8px;
  margin: 0;
  border-radius: 0;
  width: 100%;
}
.header-search__input:focus {
  outline: none;
}

.header__search-tags {
  font: normal 17px/21px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  margin-top: 18px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1250px) {
  .header__search-tags {
    font-size: 16px;
    line-height: 1.5;
  }
}

.header__search-tag {
  cursor: pointer;
  user-select: none;
}

.show-footer .footer {
  transform: translate(0);
}
.show-footer .main-backtop {
  bottom: 76px;
}

.footer {
  font: normal 17px/20px "Inter", "Graphik", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1250px) {
  .footer {
    line-height: 1.5;
  }
}

.footer--fixed {
  transform: translate(100%);
  bottom: 0;
  position: fixed;
  width: 100%;
}

.footer--show {
  transform: translate(0);
}

.footer__inner {
  background-color: #f9423a;
  padding-left: var(--space-left);
  padding-right: var(--space-right);
}
.footer__inner a,
.footer__inner .footer-item__link {
  color: #000;
  text-underline-offset: 1px;
}
.no-touch .footer__inner a:hover,
.no-touch .footer__inner .footer-item__link:hover {
  text-decoration: underline;
}

.footer-item--active {
  text-underline-offset: 1px;
  text-decoration: underline;
}

.footer__content {
  -webkit-display: flex;
  display: flex;
}

.footer-items {
  -webkit-display: flex;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
}

.footer-item + .footer-item {
  margin-left: 23px;
}

.footer-item__link {
  cursor: pointer;
  user-select: none;
}

.footer-socialmedia {
  -webkit-display: flex;
  display: flex;
  margin-left: auto;
  margin-top: 13px;
}

.footer-socialmedia__item {
  display: block;
  height: 29px;
  width: 29px;
}
.footer-socialmedia__item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.footer-socialmedia__item + .footer-socialmedia__item {
  margin-left: 6px;
}

.footer-socialmedia__item--facebook {
  height: 25px;
  position: relative;
  top: 2px;
}

.footer-newsletter {
  display: none;
  padding-top: 16px;
  padding-bottom: 11px;
}

.footer-newsletter--active {
  display: block;
}

.form-newsletter {
  font: normal 30px/34px "Inter", "Graphik", Helvetica, Arial, sans-serif;
}

.form-newsletter__title {
  display: block;
  margin-bottom: 18px;
}

.form-newsletter__wrap + .form-newsletter__wrap {
  margin-top: 15px;
}

.form-newsletter__wrap--input {
  -webkit-display: flex;
  display: flex;
}

.form-newsletter__input {
  -webkit-appearance: none;
  appearance: none;
  font: normal 30px/34px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  border: 1px solid #000;
  background-color: transparent;
  margin: 0;
  padding: 11px 10px 8px;
  border-radius: 0;
  width: 100%;
}
.form-newsletter__input:focus {
  outline: none;
}
.form-newsletter__input + .form-newsletter__input {
  margin-left: 20px;
}

.form-newsletter__button {
  font: normal 30px/34px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  cursor: pointer;
  user-select: none;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.form-newsletter__button:focus {
  outline: none;
}

.form-newsletter__response {
  display: none;
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

.main-wrapper--pin {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.main {
  min-height: calc(100vh - 56px);
  margin-top: 40px;
}

.main--jumplinks .main__content {
  padding-top: var(--main-space-large);
}

.main--breadcrumb .main__content {
  padding-top: 80px;
}

.main__content {
  padding-top: 50px;
}

.main__left {
  padding-left: var(--space-left);
  padding-right: var(--space-right);
}

.main__left-back {
  font: normal 1em/1 "Inter";
  font-size: 21px;
  position: absolute;
  top: 35px;
}

.main__right {
  position: fixed;
  right: var(--space-left);
  top: 21px;
  margin-top: 40px;
  text-align: right;
  z-index: 2;
}
.main--breadcrumb .main__right {
  padding-top: 28px;
}

.overview-pages {
  flex-wrap: wrap;
  font: normal 24px/28px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  -webkit-display: flex;
  display: flex;
  padding-left: var(--space-left);
  padding-right: var(--space-right);
  margin-bottom: -10px;
}
@media only screen and (max-width: 1250px) {
  .overview-pages {
    font-size: 20px;
    line-height: 1.3;
  }
}
* + .overview-pages {
  margin-top: 53px;
}

.overview-page {
  border: 1px solid #f9423a;
  color: #f9423a;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 4px 8px;
}
.no-touch .overview-page:hover {
  background-color: #f9423a;
  color: #fff;
}

.overview-content {
  padding-left: var(--space-left);
  width: 75%;
  max-width: var(--max-width);
}

.overview-content__title {
  font: normal 50px/60px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
  margin-bottom: 17px;
}
@media only screen and (max-width: 1250px) {
  .overview-content__title {
    font-size: 30px;
    line-height: 1.3;
  }
}

.overview-truncate--open .overview-truncate__complete {
  opacity: 1;
}
.overview-truncate--open .overview-truncate__wrap {
  height: auto;
}
.overview-truncate--open .overview-truncate__preview {
  display: none;
}
.overview-truncate--open .overview-truncate__arrow--hide {
  display: block;
}
.overview-truncate--open .overview-truncate__arrow--show {
  display: none;
}

.overview-truncate--disabled .overview-truncate__wrap {
  height: auto;
}
.overview-truncate--disabled .overview-truncate__complete {
  opacity: 1;
}
.overview-truncate--disabled .overview-truncate__preview {
  display: none;
}
.overview-truncate--disabled .overview-truncate__arrows {
  display: none;
}

.overview-truncate__wrap {
  position: relative;
  overflow: hidden;
  height: 112px;
}

.overview-truncate__complete {
  opacity: 0;
}

.overview-truncate__preview {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.overview-truncate__arrow--hide {
  display: none;
}

.overview-truncate__arrows {
  font: normal 1em/1 "Inter";
  font-size: 30px;
  line-height: 1;
  color: #f9423a;
}
.overview-content .overview-truncate__arrows {
  margin-top: 5px;
}

.overview-truncate__arrow {
  cursor: pointer;
  user-select: none;
}

.overview-content__text {
  font: normal 24px/28px "Inter", "Graphik", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1250px) {
  .overview-content__text {
    font-size: 20px;
    line-height: 1.3;
  }
}
.overview-content__text h2 {
  color: #f9423a;
  padding-bottom: 34px;
}
.overview-content__text p + p {
  margin-top: 34px;
}
.overview-content__text blockquote {
  padding-left: 40px;
  padding-right: 40px;
}
.overview-content__text blockquote + * {
  margin-top: 34px;
}
.overview-content__text * + blockquote {
  margin-top: 34px;
}
.overview-content__text ul {
  margin-left: 48px;
}
.overview-content__text ul li {
  text-indent: -12px;
  margin-left: 16px;
}
.overview-content__text ul li:before {
  content: "–";
  display: inline-block;
  margin-right: 7px;
}
.overview-content__text ul + * {
  margin-top: 34px;
}
.overview-content__text * + ul {
  margin-top: 34px;
}
.overview-content__text a {
  color: #f9423a;
}

.preview-content {
  margin-top: 60px;
}

.preview-content--homepage {
  margin-top: 0;
}

.preview-items--ready .preview-item {
  opacity: 1;
}

.preview-item {
  font: normal 17px/21px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  transition: opacity 300ms ease;
  border-right: 1px solid #f9423a;
  border-bottom: 1px solid #f9423a;
  border-top: 1px solid #f9423a;
  padding: 22px;
  margin-top: -1px;
  opacity: 0;
  width: 25%;
}
@media only screen and (max-width: 1250px) {
  .preview-item {
    font-size: 16px;
    line-height: 1.5;
  }
}
.preview-item:after {
  content: "";
  border-left: 1px solid #f9423a;
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
}
.preview-item .truncateit__buttons {
  margin-top: 10px;
  font-size: 17px;
}
.no-touch .preview-item:not(.preview-item--textbox):not(.preview-item--news):hover {
  background-color: #f0f0f0;
}

.preview-item--featured:not(.preview-item--textbox) {
  width: 50%;
}

.preview-item--textbox.preview-item--featured {
  background-color: #f9423a;
}
.preview-item--textbox.preview-item--featured .preview-item__text,
.preview-item--textbox.preview-item--featured .preview-item__info {
  color: #fff;
}
.preview-item--textbox .preview-item__text {
  font: normal 24px/28px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
}
@media only screen and (max-width: 1250px) {
  .preview-item--textbox .preview-item__text {
    font-size: 20px;
    line-height: 1.3;
  }
}
.preview-item--textbox .preview-item__info {
  font: normal 14px/14px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
  margin-top: 1em;
}
@media only screen and (max-width: 1250px) {
  .preview-item--textbox .preview-item__info {
    line-height: 1.5;
  }
}

.preview-item--top-white-border {
  border-top: 1px solid #fff;
}

.preview-item--left-border {
  border-left: 1px solid #f9423a;
}

.preview-item--remove-right-border {
  border-right: 0;
}

.preview-item--switchable .preview-item__inner {
  display: none;
}
.preview-item--switchable .preview-item__inner--active {
  display: block;
}

.preview-item__image {
  margin-bottom: 10px;
}

.preview-item__image--portrait {
  margin-left: auto;
  margin-right: auto;
  width: 56.31%;
}

.preview-item__details {
  position: relative;
  margin-bottom: -2px;
  min-height: 19px;
}

.preview-item__details--with-tags {
  min-height: 26px;
  margin-bottom: 14px;
}
* + .preview-item__details--with-tags {
  margin-top: 20px;
}

.preview-item__tags {
  font: normal 14px/14px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  margin-bottom: -7px;
  padding-right: 50px;
}
@media only screen and (max-width: 1250px) {
  .preview-item__tags {
    line-height: 1.5;
  }
}

.preview-item__tag {
  border: 1px solid;
  color: #f9423a;
  padding: 1px 3px 2px;
  margin-right: 7px;
  margin-bottom: 7px;
}

.no-touch a.preview-item__tag:hover {
  background-color: #f9423a;
  color: #fff;
}

.preview-item__tag--black {
  color: #000;
}

.no-touch a.preview-item__tag--black:hover {
  background-color: #000;
}

.preview-item__langs {
  -webkit-display: flex;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.preview-item__lang {
  cursor: pointer;
  user-select: none;
  color: #f9423a;
  border: 1px solid #f9423a;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  font-size: 10px;
  line-height: 1.6em;
  text-align: center;
  text-transform: uppercase;
}
.preview-item__lang + .preview-item__lang {
  margin-left: 2px;
}
.no-touch .preview-item__lang:hover {
  background-color: #f9423a;
  color: #fff;
}

.preview-item__lang--selected {
  background-color: #f9423a;
  color: #fff;
}

.preview-item__date {
  font: normal 14px/14px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
  padding-bottom: 2px;
}
@media only screen and (max-width: 1250px) {
  .preview-item__date {
    line-height: 1.5;
  }
}

.preview-item__title {
  color: #f9423a;
}

.preview-item__author {
  color: #f9423a;
  font-style: italic;
}

.isotope-preview-width {
  width: 25%;
}

.isotope-preview-gutter {
  width: 0;
}

.preview-item--news {
  background-color: #ff96ff;
  padding: 0;
}

.homepage-news {
  height: 300px;
  overflow-y: scroll;
}

.preview-news-items--home .preview-news-items {
  padding-top: 7px;
}
.preview-news-items--home .preview-news-item {
  padding: 11px 20px;
}

.preview-news-items--archive {
  padding-top: 2px;
}
.preview-news-items--archive .preview-news-item {
  padding-bottom: 13px;
}
.preview-news-items--archive .preview-news-item + .preview-news-item {
  padding-top: 13px;
}
.preview-news-items--archive .preview-news-item__category {
  margin-bottom: 2px;
}

.preview-news-item + .preview-news-item {
  border-top: 1px solid #000;
}

.preview-news-item__category {
  font: normal 14px/14px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1250px) {
  .preview-news-item__category {
    line-height: 1.5;
  }
}

.preview-news-item__text {
  font: normal 17px/20px "Inter", "Graphik", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1250px) {
  .preview-news-item__text {
    line-height: 1.5;
  }
}

.preview-news__archive {
  border-top: 1px solid #000;
  padding: 20px 20px 52px;
}

.page-text {
  font: normal 21px/28px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  margin-left: 25%;
  padding-bottom: 63px;
  width: 50%;
  max-width: var(--max-width);
}
@media only screen and (max-width: 1250px) {
  .page-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.page-text a {
  color: #f9423a;
}
.page-text h1 {
  font: normal 50px/56px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
  margin-bottom: 17px;
}
@media only screen and (max-width: 1250px) {
  .page-text h1 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.page-text h2 {
  font: normal 25px/28px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
  margin-bottom: 11px;
}
@media only screen and (max-width: 1250px) {
  .page-text h2 {
    line-height: 1.3;
  }
}
.page-text * + h2 {
  margin-top: 21px;
}
.page-text h2.subtitle--space {
  margin-bottom: 28px;
}
.page-text * + h2.subtitle--space {
  margin-top: 28px;
}
.page-text p + p, .page-text p + h2, .page-text p + ul {
  margin-top: 28px;
}
.page-text ul + p {
  margin-top: 28px;
}
.page-text ul li {
  position: relative;
  margin-left: 19px;
}
.page-text ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: -19px;
}

.page-text--space {
  padding-top: 60px;
}

.section:first-child {
  padding-top: var(--main-space-large);
}
.section + .section {
  border-top: 1px solid #f9423a;
  padding-top: 60px;
}
.section + .section--alumni {
  border-top: 0;
  padding-top: 60;
}

.section--instititions {
  padding-bottom: 40px;
}

.preview-institutions {
  display: grid;
  -webkit-grid-column-gap: 25px;
  grid-column-gap: 25px;
  -ms-grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  padding-left: var(--space-left);
  padding-right: var(--space-right);
}

.preview-institution {
  cursor: pointer;
  user-select: none;
  margin-top: 60px;
}
.preview-institution:nth-child(-n+3) {
  margin-top: 0;
}

.preview-institution__image {
  display: block;
  position: relative;
}
.preview-institution__image:after {
  content: "";
  padding-bottom: 67.088%;
  display: block;
}

.preview-institution__image--placeholder {
  background-color: #f9423a;
}

.preview-institution__title {
  font: normal 17px/21px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  padding-top: 13px;
}
@media only screen and (max-width: 1250px) {
  .preview-institution__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.preview-institution__title a {
  color: #000;
}

.section--alumni {
  padding-bottom: 260px;
}

.alumni-items {
  display: grid;
  -webkit-grid-column-gap: 24px;
  grid-column-gap: 24px;
  -ms-grid-template-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
  padding-left: var(--space-left);
  padding-right: var(--space-right);
  padding-top: 42px;
}

.alumni-item {
  cursor: pointer;
  user-select: none;
  margin-top: 25px;
}
.alumni-item:nth-child(-n+4) {
  margin-top: 0;
}

.alumni-item__image {
  position: relative;
}
.alumni-item__image:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.alumni-item__name {
  font: normal 17px/21px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  margin-top: 8px;
}
@media only screen and (max-width: 1250px) {
  .alumni-item__name {
    font-size: 16px;
    line-height: 1.5;
  }
}
.alumni-item__name a {
  color: #000;
}

* + .inline {
  margin-top: 50px;
}
.inline + * {
  margin-top: 50px;
}

.inline-image__image {
  position: relative;
}
.inline-image__image:before {
  content: "";
  background-color: #f9423a;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.no-touch .inline-image__image:hover:before {
  opacity: 0.5;
}
.lazyimage-container .inline-image__image {
  position: absolute;
  height: 100%;
  width: 100%;
}

.inline-image__bottom {
  font: normal 14px/1.333 "Inter", "Graphik", Helvetica, Arial, sans-serif;
  justify-content: space-between;
  -webkit-display: flex;
  display: flex;
  margin-top: 4px;
}

.inline-image__counter {
  color: #f9423a;
}

.inline__hidden-images {
  display: none;
}

.wikipedia-button {
  font: normal 14px/14px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: absolute;
  right: 14px;
  bottom: 13px;
  padding: 8px 10px 6px;
  z-index: 10;
}
@media only screen and (max-width: 1250px) {
  .wikipedia-button {
    line-height: 1.5;
  }
}

.inline--image.inline--image-medium {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 20px;
  width: 120%;
}
.inline--image.inline--image-medium.inline--image-left .inline-image {
  grid-column: span 3;
}
.inline--image.inline--image-medium.inline--image-center .inline-image {
  grid-column: 2/span 3;
}
.inline--image.inline--image-medium.inline--image-right .inline-image {
  grid-column: 4/span 3;
}
.inline--image.inline--image-small {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 20px;
  width: 120%;
}
.inline--image.inline--image-small.inline--image-left .inline-image {
  grid-column: span 2;
}
.inline--image.inline--image-small.inline--image-center .inline-image {
  grid-column: 3/span 2;
}
.inline--image.inline--image-small.inline--image-right .inline-image {
  grid-column: 5/span 2;
}
.inline--image.inline--image-tiny {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 20px;
  width: 120%;
}
.inline--image.inline--image-tiny.inline--image-left .inline-image {
  grid-column: span 1;
}
.inline--image.inline--image-tiny.inline--image-center .inline-image {
  grid-column: 3/span 1;
}
.inline--image.inline--image-tiny.inline--image-right .inline-image {
  grid-column: 6/span 1;
}
.inline--image.inline--image-fullbleed {
  margin-left: calc(-1 * var(--space-left));
  width: calc(100vw - var(--scrollbar));
}
.inline--image.inline--image-fullbleed .inline-image__checkbox {
  padding-left: var(--space-left);
  width: 62.5%;
}
.inline--image.inline--image-fullbleed .inline-image__image:before {
  content: none;
}

.inline--images-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 20px;
  width: 120%;
}
.inline--images-grid.inline--images-medium .inline-image {
  grid-column: span 3;
}
.inline--images-grid.inline--images-medium .inline-image:nth-child(n+3) {
  display: none;
}
.inline--images-grid.inline--images-small .inline-image {
  grid-column: span 2;
}
.inline--images-grid.inline--images-small .inline-image:nth-child(n+4) {
  display: none;
}
.inline--images-grid.inline--images-columns {
  -webkit-display: flex;
  display: flex;
}
.inline--images-grid.inline--images-columns .inline-image {
  width: 100%;
}

.inline-audio {
  width: 60%;
}

.cb-player--audio .cb-player-controls {
  background-color: transparent;
  border: 1px solid #000;
  padding: 3px;
  height: 58px;
}
.cb-player--audio .cb-player-button-play {
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #060606;
}
.cb-player--audio .cb-player-button-pause {
  border-left: 7px solid #000;
  border-right: 7px solid #000;
  width: 4px;
  height: 24px;
}
.cb-player--audio .cb-player-button-load {
  border: 4px solid transparent;
  border-top: 4px solid #000;
}
.cb-player--audio .cb-player-progress {
  height: 1px;
  margin-left: 8px;
  margin-right: 10px;
}
.cb-player--audio .cb-player-progress-hide {
  top: -8px;
  height: calc(100% + 8px);
}
.cb-player--audio .cb-player-progress-play {
  background-color: transparent;
}
.cb-player--audio .cb-player-progress-play:after {
  content: "";
  cursor: pointer;
  user-select: none;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background-color: #000;
  right: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  display: block;
}
.cb-player--audio .cb-player-progress-load {
  display: none;
}

.inline-audio__content {
  font: normal 14px/14px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  -webkit-display: flex;
  display: flex;
  margin-top: 8px;
}
@media only screen and (max-width: 1250px) {
  .inline-audio__content {
    line-height: 1.5;
  }
}

.inline-audio__duration {
  margin-left: auto;
  padding-left: 10px;
}

* + .inline--accordion {
  margin-top: 0;
}

.inline--accordion-open .inline__accordion-text {
  display: block;
}
.inline--accordion-open .inline__accordion-button:after {
  transform: scale(-1);
  display: inline-block;
}

.inline__accordion-text {
  display: none;
  padding-top: 26px;
}

.inline__accordion-title {
  border-bottom: 1px solid #f9423a;
}

.inline__accordion-button {
  cursor: pointer;
  user-select: none;
  color: #f9423a;
}
.inline__accordion-button:after {
  content: "↓";
  font: normal 1em/1 "Inter";
}

.overlayer {
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 300;
}

.overlayer__close {
  cursor: pointer;
  user-select: none;
  background-image: url("../elements/icon_close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: var(--space-right);
  height: 30px;
  width: 30px;
  z-index: 10;
}

.overlayer-grant {
  -webkit-display: flex;
  display: flex;
  padding-left: var(--space-left);
  padding-right: var(--space-right);
  padding-top: 64px;
  padding-bottom: 60px;
}

.overlayer-grant__image {
  padding-right: 24px;
  width: 50%;
}

.overlayer-grant__text {
  font: normal 17px/21px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  padding-right: 24px;
  width: 50%;
  max-width: var(--max-width);
}
@media only screen and (max-width: 1250px) {
  .overlayer-grant__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.overlayer-grant__text a {
  color: #f9423a;
}
.overlayer-grant__text h1 {
  font: normal 24px/28px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
  margin-bottom: 17px;
}
@media only screen and (max-width: 1250px) {
  .overlayer-grant__text h1 {
    font-size: 20px;
    line-height: 1.3;
  }
}
.overlayer-grant__text p + p {
  margin-top: 21px;
}

.filter {
  border-top: 1px solid #f9423a;
  border-bottom: 1px solid #f9423a;
}

.filter--open .filter-preview {
  display: none;
}
.filter--open .filter-content {
  display: block;
}
.filter--open .filter-top__left {
  width: auto;
}
.filter--open .filter-top__button:before {
  transform: scale(-1), translateY(2px);
  position: relative;
  display: inline-block;
}

.filter-content {
  display: none;
}

.filter-top {
  align-items: baseline;
  justify-content: space-between;
  -webkit-display: flex;
  display: flex;
  padding-left: var(--space-left);
  padding-right: var(--space-right);
  padding-top: 10px;
  padding-bottom: 9px;
}

.filter-top__left {
  font: normal 17px/20px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  -webkit-display: flex;
  display: flex;
  color: #f9423a;
  white-space: nowrap;
  width: 100%;
}
@media only screen and (max-width: 1250px) {
  .filter-top__left {
    line-height: 1.5;
  }
}

.filter-top__button {
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
}
.filter-top__button:before {
  content: "↓";
  font: normal 1em/1 "Inter";
}

.filter-top__categories {
  cursor: pointer;
  user-select: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  overflow: hidden;
  padding-left: 5px;
}

.filter-columns {
  font: normal 14px/16px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  border-top: 1px solid #f9423a;
  -webkit-display: flex;
  display: flex;
}

.filter-column {
  width: 12.5%;
}
.filter-column + .filter-column {
  border-left: 1px solid #f9423a;
}

.filter-category {
  color: #f9423a;
  text-transform: uppercase;
}

.filter-items {
  max-height: 250px;
  overflow-y: auto;
  padding-left: 6px;
  padding-top: 3px;
  padding-bottom: 6px;
}
.filter-items li + li {
  margin-top: 2px;
}

.filter-items {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #fff;
}

.filter-items::-webkit-scrollbar {
  width: 12px;
}

.filter-items::-webkit-scrollbar-track {
  background: #fff;
}

.filter-items::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 20px;
  border: 3px solid #fff;
}

.overlayer-excerpts__column {
  crollbar-width: thin;
  scrollbar-color: #c1c1c1 #fff;
}

.overlayer-excerpts__column::-webkit-scrollbar {
  width: 12px;
}

.overlayer-excerpts__column::-webkit-scrollbar-track {
  background: #fff;
}

.overlayer-excerpts__column::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 20px;
  border: 3px solid #fff;
}

.filter-item {
  cursor: pointer;
  user-select: none;
  color: #000;
}

.filter-item--selected {
  color: #0064ff;
}
.filter-item--selected:after {
  content: "";
  background-image: url("../elements/icon_remove.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-left: 3px;
}

.filter-top__right {
  font: normal 14px/16px "Inter", "Graphik", Helvetica, Arial, sans-serif;
}

.filter-selected {
  cursor: pointer;
  user-select: none;
  color: #0064ff;
}
.filter-selected:after {
  content: "";
  background-image: url("../elements/icon_remove.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-left: 3px;
}

.truncateit__buttons {
  font: normal 1em/1 "Inter";
  font-size: 30px;
  line-height: 1;
  color: #f9423a;
}
.overview-content .truncateit__buttons {
  margin-top: 5px;
}

.truncateit__button {
  color: #f9423a;
}

.cb-lightbox {
  font: normal 17px/21px "Inter", "Graphik", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1250px) {
  .cb-lightbox {
    font-size: 16px;
    line-height: 1.5;
  }
}

.cb-lightbox-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.cb-lightbox-close {
  background-image: url("../elements/icon_close_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 14px 21px 7px 7px;
  height: 30px;
  width: 30px;
}
.cb-lightbox-close:after, .cb-lightbox-close:before {
  content: none;
}
.no-touch .cb-lightbox-close:hover {
  opacity: 1;
}

.cb-lightbox-slide-with-caption .cb-lightbox-caption {
  padding-top: 17px;
}

.cb-lightbox-loading {
  height: 20px;
}

.cb-lightbox-loading-animation {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f9423a;
  color: #f9423a;
  box-shadow: 9984px 0 0 0 #f9423a, 9999px 0 0 0 #f9423a, 10014px 0 0 0 #f9423a;
  animation: dotTyping 1.5s infinite linear;
}
.cb-lightbox-loading-animation:before, .cb-lightbox-loading-animation:after {
  content: none;
}

@keyframes dotTyping {
  0% {
    box-shadow: 9984px 0 0 0 #f9423a, 9999px 0 0 0 #f9423a, 10014px 0 0 0 #f9423a;
  }
  16.667% {
    box-shadow: 9984px -10px 0 0 #f9423a, 9999px 0 0 0 #f9423a, 10014px 0 0 0 #f9423a;
  }
  33.333% {
    box-shadow: 9984px 0 0 0 #f9423a, 9999px 0 0 0 #f9423a, 10014px 0 0 0 #f9423a;
  }
  50% {
    box-shadow: 9984px 0 0 0 #f9423a, 9999px -10px 0 0 #f9423a, 10014px 0 0 0 #f9423a;
  }
  66.667% {
    box-shadow: 9984px 0 0 0 #f9423a, 9999px 0 0 0 #f9423a, 10014px 0 0 0 #f9423a;
  }
  83.333% {
    box-shadow: 9984px 0 0 0 #f9423a, 9999px 0 0 0 #f9423a, 10014px -10px 0 0 #f9423a;
  }
  100% {
    box-shadow: 9984px 0 0 0 #f9423a, 9999px 0 0 0 #f9423a, 10014px 0 0 0 #f9423a;
  }
}
.cb-lightbox-arrow {
  cursor: none;
  top: 0;
  height: 100%;
  width: 50%;
}
.cb-lightbox-arrow span {
  display: none;
}

.lightbox-mouse-tracker {
  transform: translate(-50%, -50%);
  position: absolute;
  pointer-events: none;
  width: 50px;
  height: 44px;
  opacity: 0;
  z-index: 10;
}

.mouse-tracker--next {
  opacity: 1;
  background-image: url("../elements/icon_arrow_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mouse-tracker--prev {
  opacity: 1;
  background-image: url("../elements/icon_arrow_left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.main-backtop {
  cursor: pointer;
  user-select: none;
  background-image: url("../elements/icon_arrow_top_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: sticky;
  left: 100%;
  margin-right: var(--space-right);
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  bottom: 20px;
  height: 50px;
  width: 44px;
}

.main-backtop--visible {
  opacity: 1;
  visibility: visible;
}

.search-results {
  font: normal 17px/21px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  margin-left: 25%;
  margin-top: 5px;
  width: 50%;
}
@media only screen and (max-width: 1250px) {
  .search-results {
    font-size: 16px;
    line-height: 1.5;
  }
}

.search-results__details {
  font: normal 14px/14px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
  text-transform: uppercase;
}
@media only screen and (max-width: 1250px) {
  .search-results__details {
    line-height: 1.5;
  }
}

.search-results__term {
  font: normal 50px/60px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
  margin-top: 5px;
}
@media only screen and (max-width: 1250px) {
  .search-results__term {
    font-size: 30px;
    line-height: 1.3;
  }
}

.search-items {
  margin-top: 31px;
}

.search-item {
  font: normal 17px/21px "Inter", "Graphik", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1250px) {
  .search-item {
    font-size: 16px;
    line-height: 1.5;
  }
}
.search-item + .search-item {
  margin-top: 11px;
  border-top: 1px solid #000;
  padding-top: 14px;
}

.search-item__category {
  font: normal 14px/14px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1250px) {
  .search-item__category {
    line-height: 1.5;
  }
}

.search-item__title {
  color: #f9423a;
}

.search-item__author {
  color: #f9423a;
  font-style: italic;
}

.article {
  padding-left: var(--space-left);
  width: 62.5%;
  max-width: var(--max-width);
  margin-left: 100px;
}

.article__title {
  font: normal 60px/64px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
  padding-right: var(--space-right);
  width: 120%;
}
@media only screen and (max-width: 1250px) {
  .article__title {
    font-size: 30px;
    line-height: 1.3;
  }
}

.article__subtitle {
  font: normal 30px/34px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
  margin-top: 17px;
}
@media only screen and (max-width: 1250px) {
  .article__subtitle {
    font-size: 20px;
    line-height: 1.3;
  }
}

.article__author {
  font: normal 21px/28px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
  margin-top: 22px;
}
@media only screen and (max-width: 1250px) {
  .article__author {
    font-size: 16px;
    line-height: 1.5;
  }
}
.article__author + .article__author {
  margin-top: 0;
}

.article__chapters {
  margin-top: 73px;
}

.article__chapter {
  font: normal 21px/28px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
}
@media only screen and (max-width: 1250px) {
  .article__chapter {
    font-size: 16px;
    line-height: 1.5;
  }
}

.article__chapter--subtitle {
  padding-left: 2rem;
}

.article__chapter--subtitle + .article__chapter--title,
.article__chapter--title + .article__chapter--title {
  border-top: 1px solid #f9423a;
  margin-top: 5px;
  padding-top: 7px;
}

.article__chapter--title + .article__chapter--subtitle,
.article__chapter--subtitle + .article__chapter--subtitle {
  padding-top: 5px;
}

.article__chapter-item {
  cursor: pointer;
  user-select: none;
}

.article__text,
.page-text--shortcodes {
  font: normal 21px/28px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1250px) {
  .article__text,
.page-text--shortcodes {
    font-size: 16px;
    line-height: 1.5;
  }
}
* + .article__text,
* + .page-text--shortcodes {
  margin-top: 51px;
}
.article__text > *:first-child,
.page-text--shortcodes > *:first-child {
  margin-top: 0 !important;
}
.article__text p + p:not(.text-indent),
.page-text--shortcodes p + p:not(.text-indent) {
  margin-top: 28px;
}
.article__text h4,
.page-text--shortcodes h4 {
  text-transform: uppercase;
}
.article__text * + h4,
.page-text--shortcodes * + h4 {
  margin-top: 56px;
}
.article__text blockquote.text-box,
.page-text--shortcodes blockquote.text-box {
  border: 1px solid #f9423a;
  margin-top: 56px;
  padding: 16px 20px 17px;
}
.article__text blockquote.text-box + *,
.page-text--shortcodes blockquote.text-box + * {
  margin-top: 56px;
}
.article__text * + blockquote.text-box,
.page-text--shortcodes * + blockquote.text-box {
  margin-top: 56px;
}
.article__text blockquote.text-line,
.page-text--shortcodes blockquote.text-line {
  border-left: 1px solid #f9423a;
  margin-left: 30px;
  padding-left: 10px;
}
.article__text blockquote.text-line + *,
.page-text--shortcodes blockquote.text-line + * {
  margin-top: 56px;
}
.article__text * + blockquote.text-line,
.page-text--shortcodes * + blockquote.text-line {
  margin-top: 56px;
}

.article__publishdate {
  font: normal 21px/28px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  border-top: 1px solid #f9423a;
  color: #f9423a;
  padding-top: 10px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1250px) {
  .article__publishdate {
    font-size: 16px;
    line-height: 1.5;
  }
}

.inline-excerpt {
  text-align: center;
}

.excerpt-link {
  font: normal 24px/28px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  border: 1px solid #f9423a;
  display: inline-block;
  padding: 4px 7px;
}
@media only screen and (max-width: 1250px) {
  .excerpt-link {
    font-size: 20px;
    line-height: 1.3;
  }
}
.no-touch .excerpt-link:hover {
  background-color: #f9423a;
  color: #f0f0f0;
}

.article-chapter-title {
  font: normal 30px/34px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
  padding-bottom: 17px;
}
@media only screen and (max-width: 1250px) {
  .article-chapter-title {
    font-size: 20px;
    line-height: 1.3;
  }
}
* + .article-chapter-title {
  margin-top: 56px;
}

.article-chapter-subtitle {
  color: #f9423a;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-space-left {
  margin-left: 41px;
}

.text-indent {
  text-indent: 30px;
  margin-top: 0 !important;
}

.text-indent-poem {
  margin-left: 2em;
}
.text-indent-poem span {
  margin-left: -2em;
}

.text-large {
  font: normal 24px/28px "Inter", "Graphik", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1250px) {
  .text-large {
    font-size: 20px;
    line-height: 1.3;
  }
}

.text-small {
  font: normal 17px/1.1764 "Inter", "Graphik", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1250px) {
  .text-small {
    font-size: 12px;
    line-height: 1.5;
  }
}

.text-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
* + .text-columns {
  margin-top: 56px;
}
.text-columns + * {
  margin-top: 56px;
}

.main-wrapper--dark .header__breadcrumb {
  background-color: #2c2e33;
}
.main-wrapper--dark .main {
  background-color: #2c2e33;
}
.main-wrapper--dark .header__lang {
  border-color: #fff;
  background-color: #2c2e33;
  color: #fff;
}
.no-touch .main-wrapper--dark .header__lang:hover {
  background-color: #fff;
  color: #2c2e33;
}
.main-wrapper--dark .header__lang--selected {
  background-color: #fff;
  color: #2c2e33;
}
.main-wrapper--dark .header-button {
  border-color: #fff;
  background-color: #2c2e33;
  color: #fff;
}
.no-touch .main-wrapper--dark .header-button:hover {
  background-color: #fff;
  color: #2c2e33;
}
.main-wrapper--dark .header__darkmode {
  background-color: #fff;
  border-color: #fff;
}
.main-wrapper--dark .header__darkmode:before {
  background-color: #2c2e33;
}
.main-wrapper--dark .header__tags,
.main-wrapper--dark .article__title,
.main-wrapper--dark .article__subtitle,
.main-wrapper--dark .article__author,
.main-wrapper--dark .article-chapter-title,
.main-wrapper--dark .text-footnote,
.main-wrapper--dark .article__footnotes-title {
  color: #fff;
}
.main-wrapper--dark .article__chapter {
  color: #fff;
}
.main-wrapper--dark .article__chapter + .article__chapter {
  border-top-color: #fff;
}
.main-wrapper--dark .article-footnote {
  color: #fff;
}
.main-wrapper--dark .article-footnote__number {
  border-bottom-color: #fff;
}
.main-wrapper--dark .article__text {
  color: #fff;
}
.main-wrapper--dark .article__text blockquote.text-box {
  border-color: #fff;
}
.main-wrapper--dark .article__text blockquote.text-line {
  border-left-color: #fff;
}
.main-wrapper--dark .article__about,
.main-wrapper--dark .preview-item__text {
  color: #fff;
}
.main-wrapper--dark .main-backtop {
  background-image: url("../elements/icon_arrow_top_white.svg");
}
.main-wrapper--dark .header__tag a {
  color: #fff;
}
.no-touch .main-wrapper--dark .preview-item {
  background-color: transparent !important;
}

.article__about {
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  border-top: 1px solid #f9423a;
  margin-top: 22px;
  padding-top: 38px;
  margin-bottom: 62px;
}

.article__about-image {
  padding-left: var(--space-left);
  padding-right: 22px;
  width: 37.5%;
}

.article__about-image--portrait {
  width: 25%;
}

.article__about-caption {
  font: normal 17px/1.1764 "Inter", "Graphik", Helvetica, Arial, sans-serif;
  margin-top: 10px;
}
@media only screen and (max-width: 1250px) {
  .article__about-caption {
    font-size: 12px;
    line-height: 1.5;
  }
}

.article__about-text {
  font: normal 17px/1.1764 "Inter", "Graphik", Helvetica, Arial, sans-serif;
  padding-left: var(--space-left);
  width: 37.5%;
}
@media only screen and (max-width: 1250px) {
  .article__about-text {
    font-size: 12px;
    line-height: 1.5;
  }
}
.article__about-image + .article__about-text {
  padding-left: 0;
}

.article__related {
  border-top: 1px solid #f9423a;
  margin-top: 62px;
}

.article__related-title {
  font: normal 30px/34px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #f9423a;
  color: #f9423a;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: var(--space-left);
  padding-right: var(--space-right);
}
@media only screen and (max-width: 1250px) {
  .article__related-title {
    font-size: 20px;
    line-height: 1.3;
  }
}

.qtip-default {
  background-color: #f8f8f8;
  border: 1px solid #f9423a;
  position: absolute;
  display: none;
}

.qtip-tip {
  position: absolute;
}

.qtip-content {
  font: normal 14px/14px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  max-width: 225px;
  padding: 6px 10px;
}
@media only screen and (max-width: 1250px) {
  .qtip-content {
    line-height: 1.5;
  }
}

.hidden-tooltip {
  display: none;
}

.tooltip-item {
  cursor: pointer;
  user-select: none;
  color: #f9423a;
}

.text-footnote {
  color: #f9423a;
  font-size: 0.6em;
  position: relative;
  top: -6px;
  padding-left: 3px;
}

.article__footnotes {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
}

.article-footnotes-wrap {
  padding-left: var(--space-left);
  padding-right: var(--space-right);
}

.overlayer-excerpts__footnotes {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.article-footnote,
.excerpts-footnote {
  font: normal 14px/1.1667 "Inter", "Graphik", Helvetica, Arial, sans-serif;
}

.excerpts-footnote + .excerpts-footnote {
  margin-top: 20px;
}

.article-footnote {
  margin-top: 20px;
}

.article-footnote__number,
.excerpts-footnote__number {
  padding-bottom: 3px;
  border-bottom: 1px solid #f9423a;
}

.journal-footnotes__text,
.excerpts-footnote__text {
  margin-top: 3px;
}
.journal-footnotes__text a,
.excerpts-footnote__text a {
  color: #f9423a;
}
.journal-footnotes__text .truncateit__buttons,
.excerpts-footnote__text .truncateit__buttons {
  font: normal 14px/14px "Inter", "Graphik", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1250px) {
  .journal-footnotes__text .truncateit__buttons,
.excerpts-footnote__text .truncateit__buttons {
    line-height: 1.5;
  }
}

.article-footnote__images {
  flex-wrap: wrap;
  -webkit-display: flex;
  display: flex;
  margin-top: 13px;
  margin-bottom: -6px;
}

.article-footnote__image {
  margin-bottom: 6px;
  margin-right: 6px;
}

.article-footnote__image--portrait {
  width: calc(25% - 6px);
}

.article-footnote__image--landscape {
  width: calc(50% - 6px);
}

.wrap-extern-content {
  position: relative;
  background-image: url("../elements/extern-background.svg");
  background-size: 180px 165px;
  padding: 19px 28px 22px;
}

.extern-content {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
}

.extern-content-title {
  font: normal 21px/28px "Inter", "Graphik", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1250px) {
  .extern-content-title {
    font-size: 16px;
    line-height: 1.5;
  }
}

.extern-content-text {
  font: normal 14px/14px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  margin-top: 11px;
}
@media only screen and (max-width: 1250px) {
  .extern-content-text {
    line-height: 1.5;
  }
}
.extern-content-text a {
  text-decoration: underline;
}

.extern-checkbox {
  cursor: pointer;
  user-select: none;
  position: relative;
  top: 2px;
  background-color: #fff;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  margin-right: 5px;
}
.extern-checkbox.checkbox-checked:after {
  content: "✕";
  position: absolute;
  top: 0px;
  left: 1px;
  font-size: 13px;
  line-height: 1;
}

.inline-image__video {
  position: relative;
}
.inline-image__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.inline-image__checkbox {
  font: normal 14px/14px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  margin-top: 9px;
}
@media only screen and (max-width: 1250px) {
  .inline-image__checkbox {
    line-height: 1.5;
  }
}

.overlayer-excerpts {
  -webkit-display: flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.overlayer-excerpts__title {
  font: normal 30px/34px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
  padding: 17px 20px 52px;
}
@media only screen and (max-width: 1250px) {
  .overlayer-excerpts__title {
    font-size: 20px;
    line-height: 1.3;
  }
}

.overlayer-excerpts__content {
  font: normal 17px/21px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  border-top: 1px solid #f9423a;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  .overlayer-excerpts__content {
    font-size: 16px;
    line-height: 1.5;
  }
}

.overlayer-excerpts__columns {
  -webkit-display: flex;
  display: flex;
  margin-left: 100px;
  margin-right: 100px;
  height: 100%;
  position: relative;
}

.overlayer-excerpts__column {
  border-bottom: 1px solid #f9423a;
  height: 100%;
  width: 50%;
  overflow-y: auto;
}

.overlayer-excerpts__columm--left {
  border-left: 1px solid #f9423a;
}

.overlayer-excerpts__handle {
  cursor: pointer;
  user-select: none;
  position: absolute;
  margin-left: -4px;
  left: 50%;
  height: 100%;
  width: 9px;
}
.overlayer-excerpts__handle:after {
  content: "";
  border-left: 1px solid #f9423a;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  height: 100%;
}

.overlayer-excerpts__handle-arrow-left,
.overlayer-excerpts__handle-arrow-right {
  width: 0;
  height: 0;
  top: 50%;
  position: absolute;
}

.overlayer-excerpts__handle-arrow-left {
  right: 9px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #f9423a;
}

.overlayer-excerpts__handle-arrow-right {
  left: 7px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f9423a;
}

.overlayer-excerpts__columm--right {
  border-right: 1px solid #f9423a;
}

.overlayer-excerpts__text {
  padding: 20px;
}
.overlayer-excerpts__text h2 {
  font: normal 24px/28px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
}
@media only screen and (max-width: 1250px) {
  .overlayer-excerpts__text h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}
.overlayer-excerpts__text p {
  cursor: pointer;
  user-select: none;
}
.overlayer-excerpts__text p + p {
  margin-top: 21px;
}

.excerpts-highlight > span {
  background-color: #ffb5ff;
}

.main-wrapper--archive {
  background-color: #ff96ff;
}
.main-wrapper--archive .header__breadcrumb {
  background-color: #ff96ff;
}
.main-wrapper--archive .page-text h1 {
  color: #000;
}

.section--events {
  padding-top: 60px;
}
.section--events .page-text {
  margin-top: 60px;
}

.workshop-group + .workshop-group {
  margin-top: 60px;
}

.workshop-group__year {
  font: normal 50px/56px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
  margin-bottom: 17px;
}
@media only screen and (max-width: 1250px) {
  .workshop-group__year {
    font-size: 30px;
    line-height: 1.3;
  }
}

.workshop-group-events {
  font: normal 17px/1.1764 "Inter", "Graphik", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1250px) {
  .workshop-group-events {
    font-size: 12px;
    line-height: 1.5;
  }
}

.workshop-event {
  padding-bottom: 13px;
}
.workshop-event + .workshop-event {
  border-top: 1px solid #000;
  padding-top: 13px;
}
.workshop-event:last-child {
  border-bottom: 1px solid #000;
}

.workshop-event__date {
  font: normal 14px/14px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  color: #f9423a;
  margin-bottom: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1250px) {
  .workshop-event__date {
    line-height: 1.5;
  }
}

.workshop-event__title {
  color: #f9423a;
}

.workshop-event__location {
  color: #f9423a;
  font-style: italic;
}

@media only screen and (min-width: 1800px) {
  .isotope-preview-width,
.preview-item {
    width: 20%;
  }

  .preview-item--featured:not(.preview-item--textbox) {
    width: 40%;
  }
}
@media only screen and (max-width: 1439px) {
  .isotope-preview-width,
.preview-item {
    width: 33.33334%;
  }

  .preview-item--featured:not(.preview-item--textbox) {
    width: 66.6667%;
  }
}
@media only screen and (max-width: 1079px) {
  .isotope-preview-width,
.preview-item {
    width: 50%;
  }

  .preview-item--featured:not(.preview-item--textbox) {
    width: 100%;
  }
}
@media only screen and (max-width: 1250px) {
  .isotope-preview-width,
.preview-item {
    width: 100%;
  }
}
.header__menu-button,
.overlayer--menu,
.article__buttons,
.article__tags,
.article__footnotes-title,
.article-footnote__arrow,
.overlayer-excerpts__arrow {
  display: none;
}

#bp {
  width: 2px;
}

@media only screen and (max-width: 1250px) {
  #bp {
    width: 1px;
  }

  .header-menu,
.header__content-right,
.footer,
.preview-item--news {
    display: none;
  }

  .main--fixed {
    height: 100%;
    position: fixed;
    top: 0;
  }

  .header {
    font: normal 20px/1 "Inter", "Graphik", Helvetica, Arial, sans-serif;
    height: 42px;
  }

  .header__content {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .header__menu-button {
    cursor: pointer;
    user-select: none;
    background-image: url("../elements/icon_menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    display: block;
    position: absolute;
    right: 10px;
    top: 1px;
    height: 40px;
    width: 40px;
  }

  .main {
    margin-top: 42px;
  }

  .main__content {
    padding-top: 26px;
  }

  .filter-is-open .header__jump {
    display: none;
  }

  .main--jumplinks .main__content {
    padding-top: 60px;
  }

  .main__right {
    right: 0;
    position: relative;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
    top: 0;
    margin-top: 1px;
    padding-bottom: 16px;
  }
  .main--breadcrumb .main__right {
    margin-top: -19px;
    padding-top: 0;
  }

  .overlayer--menu {
    display: none;
    background-color: #f9423a;
    position: fixed;
    height: 100%;
    z-index: 900;
  }

  .overlayer--menu-open {
    display: block;
  }

  .overlayer__close {
    background-image: url("../elements/icon_close_black.svg");
    background-size: 20px;
    top: 7px;
    right: 15px;
  }

  .overlay--hidden {
    display: none;
  }

  .overlay-menu {
    position: fixed;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }

  .overlay-menu-items {
    font: normal 30px/34px "Inter", "Graphik", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-top: 27px;
    overflow: scroll;
    height: calc(100% - 150px);
  }
  .overlay-menu-items a {
    color: #000;
  }

  .overlay-menu-item--open .overlay-menu__submenu {
    display: block;
  }

  .overlay-menu-item--active > span, .overlay-menu-item--active > a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
  }

  .overlay-menu-item--lang,
.overlay-menu-item--search {
    margin-top: 10px;
  }

  .overlay-menu-item--lang a {
    border: 2px solid #000;
    border-radius: 50%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.7em;
    height: 43px;
    width: 43px;
    margin-left: 2px;
  }

  .header__button-search {
    height: 40px;
    width: 40px;
    margin-left: 2px;
  }

  .overlay-menu__submenu {
    display: none;
    text-transform: none;
    padding-bottom: 17px;
  }

  .overlay-menu__submenu-item--active {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
  }

  .overlay-menu-bottom {
    position: absolute;
    bottom: 0;
    left: var(--space-left);
    right: var(--space-right);
  }

  .overlay-menu-bottom__items {
    font: normal 20px/24px "Inter", "Graphik", Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: 17px;
    left: 0;
  }
  .overlay-menu-bottom__items a {
    color: #000;
  }

  .overlay-menu-bottom__socialmedia {
    -webkit-display: flex;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 21px;
  }

  .overlay-menu-bottom__socialmedia-item {
    display: block;
    height: 29px;
    width: 29px;
  }
  .overlay-menu-bottom__socialmedia-item img {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
  .overlay-menu-bottom__socialmedia-item + .overlay-menu-bottom__socialmedia-item {
    margin-left: 9px;
  }

  .header__search-wrap {
    margin-left: 0;
    margin-top: 48px;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
  }

  .header__search-tags {
    margin-top: 15px;
  }
  .header__search-tags a {
    color: #000;
  }

  .form-newsletter {
    margin-top: 48px;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
  }

  .form-newsletter__wrap--input {
    display: block;
  }

  .form-newsletter__input + .form-newsletter__input {
    margin-left: 0;
    margin-top: 17px;
  }

  .header__breadcrumb {
    transition: transform 300ms ease;
    transform: translateY(0);
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .header__breadcrumb--hide {
    transform: translateY(-100%);
  }

  .main--breadcrumb .main__content {
    padding-top: 58px;
  }

  .header__jump {
    font: normal 14px/16px "Inter", "Graphik", Helvetica, Arial, sans-serif;
    bottom: -33px;
  }

  .header__jump-item {
    padding-top: 3px;
    padding-bottom: 4px;
  }

  .overview-content {
    padding-right: var(--space-right);
    width: 100%;
  }

  .overview-content__text h2 {
    padding-bottom: 24px;
  }
  .overview-content__text p + p {
    margin-top: 24px;
  }

  .truncateit__buttons {
    font-size: 20px;
  }

  .overview-pages {
    font: normal 30px/36px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  }
  * + .overview-pages {
    margin-top: 37px;
  }

  .overview-page {
    margin-right: 10px;
  }

  .filter {
    border-left: 0;
    border-right: 0;
  }

  .filter--open .filter-content {
    flex-direction: column;
    background-color: #fff;
    -webkit-display: flex;
    display: flex;
    position: fixed;
    top: 0;
    padding-top: 42px;
    height: 100%;
    width: 100%;
    z-index: 100;
  }

  .filter-top {
    padding-top: 9px;
    padding-bottom: 7px;
  }

  .filter-top__left {
    font: normal 16px/1.5 "Inter", "Graphik", Helvetica, Arial, sans-serif;
  }

  .filter-top__right {
    font: normal 16px/1.5 "Inter", "Graphik", Helvetica, Arial, sans-serif;
    margin-top: 2px;
    padding-bottom: 9px;
  }

  .filter-content .filter-top {
    display: block;
  }

  .filter-columns {
    font: normal 16px/1.5 "Inter", "Graphik", Helvetica, Arial, sans-serif;
    height: 100%;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
  }

  .filter-column {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 60%;
  }

  .filter-items {
    max-height: unset;
    height: 100%;
    padding-bottom: 20px;
  }
  .filter-items li + li {
    margin-top: 2px;
  }

  .preview-item {
    border-left: 0;
    border-right: 0;
    opacity: 1;
  }
  .preview-item:after {
    content: none;
  }

  .preview-item__lang {
    line-height: 1.7em;
  }

  .main__right--article {
    flex-direction: row-reverse;
    -webkit-display: flex;
    display: flex;
  }
  .main__right--article .header__langs {
    margin-left: 5px;
  }

  * + .header__darkmode {
    margin-top: 0;
  }

  .header__right-buttons,
.header__tags {
    display: none;
  }

  .article {
    padding-right: var(--space-right);
    width: 100%;
    margin-left: 0;
  }

  .article__title {
    width: 100%;
  }

  .article__subtitle {
    margin-top: 10px;
  }

  .article__author {
    font: normal 30px/34px "Inter", "Graphik", Helvetica, Arial, sans-serif;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1250px) and (max-width: 1250px) {
  .article__author {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 1250px) {
  .article__author + .article__author {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1250px) {
  .article__chapters {
    margin-top: 58px;
  }
}
@media only screen and (max-width: 1250px) {
  .article__text blockquote.text-line {
    margin-left: 16px;
  }
  .article__text p + p:not(.text-indent) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1250px) {
  .article__publishdate {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1250px) {
  .text-space-left {
    margin-left: 19px;
  }
}
@media only screen and (max-width: 1250px) {
  .text-large {
    font: normal 20px/22px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  }
}
@media only screen and (max-width: 1250px) {
  .inline--image.inline--image-medium, .inline--image.inline--image-small, .inline--image.inline--image-large {
    display: block;
    width: 100%;
  }
  .inline--image.inline--image-medium .wikipedia-button, .inline--image.inline--image-small .wikipedia-button, .inline--image.inline--image-large .wikipedia-button {
    display: none;
  }
}
@media only screen and (max-width: 1250px) {
  .inline--images-grid {
    column-gap: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 1250px) {
  .inline-audio {
    width: 100%;
  }
}
@media only screen and (max-width: 1250px) {
  .text-footnote {
    cursor: pointer;
    user-select: none;
    padding-bottom: 4px;
    padding-right: 2px;
  }
  .text-footnote:after {
    content: "";
    display: block;
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
  }
}
@media only screen and (max-width: 1250px) {
  .article__footnotes {
    border-top: 1px solid #f9423a;
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 1250px) {
  .article__footnotes--open .article__footnotes-title:before {
    transform: scale(-1);
  }
  .article__footnotes--open .article-footnotes-wrap {
    display: block;
  }
}
@media only screen and (max-width: 1250px) {
  .article__footnotes-title {
    font: normal 20px/24px "Inter", "Graphik", Helvetica, Arial, sans-serif;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
    display: block;
  }
  .article__footnotes-title:before {
    content: "↓";
    font: normal 1em/1 "Inter";
    display: inline-block;
  }
}
@media only screen and (max-width: 1250px) {
  .article-footnotes-wrap {
    display: none;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 1250px) {
  .article-footnote {
    font: normal 16px/1.5 "Inter", "Graphik", Helvetica, Arial, sans-serif;
    -webkit-display: flex;
    display: flex;
    margin-top: 0;
  }
  .article-footnote + .article-footnote {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1250px) {
  .article-footnote__number {
    color: #f9423a;
    border-bottom: 0;
    padding-bottom: 0;
    width: 34px;
  }
}
@media only screen and (max-width: 1250px) {
  .article-footnote__content {
    width: calc(100% - 34px);
  }
}
@media only screen and (max-width: 1250px) {
  .journal-footnotes__text {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1250px) {
  .article-footnote__arrow {
    font: normal 1em/1 "Inter";
    cursor: pointer;
    user-select: none;
    display: inline-block;
    color: #f9423a;
    padding-right: 4px;
    position: relative;
  }
  .article-footnote__arrow:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    height: 200%;
    width: 200%;
  }
}
@media only screen and (max-width: 1250px) {
  .journal-footnotes__text .truncateit__buttons {
    font: normal 16px/1.5 "Inter", "Graphik", Helvetica, Arial, sans-serif;
  }
}
@media only screen and (max-width: 1250px) {
  .article__buttons {
    border-top: 1px solid #f9423a;
    border-bottom: 1px solid #f9423a;
    display: block;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -1px;
  }
}
@media only screen and (max-width: 1250px) {
  .article__button {
    font: normal 20px/24px "Inter", "Graphik", Helvetica, Arial, sans-serif;
    border: 1px solid #f9423a;
    display: inline-block;
    margin-right: 18px;
    padding: 4px 7px 6px;
  }
}
@media only screen and (max-width: 1250px) {
  .article__tags {
    font: normal 20px/24px "Inter", "Graphik", Helvetica, Arial, sans-serif;
    display: block;
    border-top: 1px solid #f9423a;
    border-bottom: 1px solid #f9423a;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: -1px;
  }
}
@media only screen and (max-width: 1250px) {
  .article__about {
    display: block;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
    margin-bottom: 16px;
    padding-top: 20px;
    margin-top: 0;
    border-top: 0;
  }
  .article + .article__about {
    margin-top: 22px;
    border-top: 1px solid #f9423a;
  }
}
@media only screen and (max-width: 1250px) {
  .article__about-image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .article__about-image + .article__about-text {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1250px) {
  .article__about-image--portrait {
    width: 50%;
  }
  .article__about-image--portrait .article__about-caption {
    width: 200%;
  }
}
@media only screen and (max-width: 1250px) {
  .article__about-caption {
    font: normal 16px/1.5 "Inter", "Graphik", Helvetica, Arial, sans-serif;
  }
}
@media only screen and (max-width: 1250px) {
  .article__about-text {
    font: normal 16px/1.5 "Inter", "Graphik", Helvetica, Arial, sans-serif;
    width: 100%;
  }
}
@media only screen and (max-width: 1250px) {
  .article__related {
    margin-top: 16px;
  }
  .article__related .preview-items {
    display: none;
  }
}
@media only screen and (max-width: 1250px) {
  .article__related--open .preview-items {
    display: block;
  }
  .article__related--open .article__related-title:before {
    transform: scale(-1);
  }
}
@media only screen and (max-width: 1250px) {
  .article__related-title:before {
    content: "↓";
    font: normal 1em/1 "Inter";
    display: inline-block;
  }
}
@media only screen and (max-width: 1250px) {
  .overlayer-excerpts--scrolled .overlayer-excerpts__arrow:before {
    transform: scale(-1);
  }
}
@media only screen and (max-width: 1250px) {
  .overlayer-excerpts__top {
    position: relative;
  }
}
@media only screen and (max-width: 1250px) {
  .overlayer-excerpts__arrow {
    transform: translateY(calc(-100% - 5px));
    color: #f9423a;
    display: block;
    position: absolute;
    right: 20px;
  }
  .overlayer-excerpts__arrow:before {
    content: "→";
    font: normal 1em/1 "Inter";
    display: inline-block;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1250px) {
  .overlayer-excerpts__columns {
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1250px) {
  .overlayer-excerpts__handle {
    display: none;
  }
}
@media only screen and (max-width: 1250px) {
  .overlayer-excerpts__column {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 1250px) {
  .overlayer-excerpts__columm--left {
    border-left: 0;
    border-right: 1px solid #f9423a;
  }
}
@media only screen and (max-width: 1250px) {
  .overlayer-excerpts__columm--right {
    border-right: 0;
  }
}
@media only screen and (max-width: 1250px) {
  .page-text {
    font: normal 16px/1.5 "Inter", "Graphik", Helvetica, Arial, sans-serif;
    margin-left: 0;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
    width: 100%;
  }
  .page-text h1 {
    color: #f9423a;
    margin-bottom: 30px;
  }
  .page-text p + h2,
.page-text p + p,
.page-text p + ul {
    margin-top: 20px;
  }
  .page-text ul li:before {
    top: 7px;
  }
}
@media only screen and (max-width: 1250px) {
  .cb-lightbox-arrow,
.lightbox-mouse-tracker {
    display: none;
  }
}
@media only screen and (max-width: 1250px) {
  .cb-lightbox-close {
    margin-top: 12px;
    height: 19px;
    width: 19px;
  }
}
@media only screen and (max-width: 1250px) {
  .cb-lightbox-slide-with-caption .cb-lightbox-caption {
    font: normal 14px/16px "Inter", "Graphik", Helvetica, Arial, sans-serif;
    padding-top: 7px;
  }
}
@media only screen and (max-width: 1250px) {
  .cb-lightbox-counter {
    font: normal 14px/16px "Inter", "Graphik", Helvetica, Arial, sans-serif;
  }
}
@media only screen and (max-width: 1250px) {
  .main-backtop {
    position: fixed;
    left: unset;
    right: 0;
    height: 35px;
    width: 30px;
  }
}
@media only screen and (max-width: 1250px) {
  .main-wrapper--archive .page-text h1 {
    color: #f9423a;
  }
}
@media only screen and (max-width: 1250px) {
  .section:first-child {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1250px) {
  .preview-institutions {
    display: block;
  }
}
@media only screen and (max-width: 1250px) {
  .preview-institution + .preview-institution {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1250px) {
  .alumni-items {
    -webkit-grid-column-gap: 20px;
    grid-column-gap: 20px;
    -ms-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1250px) {
  .overlayer-grant {
    display: block;
    padding-top: 48px;
  }
}
@media only screen and (max-width: 1250px) {
  .overlayer-grant__image {
    padding-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1250px) {
  .overlayer-grant__text {
    padding-right: 0;
    width: 100%;
  }
  .overlayer-grant__text h1 {
    font: normal 30px/34px "Inter", "Graphik", Helvetica, Arial, sans-serif;
    margin-bottom: 8px;
  }
  .overlayer-grant__image + .overlayer-grant__text {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1250px) {
  .search-results {
    margin-left: 0;
    margin-top: 1px;
    padding-left: var(--space-left);
    padding-right: var(--space-right);
    width: 100%;
  }
}
@media only screen and (max-width: 1250px) {
  .search-items {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1250px) {
  .search-item__category {
    margin-bottom: 2px;
  }
}
