@charset "UTF-8";
.mo-single p,
.mo-single h2,
.mo-single h3,
.mo-single h4 {
  font-family: "Merriweather Sans"; }

.mo-single h2,
.mo-single h3,
.mo-single h4 {
  font-weight: 500; }

.swiper-hidden {
  visibility: hidden; }

.mo-explanation h3 {
  padding-left: 2.5rem; }

.mo-explanation h3::before {
  content: "\003E";
  display: inline-block;
  font-size: 105%;
  position: absolute;
  margin-top: -0.04em;
  margin-left: -2.2rem; }

.mo-explanation.active h3::before {
  content: "v";
  transform: scale(1.2, 0.9);
  margin-top: -0.1em; }

.mo-explanation p {
  font-size: 103%; }

@media (min-width: 768px) {
  .mo-explanation p {
    font-size: 20px; } }

.mo-cta-button.mo-explanation h3::before {
  content: ""; }

.mo-cta-button.mo-explanation h3::after {
  content: "\269F";
  display: inline-block;
  font-size: 135%;
  position: absolute;
  margin-top: -0.31em;
  margin-left: 0.5rem; }

.mo-cta-wrapper [class*="icon-"]:before {
  font-family: "mo-icons";
  font-size: 3rem;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cta-text {
  display: flex;
  flex-direction: row;
  align-items: center; }

.mo-cta-wrapper .cta-text div {
  padding: 0 0 0 2rem; }

.icon-time_full:before {
  content: "\e80a"; }

/* '' */
.icon-time_part:before {
  content: "\e80b"; }

/* '' */
.icon-time_short:before {
  content: "\e80c"; }

@media screen and (min-width: 768px) {
  .background-container {
    position: absolute;
    top: 0;
    left: 0; }
  .mo-background {
    height: 100vh;
    width: 100vw;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }
  .mo-translation {
    background-color: whitesmoke;
    color: black;
    padding: 5rem 4rem 8rem 4rem;
    width: 100vw;
    height: 50vh;
    overflow-y: scroll;
    bottom: 0;
    position: relative;
    transform: scale(1.001); }
  .mo-translation--text {
    max-width: 80vw;
    margin: auto;
    font-size: medium;
    display: flex;
    flex-direction: column;
    min-height: 100%; }
  .mo-single {
    position: relative;
    color: white;
    font-size: x-large;
    display: flex;
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: 200vw; }
  .view-1,
  .view-2 {
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    z-index: 10;
    position: absolute; }
  .view-1 {
    left: 50vw;
    width: 50vw;
    flex-direction: column; }
  .gif-explanation {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10rem; }
  .view-2 {
    left: 100vw;
    width: 100vw;
    flex-direction: row; }
  .view-2 > div {
    width: 50vw;
    height: 100vh; }
  .mo-main-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10rem; }
  .mo-main-content .quote-icon {
    padding-bottom: 3rem;
    text-align: center;
    font-size: 250%;
    line-height: 0.2; }
  .mo-main-content-text {
    max-width: 80%;
    border-left: 2px solid white;
    padding-left: 15px; }
  .mo-single video {
    width: 80%;
    mix-blend-mode: screen;
    position: absolute; }
  .video-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 50vw;
    height: 100vh; } }

