* {
  color: red;
}

th.no-sort {
  pointer-events: none;
}

html,
body {
  position: relative;
  scroll-behavior: smooth;
}

html {
  height: 100%;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  height: auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  overflow-x: clip;
}

strong {
  font-weight: bold;
}

#sorttable_sortfwdind,
#sorttable_sortrevind {
  display: none;
}

table.sortable th::after {
  content: " ";
  font-weight: 900;
  font-family: "Line Awesome Free";
}

table.sortable th {
  cursor: pointer;
}

table.sortable th:hover::after {
  content: "\f107";
}

table.sortable th.dir-d::after {
  content: "\f107";
}

table.sortable th.dir-u::after {
  content: "\f106";
}

/* .marquee_container::before,
.marquee_container::after
{
    content: " ";
    position: fixed;
    width: 100%;
    height: 1px;
    border-top: 1px solid;
    transition: all .1s linear;
}

.marquee_container::before {
    top: 15px;
}

.marquee_container::after {
    top: 67px;
}

.marquee_container:hover::before {
    top: 10px;
}

.marquee_container:hover::after {
    top: 72px;
} */

.marquee {
  width: 100%; /* the plugin works for responsive layouts so width is not necessary */
  overflow: hidden;
}

.marquee_element {
  float: left;
  margin-right: 25px;
}

