#view-overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 238, 214, .25);
  filter: blur(10px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

#img-preview {
  height: auto;
  width: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: none;
}

#img-preview img {
  max-height: 80vh;
  max-width: 1000px;
  cursor: pointer;
}

.image-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  height: 40px;
  background-color: #2C5166;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 99;
  padding: 0 10px 0 19px;
  display: none;
}

#prev-img {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-color: #FFF;
  border-style: solid;
  border-width: 0 0 2px 2px;
  transform: rotate(45deg);
  cursor: pointer;
}

#next-img {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-color: #FFF;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  cursor: pointer;
}

#close-preview {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://vemdalsberget.almera.se/wp-content/uploads/2021/02/closeV2.png);
}






.og-half-hero {
  width: 100%;
  height: 55vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.hero-inner {
  width: 1000px;
  margin: auto;
}

.hero-inner h2 {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}





.quick-info {
  width: 100%;
  padding: 25px 0;
  background-color: #2C5166;
}

.quick-inner {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.facts-column {
  width: 20%;
}

.facts-column b {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #FFF;
  text-align: left;
  font-weight: 500;
}

.facts-column span {
  display: block;
  width: calc(100% - 50px);
  height: 1px;
  background-color: #FFF;
}

.facts-column p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #FFF;
  text-align: left;
  font-weight: 100;
  margin: 4px 0 0 4px;
}




.back-share-section {
  width: 900px;
  margin: 10px auto 40px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}


#back-button {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  margin: 0 0 0 50px;
  position: relative;
  display: block;
  text-decoration: none;
  width: calc(50% - 50px);
  text-align: left;
}
#back-button:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 12px;
  left: -50px;
  top: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://vemdalsberget.almera.se/wp-content/uploads/2020/12/Arrow-7.png);
}

.share-content {
  width: 50%;
  text-align: right;
}

.share-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.share-content p a {
  margin-left: 5px;
}

.share-content p a img {
  width: 20px;
}









.text-section {
  width: 900px;
  margin: 10px auto 50px auto;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  font-weight: 100;
  display: table;
}


.image-gallery {
  width: 45%;
  float: left;
  margin-right: 20px;
}

#main-image {
  display: block;
  width: 100%;
  height: 240px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.images {
  height: 95px;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
}
.images::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.images span {
  display: inline-block;
  width: 33.33%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}






.text-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  color: #2C5166;
  margin: 0 0 5px 0;
}

.text-section p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  font-weight: 100;
  width: 100%;
}

.text-section a {
  color: #2C5166;
  text-decoration: none;
}

.text-section strong {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  display: block;
  margin-top: 5px;
}








.maklare-small-column {
  width: 50%;
}

.maklare-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
}

.maklare-info {
  width: calc(100% - 140px);
  box-sizing: border-box;
  padding: 10px 20px;
}

.maklare-info img {
  height: 55px;
}

.maklare-info h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #005aa0;
  margin: 0;
}

.maklare-info p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #005aa0;
  margin: 0;
}

.maklare-info p a {
  color: #005aa0;
  text-decoration: none;
}

.maklare-small-image {
  width: 140px;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.facts p {
  margin: 4px 0;
}

.facts p a {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #435063;
  margin: 0;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  margin-left: 30px;
}
.facts p a:after {
  content: '';
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://vemdalsberget.almera.se/wp-content/uploads/2021/01/Vector.png);
  transition: .3s;
}

.facts p a:hover:after {
  right: -30px;
}






.recomendations {
  width: 900px;
  margin: 0px auto 10px auto;
  display: flex;
  flex-wrap: wrap;
}

.recomendations h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  color: #2C5166;
  width: 100%;
}

.recomend-item {
  width: calc(50% - 20px);
  margin: 10px;
  background-color: #2C5166;
  text-decoration: none;
}

.recomend-item span {
  display: block;
  width: 100%;
  height: 270px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.recomend-item h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #FFF;
  width: 100%;
  margin: 20px 0 20px 0;
  text-align: center;
}






.maklare-section {
  width: 900px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.maklare-column {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  background: #2C5166;
}

.maklare-img {
  width: 155px;
}

.maklare-facts {
  width: calc(100% - 155px);
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

.maklare-facts img {
  width: 170px;
}

.maklare-facts h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  letter-spacing: .5px;
  color: #FFF;
  margin: 0;
}
.maklare-facts p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #FFF;
  margin: 0;
}
.maklare-facts a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #FFF;
  margin: 0;
  text-decoration: none;
  display: block;
}










@media only screen and (max-width: 798px) {

  .hero-inner {
    width: 90%;
  }

  .quick-info {
    width: 90%;
    margin: -40px auto 0 auto;
  }

  .quick-inner {
    width: 90%;
    margin: auto;
  }

  .facts-column {
    width: 33.33%;
    margin: 8px 0;
  }




  #img-preview {
    width: 90%;
  }
  #img-preview img {
    max-height: 60vh;
    width: 100%;
  }

  .image-controls {
    bottom: 20px;
  }



  .back-share-section {
    width: 90%;
  }






  .text-section {
    width: 90%;
  }

  .text-section p {
    width: 100%;
  }



  .image-gallery {
    width: 100%;
  }

  #main-image {
    height: 240px;
  }




  .maklare-section {
    width: 90%;
  }

  .maklare-small-column {
    width: 100%;
  }

  .maklare-info img {
    height: 45px;
  }

  .maklare-info h4 {
    font-size: 15px;
  }

  .maklare-info p {
    font-size: 13px;
  }

  .facts p a {
    margin-left: 0;
  }

  .facts {
    padding-top: 20px;
  }





  .recomendations {
    width: 90%;
    margin: 50px auto 10px auto;
  }

  .recomend-item {
    width: 100%;
    margin: 10px 0;
  }

  .recomend-item span {
    height: 220px;
  }



  .maklare-column {
    width: 100%;
  }







  .interest-container{
    width: 100%;
  }

 .footer-frm {
   width: 95%;
   margin: auto;
 }

 .footer-frm label {
   width: calc(100% - 20px);
   margin: 13px 10px;
 }

 .footer-container h2 {
   margin-bottom: 20px;
 }




}