@media (max-width: 767px) {
  .mo-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 0;
    border-bottom: 1px solid #0a0a0a; }
  .mobile-only {
    max-height: 100dvh; }
  .swiper-slide {
    min-height: 100vh; }
  #custom-pagination {
    display: flex;
    z-index: 999;
    align-items: start;
    padding-top: 1.5rem;
    justify-content: space-around;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: auto !important;
    height: fit-content;
    margin: 0;
    font-size: 1.5rem;
    color: white;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-break: break-word; }
  #custom-pagination li {
    list-style: none; }
  #custom-pagination .swiper-pagination-bullet {
    opacity: 0;
    min-width: 33vw;
    height: fit-content;
    border-radius: 0;
    background: transparent;
    padding: 1rem 1rem;
    margin: 0;
    position: relative;
    text-align: center; }
    #custom-pagination .swiper-pagination-bullet::before {
      content: none; }
  #custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
    opacity: 1;
    transform: translate(-33vw, 5px); }
  #custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-prev,
  #custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active-next {
    opacity: 0.5;
    transform: translateX(-33vw);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .quote-icon span {
    font-size: x-large; }
  .mo-video {
    display: flex;
    justify-content: center;
    position: relative; }
  .mo-video video {
    mix-blend-mode: screen;
    width: 75vw;
    position: relative; }
  .video-container {
    position: relative;
    height: calc(50dvh + 25vw);
    margin-top: calc(50dvh - 37.5vw); }
  .gif-explanation {
    opacity: 0.1;
    margin-top: 0; }
  .sprite-container {
    z-index: 10; }
  .mo-single {
    padding-bottom: 130dvh; }
  .mo-original {
    position: relative;
    color: white;
    max-width: 80vw;
    margin: auto;
    font-size: large; }
  .quote-icon {
    font-size: 2.3rem;
    text-align: center;
    line-height: 0.8;
    height: 6rem;
    bottom: calc(100dvh - 6rem);
    position: fixed;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end; }
  .mo-translation {
    background-color: whitesmoke;
    width: 100vw;
    height: 55vh;
    overflow-y: scroll;
    position: fixed;
    bottom: 0; }
  .mo-translation--text {
    max-width: 80vw;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 6rem);
    padding: 2rem 0; }
  .mo-main-content {
    position: fixed;
    bottom: 55vh;
    margin: 2rem 0 3rem 0;
    height: calc(100dvh - 55vh - 5rem - 6rem);
    overflow: scroll;
    display: flex;
    color: white;
    width: 100%;
    font-size: large; }
  .mo-main-content p {
    border-left: 2px solid white;
    padding-left: 15px;
    max-width: 80vw;
    margin: auto; }
  .video-spinner {
    width: 75vw;
    aspect-ratio: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
  .video-spinner::after {
    content: '';
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #555;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute; }
  @keyframes spin {
    0% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(360deg); } } }

.mo-explanation h3 {
  font-size: large;
  padding-bottom: 1rem; }

@media (min-width: 768px) {
  .mo-explanation h3 {
    font-size: 22px; } }

.mo-main-content a.active {
  pointer-events: all;
  color: white;
  text-decoration: underline;
  text-underline-offset: 0.2em; }

.mo-explanation p {
  display: none; }

.mo-explanation p {
  padding-bottom: 1rem; }

.mo-explanation.active p {
  display: block; }

.sidenote > cite::before {
  display: none; }

.mo-cta-button {
  margin-top: auto;
  color: #001d45;
  width: fit-content;
  border: 1px solid;
  border-radius: 4px;
  cursor: pointer; }