.marquee_element img {
  width: auto;
  height: 55px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

header,
main,
footer {
  box-sizing: border-box;
}

main {
  padding: 0 12px;
  min-height: calc(100vh - 82px);
}

main.main {
  min-height: calc(100vh - 120px);
}

a {
  text-decoration: none;
}

p {
  /* line-height: 1.3em; */
  margin-bottom: 1em;
}

em {
  font-style: italic;
}

h1,
h2 {
  font-weight: bold;
  margin-bottom: 1em;
}

header {
  /* border-bottom: 1px solid; */
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-title {
  padding: 0 12px;
  background-color: white;
  width: calc(100% - 24px);
  overflow-x: hidden;
}

.site-title h1 {
  margin: 0;
  width: fit-content;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 6px;
}

nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* width: calc(100% - 24px); */
  width: calc(100% - 21px);
  table-layout: fixed;
  grid-column-gap: 1fr;
  /* padding: 0 12px; */
  padding: 0 11px;
}

@media screen and (max-width: 800px) {
  nav {
    /* width: calc(100% - 24px);
    padding: 0 12px 0 12px; */
    width: calc(100% - 21px);
    padding: 0 10px 0 11px;
  }
}

nav .navigation_element {
  display: table-cell;
  padding: 0;
}

nav .navigation_element a {
  background-color: white;
}

nav .navigation_element.active a {
  background-color: red;
  color: white;
}

nav .navigation_element a {
  display: block;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  padding: 0 6px;
  display: flex;
  align-items: center;
  height: 40px;
  box-sizing: border-box;
}

nav .navigation_element.sub_navigation_elements {
  display: flex;
  width: 100%;
  /* height: 40px; */
}

nav .navigation_element.sub_navigation_elements a {
  box-sizing: border-box;
}

nav .navigation_element.sub_navigation_elements.timeline_years {
  /* flex-wrap: wrap; */
  flex-direction: column;
  align-items: flex-end;
}

nav .navigation_element.sub_navigation_elements a,
nav .navigation_element.sub_navigation_elements button {
  border: none;
  background-color: rgba(255, 214, 214, 1);
  width: 50%;
  color: red;
  padding: 0 6px;
  text-align: left;
}

nav .navigation_element.sub_navigation_elements.timeline_years a {
  width: 50%;
  background: rgba(255, 106, 106, 1);
  /* background: white; */
  color: white;
  /* border: 1px solid red; */
  /* margin-right: -1px; */
  /* box-sizing: border-box; */
  /* margin-bottom: -1px; */
}

@media screen and (max-width: 800px) {
  nav .navigation_element.sub_navigation_elements {
    /* flex-direction: column; */
    position: absolute;
    width: calc(50vw - 11px);
  }

  nav .navigation_element.sub_navigation_elements a,
  nav .navigation_element.sub_navigation_elements button,
  nav .navigation_element.sub_navigation_elements.timeline_years a {
    width: 50%;
  }
}

/* nav .navigation_element.sub_navigation_elements.timeline_years a:nth-child(even) {
    margin-right: 0px;
    width: calc(50%);
} */

nav .navigation_element.sub_navigation_elements a.close_filter,
nav .navigation_element.sub_navigation_elements button.hide-filter-button,
nav .navigation_element.sub_navigation_elements a.active,
nav
  .navigation_element.sub_navigation_elements
  button.show-filter-button.filter-active {
  background: rgba(255, 106, 106, 1);
  color: white;
}

.filter-button {
  height: 40px;
  display: flex;
  align-items: center;
}

.active-filter-indicator {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  margin-right: 6px;
}

nav .navigation_element h1 {
  margin-bottom: 0;
}

th {
  padding: 0 6px;
  text-align: left;
  font-weight: bold;
}

td {
  border-right: 1px solid;
  border-top: 1px solid;
}

td:first-child {
  border-left: 1px solid;
}

table {
  border-collapse: separate; /* the default option */
  border-spacing: 0; /* remove border gaps */
  table-layout: fixed;
  width: calc(100% + 1px);
  border-bottom: 1px solid;
}

.main_table_body .table_cell a {
  padding: 0 6px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 40px;
}

.main_table_body .table_cell a span.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-cell-flex {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}

.table_cell .inactive {
  display: none;
}

.main_table tr td {
  background: rgba(255, 0, 0, 0);
  transition: 0.3s;
  vertical-align: middle;
  border-left: none;
  border-right: none;
}

@media screen and (min-width: 800px) {
  .main_table tr:hover td {
    background: rgba(255, 214, 214, 1);
  }
}

.small_more_info {
  display: none;
}

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.no-scroll {
  position: fixed; 
  top: var(--st, 0);
  width: 100vw;
  /* inline-size: 100%; */
  /* overflow-y: scroll;  */
}

/* ============================================================================= SWUP */

/* Define a transition duration during page visits */
html.is-changing .transition-fade {
  transition: opacity 0.5s;
  opacity: 1;
}
/* Define the styles for the unloaded pages */
html.is-animating .transition-fade {
  opacity: 0;
}

/* ============================================================================ HOME */

.home-section main.network-main {
  margin: 0;
  padding: 0;
}

.about-text.about-intro {
  font-size: 32px;
  line-height: 1.2;
}

/* .home-section main.network-main .table_cell,
.home-section main.network-main th {
    padding-left: 0;
    padding-right: 0;
} */

/* ============================================================================ BANNER */

.marquee3k {
  /* height: 90px; */
  padding: 1rem 0;
  border-bottom: 1px solid;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
}

.marquee3k.is-init {
  animation: fadeIn 0.3s linear forwards;
}

.marquee3k__copy {
  margin-right: 0.3em;
}

.banner {
  position: relative;
  z-index: 10000;
  top: 0;
  left: 0;
  /* background:
    radial-gradient(transparent 30%, rgba(255,0,0,0.2)),
    url(
        data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2P8z8CQxsjAMIsBChhhDAwBmEoMFQCuFgQFCkgpOwAAAABJRU5ErkJggg==
    ) repeat; */
  background: var(--col-bg);
  width: calc(100%);
  padding: 0.3em 1em 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  box-sizing: border-box;
  border-bottom: 1px solid;
}

.banner * {
  color: var(--col-txt);
}

/* ============================================================================ MAP */

body.template-map {
  height: 100%;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-control-attribution a {
  color: red;
  font-family: "Times", serif;
  font-size: 10px;
}

#locate {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: red;
  z-index: 100;
}

#map {
  position: relative;
  height: 100%;
  width: 100%;
  background: #fff;
  margin-top: -40px;
}

@media screen and (max-width: 800px) {
  #map {
    margin-top: 0;
  }
}

.leaflet-control-container {
  display: none;
}

.leaflet-bar {
  box-shadow: none;
  border-radius: 0;
}

.leaflet-bar.leaflet-control {
  border: 1px solid red;
  color: white;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  color: white;
  position: relative;
}

.leaflet-control-zoom-in span,
.leaflet-control-zoom-out span {
  display: none;
}

.leaflet-control-zoom-in::after,
.leaflet-control-zoom-out::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 0.2rem;
  color: red;
  position: absolute;
  top: 0;
  left: 0;
}

.leaflet-control-zoom-in::after {
  content: " \f00e";
}

.leaflet-control-zoom-out::after {
  content: " \f010";
}

.leaflet-disabled {
  opacity: 1;
  color: red;
  background: white;
  opacity: 0.5;
}

/* .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
    border: none;
} */

.leaflet-bar a:last-child,
.leaflet-bar a:first-child {
  border-radius: 0;
}

.leaflet-bar a:first-child:not(.leaflet-bar-part-single) {
  border-bottom: 1px solid red;
}

.leaflet-control-locate a .leaflet-control-locate-location-arrow {
  background-color: red;
}

