.body {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  -youbkit-touch-callout: none; /* iOS Safari */
      -youbkit-user-select: none;   /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
      -moz-user-select: none;       /* Firefox */
      -ms-user-select: none;        /* IE 10+ and Edge */
      user-select: none;
      -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
-webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}

.body2 {
  background-color: white;
  display: flex;flex: 
  1;align-items: center;justify-content: center;
  font-family:  Verdana, Geneva, Tahoma, sans-serif;
    -youbkit-touch-callout: none; /* iOS Safari */
      -youbkit-user-select: none;   /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
      -moz-user-select: none;       /* Firefox */
      -ms-user-select: none;        /* IE 10+ and Edge */
      user-select: none;
      -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
-webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}


   /*home.html styles*/
   #map {
    position: absolute;
    bottom: 7%;
    width: 100%;
    height: 100%;
  }

.mapboxgl-user-location-accuracy-circle{
    pointer-events: none;
  }

  .mapboxgl-user-location-dot{
    pointer-events: none;
  }

  .mapboxgl-user-location{
    pointer-events: none;
  }

  .marker mapboxgl-marker mapboxgl-marker-anchor-center{
    pointer-events: none;
  }

  .alert {
    padding: 20px;
    background-color: #52b459;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    z-index: 1;
    position: absolute;
    bottom: 50%;
    left: 0%;
    z-index: 2;
    cursor: pointer;
    display: none;
    width: 90%;
    align-items: center;
    border-radius: 10px;
    margin-left: 5%;
  }

  .alert.success {
    background-color: #04AA6D;
  }

  .closebtnAlert {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 28px;
    line-height: 5px;
    cursor: pointer;
    transition: 0.3s;
  }

  .closebtnAlert:hover {
    color: black;
  }

  .marker {
    display: block;
    border: none;
    border-radius: 10%;
    cursor: pointer;
    padding: 0;
    z-index: 1;
  }

  .nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 8%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
	z-index: 3;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
    background-color: #eeeeee;
}

.nav__link--active {
    color: #009578;
}

.nav__icon {
    font-size: 18px;
}
  /*home.html/*
    /*station style*/
  

    .locationmapimg{
      position : absolute;
      display : inline;
      top : 100px;
      left : 100px;
      z-index : 1;
      background-color: white;
      border-radius: 50px;
      -ms-transform: rotate(20deg); /* IE 9 */
      transform: rotate(35deg);
      width: 35px;
      height: 35px;
      top:90%;
      left: 85%;

    }

    .loadingsoundclass{

      text-align: center;
    margin: 0 auto;
      padding: 0 20px 0 20px;
      max-width: 900px;
  
    }

    .loader {
      display: none;
      position: absolute;
      top: 50%;
      left: 40%;
      border: 6px solid white; /* Light grey */
      border-top: 6px solid #52b459; /* Blue */
      border-radius: 50%;
      width: 50px;
      height: 50px;
      animation: spin 2s linear infinite;
      z-index: 1;
    }

  
  .lds-ellipsis{
    position: relative;
    top: 30%;
    left: 10%;
    display:none;

  }
  /* overlay for soundclass*/
  #overlaystation {
  display: contents;
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:white; /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  
}


/*station style*/