.mo-cta-button:hover {
  color: white;
  background-color: #001d45;
  border-color: #001d45; }

.mo-cta-button h3 {
  padding: 10px 50px 10px 20px; }

.mo-cta-wrapper {
  position: absolute;
  background-color: #001d45;
  top: 100vh;
  left: 0;
  padding: 5rem;
  padding-right: 8rem;
  color: white;
  display: none; }

.mo-cta-wrapper.active {
  display: block; }

.mo-cta-wrapper div,
.mo-cta-wrapper h3 {
  width: 100%;
  font-size: large;
  padding-bottom: 3rem; }

.mo-cta-wrapper div {
  font-size: large; }

.mo-cta-wrapper h3::after {
  content: "\2241";
  position: absolute;
  right: 6rem;
  font-size: 180%;
  top: 3.2rem;
  z-index: 1; }

@media screen and (min-width: 768px) {
  .mo-cta-wrapper {
    height: 100vh; }
  .sidenote > cite > a {
    position: absolute;
    left: 5%;
    margin-top: 0.5em;
    width: calc(90% - 2em);
    padding: 16px;
    display: block;
    opacity: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    text-decoration: none !important; }
  .sidenote:hover > cite > a {
    display: block;
    opacity: 1; }
  .sidenote > cite + span:hover {
    border-bottom: 2px solid var(--background-extract-color); } }

@media (max-width: 767px) {
  .mo-cta-wrapper h3::after {
    top: 3.45rem; }
  .sidenote.active {
    display: inline-flex;
    flex-direction: column;
    position: relative; }
  .sidenote.active > span {
    width: max-content;
    order: 1;
    border: none; }
  .sidenote.active > cite {
    order: 2; }
  .sidenote.active > cite > a {
    display: block;
    position: relative;
    margin: 1.5em;
    margin-top: 1em;
    width: auto;
    height: auto; } }

.sidenote > cite > a {
  background-color: whitesmoke;
  z-index: 10;
  display: none;
  color: darkgray;
  text-decoration: underline; }

.sidenote > cite + span {
  cursor: pointer;
  border-bottom: 1px solid darkgray;
  transition: all 0.3s; }

.sidenote > cite + span::after {
  content: "";
  display: inline-block;
  margin: 0 0.3em;
  position: relative;
  top: -0.1em;
  font-family: "mo-icons";
  color: #999;
  font-size: 0.8em;
  font-style: normal !important;
  transition: all 0.3s; }

.sidenote > cite + span:hover::after {
  color: var(--background-extract-color); }

.sidenote > .icon-link_external + span::after {
  content: "\e804"; }

.sidenote > .icon-link_internal + span::after {
  content: "\e805"; }

.sidenote > .icon-image + span::after {
  content: "\e803"; }

.link-color-4c8aa4 a {
  color: #4c8aa4; }

.link-color-235aa1 a {
  color: #4c8aa4; }

.expander .trigger {
  cursor: pointer;
  border-bottom: 1px solid darkgray; }

.expander.active .trigger {
  border-bottom: 2px solid var(--background-extract-color); }

.expander > .trigger::after {
  content: "\e800";
  font-family: "mo-icons";
  color: #999;
  font-size: 0.8em;
  margin-left: 0.2em;
  margin-right: 0.2em; }

.expander:hover > .trigger {
  border-color: var(--background-extract-color); }

.expander:hover > .trigger::after {
  color: var(--background-extract-color); }

.expander.active > .trigger::after {
  content: "\e801";
  color: var(--background-extract-color); }

.expander > .info {
  display: inline-block;
  margin: 0;
  height: 0;
  width: 0;
  color: var(--articleText);
  font-style: italic;
  overflow-y: hidden; }

.expander.active > .info {
  display: block;
  margin: 1.5rem;
  margin-top: 1em;
  width: auto;
  height: auto;
  opacity: 1; }

.mo-chapter,
#final-slide,
#intro-slide {
  background-color: whitesmoke;
  color: #0a0a0a;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.mo-chapter div,
#final-slide > div,
#intro-slide .content {
  max-width: 80vw;
  margin: 0 auto; }

#intro-slide p {
  margin-bottom: 1rem;
  hyphens: auto;
  font-size: large; }

#final-slide {
  padding: 4rem 0; }

#final-slide div {
  padding-bottom: 2rem; }

#final-slide p {
  padding-bottom: 1rem; }

.mobile-only .mo-logos-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  align-items: center; }

.desktop-only .mo-logos-container {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px 20px;
  align-items: center; }

.desktop-only #logoteppich,
.desktop-only #deepwave-says-thank-you,
.desktop-only #danksagung {
  width: 800px; }

.desktop-only #mobile-placeholder {
  display: none; }

#footer {
  text-align: center;
  color: grey !important;
  padding: 4rem; }

#footer a {
  color: grey !important; }

.mo-logos-container .mo-signatory-logo {
  width: 100%;
  max-width: 300px; }