.leaflet-popup {
  border: 1px solid transparent;
  margin-bottom: 28px;
}

.leaflet-popup-content-wrapper {
  box-shadow: none;
  border-radius: 0;
  font-family: "Times", serif;
  font-size: 16px;
  max-width: 100vw;
  box-sizing: border-box;
  border: 1px solid red;
  padding: 0;
}

/* .leaflet-popup-content-wrapper::after {
    content: " ";
    width: 1px;
    height: 20px;
    background-color: red;
    position: absolute;
    left: 50%;
    top: 100%;
} */

.leaflet-popup-content {
  margin: 0;
  /* width: 300px; */
  padding: 12px 0;
}

.leaflet-popup-content .line {
  /* padding: 14px 12px; */
  padding: 0 12px;
}

.leaflet-popup-content .line:not(:last-child) {
  /* border-bottom: 1px solid; */
}

.leaflet-popup-content .line:first-child {
  border-bottom: 1px solid;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-popup-tip {
  box-shadow: none !important;
  border: 1px solid red;
  width: 15px;
  height: 15px;
  padding: 0;
}

.leaflet-popup-close-button {
  display: none;
}

.leaflet-container a {
  color: inherit;
}

.marker-icon {
  background-color: red;
  border-radius: 100%;
  border: 1px solid white;
  box-sizing: border-box;
  width: 21px !important;
  height: 21px !important;
  margin-left: -10.5px !important;
  margin-top: -10.5px !important;
  mix-blend-mode: darken;
}

.marker-icon.numbers {
  mix-blend-mode: normal;
  background-color: red;
  border: 1px solid red;
  color: white;
}

.marker-icon.numbers div {
  text-align: center;
  color: white;
}

.marker-icon span {
  font-size: 1rem;
  font-family: serif;
  position: absolute;
  z-index: 10000;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  white-space: pre;
  pointer-events: none;
  background-color: white;
  padding: 0.1em 0.3em;
}

.marker-icon.is-active-marker {
  mix-blend-mode: initial;
  z-index: 4000 !important;
}

.marker-icon.is-active-marker span {
  display: block;
}

#space-info-wrapper {
  position: fixed;
  background: white;
  z-index: 1000;
  top: calc(120px + 12px);
  left: 11px;
  width: calc(25% - 6px);
  max-height: calc(100vh - (120px + 12px));
  min-width: 250px;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  line-height: 1.2;
  overflow-y: scroll;
  border-top: 1px solid red;
}

#space-info-wrapper.is-active {
  display: flex;
}

#space-info-wrapper a {
  -webkit-hyphens: auto;
  hyphens: auto;
}

#space-info {
  margin-top: -1px;
  aspect-ratio: 1/1;
  border: 1px solid red;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.space-info-related-item {
  aspect-ratio: 1/1;
  border-left: 1px solid red;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
}

.space-info-related-item .content-article {
  width: 100%;
  border: none;
}

.map-active-area {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  width: calc(100vw - 20px);
  height: calc(100vh - 100px);
  top: 10px;
  left: 10px;
}

.map-active-area.info-active {
  width: calc(100vw - (25% - 6px + 30px));
  height: calc(100vh - 100px);
  top: 10px;
  left: calc(25% - 6px + 20px);
}

@media screen and (max-width: 800px) {
  #space-info-wrapper {
    top: calc(50vh);
    width: calc(100% - 22px);
    max-height: calc(50vh);
  }
}

@media screen and (max-width: 1000px) {
  .map-active-area {
    width: calc(100vw);
    height: calc(100vh - 80px);
    top: 0px;
    left: 0;
  }

  .map-active-area.info-active {
    width: calc(100vw);
    height: calc(50vh - 80px);
    top: 0px;
    left: 0px;
  }
}

.leaflet-left .leaflet-control {
  margin-left: 11px;
}
/* ============================================================================ ABOUT */

.about_container {
  position: relative;
  margin: 24px 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1rem;
}

.about_text {
  width: auto;
  max-width: 60ch;
  display: inline-block;
  grid-column: 2 / span 3;
}

.about_text h1 {
  position: absolute;
  left: 0;
  margin-top: 3px;
  max-width: calc(25% - 2rem);
}

.about_text h1:not(:first-of-type) {
  padding-top: 2rem;
}

.about_text h1:not(:first-of-type) + p {
  padding-top: 2rem;
}

.about_text p {
  margin-bottom: 1rem;
}

.template-about .about_text p {
  /* margin-bottom: 2rem; */
}

/* .template-about .about_text p:not(p+p) {
    margin-bottom: 2rem;
} */

