a {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.slider {
  height: 85vh;
}

.slide1 {
  background-image: url('../images/20180214_143426.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide2 {
  background-image: url('../images/20140911_114407.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide3 {
  background-image: url('../images/20171113_150612.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logoblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding: 29px 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9b214), to(#f9b214));
  background-image: linear-gradient(180deg, #f9b214, #f9b214);
}

.section {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 326px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blockrubrik {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding: 8px 8px 8px 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eb671b), to(#eb671b));
  background-image: linear-gradient(180deg, #eb671b, #eb671b);
}

.blockrubrik.vit {
  padding-top: 23px;
  padding-bottom: 23px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f3f2), to(#f4f3f2));
  background-image: linear-gradient(180deg, #f4f3f2, #f4f3f2);
}

.blockrubrik.kontakt {
  height: auto;
  margin-top: 0px;
  padding-top: 3px;
  padding-bottom: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#636362), to(#636362));
  background-image: linear-gradient(180deg, #636362, #636362);
}

.blockrubrik.facebook {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: none;
}

.rubrik {
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 29px;
  line-height: 39px;
  font-weight: 300;
  text-decoration: none;
}

.rubrik.tjock {
  margin-top: -16px;
  font-weight: 500;
}

.rubrik.liten {
  font-size: 16px;
  text-align: left;
}

.rubrik.mobil-liten {
  margin-bottom: 32px;
  font-size: 24px;
  text-align: center;
}

.brdtext {
  margin-bottom: 9px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
}

.brdtext.vit {
  color: #f0f0f0;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.text-span {
  line-height: 36px;
  font-weight: 500;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block._2 {
  padding-left: 21px;
}

.image {
  margin-right: 10px;
  padding-left: 0px;
}

.image.footer {
  margin-top: 17px;
}

.image.kontakt {
  margin-right: 6px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -22px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 53px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#20201f), to(#20201f));
  background-image: linear-gradient(180deg, #20201f, #20201f);
}

.footer-text {
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #b5b5b5;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 3px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.jmgeologo {
  margin-right: 20px;
}

.div-block-3 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.slide {
  background-image: url('../images/20130912_145033.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/20171018_121137-EFFECTS.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/20141028_151026.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/20141217_144921.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/20150610_123308.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/20171106_092838.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1 {
  background-image: url('../images/20150507_115111.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-2 {
  background-image: url('../images/20141125_102759.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-3 {
  background-image: url('../images/20171016_172225.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-4 {
  background-image: url('../images/20171030_163207.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-5 {
  background-image: url('../images/20171128_160301.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav {
  opacity: 1;
}

.right-arrow {
  opacity: 0;
}

.left-arrow {
  opacity: 0;
}

.namn {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.namn.titel {
  margin-bottom: 7px;
  font-size: 12px;
}

.link {
  display: block;
}

.image-6 {
  margin-bottom: 7px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.persona {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 20px;
  margin-bottom: 21px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vit-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gr-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b5b5b5;
}

@media screen and (max-width: 991px) {
  .slider {
    height: 55vh;
  }
  .logoblock {
    width: 50%;
  }
  .section {
    width: 100%;
  }
  .blockrubrik {
    width: 50%;
  }
  .blockrubrik.vit {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .rubrik {
    margin-top: 6px;
    font-size: 22px;
    line-height: 27px;
  }
  .rubrik.liten {
    margin-top: 1px;
    font-size: 14px;
  }
  .rubrik.mobil-liten {
    margin-top: 18px;
    font-size: 24px;
  }
  .text-span {
    line-height: 23px;
  }
  .link-block._2 {
    padding-left: 0px;
  }
  .div-block {
    margin-top: -6px;
    margin-bottom: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-text {
    margin-top: 22px;
  }
  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .jmgeologo {
    display: block;
    margin-right: 0px;
  }
  .slide {
    background-position: 0% 50%;
  }
  .slide-1-3 {
    background-size: cover;
  }
  .persona {
    margin-right: 11px;
    margin-left: 11px;
  }
  .gr-section {
    height: 440px;
  }
}

@media screen and (max-width: 767px) {
  .logoblock {
    width: 100%;
  }
  .section {
    position: static;
  }
  .blockrubrik {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brdtext {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 17px;
    line-height: 25px;
  }
  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .slider-2 {
    width: 100%;
  }
  .section-3 {
    height: 400px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9b214), to(#f9b214));
    background-image: linear-gradient(180deg, #f9b214, #f9b214);
  }
  .logoblock-mobil {
    position: relative;
    display: block;
    height: 100px;
    padding-bottom: 21px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9b214), to(#f9b214));
    background-image: linear-gradient(180deg, #f9b214, #f9b214);
  }
  .linkblock-mobil {
    padding-left: 46px;
  }
  .linkblock-mobil.landscape {
    padding-left: 42px;
  }
  .div-block-4 {
    display: block;
    padding-top: 18px;
    padding-left: 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-3 {
    padding-right: 5px;
    padding-left: 0px;
  }
  .div-block-5 {
    position: absolute;
    top: 20px;
    right: 22px;
    bottom: 0px;
    display: block;
  }
  .div-block-6 {
    position: absolute;
    left: 16px;
    top: 20px;
    float: left;
  }
  .slide-7 {
    background-image: url('../images/20171113_150612_mobil.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-8 {
    background-image: url('../images/20180214_143426_mobil.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-9 {
    background-image: url('../images/20171018_121137-EFFECTS_mobil.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-10 {
    background-image: url('../images/20150507_115111_mobil.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-11 {
    background-image: url('../images/20171106_092838_mobil.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-12 {
    background-image: url('../images/20150610_123308_mobil.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-13 {
    background-image: url('../images/20171016_172225_mobil.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-14 {
    background-image: url('../images/20171128_160301_mobil.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-15 {
    background-image: url('../images/20171030_163207_mobil.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-1-6 {
    background-image: url('../images/20140911_114407_mobil.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-1-7 {
    background-image: url('../images/20141217_144921_mobil.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-1-8 {
    background-image: url('../images/20141028_151026_mobil.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-1-9 {
    background-image: url('../images/20130912_145033_mobil.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-1-10 {
    background-image: url('../images/20141125_102759_mobil.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slide-nav-2 {
    opacity: 0;
  }
  .logoblock-landscape {
    position: relative;
    height: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9b214), to(#f9b214));
    background-image: linear-gradient(180deg, #f9b214, #f9b214);
  }
  .image-5 {
    position: absolute;
    left: 20px;
    top: 26px;
    bottom: 0px;
  }
  .div-block-8 {
    position: absolute;
    top: 23px;
    right: 21px;
    bottom: 0px;
  }
  .div-block-9 {
    width: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vit-section {
    height: auto;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .gr-section {
    height: auto;
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

@media screen and (max-width: 479px) {
  .blockrubrik {
    padding-left: 8px;
  }
  .rubrik {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .rubrik.mobil-liten {
    margin-bottom: 22px;
    padding-right: 21px;
    padding-left: 21px;
  }
  .brdtext {
    font-size: 16px;
    line-height: 23px;
  }
  .text-span {
    line-height: 23px;
  }
  .section-2 {
    padding-top: 39px;
    padding-bottom: 16px;
  }
  .slider-2 {
    width: 100%;
  }
  .logoblock-mobil {
    display: block;
    height: auto;
    padding-bottom: 13px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .linkblock-mobil {
    padding-right: 26px;
    padding-left: 26px;
  }
  .image-3 {
    padding-right: 0px;
  }
  .div-block-5 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-6 {
    position: static;
  }
  .image-4 {
    display: block;
    margin-top: 15px;
  }
  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .persona {
    width: auto;
  }
  .vit-section {
    padding: 18px 12px;
  }
  .gr-section {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .image-7 {
    padding-top: 3px;
  }
  .text-block {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
    text-align: center;
  }
}