@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 (pointer: fine) {
  .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 (pointer: fine) {
  .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;
    will-change: transform, opacity; }
  .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;
    mix-blend-mode: screen; } }

@media (pointer: coarse) {
  .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); } }

@media (pointer: coarse) and (min-width: 768px) {
  .video-container {
    height: 65dvh;
    margin-top: 10dvh; }
  .mo-video video {
    width: min60vw, 55dvh; }
  .video-spinner {
    width: min60vw, 55dvh; } }

@media (pointer: coarse) {
  .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); } }
  @keyframes etikett-glow {
    0%, 100% {
      box-shadow: 4px 0 20px rgba(0, 171, 243, 0.15), -2px 0 12px rgba(0, 0, 0, 0.3); }
    50% {
      box-shadow: 4px 0 28px rgba(0, 171, 243, 0.3), -2px 0 12px rgba(0, 0, 0, 0.3); } }
  .mobile-search-etikett {
    position: fixed;
    right: 0;
    top: 15%;
    transform: translateY(-50%);
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: linear-gradient(165deg, rgba(8, 20, 32, 0.88) 0%, rgba(4, 10, 16, 0.93) 100%);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(76, 138, 164, 0.25);
    border-right: none;
    border-radius: 14px 0 0 14px;
    animation: etikett-glow 4s ease-in-out infinite;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 300ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 200ms ease, background 200ms ease; }
    .mobile-search-etikett:active {
      background: linear-gradient(165deg, rgba(0, 171, 243, 0.2) 0%, rgba(8, 20, 32, 0.9) 100%); }
    .mobile-search-etikett.is-hidden {
      transform: translateX(100%) translateY(-50%);
      opacity: 0;
      pointer-events: none; }
    .mobile-search-etikett svg {
      filter: drop-shadow(0 0 4px rgba(0, 171, 243, 0.3)); }
  .mobile-search-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    max-height: 65dvh;
    background: linear-gradient(180deg, rgba(8, 20, 32, 0.96) 0%, rgba(4, 10, 16, 0.98) 100%);
    backdrop-filter: blur(32px) saturate(1.6);
    -webkit-backdrop-filter: blur(32px) saturate(1.6);
    border-bottom: 1px solid rgba(76, 138, 164, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(76, 138, 164, 0.06) inset;
    border-radius: 0 0 16px 16px;
    transform: translateY(-100%);
    transition: transform 350ms cubic-bezier(0.22, 0.61, 0.36, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden; }
    .mobile-search-panel.is-open {
      transform: translateY(0); }
  .mobile-search-panel-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1.2rem 1rem;
    gap: 0.8rem;
    flex-shrink: 0; }
  #mobile-search-bar {
    flex: 1;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid rgba(76, 138, 164, 0.2);
    background: linear-gradient(135deg, rgba(8, 20, 32, 0.85) 0%, rgba(4, 10, 16, 0.9) 100%);
    -webkit-appearance: none;
    appearance: none;
    color: white;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: border-color 250ms ease, box-shadow 250ms ease; }
    #mobile-search-bar:focus {
      outline: none;
      border-color: rgba(0, 171, 243, 0.45);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(0, 171, 243, 0.1); }
    #mobile-search-bar::placeholder {
      color: rgba(76, 138, 164, 0.45);
      letter-spacing: 0.05em; }
  .mobile-search-close {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border: 1px solid rgba(76, 138, 164, 0.15);
    border-radius: 10px;
    background: rgba(76, 138, 164, 0.08);
    color: rgba(255, 255, 255, 0.8);
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    -webkit-tap-highlight-color: transparent; }
    .mobile-search-close:active {
      background: rgba(76, 138, 164, 0.2); }
  .mobile-search-results {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 0 1rem 1.5rem; }
    .mobile-search-results::-webkit-scrollbar {
      width: 3px; }
    .mobile-search-results::-webkit-scrollbar-track {
      background: transparent; }
    .mobile-search-results::-webkit-scrollbar-thumb {
      background: rgba(76, 138, 164, 0.15);
      border-radius: 3px; }
  .mobile-search-results-list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .mobile-search-result-item {
    margin-bottom: 2px; }
  .mobile-search-result-item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: rgba(255, 255, 255, 0.8) !important;
    padding: 10px 10px;
    font-size: 1.4rem;
    border-radius: 10px;
    transition: background 180ms ease;
    min-height: 44px;
    -webkit-tap-highlight-color: transparent; }
    .mobile-search-result-item a:active {
      background: rgba(76, 138, 164, 0.15); }
  .mobile-search-result-item img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 1rem;
    flex-shrink: 0; }
  .mobile-search-no-results {
    color: rgba(255, 255, 255, 0.4);
    padding: 1rem;
    font-size: 1.4rem;
    text-align: center; }
  .mobile-search-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1150;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms ease; }
    .mobile-search-backdrop.is-visible {
      opacity: 1;
      pointer-events: auto; } }

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