.about_text a:not(h1 a):not(h2 a):not(h3 a) {
  text-decoration: underline;
}

.newsletter_form {
  max-width: 100%;
}

.newsletter_container h2 {
  margin-bottom: 0.5rem;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 0.5; /* Firefox */
}

#mc_embed_signup_scroll {
  height: 100%;
  padding-bottom: 30px;
}

.newsletter_form input {
  -webkit-appearance: none;
  background-color: transparent;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0;
}

#js-form-inputs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
}

#js-subscribe-response a {
  text-decoration: underline;
}

.newsletter_form input[type="email"] {
  padding: 0.1em 0;
  width: 100%;
  max-width: 220px;
  border: none;
  border-bottom: 1px solid;
  display: block;
}

.newsletter_form button[type="submit"] {
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ============================================================================ ARCHIVE */

.archive-main,
.festival-main {
  margin-top: -1px;
  margin-bottom: 1px;
  margin-left: -1px;
  margin-right: -2px;
}

.archive-section,
.filter-section,
.festival-section,
.home-section,
.about-section {
  margin: 40px 0;
}

@media screen and (max-width: 800px) {
  .festival-section,
  .archive-section,
  .filter-section,
  .home-section,
  .about-section {
    margin-top: 80px;
  }

  .filter-section.keywords {
    margin-top: 0;
  }
}

.home-section,
.about-section {
  margin-top: 40px;
}

.filter-container {
  padding: 0 12px;
  display: none;
  /* position: fixed;
    background: white;
    width: calc(100% - 24px);
    top: 124px;
    z-index: 100;
    height: calc(100% - 124px);
    overflow-y: scroll; */
}

#run-filter-btn {
  width: fit-content;
  font-weight: bold;
  font-size: 24px;
  text-decoration: underline;
}

.hide-filter-button,
.reset-filter-button {
  display: none;
}

@media screen and (max-width: 800px) {
  .reset-filter-button span.desktop-only {
    display: none;
  }
}

.reset-filter-button.filter-active {
  display: block;
}

body.filter-open .filter-container {
  display: block;
  position: fixed;
  top: 120px;
  background: white;
  width: calc(100% - 24px);
  z-index: 100;
  max-height: calc(100% - 120px);
  overflow-y: scroll;
}

@media screen and (max-width: 800px) {
  body.filter-open .filter-container {
    top: 80px;
    max-height: calc(100% - 80px);
  }
}

body.filter-open .filter-container {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
}
body.filter-open .filter-container::-webkit-scrollbar {
  display: none; /* Older Safari and Chromium */
}

body.filter-open nav {
  background: white;
}

body.filter-open .show-filter-button {
  display: none;
}

body.filter-open .hide-filter-button,
body.filter-open .reset-filter-button {
  display: block;
}

body.filter-open .reset-filter-button.filter-active {
  display: none;
}

.no-results {
  margin-top: 24px;
}

.filter-section {
  border-top: 1px solid red;
  display: flex;
  gap: 6px;
}

@media screen and (max-width: 800px) {
  .filter-section {
    flex-direction: column;
  }
}

.section-title,
.archive-detail .section-title.related-section-title {
  font-size: 24px;
  border-top: 1px solid red;
  padding: 0;
  margin-bottom: 0;
  font-weight: bold;
  min-height: 40px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  /* box-sizing: border-box; */
}

.filter-title {
  width: 25%;
  flex-shrink: 0;
}

@media screen and (max-width: 800px) {
  .filter-title {
    width: 100%;
  }
}

.filter-title,
.filter-input {
  font-size: 24px;
  padding: 12px 0;
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .filter-title,
  .filter-input {
    font-size: 16px;
  }
}

.filter-input {
  width: 75%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: left;
  gap: 12px;
}

.filter-input input {
  padding: 0;
  margin: 0;
  border: none;
  width: calc(66.667% - 12px);
}

@media screen and (max-width: 800px) {
  .filter-input {
    width: 100%;
    flex-direction: column;
  }

  .filter-input input {
    width: 100%;
    font-size: 16px;
  }
}

.filter-input button {
  width: fit-content;
  font-weight: bold;
  font-size: 24px;
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .filter-input button {
    font-size: 16px;
  }
}

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

.filter-keywords-sections {
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 12px;
  row-gap: 48px;
}

.filter-keywords-section {
  width: calc(33.33% - 12px);
}

@media screen and (max-width: 800px) {
  .filter-keywords-sections {
    flex-direction: column;
  }

  .filter-keywords-section {
    width: 100%;
  }
}

.keywords-title {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .keywords-title {
    font-size: 16px;
  }
}

