:root {
  --grey-1: #f8f8f8;
  --grey-2: #eeeeee;
  --blue-main: #45536f;
  --green-main: #6FBC85;
  --gradient-main: linear-gradient(90deg, #44526f 0%, #6eba85 100%);
}

body {
  width: 100%;
}

.body-start {
  min-height: 100vh;
  max-width: 2560px;
  font-size: 1em;
  line-height: 1.4;
  color: var(--blue-main) !important;
  overflow-x: hidden !important;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.25);
}

a, a:hover {
  text-decoration: none;
}

.body-start img {
  pointer-events: none;
}

.sky-container {
  position: relative;
  min-height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.fa-chevron-down {
  margin: 0 auto;
  font-size: 27px;
  opacity: 0.4;
  animation: updown 2s ease infinite;
}

@keyframes updown {
  0% {
    transform: translateY(-16%);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(-16%);
  }
}
.video-container {
  height: 100vh;
  display: flex;
  width: 100%;
  text-align: center;
  margin-top: 5px;
  background: white;
}

@media (max-width: 1200px) {
  .video-container {
    height: 100%;
    display: block;
    margin-bottom: 20vh;
  }
}
.mountain-images {
  width: 100%;
  overflow-x: hidden;
  height: 190px;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .mountain-images {
    height: 140px;
  }
}
.mountain-images img {
  height: 100%;
}

.mountain-left img {
  margin-left: -90px;
}

.mountain-right img {
  margin-right: -90px;
  float: right;
}

.circle-images {
  overflow: hidden;
  border: 6px solid var(--green-main);
  transition: 0.3s;
  width: 100%;
  aspect-ratio: 1/1;
}

.circle-images-bike {
  border-radius: 0 100% 100% 0;
  transform: translate(-55%, 12%) scale(1.8);
}

.circle-images-map {
  border-radius: 100% 0 0 100%;
  transform: translate(55%, 0%) scale(1.8);
}

.circle-images-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.blue-container {
  background: var(--blue-main) !important;
  color: white !important;
}

.blue-container h2 {
  font-size: min(max(30px, 2.3vw), 49px);
  font-weight: bold;
  padding-bottom: 15px;
}

#road {
  height: 330px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: 0.4s;
}

@media (max-width: 992px) {
  #road {
    height: 530px;
    margin: -200px 0;
    opacity: 0.6;
  }
}
@media (min-width: 1400px) {
  #road {
    height: 480px;
    margin: -50px 0;
  }
}
@media (min-width: 1600px) {
  #road {
    height: 590px;
    margin: -115px 0;
  }
}
@media (min-width: 768px) {
  #road .reveal {
    margin-top: -545px;
    transition: 4s;
  }

  #road .reveal.active {
    margin-top: 0 !important;
  }
}
#road img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

#green-road {
  z-index: 5;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.steigum-container {
  min-height: 100vh;
  align-items: center;
  overflow: hidden;
  background: white;
  background-image: linear-gradient(0, #a2effe 0%, white 100%);
  color: #184181 !important;
  margin-bottom: -50px;
}

.btg-container {
  width: 100%;
  min-height: 100vh;
  background: #3D6DC9;
  align-items: center;
  color: white;
}

.btn-start {
  padding: 12px 28px;
  margin: 16px auto;
  border-radius: 10px;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
}

#navbar-top a {
  color: var(--blue-main);
  font-weight: 600;
}

#navbar-top a:hover {
  color: var(--green-main);
}

.link-btg:hover {
  color: #3D6DC9 !important;
}

.link-steigum:hover {
  color: #bcd152 !important;
}

#navbar-top {
  background: #ffffffe8;
  padding: 4px 15px;
  transition: 0.7s;
}

#navbar-logo {
  transition: 0.5s;
}

@media (min-width: 768px) {
  .navbar-logo-top {
    margin-left: -160px;
  }
}
#navbar-top li, #navbar-logo {
  display: flex;
  align-items: center;
}

.navup {
  transform: translatey(-166px);
}

.footer-start a {
  color: white !important;
}

.parallax {
  max-width: 3000px;
  margin: 0 auto !important;
}

.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100;
}

.parallax__container .parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