@media (pointer: fine) {
  .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 (pointer: fine) {
  .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 (pointer: coarse) {
  .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 (pointer: coarse) {
  .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;
  margin-top: 15vh; }

.navigation-header {
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  z-index: 100000;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff; }

.navigation-title {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 40;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  max-width: 34vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@keyframes desktop-etikett-glow {
  0%, 100% {
    box-shadow: -4px 0 20px rgba(0, 171, 243, 0.15), 2px 0 12px rgba(0, 0, 0, 0.3); }
  50% {
    box-shadow: -4px 0 28px rgba(0, 171, 243, 0.3), 2px 0 12px rgba(0, 0, 0, 0.3); } }

.desktop-search-etikett {
  position: absolute;
  left: -6px;
  top: 12rem;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 56px;
  padding-left: 6px;
  background: linear-gradient(165deg, rgba(8, 20, 32, 0.88) 0%, rgba(4, 10, 16, 0.93) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(76, 138, 164, 0.25);
  border-left: none;
  border-radius: 0 14px 14px 0;
  animation: desktop-etikett-glow 4s ease-in-out infinite;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  transition: transform 300ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 200ms ease, background 200ms ease, border-color 300ms ease, box-shadow 300ms ease; }
  .desktop-search-etikett:hover {
    background: linear-gradient(165deg, rgba(4, 40, 62, 0.93) 0%, rgba(2, 18, 32, 0.96) 100%);
    border-color: rgba(76, 138, 164, 0.35);
    transform: translateX(6px); }
    .desktop-search-etikett:hover svg {
      filter: drop-shadow(0 0 5px rgba(0, 140, 200, 0.35)); }
  .desktop-search-etikett:active {
    background: linear-gradient(165deg, rgba(3, 32, 52, 0.95) 0%, rgba(1, 14, 26, 0.97) 100%); }
  .desktop-search-etikett:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: 4px; }
  .desktop-search-etikett.is-hidden {
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none; }
  .desktop-search-etikett svg {
    filter: drop-shadow(0 0 4px rgba(0, 171, 243, 0.3)); }

.info-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 100%;
  border: 2px solid white;
  line-height: 1;
  flex: 0 0 auto;
  cursor: pointer;
  transition: opacity 200ms ease; }
  .info-button:hover {
    opacity: 0.8; }

.info-button-icon {
  width: 1.4rem;
  height: 1.4rem; }

#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;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease; }

#map::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 7rem;
  bottom: 0;
  background: radial-gradient(circle at 25% 20%, rgba(8, 33, 46, 0.25) 0%, rgba(0, 0, 0, 0.52) 70%);
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none; }

#map.is-overlay-open {
  opacity: 1;
  pointer-events: auto; }

#map.is-overlay-open::before {
  opacity: 1; }

#map.sidebar-mode svg {
  display: none !important; }