.keywords-title.small {
  font-size: 16px;
}

.filter-keywords {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.featured-articles-list {
  display: flex;
  flex-wrap: wrap;
  /* gap: 20px 12px; */
  gap: 20px 0;
}

.featured-article {
  /* width: calc(50% - 6px); */
  width: 50%;
}

.featured-article-image {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.featured-article-image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  aspect-ratio: 16 / 9;
}

.featured-article-title {
  font-size: 24px;
  font-weight: bold;
  padding: 12px 12px 12px 0;
  line-height: 1.2;
}

.featured-article-tags {
  position: absolute;
  top: 0;
  left: 0;
}

.tag {
  display: flex;
}

.tag-main {
  padding: 0 12px;
  background-color: rgba(255, 214, 214, 1);
  width: fit-content;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.tag-sub {
  padding: 0 12px;
  background-color: rgba(255, 214, 214, 0.5);
  width: fit-content;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.featured-article-tags .tag-sub {
  background-color: white;
}

.tag-main.active,
.tag-sub.active {
  background-color: red;
  color: white;
}

.suggestions-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 36px;
  row-gap: 12px;
}

.all-content-list {
  display: flex;
  flex-wrap: wrap;
}

.content-article {
  width: calc(25% + 0.75px);
  border: 1px solid red;
  box-sizing: border-box;
  margin-right: -1px;
  margin-bottom: -1px;
  aspect-ratio: 1/1;
  position: relative;
}

.content-article.circular {
  border-radius: 50%;
}

.content-article-tags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.content-article-title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px;
  box-sizing: border-box;
}

.content-article-title.full-height {
  height: 100%;
  align-items: center;
  justify-content: center;
}

.content-article-title-main {
  font-weight: bold;
}

.newsletter-input {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid red;
  text-align: center;
}

.newsletter-input:focus {
  outline: none;
}

.newsletter-form {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.newsletter-button {
  font-weight: bold;
}

@media (max-width: 1300px) {
  .content-article {
    width: calc(33.33% + 0.75px);
  }
}

@media (max-width: 1000px) {
  .featured-article {
    width: 1000px;
  }

  .content-article {
    width: calc(50% + 0.5px);
  }
}

@media (max-width: 700px) {
  .content-article {
    /* width: calc(100% + 1px); */
    width: 100%;
  }
}

/* ============================================================================= ARCHIVE DETAIL */

.archive-detail {
  /* width: 100%; */
  /* max-width: 800px; */
  /* margin: 0 auto; */
  margin: 0 25vw;
  /* padding: 24px; */
  padding: 40px 6px 40px 12px;
}

.archive-header-video {
  padding: 12px;
  aspect-ratio: 1 / 1;
  position: relative;
}

.archive-header-video .video {
  position: absolute;
  width: calc(100% - 24px);
  top: 50%;
  transform: translateY(-50%);
}

.archive-header-framed iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 1000px) {
  .archive-detail {
    margin: 0 auto;
    width: 100%;
    padding: 24px 12px;
  }
}

.archive-header-framed {
  border: 1px solid red;
}

.archive-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: -1px;
  border-bottom: 1px solid red;
  padding: 12px;
  /* min-height: 60px; */
  display: flex;
  align-items: center;
  line-height: 1.2;
  /* box-sizing: border-box; */
}

.archive-subtitle {
  font-size: 24px;
  margin-bottom: -1px;
  border-bottom: 1px solid red;
  padding: 12px;
  /* min-height: 40px; */
  display: flex;
  align-items: center;
  line-height: 1.2;
  /* box-sizing: border-box; */
}

.archive-title.editorial-title {
  border-bottom: none;
  margin-bottom: 0;
  padding: 24px 0 12px;
}

.archive-subtitle.editorial-subtitle {
  border-bottom: none;
  margin-bottom: 0;
  font-size: 24px;
  min-height: 60px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding: 0 0 24px;
}

.archive-meta {
  padding: 0 12px;
  border-bottom: 1px solid red;
  font-size: 20px;
  min-height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: -1px;
  gap: 12px;
  line-height: 1.2;
  /* box-sizing: border-box; */
}

.archive-image {
  padding: 12px;
  aspect-ratio: 1 / 1;
}