.completedclass {
  
  height: 100%;
    overflow: hidden;
    width: 100%;
    
}
  
  /* Style the active link (or home/logo) */
  .active {
    background-color: white;
    color: white;
  }
  
  
  .rgstr{
    background-color: white;
    color: #52b459;
    align-content: center;
    position: fixed;
    background-color: white;
    border: 0px;
    top: 70%;
    left:32%;
  
  }
  
  .login-page {
    width: 100%;
  padding: 8% 0 0;
  margin: 2px;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 10px;
  text-align: center;
  /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
  border-radius: 5px;
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 10px;

}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border-radius: 10px;
}
.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
  border-radius: 10px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
  border-radius: 10px;
}
.form .register-form {
  display: none;
}
.logincointainer {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.logincointainer:before, .logincointainer:after {
  content: "";
  display: block;
  clear: both;
}
.logincointainer .info {
  margin: 50px auto;
  text-align: center;
}
.logincointainer .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.logincointainer .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.logincointainer .info span a {
  color: #000000;
  text-decoration: none;
}
.logincointainer .info span .fa {
  color: #EF3B3A;
}
  
  .logo{
  position: fixed;
  left: 35%;
  
  }
  .scannerbtn{
    
    background-color:#52b459;
    color:white;
    border:0px;
    width: 200px;
    height:30px;
    border-radius:5px;
    margin:3px;
    box-shadow: 0px 6px 5px #ccc;
  }
  
  
  .hrcolor {
      background-color: #008CBA;
  }
  
  .html{
    background: white;
  }
  
  
  .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    bottom: 210px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #52b459;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  
  /*under er for displayen for pantestedet og for kartet
  /* Always set the map height explicitly to define the size of the div
   * element that contains the map. */
  #map {
    width: 100%;
   height: 91%;
  }
  /* Optional: Makes the sample page fill the window. */
  html, body {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  #overlay {
  position: bottom;
  display: none;
  width: 100%;
  height: 45%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  }
  
  #text{
  position: absolute;
  top: 130%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  }
  
  /* The Modal (background) */
  .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  align-items: center;
  justify-content: center;
  }
  
  /* Modal Content */
  .modal-content {
  position: fixed;
  bottom: 20%;
  background-color: #fefefe;
  width: 88%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  border-radius: 50px;
  margin-bottom: 20px;
  }
  
  /* The Close Button */
  .close {
    margin-top: 15px;
    margin-left: 85%;
    color: #52b459;
    font-weight: bold;
    float: left;
    font-size: 28px;
    line-height: 15px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  }
  
  /* Add Animation */
  @-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
  }
  
  @keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
  }
  
  @-webkit-keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
  }
  
  @keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
  }
  /*fjern video*/
  .video{
    margin-top: 20px;
    position: relative;
    top: 140px;
    transform: translate(-50%,-50%);
    width: 350px;
    height: 350px;
    left: 50%;
  }
  /*scanner animation*/
  .scan-code {
    position: absolute;
    transform: translate(-50%,-50%);
    width: 210px;
    height: 180px;
    z-index: 1;
    left: 50%;
    top:50%
  }
  
  .scan-code__angle:before,
  .scan-code__angle:after {
    content: "";
    position: absolute;

    width: 30px;
    height: 30px;
    border-style: solid;
    border-color: #52b459;
    border-width: 0px;
    z-index: 1;
 
  }
  
  .scan-code__angle:before {
    border-left-width: 6px;
    left: 0;
    
  }
  
  .scan-code__angle:after {
    border-right-width: 6px;
    right: 0;


  }
  
  .scan-code__angle--top:before,
  .scan-code__angle--top:after {
    top: 0;
    border-top-width: 6px;


  }
  
  .scan-code__angle--bottom:before,
  .scan-code__angle--bottom:after {
    bottom: 0;
    border-bottom-width: 6px;
  }
  
  .scan-code__angle--top:before {
    border-top-left-radius: 4px;
  }
  
  .scan-code__angle--top:after {
    border-top-right-radius: 4px;
  }
  
  .scan-code__angle--bottom:before {
    border-bottom-left-radius: 4px;
  }
  
  .scan-code__angle--bottom:after {
    border-bottom-right-radius: 4px;
  }
  
  body {
    height: 100%;
  }
  
  @-webkit-keyframes beam {
    50% {
      opacity: 0;
    }
  }
  
  @keyframes beam {
    50% {
      opacity: 0;
    }
  }
  @-webkit-keyframes scanning {
    50% {
      -webkit-transform: translateY(75px);
              transform: translateY(75px);
    }
  }
  @keyframes scanning {
    50% {
      -webkit-transform: translateY(75px);
              transform:
    }
  }

  /*progress steps scanner.html */

  .container {
  width: 100%;
}

.progressbar {
  margin-top: 20px;
  counter-reset: step;
}
.progressbar li {
  list-style: none;
  display: inline-block;
  width: 30.33%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height : 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index : -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.activeprgrs {
  color: green;
}
.progressbar li.activeprgrs:before {
  border-color: #52b459;
} 
.progressbar li.activeprgrs + li:after {
  background-color: #52b459;
}

/*redeem styles*/

/* @import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,800,300);*/

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.45;
  background-color: whitesmoke;
}
header {
  color: #ffffff;
  background-color: #52b459;
  padding: 40px 0;
  text-align: center;
}
h1 {
  font-size: 48px;
  margin: 0 0 16px 0;
}
h2 {
  font-weight: 300;
  font-size: 40px;
  margin: 0 0 16px 0;
}
.container {
  margin: 0 auto;
  padding: 0 20px 0 20px;
  max-width: 900px;
}