.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: 9200;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 180ms ease; }

#map.is-overlay-open #search-container {
  opacity: 1;
  transform: translateY(0); }

#search-bar {
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(76, 138, 164, 0.2);
  width: 100%;
  background: linear-gradient(135deg, rgba(8, 20, 32, 0.85) 0%, rgba(4, 10, 16, 0.9) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: white;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(76, 138, 164, 0.05) inset;
  transition: border-color 250ms ease, box-shadow 250ms ease; }

#search-bar:focus {
  outline: none;
  border-color: rgba(0, 171, 243, 0.45);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(0, 171, 243, 0.1), 0 0 20px rgba(0, 171, 243, 0.06); }

#search-bar::placeholder {
  color: rgba(76, 138, 164, 0.45);
  letter-spacing: 0.05em; }

#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; }

@keyframes sidebar-border-glow {
  0%, 100% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; } }

@keyframes sidebar-shine {
  0% {
    background-position: 200% center; }
  100% {
    background-position: -200% center; } }

.desktop-sidebar-nav {
  position: fixed;
  top: 7rem;
  left: 1.6rem;
  width: calc(100vw - 3.2rem);
  max-width: 38rem;
  max-height: calc(100vh - 9rem);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  z-index: 9100;
  background: linear-gradient(165deg, rgba(8, 20, 32, 0.92) 0%, rgba(4, 10, 16, 0.95) 100%);
  border: 1px solid transparent;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(76, 138, 164, 0.08) inset, 0 1px 0 rgba(255, 255, 255, 0.05) inset;
  backdrop-filter: blur(32px) saturate(1.6);
  -webkit-backdrop-filter: blur(32px) saturate(1.6);
  padding: 0.5rem;
  transform: translateX(-112%);
  opacity: 0;
  pointer-events: none;
  transition: transform 350ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 250ms ease;
  background-clip: padding-box; }
  .desktop-sidebar-nav::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 17px;
    padding: 1px;
    background: linear-gradient(180deg, rgba(76, 138, 164, 0.3) 0%, rgba(0, 171, 243, 0.12) 20%, transparent 60%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation: sidebar-border-glow 4s ease-in-out infinite; }
  .desktop-sidebar-nav::-webkit-scrollbar {
    width: 3px; }
  .desktop-sidebar-nav::-webkit-scrollbar-track {
    background: transparent; }
  .desktop-sidebar-nav::-webkit-scrollbar-thumb {
    background: rgba(76, 138, 164, 0.15);
    border-radius: 3px; }

.desktop-sidebar-nav.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto; }

.desktop-sidebar-nav-inner ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.desktop-sidebar-item {
  border-bottom: none;
  margin-bottom: 3px; }

.desktop-sidebar-item:last-child {
  margin-bottom: 0; }

