@charset "UTF-8";
html {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

header {
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 10;
  background: white;
}

section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100vh;
  top: 80px;
  scroll-snap-align: start;
  position: relative;
  padding: 0 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
section .counter {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
}

.help-text {
  position: absolute;
  bottom: 23px;
  right: 70px;
  color: #fff;
  transition: 0.2s 0.3s;
  cursor: pointer;
}

section.intro h1 {
  flex-basis: 100%;
}
section.intro .counter {
  color: #000;
  position: relative !important;
}

.pre-footer {
  padding-top: 20%;
  max-width: 800px;
  margin: 0 auto;
}
.pre-footer img {
  max-width: 180px;
  max-height: 77px;
}

.img-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.map-about {
  margin-top: 20px;
}
.map-about h1 {
  text-transform: uppercase;
}
.map-about h1:after {
  content: ":";
}

.intro > div {
  max-width: 630px;
  margin: 0 auto;
}

.player {
  width: calc(100% - 30px);
  max-width: 500px;
  margin: 0 auto;
  height: 300px;
  z-index: 3;
  transition: 0.3s ease-in-out;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
.player iframe {
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out;
}

.cover {
  position: absolute;
  top: 15px;
  left: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 161px;
  height: 161px;
  z-index: 1;
  pointer-events: none;
  transition: 0.2s;
  border-radius: 8px;
}

.counter:after {
  content: "↓";
  margin-left: 10px;
}

section.last .counter:after {
  display: none;
}

.nav-help {
  text-align: right;
  margin-top: 2rem !important;
}

#thor {
  background-image: url("/../assets/images/podcast/SPOKEN-XS_Thorø_huse.jpg");
}
#thor .cover {
  background-image: url("/../assets/images/podcast/Lydvandringer_Thumb_thoro.jpg");
}

#sol {
  background-image: url("/../assets/images/podcast/SPOKEN-XS_Lydvandringer_sollerup_skov.jpg");
}
#sol .cover {
  background-image: url("/../assets/images/podcast/Lydvandringer_Thumb_Sollerup.jpg");
}

#ene {
  background-image: url("/../assets/images/podcast/SPOKEN-XS_Enebaerodde.jpg");
}
#ene .cover {
  background-image: url("/../assets/images/podcast/Lydvandringer_Thumb_enebaerodde.jpg");
}

#elme {
  background-image: url("/../assets/images/podcast/SPOKEN-XS_Elmelund_skov.jpg");
}
#elme .cover {
  background-image: url("/../assets/images/podcast/Lydvandringer_Thumb_elmelund.jpg");
}

#fh {
  background-image: url("/../assets/images/podcast/SPOKEN-XS_Fyns_hoved.jpg");
}
#fh .cover {
  background-image: url("/../assets/images/podcast/Lydvandringer_Thumb_fyns_hoved.jpg");
}

section.footer-section {
  height: auto;
  padding: 0 !important;
}

.rute-beskrivelse {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(50vh - 230%));
  max-width: 555px;
  width: 100%;
  padding: 2rem;
  color: #fff;
  line-height: 140%;
}

.map-ui {
  width: 50px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1), border-radius 0.2s 0.3s ease-in-out;
  max-width: 530px;
}
.map-ui .wrapper {
  padding: 15px;
  display: none;
  position: relative;
  height: 100%;
}
.map-ui .map-container {
  position: absolute;
  top: 180px;
  height: 100%;
  width: calc(100% - 30px);
}

.map {
  height: 40%;
  width: 100%;
  border-radius: 10px;
}

.modal-toggle {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  transform: rotate(-133deg);
  transition: 0.23s 0.12s ease-in-out;
  cursor: pointer;
}
.modal-toggle:before {
  content: "→";
  position: absolute;
  left: 29%;
  top: 23%;
  font-size: 24px;
}

section.modal .map-ui {
  width: calc(100% - 20px);
  height: calc(100% - 100px);
  border-radius: 10px;
  transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1), border-radius 0.2s ease-in-out;
}
section.modal .map-ui .wrapper {
  display: block;
}
section.modal .help-text {
  opacity: 0;
  transform: translate(-10px);
  transition-delay: 0s;
}
section.modal .rute-beskrivelse {
  opacity: 0;
  transform: translate(-10px);
  transition-delay: 0s;
}
section.modal .player {
  width: calc(100% - 50px);
  max-width: 500px;
  top: 104px;
  right: 25px;
  height: 153px;
  transform: translate(0);
}
section.modal .player iframe {
  height: 153px;
}
section.modal .player .counter {
  display: none;
}
section.modal .modal-toggle {
  transform: rotate(48deg);
}/*# sourceMappingURL=lydvandringer.css.map */