.intro-video {
  position: relative;
  padding-bottom: 177.78%;
  height: 0;
  overflow: hidden;
  width: 80vw;
  max-width: 100%;
  margin-bottom: 5rem; }

.intro-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.intro-text {
  margin: 3rem 0; }

.logo_title {
  display: flex;
  flex-direction: row;
  margin-top: 4rem;
  padding-bottom: 2rem; }

.logo_title img {
  width: 26rem; }

@media (max-width: 767px) {
  .logo_title img {
    width: 29vw; }
  #intro-slide h1 {
    font-size: 26px !important; } }

#intro-slide h1 {
  font-size: 3em;
  font-size: clamp(32px, 3vw, 3em);
  padding: 0 0 0 2rem;
  color: #fff; }

#intro-slide {
  color: white;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(4, 18, 24, 0.82), rgba(5, 25, 34, 0.78)), url(/backgrounds/background-ocean.avif);
  background-attachment: fixed; }

#map-slide {
  height: 140vh; }

#map-slide-child {
  height: 100vh;
  position: sticky;
  top: 0;
  color: white;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(4, 18, 24, 0.82), rgba(5, 25, 34, 0.78)), url(/backgrounds/background-ocean.avif);
  background-attachment: fixed; }

.shimmer {
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.3) 55%, transparent 100%);
  background-size: 200% 100%;
  animation: shimmer 3s infinite;
  height: 20vh;
  width: 100%;
  position: absolute;
  opacity: 0.3;
  bottom: 0; }

@keyframes shimmer {
  0% {
    background-position: 100% 0; }
  45% {
    background-position: -100% 0; }
  100% {
    background-position: -100% 0; } }

.swipe-info {
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: x-large; }

.swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active-next {
  opacity: 0 !important; }

.desktop-only .mo-chapter {
  min-height: 0;
  padding: 10rem; }

.mo-chapter h2 {
  font-weight: 500;
  font-size: x-large;
  padding-bottom: 1rem; }

.desktop-only .mo-chapter div {
  max-width: 800px;
  font-size: large; }

.desktop-only .mo-chapter div p {
  padding-left: 15px;
  border-left: 2px solid #0a0a0a; }

.desktop-only .swipe-info,
.desktop-only .shimmer {
  display: none !important; }

.desktop-only #intro-slide .content {
  display: flex; }

.desktop-only #intro-slide .content .intro-text {
  margin: 0 6rem 0 0;
  max-width: 40vw; }

.desktop-only #intro-slide .content .intro-video {
  position: relative;
  width: calc(70vh / 1.7778);
  height: 70vh;
  padding: 0; }

.navigation-opener {
  position: absolute;
  top: 2rem;
  left: 2rem;
  padding-left: 2.5rem;
  z-index: 100000;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.navigation-opener::before {
  content: "\2723";
  font-size: 90%;
  bottom: 0.25rem;
  position: absolute;
  left: 0;
  transform: rotate(15deg) scaleX(1.1); }

.navigation-opener.active::before {
  content: "\2715";
  transform: none; }

.info-button {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  border: 2px solid white;
  text-align: center;
  line-height: 2rem;
  font-size: 1.3rem;
  margin-left: 0.7rem;
  position: absolute;
  top: 0.6rem; }

#info-video {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 140px);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center; }

#info-video iframe {
  width: 60%;
  height: 80%; }

#map {
  position: fixed;
  top: 0;
  left: 0;
  height: calc(100% - 7rem);
  margin-top: 7rem;
  width: 100%;
  z-index: 9000;
  visibility: visible; }

.hover-text {
  font-size: large;
  word-break: break-word;
  hyphens: auto;
  text-align: center;
  width: 100%;
  color: white; }

.node-inactive,
.background-dark {
  opacity: 0.2 !important; }

#search-container {
  position: fixed;
  top: 1.8rem;
  width: 50vw;
  margin: 0 25vw;
  z-index: 1000; }

