/*
  bplus
  Copyright (C) 2019 by Systemantics, Bureau for Informatics

  Systemantics GmbH
  Hausbroicher Str. 218
  47877 Willich
  GERMANY

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

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

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Clearfix hack by http://nicolasgallagher.com/micro-clearfix-hack/ */
@font-face {
  font-family: "Suisse";
  src: url("../webfonts/SuisseIntl-Regular-WebXL.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Suisse";
  src: url("../webfonts/SuisseIntl-SemiBold-WebXL.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Suisse";
  src: url("../webfonts/SuisseIntl-Medium-WebXL.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Bold";
  src: url("../webfonts/SuisseIntl-Bold-WebM.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Mono";
  src: url("../webfonts/SuisseIntlMono-Regular-WebS.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Suisse Mono";
  src: url("../webfonts/SuisseIntl-Regular-WebXL.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  unicode-range: U+2192;
}
:root {
  --scrollbar-width: 15px;
}

/* Styles */
body,
input {
  font: normal 1.375rem/1.272 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 768px) {
  body,
input {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

img {
  display: block;
}

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

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

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

body {
  position: relative;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.lazyimage-container {
  position: relative;
  overflow: hidden;
}
.lazyimage-container img {
  height: 100%;
  object-fit: cover;
}

.lazyimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

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

.sidebar-is-open .header {
  right: 300px;
}
.sidebar-is-open .sidebar {
  transform: translateX(0);
}
.sidebar-is-open .home {
  width: calc(100% - 300px);
}
.sidebar-is-open .sidebar__menu-toggle {
  display: none;
}

.sidebar {
  position: fixed;
  right: 0;
  top: 0;
  overflow: hidden;
  transform: translateX(280px);
  transition: transform 500ms ease;
  height: 100%;
  width: 300px;
}

.sidebar__inner {
  position: relative;
  height: 100%;
  overflow-y: scroll;
  width: calc(100% + var(--scrollbar-width));
}

.sidebar__menu-toggle {
  cursor: pointer;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 20px;
}

.sidebar__close {
  display: none;
}

.sidebar-menu {
  font: normal 1.3125rem/1.333 "Suisse Mono", Helvetica, Arial, sans-serif;
  background: linear-gradient(0deg, #fff 0%, #ffff00 100%);
  padding: 15px 19px 20px 19px;
}
@media screen and (max-width: 768px) {
  .sidebar-menu {
    font-size: 1.5rem;
  }
}
.sidebar-menu p + p {
  margin-top: 8px;
}
.no-touch .sidebar-menu a:hover {
  text-transform: uppercase;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}

.sidebar-lang {
  background-color: #dadada;
  padding: 20px;
  text-align: center;
}

.sidebar-lang-button {
  cursor: pointer;
  user-select: none;
  font: normal 0.875rem/1 "Suisse Mono", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  border-radius: 30px;
  background-color: #fff;
  width: 65px;
}

.sidebar-lang-button__current {
  padding-top: 12px;
  padding-bottom: 12px;
}

.sidebar-lang-button--open {
  border-radius: 20px;
}
.sidebar-lang-button--open .sidebar-lang-button__langs {
  display: block;
}

.sidebar-lang-button__langs {
  display: none;
  line-height: 20px;
  padding-bottom: 11px;
}
.sidebar-lang-button__langs a {
  display: block;
  text-align: center;
  opacity: 0.5;
}
.no-touch .sidebar-lang-button__langs a:hover {
  opacity: 1;
}

.sidebar-news {
  font: normal 1.3125rem/1.29 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
  background: linear-gradient(0deg, #fff 0%, #c1c1c1 100%);
  padding: 15px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .sidebar-news {
    font-size: 1.375rem;
    line-height: 1.32;
  }
}

.sidebar-news-title {
  padding: 0 19px 13px 19px;
}

.sidebar-news-entry {
  padding: 13px 19px 13px 19px;
}
.sidebar-news-entry a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
.no-touch .sidebar-news-entry:hover {
  background-color: #ffff00;
}

.sidebar-news-entry__date {
  color: #808080;
}

.home {
  transition: width 500ms ease;
  width: calc(100% - 20px);
  position: relative;
}

.home-section {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.home-section--color-black a {
  color: #000;
}

.home-section--color-white a {
  color: #fff;
}

.home-section__item {
  background-color: #fff;
  position: relative;
  width: 100%;
}

.home-section__top {
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.home-section__top--video {
  height: auto;
}

.home-section__pin {
  position: sticky;
  top: 0;
  padding-top: 20px;
}

.home-section__title {
  font: bold 4.5rem/1 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  color: #fff;
  opacity: 0;
  text-shadow: 0 0 20px #fff;
  margin-left: -5px;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .home-section__title {
    font-size: 3rem;
  }
}

.home-section__item--hover .home-section__title {
  opacity: 1;
}

.home-section__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.home-section__text {
  padding-top: 16px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.home-section__text strong {
  background-color: #ffff00;
  font-weight: inherit;
}

.home-section--text {
  font: 600 2.25rem/1.1667 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 768px) {
  .home-section--text {
    font-size: 1.5rem;
  }
}
.home-section--text > div:last-child {
  padding-bottom: 20px;
}
.home-section--text.home-section--color-white {
  color: #fff;
}

.home-section__button {
  font: 600 1.875rem/1 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
  border: 2px solid #fff;
  border-radius: 60px;
  backdrop-filter: blur(10px);
  color: #fff;
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
  padding-left: 25px;
  padding-right: 25px;
  top: 50%;
  left: 50%;
  justify-content: center;
  align-items: center;
  height: 60px;
  z-index: 2;
}
.no-touch .home-section__button:hover {
  border-color: #ffff00;
  background-color: #ffff00;
  color: #000;
}
.home-section__button span {
  pointer-events: none;
}

.readmore .readmore__text {
  display: none;
}

.readmore--open .readmore__text {
  display: block;
}
.readmore--open .readmore__button-more {
  display: none;
}
.readmore--open .readmore__button-less {
  display: block;
}

.article-buttons {
  display: flex;
  justify-content: center;
  padding-top: 11px;
}

.article-button {
  font: normal 1.25rem/1 "Suisse Mono", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  user-select: none;
  color: #000;
  border-radius: 60px;
  border: 2px solid #fff;
  background-color: #fff;
  display: block;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .article-button {
    font-size: 1rem;
  }
}
.no-touch .article-button:hover {
  border-color: #ffff00;
  background-color: #ffff00;
}

.readmore__buttons {
  display: flex;
  padding-top: 11px;
}

.readmore__button {
  font: normal 0.875rem/1 "Suisse Mono", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  user-select: none;
  color: #000;
  border-radius: 20px;
  border: 2px solid #fff;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 12px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 40px;
}
.no-touch .readmore__button:hover {
  border-color: #ffff00;
  background-color: #ffff00;
}

.readmore__button-less {
  display: none;
}

.home-section__item {
  position: relative;
}

.header {
  position: fixed;
  right: 20px;
  top: 0;
  transition: right 500ms ease;
  z-index: 500;
}

.header--sticky {
  opacity: 0;
  height: 100%;
}
.header--sticky .header__inner {
  position: sticky;
  top: 0;
}
.home-section__item--hover .header--sticky {
  opacity: 1;
}

.header__inner {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.header__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.header__button {
  font: normal 1.25rem/1 "Suisse Mono", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  user-select: none;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px solid #ffff00;
  border-radius: 60px;
  backdrop-filter: blur(10px);
  display: flex;
  color: #fff !important;
  justify-content: center;
  box-shadow: 0 0 10px #fff;
  text-shadow: 0 0 10px #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .header__button {
    font-size: 1rem;
  }
}
.no-touch .header__button:hover {
  background-color: #ffff00;
  color: #000 !important;
}

.menu-button {
  cursor: pointer;
  user-select: none;
  font: normal 1.25rem/1 "Suisse Mono", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  border-radius: 60px;
  backdrop-filter: blur(10px);
  border: 2px solid #fff;
  box-shadow: 0 0 10px #fff;
  color: #fff;
  position: relative;
  height: 60px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .menu-button {
    font-size: 1rem;
  }
}
.no-touch .menu-button:hover {
  background-color: #ffff00;
  border-color: #ffff00;
  color: #000;
}

.menu-button__open {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
}

.main--with-header2 .home {
  padding-top: 5.625rem;
}
.main--with-header2 .sidebar {
  top: 5.625rem;
}
.main--with-header2 .header__button {
  height: 60px;
}

.header2 {
  background-color: #000;
  position: fixed;
  display: flex;
  padding-top: 15px;
  justify-content: center;
  top: 0;
  left: 0;
  height: 5.625rem;
  width: 100%;
  z-index: 10;
}

.menu-button--lang {
  backdrop-filter: unset;
  background-color: #000;
}
.no-touch .menu-button--lang:hover .menu-button__lang__langs a {
  color: #000;
}

.menu-button--lang-open {
  border-radius: 30px;
  height: auto !important;
}
.menu-button--lang-open .menu-button__lang__langs {
  display: block;
}

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

.menu-button__lang__current {
  padding-top: 18px;
  padding-bottom: 18px;
}

.menu-button__lang__langs {
  display: none;
  padding-bottom: 18px;
}
.menu-button__lang__langs a {
  color: #fff;
  opacity: 0.5;
}
.no-touch .menu-button__lang__langs a:hover {
  opacity: 1;
}
.menu-button__lang__langs li + li {
  margin-top: 0.4em;
}

.page {
  min-height: 100vh;
  color: #000;
}

.page--map {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.page--map .page__content {
  padding: 0;
  min-height: auto;
  width: 100%;
}
.page--map .page__title {
  text-shadow: 0 0 20px #fff;
  margin-left: -5px;
  margin-top: -1px;
}

.page__top--black {
  color: #000;
}

.page__top--white {
  color: #fff;
}

.page__top--fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.page__top--with-image .page__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.page__close {
  cursor: pointer;
  user-select: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  border-radius: 60px;
  position: fixed;
  right: 20px;
  top: 20px;
  height: 60px;
  width: 100px;
  z-index: 100;
  background-color: #fff;
  background-image: url("../elements/icon_close.svg");
  border: 2px solid #000;
}
.no-touch .page__close:hover {
  background-image: url("../elements/icon_close.svg");
  border-color: #000;
  background-color: #ffff00;
}

.page__button-print {
  cursor: pointer;
  user-select: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  border-radius: 60px;
  position: fixed;
  right: 20px;
  top: 90px;
  height: 60px;
  width: 100px;
  z-index: 100;
  background-color: #fff;
  border: 2px solid #000;
  padding: 16px 0px;
  text-align: center;
}
.no-touch .page__button-print:hover {
  border-color: #000;
  background-color: #ffff00;
}

.page__title {
  font: bold 4.5rem/1 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  padding: 13px 125px 20px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page__title {
    font-size: 3rem;
  }
}

.page__image {
  position: relative;
}
.page__image .lazyimage {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.block-formattedtext {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 23px;
}

.page-sections > div:not(.home-section--banner) {
  margin-left: auto;
  margin-right: auto;
  width: 80vw;
}

.page-sections .home-section__item {
  padding-left: 20px;
  padding-right: 20px;
}

.page-sections .home-section,
.page-sections .home-section__item {
  background: none;
}

.page__content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 110px;
  padding-top: 30px;
  min-height: calc(100vh - 440px);
  width: 80%;
}
.page__top--with-image + .page__content {
  padding-top: 19px;
}

.page__content-text {
  font: normal 1.375rem/1.272 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 768px) {
  .page__content-text {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.page__content-text a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
.page__content-text p + p {
  margin-top: 1.1em;
}
.page__content-text h3 {
  font: bold 2.25rem/1.1389 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .page__content-text h3 {
    font-size: 1.5rem;
    list-style: 1.70834;
  }
}
.page__content-text * + h3,
.page__content-text * + h2 {
  margin-top: 1.30556em;
}

* + .page__content-text {
  margin-top: 1.1em;
}

* + .text-accordion {
  margin-top: 22px;
}

.text-accordion__content {
  display: none;
}
.text-accordion__content .readmore__button {
  display: inline-block !important;
}

p + .readmore__button {
  margin-top: 22px;
}

.text-accordion--show .readmore__button {
  display: none;
}
.text-accordion--show .text-accordion__content {
  display: block;
}

.project__video {
  position: relative;
}
* + .project__video {
  margin-top: 20px;
}

.project__video--play .project__video-title {
  opacity: 0;
  visibility: hidden;
}

.project__video-item {
  position: relative;
}

.cb-player {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.no-touch .cb-player:hover .cb-player-overlayer-button {
  background-color: #ffff00;
}

.cb-player-overlayer-button {
  background-color: #fff;
  border: 0;
  border-radius: 120px;
  opacity: 1;
  height: 60px;
  width: 100px;
}
.cb-player-overlayer-button:after {
  border-left-color: #000;
  border-width: 14px 0 14px 22px;
}

.cb-player.cb-player--media-playing .cb-player-overlayer-button {
  opacity: 1;
  visibility: visible;
}
.cb-player.cb-player--media-playing .cb-player-overlayer-button:after {
  box-sizing: content-box;
  border: 0;
  border-left: 7px solid #000;
  border-right: 7px solid #000;
  width: 6px;
  height: 22px;
  margin-left: 0;
}
.cb-player.cb-player--media-playing.cb-player--control-hide .cb-player-overlayer-button {
  opacity: 0;
  visibility: hidden;
}

.cb-player-play {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  margin-right: 20px;
  height: 30px;
  width: 55px;
}

.cb-player-button-load {
  height: 20px;
  width: 20px;
}

.cb-player-controls {
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
}

.cb-player--media-ready .cb-player-controls {
  opacity: 0;
  visibility: hidden;
}
.cb-player--media-ready.cb-player--control-hide.cb-player--media-playing .cb-player-controls {
  opacity: 0;
  visibility: hidden;
}

.cb-player--media-playing .cb-player-controls {
  opacity: 1;
  visibility: visible;
}

.cb-player-progress {
  background-color: transparent;
  margin-left: 18px;
  margin-right: 18px;
  height: 30px;
}
.cb-player-progress:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  display: block;
  position: absolute;
  left: -18px;
  top: 0;
  height: 100%;
  width: calc(100% + 36px);
}

.cb-player-progress-hide {
  height: 100%;
  top: 0;
}

.cb-player-progress-play {
  background-color: transparent;
}
.cb-player-progress-play:after {
  content: "";
  border-radius: 50%;
  background-color: #ffff00;
  position: absolute;
  right: 0;
  top: 5px;
  transform: translateX(10px);
  height: 20px;
  width: 20px;
}

.cb-player-fullscreen {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  margin-left: 20px;
  height: 30px;
  width: 55px;
}

.cb-player-button-fullscreen-on {
  background-image: url("../elements/icon_fulscreen_on.svg");
}

.cb-player-button-fullscreen-off {
  background-image: url("../elements/icon_fulscreen_off.svg");
}

.is-ios .cb-player-fullscreen {
  display: none;
}

.overlayer {
  transition: opacity 250ms ease;
  opacity: 0;
  background-color: #fff;
  position: relative;
  width: 100%;
  min-height: 100vh;
  z-index: 10001;
}

.overlayer--show {
  opacity: 1;
}

.overlayer-is-active .main {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.home-section--banner {
  font: bold 4.5rem/1 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  background-color: #ffff00;
  overflow: hidden;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .home-section--banner {
    font-size: 3rem;
  }
}
.home-section--color-white .home-section--banner {
  color: #fff;
}

.home-section__marquee {
  margin-left: 20px;
  padding-top: 0.625rem;
  height: 90px;
}

.home-section__marquee--clickable {
  cursor: pointer;
  user-select: none;
}
.no-touch .home-section__marquee--clickable:hover {
  background-color: #000;
  color: #ffff00;
}
.no-touch .home-section--color-white .home-section__marquee--clickable:hover {
  background-color: #fff;
  color: #ffff00;
}

.js-marquee {
  margin-right: 0.5ch !important;
}

.hide-elements.header {
  visibility: hidden;
  opacity: 0;
}
.hide-elements.home-sections {
  display: none;
}

.no-hover .header--sticky {
  display: none;
}
.no-hover .header--mobile {
  display: none;
  position: fixed;
  top: 0;
  right: 50px;
}
.no-hover .home-section__title {
  opacity: 1;
}
.no-hover .home-section__title a {
  color: #fff;
}
.no-hover.init-index-transitions .header--mobile {
  transition: right 500ms ease;
}
.no-hover.init-index-open .header--mobile {
  right: 25%;
}

.footer {
  font: bold 4.5rem/1 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  background-color: #ffff00;
  padding: 2rem 1.25rem 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 3rem;
  }
}

.footer__links {
  font: normal 1.25rem/1.2 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
}
* + .footer__links {
  margin-top: 20px;
}
.footer__links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}
.footer__links a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}

.home-section-notes-items {
  display: flex;
}

.home-section__note {
  font: normal 1.25rem/1.2 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
  padding: 20px 20px 40px;
  width: 25%;
}
.home-section__note h2 {
  font: normal 1.25rem/1.2 "Suisse Bold";
  letter-spacing: 0.005em;
}
.home-section__note p + p {
  margin-top: 1.2em;
}
.home-section__note:nth-child(odd) {
  background-color: #ffff00;
}

.home-section__note-link-wrap {
  background-color: #e3e3e3;
  padding-top: 9px;
  padding-bottom: 20px;
  width: 100%;
}

.newsletter-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
}

.newsletter__input {
  font: normal 1.25rem/1 "Suisse Mono", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border-radius: 60px;
  background-color: #fff;
  padding: 20px 30px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .newsletter__input {
    font-size: 1rem;
  }
}
.newsletter__input:focus {
  outline: 0;
}

.newsletter__input--error {
  background-color: red;
}

.newsletter__button {
  cursor: pointer;
  user-select: none;
  font: normal 1.25rem/1 "Suisse Mono", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  color: #000;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  margin-left: 20px;
  border-radius: 60px;
  background-color: #fff;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .newsletter__button {
    font-size: 1rem;
  }
}

.newsletter__response {
  display: none;
}

.newsletter__response--active {
  display: block;
}

.block-logos {
  background-color: #e3e3e3;
  padding: 20px 40px;
}
.block-formattedtext + .block-logos {
  padding-top: 13px;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 36px;
  width: 100%;
}

.logo {
  width: calc(20% - 32px);
}

.logo__image {
  border-radius: 15px;
  background-color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
}
.logo__image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.logo__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.logo__title {
  font: 600 0.75rem/1.2 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
  margin-top: 8px;
  text-align: center;
}

.map {
  height: 100vh;
  width: 100%;
}

.map-marker {
  cursor: pointer;
  user-select: none;
  font: normal 1.375rem/1.272 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
  font-size: 12px;
  line-height: 1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .map-marker {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.no-touch .map-marker:hover {
  background-color: #ffff00;
}

.map-marker--active {
  background-color: #ffff00;
}

.map-marker--cluster {
  height: 40px;
  width: 40px;
}

.map-marker__number {
  display: block;
  text-align: center;
}

.mapboxgl-popup {
  width: 310px !important;
}

.mapboxgl-popup-content {
  font: normal 1rem/1.25 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
  border-radius: 20px !important;
  background-color: #e6e7e8 !important;
  box-shadow: none !important;
  overflow: hidden;
  padding: 20px !important;
}

.map-popup-entry {
  padding-right: 20px;
  width: 100%;
}
.map-popup-entry + .map-popup-entry {
  margin-top: 10px;
}
.map-popup-entry + .map-popup-entry--button {
  margin-top: 15px;
}

.map-popup-entry--button {
  display: flex;
  justify-content: center;
}

.map-popup-entry__button,
.gallery-item__button {
  font: normal 0.875rem/1 "Suisse Mono", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #fff;
  color: #000;
  display: inline-block;
  padding-top: 12px;
  text-align: center;
  height: 40px;
  width: 130px;
}
.map-popup-entry__button:focus,
.gallery-item__button:focus {
  outline: none;
}
.no-touch .map-popup-entry__button:hover,
.no-touch .gallery-item__button:hover {
  border-color: #ffff00;
  background-color: #ffff00;
}

.mapboxgl-popup-close-button {
  border-radius: 0 !important;
  color: transparent !important;
  padding: 0 !important;
  top: 20px !important;
  right: 20px !important;
  height: 15px !important;
  width: 15px !important;
}
.mapboxgl-popup-close-button:after {
  content: "";
  background-image: url("../elements/icon_close_small.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
}
.mapboxgl-popup-close-button:focus {
  outline: none;
}

.mapboxgl-popup-tip {
  display: none !important;
}

.location-layer {
  background-color: #e3e3e3;
  position: absolute;
  top: 0;
  transform: translateX(0);
  transition: transform 500ms ease;
  right: 0;
  height: 100%;
  width: 50%;
  z-index: 101;
}

.location-layer--hidden {
  transform: translateX(100%);
}

.location-layer__inner {
  font: normal 1.25rem/1.2 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
  padding: 20px;
  height: 100%;
  overflow-y: auto;
}

.location-layer__close {
  cursor: pointer;
  user-select: none;
  background-image: url("../elements/icon_close_small.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #fff;
  display: inline-block;
  height: 40px;
  width: 60px;
}
.no-touch .location-layer__close:hover {
  border-color: #ffff00;
  background-color: #ffff00;
}

.location-layer__text {
  margin-top: 11px;
}
.location-layer__text h1,
.location-layer__text h2 {
  font-weight: bold;
}
.location-layer__text h1 {
  margin-bottom: 1.2em;
}
.location-layer__text p + p {
  margin-top: 1.2em;
}
.location-layer__text p + h2 {
  margin-top: 1.2em;
}
.location-layer__text a {
  text-decoration: underline;
}

.highlight--white {
  background-color: #fff;
}

.highlight--black {
  background-color: #000;
  color: #ffff00;
}

.home-section--bigtext {
  font: bold 4.5rem/1 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  background: #000;
  color: #ffff00;
  padding: 2rem 1.25rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .home-section--bigtext {
    font-size: 3rem;
  }
}
.home-section--bigtext a {
  color: #ffff00;
}
.home-section--bigtext .article-buttons {
  padding-top: 0;
  margin-top: 1.8125rem;
}
.home-section--bigtext .article-button {
  color: #000;
}
.no-touch .home-section--bigtext .article-button:hover {
  color: #000;
}

.home-section__slogan {
  font: bold 6.25rem/1 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  width: 100%;
  position: absolute;
  color: #fff;
  text-shadow: #ffff00 0 0 1.25rem;
  filter: drop-shadow(0 0 1.25rem #ffff00);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-section__slogan {
    font-size: 3.75rem;
  }
}

.error {
  font: bold 6.25rem/1 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  cursor: pointer;
  user-select: none;
  padding: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .error {
    font-size: 3.75rem;
  }
}

.page--mapnew .map-popup-image {
  position: relative;
  margin-left: -20px;
  margin-top: -20px;
  height: 180px;
  width: calc(100% + 40px);
}
.page--mapnew .map-popup-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page--mapnew .map-popup-image + * {
  margin-top: 10px;
}
.page--mapnew .map-popup-coumns {
  margin-top: 10px;
  display: flex;
  gap: 0.625rem;
}
.page--mapnew .map-popup-coumn {
  width: 50%;
}
.page--mapnew .map-popup-coumn + .map-popup-coumn {
  text-align: right;
}
.page--mapnew .map-popup-entry--button {
  margin-top: 15px;
}
.page--mapnew .location-layer__inner {
  padding: 0;
}
.page--mapnew .location-layer__close {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.page--show-map-gallery .map-gallery {
  display: block;
}

.gallery-button {
  cursor: pointer;
  user-select: none;
  border-radius: 60px;
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  height: 60px;
  padding: 15px 20px;
  z-index: 1;
  background-color: #fff;
  border: 2px solid #000;
}
.no-touch .gallery-button:hover {
  border-color: #000;
  background-color: #ffff00;
}

.map-gallery {
  background-color: #e7e55c;
  display: none;
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.map-gallery__inner {
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
}

.map-gallery__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 10px;
}

.map-gallery-filter {
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 60px;
  height: 60px;
  padding: 16px 20px 13px;
}

.map-gallery-filter--selected {
  border-color: #000;
}

.map-gallery-items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}

.gallery-item {
  font: normal 1.25rem/1.2 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
  background-color: #e6e7e8;
  border-radius: 30px;
  overflow: hidden;
  width: calc(25% - 12px);
}

.gallery-item__image {
  background-color: #ccc;
  position: relative;
}
.gallery-item__image:after {
  content: "";
  padding-bottom: 70%;
  display: block;
}
.gallery-item__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery-item__content {
  padding: 20px 20px 10px 20px;
}

.gallery-item__columns {
  margin-top: 20px;
}

.gallery-item__columns {
  display: flex;
}

.gallery-item__column {
  width: 50%;
}
.gallery-item__column + .gallery-item__column {
  text-align: right;
}

.gallery-item__entry--button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.location-layer__slideshow {
  position: relative;
  height: 300px;
}
.location-layer__slideshow:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
}

.location-slide {
  position: absolute;
  height: 300px;
}

.location-slide__image {
  position: relative;
}

.location-slide__caption {
  font: 600 0.75rem/1.2 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.location-layer__content {
  padding-top: 76px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: 0;
}

.location-layer__slideshow + .location-layer__content {
  padding-top: 20px;
}

.location-layer__content-top h1 {
  font: bold 2.25rem/1.1389 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 768px) {
  .location-layer__content-top h1 {
    font-size: 1.5rem;
    list-style: 1.70834;
  }
}

.location-layer__content-text {
  margin-top: 40px;
}
.location-layer__content-text p + p {
  margin-top: 1.2em;
}

.location-layer__content-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
}

.location-layer__content-fact {
  width: calc(50% - 10px);
}
.location-layer__content-fact h2 {
  font-weight: bold;
}

.location-layer__content-images {
  margin-top: 40px;
}

.location-content-image + .location-content-image {
  margin-top: 20px;
}

.location-content-image__image {
  position: relative;
}
.location-content-image__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.location-content-image__caption {
  font: normal 1rem/1.25 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
}

.cookie {
  font: normal 1rem/1.25 "Suisse", Helvetica, Arial, sans-serif;
  letter-spacing: 0.005em;
  line-height: 19px;
  display: none;
  bottom: 40px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  max-width: 600px;
  width: 100%;
  z-index: 99999;
}

.cookie--show {
  display: block;
}

.cookie__inner {
  background-color: #000;
  box-shadow: 0 0 10px #fff;
  color: #fff;
  margin: 0 10px;
}

.cookie__content {
  padding: 10px;
}

.cookie__text a {
  color: #fff;
  text-decoration: underline;
}

.cookie__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: baseline;
  margin-top: 20px;
  gap: 20px;
}

.cookie__button {
  font: normal 0.875rem/1 "Suisse Mono", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  cursor: pointer;
  user-select: none;
  background-color: #fff;
  border-radius: 30px;
  height: 40px;
  padding: 11px 20px;
}
.no-touch .cookie__button:hover {
  background-color: #ffff00;
}

.cookie__button--text {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.on-mobile,
.header--mobile {
  display: none;
}

#bpDesktop {
  width: 2px;
}

#bp {
  width: 2px;
}

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

  .sidebar-is-open .home {
    width: 100%;
  }
  .sidebar-is-open .header {
    right: 10px;
  }
  .sidebar-is-open .sidebar {
    display: block;
    transform: none;
  }

  .sidebar {
    background-color: #fff;
    display: none;
    transform: none;
    width: 100%;
    z-index: 1000;
  }

  .sidebar__inner {
    width: 100%;
  }

  .sidebar__close {
    cursor: pointer;
    user-select: none;
    background-color: #fff;
    background-image: url(../elements/icon_close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 2px solid #000;
    border-radius: 60px;
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    height: 45px;
    width: 75px;
  }

  .header--mobile {
    display: none;
    position: fixed;
    top: 0;
    right: 50px;
    width: 100px;
  }

  .header {
    right: 10px;
  }

  .no-hover .header--mobile {
    right: 50px;
  }

  .header__inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
  }

  .header__logo {
    width: 100px;
  }
  .header__logo path {
    stroke-width: 2px;
  }

  .header__buttons {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .menu-button {
    order: 3;
    height: 45px;
    width: 75px;
  }

  .header__button {
    order: 2;
  }

  .header__button--donate {
    order: 1;
  }

  .header__button--show2 .header__button-1 {
    display: none;
  }
  .header__button--show2 .header__button-2 {
    display: block;
  }

  .header__button-2 {
    display: none;
  }

  .header__button {
    height: 45px;
    width: 75px;
  }

  .main--with-header2 .home {
    padding-top: 3.75rem;
  }
  .main--with-header2 .sidebar {
    top: 0;
  }

  .header2 {
    height: 65px;
    padding-top: 10px;
  }
  .header2 .header__button,
.header2 .menu-button {
    order: unset;
  }

  .main--with-header2 .header__buttons {
    flex-direction: unset;
  }
  .main--with-header2 .header__button {
    height: 45px;
  }

  .menu-button--lang-open {
    border-radius: 22px;
  }

  .menu-button__lang__current {
    padding-top: 13px;
  }

  .home {
    width: 100%;
  }
  .home .home-section__background .lazyimage-container {
    padding-bottom: 125% !important;
  }

  .home--fixed {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }

  .home-section__top {
    padding-left: 10px;
    padding-right: 120px;
  }

  .home-section__pin {
    padding-top: 9px;
  }

  .home-section__title {
    font: bold 2.25rem/1 "Suisse", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    margin-left: -2px;
    margin-top: -3px;
  }

  .home-section__text {
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 6px;
  }

  .home-section__text-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page__close {
    background-size: 20px;
    top: 10px;
    right: 10px;
    height: 45px;
    width: 75px;
  }

  .page__button-print {
    top: 60px;
    right: 10px;
    height: 45px;
    width: 75px;
    padding: 9px 0px;
  }

  .page__title {
    font: bold 2.25rem/1 "Suisse", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    margin-left: -2px;
    margin-top: -2px;
    padding: 8px 86px 10px 10px;
  }

  .page__content,
.block-formattedtext {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  .page__content {
    padding-top: 23px;
  }

  .page__content-text h3 {
    margin-bottom: 12px;
  }

  .project__next {
    margin-top: 28px;
  }

  .project__images {
    margin-left: -10px;
    width: calc(100% + 20px);
  }

  .text-list__item {
    text-indent: -49px;
    margin-left: 49px;
  }

  .cb-player-overlayer-button {
    border: 4px solid #fff;
    height: 45px;
    width: 75px;
  }
  .cb-player-overlayer-button:after {
    border-width: 11px 0 11px 20px;
  }

  .cb-player.cb-player--media-playing .cb-player-overlayer-button:after {
    border-left: 6px solid #000;
    border-right: 6px solid #000;
    width: 5px;
    height: 20px;
  }

  .home-section__marquee {
    height: 60px;
    padding-top: 0.4375rem;
  }

  .home-section-notes-items {
    display: block;
  }

  .home-section__note {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    width: 100%;
  }

  .newsletter-wrap {
    flex-direction: column;
    width: 100%;
  }

  .newsletter__input {
    width: 100%;
  }

  .newsletter__button {
    margin-top: 20px;
    margin-left: 0;
    width: 150px;
  }

  .block-logos {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-formattedtext + .block-logos {
    padding-top: 0;
    margin-top: -3px;
  }

  .logos {
    gap: 20px;
    row-gap: 18px;
  }

  .logo {
    width: calc(50% - 10px);
  }

  .home-section__button {
    font: 600 1.5rem/1 "Suisse", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    height: 56px;
  }

  .map-marker {
    font: normal 1.125rem/1 "Suisse", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
  }

  .location-layer {
    transform: none;
    transition: opacity 500ms ease;
    opacity: 1;
    width: 100%;
  }

  .location-layer--hidden {
    opacity: 0;
  }

  .location-layer__inner {
    padding: 10px;
  }

  .location-layer__close--mobile {
    font: normal 0.875rem/1 "Suisse Mono", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    background-image: none;
    display: inline-block !important;
    text-transform: uppercase;
    padding-top: 11px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }

  .location-layer__text {
    margin-top: 16px;
  }

  .on-desktop {
    display: none;
  }

  .on-mobile {
    display: block;
  }

  .sidebar-news-title {
    padding-bottom: 15px;
  }

  .sidebar-news-entry {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-section--bigtext {
    padding: 0.8125rem 0.5625rem 1.25rem;
  }
  .home-section--bigtext .article-buttons {
    margin-top: 1.125rem;
  }

  .footer {
    padding: 0.8125rem 0.5625rem 1.25rem;
  }

  .page-sections > div:not(.home-section--banner) {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .page-sections .home-section__item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
  }

  .gallery-button {
    height: 50px;
    padding-top: 12px;
  }

  .map-gallery__inner {
    padding-top: 80px;
  }

  .map-gallery__filters {
    gap: 10px;
    row-gap: 5px;
  }

  .map-gallery-filter {
    font: normal 1.125rem/1 "Suisse", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    height: 40px;
    padding-top: 10px;
  }

  .map-gallery-items {
    gap: 10px;
  }

  .gallery-item {
    font: normal 1.125rem/1 "Suisse", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    width: calc(50% - 5px);
  }

  .gallery-item__content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
}
