@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Arizonia&family=Merriweather:wght@300;400;600&family=Fira+Sans:wght@300;400;500;600&display=swap");

html,
body {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans Condensed", sans-serif;
  color: white;
}

#clicktoread {
  position: fixed;
  display: block;
  z-index: 200;
  width: 100%;
  height: 100vh;
  pointer-events: all;
}

#clicktolisten {
  position: fixed;
  display: none;
  z-index: 1;
  width: 100%;
  bottom: 1em;
  box-sizing: border-box;
  padding: 0 1em;
  text-align: right;
  color: white;
  font: 300 1.4rem "Merriweather", serif;
  pointer-events: all;
}

#clicktolisten::before {
  content: "";
  background-image: url("sound.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  transform: translate(-1.5em, 0.1em);
  filter: invert();
}

.header_container,
header {
  margin: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}

header .headerpic {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  z-index: 1;
}

header .headertitle {
  width: 100%;
  height: 100vh;
  padding: 35vh 2vh 0 2vh;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  background-color: none;
  overflow: hidden;
  display: block;
  position: absolute;
  color: white;
  text-shadow: 1px 1px 2px #333;
  z-index: 2;
}

header::after {
  position: absolute;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0);
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font: 400 2em "Arizonia", cursive;
  content: "\21E3";
  line-height: 2em;
  animation: breathe 4s infinite;
  z-index: 3;
  visibility: hidden;
}

@keyframes breathe {
  0% {
    color: rgba(255, 255, 255, 0);
  }
  100% {
    color: white;
  }
}

header h2 {
  font: 400 1em "Fira Sans", sans-serif;
  text-align: center;
  pointer-events: all;
}

header h1 {
  font: normal 2.2em "Bebas Neue", sans-serif;
  margin: 0.5em auto 1em auto;
  text-align: center;
  pointer-events: all;
}

header h3 {
  font: 400 1em "Fira Sans", sans-serif;
  padding: 0 0 0.5em 0;
  margin: 0;
  text-align: center;
  line-height: 1.3em;
  pointer-events: all;
}

header h4 {
  font: 400 1em "Fira Sans", sans-serif;
  padding: 1em 0 0 0;
  margin: 0;
  text-align: center;
  line-height: 1.3em;
  text-transform: uppercase;
  pointer-events: all;
}

footer {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: black;
  padding: 0 1em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

footer h1 {
  font: normal 1.2em "Bebas Neue";
  margin: 1.5em 0 0.5em 0;
}

footer a img {
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 0 0 1em 0;
}

footer a {
  width: 100%;
  max-width: 280px;
  color: white;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font: 400 1em "Fira Sans Condensed";
  margin: auto;
  padding: 0.5em;
  box-sizing: border-box;
}

footer a:hover {
  text-decoration: underline;
  cursor: pointer;
}

footer a.de:hover {
  color: #0f9cd8;
}

footer a.fr:hover {
  color: #db1e45;
}

.hidediv {
  display: none;
}

.hidevid {
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.showvid {
  z-index: 1;
}

article {
  color: white;
  text-shadow: 1px 1px 2px#333;
  padding: 1em;
  box-sizing: border-box;
  position: relative;
  pointer-events: none;
}

article h1 {
  padding: 10em 0;
  text-align: center;
  font: 400 2em "Merriweather", serif;
}

article .step {
  font: 300 1.4rem "Merriweather", serif;
  line-height: 2rem;
  margin: 110vh auto;
  padding: 0;
  max-width: 450px;
  opacity: 0.99;
  box-sizing: border-box;
}

article .step.greybg,
article .step p.greybg {
  background-color: rgba(0, 0, 0, 0.6);
}

article .step p {
  padding: 1rem;
  pointer-events: all;
}

article .step p.greybg {
  margin-bottom: 30vh;
}

article a {
  color: white;
  text-decoration-color: #0f9cd8;
  pointer-events: all;
}

article img.unmute {
  display: block;
  margin: auto;
  max-width: 2em;
  height: auto;
  cursor: pointer;
}

article small {
  font: normal 1.2em "Bebas Neue", sans-serif;
}

article .step strong {
  font-weight: 600;
}

article .step h2 {
  font: normal 1.2em "Bebas Neue", sans-serif;
}

#map {
  top: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  height: 100vh;
  z-index: -1;
  background-size: cover;
  transition: background-image 0.5s ease-in-out,
    background-position 0.5s ease-in-out;
  background-position: left 50% center;
}

#video-container {
  top: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 0;
  transition: opacity 0.5s ease-in 0.5s;
}