#search-bar {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white; }

#search-results {
  padding-top: 1rem; }

#search-results img {
  width: 70px;
  padding-right: 1rem; }

#search-results li.search-result-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white !important;
  padding: 8px;
  font-size: large; }

#search-results li.search-result-item {
  display: block; }

body {
  overflow-x: hidden; }

a {
  color: #00abf3; }

/**
from Hugo Novella Theme
**/
/**
 * Thanks to Benjamin De Cock
 * https://gist.github.com/bendc/ac03faac0bf2aee25b49e5fd260a727d
 */
:root {
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-quart: cubic-bezier(0.77, 0, 0.175, 1); }

.hidden {
  visibility: hidden !important; }

@media screen and (max-width: 767px) {
  .desktop-only {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none !important; } }

@font-face {
  font-family: "mo-icons";
  src: url("/fonts/mo-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* merriweather-sans-regular - latin-ext */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/merriweather-sans-v22-latin-ext-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/merriweather-sans-v22-latin-ext-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/merriweather-sans-v22-latin-ext-regular.woff2") format("woff2"), url("/fonts/merriweather-sans-v22-latin-ext-regular.woff") format("woff"), url("/fonts/merriweather-sans-v22-latin-ext-regular.ttf") format("truetype"), url("/fonts/merriweather-sans-v22-latin-ext-regular.svg#MerriweatherSans") format("svg");
  /* Legacy iOS */ }

/* merriweather-sans-700 - latin-ext */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/merriweather-sans-v22-latin-ext-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/merriweather-sans-v22-latin-ext-700.eot?#iefix") format("embedded-opentype"), url("/fonts/merriweather-sans-v22-latin-ext-700.woff2") format("woff2"), url("/fonts/merriweather-sans-v22-latin-ext-700.woff") format("woff"), url("/fonts/merriweather-sans-v22-latin-ext-700.ttf") format("truetype"), url("/fonts/merriweather-sans-v22-latin-ext-700.svg#MerriweatherSans") format("svg");
  /* Legacy iOS */ }

/* merriweather-sans-italic - latin-ext */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/merriweather-sans-v22-latin-ext-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/merriweather-sans-v22-latin-ext-italic.eot?#iefix") format("embedded-opentype"), url("/fonts/merriweather-sans-v22-latin-ext-italic.woff2") format("woff2"), url("/fonts/merriweather-sans-v22-latin-ext-italic.woff") format("woff"), url("/fonts/merriweather-sans-v22-latin-ext-italic.ttf") format("truetype"), url("/fonts/merriweather-sans-v22-latin-ext-italic.svg#MerriweatherSans") format("svg");
  /* Legacy iOS */ }

/* merriweather-sans-700italic - latin-ext */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/merriweather-sans-v22-latin-ext-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/merriweather-sans-v22-latin-ext-700italic.eot?#iefix") format("embedded-opentype"), url("/fonts/merriweather-sans-v22-latin-ext-700italic.woff2") format("woff2"), url("/fonts/merriweather-sans-v22-latin-ext-700italic.woff") format("woff"), url("/fonts/merriweather-sans-v22-latin-ext-700italic.ttf") format("truetype"), url("/fonts/merriweather-sans-v22-latin-ext-700italic.svg#MerriweatherSans") format("svg");
  /* Legacy iOS */ }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  font-size: inherit; }

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  cursor: default;
  font-size: 0.625rem;
  line-height: 1.4; }

body {
  font-family: "Merriweather Sans", "SF Pro Display", "-apple-system", "BlinkMacSystemFont", "San Francisco", "Helvetica Neue", "Helvetica", "Ubuntu", "Roboto", "Noto", "Segoe UI", "Arial", sans-serif;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
  height: 100%;
  background-color: #0a0a0a; }

button,
a {
  text-decoration: none;
  cursor: pointer; }

a:focus {
  outline: none; }
