#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-hero {
  width: 100%;
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}





.about-section {
  width: 1000px;
  margin: 80px auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.about-column {
  width: calc(50% - 10px);
}

.video-column {
  margin-right: 10px;
}

.about-text-column {
  margin-left: 10px;
}

.video-column video {
  width: 100%;
  height: 320px;
}

.about-text-column h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  color: #2C5166;
  text-align: left;
  margin: 0 0 10px 0;
}

.about-text-column p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  text-align: left;
  margin: 0;
}





.views-section {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.view {
  width: calc(33.33% - 10px);
}

.view h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #2C5166;
  text-align: left;
  margin: 0 0 5px 0;
}

.view span {
  display: block;
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}






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

.maklare-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  color: #2C5166;
  text-align: left;
  margin: 0 0 10px 0;
  width: 100%;
}

.maklare-column {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.maklare-text-column {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.maklare-text-column p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  margin: 0;
}

.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-image {
  width: 140px;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}









.title-section {
  width: 1000px;
  margin: 50px auto 20px auto;
}

.title-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  color: #2C5166;
  text-align: left;
  margin: 0 0 10px 0;
  width: 100%;
}






.image-left-text-right-section {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.image-left-column {
  width: 50%;
}
.image-left-column img {
  width: 100%;
}

.text-right-column {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}

.text-right-column h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  color: #2C5166;
  text-align: left;
  margin: 0 0 10px 0;
  width: 100%;
}

.text-right-column p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
}








.text-left-image-right-section {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.text-left-column {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  text-align: right;
}

.text-left-column h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  color: #2C5166;
  margin: 0 0 10px 0;
}

.text-left-column p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
}

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

.image-right-column {
  width: 50%;
}
.image-right-column img {
  width: 100%;
}






.text-center-left-image-right {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.text-center-column-left {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}

.text-center-column-left h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  color: #2C5166;
  margin: 0 0 10px 0;
}

.text-center-column-left p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
}

.text-center-column-left a {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #2C5166;
  display: block;
  text-decoration: none;
}



.text-center-left-image-right .image-right-column img {
		width: 65%;
	}




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

  .og-header {
    height: 50vh;
  }

  .about-section {
    width: 90%;
    margin: 20px auto 50px auto;
  }

  .about-column {
    width: 100%;
  }

  .video-column {
    order: 1;
  }

  .about-text-column {
    order: 2;
  }


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

  .image-controls {
    bottom: 20px;
  }




  .views-section {
    width: 90%;
  }

  .view {
    width: 100%;
    margin: 8px !important;
  }

  .view span {
    height: 230px;
  }




  .maklare-section {
    width: 90%;
  }

  .maklare-column {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .maklare-info {
    order: 2;
    width: 100%;
  }

  .maklare-image {
    order: 1;
    width: 100%;
    height: 275px;
  }

  .maklare-text-column {
    width: 100%;
    margin: 10px 0 0 0;
  }







  .title-section {
    width: 90%;
  }







  .image-left-text-right-section {
    margin-top: 20px;
    width: 90%;
  }
  .image-left-column {
    width: 100%;
  }
  .text-right-column {
    width: 100%;
    padding: 20px 0 0 0;
  }







  .text-left-image-right-section {
    margin-top: 20px;
    width: 90%;
  }
  .text-left-column {
    width: 100%;
    padding: 20px 0 0 0;
    order: 2;
    text-align: left;
  }
  .image-right-column {
    width: 100%;
    order: 1;
  }







  .text-center-left-image-right {
    width: 90%;
  }
  .text-center-column-left {
    width: 100%;
    text-align: left;
    padding: 20px 0 0 0;
    order: 2;
  }

	
	







}