video,
#video-container > div {
  position: absolute;
  height: 100vh;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}

/* brightcove */
.video-js .vjs-control-bar {
  visibility: hidden;
  transform: translateY(3em);
}

.video-js .vjs-control-bar > div:not(.vjs-play-progress),
.video-js .vjs-control-bar > button,
.video-js .vjs-dock-text {
  visibility: hidden;
}

.video-js .vjs-play-progress {
  visibility: visible;
}

/* agnoPlay */
.video-js.vjs-fluid {
  height: 100% !important;
}

/* agnoPlay for videos displayed in <aside> blocks */
.agnoplay-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
}

.agnoplay-embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.agnoplay-embed-responsive::before {
  display: block;
  content: "";
}

.agnoplay-embed-responsive .agnoplay-embed-responsive-item,
.agnoplay-embed-responsive iframe,
.agnoplay-embed-responsive embed,
.agnoplay-embed-responsive object,
.agnoplay-embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-item > div {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 800px) {
  #clicktolisten {
    width: 50%;
    color: black;
  }

  #clicktolisten::before {
    filter: none;
  }

  article {
    width: 50%;
    color: #333;
    text-shadow: none;
  }

  article a {
    color: black;
  }

  article .step {
    font: 300 1.7rem "Merriweather", serif;
    line-height: 2.6rem;
  }

  article .step.greybg,
  article .step p.greybg {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 3rem;
  }

  #map,
  #video-container {
    width: 50%;
    left: 50%;
  }

  header .headerpic {
    left: 50%;
    width: 50%;
  }

  header .headertitle {
    width: 50%;
    left: 0;
    background-color: white;
    color: black;
    text-shadow: none;
    padding: 10vh 2vh 0 2vh;
  }

  header h1 {
    font: normal 4em "Bebas Neue", sans-serif;
  }

  header h2,
  header h3 {
    font: 400 1.3em "Fira Sans", sans-serif;
    line-height: 1.6em;
  }

  header::after {
    left: 25%;
    animation: breathedesk 4s infinite;
  }

  @keyframes breathedesk {
    0% {
      color: rgba(255, 255, 255, 0);
    }
    100% {
      color: #363635;
    }
  }
}

@media screen and (min-height: 800px) {
  header::after {
    visibility: visible;
  }
}

article .step.dwl_sansserif {
  font-family: "Fira Sans Condensed", sans-serif !important;
  font-weight: 400;
}

#clicktolisten.dwl_sansserif {
  font-family: "Fira Sans Condensed", sans-serif !important;
  font-weight: 400;
}

button.dwl_share {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  width: 29px;
  height: 29px;
  cursor: pointer;
  background-size: contain;
  position: fixed;
  left: 5px;
  z-index: 25;
  mix-blend-mode: screen;
}

button.dwl_share.sh_fb {
  background-image: url("share_fb.svg");
  top: 5px;
}

button.dwl_share.sh_tw {
  background-image: url("share_tw.svg");
  top: 40px;
}
.agnoplayer-autoplay-mute-toggle .mute-text {
  visibility: hidden !important;
}

.dwl_link {
  color: black;
  text-decoration: none;
}

#start {
  cursor: pointer;
}