.desktop-sidebar-toggle {
  width: 100%;
  border: 0;
  background: linear-gradient(135deg, rgba(76, 138, 164, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 1rem 2.6rem 1rem 1.2rem;
  position: relative;
  letter-spacing: 0.03em;
  text-transform: none;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  transition: all 220ms cubic-bezier(0.22, 0.61, 0.36, 1); }

.desktop-sidebar-toggle:hover {
  background: linear-gradient(135deg, rgba(76, 138, 164, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%);
  border-color: rgba(76, 138, 164, 0.2);
  color: #ffffff;
  transform: translateX(2px); }

.desktop-sidebar-toggle::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid rgba(76, 138, 164, 0.6);
  border-bottom: 1.5px solid rgba(76, 138, 164, 0.6);
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 250ms cubic-bezier(0.22, 0.61, 0.36, 1), border-color 180ms ease; }

.desktop-sidebar-toggle:hover::after {
  border-color: rgba(0, 171, 243, 0.9); }

.desktop-sidebar-toggle[aria-expanded="true"] {
  background: linear-gradient(135deg, rgba(76, 138, 164, 0.12) 0%, rgba(0, 171, 243, 0.05) 100%);
  border-color: rgba(76, 138, 164, 0.15);
  border-radius: 10px 10px 2px 2px;
  color: #ffffff; }

.desktop-sidebar-toggle[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(45deg);
  border-color: rgba(0, 171, 243, 0.8); }

.desktop-sidebar-level-2 {
  margin-left: 0 !important;
  padding: 0.2rem 0 0.6rem 0 !important;
  background: linear-gradient(180deg, rgba(76, 138, 164, 0.04) 0%, rgba(0, 0, 0, 0.1) 100%);
  border-radius: 0 0 10px 10px;
  margin-bottom: 3px;
  border: 1px solid rgba(76, 138, 164, 0.04);
  border-top: none;
  border-right-color: transparent;
  position: relative; }
  .desktop-sidebar-level-2::before {
    content: "";
    position: absolute;
    left: 1.2rem;
    top: 0.4rem;
    bottom: 0.6rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(76, 138, 164, 0.3), rgba(76, 138, 164, 0.05));
    border-radius: 1px; }

.desktop-sidebar-level-2.is-collapsed {
  display: none; }

.desktop-sidebar-link {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.55rem 0.8rem 0.55rem 2rem;
  margin: 1px 0.5rem 1px 0.5rem;
  border-radius: 8px;
  transition: all 180ms cubic-bezier(0.22, 0.61, 0.36, 1); }
  .desktop-sidebar-link::before {
    content: "";
    position: absolute;
    left: 1.2rem;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(76, 138, 164, 0.35);
    transform: translateY(-50%);
    transition: all 200ms ease; }

.desktop-sidebar-link:hover,
.desktop-sidebar-link:focus-visible {
  background: rgba(76, 138, 164, 0.1);
  color: #ffffff !important;
  transform: translateX(3px); }
  .desktop-sidebar-link:hover::before,
  .desktop-sidebar-link:focus-visible::before {
    background: rgba(0, 171, 243, 0.9);
    box-shadow: 0 0 6px rgba(0, 171, 243, 0.4);
    width: 5px;
    height: 5px; }

.desktop-sidebar-link.is-search-hit {
  background: linear-gradient(135deg, rgba(0, 171, 243, 0.12) 0%, rgba(76, 138, 164, 0.08) 100%);
  color: #ffffff !important;
  border: 1px solid rgba(0, 171, 243, 0.25);
  padding-left: 2.6rem; }
  .desktop-sidebar-link.is-search-hit::before {
    background: rgba(0, 171, 243, 0.9);
    box-shadow: 0 0 8px rgba(0, 171, 243, 0.5);
    width: 5px;
    height: 5px; }

.desktop-sidebar-link.is-search-hit::after {
  content: attr(data-search-rank);
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(0, 171, 243, 0.9);
  background: rgba(0, 171, 243, 0.12);
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 171, 243, 0.3); }

.desktop-sidebar-link.is-search-hit::before {
  content: none; }

.desktop-sidebar-link.is-search-hit:hover {
  background: linear-gradient(135deg, rgba(0, 171, 243, 0.2) 0%, rgba(76, 138, 164, 0.12) 100%);
  border-color: rgba(0, 171, 243, 0.4); }

@keyframes sidebar-item-in {
  from {
    opacity: 0;
    transform: translateX(-12px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes sidebar-child-in {
  from {
    opacity: 0;
    transform: translateY(-6px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.desktop-sidebar-nav.is-open .desktop-sidebar-item {
  animation: sidebar-item-in 300ms cubic-bezier(0.22, 0.61, 0.36, 1) both; }

.desktop-sidebar-nav.is-open .desktop-sidebar-item:nth-child(1) {
  animation-delay: 80ms; }

.desktop-sidebar-nav.is-open .desktop-sidebar-item:nth-child(2) {
  animation-delay: 120ms; }

.desktop-sidebar-nav.is-open .desktop-sidebar-item:nth-child(3) {
  animation-delay: 160ms; }

.desktop-sidebar-nav.is-open .desktop-sidebar-item:nth-child(4) {
  animation-delay: 200ms; }

.desktop-sidebar-nav.is-open .desktop-sidebar-item:nth-child(5) {
  animation-delay: 240ms; }

.desktop-sidebar-nav.is-open .desktop-sidebar-item:nth-child(6) {
  animation-delay: 280ms; }

.desktop-sidebar-nav.is-open .desktop-sidebar-item:nth-child(7) {
  animation-delay: 320ms; }

.desktop-sidebar-nav.is-open .desktop-sidebar-item:nth-child(8) {
  animation-delay: 360ms; }

.desktop-sidebar-level-2:not(.is-collapsed) li {
  animation: sidebar-child-in 220ms cubic-bezier(0.22, 0.61, 0.36, 1) both; }

.desktop-sidebar-level-2:not(.is-collapsed) li:nth-child(1) {
  animation-delay: 30ms; }

.desktop-sidebar-level-2:not(.is-collapsed) li:nth-child(2) {
  animation-delay: 60ms; }

.desktop-sidebar-level-2:not(.is-collapsed) li:nth-child(3) {
  animation-delay: 90ms; }

.desktop-sidebar-level-2:not(.is-collapsed) li:nth-child(4) {
  animation-delay: 120ms; }

.desktop-sidebar-level-2:not(.is-collapsed) li:nth-child(5) {
  animation-delay: 150ms; }

.desktop-sidebar-level-2:not(.is-collapsed) li:nth-child(6) {
  animation-delay: 180ms; }

.desktop-sidebar-level-2:not(.is-collapsed) li:nth-child(7) {
  animation-delay: 210ms; }

.desktop-sidebar-level-2:not(.is-collapsed) li:nth-child(8) {
  animation-delay: 240ms; }

.desktop-sidebar-level-2:not(.is-collapsed) li:nth-child(9) {
  animation-delay: 270ms; }

.desktop-sidebar-level-2:not(.is-collapsed) li:nth-child(10) {
  animation-delay: 300ms; }

.desktop-sidebar-level-2:not(.is-collapsed) li:nth-child(11) {
  animation-delay: 330ms; }

.desktop-sidebar-level-2:not(.is-collapsed) li:nth-child(12) {
  animation-delay: 360ms; }

.desktop-sidebar-toggle[data-child-count]::before {
  content: attr(data-child-count);
  position: absolute;
  right: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(76, 138, 164, 0.55);
  background: rgba(76, 138, 164, 0.08);
  min-width: 1.4rem;
  height: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 0.3rem;
  letter-spacing: 0;
  transition: all 200ms ease; }

.desktop-sidebar-toggle[data-child-count]:hover::before {
  color: rgba(0, 171, 243, 0.8);
  background: rgba(0, 171, 243, 0.1); }

.desktop-sidebar-toggle[data-child-count][aria-expanded="true"]::before {
  color: rgba(0, 171, 243, 0.7);
  background: rgba(0, 171, 243, 0.08); }

.desktop-sidebar-link.is-active {
  color: #ffffff !important;
  background: rgba(0, 171, 243, 0.08); }
  .desktop-sidebar-link.is-active::before {
    background: rgba(0, 171, 243, 0.9);
    box-shadow: 0 0 8px rgba(0, 171, 243, 0.4);
    width: 5px;
    height: 5px; }

.desktop-sidebar-toggle.is-active-parent {
  color: #ffffff;
  border-color: rgba(76, 138, 164, 0.15);
  background: linear-gradient(135deg, rgba(76, 138, 164, 0.1) 0%, rgba(0, 171, 243, 0.04) 100%); }

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 (pointer: coarse) {
  .desktop-only {
    display: none !important; } }

@media (pointer: fine) {
  .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; }
