body {
  height: 100%;
  min-height: 100px;
  font-family: proxima-nova, sans-serif;
  color: #777;
  font-size: 18px;
  line-height: 27px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ccc;
  font-size: 30px;
  line-height: 44px;
  font-weight: 800;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 15px;
  color: #333;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.hero {
  position: relative;
  min-height: 100%;
  /*background-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0)), url('../images/splash.jpg');
  background-image: linear-gradient(to top, black, rgba(255, 255, 255, 0)), url('../images/splash.jpg');
  background-position: 0% 0%, 50% 50%;*/
  background: #000 url('../images/bg_hero.jpg') no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.hero__intro {
  position: absolute;
  bottom: 75px;
  display: block;
  max-width: 960px;
  left: 50%;
  margin-left: -480px;
}
.presentation {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 53px;
  padding-bottom: 46px;
  background-color: #e8e6e6;
}
.logo {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 61px;
  padding-left: 0px;
}
.intro__img {
  margin-right: 29px;
  float: left;
  border-radius: 50%;
}
.intro__text {
  padding-top: 9px;
  color: #999;
}
.intro__text--offer {
  color: #fa3b00;
}
.presentation__text {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  font-size: 22px;
  line-height: 33px;
}
.byggnad {
  position: relative;
  min-height: 570px;
  padding: 59px 68px 67px;
  background-image: url('../images/bg_byggnad.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.byggnad:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.byggnad.industri {
  overflow-x: visible;
  overflow-y: visible;
  background-image: url('../images/bg_industri.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: scroll;
}
.byggnad.industri:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.byggnad__text {
  color: #999;
}
.gallery {
  padding: 12px 7px 16px;
  background-color: #e8e6e6;
}
.gallery__img {
  padding: 0px;
  border: 12px solid transparent;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.gallery__img:hover {
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.gallery__col {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-right: 0px;
  padding-left: 0px;
}
.gallery_col--5 {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 20%;
  float: left;
}
.heading__dark {
  margin-top: 54px;
  padding-left: 20px;
  color: #333;
}
.list__dark {
  background-color: rgba(255, 255, 255, 0.4);
  color: #333;
}
.map {
  min-height: 530px;
  margin-top: 0px;
  padding-top: 77px;
}
.delivered {
  padding-bottom: 71px;
  background-image: url('../images/kap.jpg');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.link {
  color: #fa3b00;
}
.loggor {
  position: absolute;
  right: 40px;
  bottom: 40px;
  text-align: right;
}
.ce {
  margin-right: 31px;
}
@media (max-width: 991px) {
  .hero {
    padding-right: 44px;
    padding-left: 44px;
  }
  .hero__intro {
    padding-right: 32px;
    padding-left: 32px;
    left: auto;
    margin-left: auto;
  }
  .logo {
    padding-top: 27px;
  }
  .presentation__text {
    padding-right: 32px;
    padding-left: 32px;
  }
  .byggnad {
    padding: 26px;
  }
}
@media (max-width: 767px) {

  .hero__intro {
    position: static;
    margin-top: 36px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro__img {
    width: 30%;
    margin-right: 0px;
  }
  .gallery_col--5 {
    width: 100%;
  }

}
@media (max-width: 479px) {
  .hero {
    padding-right: 24px;
    padding-left: 24px;
    background-position: 0% 0%, 50% 0px;
  }
  .intro__img {
    width: 40%;
    margin-right: 0px;
    float: right;
  }
  .byggnad {
    padding-bottom: 116px;
  }
  
}