section {
  text-align: center;
  padding: 30px 0;
}
.features {
  background: #ffffff;
  color: #000000;
}

/*card*/
.cardshow {
  display: inline-block;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 10px; /* 5px rounded corners */
  width: 240px;
  height: 370px;
  margin-top: 40px;
}

.cardshowmsf {
  display: inline-block;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 10px; /* 5px rounded corners */
  width: 240px;
  height: 370px;
  margin-top: 0px;
}

.imgclass {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: 50% 50%;
}

.btn {
  color: white;
  width: 140px;
  height: 30px;
  border-radius: 10px;
  background-color: #52b459;
  border: rgb(116, 16, 16);
  font-size: 23px;
  position: relative;
  top: 110px;
}

#overlay-coupon {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.cardoverlay {
  display: inline-block;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 10px; /* 5px rounded corners */
  width: 240px;
  height: 590px;
  margin-top: 10px;
  background-color: white;
}

#overlaycoupon {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#overlaycouponfood {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.loaderRedeem {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 70px;
  position: relative;
  left: 40%;
  height: 70px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btncard {
  color: white;
  width: 140px;
  height: 30px;
  border-radius: 10px;
  background-color: #52b459;
  border: rgb(116, 16, 16);
  font-size: 23px;
}

/*google sign in button*/

*, *:before, *:after {
  box-sizing: border-box;
}
.g-sign-in-button {
  margin: 10px;
  display: inline-block;
  width: 250px;
  height: 50px;
  background-color: #ffffff;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
  transition: background-color .218s, border-color .218s, box-shadow .218s;
}
.g-sign-in-button:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
  box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
}
.g-sign-in-button:active {
  background-color: #3367D6;
  transition: background-color 0.2s;
}
.g-sign-in-button .content-wrapper {
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
}
.g-sign-in-button img {
    width: 18px;
    height: 18px;
}
.g-sign-in-button .logo-wrapper {
   padding: 15px;
   background:#fff;
   width: 48px;
   height: 100%;
   border-radius: 1px; 
   display: inline-block;
}
.g-sign-in-button .text-container {
    font-family: Roboto,arial,sans-serif;
    font-weight: 500;
    letter-spacing: .21px;
    font-size: 16px;
    line-height: 48px;
    vertical-align: top;
    border: none;
    display: inline-block;
    text-align: center;
    width: 180px;
}

/* Slider redeem */
/* parent of book-container & container (slider) */
main {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

/* wraps entire slider */
.slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 1%;
  background: rgba(0,0,0,0.6);
  color: #fff;
}

/* slider controls*/
.control {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 10px;
  color: #fff;
  font-size: 2rem;
  padding: 0;
  margin: 0;
  line-height: 5px;
}

.prev,
.next {
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
   user-select: none;
  background: #52b45961;
  border-radius: 10px;
  padding: 1rem;
}

.prev {
  left: 1.1rem;
}

.next {
  right: 1.1rem;
}

.prev:hover,
.next:hover {
  transform: scale(1.5,1.5);
}

.slider-container {
  /* 
  n variable holds number of images to make .container wide enough 
  to hold all its image children 
  that still have the same width as its parent
  */
  display: flex;
  align-items: center;
  overflow-y: hidden;
  width: 100%; /* fallback */
  width: calc(var(--n)*100%);
  height: 31vw; 
  max-height: 100vh;
  transform: translate(calc(var(--i, 0)/var(--n)*-100% + var(--tx, 0px)));
}

/* transition animation for the slider */
.smooth { 
  /* f computes actual animation duration via JS */
  transition: transform calc(var(--f, 1)*.5s) ease-out; 
}

/* images for the slider */
img {
  width: 100%; /* can't take this out either as it breaks Chrome */
  width: calc(100%/var(--n));
  pointer-events: none;
}