.archive-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.image-gallery {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.image-gallery-image {
  padding: 12px;
  aspect-ratio: 1 / 1;
  height: 100%;
}

.image-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.archive-detail .section-title {
  font-size: 16px;
  font-weight: normal;
  border-top: 1px solid red;
  /* padding: 6px 0 12px; */
  margin-bottom: 0;
}

.archive-detail .section-content {
  font-size: 20px;
  margin-top: 12px;
  line-height: 1.2;
}

.section-content ul {
  list-style: initial;
  margin: initial;
  padding: 0 0 0 40px;
  margin: 1em 0;
}

.section-content li {
  display: list-item;
}

.section-content li p {
  margin-bottom: 0;
}

.keywords-section {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
}

.keywords-section .tag {
  font-size: 16px;
}

.section-link {
  text-decoration: underline;
  display: block;
}

.details-table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 24px;
  font-size: 16px;
  /* margin-top: 24px; */
}

.detail-cell {
  width: calc(50% - 12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid red;
  padding: 0;
  height: 40px;
}

.detail-title {
  font-weight: bold;
}

.spaces {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  /* margin-top: 12px; */
}

.space {
  display: flex;
  gap: 6px;
  align-items: center;
}

.space-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: red;
}

.archive-section.editorial p,
.archive-section.editorial li {
  font-size: 20px;
}

.archive-section img {
  width: 100%;
  display: block;
}

.archive-section.editorial figure {
  margin: 116px 0;
}

.archive-section figcaption {
  margin-top: 6px;
  font-size: 16px;
}

.archive-section figcaption .credits {
  opacity: 0.5;
  margin-left: 6px;
}

.archive-section.editorial h2 {
  font-size: 20px;
  margin: 58px 0 24px;
}

.archive-section.editorial h3 {
  font-size: 20px;
  margin: 58px 0 24px;
}

.archive-section.editorial blockquote {
  font-size: 32px;
  font-weight: bold;
  margin: 82px 0;
  position: inherit;
  line-height: 1.2;
  width: calc(100vw - 24px);
  margin-left: calc(-25vw);
}

.archive-section.editorial blockquote footer {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  /* line-height: 1.3em; */
  font-size: 16px;
  font-weight: normal;
  margin-top: 12px;
}

.archive-section.editorial .text-block {
  line-height: 1.2;
}

.archive-section.editorial .text-block.large,
.about-page-intro {
  width: calc(100vw - 24px);
  margin-left: calc(-25vw);
  line-height: 1.2;
  font-size: 32px;
}

@media screen and (max-width: 1000px) {
  .archive-section.editorial .text-block.large,
  .about-page-intro {
    margin-left: unset;
  }
}

.archive-section.editorial .text-block.large p {
  font-size: 32px;
  /* line-height: 1.1em; */
  margin: 82px 0;
}

.archive-section.editorial .link-block,
.link-block {
  display: flex;
  margin: 82px 0;
  width: fit-content;
}

@media screen and (max-width: 1000px) {
  .archive-section.editorial .link-block,
  .link-block {
    flex-direction: column;
  }

  .archive-section.editorial .link-block .link-block-text,
  .link-block .link-block-text {
    margin-left: 0px !important;
    margin-top: -1px;
  }
}

.link-blocks {
  margin: 82px 0;
}

.link-block.no-margin {
  margin: 0;
  margin-top: -1px;
}

.archive-section.editorial .link-block div,
.link-block div {
  border: 1px solid red;
  padding: 0 24px;
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 60px;
}

.archive-section.editorial .link-block .link-block-text,
.link-block .link-block-text {
  border: 1px solid red;
  margin-left: -1px;
}

.archive-header-flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

.detail-related-section {
  width: calc(100vw - 24px);
  margin-left: -25vw;
}

@media screen and (max-width: 1000px) {
  .detail-related-section {
    width: auto;
    margin-left: unset;
  }
}

/*  ============================================================================ FESTIVAL */

.scroll-anchor {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}

.festival-headline {
  font-size: 32px;
  margin-bottom: 6px;
  line-height: 1.2;
}

.festival-headline.festival-info-headline {
  margin-bottom: 82px;
}

.festival-date {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 82px;
}

.festival-headline p {
  margin: 0;
}

.festival-intro {
  font-size: 32px;
  line-height: 1.2;
}

.festival-more-links-headline {
  font-weight: bold;
}

.festival-more-link {
  text-decoration: underline;
}

.festival-section.margin-bottom {
  margin-bottom: 200px;
}

/* ============================================================================ TIMELINE */

.festival-links-images {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}

.festival-images {
  width: 100%;
  height: 500px;
}

.festival-image {
  height: 500px;
}

.festival-image img {
  /* width: 100%; */
  height: 100%;
  max-width: calc(100vw - 22px);
  object-fit: contain;
  object-position: left center;
  display: block;
}

