.video-conatiner {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  overflow: hidden;
}


.iframe-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  height: 180%;
}


.og-hero {
  width: 100%;
  height: 90vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-image: url(https://www.sisjoentre.se/wp-content/uploads/2021/12/Sisjö1920X1080.jpg);*/
  background-image: url(https://www.sisjoentre.se/wp-content/uploads/2021/11/DJI_0399-Redigera-scaled.jpg);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
}

.hero-inner-image {
    max-width: 500px;
}
.hero-inner-image img {
    width: 100%;
}

.og-hero:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 99;
}




.column-section {
  max-width: 1100px;
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.column-inner {
  width: 50%;
}

.text-column {
  padding-right: 20px;
  box-sizing: border-box;
}
.image-column {
  padding-left: 20px;
  box-sizing: border-box;
}

.column-inner h2 {
  font-family: "Helvetica Neue";
  font-size: 30px;
  text-align: right;
  color: #022E5A;
}

.column-inner p {
  font-family: "Helvetica Neue";
  font-size: 17px;
  line-height: 22px;
  text-align: right;
  color: #022E5A;
  max-width: 80%;
  margin: 5px 0 0 auto;
  font-weight: 100;
}

.column-inner img {
  max-width: 100%;
}





.info-section {
  width: 100%;
  padding: 100px 0 80px 0;
  background: #022E5A;
}

.info-section h2 {
  font-family: "Helvetica Neue";
  font-size: 30px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
}

.info-inner {
  width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

.info-column {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  text-align: center;
}

.column-icon {
  display: block;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}

.info-column h3 {
  font-family: "Helvetica Neue";
  font-size: 27px;
  letter-spacing: 1px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}

.info-column h5 {
  font-family: "Helvetica Neue";
  font-size: 20px;
  color: #FFF;
  font-weight: 500;
  margin: 20px 0 0 0;
}

.info-column a {
  display: block;
  text-decoration: none;
  font-family: "Helvetica Neue";
  font-size: 20px;
  color: #FFF;
  font-weight: 500;
  margin: 20px 0 0 0;
}

.info-column p {
  font-family: "Helvetica Neue";
  font-size: 17px;
  color: #FFF;
  font-weight: 100;
  margin: 20px auto 0 auto;
  max-width: 80%;
}

#desktop-img {
  width: 80%;
}







.shops-container {
  width: 1000px;
  padding-top: 100px;
  margin: 0 auto 100px auto;
  display: flex;
  flex-wrap: wrap;
}

.shops-container h2 {
  font-family: "Helvetica Neue";
  font-size: 30px;
  color: #022E5A;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.shop {
  width: calc(25% - 40px);
  margin: 10px 20px;
  background-color: #ECECEC;
  padding: 20px 0;
  text-decoration: none;
}

.shop-img {
  display: block;
  width: 80%;
  padding-top: 40%;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.shop h6 {
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin: 10px 0 0 0;
  position: relative;
}
.shop h6:after {
  content: '';
  width: 85%;
  height: 1px;
  background-color: #022E5A;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.shop p {
  font-family: "Helvetica Neue";
  font-size: 15px;
  color: #022E5A;
  font-weight: 200;
  text-align: center;
  color: #000;
  margin: 10px 0 0 0;
  position: relative;
}




.aktuellt-section {
  width: 100%;
  padding: 80px 0;
  background: #022E5A;
}

.aktuellt-section h2 {
  font-family: "Helvetica Neue";
  font-size: 30px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.aktuellt-inner {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.news {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  background-color: #fff;
  text-decoration: none;
}

.news-image {
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60%;
}

.news h3 {
  font-family: "Helvetica Neue";
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin: 20px 0 0 15px;
  max-width: 80%;
}

.news p {
  font-family: "Helvetica Neue";
  font-size: 15px;
  color: #000;
  font-weight: 200;
  margin: 5px 0 0 15px;
  max-width: 80%;
}

.read-more {
  display: block;
  font-family: "Helvetica Neue";
  font-size: 15px;
  color: #000;
  font-weight: 700;
  margin: 15px 0 15px 15px;
}





#mobile-img {
  display: none;
}


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

  #desktop-img {
    display: none;
  }
  
  
  .og-hero {
      height: 70vh;
  }
  
  .hero-inner-image {
    max-width: 80%;
  }



  .iframe-video {
      width: 370%;
  }

  .column-section {
    width: 85%;
  }

  .column-inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-inner h2 {
    text-align: left;
  }

  .column-inner p {
    text-align: left;
    max-width: 90%;
    margin: 20px 0 0 0;
  }

  .column-inner img {
    margin-top: 20px;
  }

  .info-inner {
    width: 90%;
  }

  .info-column {
    width: 100%;
    margin: 40px 0;
  }

  #mobile-img {
    display: block;
    width: 100%;
  }




  .shops-container {
    width: 90%;
  }

  .shop {
    width: calc(50% - 20px);
    margin: 15px 10px;
  }



  .aktuellt-inner {
    width: 85%;
    margin-top: 15px;
  }

  .news {
    width: 100%;
    margin: 20px 0;
  }




}