.splide__arrows {
  display: flex;
  justify-content: space-between;
  margin-bottom: -42px;
  z-index: 100;
  position: relative;
}

.splide__arrow {
  padding: 12px;
  background-color: white;
  box-sizing: border-box;
  margin-top: 1px;
}

.splide__arrows button:disabled {
  /* opacity: 0.5; */
  opacity: 0;
  pointer-events: none;
}

.splide__arrows.hidden {
  display: none;
}

/* @media (min-width: 1000px) {
    .festival-images {
        width: 50%;
    }
} */

/* ============================================================================= NETWORK */

.network-main {
  margin: 40px 0;
  padding: 0 11px;
}

@media screen and (max-width: 800px) {
  .network-main {
    margin-top: 80px;
  }
}

/* ============================================================================= ABOUT */

.about-section {
  font-size: 32px;
  /* margin-bottom: 82px; */
}

.about-section .text-block {
  margin-bottom: 82px;
}

.about-section .text-block.normal {
  font-size: 20px;
}

.about-section .text-block.large {
  font-size: 32px;
  line-height: 1.2;
}

/* ============================================================================ ARCHIVE (LEGACY) */

.archive {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  padding: 0;
  height: auto;
}

.archive_element[data-type="festival"] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2P8z8CQxsjAMIsBChhhDAwBmEoMFQCuFgQFCkgpOwAAAABJRU5ErkJggg==)
    repeat;
  /* background-color: red; */
}

.archive_element-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
  /* line-height: 1.3em; */
}

.archive_element[data-type="festival"] .archive_element-inside {
  /* border: 1px solid; */
  /* box-sizing: border-box; */
  /* border-radius: 50%; */
  /* background-color: white; */
  background: radial-gradient(
    ellipse,
    rgba(255, 255, 255, 1) 60%,
    rgba(255, 0, 0, 1)
  );
}

.archive_element-inside h1 {
  font-size: 1rem;
  /* line-height: 1.3em; */
  margin-bottom: 0;
  text-align: center;
}

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

.archive_element-subtitle p {
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .archive {
    grid-template-columns: repeat(4, 1fr);
  }
}

.archive_element {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-bottom: 1px solid;
  border-right: 1px solid;
  position: relative;
}

@media (max-width: 499px) {
  .archive_element {
    /* height: auto; */
    /* padding-bottom: 0; */
  }
  .archive_element-inside {
    /* position: relative;
        text-align: left;
        align-items: flex-start; */
  }
  .archive_element-inside h1 {
    /* text-align: left; */
  }
  .archive_element-subtitle {
    /* text-align: left; */
  }
}

.supporters {
  grid-column: span 4;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 2rem;
}

.supporter {
  width: 100px;
}

.supporters img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.gallery {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}

.gallery figure {
  width: 100%;
  grid-column: span 1;
}

.gallery picture {
  width: 100%;
}

.gallery img {
  max-width: 100%;
}

.goverlay {
  background: white;
}

.glightbox-mobile .goverlay {
  background: white;
}

.gslide-description,
.glightbox-mobile .glightbox-container .gslide-description {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  color: red;
  background: transparent;
  padding: 12px;
  max-width: 100%;
}

.glightbox-mobile .glightbox-container .gslide-description {
  position: absolute;
  top: 0;
  pointer-events: none;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: unset;
}

.glightbox-clean .gdesc-inner {
  padding: 0 20px;
}

.gslide-image {
  width: 100%;
  height: 100%;
}

.glightbox-container .ginner-container {
  width: 100% !important;
  height: 100% !important;
}

.glightbox-container .gslide {
  width: 100% !important;
  height: 100% !important;
}

.glightbox-container .gslide-inner-content {
  width: 100% !important;
  height: 100% !important;
}

.gbtn {
  width: auto;
}
.gbtn svg {
  display: none;
}

.gclose.gbtn {
  position: absolute;
  top: 0;
  right: 12px;
}
.gclose::after {
  content: "Close";
}

.gnext {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.gnext::after {
  content: "Next";
}

.gprev {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.gprev::after {
  content: "Prev";
}

.gslide-media {
  display: block !important;
}

.gslide-image img {
  max-height: unset !important;
  height: 100%;
  width: 100% !important;
  object-fit: contain;
}

@media screen and (orientation: landscape) {
  .gslide-image img[data-orientation="landscape"] {
    object-fit: cover;
  }
}

@media screen and (orientation: portrait) {
  .gslide-image img[data-orientation="portrait"] {
    object-fit: cover;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    height: 100%;
  }
}

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

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

.gslide.current .gslide-description {
  opacity: 1;
  transition: opacity 0.1s linear;
}

.cover {
  position: absolute;
  top: 0;
  right: 12px;
  max-width: calc(25% - 12px);
}

.cover img {
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .cover {
    position: relative;
    max-width: 100%;
  }
}

/* ============================================================================ ARTICLE */

.article {
  position: relative;
  margin-bottom: 24px;
}

.article figure {
  margin: 2em 0;
}

.article img {
  max-width: 100%;
}

.article figcaption {
  font-style: italic;
  margin-bottom: 2em;
}

.article .back_to_archive_arrow {
  position: absolute;
  left: 10px;
  top: 2rem;
  margin-bottom: 1rem;
}

.article__text {
  padding-top: 2rem;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 25%;
  max-width: 60ch;
}

.article__text ul {
  margin-left: 2rem;
  list-style: disc;
  margin-bottom: 1rem;
}

.article__text ul p {
  margin-bottom: 0;
}

.article__text mark {
  background-color: rgba(255, 0, 0, 1);
  color: white;
  padding: 0.25em 0;
}

mark {
  background-color: #ffd6d6;
  padding: 0.03em 0;
}

.recommended_articles h2 {
  padding: 0 24px;
}

.recommended_articles .archive {
  border-top: 1px solid;
}

@media screen and (max-width: 800px) {
  .article .back_to_archive_arrow {
    position: relative;
    display: none;
  }
  .article__text {
    margin-left: 0;
  }
}

/* ============================================================================ FOOTER */

footer {
  border-top: 1px solid red;
  margin-top: -1px;
  padding: 10px 0 0;
  margin: 0 10px 0 11px;
  /* line-height: 1.2em; */
  display: flex;
  flex-direction: column;
  gap: 40px;
}

footer a {
  display: block;
  width: fit-content;
  hyphens: auto;
}

footer .bold {
  font-weight: bold;
}

.footer__grid {
  /* display: grid;
    grid-template-columns: repeat(4, 1fr); */
  display: flex;
}

.footer-header {
  min-height: 40px;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 800px) {
  footer {
    gap: 20px;
  }

  .footer-header {
    min-height: 0;
  }
}

.footer-column {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 6px;
  box-sizing: border-box;
}

.footer-sub-elements li {
  height: 20px;
}

.footer__bottom-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid red;
  height: 40px;
  box-sizing: border-box;
}

.copyright {
  display: flex;
  align-items: center;
}

.footer-imprint-privacy {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}

.dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  background-color: red;
  margin-left: 1em;
  transform: translateY(1px);
  cursor: pointer;
}

.spacektdot {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  display: inline-block;
  background-color: red;
  transform: translateY(1px);
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .footer__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-column {
    width: 100%;
  }

  .footer__bottom-line {
    flex-direction: column;
    height: 80px;
    flex-wrap: nowrap;
    padding: 0 6px;
  }

  .footer__bottom-line .copyright,
  .footer-imprint-privacy {
    height: 40px;
  }
}

@media screen and (max-width: 800px) {
  nav .navigation_element {
    position: relative;
  }

  footer div {
    display: block;
    text-align: left;
  }
  footer .links {
    display: block;
    text-align: left;
  }
  .about_container {
    display: block;
  }
  .about_text {
    grid-column: 1 / span 4;
  }
  .about_text h1 {
    position: relative;
    max-width: 100%;
    margin-top: 3px;
  }
  .about_text h1:not(:first-of-type) + p {
    padding-top: 0;
  }
  .newsletter_container {
    position: relative;
    width: auto;
  }
}

@media only screen and (max-width: 500px) {
  .banner {
    font-size: 1.2rem;
  }
  /* header, main {
        padding: 0;
    } */
  /* footer {
        padding: 32px 12px 12px;
    } */
  /* header {
        padding-top: 5px;
        padding-bottom: 5px;
    } */
  /* nav {
        display: block;
    } */
  nav .navigation_element {
    display: inline-block;
  }
  /* nav .navigation_element:first-of-type {
        display: block;
    } */
  .main_table_body {
    display: block;
    /* line-height: 1.3em; */
  }
  .district_cell {
    display: none;
  }
  thead {
    display: none;
  }
  tr {
    margin-top: 12px;
    padding-bottom: 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  tr:not(:last-child) {
    border-bottom: 1px solid;
  }
  td.table_cell:first-child {
    font-weight: bold;
  }
  td.table_cell {
    padding: 0;
    border: none;
    /* padding: 0 12px; */
  }

  .recommended_articles h2 {
    padding: 0 12px;
  }

  .small_more_info {
    display: inline;
    word-break: break-all;
  }
}
